/dev/fb0 problem

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

/dev/fb0 problem

1,236 Views
carmilili
Contributor III

Hello

     My board is IMX6Q-SDB. When I test the node of /dev/fb0,the video output by HDMI.I find a black point on the left of the screen.You can use the demo of mxc_fb_test.out to see it.

     How can I solve it?

     Thank you.

123.jpg

Labels (5)
5 Replies

851 Views
justin_jiang
NXP Employee
NXP Employee

Which release are you using? Can you change another HDMI display to test?

851 Views
carmilili
Contributor III

LTIB:3.0.35_4.0_130816

I find it is the cursor.

0 Kudos

851 Views
Yuri
NXP Employee
NXP Employee

As for cursor, You may try the following to stop blinking cursor:

# echo 0 > /sys/class/graphics/fbcon/cursor_blink

or in order to  hide cursor:


# echo -e '\033[?17;0;0c' > /dev/tty1 (from serial console)

or

# echo -e '\033[?17;0;0c'    (from framebuffer console)


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

851 Views
carmilili
Contributor III

Now ,I  through modify the kernel file of fbcon.c to stop blinking cursor .

0 Kudos

851 Views
justin_jiang
NXP Employee
NXP Employee

OK. Thanks for update. This version should have no problem, I verified it on my side.