|
发表于 2010-12-18 13:02:11
|
显示全部楼层
我装Xorg的时候发现键盘鼠标都不工作,所以需要在xorg. conf里面加这个一个:
Option "AllowEmptyInput" "false"- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- Option "AllowEmptyInput" "false"
- EndSection
复制代码 |
|