Screen corruption and solution
Thierry de Coulon
New Member Posts: 1 ✭
Hello all,
I've been trying Ubilinux and openSUSE Leap 42.2 on my UP board. My problem was strong screen corruption (when running a GUI, in my case Trinity Desktop).
After some search, I found this solution to my problem:
Modify or create the file /usr/share/X11/xorg.conf.d/20-intel.conf
There paste this code:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
Since this I have no more problem.
My board is UP-GWS01.w/4G memory,32G eMMC board.w/ VESA plate
I don't see posts about this problem, but I thought It might be useful to someone
I've been trying Ubilinux and openSUSE Leap 42.2 on my UP board. My problem was strong screen corruption (when running a GUI, in my case Trinity Desktop).
After some search, I found this solution to my problem:
Modify or create the file /usr/share/X11/xorg.conf.d/20-intel.conf
There paste this code:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
Since this I have no more problem.
My board is UP-GWS01.w/4G memory,32G eMMC board.w/ VESA plate
I don't see posts about this problem, but I thought It might be useful to someone
Comments
-
Thanks for your contribution.:)