Re: [Xpert]grey stipple background

2002-12-29 Thread Michel Dänzer
option for this. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Misterious X-server reboot

2002-12-29 Thread Michel Dänzer
the X server crashes, and kdm spawns another one. Using startx or xinit instead might give a hint about the cause of the crash, a common problem is the TrueType font renderer modules like freetype. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project

Re: [Xpert]Radeon 8500 driver. Open Source?

2002-12-29 Thread Michel Dänzer
On Son, 2002-12-29 at 10:19, Brian Lavender wrote: Is support for the ATI Radeon 8500 coming in Open Source? Yes, 3D support will be in XFree86 4.3.0, if you can't wait for that see http://dri.sf.net or http://xfree86.org/cvs/ . -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc

Re: [Xpert]without AllowMouseOpenFail causes X _keyboard_ tofail silently if _mouse_ is not plugged in

2002-12-25 Thread Michel Dänzer
a second mouse). That option only has an impact if the server fails to start without it. See a recent Xpert post by Egbert Eich for a possible explanation of the problem. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student

[Xpert]DRM: possible DoS for vblank signals

2002-12-19 Thread Michel Dänzer
Currently, an arbitrary number of signals can be scheduled, potentially exhausting kernel memory and/or causing lots of useless list traversal in the interrupt handler. I guess the number of pending signals needs to be limited, or is there a better way to handle this? -- Earthling Michel Dänzer

[Xpert]Re: DRM: possible DoS for vblank signals

2002-12-19 Thread Michel Dänzer
On Don, 2002-12-19 at 14:39, Michel Dänzer wrote: Currently, an arbitrary number of signals can be scheduled, potentially exhausting kernel memory and/or causing lots of useless list traversal in the interrupt handler. I guess the number of pending signals needs to be limited

Re: [Xpert]radeon dual head problem

2002-12-18 Thread Michel Dänzer
. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Radeon 9000 + Xinerama

2002-12-17 Thread Michel Dänzer
I exported LD_LIBRARY_PATH=/usr/X11R6/lib. The old version didn't need this... how come? Did I miss a compile-time option? Is this related to the unresolved symbol stuff above? No. Do you have /usr/X11R6/lib in /etc/ld.so.conf and run ldconfig since installing from CVS? -- Earthling Michel

Re: [Xpert]Radeon ATI Mobility 7500

2002-12-10 Thread Michel Dänzer
and CloneVRefresh. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Getting second mirrored monitor to refresh properlywith a radeon

2002-12-09 Thread Michel Dänzer
/install_readme.txt, you may need to install the extras package as well. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http

Re: [Xpert]Radeon 8500 + PowerPC = Yellowish tint

2002-12-03 Thread Michel Dänzer
? Is there anything I can do? Yes, you need a recent benh kernel. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED

Re: [Xpert]ati radeon 8500, dri r200 snapshot driver, X crash -Caught signal 11???

2002-12-01 Thread Michel Dänzer
? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Re: Radeon 8500 + PowerPC = Yellowish Tint

2002-11-28 Thread Michel Dänzer
4.2.1, the radeon driver, and 'UseFBDev'. The fix is restricted to Radeon 9000 chips yet. In drivers/video/radeonfb.c, look for newmode.surface_cntl and enable the part where 0 is assigned to it. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI

[Xpert]Re: But *why* no vblank?

2002-11-26 Thread Michel Dänzer
On Mon, 2002-11-25 at 04:39, Eric Anholt wrote: On Sun, 2002-11-24 at 17:42, Michel Dänzer wrote: it locks up solid when I request a signal to be delivered. Now I'd very much like to get this into 4.3.0, so I'd appreciate someone pointing out the stupid mistake(s) I'm probably making

Re: [Xpert]Off by one error in drawing code for Radeon VE

2002-11-25 Thread Michel Dänzer
On Mon, 2002-11-25 at 02:57, Kevin E Martin wrote: On Mon, Nov 25, 2002 at 12:02:32AM +0100, Michel Dänzer wrote: On Son, 2002-11-24 at 22:53, Kevin E Martin wrote: On Sun, Nov 24, 2002 at 09:57:36PM +0100, Michel Dänzer wrote: On Don, 2002-11-21 at 06:44, Andrew P. Lentvorski wrote

Re: [Xpert]Off by one error in drawing code for Radeon VE

2002-11-24 Thread Michel Dänzer
artifacts. Kevin, have you gotten around to look into that yet? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED

Re: [Xpert]Off by one error in drawing code for Radeon VE

2002-11-24 Thread Michel Dänzer
On Son, 2002-11-24 at 22:53, Kevin E Martin wrote: On Sun, Nov 24, 2002 at 09:57:36PM +0100, Michel Dänzer wrote: On Don, 2002-11-21 at 06:44, Andrew P. Lentvorski wrote: Okay, you wanted isolation; you got isolation. ;) The option which makes the problem go away

Re: [Xpert]Re: But *why* no vblank?

2002-11-24 Thread Michel Dänzer
solid when I request a signal to be delivered. Now I'd very much like to get this into 4.3.0, so I'd appreciate someone pointing out the stupid mistake(s) I'm probably making. :) -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS

Re: [Xpert]cirrus on powerpc

2002-11-23 Thread Michel Dänzer
. Sadly, the text console becomes also black and no text is shown anymore. Sounds like a problem with the mode it's using or a bug in the framebuffer device. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software

Re: [Xpert][PATCH] Radeon M9 cursor fix

2002-11-23 Thread Michel Dänzer
On Fre, 2002-11-22 at 16:36, George Staikos wrote: On Friday November 22 2002 07:58, Michel Dänzer wrote: On Don, 2002-11-21 at 18:12, George Staikos wrote: Attached is a patch to uncorrupt the mouse pointer on PowerPC based laptops with Radeon M9 chipsets. I'm not sure

Re: [Xpert][PATCH] Radeon M9 cursor fix

2002-11-23 Thread Michel Dänzer
for the heads up. It's not a problem either way as the patch I posted can easily be adapted for any byte order. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert][PATCH] Radeon M9 cursor fix

2002-11-22 Thread Michel Dänzer
for the real problem, which I suspect also causes the color problems people are experiencing with Radeon 9000s on big endian machines: the byte swapping doesn't seem to work as expected. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS

Re: [Xpert]Off by one error in drawing code for Radeon VE

2002-11-20 Thread Michel Dänzer
acceleration primitive(s) would be most useful. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org

Re: [Xpert]X locks up the complete system

2002-11-19 Thread Michel Dänzer
On Die, 2002-11-19 at 09:24, Thomas Winischhofer wrote: Michel Dänzer wrote: I can't give a definite answer but only an educated guess: with the HW cursor, Silken mouse may also be used, meaning that the cursor position is updated asynchronously, which may trigger a race condition

Re: [Xpert]cvs causes spontaneous reboot??

2002-11-18 Thread Michel Dänzer
or the Rage working. There was a log file generated which normal at first, but then appears to have some kind of source code??? The file probably got corrupted due to the crash? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member

RE: [Xpert]X locks up the complete system

2002-11-18 Thread Michel Dänzer
the recent discussion here about ARGB cursors). -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org

Re: [Xpert]X locks up the complete system

2002-11-18 Thread Michel Dänzer
to duplicate the cluster. Those would usually be the files that I had open at the time of lockup... I doubt X in particular but rather system load in general influences the severity of a crash. If you don't use a journalling filesystem already, that might be a good idea. -- Earthling Michel

Re: [Xpert]Linux input nightmare.

2002-11-11 Thread Michel Dänzer
devices. To make matters worse, while there /are/ ioctls to get the bus location for 2.5.x kernels the #defines do not even exist for the 2.4.x headers. #defines aren't a problem, just have a private header with everything you need. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux

Re: [Xpert]AdjustFrame in XFree86-drivers

2002-11-10 Thread Michel Dänzer
. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Alpha cursors broken on big endian

2002-11-08 Thread Michel Dänzer
. The gumby cursor ends up being lavender. Also, the data passed for the HW alpha cursor isn't correct either. It's easy to make the radeon driver work with it, didn't you see the patch I posted? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI

Re: [Xpert]Alpha cursors broken on big endian

2002-11-08 Thread Michel Dänzer
On Fre, 2002-11-08 at 22:24, Mark Vojkovich wrote: On 8 Nov 2002, Michel Dänzer wrote: On Fre, 2002-11-08 at 21:53, Mark Vojkovich wrote: On Fri, 8 Nov 2002, Mark Vojkovich wrote: Running top-of-tree on Linux PPC I'm finding that alpha blended SW cursors do not seem to work

Re: [Xpert]change input device on the fly?

2002-11-07 Thread Michel Dänzer
On Don, 2002-11-07 at 17:47, Adam Luter wrote: Not an expert, but have you tried to specify both devices at the same time? You may still have to restart X, Not if you use /dev/input/mice for the USB mouse. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86

[Xpert]Re: But *why* no vblank?

2002-11-06 Thread Michel Dänzer
to trigger a single signal, or would it have to generate signals indefinitely? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL

[Xpert]Re: But *why* no vblank?

2002-11-06 Thread Michel Dänzer
context switch may be fairly acceptable with something like XSYNC, but to achieve really excellent quality (eg, suitable for output to a TV/broadcast/etc.) in, say, a video player, a direct API would be nicer. If I'm not mistaken that's what XvMC is for. -- Earthling Michel Dänzer (MrCooper

Re: [Xpert]Radeon VE w/ dual monitors not loading

2002-11-06 Thread Michel Dänzer
4.1.0-25 (from rpms) I have been working at this on and off for several days with little progress. Attached, are copies of my XF86Config-4 and XFree86.0.log. Look fine to me; you may need the driver from current CVS, I think that's the case for OEM cards in particular. -- Earthling Michel

[Xpert]Re: But *why* no vblank?

2002-11-06 Thread Michel Dänzer
On Mit, 2002-11-06 at 17:39, Billy Biggs wrote: Michel Dänzer ([EMAIL PROTECTED]): It would be preferable in general for video apps, though, to provide a DRM-based api to use the overlay buffer, too. Like, a DRM-Xv. For desktop use, the X11 context switch may be fairly acceptable

[Xpert]Re: But *why* no vblank?

2002-11-06 Thread Michel Dänzer
options, but if I had to pick one, I'd ask for a single signal. That's what SYNC wants. Very well, I'll leave it at that then. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]Separate Build Tree

2002-11-05 Thread Michel Dänzer
just make World? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Re: No DRI for Dual-headed setup?

2002-11-05 Thread Michel Dänzer
seriously hampers things, as you can imagine. Would running two servers be an option for you, one with DRI enabled and the other with dualhead? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]ATI r128 and documentation

2002-11-05 Thread Michel Dänzer
On Die, 2002-11-05 at 09:53, Aymeric Vincent wrote: Michel Dänzer [EMAIL PROTECTED] writes: On Son, 2002-11-03 at 17:03, Aymeric Vincent wrote: Actually, I would like to understand how the r128 chip reads the video memory and sends it to the CRTC, because when I use 15/16 or 24

Re: [Xpert]XFree86 gdb for Linux PPC?

2002-11-04 Thread Michel Dänzer
soon... -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]ATI r128 and documentation

2002-11-04 Thread Michel Dänzer
On Son, 2002-11-03 at 17:03, Aymeric Vincent wrote: Michel Dänzer [EMAIL PROTECTED] writes: It's also my impression that dualhead support shouldn't be hard to add looking at the radeon driver. In fact, it might be doable without docs, someone even posted a quick'n'dirty but untested

[Xpert]Re: But *why* no vblank?

2002-11-03 Thread Michel Dänzer
deduce the refresh rate from the timestamps. PS: A: No. Q: Should I include quotations after my reply? ;) -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]No DRI for Dual-headed setup?

2002-11-03 Thread Michel Dänzer
, the DRI may only be enabled in depth 16. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org

Re: [Xpert]ATI r128 and documentation

2002-11-03 Thread Michel Dänzer
absolutely need to consult documentation for something, I'll gladly look it up. And once you've achieved something, ATI might be less hesitant to provide the docs to you. There still seem to be quite a lot of Rage128 users who'd certainly appreciate your work! -- Earthling Michel Dänzer

Re: [Xpert]Xinerama + Radeon = No error + No Worky

2002-11-01 Thread Michel Dänzer
, the driver seems to ignore the second head under some circumstances I don't understand; maybe Hui Yu or Kevin E. Martin would. There's also a good chance for this to work better in current CVS. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member

Re: [Xpert]But *why* no vblank?

2002-11-01 Thread Michel Dänzer
, although you probably need to act pretty much like an X server at this point. :) -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL

Re: [Xpert]But *why* no vblank?

2002-11-01 Thread Michel Dänzer
is an ioctl which basically blocks for a requested number of vertical blanks (it's more flexible in fact). Maybe a daemon or something could provide a file descriptor to select against? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS

[Xpert]Re: Backing store on Radeon?

2002-10-31 Thread Michel Dänzer
On Don, 2002-10-31 at 18:38, Alan Hourihane wrote: On Thu, Oct 31, 2002 at 01:30:32 +0100, Michel Dänzer wrote: On Mit, 2002-10-30 at 17:02, Alan Hourihane wrote: On Mon, Oct 21, 2002 at 09:16:35 -0700, Ian Romanick wrote: On Mon, Oct 21, 2002 at 10:06:13AM -0600, Jens Owen wrote

Re: [Xpert]Doublehead radeon 7500 problem

2002-10-27 Thread Michel Dänzer
the secondary port under some circumstances, but I don't really understand that part of the code. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]apple cinema + radeon dvi

2002-10-25 Thread Michel Dänzer
on, and then fades off again and then nothing. I'm using a fresh install of gentoo linux, ix36, with XFree86 4.2.1 Any ideas? You could try current CVS, though it's not a good sign if not even the BIOS manages to display something... -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux

Re: [Xpert]cirrus on powerpc

2002-10-24 Thread Michel Dänzer
the framebuffer driver to work. What's the problem with the fbdev driver? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL

Re: [Xpert]Re: VBlank interrupt?

2002-10-24 Thread Michel Dänzer
, so apps can easily take advantage of them. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org

Re: [Xpert]Re: Status of Radeon support under XFree86

2002-10-22 Thread Michel Dänzer
been several reports of crashes when running with dualhead by Mandrake users; one prominent feature of Mandrake is that they merge GATOS code into their XFree86 packages, but maybe they just do it badly. Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer Hardly on topic

Re: [Xpert]Another CVS problem

2002-10-22 Thread Michel Dänzer
On Mon, 2002-10-21 at 16:44, Marc Aurele La France wrote: On 21 Oct 2002, Michel Dänzer wrote: On Son, 2002-10-20 at 23:57, Marc Aurele La France wrote: On Sat, 19 Oct 2002, Boris wrote: Hmm, Seems to be alot of problems in the CVS the last few days. Heres the latest one

Re: [Xpert]Another CVS problem

2002-10-22 Thread Michel Dänzer
On Die, 2002-10-22 at 14:23, Dr Andrew C Aitchison wrote: On 22 Oct 2002, Michel Dänzer wrote: That the new header is being picked up seems the only viable explanantion for the reported symptom. How it got there is irrelevant. Perhaps re-installing glibc from source re-syncs

Re: [Xpert]Another CVS problem

2002-10-22 Thread Michel Dänzer
On Die, 2002-10-22 at 16:55, Marc Aurele La France wrote: On 22 Oct 2002, Michel Dänzer wrote: That the new header is being picked up seems the only viable explanantion for the reported symptom. How it got there is irrelevant. Perhaps re-installing glibc from source re-syncs

Re: [Xpert]Another CVS problem

2002-10-22 Thread Michel Dänzer
On Die, 2002-10-22 at 17:34, Marc Aurele La France wrote: On 22 Oct 2002, Michel Dänzer wrote: As far as I'm concerned, this issue is closed until such a time when the kernel folk again rename something they shouldn't. Can't you see that the kernel folks can do whatever they want, so

Re: [Xpert]VBlank interrupt?

2002-10-22 Thread Michel Dänzer
, but mga is in the works and it shouldn't be hard to add for the others. You may want to check the dri-devel archives and maybe ask there. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]Re: [Dri-devel] r200 and libxaa

2002-10-20 Thread Michel Dänzer
4.2 installation into my DRI tree, which makes me suspect that the remaining problem with the snapshots is due to toolchain incompatibilities or something along those lines. Hope this clarifies. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project

Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VTswitch

2002-10-19 Thread Michel Dänzer
changes to the HW state? Right, nice argument for my DRI reinit patch and/or Charl's resume patch. :) -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]ATI IGP Intergrated U1 Graphics

2002-10-17 Thread Michel Dänzer
usually submits patches to add support for new chips pretty quickly. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL

Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread Michel Dänzer
() ^^^ This is such a wonderfully expressive function name, why doesn't anybody read it? :/ It's the normal procedure to test for Katmai support, just continue. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]gdb on ia64

2002-10-17 Thread Michel Dänzer
On Don, 2002-10-17 at 17:26, Johannes Rath wrote: I have installed gdb with support for xfree modules (5.1.1-2.0xfree) on ia64 machine, but I am still not able to see the symbols of my module inside gdb. Did you call module /path/to/modules before the backtrace? -- Earthling Michel Dänzer

Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread Michel Dänzer
On Don, 2002-10-17 at 20:20, David Hampton wrote: On Thu, 2002-10-17 at 05:06, Michel Dänzer wrote: Program received signal SIGFPE, Arithmetic exception. 0x40771fbb in gl_test_os_katmai_exception_support () from /usr/X11R6/lib/modules/dri/radeon_dri.so (gdb) bt #0 0x40771fbb

Re: [Xpert]Probable return of Radeon, R128 XFree86 crash at VTswitch

2002-10-15 Thread Michel Dänzer
incompatibility that can be worked around by using libxaa from DRI CVS. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED

Re: [Xpert]Probable return of Radeon, R128 XFree86 crash at VTswitch

2002-10-15 Thread Michel Dänzer
fine. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]rage pro (16mb) symbol errors

2002-10-11 Thread Michel Dänzer
On Fre, 2002-10-11 at 04:31, Geoffrey wrote: Michel Dänzer wrote: On Don, 2002-10-10 at 03:58, Geoffrey wrote: I've been trying to get my dual head radeon ve working, gave up and stuck another card in this box, rage pro (16mb). It appears from the log that both are recognized

Re: [Xpert]Xv with G200: Size limits after upgrade to 4.2

2002-10-10 Thread Michel Dänzer
of mga_storm32.c and compile the driver yourself. If you do so, please consider working on DRI CVS and making the mga driver allocate offscreen memory for 3D more dynamically, like I've done for the radeon driver. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86

Re: [Xpert](EE) RADEON(0): [drm] failed to remove DRM...

2002-10-10 Thread Michel Dänzer
. This problem has been reported many times to dri-devel already. It seems to be some kind of binary incompatibility in the binary snapshots. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]Xv with G200: Size limits after upgrade to 4.2

2002-10-10 Thread Michel Dänzer
/xfree86/drivers/ati/radeon_dri.c . -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman

Re: [Xpert]Time-machine messages

2002-10-09 Thread Michel Dänzer
, most of those issues will have been resolved by now. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http

Re: [Xpert]Resolution change in ATI Rage Mobility M3 problem

2002-10-09 Thread Michel Dänzer
mode 640x480 (hsync out of range) (II) R128(0): Not using mode 640x480 (hsync out of range) No, it's not ignoring the sync ranges you provide. ;) -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]Problem with Radeon 7500 Config

2002-10-09 Thread Michel Dänzer
2.4.18-23mdkenterprise i686 [ELF] Known problem with Mandrake. Stock XFree86 has been reported to work. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

RE: [Xpert]problem with LCD display flickering

2002-10-09 Thread Michel Dänzer
, Option CompositeSync off might help. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org

Re: [Xpert]x 4.2.1 and radeon mobility

2002-10-09 Thread Michel Dänzer
that direct rendering is enabled, but if i run opengl-programs (e.g. glxgears), i don't get anything, just a black window/screen. The output of LIBGL_DEBUG=verbose glxinfo would be interesting. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project

Re: [Xpert]Xserver configuration HOWTO?

2002-10-09 Thread Michel Dänzer
Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]PowerBook III locks up using the HEAD ati driver(previous HEAD builds were okay)

2002-10-04 Thread Michel Dänzer
it into his tree right now. The second log you posted was still from the fbdev driver BTW. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert

Re: [Xpert]Xv and OpenGL -- new module idea

2002-10-01 Thread Michel Dänzer
be slower than not using Xv at all. and it could provide for more than one Xv adapter, so you could theoretically have more than one Xv at a time. That would certainly be nice, although one adapter seems to be enough usually. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer

Re: [Xpert]Radeon 7500 Problem

2002-10-01 Thread Michel Dänzer
not really sure if that is considered using the stock XFree86 driver. It's not, it's still the same patched driver from Mandrake. The stock driver would be either from an XFree86 binary tarball or built yourself from source. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc

Re: [Xpert]How to avoid expansion to full screen size on laptop

2002-09-25 Thread Michel Dänzer
On Mit, 2002-09-25 at 06:59, Lutz Maibaum wrote: --- Michel Dänzer [EMAIL PROTECTED] wrote: Have you tried Option CRTScreen? I did, and it didn't work; but I probably did it wrong anyway... I spent some time reading the archive of this list, and it seems to me that there is quite

Re: [Xpert]How to avoid expansion to full screen size on laptop

2002-09-24 Thread Michel Dänzer
be a similar option for the ATI driver of XF86. The graphics chip is a ATI Radeon M6. Have you tried Option CRTScreen? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]Slow Radeon 7500 - is there a fix for this yet?

2002-09-24 Thread Michel Dänzer
I'd have thought a fix would be sorted by now, since that message was posted 10 months ago? It's fixed in CVS. Try these: deb http://penguinppc.org/~daenzer/debian/dri-trunk/./ -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project

Re: [Xpert]ATI Radeon 7500 glitches in XFree 4.2.1

2002-09-24 Thread Michel Dänzer
in their drivers. Unless the same problem occurs with stock XFree86, you'll have to ask Mandrake or GATOS for support. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]dual head with radeon ve 32mb ddr

2002-09-21 Thread Michel Dänzer
Technologies Inc: Unknown device 5159 for my card, which would seem to identify it as agp. Question is, should I be using 01:00:0 for both of my entries? Yes, and you need Screen directives in both device sections. And is that format correct? Looks good to me. -- Earthling Michel Dänzer

Re: [Xpert]Dual Head with SIS 6326 and ATI Rage Fury 128

2002-09-20 Thread Michel Dänzer
attached the XFree86 log. Could somebody tell me what is wrong with it? You need to provide the bus ID of the Rage128 card in its device section. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]Radeon clone mode bug(s) + fix

2002-09-18 Thread Michel Dänzer
are trying to achieve, much less what they have to do with XVideo. I'd appreciate some insights. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert

Re: [Xpert]Radeon clone mode bug(s) + fix

2002-09-18 Thread Michel Dänzer
On Mit, 2002-09-18 at 14:05, Krzysztof Halasa wrote: Michel Dänzer [EMAIL PROTECTED] writes: 1. Cloning the display and using XVideo halts the system when moving the viewport. I've traced that to the fact XVideo routines change pScrn-AdjustFrame to their internal function, which isn't

Re: [Xpert]Radeon clone mode bug(s) + fix

2002-09-18 Thread Michel Dänzer
On Mit, 2002-09-18 at 15:23, Krzysztof Halasa wrote: Michel Dänzer [EMAIL PROTECTED] writes: IMHO we should just call RADEONAdjustFrame for cloned display as it is an internal task, not related to any other XFree86 activity. The rest of the server only knows about the primary

Re: [Xpert]Radeon clone mode bug(s) + fix

2002-09-18 Thread Michel Dänzer
On Mit, 2002-09-18 at 16:19, Michel Dänzer wrote: On Mit, 2002-09-18 at 15:23, Krzysztof Halasa wrote: Michel Dänzer [EMAIL PROTECTED] writes: IMHO we should just call RADEONAdjustFrame for cloned display as it is an internal task, not related to any other XFree86 activity

Re: [Xpert]Radeon clone mode bug(s) + fix

2002-09-17 Thread Michel Dänzer
for clone? Or is this about fbdevHWAdjustFrame? Slightly confused. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert mailing list [EMAIL PROTECTED

Re: [Xpert]voodoo 5 pci 64MB and xfree 4.1 with debian

2002-09-08 Thread Michel Dänzer
On Son, 2002-09-08 at 16:35, Matteo wrote: I have this fantastic card but X can't start. I run with a powerpc with kernel 2.2.20 [...] (EE) TDFX(0): No valid PIO address in PCI config space Have you tried a 2.4 kernel? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc

[Xpert]Re: ATI Mobility M6 artefacts/lockups (2nd try)

2002-09-08 Thread Michel Dänzer
developers for the involved effort. Thanks for your testing. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast Index: programs/Xserver/hw/xfree86/drivers/ati/r128_dga.c

[Xpert]Re: ATI Mobility M6 artefacts/lockups (2nd try)

2002-09-07 Thread Michel Dänzer
On Sam, 2002-09-07 at 18:13, Didier Moens wrote: Michel Dänzer wrote: On Fre, 2002-09-06 at 02:10, José Fonseca wrote: I'm not sure what's the DGA support status of the existing DRI drivers. Please check if there is a way to disable DGA support on VMWARE and try it to see

[Xpert]Re: [Dri-users] ATI Mobility M6 artefacts/lockups (2nd try)

2002-09-07 Thread Michel Dänzer
/usr/X11R6/lib/modules/dri/radeon_dri.so That's the test for SSE support, it's not a problem. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ___ Xpert

[Xpert]Re: ATI Mobility M6 artefacts/lockups (2nd try)

2002-09-06 Thread Michel Dänzer
a TCL unit. It's been fixed for VEs at least, we're still looking for feedback with an M6. Again, please try a current DRI snapshot and post your experience to the dri-devel list. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS

Re: [Xpert]ATI Radeon: flipped pixels on 2d accelerated 8x8 monopattern filled rectangles operation

2002-09-06 Thread Michel Dänzer
problem could exist in the XFree86 ATI Rage128 driver as well. This should be fixed in the radeon driver in DRI CVS. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]Re: ATI's New Radeon 8500 Drivers for Xfree86

2002-09-04 Thread Michel Dänzer
but they only have 2D support still. At least it disabled DRI as X started whether I had it turned in XF86Config-4 or not. Did you try the r200 snapshot? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: [Xpert]Re: ATI's New Radeon 8500 Drivers for Xfree86

2002-09-04 Thread Michel Dänzer
what I installed. I noticed it was there so I thought maybe 3D was working. It should be. Please report to the dri-devel list what you have tried and what happened. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free

RE: [Xpert]Ant success with PCI/DRI???

2002-09-03 Thread Michel Dänzer
/PCI). One possible cause is that bus mastering is only enabled explicitly for AGP cards. The attached patch fixes that as well as related hangs when VT switching back to the server. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS

  1   2   3   4   5   >