IGOS Nusantara dan VGA Intel: Perbedaan revisi
Dari IGNwiki
(←Membuat halaman berisi 'Pengguna komputer yang memakai VGA intel secara umum akan dapat dideteksi resolusi maksimal VGA. Jika IGOS Nusantara hanya dapat menampilkan resolusi 1024x600, lakukan...') |
|||
| Baris 24: | Baris 24: | ||
Section "Monitor" | Section "Monitor" | ||
| − | + | Identifier "Monitor0" | |
| − | + | ModelName "LCD Panel" | |
| − | + | HorizSync 31.5 - 64.0 | |
| − | + | VertRefresh 56.0 - 65.0 | |
| − | + | Option "dpms" | |
EndSection | EndSection | ||
| − | + | ||
Section "Device" | Section "Device" | ||
| − | + | Identifier "Videocard0" | |
| − | + | Driver "intel" | |
EndSection | EndSection | ||
| − | + | ||
Section "Screen" | Section "Screen" | ||
| − | + | Identifier "Screen0" | |
| − | + | Device "Videocard0" | |
| − | + | Monitor "Monitor0" | |
| − | + | DefaultDepth 24 | |
| − | + | SubSection "Display" | |
| − | + | Viewport 0 0 | |
| − | + | Depth 24 | |
| − | + | EndSubSection | |
EndSection | EndSection | ||
Revisi per 1 Juni 2012 03.30
Pengguna komputer yang memakai VGA intel secara umum akan dapat dideteksi resolusi maksimal VGA. Jika IGOS Nusantara hanya dapat menampilkan resolusi 1024x600, lakukan:
- Buka terminal sebagai root
#
Salin berkas lama untuk cadangan
- mv -i /etc/X11/xorg.conf /etc/X11/xorg.conf.old
Modifikasi berkas gedit /boot/grub/grub.conf
# gedit /boot/grub/grub.conf
Tambahkan pada baris kernel, tambahkan diakhir/ujung baris
nomodeset
Lakukan boot ulang
# reboot
- Buka kembali terminal sebagai root
#
- Modifikasi berkas gedit /etc/X11/xorg.conf
# gedit /etc/X11/xorg.conf
- Paste the next code
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
- Lakukan boot ulang
# reboot
- Semoga sukses.