Komputer sudah terinstall Ubuntu 10.04, berikut spesifikasi sistemnya:
- OS Ubuntu 10.04
- Ge Force FX 5200 128 MB
- Monitor LCD Advance 22 Inchi
Komputer harus konek internet, berikut langkah-langkahnya:
1. Menu - Preferences - Hardware driver
2. Saya pilih sesuai yang direkomendasikan sama ubuntunya, terus di klik aktivate
3. Masuk ke terminal, lakukan
sudo apt-get --purge remove xserver-xorg-video-nouveau
4. Restart komputer, masuk ke recovery mode, masuk ke pilihan root terminal, lakukan
sudo nvidia-xconfig
5. Edit file xorg.conf
sudo vi /etc/X11/xorg.conf
6. Sesuaikan isi xorg.conf dengan dibawah ini (saya udah menambahkan settingan resolusi 1280 x 800 60 Hz dengan cara memasukan perintah di terminal:
cvt 1280 800 60
# 1280x800 59.81 Hz (CVT 1.02MA) hsync: 49.70 kHz; pclk: 83.50 MHz
Modeline "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
7. Isi file xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Sun Nov 8 21:50:38 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
# 1280x800 59.81 Hz (CVT 1.02MA) hsync: 49.70 kHz; pclk: 83.50 MHz
Modeline "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 50.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Option "UseDisplayDevice" "DFP"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
8. Restart komputer, setelah masuk ke desktop apabila anda ingin mengatur resolusi lebih tinggi bisa lewat Nvidia X server setting (install dulu paketnya pake synaptic kalo belum ada)
Referensi:
https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
https://help.ubuntu.com/community/NvidiaResolutionXorgConf