linux5.5 x86_64 安裝完畢後不能啟動圖形化介面

li__hl8888發表於2013-03-14

Error :can't start X server it seems that the pointer device(your mouse) is not set up correctly

Log Path:  /var/log/Xorg.0.log

solution edit configuration file(for step1 and step2): /etc/X11/xorg.conf


#mouse section(step1)

step 1:

#update to:

Section "InputDevice"
Identifier "Configured Mouse" # this depends on your distro sometimes
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "PS/2"
EndSection



#ServerLayout section(step2)

step 2:

#update to:

InputDevice     "Configured Mouse"    "CorePointer"

reference:

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8568259/viewspace-756183/,如需轉載,請註明出處,否則將追究法律責任。

相關文章