LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   get black screen after install nvidia driver!!! (https://www.linuxquestions.org/questions/fedora-35/get-black-screen-after-install-nvidia-driver-670898/)

pzUH 09-18-2008 04:44 PM

get black screen after install nvidia driver!!!
 
im using fedora 9 and with GF 8600
now i cant enter my fedora in graphic mode and just get black screen...
this happen after i installed nvidia driver

what shuld i do!!!???!!!???

amani 09-19-2008 09:45 AM

try to configure display.

Boot to a shell (simply add runlevel=3 at the end of the kernel line).

login

#su

#setup

or edit /etc/X11/xorg.conf in vim

#su
#vim /etc/X11/xorg.conf
change the line

driver nvidia

to

driver nv

or

driver vesa

(you need to press alt + i to insert anything
esc to stop inserting
:w to save
:q to quit the editor)

karlum 06-01-2009 10:42 AM

hey,

I have the same problem but I only get "bash: edit: command not found" as an result...

chrism01 06-01-2009 11:25 PM

'edit' is not a cmd; he just means use an editor to do .... usually it'll be vi or vim, as per his example.


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