DISPLAY FAILS WHEN - SUDO ENVY

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Post by Husse »

sudo envy which started the envy program in text mode.
If you don't have the latest version of envy you are logged out to a tty.
But did you get a completely black screen?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
telic
Level 3
Level 3
Posts: 188
Joined: Thu Mar 22, 2007 7:48 am

Post by telic »

Next thing I did was start sudo envy which started the envy program in text mode. As soon as I selected "1" which is for NVIDIA Drivers....... my display crashed to black screen.
Envy sometimes has problems with the command shell that Bianca inherits from Ubuntu Edgy.

Type this in Terminal, then retry Envy...

sudo bash
rm /bin/sh
ln -s /bin/bash /bin/sh
exit


-------
User avatar
Boo
Level 7
Level 7
Posts: 1633
Joined: Mon Mar 26, 2007 7:48 am

Post by Boo »

ooooh that is a bit harsh on /bin/sh.
why not just move it and then create a link.

sudo bash
mv /bin/sh /bin/sh.old
ln -s /bin/bash /bin/sh
exit

just in case you want it back sometime.
:)
Image
Now where was i going? Oh yes, crazy!
User avatar
Boo
Level 7
Level 7
Posts: 1633
Joined: Mon Mar 26, 2007 7:48 am

Post by Boo »

well i hope you are running envy in a terminal session (Ctl-Alt-F1).
doing it from the desktop in a terminal window causes bad stuff to happen.

your xorg.conf file is using the basic nvidia driver (nv) no 3d.
there are some double or triple repeated entries in there.
the modules section may have conflicting modules.
Image
Now where was i going? Oh yes, crazy!
Husse

Post by Husse »

I agree with Boo there are sections that are repeated, you have the driver nv on a new card that is identified a bit odd "NVIDIA Corporation NVIDIA Default Card".
This is also odd: cp: cannot stat `/etc/X11/xorg.conf': No such file or directory There is such a file.....
You seem to use the option -g for envy (run in the GUI)
Try to change to text mode (ctrl+alt+F1) and run envy
Paste the output of lsmod, there may be some module to many loaded
Locked

Return to “Installation & Boot”