activation 2nd écran impossible
si on a le message la taille virtuelle demandée n'est pas adaptée à la taille disponible :
–> http://natim.ionyse.com/double-ecran-sous-ubuntu-1204-lts.html
–> http://thibaultmilan.com/blog/2011/10/17/gnome-shell-ubuntu-oeneiric-driver-ati/
–> http://blog.maniakteam.fr/tag/Ubuntu
- créer un fichier xorg.conf :
pour ATI : sudo aticonfig –initial -f
- le modifier :
gedit /etc/x11/xorg.conf
- modifier la section Screen ainsi :
##SubSection “Display”
Virtual 3600 2250
# largeur 3600 = 1920 + 1680
# hauteur 2250 = 1200 + 1050
EndSubSectionservice lightdm restart
- redémarrer le serveur X :
gsettings set org.gnome.shell.overrides workspaces-only-on-primary false##
- le gestionnaire d'affichage doit maintenant accepter d'activer le 2nd écran.
===gnome shell : workspace switch sur le 2em écran aussi===
–> http://gregcor.com/2011/05/07/fix-dual-monitors-in-gnome-3-aka-my-workspaces-are-broken/