Sappri wrote:Hi everybody,
I have a strange problem when I use the GUI when starting the X server. I added a new user and added it in sudour, then started startX and now my top menu bar is flashing white every second with no buttons appearing, it does work however in the pi account though. I don't know what went wrong. Everything is default configuration, all I did first thing when I boot it up is add the new user.
Add the new user to the video group and see if things work better. You can do this manually using an editor (nano, vi, other) and edit the /etc/group file; just add your new userid to the video group after PI. You will need to use sudo to do this.
Or, you may use the sudo usermod command:
sudo usermod -aG video newuserid
If you use the usermod command be sure to check the results by actually viewing the /etc/group file .