Unidentified subject!

2001-04-12 Thread skdjfh






glide bug or DRI bug?

2001-04-12 Thread Taral
[Cc: me, I'm not on this list.]

Okay, I finally got DRI working on my v3 2k LC. (Turns out glide 3 is
required.) However, when I run glxinfo, my screen gamma changes. And it
doesn't change back when glxinfo quits. Anyone know how to track this
one down?

P.S. Do the 4.0.3-0pre1v1 packages properly support DRI? I heard that
the 4.0.2 packages don't (I use Mercury's packages.)

-- 
Taral <[EMAIL PROTECTED]>
Please use PGP/GPG encryption to send me mail.
"Any technology, no matter how primitive, is magic to those who don't
understand it." -- Florence Ambrose


pgpJahOpGAMms.pgp
Description: PGP signature


Re: XFree 4.0.3 debs

2001-04-12 Thread Charl P. Botha
On Wed, Apr 11, 2001 at 07:02:30PM -0500, Branden Robinson wrote:
> On Wed, Apr 11, 2001 at 04:22:38PM +0200, Waldemar Brodkorb wrote:
> > Why libXv.so is not integrated in the new pre-debs from
> > Branden Robinson's site?
> 
> Because the upstream build process does not compile a shared version.  Xv
> is at present available only as a static library.
> 
> > It is needed by applications like xine to view
> > VCD or DVD in fullscreenmode.
> 
> Yes, and they can link it in statically.
> 

Alternatively, you could do the following (as root, in /usr/X11R6/lib):
ld --whole-archive -shared -o libXxf86dga.so libXxf86dga.a
ld --whole-archive -shared -o libXv.so libXv.a

This tends to do the trick at least for livid (the last time I checked).

-- 
charl p. botha  | computer graphics and cad/cam 
http://cpbotha.net/ | http://www.cg.its.tudelft.nl/



XF86Config-4 not generated

2001-04-12 Thread Chris Stork
Hi,

since I did not find an /etc/X11/XF86Config-4 file after upgrading to X
Windows (4.0.2-7), I did

dpkg-reconfigure xserver-free86

answered all the questions, and expected that a new XF86Config-4 would be
produced.  But still no, I could not find any file of that name on my whole
system...

(I know that I can just run xf86config myself.  I'm just wondering if that
is a bug in Debian's config scripts...)

-- 
Chris Stork   http://www.ics.uci.edu/~cstork/



Ultra60

2001-04-12 Thread B.C.J.O

I have an Ultra60 with a type6 keyboard, 'crossbow' mouse, and a creator3d
frame buffer. I've been trying to get XF4 running for some time now, but I
can't find appropriate input clauses for my keyboard and mouse to get the
xsession going. Any help is greatly appreciated.

Brian
[EMAIL PROTECTED]

"You can't depend on your judgement when your imagination
is out of focus."   -- Mark Twain



Re: XFree 4.0.3 debs

2001-04-12 Thread Charl P. Botha
On Fri, Apr 13, 2001 at 01:08:42PM +1200, Carey Evans wrote:
> "Charl P. Botha" <[EMAIL PROTECTED]> writes:
> 
> [...]
> 
> > ld --whole-archive -shared -o libXv.so libXv.a
> > 
> > This tends to do the trick at least for livid (the last time I checked).
> 
> Although you gain very little from doing this, since the code won't
> have been compiled with -fPIC.

I-t  d-o-e-s  t-h-e  t-r-i-c-k  f-o-r  l-i-v-i-d.  I can go slower. :)

-- 
charl p. botha  | computer graphics and cad/cam 
http://cpbotha.net/ | http://www.cg.its.tudelft.nl/



Re: XFree 4.0.3 debs

2001-04-12 Thread Carey Evans
"Charl P. Botha" <[EMAIL PROTECTED]> writes:

[...]

> ld --whole-archive -shared -o libXv.so libXv.a
> 
> This tends to do the trick at least for livid (the last time I checked).

Although you gain very little from doing this, since the code won't
have been compiled with -fPIC.

-- 
 Carey Evans  http://home.clear.net.nz/pages/c.evans/

"Quiet, you'll miss the humorous conclusion."



DRI fails to work with no errors?

2001-04-12 Thread Benjamin Redelings I
Hi, according to /proc/pci, I have a "ATI Technologies Inc 3D Rage Pro
AGP 1X/2X".

I compiled agp and the r128 DRI driver for kernel 2.4.3-ac5.
This seems to work: I get these messages:

agpgart: AGP aperture is 64M @ 0xf800

[drm] AGP 0.99 on Intel 440BX @ 0xf800 64MB
[drm] Initialized r128 2.1.2 20001215 on minor 63

However, glxinfo says I'm not running with direct rendering enabled, and
sure enough, there is nothing in my /var/log/XFree86.0.log file to
indicate that drm loaded successfull (or not) except this:


(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules-dri/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.0.99.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1

When XAA is initialized, I just get this:

(==) ATI(0): Write-combining range (0xf500,0x80)
(II) ATI(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
20 128x128 slots
5 256x256 slots
(==) ATI(0): Backing store disabled

No complaints, no nothing.
I first was using Branden's debs, but then I installed
xserver-xfree86-dri and added the two lines to my /etc/X11/XF86Config-4
file, and I get the same results.

I suppose I should fetch and compile the dri modules from the sources at
dri.sourceforge.net?  However, is there anyway to find out why drm is
NOT loading already?

Thanks a lot,
-BenRI
-- 
Einstein did not prove that everything is relative.
Einstein explained how the speed of light could be constant.
Benjamin Redelings I  <>< http://www.bol.ucla.edu/~bredelin/



XF86Config-4 not generated

2001-04-12 Thread Chris Stork

Hi,

since I did not find an /etc/X11/XF86Config-4 file after upgrading to X
Windows (4.0.2-7), I did

dpkg-reconfigure xserver-free86

answered all the questions, and expected that a new XF86Config-4 would be
produced.  But still no, I could not find any file of that name on my whole
system...

(I know that I can just run xf86config myself.  I'm just wondering if that
is a bug in Debian's config scripts...)

-- 
Chris Stork   http://www.ics.uci.edu/~cstork/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Ultra60

2001-04-12 Thread B.C.J.O


I have an Ultra60 with a type6 keyboard, 'crossbow' mouse, and a creator3d
frame buffer. I've been trying to get XF4 running for some time now, but I
can't find appropriate input clauses for my keyboard and mouse to get the
xsession going. Any help is greatly appreciated.

Brian
[EMAIL PROTECTED]

"You can't depend on your judgement when your imagination
is out of focus."   -- Mark Twain


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: XFree 4.0.3 debs

2001-04-12 Thread Charl P. Botha

On Fri, Apr 13, 2001 at 01:08:42PM +1200, Carey Evans wrote:
> "Charl P. Botha" <[EMAIL PROTECTED]> writes:
> 
> [...]
> 
> > ld --whole-archive -shared -o libXv.so libXv.a
> > 
> > This tends to do the trick at least for livid (the last time I checked).
> 
> Although you gain very little from doing this, since the code won't
> have been compiled with -fPIC.

I-t  d-o-e-s  t-h-e  t-r-i-c-k  f-o-r  l-i-v-i-d.  I can go slower. :)

-- 
charl p. botha  | computer graphics and cad/cam 
http://cpbotha.net/ | http://www.cg.its.tudelft.nl/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: XFree 4.0.3 debs

2001-04-12 Thread Carey Evans

"Charl P. Botha" <[EMAIL PROTECTED]> writes:

[...]

> ld --whole-archive -shared -o libXv.so libXv.a
> 
> This tends to do the trick at least for livid (the last time I checked).

Although you gain very little from doing this, since the code won't
have been compiled with -fPIC.

-- 
 Carey Evans  http://home.clear.net.nz/pages/c.evans/

"Quiet, you'll miss the humorous conclusion."


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




DRI fails to work with no errors?

2001-04-12 Thread Benjamin Redelings I

Hi, according to /proc/pci, I have a "ATI Technologies Inc 3D Rage Pro
AGP 1X/2X".

I compiled agp and the r128 DRI driver for kernel 2.4.3-ac5.
This seems to work: I get these messages:

agpgart: AGP aperture is 64M @ 0xf800

[drm] AGP 0.99 on Intel 440BX @ 0xf800 64MB
[drm] Initialized r128 2.1.2 20001215 on minor 63

However, glxinfo says I'm not running with direct rendering enabled, and
sure enough, there is nothing in my /var/log/XFree86.0.log file to
indicate that drm loaded successfull (or not) except this:


(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules-dri/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.0.99.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1

When XAA is initialized, I just get this:

(==) ATI(0): Write-combining range (0xf500,0x80)
(II) ATI(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
20 128x128 slots
5 256x256 slots
(==) ATI(0): Backing store disabled

No complaints, no nothing.
I first was using Branden's debs, but then I installed
xserver-xfree86-dri and added the two lines to my /etc/X11/XF86Config-4
file, and I get the same results.

I suppose I should fetch and compile the dri modules from the sources at
dri.sourceforge.net?  However, is there anyway to find out why drm is
NOT loading already?

Thanks a lot,
-BenRI
-- 
Einstein did not prove that everything is relative.
Einstein explained how the speed of light could be constant.
Benjamin Redelings I  <>< http://www.bol.ucla.edu/~bredelin/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]