|

楼主 |
发表于 2009-4-6 11:02:35
|
显示全部楼层
贴一个我的xorg.conf配置
# Xorg configuration created by system-config-display
#Section "Monitor"
# Identifier "Monitor0"
# ModelName "LCD Panel 1280x800"
# HorizSync 31.5 - 50.0
# VertRefresh 56.0 - 65.0
# Option "dpms"
#EndSection
#Section "Device"
# Identifier "Videocard0"
# Driver "vesa"
#EndSection
#Section "Screen"
# Identifier "Screen0"
# Device "Videocard0"
# Monitor "Monitor0"
# DefaultDepth 24
# SubSection "Display"
# Viewport 0 0
# Depth 24
# EndSubSection
#EndSection
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID " CI: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
EndSubSection
EndSection
这个是ati官版驱动 安装好以后, 修改了我的xorg.conf 结果
用这个 不能startx...
我又恢复成默认的了...就是那个通用ati驱动 安装fedora 9时候自带的. 但是...分辨率只能达到 1024*768. |
|