Re: XFree86 X server: does loading the dri module still hose sunffb users?

2004-04-21 Thread Christian Guggenberger
On Wed, 2004-04-21 at 16:47, Steve King wrote:
> Not being an expert.
> 
> I have been playing with unstable (xserver-xfree8 4.3.0-7)
> on my Ultra 10 with an elite video card. (which uses sunffb)
> and I added in the dri module using
> dpkg-reconfigure xserver-xfree86
> no problem:
> 
> [...]
> Section "Module"
> [...]
> Load"ddc"
> Load"dri"
> Load"extmod"
> [...]
> EndSection
> [...]
> 
> There are some issues that may be worth mentioning:
> local OpenGL clients segfault (though remote ones are
> fine, so that suggests a mesalib problem)
> 

see Bug # 241331 for details.

 - Christian





Re: XFree86 X server: does loading the dri module still hose sunffb users?

2004-04-21 Thread Christian Guggenberger
On Wed, 2004-04-21 at 01:40, Branden Robinson wrote:
> Hi folks,
> 
> I have the following in xserver-xfree86.config:
> 
>   # server modules to load
>   # XXX: damnit, explicitly loading the dri module is broken for sunffb users 
> :-P
>   db_get xserver-xfree86/config/device/driver
>   if [ "$ARCH" = "sparc" ] && [ "$RET" = "sunffb" ]; then
> MODULE_LIST="GLcore, bitmap, dbe, ddc, extmod, freetype, glx, int10, 
> record, speedo, type1, v4l, vbe, xtt"
>   else
> MODULE_LIST="GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, 
> record, speedo, type1, v4l, vbe, xtt"
>   fi
> 
> This dates back to XFree86 4.1.0:
> 
> xfree86 (4.1.0-17) unstable; urgency=low
> 
> [...]
>   * debian/xserver-xfree86.config:
> [...]
> - do not explicitly load the "dri" module on the sparc architecture if the
>   sunffb driver is being used, because of an apparent upstream bug in the
>   module loader (thanks, Ben Collins)
> 
>  -- Branden Robinson <[EMAIL PROTECTED]>  Fri, 24 May 2002 01:26:13 -0500
> 
> Can someone who uses the sunffb driver tell me if this is still
> necessary with XFree86 4.3.0?  I'd like to take that kludge out.

I load it explicitly on my ultra10 with creator3d/ffb2 vertical.
Although DRI does not work due to a missing symbol, I don't see any
downsides from loading it per default.
Should file a bug report about the dri issue, but I'm very busy with
University stuff these days. Maybe some other people could do this.

 - christian






Re: quanta / kde bug?

2004-04-06 Thread Christian Guggenberger

On 06.04.2004   15:54 Euan Maxwell wrote:

Hi there,

I'm not sure if this is the correct place to post this, if not then I
apologise and if someone can advise me of the correct place, I'll post
there.

I use Quanta regularly for some php work that I do and it was recently
upgraded by apt-get.

I fired it up today for the first time in a while and as soon as I typed
in the editor screen, the application just crashes.

The KCrash application didn't yield any decent output so I did an strace
on the application; the output of which is at the end of this email.

The only other thing worth noting is that I have a few packages that
have been "held back" by apt-get, I'm not sure why they're held back or
whether they might effect the operation of quanta:

sparc:~# apt-get -u dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
The following packages have been kept back:
  kdeaddons x-window-system-core xlibmesa-gl-dev xlibmesa-glu-dev
xlibmesa3
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.




what does
$ apt-get install xlibmesa-gl-dev

show ?

  - Christian



Re: kernal-source package for sparc?

2004-04-01 Thread Christian Guggenberger
On Thu, 2004-04-01 at 18:30, Patrick Finnegan wrote:
> On Thursday 01 April 2004 05:08, Christian Guggenberger wrote:
> > On Thu, 2004-04-01 at 07:45, Mike Mestnik wrote:
> > > 1. This pkg dose not exist, did you mean kernel-image-2.4-sparc?
> > > 2. This pkg dose not contain the kernel-source or a buildable
> > > kernel tree. 3. There is also no kernel-source-sparc-2.4 or
> > > kernel-source-2.4-sparc even.
> >
> > no, as I wrote: kernel-image-sparc-2.4
> > you asked for the source package, didn't you?
> > There's a big difference between binary and source packages
> > put a deb-src line in your sources.list and do a :
> > $ apt-get -d source kernel-image-sparc-2.4
> >
> > http://ftp.de.debian.org/debian/pool/main/k/kernel-image-sparc-2.4/
> 
> This can't be the entire kernel source as there's nothing in that 
> directory that's greater than 2MB...
> 

well, that's true. If you take a look at it's build-depends, you see:
depends on kernel-source-2.4.24 ...

 - christian





Re: kernal-source package for sparc?

2004-04-01 Thread Christian Guggenberger
On Thu, 2004-04-01 at 07:45, Mike Mestnik wrote:
> 1. This pkg dose not exist, did you mean kernel-image-2.4-sparc?
> 2. This pkg dose not contain the kernel-source or a buildable kernel tree.
> 3. There is also no kernel-source-sparc-2.4 or kernel-source-2.4-sparc
> even.
> 

no, as I wrote: kernel-image-sparc-2.4
you asked for the source package, didn't you?
There's a big difference between binary and source packages
put a deb-src line in your sources.list and do a :
$ apt-get -d source kernel-image-sparc-2.4
 
http://ftp.de.debian.org/debian/pool/main/k/kernel-image-sparc-2.4/

 - Christian





Re: kernal-source package for sparc?

2004-03-31 Thread Christian Guggenberger
On Thu, 2004-04-01 at 04:17, Mike Mestnik wrote:
> I was told by "Herbert Xu" <[EMAIL PROTECTED]>, the maintainer
> of kernel-source-2.4.24, that his package was not the for use with sparcs.
>  I looked all over and could not find another pkg.  Dose any one know how
> to file bugs like #241263 with ought them being closed cause thay are
> against the wrong pkg?
> 

the sparc src-package is called kernel-image-sparc-2.4

cheers.
Christian





Re: something busted in fonts on debian/sparc in unstable?

2004-03-31 Thread Christian Guggenberger
On Wed, 2004-03-31 at 07:38, John Clemens wrote:
> Ok ok, I know this is what i get for running unstable.. but i did an
> upgrade earlier today, and now suddenly everything that seems to use the
[...]
> - If I discover the culprit package, is there a place where i can find the
> previos sparc debs, or are they all gone once the upgraded ones get pushed
> to the mirrors? (i'm guessing they're gone, unless they're in my cache'd
> archive, which i cleaned out a few weeks ago).


http://snapshot.debian.net/package/$package

 - Christian





Re: Blade150 and sarge bugs...

2004-03-31 Thread Christian Guggenberger
On Wed, 2004-03-31 at 20:05, Elie De Brauwer wrote:
> On Wed, 31 Mar 2004 10:47:56 -0600
> Roy Bixler <[EMAIL PROTECTED]> wrote:
> 
> > On Wed, Mar 31, 2004 at 05:38:22PM +0200, Marco Gaiarin wrote:
> > > X seems to start, but the monitor display ``sync out of range''
> > > message. I've verified, the new xfree 4.3 packages have not touched the
> > > xfree config file, i've tried also to lower the monitor capabilities to
> > > force a sync at lower freq, but with no clue.
> > 
> > I've noticed some X problems with a Sun Bade 100.  When I upgraded to
> > the xfree 4.3 packages, suddenly I can only get lower resolutions like
> > 800x600.  Before that, with xfree 4.2 packages, I used 1280x1024 and
> > 1024x786 with no problem.  It's especially egregious because I have a
> > 21" Sony Trinitron monitor attached, so the lower resolution makes
> > everything look very large.
> > 
> 
> Confirmation also on my Sun Blade 100 :-( any solutions yet ?
> Framebuffer device still works perfectly but X fails to start in any way 
> 
Do you have XFree86.0.log handy?

 - Christian





Re: smaller kernel images (Image too large to fit in destination)

2003-10-09 Thread Christian Guggenberger

On 09.10.2003   09:38 Amanda wrote:

Suns can boot a compressed image.
Near the bottom of this page is the answer.

http://www.iratepublik.com/articles/ultralinux_upgrade.php

Amanda


thanks, but that wouldn't help me, as the kernel from 
kernel-image-2.4.21-sparc64-smp is already _compressed_ , isn't it?


Something between version 32 and 33 bloated the image, and I can't boot it 
anymore...


Christian



smaller kernel images (Image too large to fit in destination)

2003-10-08 Thread Christian Guggenberger
Hi,

I'm running a SUN Ultra Enterprise2 on Debian/unstable with
kernel-2.4.21-sparc64-smp.
Right after upgrading from version 32 of kernel-2.4.21-sparc64-smp to
version 33 I got

Fatal error: Image too large to fit in destination

at the boot prompt. 
Searching the archives told me, that a kernel kernel compiled make image
would help.
So my question here:
Are there any Debian kernel packages compiled with 'make image'?
Where can I grab them from?

thanks
Christian
P.S. With the release of 2.4.22, are there any Uploads to unstable
planned, maybe with a smaller size?