(patch) linux-core/drm_stub.c doesn't compile

2006-12-16 Thread Peter Cordes
 In the latest drm git tree, line 51 of drm/linux-core/drm_stub.c tries to
set world write permissions (0666), but the kernel's
include/linux/moduleparam.h (in linux 2.6.19-mm1) has a BUILD_BUG_ON_ZERO
check against that, so you get an array has negative size error.

 Changing S_IRUGO|S_IWUGO to S_IRUGO|S_IWUSR|S_IWGRP makes drm_stub.c
compile ok.  (So not really a patch; I hope my subject line didn't get your
hopes up :)

 I should admit that I don't really know much about git;  I followed the
build instructions on the wiki (successfully; good instructions BTW), and did a
git clone git://anongit.freedesktop.org/git/mesa/drm
a few days ago.  Today I did a  git pull.  AFAICT, the latest commit in my
copy of the tree is 38ed67196f4ba891568c5ff66e67ced341696eb9, 2006/12/15.

 Using gitk, I see the commit that actually changed 0600 to S_IRUGO|S_IWUGO was
fa50e2b5132b84353ae964a39c3b10ea270d15e8 (Switch linux-core over to 2.6
parameter model to enable debug use), 2004/10/18.


 Now there's another compile error:
[EMAIL PROTECTED]:/usr/local/src/g965/drm/linux-core$ make
make -C /lib/modules/2.6.19-mm1/source  SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[1]: Entering directory `/usr/local/src/linux/linux-2.6.19-mm1'
  CC [M]  /usr/local/src/g965/drm/linux-core/drm_bo.o
/usr/local/src/g965/drm/linux-core/drm_bo.c: In function 
'drm_bo_destroy_locked':
/usr/local/src/g965/drm/linux-core/drm_bo.c:198: warning: passing argument 1 of 
'schedule_delayed_work' from incompatible pointer type
/usr/local/src/g965/drm/linux-core/drm_bo.c: In function 
'drm_bo_delayed_workqueue':
/usr/local/src/g965/drm/linux-core/drm_bo.c:370: warning: passing argument 1 of 
'schedule_delayed_work' from incompatible pointer type
/usr/local/src/g965/drm/linux-core/drm_bo.c: In function 'drm_bo_driver_finish':
/usr/local/src/g965/drm/linux-core/drm_bo.c:1864: warning: passing argument 1 
of 'cancel_delayed_work' from incompatible pointer type
/usr/local/src/g965/drm/linux-core/drm_bo.c:1907:51: error: macro INIT_WORK 
passed 3 arguments, but takes just 2
/usr/local/src/g965/drm/linux-core/drm_bo.c: In function 'drm_bo_driver_init':
/usr/local/src/g965/drm/linux-core/drm_bo.c:1907: error: 'INIT_WORK' undeclared 
(first use in this function)
/usr/local/src/g965/drm/linux-core/drm_bo.c:1907: error: (Each undeclared 
identifier is reported only once
/usr/local/src/g965/drm/linux-core/drm_bo.c:1907: error: for each function it 
appears in.)
make[2]: *** [/usr/local/src/g965/drm/linux-core/drm_bo.o] Error 1
make[1]: *** [_module_/usr/local/src/g965/drm/linux-core] Error 2
make[1]: Leaving directory `/usr/local/src/linux/linux-2.6.19-mm1'
make: *** [modules] Error 2

-- 
#define X(x,y) x##y
Peter Cordes ;  e-mail: X([EMAIL PROTECTED] , des.ca)

The gods confound the man who first found out how to distinguish the hours!
 Confound him, too, who in this place set up a sundial, to cut and hack
 my day so wretchedly into small pieces! -- Plautus, 200 BC


signature.asc
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [PATCH] drm/linux-core: drmP.h compilation fix

2006-12-16 Thread Michel Dänzer
On Fri, 2006-12-15 at 14:24 +0100, Michael Buesch wrote:
 I need the following patch to fix compilation of
 latest drm/linux-core on my ppc64 machine.

Pushed, thanks.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9339] ATI Radeon 9250 PCI Intel Corporation 82865G Integrated Graphics Controller

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9339  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|dri-|[EMAIL PROTECTED]
   |[EMAIL PROTECTED] |
 Status|NEEDINFO|NEW
  Component|DRM modules |Server/general
Product|DRI |xorg
Version|XOrg CVS|7.1




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 02:41 ---
(In reply to comment #11)
 Can I have a explication of this option to understand why I need it ?

AIGLX stands for Accelerated Indirect GLX; it's a technique that uses the DRI 3D
driver from the server to accelerate indirect rendering. For some reason yet to
be determined, this causes trouble with your configuration. My first guess would
be that it could be related to the fact that AIGLX gets enabled on one screen
but not the other.

Can you try redirecting stdout and stderr of the X server process and see if
that contains anything interesting?  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9339] ATI Radeon 9250 PCI Intel Corporation 82865G Integrated Graphics Controller

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9339  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-12-15 04:09 ---
(In reply to comment #6)
 (In reply to comment #3)
 
 Does this also happen if you start the X server on the Radeon card only?
 
 No freeze with the radeon only.

I have test the radeon only but I have a other problem :
At the end of a certain time (more or less long) I have a black screen and I
need to reboot...

 
 Thanks
 
 Adeline

  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9348] Hard Lockup with Ati X600 X.Org 7.1.1 caused by libdri.so

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9348  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 03:18 ---
(In reply to comment #0)
 (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
 (II) Module dri: vendor=X.Org Foundation
   compiled for 7.1.99.903, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
 (II) Loading extension XFree86-DRI

If it always happens in the same place, even when re-mounting the filesystem
that contains the log file with -o sync, I suspect the problem is actually an
unresolved symbol from libdrm. Try looking at the X server's stdout and stderr
output.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9339] ATI Radeon 9250 PCI Intel Corporation 82865G Integrated Graphics Controller

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9339  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-12-15 04:11 ---
(In reply to comment #8)
 Another possible test (instead of ssh) is to start some MP3 player, and while 
 it
 is playing a song, attempt to produce this bug. Does music continue playing
 after the freeze?

No music doesn't continue playing after the freeze.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: DRI on FreeBSD with a PCIe X800

2006-12-16 Thread Adam K Kirchhoff

So I thought I might try and debug this problem further...

I was looking at the various options in the radeon man page and came 
across the BusType option.  I had tried both leaving that option out, 
and setting the option to PCIE.  This morning, I decided to try 
setting it to PCI though, according to the man page, PCIE simply 
falls back to PCI at the present time, so I figured it wouldn't make a 
difference...  Except that it does make a difference.  If I set the 
BusType to PCI dmesg shows:

info: [drm] Initialized radeon 1.25.0 20060524
info: [drm] Setting GART location based on new memory map
error: [drm:pid1311:radeon_do_init_cp] *ERROR* Cannot use PCI Express 
without GART in FB memory

The only thing different that shows up in the Xorg log file is:

(WW) RADEON(0): Direct rendering disabled

This is after all the usual DRI setup including the opening of the 
/dev/dri/card0 device.

I'm not sure if this is at all related to the problem I'm seeing when I 
use BusType PCIE and get the screen corruption...  However, at the 
very least it shows that BusType PCIE does not, in fact, fall back to 
PCI and something is being setup differently.

If anyone wants to look at the full Xorg from the PCI session, it's 
available at:

http://www.visualtech.com/Xorg.0.log.PCI.txt.gz

Dmesg:

http://www.visualtech.com/dmesg.txt.gz

If anyone has any tips or pointers on debugging either of these problems 
further, I'm all ears :-)

Adam

Adam K Kirchhoff wrote:
 For anyone interested in following this, I've opened up a problem
 report:

 http://www.freebsd.org/cgi/query-pr.cgi?pr=106370

 Adam

   
 Hello all,

 I'm having a problem getting direct rendering working on one of
 my 
 workstations.  I'm running -CURRENT from November 17th with Xorg 
 installed from the modular Xorg ports tree yesterday (though I first 
 noticed this a couple weeks back when I built modular Xorg using
 jhbuild):

 [ [EMAIL PROTECTED] - ~ ]: Xorg -version

 X Window System Version 7.1.1
 Release Date: 12 May 2006
 X Protocol Version 11, Revision 0, Release 7.1.1
 Build Operating System: FreeBSD 7.0-CURRENT i386
 Current Operating System: FreeBSD sorrow.ashke.com 7.0-CURRENT
 FreeBSD 
 7.0-CURRENT #7: Tue Nov 14 08:33:41 EST 2006 
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386
 Build Date: 28 November 2006
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
 Module Loader present

 If I boot up with DRI enabled in the config file, the server starts,
 but 
 the very top of the screen shows some visual corruption. 

 http://www.visualtech.com/screenshot.png

 I dropped the resolution of the image from 2304x864 to 1600x800, but
 you 
 can still make out the corruption.  What's particularly odd, though,
 is 
 that the root window is never drawn.  The background you see is
 actually 
 the background from my previous X session (when I had DRI disabled), 
 using windowmaker.  This time I launched X and had fvwm2 in
 my .xinitrc 
 file (you can see the outline of the fvwm pager in the screenshot, 
 though that never finished drawing, either).

 After that nothing else gets drawn.  I can move the mouse pointer,
 but 
 that's about it.  I can safely kill X and restart it, but the same
 thing 
 happens unless I disable DRI.

 In comparison, I have another workstation with an AGP x700.  -CURRENT 
 from the same date, and modular Xorg from the ports tree from
 yesterday, 
 too.  It works just fine (start up fine, and the mesa demos run with 
 acceleration). 

 You can find the Xorg log file from the PCIe system at 
 http://www.visualtech.com/Xorg.0.log.gz

 Any ideas?  Thanks!

 Adam

 

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-x11
 To unsubscribe, send any mail to [EMAIL PROTECTED]

   


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8859] undefined symbol drmCloseOnce in i915_dri.so

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=8859  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 07:52 ---
(In reply to comment #13)
 I've just released libdrm 2.3.0 with drmOpenOnce and drmCloseOnce in the API,
 I've removed them from libGL, and checked in a patch to the X server to use 
 the
 system libdrm instead...
 
 so in theory with libdrm 2.3.0, + a new X server it should all work.
 
 

How new an x-server, and where is the best place to get it? 

I don't suppose I would be able to find ubuntu packages with a recent enough
x-server? I've been struggling to compile xserver for myself, for some reason.
The 'compilexservermanually' wiki page is quite complicated.

I'm getting this issue after recompiling mesa. Everything seems to work but
opengl applications won't work, and neither will xgl :(

Cheers,

Pete  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8635] [r200] Driver does not support GLX_SGI_make_current_read

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=8635  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

OtherBugsDependingO||
  nThis||




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 09:43 ---
punting from 7.2 release tracker  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8636] [r300] Driver does not support GLX_SGI_make_current_read

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=8636  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

OtherBugsDependingO||
  nThis||




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 09:43 ---
punting from 7.2 release tracker  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8639] [via / unichrome] Driver does not support GLX_SGI_make_current_read

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=8639  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

OtherBugsDependingO||
  nThis||




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 09:44 ---
punting from 7.2 release tracker  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8640] [i810] Driver does not support GLX_SGI_make_current_read

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=8640  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

OtherBugsDependingO||
  nThis||




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 09:44 ---
punting from 7.2 release tracker  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9370] New: New device id for VIA K8M890

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9370  
 
   Summary: New device id for VIA K8M890
   Product: DRI
   Version: DRI CVS
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: DRM modules
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


The K8M890 is yet another VIA chipset. Adding the pci id to the list is the only
needed change to make DRI work with this chipset. The attached patch also fixes
the description for an earlier VIA chipset, which was not correct.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8639] [via / unichrome] Driver does not support GLX_SGI_make_current_read

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=8639  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 14:31 ---
Seems to be implemented, seems that Ian just forgot to update this bug:
http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commit;h=d7815f59134b0fb5cb3b56b72b22ba55002265ac
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9370] New device id for VIA K8M890

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9370  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 14:31 ---
Created an attachment (id=8141)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=8141action=view)
k8m890 id and 'P4VM800pro' description fix
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: DRI on FreeBSD with a PCIe X800

2006-12-16 Thread Dave Airlie

 I was looking at the various options in the radeon man page and came
 across the BusType option.  I had tried both leaving that option out,
 and setting the option to PCIE.  This morning, I decided to try
 setting it to PCI though, according to the man page, PCIE simply
 falls back to PCI at the present time, so I figured it wouldn't make a
 difference...  Except that it does make a difference.  If I set the
 BusType to PCI dmesg shows:

PCIE never falls back to PCI so the manpage is wrong, this used to be true 
before I implemented PCIE GART support, the PCIE cards don't have the PCI 
gart unlike the AGP cards..

Dave.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8859] undefined symbol drmCloseOnce in i915_dri.so

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=8859  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 15:26 ---
Disable AIGLX if you server is giving the problem.

If it is a client side problem then just your installed libGL or libdrm is 
old...
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9074] X locks with black screen on startup with ATI RV370 5B64 [FireGL V3100 (PCIE)]

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9074  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 21:50 ---
Any idea how to debug this further? I'm still having no luck with the newest drm
modules from git and the newest ati driver from git.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9074] X locks with black screen on startup with ATI RV370 5B64 [FireGL V3100 (PCIE)]

2006-12-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9074  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-12-16 21:54 ---
try disabling AIGLX

Section ServerFlags
Option AIGLX False
EndSection  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel