红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

怎样在Ubuntu中驱动sis651显卡

发布时间:2008-04-24 10:01:46来源:红联作者:bychina
首先确保你安装了xserver-xorg-video-sis包:

~$ sudo apt-get install xserver-xorg-video-sis

使用 sudo dpkg-reconfigure xserver-xorg命令重新配置X一下,选择SIS的显示卡,然后是一系列的参数设置,基本上按照默认值就行了

设置好后重启X。

后面的设置比较重要的是分辨率、行频和场频。

查看重新配置前的xorg.conf,里面Decive一节是这样的:
Section “Device”
Identifier “Generic Video Card”
Driver “vesa”
BusID “PCI:1:0:0″
EndSection

重新配置后:
Section “Device”
Identifier “SIS661FX” “这个名称是自己填的
Driver “SIS” “原来Ubuntu已经内置SIS的驱动
BusID “PCI:1:0:0″
EndSection
文章评论

共有 0 条评论