*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-03-03 23:48:08 +00:00
parent 0d5f7785b1
commit e6b47d0d3d

View File

@ -31,6 +31,8 @@ sr0 11:0 1 1024M 0 rom
* / (rootfs) - default
* /ROOT/system-20150303-2148 - Subv.Snapshot für lauffähige XBMC/Kodi Umgebung
=== NVIDIA fix ===
<source lang="bash">
# Nouveau Driver Probleme beheben
vi /etc/default/grub
@ -42,7 +44,21 @@ GRUB_CMDLINE_LINUX_DEFAULT="nouveau.modeset=0"
grub-mkconfig; update-grub
# Nvidia Driver statt Nouveau
lspci -nn | grep VGA
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation C79 [GeForce 9400] [10de:0861] (rev b1)
# non-free ins /etc/apt/sources.list einfügen
apt-get update; apt-get upgrade
aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms
mkdir /etc/X11/xorg.conf.d
echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
# reboot
</source>
=== btrfs boot environment erstellen ===
<source lang="bash">
/github/boot_btrfs_nested_subvol/subvolboot2.sh create
</source>