分页: 1 / 1

又是fglrx。。分辨率的问题

发表于 : 2006-04-15 18:22
nenolee
我的本本是X700显卡 宽屏的1280*800的分辨率。。。

1. sudo apt-get install xorg-driver-fglrx

2. echo fglrx | sudo tee -a /etc/modules (水平有限,搞不清楚这个命令是干什么呢的)

3. 修改/etc/X11/xorg.conf,将里面的ati换成fglrx

4. sudo depmod -a; sudo modprobe fglrx (呵呵,这个命令也搞不清楚是干什么)

5. reboot

这样步骤执行下来以后分辨率就变成1024*768的了。。。。系统-》首选项里头更本就没有1280*800的分辨率。。。。怎么整?

发表于 : 2006-04-15 18:39
nenolee
自己试了试sudo dpkg-reconfigure xserver-xorg
配置下去还是没有用。。。。

发表于 : 2006-04-15 19:54
dsyin
加 1280x800 到 /etc/X11/xorg.conf 中 Modes 的那一行,不知道有没有用,

代码: 全选

SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "1280x800"