Sappri
Posts: 3
Joined: Fri May 15, 2015 11:43 am

StartX, top menu flashing

Fri May 15, 2015 11:50 am

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.

User avatar
MarkHaysHarris777
Posts: 1820
Joined: Mon Mar 23, 2015 7:39 am
Location: Rochester, MN
Contact: Website

Re: StartX, top menu flashing

Fri May 15, 2015 5:48 pm

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 .
marcus
:ugeek:

Volvofan
Posts: 1
Joined: Thu May 14, 2015 5:27 pm

Re: StartX, top menu flashing

Sat May 16, 2015 6:00 am

I had the same problem.
In my case I got ALSA error in '.xsessionerrors' (in home directory ls -A).
I added <userid> in group audio aswell.
Problem solved.

with regards Volvofan

Sappri
Posts: 3
Joined: Fri May 15, 2015 11:43 am

Re: StartX, top menu flashing

Sat May 16, 2015 7:41 am

Ok, I've used the command and checked the group file and I see it there next to Pi but the issue hasen't gone, I've captured screenshots of the problem.

Image

And

Image

And it keeps transitioning between the two to infinity.

Sappri
Posts: 3
Joined: Fri May 15, 2015 11:43 am

Re: StartX, top menu flashing

Sat May 16, 2015 3:46 pm

Thank you!

Adding the userid to the video and audio group fixed it.

jamesswaringen
Posts: 1
Joined: Sun Jun 12, 2016 9:06 pm

Re: StartX, top menu flashing

Sun Jun 12, 2016 9:09 pm

I have added to the audio and the video group but still not working. Any other ideas.

Return to “Troubleshooting”