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

 

 

 

Even yet a Nvidia driver install problem

Ask for help with issues regarding the Installations of the Debian O/S.
Message
Author
milomak
Posts: 2168
Joined: 2009-06-09 22:20
Been thanked: 2 times

Re: Even yet a Nvidia driver install problem

#31 Post by milomak »

go into a terminal

run aptitude reinstall nvidia-kernel-dkms

post the output
Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

User avatar
piper
Posts: 102
Joined: 2005-07-03 08:29

Re: Even yet a Nvidia driver install problem

#32 Post by piper »

Eazy wrote:I got tired to get this to work, so I took the opportunity to try another dist, but I thought the dist was buggy. So here I am again trying to get this to work.

I can get it to work if I remove xorg.conf. When having a xorg.conf in /etc/X11/xorg.conf I only have 2d graphics. If I remove xorg.conf I have 2d and 3d.

I wouldn't mind having xorg.conf removed, but I need to enable "Force Composition Pipeline" and that is something you need to set in xorg.conf.
I have googled my ass but hot finding a solution.

Is the xorg.conf needed to be in another folder than /etc/X11 or do i set my settings in another conf-file?
You don't need a xorg.conf (depreciated now a days) to enable Force Composition Pipeline

You can enable it from nvidia settings

In nvidia settings ☛ xserver display configuration ☛ advanced ☛ and put a check mark next to

Code: Select all

Force Full Composition Pipeline
Reboot
milomak wrote:go into a terminal

run aptitude reinstall nvidia-kernel-dkms

post the output
Better yet would be to run

Code: Select all

dpkg-reconfigure nvidia-kernel-dkms

Eazy
Posts: 31
Joined: 2009-07-01 20:19

Re: Even yet a Nvidia driver install problem

#33 Post by Eazy »

I know that xorg.conf soon is removed. If I enable "Force Composition Pipeline" in nvidia-settings its gone after a reboot and need to enable it again. So until that is fixed (if it will be), I will use xorg.conf.

To solve my problem i need to add this:

Code: Select all

    ModulePath     "/usr/lib/nvidia/current"
    ModulePath     "/usr/lib/xorg/modules"

Under Section "Files"
in my xorg.conf.

So now I'm a happy camper :)

Thank you every one that tried to solve my problem!

Post Reply