Re: opengl, ati radeon mobility m7

2004-10-09 Thread Andrea Vettorello
On Fri, 8 Oct 2004 13:53:29 -0700 (PDT), Richard Weil [EMAIL PROTECTED] wrote:
 I took a quick look at the dri troubleshooting and I couldn't find
 anything specific to the Mobility series.
 
 The dri pages made me think, though ... should the kernel be loading
 any particular modules as opposed to XFree? Looking at lsmod, I have:
 
 radeon
 intel_agp
 agpgart
 
 There is no drm kernel module. All of the dri, drm, glx is in the XFree
 log. Is there a missing kernel module?
 
 Thanks,
 
 Richard
 
 
 
 --- Roberto Sanchez [EMAIL PROTECTED] wrote:
 
  Paolo Alexis Falcone wrote:
   On Thu, 7 Oct 2004 16:54:10 -0700 (PDT), Richard Weil
  [EMAIL PROTECTED] wrote:
  
  What does it take to get hardware accelerated open gl working?
  
  
   Try using the radeon driver instead of the ati driver and see
  what happens.
 
  I believe that the Mobility series of Radeons use an entirely
  different
  chipset, which is not understood by the DRI developers.
 
  The only feasible way (of which I know) to get DRI on the Mobility
  Radeon is to use the proprietary fglrx drivers from ATI.  Just a
  warning though, their quality is lacking.
 

On your XF86Config-4 are you using ati or radeon driver?

Regarding your question about kernel modules, DRI/DRM needs a kernel
infrastructure and is provided by a module for your card (in your case
the radeon kernel module) and a module for your chipset (in your case
the intel_agp).

I suppose you're using a Debian kenel image, and seems the modules are
correctly loaded, anyway you can try to load the manually, i think in
this order intel_agp, agpgart, radeon then start X and look with
glxinfo if you have DRI working.


Andrea

P.S. found this on google http://www.nuclearelephant.com/papers/t30.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: opengl, ati radeon mobility m7

2004-10-08 Thread Roberto Sanchez
Paolo Alexis Falcone wrote:
On Thu, 7 Oct 2004 16:54:10 -0700 (PDT), Richard Weil [EMAIL PROTECTED] wrote:
What does it take to get hardware accelerated open gl working?

Try using the radeon driver instead of the ati driver and see what happens.
I believe that the Mobility series of Radeons use an entirely different
chipset, which is not understood by the DRI developers.
The only feasible way (of which I know) to get DRI on the Mobility
Radeon is to use the proprietary fglrx drivers from ATI.  Just a
warning though, their quality is lacking.
-Roberto Sanchez


signature.asc
Description: OpenPGP digital signature


Re: opengl, ati radeon mobility m7

2004-10-08 Thread Richard Weil
I took a quick look at the dri troubleshooting and I couldn't find
anything specific to the Mobility series.

The dri pages made me think, though ... should the kernel be loading
any particular modules as opposed to XFree? Looking at lsmod, I have:

radeon
intel_agp
agpgart

There is no drm kernel module. All of the dri, drm, glx is in the XFree
log. Is there a missing kernel module?

Thanks,

Richard

--- Roberto Sanchez [EMAIL PROTECTED] wrote:

 Paolo Alexis Falcone wrote:
  On Thu, 7 Oct 2004 16:54:10 -0700 (PDT), Richard Weil
 [EMAIL PROTECTED] wrote:
  
 What does it take to get hardware accelerated open gl working?
  
  
  Try using the radeon driver instead of the ati driver and see
 what happens.
 
 I believe that the Mobility series of Radeons use an entirely
 different
 chipset, which is not understood by the DRI developers.
 
 The only feasible way (of which I know) to get DRI on the Mobility
 Radeon is to use the proprietary fglrx drivers from ATI.  Just a
 warning though, their quality is lacking.
 
 -Roberto Sanchez
 

 ATTACHMENT part 2 application/pgp-signature name=signature.asc





___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: opengl, ati radeon mobility m7

2004-10-07 Thread Paolo Alexis Falcone
On Thu, 7 Oct 2004 16:54:10 -0700 (PDT), Richard Weil [EMAIL PROTECTED] wrote:
 What does it take to get hardware accelerated open gl working?

Try using the radeon driver instead of the ati driver and see what happens.
-- 
Paolo Alexis Falcone
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: opengl, ati radeon mobility m7

2004-10-07 Thread Richard Weil
XFree seems to load the radeon drivers. From the log:

(II) ATI: ATI driver (version 6.5.5) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
[list]
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
[list]
ATI Radeon Mobility M7 LW (AGP),
[list]

It seems to identify the right device/driver:

(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate Device section ATI Technologies Inc Radeon
Mobility M7 LW [Radeon Mobility 7500].
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon Mobility M7 LW (AGP) found


And then later it seems to load the radeon driver:

(II) Loading sub module radeon
(II) LoadModule: radeon
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor=The XFree86 Project
compiled for 4.3.0.1, module version = 4.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6

So, unless I misunderstand the log, I'm using the radeon driver.

Thanks,

Richard

--- Paolo Alexis Falcone [EMAIL PROTECTED] wrote:

 On Thu, 7 Oct 2004 16:54:10 -0700 (PDT), Richard Weil
 [EMAIL PROTECTED] wrote:
  What does it take to get hardware accelerated open gl working?
 
 Try using the radeon driver instead of the ati driver and see
 what happens.
 -- 
 Paolo Alexis Falcone
 [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]