Thanks for the quick reply. Everything seems to be in order in my XF86Config. The only entry that sorta bugs me is the 2 mice /dev/psaux and one /dev/input/mice, but the /dev/psaux entry (along with its server entry at the bottom), then X won't start. I have a USB mouse and a PS/2 keyboard.
Code:
Section "Files"
FontPath"unix/:7101"# local font server
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/truetype"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
# x1,y1,x2,y2,...
#default-resolutions = 100,100,75,75
EndSection
Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"pex5"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
Load"xie"
EndSection
Section "InputDevice"
Identifier"Generic Keyboard"
Driver"keyboard"
Option"CoreKeyboard"
Option"XkbRules""xfree86"
Option"XkbModel""pc104"
Option"XkbLayout""us"
EndSection
Section "InputDevice"
Identifier"Configured Mouse"
Driver"mouse"
Option"CorePointer"
Option"Device""/dev/psaux"
Option"Protocol""ImPS/2"
Option"Emulate3Buttons""true"
Option"ZAxisMapping""4 5"
Option"Buttons""5"
EndSection
Section "InputDevice"
Identifier"Generic Mouse"
Driver"mouse"
Option"SendCoreEvents""true"
Option"Device""/dev/input/mice"
Option"Protocol""ImPS/2"
Option"Emulate3Buttons""true"
Option"ZAxisMapping""4 5"
Option"Buttons""5"
EndSection
Section "Device"
Identifier"ATI AIW"
Driver"r128"
VideoRam16384
EndSection
Section "Monitor"
Identifier"Samsung SyncMaster 172N"
HorizSync30-68
VertRefresh50-85
Option"DPMS"
EndSection
Section "Screen"
Identifier"Default Screen"
Device"ATI AIW"
Monitor"Samsung SyncMaster 172N"
DefaultDepth24
SubSection "Display"
Depth1
Modes"1280x1024"
EndSubSection
SubSection "Display"
Depth4
Modes"1280x1024"
EndSubSection
SubSection "Display"
Depth8
Modes"1280x1024"
EndSubSection
SubSection "Display"
Depth15
Modes"1280x1024"
EndSubSection
SubSection "Display"
Depth16
Modes"1280x1024"
EndSubSection
SubSection "Display"
Depth24
Modes"1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier"Default Layout"
Screen"Default Screen"
InputDevice"Generic Keyboard"
InputDevice"Configured Mouse"
InputDevice"Generic Mouse"
EndSection
Section "DRI"
Mode0666
EndSection
Bookmarks