Nvidia Glxinfo problem.

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: Nvidia Glxinfo problem.

Post by Husse »

Is the Nvidia driver really installed ?
Most likely, but it seems not to be active
This is a case when you may have to do some editing
Check the file /etc/X11/xorg.conf
In there you should have a section something like this
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
If it does not say nvidia you have to change
In a terminal

Code: Select all

gksu gedit /etc/X11/xorg.conf
Change to nvidia
If you already had nvidia there or this does not help run (in a terminal)

Code: Select all

lsmod | grep -i nvidia

and post the result (right click to copy)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Hardware Support”