分页: 4 / 4

Re: ubuntu 10.04 sis 771/671显卡驱动已解决

发表于 : 2010-04-06 21:28
huangjiahua
sis671 显卡 Ubuntu 10.04 驱动

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/
2. 修正开机画面 plymouth 的花屏

代码: 全选

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

Re: ubuntu 10.04 sis 771/671显卡驱动已解决

发表于 : 2010-04-06 21:37
hasee.wu
huangjiahua 写了:sis671 显卡 Ubuntu 10.04 驱动

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/
2. 修正开机画面 plymouth 的花屏

代码: 全选

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

:em11

Re: ubuntu 10.04 sis 771/671显卡驱动已解决

发表于 : 2010-04-06 22:12
Golden-kylin
感谢广大兄弟们的支持! :em11 另见本人的补充贴:viewtopic.php?f=49&t=264547

Re: ubuntu 10.04 sis 771/671显卡驱动已解决

发表于 : 2010-05-02 1:26
wuhezhong
huangjiahua 写了:sis671 显卡 Ubuntu 10.04 驱动

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/
2. 修正开机画面 plymouth 的花屏

代码: 全选

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
此人所说方为正解,非常感谢。

Re: ubuntu 10.04 sis 771/671显卡驱动已解决

发表于 : 2012-03-24 3:37
brisk
10.10我调到了1280*1024可今天换了debian后死活只能调到1280*800…sis伤不起啊