Nvidia 325.08 won't build against 3.11.0 kernel

Started by clubex, 2013/09/10, 12:24:27

Previous topic - Next topic

dibl

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, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

mylo

Seems my system has a major problem. I purged all the nvidia stuff and installed

xserver-xorg-video-nouveau

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

piper

Quote from: "mylo"Seems my system has a major problem. I purged all the nvidia stuff and installed

xserver-xorg-video-nouveau

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

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

if all works well, then try installing nvidia again and don't forget to make a new 20-nvidia.conf
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

mylo

Quote from: "piper"...
if all works well, ...

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

piper

Anything unusual in /var/log/X.0.log and ~/.xsession-errors

What is the output ofls -l /sbin/init
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

mylo

hi piper,,

Quote from: "piper"...
What is the output ofls -l /sbin/init
I check the logs and come back.

The output is

-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]

absolut

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

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

piper

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
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

mylo

/var/log/Xorg.0.log is empty also; there is no Xorg* in /var/log/...

vayu

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.

Geier0815

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?