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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130504095925.7be88...@debian7.boseck208.net

Reply via email to