Re: Hown compile and install linux-agp-compat

2007-02-12 Thread Sergio Monteiro Basto
On Tue, 2007-02-06 at 21:46 +, Sergio Monteiro Basto wrote:
  Does your kernel config enable agpgart and intel-agp as modules?
 
 no , is compiled into kernel
 CONFIG_AGP=y
 CONFIG_AGP_ALI=y
 CONFIG_AGP_ATI=y
 CONFIG_AGP_AMD=y
 CONFIG_AGP_AMD64=y
 CONFIG_AGP_INTEL=y
 CONFIG_AGP_NVIDIA=y
 CONFIG_AGP_SIS=y
 CONFIG_AGP_SWORKS=y
 CONFIG_AGP_VIA=y
 CONFIG_AGP_EFFICEON=y
 
 is required be compiled has module ? 

I use fedora stock kernels, which are more than updated (devel ones) ,
so I need to know If I need recompile all kernel with agpgart and
intel-agp as modules ? 


Thanks,

PS: I just finish to read yours README 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Hown compile and install linux-agp-compat

2007-02-12 Thread Thomas Hellström
Sergio Monteiro Basto wrote:

On Tue, 2007-02-06 at 21:46 +, Sergio Monteiro Basto wrote:
  

Does your kernel config enable agpgart and intel-agp as modules?
  

no , is compiled into kernel
CONFIG_AGP=y
CONFIG_AGP_ALI=y
CONFIG_AGP_ATI=y
CONFIG_AGP_AMD=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_NVIDIA=y
CONFIG_AGP_SIS=y
CONFIG_AGP_SWORKS=y
CONFIG_AGP_VIA=y
CONFIG_AGP_EFFICEON=y

is required be compiled has module ? 



I use fedora stock kernels, which are more than updated (devel ones) ,
so I need to know If I need recompile all kernel with agpgart and
intel-agp as modules ? 


  

Yes, currently you need to do that.

/Thomas

Thanks,

PS: I just finish to read yours README 

  



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Hown compile and install linux-agp-compat

2007-02-06 Thread Sergio Monteiro Basto
What is wrong  ? I am using FC6 

git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat
cd linux-agp-compat/
make
cc -I. -o testgart testgart.c
make -C /lib/modules/2.6.19-1.2895.fc6/build
SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules
make[1]: Entering directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
  Building modules, stage 2.
  MODPOST 0 modules
make[1]: Leaving directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'

su -
./testgart
Using AGPIOC_ACQUIRE
ioctl(AGPIOC_ACQUIRE): Device or resource busy




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Hown compile and install linux-agp-compat

2007-02-06 Thread Thomas Hellström
 What is wrong  ? I am using FC6

 git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat
 cd linux-agp-compat/
 make
 cc -I. -o testgart testgart.c
 make -C /lib/modules/2.6.19-1.2895.fc6/build
 SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules
 make[1]: Entering directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
   Building modules, stage 2.
   MODPOST 0 modules
 make[1]: Leaving directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'

 su -
 ./testgart
 Using AGPIOC_ACQUIRE
 ioctl(AGPIOC_ACQUIRE): Device or resource busy

Hmm,
Testgart is only an application that slipped in. Not really needed, but I
think the problem is that the X server has already acquired AGP. Try
without the X server running. Also make sure you take a look at the README
before trying to run any DRI apps.

/Thomas






 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier.
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 --
 ___
 Dri-devel mailing list
 Dri-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dri-devel




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Hown compile and install linux-agp-compat

2007-02-06 Thread Sergio Monteiro Basto
On Tue, 2007-02-06 at 19:51 +0100, Thomas Hellström wrote:
 git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat
 cd linux-agp-compat/
 make
 cc -I. -o testgart testgart.c
 make -C /lib/modules/2.6.19-1.2895.fc6/build
 SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules
 make[1]: Entering directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
   Building modules, stage 2.
   MODPOST 0 modules
 make[1]: Leaving directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'

My problem is here, MODPOST 0 modules ? 
No modules are created 

 
 Hmm,
 Testgart is only an application that slipped in. Not really needed,
 but I
 think the problem is that the X server has already acquired AGP. Try
 without the X server running. Also make sure you take a look at the
 README


what README ?


 before trying to run any DRI apps. 


Thanks, 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Hown compile and install linux-agp-compat

2007-02-06 Thread Thomas Hellström
 On Tue, 2007-02-06 at 19:51 +0100, Thomas Hellström wrote:
 git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat
 cd linux-agp-compat/
 make
 cc -I. -o testgart testgart.c
 make -C /lib/modules/2.6.19-1.2895.fc6/build
 SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules
 make[1]: Entering directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
   Building modules, stage 2.
   MODPOST 0 modules
 make[1]: Leaving directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'

 My problem is here, MODPOST 0 modules ?
 No modules are created

Does your kernel config enable agpgart and intel-agp as modules?



 Hmm,
 Testgart is only an application that slipped in. Not really needed,
 but I
 think the problem is that the X server has already acquired AGP. Try
 without the X server running. Also make sure you take a look at the
 README


 what README ?

Seems like that last commit never got pushed.
Will fix tomorrow.

/Thomas



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Hown compile and install linux-agp-compat

2007-02-06 Thread Sergio Monteiro Basto
On Tue, 2007-02-06 at 21:27 +0100, Thomas Hellström wrote:
  On Tue, 2007-02-06 at 19:51 +0100, Thomas Hellström wrote:
  git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat
  cd linux-agp-compat/
  make
  cc -I. -o testgart testgart.c
  make -C /lib/modules/2.6.19-1.2895.fc6/build
  SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules
  make[1]: Entering directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
Building modules, stage 2.
MODPOST 0 modules
  make[1]: Leaving directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
 
  My problem is here, MODPOST 0 modules ?
  No modules are created
 
 Does your kernel config enable agpgart and intel-agp as modules?

no , is compiled into kernel
CONFIG_AGP=y
CONFIG_AGP_ALI=y
CONFIG_AGP_ATI=y
CONFIG_AGP_AMD=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_NVIDIA=y
CONFIG_AGP_SIS=y
CONFIG_AGP_SWORKS=y
CONFIG_AGP_VIA=y
CONFIG_AGP_EFFICEON=y

is required be compiled has module ? 

 
 
  what README ?
 
 Seems like that last commit never got pushed.
 Will fix tomorrow.
OK
Thanks, 

--
Sérgio M. B. 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel