Re: [gentoo-user] No dri with xorg-x11-7 and ati card (solved)

2006-04-28 Thread Jacques Montier
Richard Fish a gentiment tapote:
 On 4/27/06, Ptitjack [EMAIL PROTECTED] wrote:
   
 eselect opengl set ati
 

   
 Ati Radeon as module

 Driver  radeon
 

 Are you trying to use the open-source driver and (new) DRI module in
 the kerrnel, or the ATI opengl implementation?  Because right now you
 are mixing the ATI and the opensource stuff together.

 For the ATI implementation:

 - eselect opengl set ati
 - emerge ati-drivers
 - Change the xorg.conf driver to fglrx.

 For the opensource implementation:
 - eselect opengl set xorg-x11
 - verify that your card is supported by checking the PCI ids (lspci
 -n) against /usr/src/linux/char/drm/drm_pciids.h.

 -Richard

   
Hi all,

I re-compiled my 2.6.16 kernel

Options
/dev/agpgart as module

I disactived Direct Rendering Manager and Ati Radeon kernel support

I emerged ati-drivers-8.23.7

then xorg.conf :  driver fglrx

Option  UseInternalAGPGART no

Now, dri works fine : 1431.877 FPS instead of 75 FPS !!!

Conclusion :
My ati radeon 9600 graphic card (RV350) is not supported by ati kernel and xorg 
drivers.
Only proprietary ati drivers can set dri for my card.

Two small problems however :
startx does not work (gdm does !)
Stellarium and Celestia segfault.
Well, I have again some work to do !

Thanks to all of you for having helped me  :-) 

--- Jacques --


  ^
  ^^^
  ^
(  0   0  )
 \/
  ----











-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] No dri with xorg-x11-7 and ati card

2006-04-27 Thread Ptitjack
Hi all,

I have upgraded xorg-x11 to v7 and every seems ok but rather slow and I
can't get the 3d.
I use a new kernel (gentoo-sources-2.6.16-r3) and ATI radeon 9600
(RV350) graphic card.
eselect opengl set ati

Kernel options :
/dev/agpgart as module
Direct Rendering Manager as module
Ati Radeon as module

xorg.conf :

Section Device
 Identifier  ATI Graphics Adapter
Driver  radeon

Option  UseFastTLS 0
Option  BlockSignalsOnLock on
Option  UseInternalAGPGART yes
Option  ForceGenericCPU no
BusID   PCI:1:0:0

/Xorg.0.log :
(II) LoadModule: glx
(II) LoadModule: GLcore
(II) Loading extension GLX
(II) LoadModule: dri
(II) Loading sub module drm
(II) LoadModule: drm
(II) Loading extension XFree86-DRI
(II) LoadModule: radeon
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) LoadModule: ati
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so

Some warnings :
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI Radeon 9600 AP (AGP) found
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): [drm] loaded kernel module for radeon driver
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and
newer
(II) RADEON(0): Render acceleration disabled
(II) RADEON(0): Acceleration enabled
(WW) RADEON(0): Option UseFastTLS is not used
(WW) RADEON(0): Option BlockSignalsOnLock is not used
(WW) RADEON(0): Option UseInternalAGPGART is not used
(WW) RADEON(0): Option ForceGenericCPU is not used
(WW) RADEON(0): Direct rendering disabled

Here we are, so no DRI

Many thanks for helping me !

--- Jacques --


  ^
   ^^^
^
(  0   0  )
 \/
  ----









-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No dri with xorg-x11-7 and ati card

2006-04-27 Thread Martins Steinbergs
On Thursday 27 April 2006 21:59, Ptitjack wrote:
 Hi all,

 I have upgraded xorg-x11 to v7 and every seems ok but rather slow and I
 can't get the 3d.
 I use a new kernel (gentoo-sources-2.6.16-r3) and ATI radeon 9600
 (RV350) graphic card.
 eselect opengl set ati

 Kernel options :
 /dev/agpgart as module
 Direct Rendering Manager as module
 Ati Radeon as module

 xorg.conf :

 Section Device
  Identifier  ATI Graphics Adapter
 Driver  radeon

 Option  UseFastTLS 0
 Option  BlockSignalsOnLock on
 Option  UseInternalAGPGART yes
 Option  ForceGenericCPU no
 BusID   PCI:1:0:0

for ati-drivers:
'eselect opengl set ati'
then change in xorg.conf Driver to fglrx

if you want xorg drivers, then 'eselect opengl set xorg-x11'
and change in xorg.conf Driver to ati


m
-- 
Linux 2.6.15-ck7 AMD Athlon(tm) 64 Processor 3200+
 23:50:43 up 1 day, 15:47,  6 users,  load average: 1.08, 1.14, 1.10
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No dri with xorg-x11-7 and ati card

2006-04-27 Thread Martins Steinbergs
On Friday 28 April 2006 00:26, Jannis Achstetter wrote:
  Hi all,
 
  [...] xorg.conf :
 
  Section Device Identifier  ATI Graphics Adapter Driver
  radeon
 
  Option  UseFastTLS 0 Option  BlockSignalsOnLock on
  Option  UseInternalAGPGART yes Option
  ForceGenericCPU no BusID   PCI:1:0:0

 Try adding:
 Option  ColorTiling off

 to the device-section. But actually the log says that your card ain't
 supported with 3D.

 Jannis Achstetter

yes, i'm not sure, but there was something about every RV350 card has no 3D 
support with xorg drivers

-- 
Linux 2.6.15-ck7 AMD Athlon(tm) 64 Processor 3200+
 00:33:43 up 1 day, 16:30,  6 users,  load average: 1.17, 1.36, 1.51
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No dri with xorg-x11-7 and ati card

2006-04-27 Thread Richard Fish
On 4/27/06, Ptitjack [EMAIL PROTECTED] wrote:
 eselect opengl set ati

 Ati Radeon as module

 Driver  radeon

Are you trying to use the open-source driver and (new) DRI module in
the kerrnel, or the ATI opengl implementation?  Because right now you
are mixing the ATI and the opensource stuff together.

For the ATI implementation:

- eselect opengl set ati
- emerge ati-drivers
- Change the xorg.conf driver to fglrx.

For the opensource implementation:
- eselect opengl set xorg-x11
- verify that your card is supported by checking the PCI ids (lspci
-n) against /usr/src/linux/char/drm/drm_pciids.h.

-Richard

-- 
gentoo-user@gentoo.org mailing list