Gentoo Archives: gentoo-user

From: "Boyd Stephen Smith Jr." <bss03@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?'
Date: Mon, 22 Jan 2007 21:59:54
Message-Id: 200701221553.33771.bss03@volumehost.net
1 On Monday 22 January 2007 14:59, Jan Stępień <jan@×××××××××××.pl> wrote
2 about 'Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg
3 or Xgl, sir?'':
4 > I've enabled an option in my kernel called
5 > CONFIG_DRM_RADEON and compiled it as a loadable module. Then I've added
6 > it to list in /etc/modules.autoload/2.6 (or at least something which
7 > sounds similar to that one)
8
9 IIRC, this is the kernel module required for DRI with the in-tree, libre
10 drivers for ATI hardware. The matching x11-driver is "ati" or "radeon".
11
12 > commenting out the fglrx module to assure
13 > myself that "radeon" is going to be loaded at each boot up and "fglrx"
14 > will not be loaded". /etc/X11/xorg.conf has been modified - "fglrx" has
15 > been replaced with "radeon". That's all. Check xorg.conf I've posted in
16 > the other mail for details.
17
18 You other mail had this in the attachment:
19 > Section "Device"
20 >         Identifier  "aticonfig-Device[0]"
21 > #       Driver      "radeon"
22 >         Driver      "fglrx"
23 >         Option  "UseInternalAGPGART" "no"
24 >         Option "VideoOverlay"   "on"
25 >         Option "OpenGLOverlay"  "off"
26 > #       Option "DRI" "on"
27 > EndSection
28 which indicates that you are attempting to use the fglrx x11-driver, and
29 not the radeon x11-driver.
30
31 If you use the CONFIG_RADEON_DRM kernel module, you also need to use
32 the "ati" or "radeon" x11 driver. If your use the fglrx out-of-tree,
33 esclavitud kernel module (at least I think there's a kernel module by this
34 name) you'll alsa need to use the "fglrx" x11 driver.
35
36 You seem to be running into a simple misconfiguration at this point.
37
38 --
39 Boyd Stephen Smith Jr. ,= ,-_-. =.
40 bss03@××××××××××.net ((_/)o o(\_))
41 ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
42 http://iguanasuicide.org/ \_/

Replies

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