Portál AbcLinuxu, 3. listopadu 2025 06:46
Podle mne není možné mít různé rozlišení pro oba monitory, pokud mají být obrazovky vedle sebe (viz option RightOf).
Zkus v xorg.conf změnit rozlišení 19" monitoru na 1024x768.
X -logverbose 7. Potom se podívejte do /var/log/Xorg.0.log, kde by nvidia ovladač měl velmi podrobně zdůvodnit, jaká rozlišení povoluje, jaká ne, a proč zvolil to, které zvolil
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
# Option "SecondMonitorHorizSync" "30-80"
# Option "SecondMonitorVertRefresh" "50-120"
Option "MetaModes" "1280x1024,1280x1024; 1280x1024,800x600; 1024x768,1024x768; 800x600,800x600; 640x480,640x480; 320x240,320x240; 320x200,320x200"
Option "ConnectedMonitor" "crt,dfp"
# Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"
# Option "backingstore" "true"
# Option "XAANoOffscreenPixmaps" "true"
# Option "NoFlip" "True"
# Option "CursorShadow"
EndSection
Section "Monitor"
Identifier "ObecnĂ˝ monitor"
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34 [GeForce FX 5200]"
Monitor "ObecnĂ˝ monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
#Section "Extensions"
# Option "Composite" "true"
#EndSection
to 1280x1024, 800x600 mam kvuli HOMAM3, aby slo fullscreen, jiank to nepouzivam. Jinak 1. monitor je CRT, druhy LCD
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.