|
|
我的主板集成的S3/VIA Unichrome Pro显卡芯片,我在OpenChrome for OpenSUSE下载了xorg-x11-driver-video-7.2-189_openchrome412.i586.rpm
安装后,再按照网站上修改配置文件
将Section "Device"
....
Driver "fbdev"
Driver "via"
......
EndSection
中的fbdev改为via
重新启动X windows进不去,错误是找不到显示器
我用的是液晶显示器
原来的配置文件里的部分内容如下:
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection
Section "Module"
Load "glx"
Load "type1"
Load "extmod"
Load "dbe"
Load "freetype"
EndSection
Section "Monitor"
Option "CalcAlgorithm" "XServerPool"
DisplaySize 408 255
HorizSync 30-83
Identifier "Monitor[0]"
ModelName " HILIPS PHILIPS 190EW"
Option "DPMS"
VendorName " HL"
VertRefresh 43-76
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1440x900" 106.00 1440 1520 1672 1904 900 903 909 934 +HSync -VSync
Modeline "1280x768" 98.32 1280 1312 1472 1632 768 772 776 792
EndSection
Section "Screen"
SubSection "Display"
Depth 15
Modes "default"
EndSubSection
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
SubSection "Display"
Depth 24
Modes "default"
EndSubSection
SubSection "Display"
Depth 8
Modes "default"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "Framebuffer Graphics"
Driver "fbdev"
Identifier "Device[0]"
Screen 0
VendorName "VESA"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
EndSection |
|