python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
`fbcon/cursor_blink` permissions reset at reboot
Context
I need to stop the cursor from blinking on an external screen of my raspberry-pi in order to display a home-made interface on /dev/fb0.
For this purpose I created a group cursor_blink in which...

vinalti
Votes: 0
Answers: 1
pygame.display.init() fails for non-root user
Tl;dr
I need to use pygame but it can't initialize the screen as a normal user because of the permissions for the framebuffer driver. root can do pygame.display.init() but not the user. User is in the...

vinalti
Votes: 0
Answers: 2
How to use pygame to display something via HDMI on /dev/fb0 (using raspian OS lite)
I'm trying to get pygame to send anything to the framebuffer /dev/fb0 on a raspberry pi running the lite version of raspbian. I'm connected via ssh, the image should show up on the HDMI output.
I can ...

576i
Votes: 0
Answers: 1