Re: ubuntu 10.04 sis 771/671显卡驱动已解决
发表于 : 2010-04-06 21:28
sis671 显卡 Ubuntu 10.04 驱动
见 http://ubuntuforums.org/showthread.php?p=9078827 http://estebanordano.com.ar/sis-m671m67 ... ian-sidux/
这个驱动没有 3D 加速,不过至少能有正确的分辨率,能 xv 视频播放,glxgears 能有 800 左右。
安装:
1. 安装驱动
2. 修正开机画面 plymouth 的花屏
3. 修改 xorg.conf
然后给 /etc/X11/xorg.conf 的 Section "Device" 节添加 Driver "sis671"
或者用我的 /etc/X11/xorg.conf
见 http://ubuntuforums.org/showthread.php?p=9078827 http://estebanordano.com.ar/sis-m671m67 ... ian-sidux/
这个驱动没有 3D 加速,不过至少能有正确的分辨率,能 xv 视频播放,glxgears 能有 800 左右。
安装:
1. 安装驱动
代码: 全选
cd /tmp
wget http://estebanordano.com.ar/wp-content/uploads/2010/02/xorg-driver-sis671-0.9.1-fixed-build.zip
unzip xorg-driver-sis671-0.9.1-fixed-build.zip
sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/
代码: 全选
echo blacklist vga16fb | sudo tee /etc/modprobe.d/blacklist-vga16fb.conf
sudo update-initramfs -u
3. 修改 xorg.conf
然后给 /etc/X11/xorg.conf 的 Section "Device" 节添加 Driver "sis671"
或者用我的 /etc/X11/xorg.conf
代码: 全选
Section "Device"
Identifier "Configured Video Device"
Driver "sis671"
# BusID "PCI:1:0:0"
Option "EnableSiSCtrl" "yes"
# Option "XvDefaultAdaptor" "Blitter"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS" "yes"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
EndSection