|
发表于 2003-5-9 22:32:28
|
显示全部楼层
我重新编译了一遍内核,
ln -s psaux /dev/input/mice
可以出现背景,但是鼠标还是动不了,不知人怎样修改XF86Config.new这个文件才能使鼠标移动一下!!!
另外怎样能将/usr/X11R6/bin添加到环境变量 PATH里去,每次重启后老是export很是麻烦。
还有我测试X windows后,退出时按Ctrl+Alt+<-,怎么没反应呢?
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/mouse"
EndSection |
|