Xorg konfig - Nvidia - 2 X server

xorg.conf

[code]
Section "ServerLayout"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "ViewSonic VP930 Series"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 75.0
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7900 GS"
BusID "PCI:3:0:0"

Screen 0

Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "Coolbits" "1"

EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7900 GS"
BusID "PCI:3:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: 1366x768 +0+0; CRT: 1280x768 +0+0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1280x1024 +0+0; DFP: 1280x960 +0+0; DFP: 1152x864 +0+0; DFP: 1024x768 +0+0; DFP: 832x624 +0+0; DFP: 800x600 +0+0; DFP: 640x480 +0+0; DFP: nvidia-auto-select +0+0"
EndSection

[/code]

Úgy tűnik ez működik. Szerintetek mit lehet még ezen tuningolni? És hogy festene egy ilyen konfig egy modernebb ATI kártya esetén, fglrx-szel?

Megjegyzés: a CRT-nél nem lehet beállítani a 1366x768-as felbontást... Ezen szerintetek, hogy lehetne javítani?

Hozzászólások

"a CRT-nél nem lehet beállítani a 1366x768-as felbontást... Ezen szerintetek, hogy lehetne javítani?"
Lehet h a CRT-d nem is supportalja

Btw, mi ez a metamodes? Az eletbe nem hallottam meg rola.
--


()=() Ki oda vagyik,
('Y') hol szall a galamb
C . C elszalasztja a
()_() kincset itt alant.

Gyanítom, hogy ezt a zár forrású driver konfiguráló programja rakta bele. Én meg jól átvettem és elkezdtem testreszabni. A CRT bizonyosan supportája, mert az egy LCD TV.

Lehet, hogy inkább a Screen szekcióban kellene "Display" alszekciót használnom valahogy így:


Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection "Display"
        Depth 24 Modes "1366x768" "1280x768" "1024x768" "800x600" "640x480"
    EndSubSection SubSection "Display" Depth 16 Modes "1152x864" "1024x768" "800x600" 
    Option         "TwinView" "0"
EndSection

Mit tanácsolsz?
KAMI
--
Támogatás | OxygenOffice | Fordításaim és SeaMonkey