kann mal bitte jemand über die xorg.conf gucken?
Hab die BusIDs noch nicht eingetragen, weil ich sie noch nicht nachgesehen habe. die trage ich nach. ist das ganze abgesehen davon akzeptabel?
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
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" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "ctrl:nocaps"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Monitor"
Identifier "Monitor 1"
DisplaySize 1280 1024
EndSection
Section "Monitor"
Identifier "Monitor 2"
DisplaySize 1280 1024
EndSection
Section "Monitor"
Identifier "Monitor 3"
DisplaySize 1280 1024
EndSection
Section "Monitor"
Identifier "Monitor 4"
DisplaySize 1280 1024
EndSection
Section "Device"
Identifier "Grafikkarte Intern"
BusID
Driver "VESA"
EndSection
Section "Device"
Identifier "Grafikkarte 1 Anschluss 1"
BusID
Driver "mga"
Screen 0
EndSection
Section "Device"
Identifier "Grafikkarte 1 Anschluss 2"
BusID
Driver "mga"
Screen 1
EndSection
Section "Device"
Identifier "Grafikkarte 2 Anschluss 1"
BusID
Driver "mga"
Screen 0
EndSection
Section "Device"
Identifier "Grafikkarte 2 Anschluss 2"
BusID
Driver "mga"
Screen 1
EndSection
Section "Screen"
Identifier "Steuerscreen"
Device "Grafikkarte 1 Anschluss 1"
Monitor "Monitor 1"
DefaultDepth 32
SubSection "Display"
Depth 32
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Datenscreen 1"
Device "Grafikkarte 1 Anschluss 2"
Monitor "Monitor 2"
DefaultDepth 32
SubSection "Display"
Depth 32
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Datenscreen 2"
Device "Grafikkarte 2 Anschluss 1"
Monitor "Monitor 3"
DefaultDepth 32
SubSection "Display"
Depth 32
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Datenscreen 3"
Device "Grafikkarte 2 Anschluss 2"
Monitor "Monitor 3"
DefaultDepth 32
SubSection "Display"
Depth 32
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Steuerscreen"
Screen "Datenscreen 1"
Screen "Datenscreen 2"
Screen "Datenscreen 3"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection