Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: 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.
-
Jakou máte grafiku a monitor?
Hoďte výpisy příkazu
cat /etc/X11/xorg.conf
-
System-sprava-ovladace hardweru a nainstalovat ovladac gr.karty
-
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
-
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:
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
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).