8.10上9.4分辨率问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
65571191
帖子: 10
注册时间: 2009-04-21 6:09

8.10上9.4分辨率问题

#1

帖子 65571191 » 2009-04-29 21:21

先声明一下,我是新手,但我知道玩linux只有靠自己去掌握, :em06
ubuntu装在爱机上也快10天了,这10天可是苦了爱机了(ps;我一定会给你换个好胃口)
10天快过去了,感觉ubuntu真的和我越来越近了,我不懂英文,不会提问,每次碰到问题,只有上网找资料,显卡当机了,只有重装。一天估计要装他个5-6回,整坏了一只硬盘。。。 现在我的机子也装上了自己编译的9.4的驱动。开了3d。但是唯一令人不解的是刷新率问题。无论如何改就是上不了85。我这crt刷新率不上85就像看星星似的,下面我贴出我的xorg.conf 懂行的请指点一下, 机子配置如下 4400+ 2600PRO ha02-gt

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
HorizSync 30.0 - 101.0
VertRefresh 50.0 - 160.0
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection



附上ati 9.4 驱动安装的方法:我都这么装的,。
1.重装8.10 。
2更新源。
3下载编译文件所需的软件

代码: 全选

sudo apt-get install build-essential fakeroot dh-make debhelper debconf libstdc++5 dkms
4用终端命令编译源文件

代码: 全选

sh ati-driver-installer-9-4-x86.x86_64.run --buildpkg Ubuntu/intrepid
5安装编译好的的deb包

代码: 全选

sudo dpkg -i xorg-driver-fglrx_8.602-0ubuntu1_i386.deb fglrx-kernel-source_8.602-0ubuntu1_i386.deb fglrx-amdcccle_8.602-0ubuntu1_i386.deb
6修改装载驱动为fglrx

代码: 全选

sudo gedit /etc/X11/xorg.conf 




Section "Device"
[...]
Driver "fglrx"
[...]
EndSection

7。安装完成开始配制驱动到xorg.conf

代码: 全选

sudo aticonfig --initial -f
以上基本完成。完成后最好修改一下xorg.conf把你的显示器参数加到section"monitor" 和Section "Screen" 如下:

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
HorizSync 30.0 - 101.0
VertRefresh 50.0 - 160.0
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
EndSection


Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

以上为我从wiki上学的,仅供参改,还是有问题的
上次由 65571191 在 2009-04-30 0:52,总共编辑 4 次。
65571191
帖子: 10
注册时间: 2009-04-21 6:09

Re: 8.10上9.4分辨率问题

#2

帖子 65571191 » 2009-04-29 23:19

大侠都哪里去了 :em18 :em19 :ema9
头像
20sanguo
帖子: 794
注册时间: 2008-05-10 9:53

Re: 8.10上9.4分辨率问题

#3

帖子 20sanguo » 2009-04-29 23:22

Modeline "1024x768@85" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync


Modes "1024x768@85"

试试
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: 8.10上9.4分辨率问题

#4

帖子 hcym » 2009-04-29 23:26

2600PRO就用开源驱动蛮好

但俺不会开3d,等大瞎吧

:em11
65571191
帖子: 10
注册时间: 2009-04-21 6:09

Re: 8.10上9.4分辨率问题

#5

帖子 65571191 » 2009-04-30 0:14

20sanguo 写了:Modeline "1024x768@85" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync


Modes "1024x768@85"

试试
刚试过回来,结果还是一样,还是没有上85,显示器设置里面只有64hz 和43hz两个选项,刷新率倒是很多,最高 1600x1200 没改以前就有 , 感觉就像xorg根本不起作用一样,但是改错了,它就直接给你花脸看
65571191
帖子: 10
注册时间: 2009-04-21 6:09

Re: 8.10上9.4分辨率问题

#6

帖子 65571191 » 2009-04-30 0:19

hcym 写了:2600PRO就用开源驱动蛮好

但俺不会开3d,等大瞎吧

:em11

我试过开源的,开源开不了3d 感觉最稳的就是9.2了。能开3d 看电影倒不理想,可能闭源都 这样
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: 8.10上9.4分辨率问题

#7

帖子 hcym » 2009-04-30 0:32

65571191 写了:
hcym 写了:2600PRO就用开源驱动蛮好

但俺不会开3d,等大瞎吧

:em11

我试过开源的,开源开不了3d 感觉最稳的就是9.2了。能开3d 看电影倒不理想,可能闭源都 这样
开3d是一大坑,哭天喊地的多缘于此

:em04 等大瞎吧
65571191
帖子: 10
注册时间: 2009-04-21 6:09

Re: 8.10上9.4分辨率问题

#8

帖子 65571191 » 2009-04-30 0:38

看看我的套路有没有出错

wiki上还有一条命令,打和没打都一样,(我感觉这样)

代码: 全选

sudo aticonfig --input=/etc/X11/xorg.conf --tls=1 
65571191
帖子: 10
注册时间: 2009-04-21 6:09

Re: 8.10上9.4分辨率问题

#9

帖子 65571191 » 2009-04-30 1:58

终于搞定了,好土的一个办法。开机时先不开显示器。等系统完全进了桌面在打开,这时调分辨率就有了 85 75 70 65 60 45这几个选项。这系统也太那个了,。。。。。。。 :em06 有没有办法搞得更完美?
回复