Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Hardware => Téma založeno: soused 15 Června 2008, 19:31:29

Název: rozlišení
Přispěvatel: soused 15 Června 2008, 19:31:29
Prosím o radu jak postupovat při nastavení rozlišení monitoru.V Ubuntu 8.04 se nabízí pouze 800x600 a 60 nebo 55 Hz. Ve Windovs používám 1024X768 a je možné jít ještě viš.Děkuji za radu. Soused.
Název: Re: rozlišení
Přispěvatel: Martin 'Želva' Malý 15 Června 2008, 20:15:08
Jakou máte grafiku a monitor?

Hoďte výpisy příkazu
cat /etc/X11/xorg.conf
Název: Re: rozlišení
Přispěvatel: TIBOR 15 Června 2008, 20:19:43
System-sprava-ovladace hardweru a nainstalovat ovladac gr.karty
Název: Re: rozlišení
Přispěvatel: soused 16 Června 2008, 14:46:50
Jedná se o toto? jsem úplný začátečník.

soused@soused-desktop:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "cz"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection
soused@soused-desktop:~$

Grafická karta 3D Labs Inc.ltd. Permedia, monitor EIZO FlexScan F.563.
Omlouvám se za moje neznalosti,jistě se polepším ale chce to čas. soused
Název: Re: rozlišení
Přispěvatel: Evžen Šubrt 17 Června 2008, 09:56:08
Podmínkou jsou správně nainstalované ovladače pro gr. kartu. (Jaký typ, značku máte?). Pokud jsou ovladače nainstalovány, zkuste toto:

Svůj xorg.conf si zazálohujte. Poté upravte sekci "Screen", aby vypadala takto:
Kód: [Vybrat]
Section "Screen"
             Identifier   "Default Screen"
             Monitor      "Configured Monitor"
             Device      "Configured Video Device"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
Modes    "1280x1024" "1024x768" "800x600" "1600x1200"
EndSubSection
EndSection
a sekci "Monitor" upravte na
Kód: [Vybrat]
Section "Monitor"
           Identifier   "Configured Monitor"
           HorizSync       30-86
           VertRefresh     50-180
EndSection
kde čísla 30-86 a 50-180 nahraďte parametry svého monitoru (podle specifikací výrobce).