sis315显卡问题
我的Redhat8.0,精英sis315显卡,好像没有驱动,选用sis300驱动后,一进入游戏就不行了,怎么搞到sis315的驱动?大虾有的话,不胜感谢 问题点数:100、回复次数:2Top
1 楼ysqu(★★★★★)回复于 2003-06-03 22:58:11 得分 100
SIS矽統公司沒有linux下的sis315驅動程式:
下面是解決方式:
請使用VESA驅動,它内置於内核中。
1. 啓動 Start Xconfigurator 選擇任何 SIS 卡(支援x視窗的)
2. 不要 probe 以及不要測試 X configuration
3. 編輯 /etc/X11/XF86Config-4
Section "Device"
# no known options
Identifier "SiS 315"
Driver "vesa"
VendorName "EliteGroup Computer Systems"
BoardName "SiS 315GT"
#BusID
EndSection
Section "Screen"
Identifier "Screen0"
Device "SiS 315"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubsection
EndSection
以上的更改後還不能start X ,那麽改變resolution(Modes) 到 800x600
VESA不支援 > 16bpp
請確認存在 Screen0 和 Monitor0
參考資料:http://www.winischhofer.net/linuxsis630.shtml
It looks like SIS does not release drivers for SIS 315 on linux.
You need to use VESA driver. It is built in the kernel.
1. Start Xconfigurator and select any SIS card
2. Do not probe or do not test X configuration
3. Edit /etc/X11/XF86Config-4
Here is what I have changed to make it work
Section "Device"
# no known options
Identifier "SiS 315"
Driver "vesa"
VendorName "EliteGroup Computer Systems"
BoardName "SiS 315GT"
#BusID
EndSection
Section "Screen"
Identifier "Screen0"
Device "SiS 315"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubsection
EndSection
If you still cannot start X after making those changes, change the resolution(Modes) to 800x600.
VESA does not support > 16bpp
Please make sure Screen0 and Monitor0 exist. If it does not work please upload error logTop
2 楼ssson(疾风魔狼)回复于 2003-06-03 23:58:37 得分 0
越来越崇拜ysqu() 了
呵呵
受益不少~Top




