• Agenda
  • Support Points
  • Planet
  • Chat
  • Forum
  • Wiki
Ubuntu-be
  • Bienvenue
  • Recevoir Ubuntu
  • Support
  • Participer
  • Buts
  • Get a shirt!
  • Contactez-nous

Login

Ce site utilise Launchpad pour l'authentification des utilisateurs.

Si vous n'y avez pas encore de compte, vous serez invitez à en créer un lors de votre première connexion.

Si vous étiez enregistré ici avant l'installation de l'intégration avec Launchpad, il est nécessaire d'effectuer par une connexion manuelle et d'ajouter l'identitié OpenID https://login.launchpad.net à votre compte.

Toutes les langues

  • Nederlands
  • English
  • Français
  • Deutsch

Howto setup dual screen for Compiz in Ubuntu Hardy

If you need to give presentations with your laptop and you are running Ubuntu Hardy, you might find that the gnome-display-properties (System>Preferences>Screen Resolution) do not work out of the box. So it is impossible to connect a beamer unless you clone. The same is true for a dual screen setup with Compiz.

There is however a very easy trick to solve this. I have tested it with an Asus Eee PC 701 4G and with my Ati Radeon X600 desktop system. I am now enjoying running dual screen with all the 3d desktops enabled.

The problem is that the default screen size configuration is too small, which does not allow you to place too screens next to each other. On the other hand Compiz can not handle texture sizes bigger than 2048x2048, which means for example two monitors of 1024x768. If you want to use bigger resolution, it is still possible, but you will need to turn off compiz and will loose the 3d effects.

So to solve it, fire up a terminal:

$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
$ sudo gedit /etc/X11/xorg.conf

Then find the "Screen" section and change it like this:

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 2048 2048
EndSubSection
EndSection

To undo, you can just type:

$ sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf

After doing this, you will be able to use gnome-display-properties with ease and run dual screen setups like this:


share
© Copyright 2008-2011 Ubuntu-be.org