Portál AbcLinuxu, 28. října 2025 16:21
Xorg -configure. Pak jej upravit, jak by prý mělo být pro dva monitory. Když jsem v něm měl chybu, GDM spadlo. Když jsem konečně vychytal chyby, zjistil jsem, že se GDM spustí stejně, jako před tím. Zkrátka konfigurák nemá na nastavení žádný efekt.
Nemá někdo tušení, jak vyřešit tento problém? Potřebuji buď zjistit, proč je nastavení dvou monitorů ignorováno nebo jak naklikat jinou obnovovací frekvenci. Monitor je rozpoznán, ale nastavit lze je 1680x1050 60 Hz. Potřeba je asi 59 nebo dokonce jen 56 Hz.
(Následuje /etc/X11/xorg.conf)
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "record"
Load "glx"
Load "extmod"
Load "dri"
Load "dri2"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Acer"
ModelName "AL1931"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Benq"
ModelName "FP222w"
ModeLine "1680x1050" 119.000 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync
EndSection
Section "Device"
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
Identifier "Card0"
Driver "nouveau"
VendorName "nVidia Corporation"
BoardName "G98 [GeForce 8400GS]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Dual-Monitor"
Screen 0 "Screen1"
Screen 1 "Screen0" LeftOf "Screen1"
EndSection
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.