1

I am using Ubuntu 11.10 and used Jupiter for Betty performance. I have selected "Video displays" to External display only with my Account. My display gone just a black screen.

How can I recover my display?

Bruno Pereira
  • 73,643
  • Do you have nVidia? Then have a look at this for starters, it is about updating the video drivers. http://askubuntu.com/questions/134335/double-screen-doesnt-work – Sun Dial May 09 '12 at 16:04
  • as I told I am new user of ubantu, can you please tell me how can i remove jupiter from my guest account or some other solution? – Raza Hussain May 09 '12 at 16:12

2 Answers2

1

Press Ctrl+Alt+F1 and login to your account. Use the command sudo apt-get remove jupiter and reboot your computer with sudo reboot.

Your screens should be back to default.

Bruno Pereira
  • 73,643
Sun Dial
  • 421
1

Just went through this. For those finding this thread now: At login screen, ctrl+alt+f1 (Brings up terminal mode) Login using username/password

sudo rm -r /var/jupiter/

Then alt+F7 to return to login screen.

Wane5tars
  • 306