Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Nvidia Drivers] debian 8 64xBLACK SCREEN(xorg prob.)(xfce)

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
PavelPerkov
Posts: 1
Joined: 2014-11-16 08:53

[Nvidia Drivers] debian 8 64xBLACK SCREEN(xorg prob.)(xfce)

#1 Post by PavelPerkov »

Hello everyone , i am used ubuntu for 2 years , and have installed debian 8 2 days ago.
I am installed 7 version first , but reinstalled it to 8 because 7version havent steam support.
In 7 version i used this instruction to install drivers - https://wiki.debian.org/NvidiaGraphicsDrivers#configure ( ALL WORKED )
But when i installed 8 version i didnt seen any drivers instruction for 8 version
SO THIS IS STEPS WHICH I DONE TO INSTALL DRIVERS FOR NVIDIDA
Step 1
So i am put this text to my sources.list
# deb cdrom:[Debian GNU/Linux jessie-DI-b2 _Jessie_ - Official Snapshot amd64 NETINST Binary-1 20141003-18:31]/ jessie main

#deb cdrom:[Debian GNU/Linux jessie-DI-b2 _Jessie_ - Official Snapshot amd64 NETINST Binary-1 20141003-18:31]/ jessie main

deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie main

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main

# jessie-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ jessie-updates main
deb-src http://ftp.us.debian.org/debian/ jessie-updates main

# jessie-backports, previously on backports.debian.org
deb http://ftp.us.debian.org/debian/ jessie-backports main
deb-src http://ftp.us.debian.org/debian/ jessie-backports main

# Debian Jessie (testing)
deb http://http.debian.net/debian/ jessie main contrib non-free
[/list]
Step 2 - i have printed this commands :
  • 5 aptitude update
    6 mousepad
    7 aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms
    8 mkdir /etc/X11/xorg.conf.d
    9 echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
Next step REBOOT AND BLACK SCREEN
step 3 (save mode (console) and delete all xorg.conf.d and xorg.conf files
step 4 (boot normal)
step 5
  • 132 apt-get update
    133 apt-get install nvidia-glx nvidia-kernel-dkms nvidia-xconfig nvidia-settings
    after that i rebooted and have black screen again
    (additional information)
    1. When i print "nvidia-xconfig"
    • pavelperkov@Fluttershy-debian:~$ nvidia-xconfig

      WARNING: Unable to locate/open X configuration file.

      Package xorg-server was not found in the pkg-config search path.
      Perhaps you should add the directory containing `xorg-server.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'xorg-server' found

      ERROR: Unable to write to directory '/etc/X11'.

2. I think i havent normally installed all components to system.
3. I think i have some problems with xorg package

User avatar
millusions
Posts: 58
Joined: 2014-10-05 14:02

Re: [Nvidia Drivers] debian 8 64xBLACK SCREEN(xorg prob.)(xf

#2 Post by millusions »

question: did you disable/blacklist noveau driver?

Post Reply