Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Nvidia 325.08 won't build against 3.11.0 kernel  (Read 14113 times)

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: RE: Re: RE: Nvidia 325.08 won
« Reply #30 on: 2013/09/15, 14:18:56 »
Quote from: "mylo"


Do I have to put this file after the reinstallation of 304 and vdpau?


NO, it has to already be there before you install the nvidia driver.

Yes, the last "#" holds an empty line -- the last line needs to be empty.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

mylo

  • Guest
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #31 on: 2013/09/15, 15:59:52 »
Seems my system has a major problem. I purged all the nvidia stuff and installed

Code: [Select]
xserver-xorg-video-nouveau

but also no init 5...
Is this package (from the wiki) outdated?

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #32 on: 2013/09/15, 17:13:15 »
Quote from: "mylo"
Seems my system has a major problem. I purged all the nvidia stuff and installed

Code: [Select]
xserver-xorg-video-nouveau

but also no init 5...
Is this package (from the wiki) outdated?


Try this
Code: [Select]
apt-get purge $(dpkg -l | awk '/nvidia/{print $2}') && rm -f /etc/X11/xorg.conf.d/20-nvidia.conf
Code: [Select]
apt-get update && apt-get dist-upgrade
Code: [Select]
apt-get install xserver-xorg-core xserver-xorg-video-nouveauYou possibly might need libgl1-mesa-dri also
Code: [Select]
apt-get cleanreboot

if all works well, then try installing nvidia again and don't forget to make a new 20-nvidia.conf
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

mylo

  • Guest
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #33 on: 2013/09/15, 17:45:54 »
Quote from: "piper"
...
if all works well, ...


Hi piper, first of all thanks. I went through your recommended procedure but still no init 5...

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #34 on: 2013/09/15, 17:56:49 »
Anything unusual in /var/log/X.0.log and ~/.xsession-errors

What is the output of
Code: [Select]
ls -l /sbin/init
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

mylo

  • Guest
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #35 on: 2013/09/15, 19:30:45 »
hi piper,,

Quote from: "piper"
...
What is the output of
Code: [Select]
ls -l /sbin/init

I check the logs and come back.

The output is

Code: [Select]
-rwxr-xr-x 1 root root 40552 Jul 16 22:13 /sbin/init

cat /var/log/X.0.log provides "File or Directory not found

cat ~/.xsession-errors delivers half a mile of text, I'll send you the paste URL as PM (do not know whether security infos are in).
[/code]

Offline absolut

  • User
  • Posts: 455
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #36 on: 2013/09/15, 21:35:27 »
cat /var/log/X.0.log provides "File or Directory not found

he meant /var/log/Xorg.0.log

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #37 on: 2013/09/15, 21:45:20 »
Quote from: "absolut"
cat /var/log/X.0.log provides "File or Directory not found

he meant /var/log/Xorg.0.log


Yes, thanks ja danke
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

mylo

  • Guest
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #38 on: 2013/09/16, 09:40:23 »
/var/log/Xorg.0.log is empty also; there is no Xorg* in /var/log/...

Offline vayu

  • User
  • Posts: 232
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #39 on: 2013/09/17, 06:16:41 »
Quote from: "piper"

Try this
apt-get purge $(dpkg -l | awk '/nvidia/{print $2}')


What does this part do?  I'd like to uninstall nvidia on my laptop but I also have some nvidia libraries installed that are dependencies for a programming library and don't want to uninstall those.

Offline Geier0815

  • User
  • Posts: 586
Nvidia 325.08 won't build against 3.11.0 kernel
« Reply #40 on: 2013/09/17, 10:38:17 »
dpkg -l list all Packages available at your system. This will be piped to the awk-code which will search for nvidia in every line and print if found the name of the package. This code with the $() builds a variable for every found of "nvidia" and the "apt-get purge" uninstall all these founds incl. their configs.
Wenn Windows die Lösung ist...
kann ich dann bitte das Problem zurück haben?