分页: 1 / 1

[求助]安装新ati驱动,重启后出错

发表于 : 2006-09-03 18:31
kevinpan
按照wiki上的说明,如下安装了最新的驱动,重启以后,报错,进步了图形界面,有谁知道是怎么回事吗? 是不是xorg.conf需要配置什么东西?
================================================
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
================================================
6.06ubuntu,thinkpad r40

发表于 : 2006-09-04 22:08
wygang
要修改 xorg.conf的,把很高的分辨率删了!然后
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
具体情况自己修改!

发表于 : 2006-09-05 1:07
zhuqin_83
见yelp中的硬件设置部分,命令记不太清楚,好象是 sudo dpkg reconfigure xserver-xorg什么的。