Re: 2.6.34-rc3-git6: Reported regressions from 2.6.33

2010-04-07 Thread John W. Linville
chik > Date : 2010-03-16 22:03 (23 days old) I sent a pull request with the patch for this to Dave M. today. :-) John -- John W. LinvilleSomeday the world will need a hero, and you [email protected] might be all we

RE: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-19 Thread Bridgman, John
Pulling drm back out of the kernel tree seems like a hard sell, but the ddx/mesa hw driver/libdrm set seemed like it might be a good candidate for grouping. I guess the core question is whether we expect the X-to-ddx and mesa-to-hw-driver interfaces to be more or less volatile than the ddx-to-

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

2010-01-31 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

[PATCH 1/2] =?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-31 Thread John Kacur
- Fix warning by using %zu instead of %d for size_t - Fix spelling mistake, "to" should be "too". 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.

[PATCH 0/2] radeon_agp_init fixes

2010-01-31 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’. Also fix grammar/spelling error, change "to" to "too" radeon_agp: Move the check of the aper_size after drm_acp_acquire

Re: [PATCH] radeon_agp: Fix warning, format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’

2010-01-31 Thread John Kacur
On Sun, 31 Jan 2010, Dan Nicholson wrote: > On Sat, Jan 30, 2010 at 12:51 PM, John Kacur wrote: > > 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 file

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 -

[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

[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

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

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, 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, 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, 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 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-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

[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: [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

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 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:[email protected]] Sent: Friday, July 17, 2009 9:24 AM To: Harald Welte Cc: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]

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: Need sample program or tutorial

2009-05-13 Thread Bridgman, John
Original Message- From: Enno Fennema [mailto:[email protected]] Sent: Wednesday, May 13, 2009 3:57 PM To: Jerome Glisse; Bridgman, John Cc: [email protected] Subject: Re: Need sample program or tutorial Jerome Glisse wrote: ... > Why do you want to use XF86DRIQueryDirectRe

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:[email protected]] Sent: Wednesday, May 13, 2009 4:53 AM To: Enno Fennema Cc: [email protected] Subject: Re: Need

[[email protected]: Re: [RFC] page flipping/buffer swap for DRI2]

2009-02-16 Thread Peter John Garrone
- Forwarded message from Peter John Garrone - From: Peter John Garrone To: Jesse Barnes Subject: Re: [RFC] page flipping/buffer swap for DRI2 On Fri, Feb 13, 2009 at 04:44:08PM -0800, Jesse Barnes wrote: > On Friday, February 13, 2009 4:18 pm Peter John Garrone wrote: > > In

Re: [RFC] page flipping/buffer swap for DRI2

2009-02-13 Thread Peter John Garrone
In reply to Jesse Barnes post. I'm not on top of the finer details, being a consumer rather than a developer. I have the following queries: 1) Is the buffer flip to be synchronous in the hardware, or to be implemented as a software interrupt? 2) By fullscreen, do you mean covering one or all scre

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

RE: old notebook supported by DRI

2007-08-24 Thread John Bridgman
Rage Mobility is closer to Rage Pro, ie one generation before Rage 128. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacek Poplawski Sent: Friday, August 24, 2007 5:18 PM To: DRI developer's list Subject: old notebook supported by DRI I want

PBO and TNPOT for Intel hardware

2007-07-12 Thread John McCutchan
these features blocking on the new memory manager? 3) Assuming that the answer to 1) is Yes, any chance of getting an ETA of when this might be implemented? -- John McCutchan <[EMAIL PROTECTED]> - This SF.net emai

What can the FSF do to help?

2006-09-11 Thread John Sullivan
gestions or feedback that the developers on the list have for what could be done. (I'll stay subscribed to the list -- or please point me in a different direction if there is a more appropriate list for this.) Thanks, -- John Sullivan Program Administrator| Phone: (617)542-5942 x23

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

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: [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

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 &

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: [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

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: 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_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

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: [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

[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

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

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/[email protected]/msg20719.html John signature.asc Description: This is a digitally signed message part

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: 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-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

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: 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

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-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 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

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 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
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 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

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 >

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: 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

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: 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: 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: [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

[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] 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] [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] 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] 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] 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

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] 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-

[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] 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

Re: [Dri-devel] ERROR COMPILING - DRI Driver Installation (R E P O S T)

2003-07-02 Thread John R. Tomawski
the same errors. > Also try just doing: > > make -f Makefile.linux radeon.o > > on /home/john/dripkg/drm and see if it helps. - Original Message - From: "José Fonseca" <[EMAIL PROTECTED]> To: "John R. Tomawski" <[EMAIL PROTECTED]> Cc:

[Dri-devel] ERROR COMPILING - DRI Driver Installation (R E P O S T)

2003-07-02 Thread John R. Tomawski
After I see this:   Compiling... ERROR: Kernel modules did not compile   I get the following in dri.log, when I try sh install.sh   make -f Makefile.linux DRM_MODULES=radeon.o modulesmake[1]: Entering directory `/home/john/dripkg/drm'make -C /lib/modules/2.4.20-8/build  SUBDIRS

[Dri-devel] Error compiling - DRI Driver Installation

2003-06-29 Thread John R. Tomawski
After I see this:   Compiling... ERROR: Kernel modules did not compile   I get the following in dri.log, when I try sh install.sh   make -f Makefile.linux DRM_MODULES=radeon.o modulesmake[1]: Entering directory `/home/john/dripkg/drm'make -C /lib/modules/2.4.20-8/build  SUBDIRS

[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.

[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: [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

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? ~

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

[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

[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 (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

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] 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

[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

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
> 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

[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] 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

[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

Re: [Dri-devel] problem with DRM/Radeon 7000

2003-02-12 Thread John P. Looney
ld also > show up in the dmesg output? Weird... I went back, and realised that the error I was getting was the old one...the very old one. Which you said use "export MESA_NO_SSE=1" to banish. I did so, and it's fine. Yay. Thanks! John --

Re: [Dri-devel] problem with DRM/Radeon 7000

2003-02-12 Thread John P. Looney
Is this good ? > > Yes, it means the DRI should work once the DRM is new enough. Hmm. OK, so I've to match the DRM date and the renderer date. And it looks like the DRM is really old. OK, I'll try update that...properly. John --

Re: [Dri-devel] problem with DRM/Radeon 7000

2003-02-12 Thread John P. Looney
'm no longer sure what libraries are supposed to be used). glxinfo -v does output; OpenGL renderer string: Mesa DRI Radeon 20021125 AGP 1x x86/MMX/SSE NO-TCL OpenGL version string: 1.2 Mesa 5.0 Is this good ? John --- This SF.NET

Re: [Dri-devel] problem with DRM/Radeon 7000

2003-02-11 Thread John P. Looney
nfb 17888 0 (unused) fbcon-cfb24 4320 0 [radeonfb] fbcon-cfb8 3392 0 [radeonfb] fbcon-cfb32 3744 0 [radeonfb] fbcon-cfb16 4032 0 [radeonfb] Should the radeon.o not

Re: [Dri-devel] problem with DRM/Radeon 7000

2003-02-11 Thread John P. Looney
On Mon, Feb 10, 2003 at 11:24:58PM +0100, Jacek Pop³awski mentioned: > On Mon, Feb 10, 2003 at 06:31:37PM +0000, John P. Looney wrote: > > Hi, I was using the old Radeon drivers that shipped with a dist-upgraded > > Woody, though they were mostly fine in Quake3, in Wolfenst

Re: [Dri-devel] problem with DRM/Radeon 7000

2003-02-11 Thread John P. Looney
On Tue, Feb 11, 2003 at 12:36:54AM +0100, Michel Dänzer mentioned: > On Mon, 2003-02-10 at 19:31, John P. Looney wrote: > > Hi, I was using the old Radeon drivers that shipped with a dist-upgraded > > Woody, though they were mostly fine in Quake3, in Wolfenstien, there were >

[Dri-devel] problem with DRM/Radeon 7000

2003-02-10 Thread John P. Looney
START|0x400}, {0x80d5014, [ILL], SA_RESTART|0x400}, 8) = 0 6882 rt_sigaction(SIGFPE, {0x464d26d4, [FPE], SA_RESTART|0x400}, {0x80d5014, [FPE], SA_RESTART|0x400}, 8) = 0 6882 --- SIGFPE (Floating point exception) --- Could this be a problem wit

  1   2   >