Einzelnen Beitrag anzeigen
Alt 14.01.2002, 16:00   #12
Who-T
Elite
 
Registriert seit: 01.08.2000
Beiträge: 1.395


Who-T eine Nachricht über ICQ schicken
Standard

hmm, dieses file hab ich nicht, nur ein XF86Config-4.eg in diesem dir

die XF86Config-4 liegt bei mir in /etc/X11

ich post das ding einfach mal rein hier



Section "ServerLayout"
Identifier "Matrox PowerDesk configured."
Screen "Display 1" RightOf "Display 2"
Screen "Display 2"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection


Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection

Section "Module"
Load "dbe"
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
Load "dri"
EndSection

Section "ServerFlags"
Option "allowmouseopenfail"
#Option "Xinerama"

EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection


Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"

EndSection






Section "Monitor"
Identifier "Display 1"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 70.0
#VertRefresh 50-85
VertRefresh 85
EndSection

Section "Monitor"
Identifier "Display 2"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 70.0
VertRefresh 85
EndSection

Section "Device"
Identifier "MATROX CARD 1"
Driver "mga"
BusID "PCI:1:0:0"
#Option "AGPMode" "1"
Screen 0
EndSection

Section "Device"
Identifier "MATROX CARD 2"
Driver "mga"
BusID "PCI:1:0:0"
#Option "AGPMode" "1"
Screen 1
EndSection

Section "Screen"
Identifier "Display 1"
Device "MATROX CARD 1"
Monitor "Display 1"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Display 2"
Device "MATROX CARD 2"
Monitor "Display 2"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
Who-T ist offline   Mit Zitat antworten