各位好!
1.安装很顺利,但进入系统后,我的COM口鼠标无反应.
我该怎样把这个COM口鼠标装上去呢?
2.安装的时候没提示我输入ROOT密码,装好后无法使用ROOT账户.有补救办法吗?
COM口鼠标无反应(已解决)
-
- 帖子: 18
- 注册时间: 2005-12-13 15:55
COM口鼠标无反应(已解决)
上次由 arky 在 2005-12-14 0:34,总共编辑 1 次。
- laborer
- 帖子: 1016
- 注册时间: 2005-10-25 11:15
- 联系:
1. 可以试试修改/etc/X11/xorg.conf,加入
然后在Section "ServerLayout"中加入
重启之后就应该支持串口鼠标了。提醒一下,最好先备份xorg.conf。
2. ubuntu默认不能用root登录,你需要root权限时执行sudo COMMAND,然后输入自己的密码即可,比如
代码: 全选
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "SendCoreEvents" "true"
EndSection
代码: 全选
InputDevice "Serial Mouse" "CorePointer"
2. ubuntu默认不能用root登录,你需要root权限时执行sudo COMMAND,然后输入自己的密码即可,比如
代码: 全选
sudo vim /etc/X11/xorg.conf
hreiser@oakland:~$ killall -9 wife
police@oakland:~$ sudo find / -user hreiser
court@oakland:~$ sudo mv /home/hreiser /jail/
court@oakland:~$ sudo usermod -d /jail/hreiser -s "/usr/sbin/chroot /jail/" hreiser
police@oakland:~$ sudo find / -user hreiser
court@oakland:~$ sudo mv /home/hreiser /jail/
court@oakland:~$ sudo usermod -d /jail/hreiser -s "/usr/sbin/chroot /jail/" hreiser
-
- 帖子: 18
- 注册时间: 2005-12-13 15:55
- laborer
- 帖子: 1016
- 注册时间: 2005-10-25 11:15
- 联系:
代码: 全选
sudo vim /etc/X11/xorg.conf
hreiser@oakland:~$ killall -9 wife
police@oakland:~$ sudo find / -user hreiser
court@oakland:~$ sudo mv /home/hreiser /jail/
court@oakland:~$ sudo usermod -d /jail/hreiser -s "/usr/sbin/chroot /jail/" hreiser
police@oakland:~$ sudo find / -user hreiser
court@oakland:~$ sudo mv /home/hreiser /jail/
court@oakland:~$ sudo usermod -d /jail/hreiser -s "/usr/sbin/chroot /jail/" hreiser