Everyday Linux 6
时间:2007-06-12 来源:bnumj
这两天给那个垃圾ATI显卡驱动搞死了,没3D加速,没OPEN GL,虽然假如不打游戏和有用靓桌面的话平时用是没有问题的,但总觉得好不爽,现在只希望于ATI发个好点的linux 驱动,别让我们受苦受难
1.fglrxinfo
显示出显卡的信息。我的不能正确显示出显卡型号
2.glxgears
对显卡进行3D测试。555~~~心痛啊
3.dpkg-reconfigure xserver-xorg
对X-windows的设置。在这里只要我把显卡选回ATI,并且将分辨率调到最佳分辨(我的是1280*1024,用 mouse中key).用ctrl+alt+backspace重启x后,就成功实现3D加速~!,不过好像只有1800多的fps,可能是因为openGL的原因吧
4.这个是题外
#! /usr/bin/expect
spawn -noecho /bin/sh
expect -re "#|\\$" {
send "./xrgsu\r"
}
expect -re "Please input your user name" {
send "username\r"
}
expect -re "Please input your password" {
send "password\r\r\r\r"
}
终于读明了这断shell
expect -re按自己理解就是当在显示上读到某断语句,就会send一断语句作为输入
可惜还不能能过测试希望,明天行吧
1.fglrxinfo
显示出显卡的信息。我的不能正确显示出显卡型号
2.glxgears
对显卡进行3D测试。555~~~心痛啊
3.dpkg-reconfigure xserver-xorg
对X-windows的设置。在这里只要我把显卡选回ATI,并且将分辨率调到最佳分辨(我的是1280*1024,用 mouse中key).用ctrl+alt+backspace重启x后,就成功实现3D加速~!,不过好像只有1800多的fps,可能是因为openGL的原因吧
4.这个是题外
#! /usr/bin/expect
spawn -noecho /bin/sh
expect -re "#|\\$" {
send "./xrgsu\r"
}
expect -re "Please input your user name" {
send "username\r"
}
expect -re "Please input your password" {
send "password\r\r\r\r"
}
终于读明了这断shell
expect -re按自己理解就是当在显示上读到某断语句,就会send一断语句作为输入
可惜还不能能过测试希望,明天行吧
相关阅读 更多 +