| Beispiele: xorg.conf |
|
|
|
. |
|
|
|
stellt Ihnen |
|
Beispielkonfigurationen |
|
der xorg.conf |
|
zun Verfuegung |
|
|
|
... .. . |
|
|
Diese Musterkonfigurationen sollen als Beispiel dienen
1. Beispiel: 2 Grafigkarten - 4 Monitore - 4 Screens
und nicht direkt von Ihnen verwendet werden.
Dieses koennte Ihr System beschaedigen.
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "ScreenMonitor1" 0 0
Screen 1 "ScreenMonitor2" RightOf "ScreenMonitor1"
Screen 2 "ScreenMonitor3" RightOf "ScreenMonitor2"
Screen 3 "ScreenMonitor4" RightOf "ScreenMonitor3"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "MonitorMonitor1"
HorizSync 24.8 - 61.0 #analog
VertRefresh 55.0 - 75.0 #analog
#HorizSync 31.0 - 49.0 #digital
#VertRefresh 59.0 - 61.0 #digital
Option "DPMS"
EndSection
Section "Monitor"
Identifier "MonitorMonitor2"
HorizSync 30.0 - 81.0
#VertRefresh 60.0
VertRefresh 56.0 - 75.0
Option "DPMS"
Modeline "1600x1200_60.00" 160.96 1600 1704 1880 2160 1200 1201 1204 1242
EndSection
Section "Monitor"
Identifier "MonitorMonitor3"
HorizSync 31.0 - 64.0
VertRefresh 59.0 - 61.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "MonitorMonitor4"
HorizSync 31.0 - 64.0
VertRefresh 59.0 - 61.0
Option "DPMS"
EndSection
Section "Device"
Identifier "VideocardMonitor1"
Driver "nvidia"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Device"
Identifier "VideocardMonitor2"
Driver "nvidia"
BusID "PCI:7:0:0"
Screen 0
EndSection
Section "Device"
Identifier "VideocardMonitor3"
Driver "nvidia"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "VideocardMonitor4"
Driver "nvidia"
BusID "PCI:7:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "ScreenMonitor1"
Device "VideocardMonitor1"
Monitor "MonitorMonitor1"
DefaultDepth 24
Option "metamodes" "CRT: 1024x768 +0+0"
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "ScreenMonitor2"
Device "VideocardMonitor2"
Monitor "MonitorMonitor2"
DefaultDepth 24
Option "metamodes" "CRT: 1600x1200 +0+0"
SubSection "Display"
Depth 24
#Modes "1600x1200"
Modes "1600x1200_60.00"
EndSubSection
EndSection
Section "Screen"
Identifier "ScreenMonitor3"
Device "VideocardMonitor3"
Monitor "MonitorMonitor3"
DefaultDepth 24
Option "metamodes" "DFP: 1280x1024 +0+0"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
eNDsECTION
Section "Screen"
Identifier "ScreenMonitor4"
Device "VideocardMonitor4"
Monitor "MonitorMonitor4"
DefaultDepth 24
Option "metamodes" "DFP: 1280x1024 +0+0"
#Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
###
###
###
|
CopyMiddle © 2007 by
|