Minggu, 01 April 2012

[Opensuse 12.1] Instalasi Driver Nvidia Ge force 5200 Fx

Untuk menginstall driver Nvidia Ge Force 5200 Fx pada Opensuse 12.1 sangatlah mudah, karena drivernya sudah tersedia di repositori kita tinggal menginstall lewat 1 Click install, tentunya komputer harus terkoneksi internet. Caranya sebagai berikut:
1. Klik 






2. Ikuti petunjuk yang ada, tunggu prosesnya sampai selesai. Restart komputernya

3. Setelah di restart ternyata tampilannya menjadi gede karena resolusinya jadi kecil, resolusi terbesar cuma 800 x 600, untuk mengatasi ini kita harus membuat file xorg.conf caranya buka terminal/ konsole:
sudo nvidia-xconfig

4. Edit file xorg.conf yang terletak di /etc/X11/xorg.conf
sudo nano /etc/X11/xorg.conf

Perhatikan pada baris ini

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       30.0 - 150.0
    VertRefresh     50.0 - 100.0

        Option         "DPMS"
EndSection




Perhatikan pada baris yang dicetak tebal, rubah nilai maksimunnya ke batas aman, karena kalau ngga di rubah nanti Opensuse setelah di restart pasti out of sync monitornya, saya merubahnya menjadi:

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       30.0 - 50.0
    VertRefresh     50.0 - 75.0

      Option         "DPMS"
EndSection


Oh ya monitor yang saya gunakan adalah monitor LCD wide screen dengan resolusi yang optimal adalah 1280x800, untuk memasukan setingan ini ke xorg.conf, buka konsole/ terminal:

cvt 1280 800 60

hasilnya
# 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


Kedua baris tersebut dipaste ke xorg.conf seperti ini:

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       30.0 - 50.0
    VertRefresh     50.0 - 75.0

# 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

      Option         "DPMS"
EndSection


Simpan dan restart. Setelah masuk ke desktop kembali atur resolusinya melalui menu > System > Configuration > Configure Nvidia X Server Setting

Selamat Mencoba !!!

Referensi:
1. http://en.opensuse.org/SDB:NVIDIA_drivers










◄ Posting Baru Posting Lama ►
 

Copyright © 2012. informativeonmigraine - All Rights Reserved inovLy media online by inforZa