IGOS Nusantara dan VGA Intel

Dari IGNwiki
Revisi per 1 Juni 2012 03.32 oleh Ns (bicara | kontrib)

Langsung ke: navigasi, cari

Pengguna komputer yang memakai VGA intel secara umum akan dapat dideteksi resolusi maksimal VGA. Jika IGOS Nusantara hanya dapat menampilkan resolusi 1024x600, lakukan:

1. Buka terminal sebagai root

#

2. Salin berkas lama untuk cadangan

# mv -i /etc/X11/xorg.conf /etc/X11/xorg.conf.old

3. Modifikasi berkas gedit /boot/grub/grub.conf

# gedit /boot/grub/grub.conf

4. Tambahkan pada baris kernel, tambahkan diakhir/ujung baris

nomodeset

5. Lakukan boot ulang

# reboot

6. Buka kembali terminal sebagai root

#

7. Modifikasi berkas gedit /etc/X11/xorg.conf

# gedit /etc/X11/xorg.conf

8. Paster teks di bawah ini

Section "Monitor"
  Identifier "Monitor0"
  ModelName "LCD Panel"
  HorizSync 31.5 - 64.0
  VertRefresh 56.0 - 65.0
  Option "dpms"
EndSection

Section "Device"
  Identifier "Videocard0"
  Driver "intel"
EndSection

Section "Screen"
  Identifier "Screen0"
  Device "Videocard0"
  Monitor "Monitor0"
  DefaultDepth 24
  SubSection "Display"
    Viewport 0 0
    Depth 24
  EndSubSection
EndSection

9. Lakukan boot ulang

# reboot

10. Semoga sukses.