I.MX6 UL cant change resolution size

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I.MX6 UL cant change resolution size

761 Views
sarimu_inoue_j7
Contributor II

HI

i'm using i.mx6Ul and i'm tring to change resolution size from 480x272 to 240x156 by using xranr command

i used command following way

$xrandr --newmode "240x135_60.00"    2.25  240 248 264 288  135 138 143 146 -hsync +vsync

$xrandr --addmode XWAYLAND0 240x135_60.00

$xrand --output XWAYLAND0 --mode 240x135_60.00

then i got following error

#################################################################

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 139 (RANDR).
Minor opcode of failed request: 7 (RRAddOutputMode).
Value in failed request:0x0 Serial number of failed request: 22.
Current serial number in output stream: 23

#################################################################

i want now how to solve this error.

or any otherway to change resolution size 

Tags (1)
0 Kudos
4 Replies

706 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Which version BSP are you using? You need to confirm if these resolutions are supported first and then you can use.

0 Kudos

707 Views
sarimu_inoue_j7
Contributor II

how can i check that?
is that same version as linux-yocto kernel?

0 Kudos

705 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

When your board system boot up, you can go to /sys/class/graphics/fb0, use the cat modes to list all the mode. You can try this.

 

647 Views
sarimu_inoue_j7
Contributor II

sorry for late respond 
i found that my bsp is not supported
thanks for help