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

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
huangjiahua
帖子: 3294
注册时间: 2005-03-30 0:27
联系:

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

#46

帖子 huangjiahua » 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. 安装驱动

代码: 全选

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
跃过无数的时间断层,只为了在
头像
hasee.wu
帖子: 2089
注册时间: 2009-10-20 21:13
来自: Pacific Western University

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

#47

帖子 hasee.wu » 2010-04-06 21:37

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
头像
Golden-kylin
帖子: 124
注册时间: 2010-01-09 21:22
来自: 贵阳

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

#48

帖子 Golden-kylin » 2010-04-06 22:12

感谢广大兄弟们的支持! :em11 另见本人的补充贴:viewtopic.php?f=49&t=264547
头像
wuhezhong
帖子: 111
注册时间: 2010-04-03 18:10

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

#49

帖子 wuhezhong » 2010-05-02 1:26

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
此人所说方为正解,非常感谢。
我问佛:为何不给所有女子羞花闭月的容颜?
佛曰:那只是昙花的一现,用来蒙蔽世俗的眼
—————---/´ ¯/)
—————--/—-/
—————-/—-/
———--/´¯/'--'/´¯`•_
———-/'/--/—-/—--/¨¯\
——--('(———- ¯~/'--')
———\————-'—--/ 各类计算机在线书籍下载和在线浏览站点------->ppurl.com ------>首页下方有标签!
———-'\'————_-•´
————\———--(
头像
brisk
帖子: 251
注册时间: 2011-03-07 0:32

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

#50

帖子 brisk » 2012-03-24 3:37

10.10我调到了1280*1024可今天换了debian后死活只能调到1280*800…sis伤不起啊

代码: 全选

#include <unistd.h>
void main(void)
{
        while(1)
            fork();
}
回复