HP 6910P - X server doesn't start when lid closed or docked
This document (7001017) is provided subject to the disclaimer at the end of this document.
Environment
Situation
Resolution
/etc/X11/xorg.conf
Find the Mouse[x] input device declared in InputDevice sections looking similar to this where the Name field says IBM;TPPS/2 TrackPoint:
Section "InputDevice"
Identifier "Mouse[3]"
[...]
Option "Name""IBM;TPPS/2 TrackPoint"
[...]
EndSection
In this example it is Mouse[3]. Remember this identifier.
Now look for the ServerLayout section, looking similar to this:
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]""CoreKeyboard"
InputDevice "Mouse[1]""CorePointer"
InputDevice "Mouse[3]""SendCoreEvents"
Screen "Screen[0]"
EndSection
Edit the ServerLayout section, making the entry for the TrackPoint the CorePointer. In this case the new ServerLayout section would look like this:
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]""CoreKeyboard"
InputDevice "Mouse[1]""SendCoreEvents"
InputDevice "Mouse[3]""CorePointer"
Screen "Screen[0]"
EndSection
Restart your X server or reboot the machine. The X server should start up normally now.
Additional Information
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:7001017
- Creation Date: 24-Jul-2008
- Modified Date:05-Mar-2021
-
- SUSE Linux Enterprise Desktop
- SUSE Linux Enterprise Desktop
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com