[Dri-devel] First experience with binary shapshot

2001-12-05 Thread Sergey V. Udaltsov

Hi all

Thanks to Jose, I got some binary stuff to test:

lib/modules/2.4.9-13/kernel/drivers/char/drm/mach64.o
usr/X11R6/lib/modules/drivers/ati_drv.o
usr/X11R6/lib/modules/drivers/atimisc_drv.o
usr/X11R6/lib/modules/drivers/r128_drv.o
usr/X11R6/lib/modules/drivers/radeon_drv.o

But I did not have much success:
1. The kernel module loaded perfectly. No complains.
2. The driver uses ABI v 5 but XFree 4.1.0 gives ABI version 4. First
problem. I had to use -ignoreABI switch. Probably, all subsequent issues
causes by this option.
3. A lot of unresolved symbols. Complains about DRILock and DRIUnlock,
also drmMach64InitDMA, drm*, DRI*...

Did I forgot something to do/download? Probably, I also need
X11R6/lib/modules/dri? Or something else?
Or should I givup and not test with XFree 4.1.0 (waiting for 4.2.0)?

Any comments are more than welcome.

Sergey


___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



RE: [Dri-devel] First experience with binary shapshot

2001-12-05 Thread Alexander Stohr

 From: Sergey V. Udaltsov [mailto:[EMAIL PROTECTED]]

 Probably, I also need X11R6/lib/modules/dri?

Yes.

driver - dri - kernel module
OpenGL - dri - kernel module

in the source tree you will find dri and kernel module
at a subdir called os-support/your-os.


___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] First experience with binary shapshot

2001-12-05 Thread Andreas Karrenbauer

Sergey V. Udaltsov wrote:

Hi all

Thanks to Jose, I got some binary stuff to test:

lib/modules/2.4.9-13/kernel/drivers/char/drm/mach64.o
usr/X11R6/lib/modules/drivers/ati_drv.o
usr/X11R6/lib/modules/drivers/atimisc_drv.o
usr/X11R6/lib/modules/drivers/r128_drv.o
usr/X11R6/lib/modules/drivers/radeon_drv.o

But I did not have much success:
1. The kernel module loaded perfectly. No complains.
2. The driver uses ABI v 5 but XFree 4.1.0 gives ABI version 4. First

I had a similar problem until recognizing that I alwas started the old 
X-Server with the new modules because I just edited the 
/etc/X11/XF86Config file. Try to start e.g. /usr/X11R6-DRI/bin/XFree86 
explictly...
Just a thought ;-)

BTW my X-Server is running now but I get strange authentification failures:
the DRM module isn't allowed to write to X while I'm not logged in as root.
kdm also fails on startup with XDM-AUTHENTIFICATION failure
Does anybody know how to fix this quick ( I haven't had time yet to read 
something about that issue )

--Andreas Karrenbauer

PS: Because of a new job I haven't had much time the past month, but 
congratulations to Manuel Teira. He's done very well. I'm listening to 
the list and hope to find time to contribute in any way


___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



RE: [Dri-devel] First experience with binary shapshot

2001-12-05 Thread Sergey V. Udaltsov

  Probably, I also need X11R6/lib/modules/dri?
 
 Yes.
 
 driver - dri - kernel module
 OpenGL - dri - kernel module
Jose, please...

Sergey

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] First experience with binary shapshot

2001-12-05 Thread Jose Fonseca

On Wed, 2001-12-05 at 14:02, Andreas Karrenbauer wrote:
 Sergey V. Udaltsov wrote:
 
 Hi all
 
 Thanks to Jose, I got some binary stuff to test:
 
 lib/modules/2.4.9-13/kernel/drivers/char/drm/mach64.o
 usr/X11R6/lib/modules/drivers/ati_drv.o
 usr/X11R6/lib/modules/drivers/atimisc_drv.o
 usr/X11R6/lib/modules/drivers/r128_drv.o
 usr/X11R6/lib/modules/drivers/radeon_drv.o
 
 But I did not have much success:
 1. The kernel module loaded perfectly. No complains.
 2. The driver uses ABI v 5 but XFree 4.1.0 gives ABI version 4. First
 
 I had a similar problem until recognizing that I alwas started the old 
 X-Server with the new modules because I just edited the 
 /etc/X11/XF86Config file. Try to start e.g. /usr/X11R6-DRI/bin/XFree86 
 explictly...
 Just a thought ;-)
 

Sergey, it seems that you'll have to download the complete X server or
wait...


 BTW my X-Server is running now but I get strange authentification failures:
 the DRM module isn't allowed to write to X while I'm not logged in as root.
 kdm also fails on startup with XDM-AUTHENTIFICATION failure
 Does anybody know how to fix this quick ( I haven't had time yet to read 
 something about that issue )
 

Andreas, in your own login (i.e., not as root) type something like:

xauth +your_hostname

Perhaps this is sufficient.

 --Andreas Karrenbauer
 
 PS: Because of a new job I haven't had much time the past month, but 
 congratulations to Manuel Teira. He's done very well. I'm listening to 
 the list and hope to find time to contribute in any way
 

Regards,

Jose Fonseca



___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] First experience with binary shapshot

2001-12-05 Thread Michael Thaler

Hi all,

 Thanks to Jose, I got some binary stuff to test:
 
 lib/modules/2.4.9-13/kernel/drivers/char/drm/mach64.o
 usr/X11R6/lib/modules/drivers/ati_drv.o
 usr/X11R6/lib/modules/drivers/atimisc_drv.o
 usr/X11R6/lib/modules/drivers/r128_drv.o
 usr/X11R6/lib/modules/drivers/radeon_drv.o

I am new on the list. I am also very interested to test the mach64 dri
drivers. I have a Sony Vaio F212K with an Ati Rage Mobiltiy P/M. Where
can I get the drivers? What else do I need to test the drivers?

Thank you very much,
Michael

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] First experience with binary shapshot

2001-12-05 Thread Sergey V. Udaltsov

 Sergey, it seems that you'll have to download the complete X server or
 wait...
OK. Anyway /usr/X11R6/bin/XFree86 is not that big. Or there are some
other files I forgot. Also, could you please add
/usr/X11R6/lib/modules/dri/*?

I am sure - in the end we'll find the minimal list of binaries necessary
for dri/mach64:)

Thanks.

Cheers,

Sergey

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] First experience with binary shapshot

2001-12-05 Thread Leif Delgass

On Wed, 5 Dec 2001, Michael Thaler wrote:

 I am new on the list. I am also very interested to test the mach64 dri
 drivers. I have a Sony Vaio F212K with an Ati Rage Mobiltiy P/M. Where
 can I get the drivers? What else do I need to test the drivers?

You can check out the branch in CVS using the mach64-0-0-2-branch tag.  
Check dri.sf.net for compilation instructions.  Note that you now need an
existing X installation (4.1.0), e.g. one from your distro, to build DRI
from CVS, so you'll need to make /usr/X11R6/include and /usr/X11R6/lib
available to the build process.  I did this by creating /usr/X11R6-DRI/lib
and /usr/X11R6-DRI/include and using lndir to populate these directories
with links.

btw, is someone planning on updating the compilation guide to reflect this 
change?

-- 
Leif Delgass 
http://www.retinalburn.net


___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] First experience with binary shapshot: part 2

2001-12-05 Thread Sergey V. Udaltsov

Hi all

Finally, I took the stripped binaries (7M). Thanks to Jose again.
What's the result? Nothing good. The server starts, but no dri. Actially
some gl-related modules have got some problems on load:

(II) Loading sub module GLcore
(II) LoadModule: GLcore
(II) Loading /usr/X11R6-DRI/lib/modules/extensions/libGLcore.a
No symbols found in this module
Failed to load debug_xform.o
(EE) Failed to load /usr/X11R6-DRI/lib/modules/extensions/libGLcore.a
(II) UnloadModule: GLcore
(II) UnloadModule: glx
(II) Unloading /usr/X11R6-DRI/lib/modules/extensions/libglx.a
(EE) Failed to load module glx (a required submodule could not be
loaded, -1073744008)

So later atimisc_drv.o and others have a lot of troubles (errors)
resolving gl-related symbols...
I checked several times - ldconfig cache does not contain old Xfree/GL
stuff.

Any ideas/comments?

I know I must look pretty dumb...

Sergey

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] Re: First experience with binary shapshot: part 2

2001-12-05 Thread José Fonseca

Perhaps this was caused by the debug info stripping.

I've just ran `strip --strip-debug` to everything. Does anybody know if 
this can break anything?

Sergey, I've put in the same place the libGlcore.a without scripting so 
that you can check it that changes anything. Unfortunatly is not very 
small (1.9Mb compressed)...

Regards,

Jose Fonseca

On 2001.12.05 20:25 Sergey V. Udaltsov wrote:
 Hi all
 
 Finally, I took the stripped binaries (7M). Thanks to Jose again.
 What's the result? Nothing good. The server starts, but no dri. Actially
 some gl-related modules have got some problems on load:
 
 (II) Loading sub module GLcore
 (II) LoadModule: GLcore
 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/libGLcore.a
 No symbols found in this module
 Failed to load debug_xform.o
 (EE) Failed to load /usr/X11R6-DRI/lib/modules/extensions/libGLcore.a
 (II) UnloadModule: GLcore
 (II) UnloadModule: glx
 (II) Unloading /usr/X11R6-DRI/lib/modules/extensions/libglx.a
 (EE) Failed to load module glx (a required submodule could not be
 loaded, -1073744008)
 
 So later atimisc_drv.o and others have a lot of troubles (errors)
 resolving gl-related symbols...
 I checked several times - ldconfig cache does not contain old Xfree/GL
 stuff.
 
 Any ideas/comments?
 
 I know I must look pretty dumb...
 
 Sergey
 

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] First experience with binary shapshot

2001-12-05 Thread Dieter Ntzel

Jose Fonseca wrote:

  BTW my X-Server is running now but I get strange authentification
  failures:
  the DRM module isn't allowed to write to X while I'm not logged in as
  root. kdm also fails on startup with XDM-AUTHENTIFICATION failure
  Does anybody know how to fix this quick ( I haven't had time yet to read 
  something about that issue )
 

 Andreas, in your own login (i.e., not as root) type something like:

 xauth +your_hostname

No, I think you are wrong:

/home/nuetzel hostname
SunWave1
/home/nuetzel xauth +SunWave1
xauth: (argv):1:  unknown command +SunWave1

Andreas have a look into your  ~/.Xauthority file. I am sure your_hostname is 
already in it, no?

My solution:

Andreas are you running SuSE???

Then you need as myself as well a patch from SuSE for the XFree86/XFree86 DRI 
CVS tree that enables the XDM-AUTHENTIFICATION (DES encryption for better 
security) to get KDM running, again.

I've looked into the SuSE 7.3 XFree86 (xf86-4.1.0-45.src.rpm) package but 
didn't found the right stuff, yet :-(

 Perhaps this is sufficient.

No, see above.

Stefan can you help, here? Maybe these patches are under closure (NDA)?

Regards,
Dieter
-- 
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg
Department of Computer Science
@home: [EMAIL PROTECTED]

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] Fwd: [Newbie]Dell Optiplex GX1 and Accelerated Graphics

2001-12-05 Thread Punt Runt

hi, 

i've been checking dri.sourceforge.net almost daily
since i've discovered that the problem (below) is
related to lack of real mach64 support.  can you
please update us on the status of this project? 
should we hope for any support, or is it just not
going to happen?

too many posts on dri.sourceforge.net and no response
from any developers... it really discourages the
audience.  

PLEASE let us know what is happening with this.  

thanks.




Note: forwarded message attached.



__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
---BeginMessage---

hi,

i've spent weeks on this problem to no avail.  the
problem is that i don't believe accelerated graphics
are running on my system; i've run a basic game,
tuxracer, to test this out, but the game itself runs
horribly slowly (actually, to be perfectly honest, i
can never get into the game itself - the screen jumps
around too much; the game shows like 10 frames per
minute).

i am running Redhat 7.1 on my dell optiplex gx1 system
with the following video card: 

Video type: integrated ATI Rage Pro (AGP 2X) graphics 

(this video card, i've heard, is also known as the
Rage III)

running superprobe tells me the following info:

First video: Super-VGA 
Chipset: ATI 264GT3 (3D Rage Pro) (Port Probed) 
Memory: 8192 Kbytes 
RAMDAC: ATI Mach64 integrated 15/16/24/32-bit DAC
w/clock 
(with 6-bit wide lookup tables (or in 6-bit mode)) 
(programmable for 6/8-bit wide lookup tables) 
Attached graphics coprocessor: 
Chipset: ATI Mach64 
Memory: 8192 Kbytes 

xconfigurator also probes my system as a mach64 and
uses the ati driver.

i was told to try the r128 driver (in XF86config-4),
but that too doesn't work.  when i try that and
attempt to start x, i get either no screens found or
incompatible configurations.

dell's website provided an RPM for the video card.  i
also got the XFree86-Mach64 RPM.  still, nothing.

load glx *is* in my XF86Config-4 file as well.  

that's all i know.  nothing seems to work here.  can
someone please shed the light?

thanks!


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
___
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie
---End Message---