[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with NVIDIA Graphic Card



On Sat, 04 May 2013, Yue Wu wrote:

> I have encountered a very weird problem with my NVIDIA Tesla graphic
> card.
> 
> I installed Debian Wheezy, and I disabled nouveau which is the default
> graphic driver used by Debian. But later when I rebooted my OS, there
> was completely no output on the screen.
> 
> How can I solve this problem?

Have you installed another graphics card driver like the proprietary
nvidia one?  If so, you'll need to create a minimal xorg.conf to get
the driver loaded and X working.  Here's mine:

# minimal xorg.conf for prop. nvidia driver

#Section "Module"
#    Load        "glx"
#EndSection

Section "Device"
    Identifier  "EVGA GeForce 8400GS"
    Driver      "nvidia"
EndSection

Put it in /etc/X11

Here's the instructions I used:

   http://wiki.debian.org/NvidiaGraphicsDrivers

B


Reply to: