Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?'
Date: Sat, 27 Jan 2007 14:37:34
Message-Id: 1169908326.27998.37.camel@blackwidow.nbk
In Reply to: Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?' by "Jan Stępień"
1 On Sat, 2007-01-27 at 15:06 +0100, Jan Stępień wrote:
2 [...]
3
4 > I've begun this thread because of my difficulties with running some
5 > OpenGL applications, e.g. Americas Army, on my Xgl. If you'd like to
6 > read any details you can take a look at first posts of this topic.
7
8 Then you probably don't want to use GDM or any other DM as they are
9 primarily designed to "manage" displays that are already selected. What
10 you want is more of a chicken-and-egg issue for a display manager.
11
12 What you likely need is something to be run from the command line (i.e.
13 *before* X is started). startx (or xinit) are perfect for this. No
14 need to write any fancy program, it can pretty much do what you're
15 asking:
16
17 $ startx /path/to/program/that/needs/X.org -- /usr/bin/X
18 $ startx -- /usr/bin/Xgl
19
20 or whatever. There's probably a dozen other ways to do it. See the
21 startx man page for details.
22
23 --
24 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?' "Jan Stępień" <jan@×××××××××××.pl>
Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?' "Jan Stępień" <jan@×××××××××××.pl>