Installing Media Player: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


install debian
install debian
su to root
<pre>su</pre>


Add user to sudo
Add user to sudo
Line 16: Line 19:
Install nvidia driver for GTX 700 (manually)
Install nvidia driver for GTX 700 (manually)
<pre>
<pre>
Download the suggested driver (319.32)
sudo apt install nvidia-legacy-390xx-driver</pre>


Install prerequs
Install snapd
<pre>apt -y install linux-headers-$(uname -r) build-essential libglvnd-dev pkg-config</pre>
<pre>sudo aptitude install snapd</pre>


Disable nouveau
restart
<pre>nano /etc/modprobe.d/blacklist-nouveau.conf</pre>


And then
Install snap core
<pre>
<pre>sudo snap install core
blacklist nouveau
sudo snap install plex-htpc
options nouveau modeset=0
</pre>
</pre>
Finally
<pre>update-initramfs -u</pre>
Restart

Latest revision as of 08:32, 19 December 2022


install debian

su to root

su

Add user to sudo

sudo usermod -aG sudo bpopp

install extra stuff

sudo apt-get install aptitude binutils

Add non free

sudo apt-add-repository contrib
sudo apt-add-repository non-free
sudo aptitude update

Install nvidia driver for GTX 700 (manually)

sudo apt install nvidia-legacy-390xx-driver

Install snapd

sudo aptitude install snapd

restart

Install snap core

sudo snap install core
sudo snap install plex-htpc