Re: OpenBSD 7.9 screen resolution
badli al rashid <[email protected]> Thu, 18 Jun 2026 17:50:27 +0800
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <CAJinB_Dodoz++0D=zBz--=s0F=gqxqyxu5aEK+H+yA2BuHdqFg@mail.gmail.com> |
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