On Saturday 27 January 2007 09:58, Jan Stępień wrote: > Is it possible to enable some kind of a chooser which would allow me > to choose whether I'd like to launch Xgl or Xorg? While working on my > /usr/share/gdm/default.conf I've spotted a server called 'chooser'. > Could you tell me what is this server doing and could it be a > solution for my problem?
I use a workaround to accomplish something similar. You'll have to adapt it as I use startx not a display manager. I have two ServerLayout sections in xorg.conf (RADEON and FGLRX), and xinit takes a -layout argument to choose between them. Like this: startx -- -layout RADEON The -- is required so that startx won't try and process the following arguments, but rather pass them through to xinit. alan -- gentoo-user@gentoo.org mailing list