Re: [Dri-users] Stuck with FC4 / i915 Graphics

2005-12-07 Thread Sergio Monteiro Basto
On Wed, 2005-12-07 at 10:53 +0100, Joachim Frieben wrote:
> There is no need to tweak "xorg.cf" 

Well the philosophy of the patches in .specs, is to be upstream into
Xorg sources. 
BTW: So all the patches there, except customizations, still candidates
to be upstream. 

> in order to build experimental
> DRI drivers. This is easily done in "xorg.spec" by adding "savage"
> to "DevelDRIDrivers" and setting "#define BuildDevelDRIDrivers YES"
> 

Savage no longer need be a DevelDRIDriver, you can put it on DRIDrivers
without needing #define BuildDevelDRIDrivers YES

> > btw, the site is updated ! :)
> > http://sergiomb.no-ip.org/xorg/xorgRC3

-- 
Sérgio M.B.


smime.p7s
Description: S/MIME cryptographic signature


Re: [Dri-users] Stuck with FC4 / i915 Graphics

2005-12-07 Thread Joachim Frieben
There is no need to tweak "xorg.cf" in order to build experimental
DRI drivers. This is easily done in "xorg.spec" by adding "savage"
to "DevelDRIDrivers" and setting "#define BuildDevelDRIDrivers YES"

> btw, the site is updated ! :)
> http://sergiomb.no-ip.org/xorg/xorgRC3




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-users] Stuck with FC4 / i915 Graphics

2005-12-06 Thread Sergio Monteiro Basto
btw, the site is updated ! :)
http://sergiomb.no-ip.org/xorg/xorgRC3  


On Tue, 2005-12-06 at 22:42 +0800, Steph wrote:
> Ok, here is what I have installed: Fedora Core 4, Updated using Yum,
> Using xorg-x11-6.8.99.14-3 from here
> (http://sergiomb.no-ip.org/xorg/xorgRC2/ - followed the instructions
> on that page to install it). I have a motherboard with the Intel 915
> chipset on it.
This statement is a little confuse, you update Fedora with yum and 
build rpms with xorg-x11-6.8.99.902 sources is that it ?


-- 
Sérgio M.B.


smime.p7s
Description: S/MIME cryptographic signature


Re: [Dri-users] Stuck with FC4 / i915 Graphics

2005-12-06 Thread Joachim Frieben
Your snapshot is completely outdated. It is from July 2005 whereas
we are at 6.8.99.903 right now. This may cause the problems that you
are reporting. Try to rebuild the RPM packages using:

  http://xorg.freedesktop.org/snapshots/xorg-x11-6.8.99.903.tar.bz2

Some patches might have been applied upstream and can be dropped now.
Your kernel DRM however seens to be up to date.

>
> Ok, here is what I have installed: Fedora Core 4, Updated using Yum,
> Using xorg-x11-6.8.99.14-3 from here
> (http://sergiomb.no-ip.org/xorg/xorgRC2/ - followed the instructions
> on that page to install it). I have a motherboard with the Intel 915
> chipset on it.
>




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-users] Stuck with FC4 / i915 Graphics

2005-12-06 Thread Felix Kühling
This is the second report of an i810 user getting a black screen. In
both cases the server log files submitted are incomplete. Something is
going wrong here, but I don't know what it is. Can anyone familiar with
the i810 driver comment?

Lilian, Steph: could you provide one more data-point? When you started X
and the screen is blank, can you switch virtual consoles or log in via
ssh and check if the Xserver is still running (ps aux | grep X). The
incomplete log files make me believe that the Xserver may be dying a
rather horrible death for some reason in the middle of the driver
initialization.

Thanks,
  Felix

Am Dienstag, den 06.12.2005, 22:42 +0800 schrieb Steph:
> Hi All,
> 
> I have been trying to get DRI for my Fedora Core 4 install with no
> luck. Been at it on and off for about 4 days and have tried just about
> everything I can think of, so I figured it was time to ask for help! I
> am fairly familiar with linux, have no problems working in the
> console, compiling for source etc, although I have very little
> understanding of how the kernel and related modules work.
> 
> Ok, here is what I have installed: Fedora Core 4, Updated using Yum,
> Using xorg-x11-6.8.99.14-3 from here
> (http://sergiomb.no-ip.org/xorg/xorgRC2/ - followed the instructions
> on that page to install it). I have a motherboard with the Intel 915
> chipset on it.
> 
> Right now I can only get X to start using the 'vesa' driver, and not
> at all using the i810 driver. I cant get the i915 driver to load.
> 
> A few things:
> 
> Result of "dmesg | grep drm" (run while X was running with Vesa
> driver):
> [drm] Initialized drm 1.0.1 20051102
> [drm] Initialized i915 1.2.0 20041217 on minor 0:
> [drm] Module unloaded
> Result of "dmseg | grep agp" (run while X was running with Vesa
> driver):
> Linux agpgart interface v0.101 (c) Dave Jones
> agpgart: Detected an Intel 915G Chipset.
> agpgart: Detected 32508K stolen memory.
> agpgart: AGP aperture is 256M @ 0xd000
> When I try and startx with the i810 driver, I just get a blank screen,
> but no obvious errors in the logfile! I have attached the X logfile.
> 
> Can anyone give me any advice where I go next? Unfortunatly I have to
> use Maya (3d program) for work, and since the License uses the mac
> address on the network card, I can use the linux version as well as
> the windows one on my machine. Unfortunatly it wont work properly
> without the right graphics driver :-(
> 
> Any help would be much appreciated,
> 
> Thanks,
> 
>Steph
> 

-- 
| Felix Kühling <[EMAIL PROTECTED]> http://fxk.de.vu |
| PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3  B152 151C 5CC1 D888 E595 |



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel