[Dri-devel] DRM errors on an i830

2003-06-26 Thread John
ugh the i830 source myself, but the anonymous CVS servers have been a wreck for the last few days.) Thanks for the help! John --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner.

r300_dri compiling

2005-08-21 Thread john
hi! i'm not too experienced in programming, but here it goes: but i've been able to check out the Mesa cvs and the r300 cvs. i've been trying for quite a long time, to compile r300 Mesa drivers. the drm works fine from r300 cvs, but i cant get mesa to compile. if i try to compile the r300 code f

Re: r300_dri compiling

2005-08-22 Thread john
WOW! worked like a charm! thanks! On Sunday 21 August 2005 16:01, Vladimir Dergachev wrote: > On Sun, 21 Aug 2005, john wrote: > > hi! > > i'm not too experienced in programming, but here it goes: but i've been > > able to check out the Mesa cvs and the r300 cvs. i

r300 + agpfastwrite

2005-09-18 Thread john
hello! I'm using the r300 driver from mesa+drm cvs and would like to know if there is any way of using agpfastwrite? thanx jon --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for

RE: Need sample program or tutorial

2009-05-13 Thread Bridgman, John
Couldn't DRI also be used by a non-GL direct-rendering driver, eg. for something like video acceleration ? -Original Message- From: Jerome Glisse [mailto:gli...@freedesktop.org] Sent: Wednesday, May 13, 2009 4:53 AM To: Enno Fennema Cc: dri-devel@lists.sourceforge.net Subject: Re: Need

RE: Need sample program or tutorial

2009-05-13 Thread Bridgman, John
Original Message- From: Enno Fennema [mailto:e.fenn...@tiscali.nl] Sent: Wednesday, May 13, 2009 3:57 PM To: Jerome Glisse; Bridgman, John Cc: dri-devel@lists.sourceforge.net Subject: Re: Need sample program or tutorial Jerome Glisse wrote: ... > Why do you want to use XF86DRIQueryDirectRe

Re: 2.6.31-rc2: Reported regressions from 2.6.30

2009-07-10 Thread John Dykstra
net/lists/netdev/msg100957.html. In both, the process is doing both sends and receives on raw sockets. -- John -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a lim

RE: [Patch 0/3] Resubmit VIA Chrome9 DRM via_chrome9 for upstream

2009-07-17 Thread Bridgman, John
Would something like mesa/r600_demo be appropriate ? -Original Message- From: Keith Whitwell [mailto:kei...@vmware.com] Sent: Friday, July 17, 2009 9:24 AM To: Harald Welte Cc: dri-devel@lists.sourceforge.net; richard...@via.com.tw; gre...@suse.de; brucech...@via.com.tw; josephc...@via.c

[Dri-devel] Re: Status of AMD 760MP + Radeon lockups?

2002-06-08 Thread John Karcz
modules or something? If you guys can help me get this server going, I'll test whatever debugging code you like, and test proposed fixes. I've put in some debugging code of my own, but I'm not going to use it until I get the server running. (Please cc me, because

[Dri-devel] Re: [Dri-users] problems with radeon-20021001,2 and 4 and RadeonMobility M6

2002-10-08 Thread John Jasen
6 (II) RADEON(0): [agp] AGP texture map handle = 0xe0302000 (II) RADEON(0): [agp] AGP Texture map mapped at 0x4156 (II) RADEON(0): [drm] register handle = 0xd010 (II) RADEON(0): [dri] Visual configs initialized (II) RADEON(0): CP in BM mode (II) RADEON(0): Using 8 MB AGP aperture (II) RADEON(

[Dri-devel] drm vs. drm-4.0

2003-09-26 Thread John Dennis
send me a pointer to something that documents it. I'd like to know why one implementation is picked over the other, are there version dependencies, why it exists as parallel to drm and what its trying to fix. Thanks, John -- John Dennis &l

[Dri-devel] Deadlock with radeon DRI

2003-10-02 Thread John Dennis
s issue? FWIW, I googled for this error and came up with several folks who starting around last spring started seeing the same problem, but none of the mail threads had a follow up solution. Thanks, John --- This sf.net email is sponsor

[Dri-devel] bug in light locks?

2003-10-07 Thread John Dennis
r that keeps the upstream developers happy. My personal preference is solution #3. John --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Dri-

Re: [Dri-devel] Deadlock with radeon DRI

2003-10-10 Thread John Dennis
s a minor side note, definitions of bit flags should be tagged as unsigned. Thus things like: #define DRM_LOCK_HELD 0x8000 #define DRM_LOCK_CONT 0x4000 should really be: #define DRM_LOCK_HELD 0x8000U #define DRM_LOCK_CONT 0x4000U John --

[Dri-devel] DRI proprietary modules

2003-10-16 Thread John Dennis
lace the kernel drm drivers as well? If so do they manage AGP themselves, or do they use the systems agpgart driver? Do they replace the systems agpgart driver? -- John Dennis <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: SF.ne

[Dri-devel] Re: Rainbow colors and AGP texturing (was radeon 320m and 3d problems)

2004-03-10 Thread John H.
:18:20 +0100 Subject: Re: Rainbow colors and AGP texturing (was radeon 320m and 3d problems) On Wed, 2004-03-10 at 12:24, Felix Kühling wrote:> On Mon, 8 Mar 2004 15:19:32 -0500 (EST)> "John H." <[EMAIL PROTECTED]> wrote:> > > well, your suggestion at least makes

[Dri-devel] Re: Rainbow colors and AGP texturing (was radeon 320m and 3d problems)

2004-03-13 Thread John H.
wrote:> On Mon, 8 Mar 2004 15:19:32 -0500 (EST)> "John H." <[EMAIL PROTECTED]> wrote:> > > well, your suggestion at least makes the speed ok with 800x600(which isn't that great)> > > > however, the rainbow color thing is making it unplayable(I ca

[Dri-devel] [Dri-users] Re: Rainbow colors and AGP texturing (was radeon 320m and 3d problems)

2004-03-14 Thread John H.
export RADEON_GARTTEXTURING_FORCE_DISABLE=1 i have this in /etc/profile, the machine has been rebooted since then, and rainbow problem still exists. --- On Fri 03/12, John H. < [EMAIL PROTECTED] > wrote: From: John H. [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED],

[Dri-devel] bug - execute permissions on data areas

2004-04-01 Thread John Dennis
these fixes "upstream". Full explanation in the bugzilla referenced. http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=399 -- John Dennis <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: IBM Linux Tutorial

[Dri-devel] Volunteer for GATOS/DRI/Kernel 2.6 Merge

2004-04-15 Thread John Frisk
Hello everyone, I am offically throwing in my hat to volunteer for testing and code merging for the gatos/dri/linux kernel 2.6 effort that I have seen as I lurk through the DRI and GATOS mailing lists. My current config: Debian Testing (sarge) Xfree 4.3.0 configuration Using: Kernel 2.6.5 at the m

[Dri-devel] Which card?

2003-02-05 Thread John Gay
f the limits of my C knowledge. I was hoping that getting inside the gamma and pm3 code could be enlightening, eventually. Cheers, John Gay --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = S

[Dri-devel] Re: [XFree86] Re: Security in new drivers

2003-02-14 Thread John Bartoszewski
re all users must be considered hostile this is less effective. Thanks for the infomation. John Bartoszewski Email: [EMAIL PROTECTED] Senior Systems/Security Administrator .--. Instructional Laboratories: If you are not ter

[Dri-devel] Lose $ on Markets?

2003-02-23 Thread John Wallice
Title: Free Please Read: Very Important Information for You & Your Future. Investment Bankers and Analysts Provide You With Information Only They Want to Hear...Their Buy Recommendations Always Seem Wrong...They Lose You Money...And All of That is While They Collect Big Fees

Re: [Dri-devel] Rage 128 texmem problems (was Re: Snapshots missing libGL.so?)

2003-06-06 Thread John Sheu
On Thursday 05 June 2003 11:45 am, Leif Delgass wrote: > I'm pretty sure I ran into this problem on r128 before when I tried > running at 24-bit depth with a high enough resolution. If this is the > problem, I think you'd see a message like: "Reserved 0 kb for textures at > offset 0x0" in the X lo

[Dri-devel] Test

2003-06-06 Thread John Sheu
Just a testI think my e-mail might not be getting through --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try To

Re: [Dri-devel] Rage 128 texmem problems (was Re: Snapshots missing libGL.so?)

2003-06-06 Thread John Sheu
On Thursday 05 June 2003 11:45 am, Leif Delgass wrote: > I'm pretty sure I ran into this problem on r128 before when I tried > running at 24-bit depth with a high enough resolution. If this is the > problem, I think you'd see a message like: "Reserved 0 kb for textures at > offset 0x0" in the X lo

Re: [Dri-devel] Rage 128 texmem problems (was Re: Snapshots missing libGL.so?)

2003-06-05 Thread John Sheu
On Thursday 05 June 2003 07:08 pm, Leif Delgass wrote: > Try a lower resolution and/or color depth. We can fix the segfault, but > that won't change the fact that there isn't enough on-card memory to use > 3D at the configured resolution/depth (at least with the current static > shared back buffe

[Dri-devel] Re: [Dri-users] Snapshots missing libGL.so?

2003-06-05 Thread John Sheu
Managed to get my r128 working by lowering res/bpp (duh moment) One more thing I noticed: in my wide journeys in getting my DRI to work one of the things I did was to replace my distro-supplied (Mandrake 9.1) libGL.so with the one off the DRI download site. Now that I have working 3D accel, I

Re: [Dri-devel] Rage 128 texmem problems

2003-06-06 Thread John Sheu
On Friday 06 June 2003 08:56 am, Ian Romanick wrote: > Hmmm...that is odd. The resolution should only require 7.5MB for the > front, back, and depth-buffers. That should leave about 8MB for > textures, not 800KB. Are you sure it's at 16-bpp? ~800KB left is about > rigth if you were running at

Re: [Dri-devel] Rage 128 texmem problems

2003-06-06 Thread John Sheu
On Friday 06 June 2003 10:39 am, you wrote: > On Friday 06 June 2003 08:56 am, Ian Romanick wrote: > > Hmmm...that is odd. The resolution should only require 7.5MB for the > > front, back, and depth-buffers. That should leave about 8MB for > > textures, not 800KB. Are you sure it's at 16-bpp? ~

[Dri-devel] Bin. driver packages

2003-05-30 Thread John Sheu
purposeful omission? Thanks John --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 ___ Dri-devel mailing list [EMAIL PROTEC

[Dri-devel] Re: [Dri-users] Snapshots missing libGL.so?

2003-06-05 Thread John Sheu
> I'm trying to install the binary snapshot of the radeon driver available at > http://dri.sourceforge.net/snapshots/radeon-20030603-linux.i386.tar.bz2 > > The build goes smoothly but when the script tries to install it reports: > GL & GLU libraries...ls: *: No such file or directory > > An

Re: [Dri-devel] Re: [Dri-users] Snapshots missing libGL.so?

2003-06-05 Thread John Sheu
Output of gdb on glxinfo: Starting program: /usr/X11R6/bin/glxinfo (no debugging symbols found)...[New Thread 16384 (LWP 2145)] name of display: :0.0 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 2145)] 0x4046dee5 in driSetTextureSwapCounterLocation (heap=0x

[Dri-devel] Re: [Dri-users] Snapshots missing libGL.so?

2003-06-05 Thread John Sheu
Some relevant background: About a month ago, I clean-installed Mandrake 9.1 on the system. XFree + DRI works great, except for the fact that the r128 driver was an old system and evidently had problems with my PCI Rage128 card. So I downloaded the binary driver packages and installed, with th

[Dri-devel] Re: [Dri-users] Snapshots missing libGL.so?

2003-06-05 Thread John Sheu
On Wednesday 04 June 2003 03:56 am, José Fonseca wrote: > Please do: > # gdb glxgears > > run > ... > > bt > And send the resulting backtrace to pinpoint the problem. Didn't notice you wanted the backtrace. Here it is (whole) [start] Starting program: /usr/X11R6/bin/glxi

Re: [Dri-users] Fwd: [Dri-devel] Rage 128 texmem problems (was Re: Snapshots missing libGL.so?)

2003-06-05 Thread John Sheu
Ian Romanick wrote: > Hmm...looking at the code, my guess is that rmesa->nr_heaps is 2 on Rage > 128 even on PCI cards. In gdb you can 'print rmesa->nr_heaps' to see. > You might also try 'print r128scrn->texSize[0]' and (if nr_heaps is 2) > 'print r128scrn->texSize[1]'. Since I don't have a Rage

[Dri-devel] Rage 128 texmem problems

2003-06-17 Thread John Sheu
I think it's a been a decent interval to resend The problem was with a PCI Rage128 card (16 MB video RAM) which seemed to have problems with memory allocation (i.e. 0 kb texture memory allocated at 1280 * 1024, only 4MB at 1024&768). Since the box claims 3D performance at 1280 in Windows,

RE: [Xorg] DRI merging

2004-06-13 Thread John Dennis
nularity are you suggesting? Are you assuming a device which can read and execute register settings from a memory buffer, e.g. the dma ring buffer style devices? John --- This SF.Net email is sponsored by the new InstallShield X. >From Windows t

Re: Debian packages of DRI drivers

2004-07-23 Thread John Lightsey
then I've been adding the S3TC patch and haven't put them online. If someone outside the US is willing to host them, I'll gladly share the newer versions with S3TC compiled in. John --- This SF.Net email is sponsored by BEA

Re: Debian packages of DRI drivers

2004-07-27 Thread John Lightsey
If someone > > >outside the US is willing to host them, I'll gladly share the newer > > >versions with S3TC compiled in. > > Do they have the mach64 driver compiled in ? > The July 7th version doesn't. I&

Re: No DRM kernel support for i830 ?

2004-08-11 Thread John Baldwin
e not actually ported. (Unfinished? broken? unstable?) The i830 DRM stuff is ported in a branch of DRI, but it's not in DRI head because of a security problem with the code. -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Pow

Re: No DRM kernel support for i830 ?

2004-08-12 Thread John Baldwin
On Wednesday 11 August 2004 04:01 pm, Charles Sprickman wrote: > On Wed, 11 Aug 2004, John Baldwin wrote: > > The i830 DRM stuff is ported in a branch of DRI, but it's not in DRI head > > because of a security problem with the code. > > Just out of curiousity, does this

First DRI uber-benchmark

2004-08-21 Thread John Lightsey
playing ut2003 and ut2004. I have a few more cards to benchmark for comparison. Nvidia - TNT2 and FX5200 FGLRX - Radeon 8500 AIW and Radeon 9600se I also have a Radeon 9200 that I was unable to get working with this machine. Once I have all the benchmarks together I'll make s

Re: First DRI uber-benchmark

2004-08-22 Thread John Lightsey
On Sunday 22 August 2004 04:57, Simon 'corecode' Schubert wrote: > On 22.08.2004, at 08:16, John Lightsey wrote: > > glxgears - let it run for 1 minute then marked down the highest score > > how reproducable and meaningful is a highest score? I don't know, but I >

Re: First DRI uber-benchmark

2004-08-22 Thread John Lightsey
On Sunday 22 August 2004 04:59, Felix Kühling wrote: > On Sun, 22 Aug 2004 01:16:18 -0500 > > John Lightsey <[EMAIL PROTECTED]> wrote: > > Diamond Speedstar a90 16MB (savage 4 pro+) Lots of lockups. glxgears > > gave this a disappointing 229 fps. > > There are

First DRI uber-benchmark

2004-08-22 Thread John Lightsey
IW and Radeon 9600se I also have a Radeon 9200 that I was unable to get working with this machine. Once I have all the benchmarks together I'll make some pretty little graphs. Soany suggestions, comments, feedback? John --- SF.Net

Re: First DRI uber-benchmark

2004-08-22 Thread John Lightsey
On Sunday 22 August 2004 01:52, Adam Jackson wrote: > On Sunday 22 August 2004 02:16, John Lightsey wrote: > > At any rate, here are the results of the first run. If anyone has > > suggestions for fixing any of the cards which failed in one way or > > another, I would

First DRI uber-benchmark

2004-08-22 Thread John Lightsey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I sent this message earlier, but it doesn't seem to have made it through. Subject: First DRI uber-benchmark Date: Saturday 21 August 2004 13:17 From: John Lightsey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] A while back it was sug

Re: First DRI uber-benchmark

2004-08-22 Thread John Lightsey
On Sunday 22 August 2004 05:39, Alan Cox wrote: > On Sul, 2004-08-22 at 07:16, John Lightsey wrote: > > I shut off most of the services on the machine. rcconf shows klogd, > > makedev, and sysklogd as the only services active at boot. The kernel > > used was 2.6.7-1-k7 from

Re: First DRI uber-benchmark

2004-08-22 Thread John Lightsey
ink to the graphs on Monday. John --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and F

Re: First DRI uber-benchmark

2004-08-22 Thread John Lightsey
On Sunday 22 August 2004 18:37, Ville Syrjälä wrote: > On Sun, Aug 22, 2004 at 01:16:18AM -0500, John Lightsey wrote: > > Matrox G400 32MB (mga) ... > I'm aware of two perfomance bottlenecks in the driver. > > Number one is that it always uses synchronous DMA. I have asy

Re: First DRI uber-benchmark

2004-08-23 Thread John Lightsey
On Monday 23 August 2004 12:36, Ian Romanick wrote: > John Lightsey wrote: > > Once I have all the benchmarks together I'll make some pretty little > > graphs. > > > > Soany suggestions, comments, feedback? > > First off, great work! Hopefully you'll

Segfault on RTCW with Savage

2004-09-30 Thread John Lightsey
VB->AttribPtr[a[j].attrib]; a[j].inputstride = vptr->stride; ... } vptr is null in the middle of the for loop ( j=2 is null j=0, 1, and 3 is valid.) I have no idea why this is the case, but I've attached a simple fix which eliminates the problem. John Lightsey ---

Re: Segfault on RTCW with Savage

2004-10-01 Thread John Lightsey
On Friday 01 October 2004 04:03, Keith Whitwell wrote: > John Lightsey wrote: > > A while back I mentioned on dri-devel that Savage cards will segfault > > RTCW while loading the Checkpoint demo. > > ( http://www.nixnuts.net/benchmarks/current/ ) The problem is in > > M

Re: doom3 linux client and demo has been released

2004-10-05 Thread John Lightsey
mage2d: > Assertion `texImage->TexFormat' failed. > signal caught: Aborted > si_code 0 > Trying to exit gracefully.. > [...] You need to apply the S3TC patch. You'll also need to start X with 24 bit color. It loads and runs fine with my FireGL8800, b

Re: Segfault on RTCW with Savage

2004-10-06 Thread John Lightsey
On Wednesday 06 October 2004 06:54, Felix Kühling wrote: > On Mon, 04 Oct 2004 12:09:09 +0100 > > Keith Whitwell <[EMAIL PROTECTED]> wrote: > > John, > > > > I'd say the problem is with these lines in savagetris.c: > > > > > >if (index

Re: dri_util.c:157: warning: pointer targets differ in signedness.

2004-12-28 Thread John Lightsey
ri_screen': > dri_util.c:157: warning: pointer targets in passing arg 1 of > `glXGetProcAddress' differ in signedness I ran into the same problem, but this message convinced me there was little point in trying to fix it. http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg20719.html John signature.asc Description: This is a digitally signed message part

New Debian packages built from Xorg

2005-01-05 Thread John Lightsey
build these libraries that isn't in the sample host.def for Xorg? Are they necessary for languages other than English? John signature.asc Description: This is a digitally signed message part

[r300] Radeon 9600se mostly working..

2005-02-20 Thread John Clemens
I'm guessing the X server or mesa isn't filling the buffer up fast enough at higher resolutions...but I'm new to devlopment so i don't know which buffer that would be.. thanks, john.c -- John Clemens http://www.deater.net/john john at deater.net &q

Re: [r300] Radeon 9600se mostly working..

2005-02-21 Thread John Clemens
Hi Vladimir, On Mon, 21 Feb 2005, John Clemens wrote: give it a go on my fanless 9600se (RV350 AP). How much memory do you have ? What kind of CPU and motherboard ? Duron 1.8G, 256MB ddr, old(ish) via km266 motherboard in a shuttle sk41g. Gentoo. The card has 128Mb ram. - glxinfo states r300

radeon 9600se?

2005-05-29 Thread John H.
I have xorg.conf set up to use radeon driver with big desktop mode and xinerama. It works fine, but I want acceleration. So am I correct in saying all I need to do is # Load "dri" Load "glx" uncomment the dri load, and make install your modules? ___

Re: [Dri-users] Glxinfo seg fault with Thinkpad T20 Savage IX

2005-09-28 Thread John Shillinglaw
Thanks, now for a dumb question... how far back do I need to go to get mesa without those changes, and where? Thanks again for the help. > > I have a Thinkpad T20 with a Savage IX, that is running Gentoo Linux > > with 2.6.14-rc2-mm1 kernel. > > > > In order to get direct rendering working, I ha

Radeon X1600?

2006-02-06 Thread John Clemens
1029 is about to be replaced with the 1039 which comes with the new X1600, so I'd like to know if I have to move before the 1029 disappears, or if i can wait a little while. john.c -- John Clemens http://www.deater.net/john john at deater.net &

Re: Radeon X1600?

2006-02-07 Thread John Clemens
x27;ll either have to go suck it up and buy an x700 notebook before they disappear, or gamble with a 200m and hope we can figure out the memory controller (and memory management that goes with it). john.c -- John Clemens http://www.deater.net/john john at deater.net &

Re: [Dri-users] How to build the new cvs

2006-02-28 Thread John Sheu
On Mon, 2006-02-27 at 16:42 -0500, Felix Kühling wrote: > What do you mean with "unmerge"? I think he is referring to un-intalling, the Gentoo way :) --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

driver level sub-pixel rendering?

2006-03-30 Thread John Kheit
Do these drivers do anything to support subpixel rendering of the text or screen images? Is any of that built in to the hardware acceleration, or is that done only at the operating system level?I think on the Windows side, some of the Nvidia drivers do subpixel work on the driver level.

Re: driver level sub-pixel rendering?

2006-03-30 Thread John Kheit
would be nice if the actual output to the screen would take advantage of that. On 3/30/06, Brian Paul <[EMAIL PROTECTED]> wrote: John Kheit wrote:> Do these drivers do anything to support subpixel rendering of the text> or screen images? Is any of that built in to the hardware accelera

Re: radeon r6xx DRM...

2008-06-04 Thread Bridgman, John
>>Brian Paul wrote : >>If the new driver won't be an incremental change to the existing radeon drivers, I'd recommend basing it on Gallium. The driver will be an incremental change. The 6xx family is conceptually different inside and there is a learning curve, but the basic programming model is l

[Dri-devel] Kyro II

2001-03-26 Thread John Tobin
ut it is a very cost effective card that can offer performance similar to that of a Geforce 2 with tile-based rendering. John ___ Dri-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dri-devel

[Dri-devel] Radeon SDR provlems fixed (for me at least)

2001-04-19 Thread John X
guys did to fix the Radeon SDR drivers they work great now. You guys are great! -John _ Get your FREE download of MSN Explorer at http://explorer.msn.com ___ Dri-devel mailing list [

[Dri-devel] Radeon 32MB SDR and DRI

2001-04-12 Thread John X
?subject=%5BDri-users%5D+ATI+Radeon+SDR+32MB+%22random+dots%22+problem&list=2634 So anyways, the question is: is there any hope for us to get or Radeon SDRs working? -John _ Get your FREE download of MSN Explorer at http

[Dri-devel] If anyone is interested (Radeon SDR problems)...

2001-04-15 Thread John X
at work on the DRI (my g400 is working very nicely)! -John _ Get your FREE download of MSN Explorer at http://explorer.msn.com ___ Dri-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dri-devel

[Dri-devel] Build problems with trunk

2001-05-19 Thread John Cavan
or directory It would appear that the header files are not being put in the appropriate locations. Is the build on the trunk known to be broken? Thanks, John ___ Dri-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dri-devel

Re: [Dri-devel] Re: Build problems with trunk

2001-05-21 Thread John Cavan
o be rather odd that this would be required. John ___ Dri-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dri-devel

[Dri-devel] MGA Driver Performance

2001-05-22 Thread John Tobin
t the driver stability has increased 100 fold from when I first began using the driver. I remember pulling hair out trying to get UT working last July and August. Anyhow great job and keep up the great work! -- John Tobin [EMAIL PROTECTED] http://ogre.rocky-road.net http://ogre.rocky-road.net/mga

[Dri-devel] Re: Dri-devel digest, Vol 1 #790 - 7 msgs

2001-05-24 Thread John Tobin
I tried the patch with a G400 16MB and a VIA KX133 chipset. Hard locked every time I tried to run Q3a or UT. Now I see why you don't have it enabled :) -- John Tobin [EMAIL PROTECTED] http://ogre.rocky-road.net http://ogre.rocky-road.net/cdr.shtml > > Message: 6 > From:

[Dri-devel] Re: [Xpert]Guide to debugging DRI installations

2001-06-21 Thread John Tapsell
Wouldn't it be better to point at the > DRI user guide and improve it if needed? We all know the bad aspects of > duplication... maybe, maybe not. Would be nice if you could merge the two tho. Gratz again :) John > > > -- > Earthling Michel Dänzer (MrCooper)\ Debi

Re: [Dri-devel] Radeon 8500, what's the plan?

2001-10-02 Thread John Tobin
piling and installing the driver from the tar.gz is terribly hard. As far as knowing the difference between packages, it is the end-user's responsibility to know what hardware/software he has installed on his system so that he gets the right thing. If all else fails RTFM. -- John Tobin [EMAIL

[Dri-devel] (no subject)

2001-11-28 Thread John Smith
$$$ WOW $89 for 10,000 targeted user $$$ The Cheapest Source of Traffic on the Internet... ANYWHERE... INCREDIBLE... Targeted Traffic to your website... No Pop-up's... Yes, YOU CAN flood your site on the le

[Dri-devel] compilation issues and support for Radeon 8500

2001-12-27 Thread John Goodyear
I seem to have bought a recent release of the Radeon 8500 that the DRI code doesn't recognize. So, I've been trying to build the DRI code to try to learn a bit about what's going on and maybe get X working with my card. One thing that I've run across, and possibly Karl Meisterheim as well (

[Dri-devel] DRM/DRI porting guide?

2002-01-15 Thread John Utz
L' to OpenGL but i obviously am interested in the other end of the pipeline! ) tnx! johnu -- John L. Utz III [EMAIL PROTECTED] Idiocy is the Impulse Function in the Convolution of Life ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

Re: [Dri-devel] DRM/DRI porting guide?

2002-01-17 Thread John Utz
>subsystems of an OS (OS in the generic, non-kernel sense). > Once again, we recognize the difficulties of the combo (X11+DRI+kernel), but >come-on, I didn't decide to write a 3D driver because I just managed to kick out a >5-liner Perl script and got a sugar-geek-high.

Re: [Dri-devel] DRM/DRI porting guide?

2002-01-17 Thread John Utz
, Brian, I get email from people, and I talk to > those people that have shown some investment. I've only added one or two > people. My stock answer when asked is that you should submit a patch or > two before we give access. Now one has. For the few people that have > shown

[Dri-devel] i think i have a functioning FreeBSD SiS 630e/300 agp device. howdo i test it?

2002-01-23 Thread John Utz
ually functional and acting agp-ish? note that the answer to this question is an important bit of fundamental dri-porting wisdom! tnx! johnu -- John L. Utz III [EMAIL PROTECTED] Idiocy is the Impulse Function in the Convolution of Life ___ Dr

[Dri-devel] FreeBSD SiS 630e/300 drm port: who's favorite drm implementationshould i mindlessly copy?

2002-01-23 Thread John Utz
he shape of the venn diagram that describes the intersection or union of these 2 sets. tnx! johnu -- John L. Utz III [EMAIL PROTECTED] Idiocy is the Impulse Function in the Convolution of Life ___ Dri-devel mailing list [EMAIL PROTECTED] https://l

[Dri-devel] how does drm handle chipset specific features in a generalized way?

2002-01-23 Thread John Utz
point me to examples in the code? i'd like to be pointed at examples of graphics generation(the hair and clouds stuff) and examples of hardware operation ( ie turning on DVD decoding or enabling the tv-out signal path ). -- John L. Utz III [EMAIL PROTECTED] Idiocy is the Impulse Function i

Re: [PATCH v2] drm: Keep disabled outputs disabled after suspend / resume

2010-01-07 Thread David John
On 12/31/2009 12:00 PM, David John wrote: > With the current DRM code, an output that has been powered off > from userspace will automatically power back on when resuming > from suspend. This patch fixes this behaviour. > > Tested only with the Intel i915 driver on an Intel GM45 Ex

Re: [PATCH] drm/kms: fix fbdev blanking regression

2010-01-07 Thread David John
On 01/07/2010 12:42 AM, Johan Hovold wrote: >> Yeap. The fix uncovered a bug in your driver. I haven't heard of problems >> with the other drm drivers. >> >>> The backlight is handled via the DRI driver I assume. At least >>> i9xx_crtc_dpms is called on powerdown. >> >> Can you post your dmesg a

[OOPS] radeon kms

2010-01-15 Thread John Kacur
The oops is triggered because I am missing the firmware for radeon/R700_rlc.bin and radeon/R600_rlc.bin However, I think it should be able to deal with this more gracefully. ATOM BIOS: 9498.11.22.6.0.AS03 [drm] Clocks initialized ! [drm] Detected VRAM RAM=256M, BAR=256M [drm] RAM width 128bits DD

Re: [OOPS] radeon kms

2010-01-15 Thread John Kacur
On Fri, 15 Jan 2010, John Kacur wrote: > The oops is triggered because I am missing the firmware for > radeon/R700_rlc.bin and > radeon/R600_rlc.bin > > However, I think it should be able to deal with this more gracefully. > > ATOM BIOS: 9498.11.22.6.0.AS03 > [drm] Clo

Re: [OOPS] radeon kms

2010-01-26 Thread John Kacur
On Fri, 15 Jan 2010, Jerome Glisse wrote: > On Fri, Jan 15, 2010 at 03:47:19PM +0100, John Kacur wrote: > > > > > > On Fri, 15 Jan 2010, John Kacur wrote: > > > > > The oops is triggered because I am missing the firmware for > > > rade

Re: [OOPS] radeon kms

2010-01-26 Thread John Kacur
On Tue, Jan 26, 2010 at 3:19 PM, Alex Deucher wrote: > On Tue, Jan 26, 2010 at 9:10 AM, John Kacur wrote: >> On Tue, Jan 26, 2010 at 2:59 PM, Alex Deucher wrote: >>> On Tue, Jan 26, 2010 at 8:21 AM, John Kacur wrote: >>>> >>>> >>>> On Fr

Re: [OOPS] radeon kms

2010-01-26 Thread John Kacur
On Tue, Jan 26, 2010 at 2:59 PM, Alex Deucher wrote: > On Tue, Jan 26, 2010 at 8:21 AM, John Kacur wrote: >> >> >> On Fri, 15 Jan 2010, Jerome Glisse wrote: >> >>> On Fri, Jan 15, 2010 at 03:47:19PM +0100, John Kacur wrote: >>> > &

Re: [OOPS] radeon kms

2010-01-26 Thread John Kacur
On Tue, 26 Jan 2010, Gene Heskett wrote: > On Tuesday 26 January 2010, John Kacur wrote: > >On Tue, Jan 26, 2010 at 2:59 PM, Alex Deucher wrote: > >> On Tue, Jan 26, 2010 at 8:21 AM, John Kacur wrote: > >>> On Fri, 15 Jan 2010, Jerome Glisse wrote: > >&g

Re: [OOPS] radeon kms

2010-01-26 Thread John Kacur
On Tue, 26 Jan 2010, Gene Heskett wrote: > On Tuesday 26 January 2010, John Kacur wrote: > >On Tue, Jan 26, 2010 at 3:19 PM, Alex Deucher wrote: > >> On Tue, Jan 26, 2010 at 9:10 AM, John Kacur wrote: > >>> On Tue, Jan 26, 2010 at 2:59 PM, Alex Deucher > w

Re: [OOPS] radeon kms

2010-01-26 Thread John Kacur
On Tue, Jan 26, 2010 at 9:20 PM, Alex Deucher wrote: > On Tue, Jan 26, 2010 at 9:35 AM, John Kacur wrote: >> On Tue, Jan 26, 2010 at 3:19 PM, Alex Deucher wrote: >>> On Tue, Jan 26, 2010 at 9:10 AM, John Kacur wrote: >>>> On Tue, Jan 26, 2010 at 2:59 PM, Alex Deuc

[PATCH] =?utf-8?q?radeon=5Fagp:=20Fix=20warning, =20format=20=E2=80=98%d=E2=80=99=20expects=20type=20=E2=80=98int=E2=80=99, =20but=20argument=204=20has=20type=20=E2=80=98size=5Ft=E2=80=99?=

2010-01-30 Thread John Kacur
Fix warning by using %zu instead of %d for size_t Signed-off-by: John Kacur --- drivers/gpu/drm/radeon/radeon_agp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_agp.c b/drivers/gpu/drm/radeon/radeon_agp.c index c9ad7f5..1c4e523 100644

[PATCH] radeon_agp_init fixes

2010-01-30 Thread John Kacur
radeon_agp_init fixes John Kacur (2): radeon_agp: Fix warning, format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’ radeon_agp: Move the check of the aper_size after drm_acp_acquire and drm_agp_info drivers/gpu/drm/radeon/radeon_agp.c | 15

[PATCH] radeon_agp: Move the check of the aper_size after drm_acp_acquire and drm_agp_info

2010-01-30 Thread John Kacur
First call drm_agp_acquire to check if agp has been acquired. Second call drm_agp_info to fill in the info data struct, including aper_size. Finally do the check to see if the aper_size makes sense. Signed-off-by: John Kacur --- drivers/gpu/drm/radeon/radeon_agp.c | 15 --- 1

Re: Radeon KMS regression still present in 2.6.33-rc6

2010-01-31 Thread John Kacur
is easily fixed. (following up with a patch) Assuming the patch in that link fixes the problem, the order of the check of the aper_size in radeon_agp_init appears incorrect to me. Also following up with a patch. John Kacur -

  1   2   >