Difference between revisions of "Instalasi Sis 771/671"

From OnnoWiki
Jump to navigation Jump to search
(New page: Ambil di http://estebanordano.com.ar/sis-m671m672-driver-for-xorg-xserver-7-5-on-debian-sidux/ Copy sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/ Stop X Server sudo service g...)
 
 
Line 53: Line 53:
 
  reboot
 
  reboot
  
 +
==Referensi==
 +
 +
* http://ubuntuforums.org/showthread.php?t=958967&page=38
  
 
==Pranala Menarik==
 
==Pranala Menarik==
Line 59: Line 62:
 
* [[Instalasi Sis 771/671]]
 
* [[Instalasi Sis 771/671]]
 
* [[Linux Howto]]
 
* [[Linux Howto]]
 +
 +
[[Category: Linux]]
  
  
 
[[Category: Linux]]
 
[[Category: Linux]]
 
[[Category: VGA]]
 
[[Category: VGA]]

Latest revision as of 17:04, 29 September 2010

Ambil di

http://estebanordano.com.ar/sis-m671m672-driver-for-xorg-xserver-7-5-on-debian-sidux/

Copy

sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/

Stop X Server

sudo service gdm stop

Layar akan mati. Lakukan dengan kondisi layar mati

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

(ini akan membuat xorg.conf.new di home directory)

start gdm

service gdm start
sudo mv xorg.conf.new /etc/X11/xorg.conf

Start gdm

sudo service gdm restart

Fix the plymouth and the unreadable tty problem like this

Masuk ke terminal

sudo bash
enter your password
echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
update-initramfs -u

Reboot

reboot

Referensi

Pranala Menarik