Salah satu bug pada distro Linux OpenSUSE 13.1 terbaru adalah kejadian logout yg terjadi secara tiba-tiba dan kemudian menampilkan layar login. Pertama, aku pikir ini permasalahan pada driver VGA, namun setelah update, kejadian yg sangat mengganggu ini masih terus terjadi. Lalu bagaimana solusinya?
Pertama, sebagai root, buatlah file: /etc/X11/xorg.conf.d/20-intel.conf
Kemudian, edit isi file itu dengan:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
Sekarang, restart komputer.
Semoga, kejadian logout tiba-tiba tidak terjadi lagi :)
[English]
One of OpenSUSE 13.1's bug that really bugging me from the beginning is my system suddenly logout and then, out of nowhere, login screen appeared. At first, I thought it's a problem with the video driver, but after few updating, the issue keep happened. So, what the best solution?
First, as superuser root, create file: /etc/X11/xorg.conf.d/20-intel.conf
Then, edit that file and fill it with:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
Now, restart the computer and the bug will go away... :)
Baca selengkapnya....