Questions tagged [proprietary-drivers]
134 questions
129
votes
2 answers
What is a tainted Linux kernel?
Under certain conditions, the Linux kernel may become tainted. For example, loading a proprietary video driver into the kernel taints the kernel. This condition may be visible in system logs, kernel error messages (oops and panics), and through…
bwDraco
- 3,213
- 3
- 15
- 15
14
votes
6 answers
How to automatically force full composition pipeline for Nvidia GPU driver?
I've installed Manjaro Linux. My graphics card is an Nvidia GTX 1050Ti.
When I boot my computer and try to watch videos, I notice harsh screen tearing. This problem is resolved when I go to the Nvidia X Server Settings and enable the option "Force…
Danieldrd
- 141
- 1
- 1
- 3
12
votes
2 answers
How to restart a failed amdgpu kernel module
My video card crashes from time to time. It's quite annoying but I live with it -- usually I just restart the graphics with sudo systemctl restart lightdm.service, or if needed reboot the whole system.
In this particular instance the systemctl call…
Dejan Jovanović
- 223
- 1
- 2
- 7
12
votes
3 answers
Screen brightness 100% with proprietary Nvidia driver
After having installed the proprietary Nvidia driver on Debian Jessie in order to play Steam games (which I now can), I can't change the brightness at all, it is stuck at the maximum and is irritating my eyes at night. I have already tried all of…
anon76
- 161
- 1
- 1
- 8
9
votes
3 answers
How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?
I need to connect additional monitors on my computer and I get Fresco Logic FL2000DX USB display adapters. This adapters works perfect on Windows but I need to use on my development machine based on Ubuntu 16.04.
I find this on git hub:…
Ivijan Stefan Stipić
- 217
- 1
- 2
- 6
7
votes
1 answer
Installing Proprietary Windows Drivers on Linux
I have a PC Oscilloscope Instrustar ISDS205X which I used on Windows 10. Now that I have switched to Linux, I am unable to find the respective drivers for it. I have tried installing it on PlayOnLinux but the software doesn't install and so do its…
Nabeel Kirmani
- 113
- 1
- 1
- 7
7
votes
1 answer
Linux Mint with radeon.modeset=0
I've installed Linux Mint 18 on my machine, but it has a Radeon HD Graphics card, which is not supported by AMD on systems based on Ubuntu 16.04 (according to some research I did).
So, after the install the system was booting into a black screen and…
Alexandre Justino
- 133
- 1
- 7
6
votes
3 answers
How to install the latest Nvidia drivers on Linux Mint
I have a Linux Mint 20.0 (Ulyana) Cinnamon, which is Ubuntu 20.04 (Focal) based.
Also tested and valid for Linux Mint 21.1 (Vera) Cinnamon, which is Ubuntu 22.04 (Jammy) based.
GPU: NVIDIA, GeForce GTX 1060, Max-Q Design, 6 GB GDDR5X VRAM
which has…
Vlastimil Burián
- 27,586
- 56
- 179
- 309
6
votes
8 answers
How to solve "Stopping User Manager for UID 121" error after installing Nvidia drivers on Ubuntu?
I'm on ubuntu 17.10. Got uid 121 after installing nvidia tested proprietary drivers. After purging nvidia-* finally solve uid 121. Later install not tested driver from same file, there's no uid 121, but drivers doesn't work at all. Can i have both…
Никита Наумов
- 61
- 1
- 1
- 2
6
votes
0 answers
nvidia-smi has failed because it couldn't communicate
I'm running Ubuntu 16.04 on my System76 machine with a GeForce GTX 750 Ti. I was trying to install CUDA when I realized the driver wasn't properly installed.
I've tried multiple approaches to installing the driver, including nvidia runfiles,…
John Zhang
- 161
- 1
- 3
5
votes
1 answer
Errors from nouveau display driver on Debian - firmware: failed to load nouveau/nvc1_fuc084 (-2)
I've installed Debian 11 with dual boot on a laptop of mine lately.
I installed the official image, so no non-free drivers got installed.
I had some driver issues reported when using dmesg (I think one was the bluetooth) and I seemed to have fixed…
NoOne
- 163
- 1
- 5
5
votes
1 answer
Unable to add a VIRTUAL display to Xorg
I've been trying to set up a virtual display with Xorg, but there's just no virtual display in xrandr.
This seems to be totally ignored:
Section "Device"
Identifier "Device1"
Driver "intel"
Option "VirtualHeads" "1"…
Šimon Brandner
- 193
- 1
- 6
4
votes
1 answer
Prevent Linux kernel from setting USB device configuration
I'm trying to write a Linux driver for an existing USB device, based on captured USB communication.
The device has multiple configurations. Unfortunately, it seems like the device doesn't follow the USB specification: Only the first Set…
FD_
- 151
- 4
4
votes
1 answer
Linux Bluetooth driver for Lenovo ThinkPad T470s
I'm running Ubuntu 16.04 on Lenovo ThinkPad T470s and quite simply, bluetooth appears to not exist, even though it is clearly in the computer according to all specifications available.
It appears that I'm missing a kernel driver. Sounds easy enough:…
Teekin
- 737
- 8
- 14
4
votes
1 answer
Intel hd graphics 4000 overheating under Debian Jessie
I have just installed Debian Jessie xfce 4.10 on a laptop with Intel hd graphics 4000 and it overheats even while watching videos, causing sudden shutdown of the system. While running Windows everything works well, so I think the problem is caused…
integral299
- 41
- 1