Desktop resolution problem

Hello,

fixed 1280x720.
How can I change this.
1280x720, 720x576 two options are available now.


Thank you

Hi,

Maybe you need to understand why there are only two modes first.

  1. Our kernel would filter out some modes from your display edid if some modes are not supported.

  2. The xorg would filter out some modes.

You could check this by enabling more log in x11 and share xorg.0.log.

#Add below option in /etc/X11/xorg.conf, 'Section "Device"'. Verbose mode logging will be shown in /var/log/Xorg.0.log
    Section "Device"
    ...
      Option   "ModeDebug"
    ...
    EndSection

Some similar posts here:

1 Like

Hello,

image
I have added Option “ModeDebug”.
#Add below option in /etc/X11/xorg.conf, ‘Section “Device”’. Verbose mode logging will be shown in /var/log/Xorg.0.log
Section “Device”

Option “ModeDebug”

EndSection

How can I check this?

You already pasted how to check.

Verbose mode logging will be shown in /var/log/Xorg.0.log

1 Like