IGOS Nusantara dan VGA Intel

Dari IGNwiki
Langsung ke: navigasi, cari

Pengguna komputer yang memakai VGA intel secara umum akan dapat dideteksi resolusi maksimal VGA. Resolusi VGA intel dan resolusi maksimal Monotir CRT atay LCD misal 1900x1600. 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. Paste 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.