到下面的地址下载,是debian驱动,10.04可以用啦
http://estebanordano.com.ar/sis-m671m67 ... ian-sidux/
ubuntu 10.04 成功安装在SiS672 上
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 19
- 注册时间: 2008-11-11 10:48
- 来自: 哈尔滨市
- 联系:
ubuntu 10.04 成功安装在SiS672 上
ubuntu 神奇的圆环
- leeaman
- 帖子: 30702
- 注册时间: 2007-02-02 18:14
- 系统: debian sid
-
- 帖子: 101
- 注册时间: 2010-03-14 18:42
Re: ubuntu 10.04 成功安装在SiS672 上
我的就是sis主板 beta的时候就用了 10.04正式版 感觉支持比9.10好 不过我的显卡是ATI的4330就是了 楼主这个估计是sis集成显卡的驱动吧……
-
- 帖子: 19
- 注册时间: 2008-11-11 10:48
- 来自: 哈尔滨市
- 联系:
Re: ubuntu 10.04 成功安装在SiS672 上
当然yinhefenggu 写了:我的就是sis主板 beta的时候就用了 10.04正式版 感觉支持比9.10好 不过我的显卡是ATI的4330就是了 楼主这个估计是sis集成显卡的驱动吧……
ubuntu 神奇的圆环
- 小麦籽
- 帖子: 134
- 注册时间: 2010-05-05 13:57
- 来自: 浙江—wz
-
- 帖子: 8
- 注册时间: 2008-09-02 15:38
Re: ubuntu 10.04 成功安装在SiS672 上
/我找到了安装方法,附上:
原地址:英文的,很简单,看不懂就记里面的命令吧。
http://www.ubuntugeek.com/how-to-instal ... lucid.html
This tutorial will explain How to install SiS 771/671 Mirage 3 Video Drivers in ubuntu 10.04
First you need to downlod the drivers from here .Once you downloaded you need to unzip them.
Open up a terminal and go to the path you’ve unzipped them in.(use the cd command to navigate to directory’s) f.e; cd /home/user/Downloads
sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/
type in your password and press enter
then stop X server
We need to stop X or we won’t be able to auto-generate a xorg.conf.new
sudo service gdm stop
you’ll have to do next part blindly
Switch to tty1 by pressing Ctrl+Alt+f1
(f2 for tty2, f3 for tty3, etc.. (f7 should be X)
Even though you won’t be able to read it (yet) you can login
type in your username and press enter
type in your password and press enter
Now you’re logged in you want to become root; type;
sudo bash
type in your password
Now your root; type in
Xorg -configure
(this will create a xorg.conf.new in your home directory)
and start gdm again with
service gdm start
Once there; Open up a terminal again;
move the auto-generated xorg.conf.new to /etc/X11/xorg.conf
with
sudo mv xorg.conf.new /etc/X11/xorg.conf
and restart gdm by typing;
sudo service gdm restart
Fix the plymouth and the unreadable tty problem like this
Open up a terminal and type
sudo bash
enter your password
type;
echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
type;
update-initramfs -u
and reboot your system
reboot
感谢各位的分享。该死的sis。
原地址:英文的,很简单,看不懂就记里面的命令吧。
http://www.ubuntugeek.com/how-to-instal ... lucid.html
This tutorial will explain How to install SiS 771/671 Mirage 3 Video Drivers in ubuntu 10.04
First you need to downlod the drivers from here .Once you downloaded you need to unzip them.
Open up a terminal and go to the path you’ve unzipped them in.(use the cd command to navigate to directory’s) f.e; cd /home/user/Downloads
sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/
type in your password and press enter
then stop X server
We need to stop X or we won’t be able to auto-generate a xorg.conf.new
sudo service gdm stop
you’ll have to do next part blindly
Switch to tty1 by pressing Ctrl+Alt+f1
(f2 for tty2, f3 for tty3, etc.. (f7 should be X)
Even though you won’t be able to read it (yet) you can login
type in your username and press enter
type in your password and press enter
Now you’re logged in you want to become root; type;
sudo bash
type in your password
Now your root; type in
Xorg -configure
(this will create a xorg.conf.new in your home directory)
and start gdm again with
service gdm start
Once there; Open up a terminal again;
move the auto-generated xorg.conf.new to /etc/X11/xorg.conf
with
sudo mv xorg.conf.new /etc/X11/xorg.conf
and restart gdm by typing;
sudo service gdm restart
Fix the plymouth and the unreadable tty problem like this
Open up a terminal and type
sudo bash
enter your password
type;
echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
type;
update-initramfs -u
and reboot your system
reboot
感谢各位的分享。该死的sis。
-
- 帖子: 8
- 注册时间: 2008-09-02 15:38
Re: ubuntu 10.04 成功安装在SiS672 上
该死,刚刚编辑好的竟然没有。
大家凑合看吧,不编辑了。不懂的邮件我,用户名@qq。……
安装说明:
Thanks to those who share these,thanks.
源地址:
http://www.ubuntugeek.com/how-to-instal ... lucid.html
This tutorial will explain How to install SiS 771/671 Mirage 3 Video Drivers in ubuntu 10.04
First you need to downlod the drivers from here .Once you downloaded you need to unzip them.
Open up a terminal and go to the path you’ve unzipped them in.(use the cd command to navigate to directory’s) f.e; cd /home/user/Downloads
sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/
type in your password and press enter
then stop X server
We need to stop X or we won’t be able to auto-generate a xorg.conf.new
sudo service gdm stop
you’ll have to do next part blindly
Switch to tty1 by pressing Ctrl+Alt+f1
(f2 for tty2, f3 for tty3, etc.. (f7 should be X)
Even though you won’t be able to read it (yet) you can login
type in your username and press enter
type in your password and press enter
Now you’re logged in you want to become root; type;
sudo bash
type in your password
Now your root; type in
Xorg -configure
(this will create a xorg.conf.new in your home directory)
and start gdm again with
service gdm start
Once there; Open up a terminal again;
move the auto-generated xorg.conf.new to /etc/X11/xorg.conf
with
sudo mv xorg.conf.new /etc/X11/xorg.conf
and restart gdm by typing;
sudo service gdm restart
Fix the plymouth and the unreadable tty problem like this
Open up a terminal and type
sudo bash
enter your password
type;
echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
type;
update-initramfs -u
and reboot your system
reboot
关于本文的不懂可以留言。
大家凑合看吧,不编辑了。不懂的邮件我,用户名@qq。……
安装说明:
Thanks to those who share these,thanks.
源地址:
http://www.ubuntugeek.com/how-to-instal ... lucid.html
This tutorial will explain How to install SiS 771/671 Mirage 3 Video Drivers in ubuntu 10.04
First you need to downlod the drivers from here .Once you downloaded you need to unzip them.
Open up a terminal and go to the path you’ve unzipped them in.(use the cd command to navigate to directory’s) f.e; cd /home/user/Downloads
sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/
type in your password and press enter
then stop X server
We need to stop X or we won’t be able to auto-generate a xorg.conf.new
sudo service gdm stop
you’ll have to do next part blindly
Switch to tty1 by pressing Ctrl+Alt+f1
(f2 for tty2, f3 for tty3, etc.. (f7 should be X)
Even though you won’t be able to read it (yet) you can login
type in your username and press enter
type in your password and press enter
Now you’re logged in you want to become root; type;
sudo bash
type in your password
Now your root; type in
Xorg -configure
(this will create a xorg.conf.new in your home directory)
and start gdm again with
service gdm start
Once there; Open up a terminal again;
move the auto-generated xorg.conf.new to /etc/X11/xorg.conf
with
sudo mv xorg.conf.new /etc/X11/xorg.conf
and restart gdm by typing;
sudo service gdm restart
Fix the plymouth and the unreadable tty problem like this
Open up a terminal and type
sudo bash
enter your password
type;
echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
type;
update-initramfs -u
and reboot your system
reboot
关于本文的不懂可以留言。
- 渔村男孩
- 帖子: 127
- 注册时间: 2010-07-18 20:11
- 来自: 深圳
Re: ubuntu 10.04 成功安装在SiS672 上
能不能给个附件呢,看不明那鸟语
- startabc
- 帖子: 15
- 注册时间: 2010-08-13 15:53
Re: ubuntu 10.04 成功安装在SiS672 上
能搞3D桌面吗?