Pages

Sunday, March 16, 2014

CARA MENGATASI RESOLUSI MONITOR DI UBUNTU


Install dulu xorg nya.

        ~$ sudo apt-get install xorg*

kemudian edit file yang ada di /etc/X11/xorg.conf

        ~$ sudo gedit /etc/X11/xorg.conf

(TAMBAHKAN SYNTAX DIBAWAH INI)
---------------------------------------------------------------------------------------
Section "Device"

Identifier "Configured Video Device"

EndSection

Section "Monitor"

Identifier "Configured Monitor"

HorizSync 28-73

EndSection


Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

EndSection
-------------------------------------------------------------------------------------------------
kemudian restart dengan perintah :
         $ sudo /etc/init.d/gdm restart

No comments:

Post a Comment