顯示具有 xfce 標籤的文章。 顯示所有文章
顯示具有 xfce 標籤的文章。 顯示所有文章

2013年5月29日 星期三

[xfce][Ubuntu] How to set desktop environment


[xfce][Ubuntu] How to set desktop environment



Introduce :

xfce4

gnome-fallback-->gnome-classic

gnome-fallback(No special effect)-->gnome-fallback  



Install enviroment :

sudo apt-get install xfce4



Default setting:

System --> Administration --> Login Screen --> Unlock --> select "Xfce Session"





Reference :



2013年5月9日 星期四

[Xubuntu] Setting extend desktop by using xrandr

Two way setting
1. Use GUI to set
  • Go to Start > Settings > Settings Manger > Session and Startup > Application Autostart > Add
  • Name : Xrand
    Description : extend desktop
    Command : xrandr --output LVDS1 --left-of VGA1
2.  Use console to add
vim ~/.config/autostart/Xrand.desktop

[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=Xrand
Comment=extend desktop
Exec=/usr/bin/xrandr --output LVDS1 --left-of VGA1
StartupNotify=false
Terminal=false
Hidden=false

Reference :