Portál AbcLinuxu, 9. listopadu 2025 17:07
Nechápu proč pořád tam cpete ty modeline.
Taky pokud monitor hlásí správné obnovovací kmitočty tak vyhoď zakomentuj -> HorizSync 30-80 a VertRefresh 60-75.
Pro nové ovladače od nvidie nejsou potřeba.
Viz třeba můj xorg.conf
[petr@soban ~]$ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
# Load the glx module.
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
Option "XkbVariant" "qwerty"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
Option "NoLogo"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Skus použít tento konfigurák akorát doplnit
Modes "1024x768" "800x600"
na
Modes "1280x1024" "1024x768" "800x600"
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.