well, pastikan bahwa vga anda tipe 771/671,jalankan perintah :
lspci|grep VGAjika hasilnya
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)maka anda di jalur yang benar :D
selanjutnya adalah install paket-paket ini
- git
- xorg-dev
- mesa-common-dev
- libdrm-dev
- libtool
$ git clone git://github.com/hellnest/xf86-video-sismedia-0.9.1.gitlalu reboot komputer
$ cd xf86-video-sismedia-0.9.1
$ ./configure --prefix=/usr --disable-static
$ make
$ sudo make install
untuk yang resolusi maximalnya 1366x768, buat file di /etc/X11/xorg.conf lalu copas baris dibawah
Section "Device"
Identifier "Configured Video Device"
Option "UseTiming1366" "yes"EndSection
Section "Monitor"
Identifier "Configured Monitor"EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"EndSection
sumber
Tidak ada komentar:
Posting Komentar