Bagi para pengguna ubuntu, pasti pernah mengalami masalah tiba-tiba resolusinya maksimal menjadi 800x600. itu penyebabnya grafis (VGA)nya di ubuntu tidak di support, dan harusnya kita lakukan upgrade librarinya, atau dengan menginstall grafiknya. Untuk menangani masalah ini bisa kita lakukan ujicoba seperti ini :
1. Lakukan install xorg* dengan cara : sudo apt-get install xorg*
2. Jika langkah tersebut masih belum bisa menaikkan resolusi ikuti langkah ketiga
3. Buka terminal ketik : sudo gedit /etx/X11/xorg.conf (enter), terbuka window teks copikan file di bawah ini :
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1024x768"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 60.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1024x768"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 60.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
4. di save, (ctrl+s), kemudian tutup.
5. kemudian restart service dengan perintah pada terminal :
$ sudo /etc/init.d/gdm restart atau di restart saja komputernya,
$ sudo /etc/init.d/gdm restart atau di restart saja komputernya,
Note: Lakukan penambahan resolusi vga jika menginginkan lebih besar pada bagian Modes
Semoga berhasil