Re: [Xen-devel] Re: [Patch RFC] ttm: nouveau accelerated on Xen pv-ops kernel

2010-03-12 Thread Michael D Labriola
... Maybe I'm just doing something wrong? -Mike --- Michael D Labriola Electric Boat mlabr...@gdeb.com 401-848-8871 (desk) 401-848-8513 (lab) 401-316-9844 (cell) -- Download Intel#174; Parallel Studio Eval Try the new

Re: [stable] Regression in 2.6.32.2: radeon KMS hangs system

2009-12-20 Thread Michael Tokarev
Johannes Hirte wrote: With 2.6.32.2 the system hangs completely with black screen when modprobing radeon with modeset=1. I was able to connect via ssh, but after entering the password nothing happend. I didn't got a prompt. Only SysRq worked. I've tracked it down to the following patch:

Re: 2.6.32-rc8 opps leaving X

2009-11-25 Thread Michael Breuer
I wonder if this has anything to do with this: https://bugzilla.redhat.com/show_bug.cgi?id=475890 Long story short, default settings for Fedora (and probably other distros as well) now have a vt and X clashing on vt1/tty1. Dave Airlie wrote: On Wed, Nov 25, 2009 at 5:21 PM, Andrew Morton

Re: i915: xrandr modes not detected with KMS

2009-07-06 Thread Michael S. Tsirkin
Same thing with 2.6.31-rc2. Am I sending this to the right list? On Thu, Jun 18, 2009 at 08:06:43PM +0300, Michael S. Tsirkin wrote: On T500 thinkpad, I enabled KMS on i915, and noticed that only a single mode shows up in xrandr output. Without kms, all modes are supported. Tested on 2.6.30

Re: [PATCH] drm: fix edid interlaced bit position

2009-06-23 Thread Michael Pyne
... Looks like I managed to mess up most shifts when converting from bitfields. :( The patch below works on my Thinkpad T500 (as well as on my PowerBook, where the previous change worked as well, maybe out of luck...). I'd appreciate more testing and eyes looking over it though. Michael, does

i915: xrandr modes not detected with KMS

2009-06-19 Thread Michael S. Tsirkin
On T500 thinkpad, I enabled KMS on i915, and noticed that only a single mode shows up in xrandr output. Without kms, all modes are supported. Tested on 2.6.30 and 2.6.29.4-167 that ships with Fedora. xrandr output: With kms enabled: Screen 0: minimum 320 x 200, current 1680 x 1050, maximum

[PATCH] i915: remove __initdata from intel_no_lvds

2009-05-17 Thread Michael S. Tsirkin
make with CONFIG_DEBUG_SECTION_MISMATCH=y warns about the function intel_lvds_init() referencing the variable __initdata intel_no_lvds. Since intel_lvds_init might get called after module has been loaded, intel_no_lvds shouldn't be marked __initdata. Signed-off-by: Michael S. Tsirkin m

Re: Radeon kernel-modesetting on Alpha. Problem reading PCI ROM

2009-04-14 Thread Michael Cree
to rhd_dump and rhd_conntest if you would like to try them out. Cheers Michael. -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational

Re: [Bug #12574] possible circular locking dependency detected

2009-02-10 Thread Michael S. Tsirkin
detected Submitter : Michael S. Tsirkin m.s.tsir...@gmail.com Date: 2009-01-29 11:35 (11 days old) /var/log/message dump below. === [ INFO: possible circular locking dependency detected ] 2.6.29-rc4-mst-debug #95

Re: Tried it on my G5 Quad

2006-12-15 Thread Michael Buesch
On Friday 15 December 2006 16:53, Michel Dänzer wrote: On Fri, 2006-12-15 at 15:17 +0100, Michael Buesch wrote: I just tried to load the nouveau driver on my Apple G5 Quad machine. The kernel module loaded fine, but an attempt to start the x-server resulted in a frozen userinterface

[Fwd: Re: [ltp] R50p Suspend issues]

2006-05-22 Thread Michael Gaber
I think this post could belong here. someone an Idea what went wrong? Original Message Subject: Re: [ltp] R50p Suspend issues Date: Mon, 22 May 2006 08:41:22 +0200 From: Michael Heinrich [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] References: [EMAIL

Re: nouveau: how does it relate to the free beos driver?

2006-04-27 Thread Michael Schreckenbauer
Am Mittwoch, 26. April 2006 23:00 schrieb Stephane Marchesin: Michael Schreckenbauer wrote: that's really interesting news to me :) Am I correct, that newer GeforceFX are not (yet?) supported by this driver? Is there anything I can do to help with this? I have a few nvidia cards here

Re: nouveau: how does it relate to the free beos driver?

2006-04-26 Thread Michael Schreckenbauer
, Michael --- 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

texture memory management question

2006-01-31 Thread Michael Bautin
Hello All, I have a question about texture memory management in the r200 driver. What is a primary need for a separate memory layout version for every client? Would not it be simpler if there was only one memory heap in the sarea with a global LRU list? Then there would be no need for heap

Re: Savage IX/Thinkpad T20: Lockup with DMA

2006-01-27 Thread Michael Karcher
Am Donnerstag, den 26.01.2006, 13:38 -0500 schrieb Alex Deucher: On 1/26/06, Michael Karcher [EMAIL PROTECTED] wrote: Hello DRI developers, on my ThinkPad T20, I experience Lockups with either type of DMA, be it Vertex DMA or AGP texture access. With Option DmaMode None and Option

Savage IX/Thinkpad T20: Lockup with DMA

2006-01-26 Thread Michael Karcher
?) Thanks for your work, Michael Karcher --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web

Savage IX/Thinkpad T20: red/blue stereo in xmakemol doesn't work

2006-01-26 Thread Michael Karcher
for debugging this problem? Screenshots are on http://www.physik.fu-berlin.de/~karcher/good.png (software rendered) and http://www.physik.fu-berlin.de/~karcher/bad.png (hardware rendered). Michael Karcher --- This SF.net email is sponsored

Re: Savage IX/Thinkpad T20: Lockup with DMA

2006-01-26 Thread Michael Karcher
, everything worked fine. The current snapshot crashes on BusType PCI without DmaMode None. It surely is not a VIA AGP problem, my chipset is a i440BX. But the agpgart backend drivers are all quite like to each other, so i would expect common bugs. Michael Karcher

Re: Savage IX/Thinkpad T20: Lockup with DMA

2006-01-26 Thread Michael Karcher
add that I am using 16bpp, which makes bitmask errors possible. Michael Karcher PS: Brian, sorry for the private copy. I didn't pay enough attention. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems

offtopic: r200 lockups and context switches

2006-01-26 Thread Michael Bautin
Hello All,Sorry for possible offtopic, but I have a question related to Radeon 9250 card lockups. I am doing an experimental research project on graphics engine resource management based on the r200 driver. I have modified the drm implementation so that all the commands sent to the ring on behalf

Re: what is the CVS tag of 2.6.15 in-kernel DRM?

2005-11-27 Thread Michael Frank
to the kernel for other reasons... Dave. OK, I'll better shut up and be back with a patch ;) Michael --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine

Where to get a mach64 datasheet?

2005-11-26 Thread Michael Frank
I like to upgrade mach64 driver for inclusion in kernel and desire a datasheet. Thanks Michael --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine

what is the CVS tag of 2.6.15 in-kernel DRM?

2005-11-26 Thread Michael Frank
I like to upgrade mach64 driver for inclusion in kernel and pull relevant version from cvs. Thanks Michael --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search

Re: Mach64 still not in kernel tree

2005-11-26 Thread Michael Frank
On Wednesday 23 November 2005 18:32, Alan Cox wrote: On Mer, 2005-11-23 at 11:46 -0500, Adam Jackson wrote: On Wednesday 23 November 2005 07:48, Michael Frank wrote: Testing 2.6.15-rc2 in-kernel DRM, why still no mach64 support which works fine for me from snapshots/cvs? Because

Re: what is the CVS tag of 2.6.15 in-kernel DRM?

2005-11-26 Thread Michael Frank
. 20050718 snapshot is close and builds after some small fixes in mach64_drv.c but dma buffers fail to allocate. Perhaps someone has a snapshot date? Michael --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

Mach64 still not in kernel tree

2005-11-23 Thread Michael Frank
Testing 2.6.15-rc2 in-kernel DRM, why still no mach64 support which works fine for me from snapshots/cvs? Michael --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free

Problems with r300 Mesa code

2004-11-20 Thread Michael Lothian
Hi I'm having problems compiling the r300 Mesa stuff I get the following errors: [EMAIL PROTECTED] ~/Mesa $ make linux-dri-x86 (cd configs rm -f current ln -s linux-dri-x86 current) make default make[1]: Entering directory `/home/fireburn/Mesa' make[2]: Entering directory

Re: New Savage patches

2004-11-14 Thread Daniel J. Michael
Well, I got the latest cvs and patches again and tried them on my laptop (TwisterK). I don't remember if it's closer to a savage3d or a savage 4 off the top of my head. 2d seems to still be working fine. I also get over 100 more fps in glxgears. The downside is, I don't see the gears any more,

savage driver patches

2004-11-02 Thread Daniel J. Michael
I've been playing with the new savage patches. The latest cvs version seems to have fixed the unresolved symbols I was getting and everything seems to be working great. I've tested with glxgears, chromium and regular usage, are there any other easy tests to run that would be helpful? I am

Re: Problems with compiling new savage patch.

2004-10-30 Thread Daniel J. Michael
. Michael um 0:51: You are correct about the unresolved symbols, they seem to happen with the cvs code also (but I think they must be new in the last couple of weeks sometime). Here is the output of my LIBGL_DEBUG=verbose glxinfo: [EMAIL PROTECTED] ~ $ LIBGL_DEBUG=verbose glxinfo name of display

Re: Problems with compiling new savage patch.

2004-10-29 Thread Daniel J. Michael
0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow 0x29 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow Felix Kühling wrote: Am Do, den 28.10.2004 schrieb Daniel J. Michael um 16:56: Well, it seemed to install fine, but direct rendering is disabled. I also get this error

Re: Problems with compiling new savage patch.

2004-10-28 Thread Daniel J. Michael
Well, it seemed to install fine, but direct rendering is disabled. I also get this error in my Xorg.0.log: Symbol SavageInitStreamsNew from module /usr/X11R6/lib/modules/drivers/savage_drv.o is unresolved! Symbol SavageInitStreams2000 from module /usr/X11R6/lib/modules/drivers/savage_drv.o is

Problems with compiling new savage patch.

2004-10-26 Thread Daniel J. Michael
I appied the savage patches at http://freedesktop.org/~fxkuehl/savage/ to the latest cvs. The DRM and the 3d drivers build fine, but when I try to build the ddx/xserver, I get this error: 86Server-DXF86VIDMODE -DXvMCExtension

Re: vertex programs patch for r200 with configuration options -- corrected

2004-09-07 Thread Michael Mazack
r200_context.c shows the following: if(driQueryOptionb(rmesa-optionCache, arb_vertex_program)) _mesa_enable_extension( ctx, GL_ARB_vertex_program); if(driQueryOptionb(rmesa-optionCache, nv_vertex_program)) _mesa_enable_extension( ctx, GL_NV_VERTEX_PROGRAM); Should the nvidia extension be in

Re: First DRI uber-benchmark

2004-08-22 Thread Michael Mazack
Diamond Speedstar a90 16MB (savage 4 pro+) Lots of lockups. I can confirm that this card locks up very frequently. One way which I have found to immediately lock it up is by attempting to use GL_NV_texgen_reflection. Hope this helps the savage developers.

ATI IGP340M - problem changing screen resolution

2004-05-30 Thread Michael
could do this using Windows XP on the same hardware. thanks, -- Michael [EMAIL PROTECTED] Release Date: 18 December 2003 X Protocol Version 11, Revision 0, Release 6.7 Build Operating System: Linux 2.6.6 i686 [ELF] Current Operating System: Linux tarnish 2.6.6 #15 Thu May 13 21:23:29 EST 2004 i686

Re: [Dri-devel] Re: Savage driver core rework

2004-04-08 Thread Daniel J. Michael
: --- Daniel J. Michael [EMAIL PROTECTED] wrote: I've been using plain CVS for a couple weeks now (latest checkout was sometime last week). It was working great until the last time I updated it. Since then, I've had some problems with tuxracer (crashes) and chromium (mouse responds slowly

[Dri-devel] Re: Savage driver core rework

2004-04-05 Thread Daniel J. Michael
I have a laptop, using a TwisterK, and I just applied this patch to the latest CVS dri, then compiled and installed it. Now, when I start X the display is massively corrupted, and basically useless. I went back to the version I was using previousyt, and it works fine again. Just to make sure I

Re: [Dri-devel] Re: Savage driver core rework

2004-04-05 Thread Daniel J. Michael
have seen corrupt 3d windows or cursor corruption (but, afaik, I'm not using a hw cursor). Should I still try the new patch? --On Monday, April 05, 2004 7:08 AM -0700 Alex Deucher [EMAIL PROTECTED] wrote: --- Daniel J. Michael [EMAIL PROTECTED] wrote: I have a laptop, using a TwisterK, and I just

Re: [Swsusp-devel] Re: [Dri-devel] suspend/resume ati igp 320M

2004-03-07 Thread Michael Frank
backend (HW). So, there seem to be issues outside of AGP (HW)... Will take a bit more time to research. My gut tells it is where nobody ever looked - as usual ;) Regards Michael --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux

[Dri-devel] Re: [Swsusp-devel] ATI IGP320 with swsusp

2004-03-05 Thread Michael Frank
resets. 2.4 Resumes drivers _after_ reading image 2 as it should be. Reason according to Nigel is that he has to find a way to resume part of the device tree in 2.6. AGP info is available here. http://www.intel.com/technology/agp/toverview.htm Any chance to get some datasheets? Regards Michael

Re: [Mesa3d-dev] Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-05 Thread Michael Dreesen
Do you have an ATI card? The ATI proprietary driver has pbuffers implemented. pbuffers would let you avoid a lot of the swapping. If you run out of room for pbuffers you could go back to swapping. I do have an ATI card, I'm developing on a mobility 9200 w/64MB ( also testing on nVidia Quadro).

Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-04 Thread Michael Dreesen
[EMAIL PROTECTED] is also supposed to be working on an OpenGL based windowing system. I don't know the status of his code. Hi Guys- My mike-d.org server is down, this is my work address. Here's the status of my OpenGL window system: client/server is working. Right now communication is done

[Dri-devel] S3 M7 Documentation?

2003-10-31 Thread Michael Larson
I have an old S3 M7 dual head card that I would like to port my portrait code onto for XF86 for a hardware accelerated portrait dual display system. I used to write drivers for the M7 and I am familiar with the part but I am lacking documentation on it, this part is old so is there still

Re: [Dri-devel] High-resolution monitors (T221)

2003-09-02 Thread Michael Lampe
the display. The video signals from the graphics cards were not used. -Michael --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Dri-devel mailing list

Re: [Dri-devel] SiS DRI status

2003-08-31 Thread Michael Schreckenbauer
, but is slooow). No issues with BillardGL and foobillard so far, except the resizing thing. If you need further information or I can help in any ways, just tell me. I'm a programmer, but have no experience with dri/drm or Xfree stuff :-( Thanks, Michael PS: I hope, I'm understandable, natural

[Dri-devel] Radeon 9200 and XFree 4.2.1

2003-08-25 Thread Michael Knigge
checked out the latest trunk but it seems that 4.3.0 is currently used... Hope someone could help me Bye Thanks, Michael --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single

Re: [Dri-devel] Dri refresh isues on R7200

2003-08-07 Thread Michael
, but it matters) If you upgrade SDL you often have to rename the sdl library shipped with the game. e) possibly others by now - it's been a while since I noticed this. -- Michael. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites

Re: [Dri-devel] Lighting only Fallback?

2003-07-25 Thread Michael
Guido Landra wrote: Is this enough to have lighted vertices color calculated? Others will answer this better, but you need transformed vertices et al to calculate lighting don't you? -- Michael. --- This SF.Net email sponsored by: Free pre

Re: [Dri-devel] radeon triangle fan hang

2003-07-18 Thread Michael
of dwords anyway and rounded up if necessary, no? Dunno what performance advantage emitting two at once had over emitting one, other than that, I don't suppose it matters either way. -- Michael. --- This SF.net email is sponsored by: VM Ware

[Dri-devel] ATI RAGE FURY 128 on Linux

2003-07-16 Thread Michael Sgier
. My Card is a ATI RAGE FURY, 128, AGP with 32 MB Ram. There are also faults in Flightgear and others. May I ask you to review those problems for the next release? Many thanks indeed. With kind regards Michael AX: Screenshot of RTCW (RTCW is not fullscreen but that's no problem.Thats from ksnapshot

[Dri-devel] Broken textures in hg2 on r200

2003-04-05 Thread Michael Mazack
://mazack.zikeai.com/misc/hg2_texture_issue.png I'm pretty sure that this is a driver bug, since it works with my Voodoo3. If anyone thinks they have a patch to fix it, I'll apply it. Cheers - Michael = Michael is reminding you to... * Use free software: http://www.gnu.org/philosophy/free-sw.html

[Dri-devel] Doctors create new penis pills

2003-03-30 Thread Michael Nelson
Title: index_spam DOCTOR DEVELOPED PENIS ENLARGEMENT PILLS!! Youve seen them on TV, Youve read about them in the papers... Order discreetly Online! VP-RX PENIS ENLARGEMENT

[Dri-devel] Mach64 binary packages do not work with kernel 2.5.66

2003-03-25 Thread Michael Thaler
inserting mach64 (/lib/modules/2.5.66/kernel/drivers/char/drm/mach64.o): Invalid module format Is it possible to get the Mach64 driver working with ther developer kernels? Will it help to coompile the mach64 branch? Greetings, Michael

Re: [Dri-devel] Return value for glGetString(GL_VERSION) on R200

2003-03-14 Thread Michael Mazack
Uh...GL_ARB_multisample is one of the required 1.3 extensions. It seems to have gone missing. Any hope of GL_ARB_multisample being implemented in the hardware? = The nice thing about Windows is - It does not just crash, it displays a dialog box and lets you press 'OK' first. --Arno

[Dri-devel] Return value for glGetString(GL_VERSION) on R200

2003-03-13 Thread Michael Mazack
Hello, I was wondering about the return value of glGetString(GL_VERSION) on the R200 driver (may be on other drivers too). It seems to return 1.2 Mesa 4.0.4 (this is with XFree86 4.3.0) but the Mesa website says Mesa 4.0 implements the OpenGL 1.3 specification. Is 1.2 the version implemented in

Re: [Dri-devel] Return value for glGetString(GL_VERSION) on R200

2003-03-13 Thread Michael Mazack
Thanks for the info. Perhaps this should be added to the FAQ (even thought it probably isn't asked that frequently)? = The nice thing about Windows is - It does not just crash, it displays a dialog box and lets you press 'OK' first. --Arno Schaefer's .sig E-Mail: [EMAIL

Re: [Dri-devel] C++ framework for DRI drivers - an early draft

2003-02-27 Thread Michael D. Crawford
-efficient operating system would give Mac users a reason to have to buy new hardware. -- Michael D. Crawford GoingWare Inc. - Expert Software Development and Consulting http://www.goingware.com/ [EMAIL PROTECTED] Tilting at Windmills for a Better Tomorrow

Re: [Dri-devel] G450 on DRI and problems

2003-02-18 Thread Michael Mazack
IIRC, your log file that you attached a few days ago said that the mga hal could not be found. Perhaps this has something to do with your problem? Any comments anyone? = The nice thing about Windows is - It does not just crash, it displays a dialog box and lets you press 'OK' first.

[Dri-devel] ATI reference drivers

2003-02-10 Thread Michael Born
), but with no driver support I'll have to stay with Nvidia cards. Hope you have some info for me. Best regards Michael Born --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http

Re: [Dri-devel] Re: [Dri-users] Advise to Developers of DRI

2003-01-18 Thread Michael Mazack
I'd be willing to test Savage 4 based drivers. If I ever learn anything about kernel hacking I'd also be interested in Savage 4 driver development. = The nice thing about Windows is - It does not just crash, it displays a dialog box and lets you press 'OK' first. --Arno Schaefer's .sig

Re: [Dri-devel] Re: Ann: gcc-2.96 compiled snapshots available (I'm going to smack redhat)

2002-10-02 Thread Michael Thaler
is the only distribution using it right now. The only reason I can see for this is, that RedHat _wants_ to be incompatible with other Linux distributions. Many efforts are undertaken to make Linux distributions more compatible to each-other, so please do not support RedHat in this. Greetings, Michael

Re: [Dri-devel] Re: Ann: gcc-2.96 compiled snapshots available (I'm going to smack redhat)

2002-10-02 Thread Michael Thaler
. cheers, Michael --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists

[Dri-devel] r200SetTexImages issue in r200-0-2-branch

2002-09-22 Thread Michael Mazack
have done what is needed. Thank you for your time! -Michael = E-Mail: [EMAIL PROTECTED] IRC: irc.chatjunkies.org = cyrix; irc.openprojects.net = cyrix|michael Web Site: http://mazack.zikeai.com

Re: [Dri-devel] r200SetTexImages issue in r200-0-2-branch

2002-09-22 Thread Michael Mazack
I just tried the game with the trunk. Same issue, but it doens't print out the debug message. = E-Mail: [EMAIL PROTECTED] IRC: irc.chatjunkies.org = cyrix; irc.openprojects.net = cyrix|michael Web Site: http://mazack.zikeai.com

Re: [Dri-devel] infinite loop inxc/xc/extras/Mesa/src/tnl/t_vb_render.c

2002-07-14 Thread Michael Schlueter
Am Fre, 2002-07-12 um 15.12 schrieb Keith Whitwell: Michael Schlueter wrote: I'm trapped in an infinite loop in xc/xc/extras/Mesa/src/tnl/t_vb_render.c :) Ok, I was debugging a program with ddd that crashes sometimes but this time it took the hole cpu time so I broke it up and did

[Dri-devel] infinite loop in xc/xc/extras/Mesa/src/tnl/t_vb_render.c

2002-07-11 Thread Michael Schlueter
in any state of another variable I won't touch ddd for the next three hours and send it to him. Bye, Michael --- This sf.net email is sponsored by:ThinkGeek PC Mods, Computing goodies, cases more http://thinkgeek.com/sf

Re: [Dri-devel] experience with the lastest cvs version for mga

2002-07-08 Thread Michael Schlueter
lots of people on this list already talking about (wasn't able to follow all mail threads). Looks like bzflag is a good test environment. Switching texturing to mipmap makes them invisible? Bye, Michael --- This sf.net email is sponsored

Re: [Dri-devel] experience with the lastest cvs version for mga

2002-07-07 Thread Michael Schlueter
Am Fre, 2002-07-05 um 18.43 schrieb Michael Schlueter: wolf: Missing the mouse cursor for the first menu Preview movie of the multiplayer mission broken After a few minutes screen freezes Screen freezes are gone with cvs version from today. Bye, Michael

Re: [Dri-devel] How to trace switching to software rendering

2002-06-29 Thread Michael Schlueter
find them. Have they moved to another place? And a last question. Is anybody working on the mga driver? I found a few FIXME comments :) Bye, Michael --- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http

Re: [Dri-devel] How to trace switching to software rendering

2002-06-26 Thread Michael Schlueter
with RGBA textures? Bye, Michael --- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season | Special offer for OSDN members! JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn

Re: [Dri-devel] SF binaries still broken

2002-06-24 Thread Michael Schlueter
introduced some kind of binary incompatability? Even stranger is that it was also reported here that the problem isn't exclusive of radeon and affects voodoo cards too. But, e.g., the mach64 snapshots had given no problem. The Matrox cards are also affected. Bye, Michael

Re: [Dri-devel] SF binaries still broken

2002-06-24 Thread Michael Schlueter
Am Mon, 2002-06-24 um 20.00 schrieb Michel Dänzer: On Mon, 2002-06-24 at 18:21, Michael Schlueter wrote: Am Mon, 2002-06-24 um 16.03 schrieb José Fonseca: On Mon, Jun 24, 2002 at 01:52:06PM +0100, [EMAIL PROTECTED] wrote: In http://dri.sf.net/snapshots/cf are binaries produced

[Dri-devel] Mach64

2002-06-22 Thread Michael Thaler
, World Texture: low Skin details: low Show decals: yes dynamic lightning: yes about 12 fps Does it make a difference when I change resolution in XF86Config and not in UT? I will certainly try faster AGP transfer and bigger dma buffers. Attached is the X log. Greetings, Michael This is a pre

Re: [Dri-devel] How to trace switching to software rendering

2002-06-22 Thread Michael Schlueter
-linux.i386.tar.bz2 from http://dri.sourceforge.net/ had the same result as with the XServer from extras.tgz. So I've to do some printf into os-support/linux/drm/xf86drm.c to find that problem first (or is that a known issure?). Bye, Michael

Re: [Dri-devel] How to trace switching to software rendering

2002-06-22 Thread Michael Schlueter
Am Sam, 2002-06-22 um 20.45 schrieb Jens Owen: Michael Schlueter wrote: Hi Paul, His first name is Brian :-) Ups, sorry for that. So I've to do some printf into os-support/linux/drm/xf86drm.c to find that problem first (or is that a known issure?). Make sure your DRM driver

[Dri-devel] How to trace switching to software rendering

2002-06-21 Thread Michael Schlueter
/DRI10.htm) saying that under certain conditions the dri driver will switch into software rendering. My question now is how can I detect that switch and find the gl call that cause it? Is there a point where I can set a breakpoint or something else? Bye, Michael

Re: [Dri-devel] radeon driver on current trunk

2002-06-18 Thread Michael
with this for a few hours now, seems fine. -- Michael. Bringing you mounds of caffeinated joy http://thinkgeek.com/sf ___ Dri-devel

Re: [Dri-devel] news feeds

2002-06-14 Thread Michael
On Fri, Jun 14, 2002 at 02:14:09PM +0100, Nick Brown wrote: Are the various dri mailing list available as news groups anywhere? I know that they are archived on Geocrawler, but searching it is not available. http://marc.theaimsgroup.com/?l=dri-devel seems better -- Michael

Re: [Dri-devel] Mach64 2D accel fixed!

2002-06-13 Thread Michael Thaler
) to the mach64-0-0-3 branch. I really hope, 2D and 3D work together soon and I can switch the VTs (it is so hard to remember that you can't without crashing the computer:-)) Thanks to all developers that make the dream of 3D on the old Mach 64 come true! Greetings, Michael

Re: [Dri-devel] tuxkart, and bug reports..

2002-06-12 Thread Michael
. It now works for me (more importantly for the 3yo who actually wants to play ita) It still crashes for Keith (at least as of Monday). -- Michael. ___ Sponsored by: ThinkGeek at http://www.ThinkGeek.com

Re: [Dri-devel] tuxkart, and bug reports..

2002-06-12 Thread Michael
to play around and most important of all tests the fixes that are done and reports back, then it probably doesn't matter where they post or who/what they are. The rest deserve redhat and bugzilla ;o) -- Michael. ___ Sponsored

[Dri-devel] radeon 2 app crash

2002-06-12 Thread Michael
? Perhaps I'm missing something or completely off the wall, but adding a FlushCmdBuf to force each command buf to start with a 5 packet seems to eliminate the hang (but I'm wary that the frequent flushing may have fixed the real problem) -- Michael

Re: [Dri-devel] Default AGP mode

2002-06-12 Thread Michael
side to 4 and the kernel should check for capability as it seems to do that now. -- Michael. ___ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___ Dri-devel mailing list [EMAIL

Re: [Dri-devel] texture compression and a thing to add to the driver support list.

2002-06-09 Thread Michael
the feature from an application or you write one, or b) you invent your own API and plug it on top of DRI. -- Michael. ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http

Re: [Dri-devel] texture compression and a thing to add to the driver support list.

2002-06-09 Thread Michael
against the background, I bet. Altering the texture means you need to duplicate it, otherwise 1 shot is going to generate a lot of bullet holes you didn't fire. -- Michael. ___ Don't miss the 2002 Sprint PCS Application Developer's

Re: [Dri-devel] fixing radeon for big endian in general and PowerPC in particular

2002-06-07 Thread Michael
interrupts for video. I couldn't see much (maybe I haven't looked hard enough) that defined interrupts / status bits etc in the various competing register headers ;o) So I was really thinking aloud if that code would make it clear. -- Michael

Re: [Dri-devel] texture compression

2002-06-07 Thread Michael
decoder, the performance will sink faster than the Titanic...and will rot at the bottom of the ocean for just as long. :) On upload implies swapping which is already a 'big problem performance wise' for some applications and users so you've got negative time to do the decompression...;o) -- Michael

Re: [Dri-devel] texture compression

2002-06-07 Thread Michael
a 16-bit raw 256x256 texture image that quite probably looks worse than the original same sized texture. load into the proper place the (hopefully) smaller texture How will it be smaller? -- Michael. ___ Don't miss the 2002 Sprint PCS

Re: [Dri-devel] fixing radeon for big endian in general and PowerPC in particular

2002-06-05 Thread Michael
On Sun, Jun 02, 2002 at 06:14:08PM +0100, Michael wrote: I'll happily test any patches, just send them my way. Ok, I'll post something later... hmm, further playing around, I changed the CPWaitForIdle to use the non-CP WaitForIdle so the looping in X is in user space not system, removed

Re: [Dri-devel] fixing radeon for big endian in general and PowerPC in particular

2002-06-02 Thread Michael
in XFConfig-4 -- Michael. ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm ___ Dri-devel mailing

Re: [Dri-devel] DRI and RH 7.3

2002-05-31 Thread Michael
On Fri, May 31, 2002 at 11:56:05PM +0200, Simon Cahuk wrote: Hi, I have Rh 7.3. I can't use DRI with higher resolution then 1024x768. Why? I'm the pakcages that come with RH 7.3. Which video card? -- Michael. ___ Don't miss

Re: [Dri-devel] holidays

2002-05-31 Thread Michael
On Fri, May 31, 2002 at 11:44:15PM +0100, Keith Whitwell wrote: I'm off on a mountain-bikin' safari... I won't be checking email, back on the 10th of June. Have a good holiday. -- Michael. ___ Don't miss the 2002 Sprint PCS

Re: [Dri-devel] Radeon 7500 lockup

2002-05-29 Thread Michael
. I'd just set supposedly 28mb of ring buffer too. Now X c r a w l s at this point, but switching back to q3 you can play quake, frame rates seem fine, with just the chattering of continual *Error* out of fifo messages being written until you quit the game. -- Michael

Re: [Dri-devel] Radeon 7500 lockup

2002-05-29 Thread Michael
On Thu, May 30, 2002 at 04:10:14AM +0100, Michael wrote: I'd just set supposedly 28mb of ring buffer too. ^^^ Doh, I'm being dumb, ignore this line...different thing altogether... -- Michael. ___ Don't miss the 2002 Sprint PCS

Re: [Dri-devel] eR: Radeon 7000/Dual PIII 1Ghz Lockup

2002-05-28 Thread Michael
with 7000ve support, is the 128mb agp size, try 64mb and see if it works. Am I an idiot for trying to use the TCL driver on a non-TCL card? Not at all. The TCL driver should detect and disable the TCL parts, which are only 3d anyway and you're dying before then. -- Michael

Re: [Dri-devel] Radeon 7500 lockup

2002-05-27 Thread Michael
captured logs for three occurrences of this happening and put them at What 2d menus? From a window manager or in the app itself? I committed a patch yesterday that fixed crashes with overlapping / moving / resizing 3d windows. If you got the tree before then you might not have it. -- Michael

Re: [Dri-devel] fixing radeon for big endian in general and PowerPC in particular

2002-05-26 Thread Michael
confusion about which path is actually being used (avoiding the TAG() stuff) -- Michael. ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

Re: [Dri-devel] Tuxkart hang in radeon driver - more details

2002-05-25 Thread Michael
On Fri, May 24, 2002 at 06:35:36PM -0700, Linus Torvalds wrote: On Sat, 25 May 2002, Michael wrote: As you surmise, it takes hours, more so now, because I'm pouring through DEBUG_VERBOSE output. (I've noticed a couple of places where the packet type isn't 6 because there's no cmd[0

Re: [Dri-devel] Tuxkart hang in radeon driver - more details

2002-05-25 Thread Michael
On Sat, May 25, 2002 at 07:37:33AM +0100, Michael wrote: On Fri, May 24, 2002 at 06:35:36PM -0700, Linus Torvalds wrote: which certainly seems to imply that there are bogus command packets being sent to the kernel by tuxracer. Nod, this should be relatively easy given the nice way

  1   2   >