LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ubuntu User - Video Mode not Supported (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-user-video-mode-not-supported-4175416168/)

wizlanta 07-11-2012 12:27 PM

Ubuntu User - Video Mode not Supported
 
Hello Ubuntu 11.04 users ...

I just upgraded from a small 10" lcd to a larger 19" LCD ... (for the kids) ...

I may have been logged in as my son when I made the change ...

Now when my son logs into ubuntu - a back screen appears with the message - "Video mode not supported" ... and I need to cold boot.

Logging in after restart - all is normal for the other users ...
They can change the screen resolution from the gui as normal - and hit the escape key to back out of non supported video modes.

But when my switching to my son's user account - the "video mode not supported" error appears - and the escape key does not allow backing out.

I guess any hints on how to edit his profile while logged in as an admininstrator would be helpful.

Thanks.

dudeman41465 08-21-2012 11:37 PM

I've always just messed with /etc/X11/xorg.conf, but newer distributions, specifically Ubuntu, don't really use that any more. It might be easier to just go into his user profile as root (/home/username), grab his files and put them somewhere else, delete the user account and create a new one, then put the files back, and fix any permissions issues by running the following as root after you put the files back (replace newusername with whatever the username for his new account):

Code:

chown -R newusername /home/newusername
chgrp -R newusername /home/newusername
chmod -R 770 /home/newusername



All times are GMT -5. The time now is 01:12 AM.