Hi Jan,

Yes, it finally work. Changing the screen resolution from 1920x1080 to
1360x768 using Xorg.conf. The xsession did'nt work.


---Xorg.conf---
Section "Monitor"
  Identifier "Monitor0"
EndSection

Section "Screen"
  Identifier "Screen0"
  Monitor "Monitor0"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1360x768"
   EndSubSection
EndSection

Section "Device"
  Identifier "drm"
  Driver "modesetting"
  Option "TearFree" "true"
EndSection
  ---end---

Thanks.

Regards,
Badli

Reply via email to