请问我安装了ATI的驱动 从什么地方设置启动时候的分辨率??
请问我安装了ATI的驱动 从什么地方设置启动时候的分辨率?? 我是9600的显卡17寸的crt,按照上面这个方法装了驱动,但是每次开机后都是1600x1200的分辨率,刷新率也低的很。按照论坛上的方法删除了xorg.conf里面的对应的分辨率但是还是没有效果。后来发现这个文件里面有两个Section "Screen",可能就是这个原因,代码如下Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
于是把上面那个Section "Screen"删了。下面的Section "Screen"里面加了行Modes "1024x768" "800x600" "640x480"
下面这个样子:
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
保存后重新开机就固定在1024x768了。
希望对同是用ati显卡的朋友有点帮助。
以前有过这样的回答的 我也是这么弄出来的 谢谢啊!弄好了 可是 从什么地方 能改 分辨率啊? 你是什么显卡啊 装的什么驱动啊 确定装好了吗
应该是装好了
x700的 就是不知道到什么地方该 分辨率 Section "Screen"Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
#这里
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection 改分辨率??
你说这么半天我就是不明白你想干什么…………
是不是启动 X 后,像 Win 一样随便改分辨率?
如果是,有两个方式:Ctrl + Alt + "+" 三键;用软件,好像在工具里,一个调整分辨率的软件,好像叫 KDE 屏幕什么的。
分辨率 好改啊!在X配置文件里面 找不到刷新率的值!
分辨率 好改啊!在X配置文件里面 找不到刷新率的值!也不知道修改刷新率在什么地方! 二楼的兄弟说的很清楚了~ 按照楼主的方法果然配置好了只是为什么会这样子呢,有人解释下为什么吗?
我原先每次都是成功的进1024*768@85HZ,自按照置顶帖的方法装了ATI驱动后,每次进入桌面就得重新设置,为什么会为样子? 嗨真那
那是因为 用aticonfig配置完后 默认的分辩率是 你显示器最高支持的分辩率 这个没办法!
解决方法
修改/etc/X11/xorg.conf文件
文件里有两段
Section "Screen"
去掉前面那段
然后修改 下面那段为
-------------------------
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
#这里添加一行
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
----------------------------
页:
[1]