分页: 1 / 1

求助,ati x1300, 装了官方驱动后 重启后 分辨率每次都自动回到800x600

发表于 : 2008-09-24 14:11
foriany
刚装系统的时候一切都很正常,但上次为了双屏装了官方的驱动
sudo sh ati-driver-installer-8-9-x86.x86_64.run

现在ATI control center 可以把分辨率调到1024x768了,但每次重启后又自动弹回到800x600了
改了xorg.conf 也没用

中间过程搞了很多,用envyng 装过ati驱动,也装过受限驱动,顺便问下,怎么卸载这些装过的驱动呀?

谢谢

一些相关输出结果
aticonfig --resolution=0,1024x768
error at set screen resolution : screen0 does not exist
aticonfig: parsing the command-line failed.

glxinfo
name of display: :0.0
Segmentation fault


xorg.conf 配置文件

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Virtual 1024 768
Depth 24
Modes "1024x768@75"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection