apt-get install xrdp
Datei ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml bearbeiten
von: <property name=„<Super>Tab“ type=„string“ value=„switch_window_key“/>
nach: <property name=„<Super>Tab“ type=„string“ value=„empty“/>
AMD Catalyst 14.9
<!> This driver is incompatible with the GNOME desktop, as it does not support the EGL interface. It is recommended to use the free radeon driver instead.
Add „contrib“ and „non-free“ components to /etc/apt/sources.list, for example:
# Debian 8 "Jessie" deb http://httpredir.debian.org/debian/ jessie main contrib non-free
Update the list of available packages. Install the appropriate linux-headers and fglrx-driver packages:
# aptitude update # aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') fglrx-driver
This will also install the recommended fglrx-modules-dkms package. DKMS will build the fglrx module for your system.
Create an Xorg server configuration file. Restart your system to enable the radeon blacklist.
Danach wollte der lightdm nicht mehr - DON'T PANIC
auf der Konsole eingeben:
aticonfig --initial
Jetzt noch den Underscan beseitugen bei 1080p Auflösung:
aticonfig --set-pcs-val=MCIL,DigitalHDTVDefaultUnderscan,0
Installation erfolgt mit Hilfe von Jessie-Backports
Hinzufügen der backports resource als root
mcedit /etc/apt/sources.list
die Zeile
deb http://backports.debian.org/debian-backports jessie-backports main contrib non-free
hinzufügen Die neue xrdp Version mit
apt-get -t jessie-backports install x11rdp
Jetzt funktioniert auch das kopieren und einfügen (allerdings nicht mit strg-c / strg-v)
apt-get install autocutsel autocutsel & autocutsel -s PRIMARY &