John, thanks for the reply. I tried a few variants of what you suggested, to no avail. Here's my xorg.conf:
Code:
Section "ServerLayout"
Identifier "single head configuration"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad" "CorePointer"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "TouchPad"
Option "SendCoreEvents"
Option "Protocol" "auto-dev"
Option "SHMConfig" "true"
EndSection
When I start X with this config, I tells me there are no screens available. Even if I have Screen 0 present, I get the same. I'd rather not manually configure anything that can be picked up automatically -- this all seems to work without any xorg.conf. Maybe I need to file a feature request for this?
-Chris