Lmde 2 x64 + Nvidia + Steam

sen4x
  6 years ago
  0

 

1) Lmde 2 x64 (may by not required)

sudo apt-get update
sudo service mdm stop
sudo nano /etc/default/grub



GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"

Ctrl+O(save) and (Enter) Ctrl+X(exit)


2) Lmde 2 x64 + Nvidia

sudo apt-get install xserver-xorg-video-nvidia
sudo apt-get install nvidia-kernel-dkms
sudo apt-get install nvidia-driver
sudo apt-get install libcuda1
sudo apt-get install libcuda1-i386

sudo apt-get install nvidia-detect
sudo apt-get install nvidia-xconfig
sudo apt-get install libgl1-nvidia-glx-i386
sudo apt-get install nvidia-settings
sudo nvidia-xconfig

sudo reboot

3) LMDE 2 x64 + Steam

sudo apt-get install steam


NVIDIA X Server Settings > OpenGL Settings > Sync to VBlank (off)

PS:
LMDE 2 x64
cpu: intel core2 quad Q6600
gpu: asus GTX 560 ti (driver 340.102)
ram: 8gb

Comments
remoulder 6 years ago

This is not a tutorial, just a list of commands for your own personal system that may not apply or could be used by others, plus there is no explanation of why.