|
|

楼主 |
发表于 2007-11-19 13:07:52
|
显示全部楼层
Post by clxer;1784381
帮你查了SUSE forums,老外已经提问并回答了。
xorg.conf
Section "Device"
BoardName "Framebuffer Graphics"
Driver "fbdev"
Identifier "Device[0]"
VendorName "VESA"
EndSection
To This:
Section "Device"
BoardName "Unichrome"
Driver "via"
Identifier "Device[0]"
VendorName "Via"
EndSection
查了资料是通过修改xorg.conf设置使用驱动的。
Driver "via" 这可能是suse10.3光盘自带的驱动,在/usr/lib/xorg/modules/drive中的文件名为 via_drv.so 。这个驱动用在我的 VIA MM 2500板上的显卡不行。一键下载安装的驱动为开源的unichrome_drv.so 最后一个版本是05年发布的。这个驱动也无法使用。
suse缺省安装在/usr/lib/xorg/modules/drive中已有各种显卡的驱动,但使用哪个驱动在sax2中却不能选择,要通过修改xorg.conf进行设置,觉得这方面sax2应加以改进。 |
|