摘要: 我的电脑显卡是AMD HD 7450,安装了最新版本的ubuntu 12.04.3 64位。在安装了最新的显卡驱动之后,发现在桌面的右下角有一个水印,说是 unsupported hardware。通过glxgears的验证,我确定已经正确的驱动了,那么如何去掉水印呢?1、新建一个脚本文件logo.sh,内容如下:#!/bin/shDRIVER=/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.soecho "Come on AMD!"for token in $DRIVER; do echo "Removing AMD 阅读全文
posted @ 2013-10-31 09:43 cuxnil 阅读(390) 评论(0) 推荐(0) 编辑