Altivec tools?

2001-08-23 Thread Michel Lanners
Hi all, Anybody have a quick step guide to working with Altivec under Debian for PPC? Any .debs (doubt it)? I'm trying to make use of vlc's Altivec-accelerated IDCT (which so far is only meant for MacOS X and doesn't work), so I obviously need an Altivec-enabled toolchain. I've had a look at alt

Re: Altivec tools?

2001-08-23 Thread Daniel Jacobowitz
On Thu, Aug 23, 2001 at 08:02:29AM +0200, Michel Lanners wrote: > Hi all, > > Anybody have a quick step guide to working with Altivec under > Debian for PPC? Any .debs (doubt it)? > > I'm trying to make use of vlc's Altivec-accelerated IDCT (which so far > is only meant for MacOS X and doesn't wo

Re: Writing I2C support code - questions (maybe a bit offtopic?)

2001-08-23 Thread Edouard G. Parmelan
On Tue, Aug 21, 2001 at 07:14:14 -0600, Derrik Pates wrote: > - I'm using the Darwin DACA driver (from CVS) as a reference for how to > program the I2C interface. Is this going to introduce licensing problems? > I'm not a lawyer, so I don't really know. It could :-( First read Darwin license to

Re: Altivec tools?

2001-08-23 Thread Andrew Sharp
With assembly is the way you want to do it anyway. That is how they did the MMX versions, and I would actually try and port as much of that as possible. Many of the macroized functions can possibly be implemented with altivec instructions or combinations instead of mmx instructions. That way you

Xpmac on Powerbook 1400c

2001-08-23 Thread "Berg, Björn"
Hello, although Debian does not support the Powerbooks 1400 series, because of their NUBUS technology, I installed it and get it running without problems. But now I want to install X. All efforts to get the Framebufferdevice running have taken into no effect. Then I heard of Xpmac and that it is f

Re: Altivec tools?

2001-08-23 Thread Benjamin Herrenschmidt
>With assembly is the way you want to do it anyway. That is how they >did the MMX versions, and I would actually try and port as much of >that as possible. Many of the macroized functions can possibly be >implemented with altivec instructions or combinations instead of mmx >instructions. That wa

Re: UK iBook2 keymaps

2001-08-23 Thread Michel Dänzer
Adrian Cox wrote: > > Has anybody got any good recipes for the UK iBook2 keyboard? > > I'm using Ken Moffat's console keytable from: > http:www.kenmoffat.uklinux.net/downloads Don't the keymaps for Linux keycodes (in particular the Apple USB variants) work? > Everything is fine at the console,

Re: Huge Log Files

2001-08-23 Thread Michel Dänzer
Russell Hires wrote: > I've got a problem: I'm running woody, and recently (in the last week or so) > two of the files in /var/log have become so large that KDE can't start, and > I'm unable to run some other applications. The two files that are 200 MB > each? kern.log and syslog. What could be ma

Re: Xpmac on Powerbook 1400c

2001-08-23 Thread Geert Uytterhoeven
On Thu, 23 Aug 2001, "Berg, Björn" wrote: > although Debian does not support the Powerbooks 1400 series, because of > their NUBUS technology, I installed it and get it running without problems. > But now I want to install X. > All efforts to get the Framebufferdevice running have taken into no effe

Re: Xpmac on Powerbook 1400c

2001-08-23 Thread Phil Frost
I got the default framebuffer server included with debian to run by changing the default color depth. If I recall correctly I had to turn it up to 16 or more. On Thu, Aug 23, 2001 at 10:31:37AM +0200, "Berg, Bj?rn" wrote: > Hello, > > although Debian does not support the Powerbooks 1400 series, b

Radeon with 4.10 on G3

2001-08-23 Thread Mathias Rodenstein
Hi, i have given up on configuring XFree86 4.1 for my Radeon. I downloaded the drivers posted by Ani Joshi. They work except that i cannot switch from graphical interface to text console. So i was curious if anyone knew if there are fixes out yet, or what i would have to do to fix the problem. ti

RE: Xpmac on Powerbook 1400c

2001-08-23 Thread "Berg, Björn"
Phil Frost wrote: > I got the default framebuffer server included with debian to > run by changing > the default color depth. If I recall correctly I had to turn > it up to 16 or > more. Hmm, the framebuffer server will not start. He always fails with the Error: no mode found or something else.

RE: Xpmac on Powerbook 1400c

2001-08-23 Thread "Berg, Björn"
[...] Rest erased... > Enable Xpmac compatibility mode (CONFIG_FB_COMPAT_XPMAC). > > But I doubt it'll work, if the frame buffer device doesn't > work correctly. The Frame Buffer Device could not work correctly on a Powerbook 1400. That's not possible because it uses a special graphic chip whic

Re: Xpmac on Powerbook 1400c

2001-08-23 Thread Michel Dänzer
"Berg, Björn" wrote: > > [...] > Rest erased... > > > Enable Xpmac compatibility mode (CONFIG_FB_COMPAT_XPMAC). > > > > But I doubt it'll work, if the frame buffer device doesn't > > work correctly. > > The Frame Buffer Device could not work correctly on a Powerbook 1400. That's > not possible b

Can't boot from hd on RS/6000

2001-08-23 Thread Jens Kutilek
Hi, I have installed Potato on a IBM RS/6000 B50. I've upgraded to kernel 2.4.8, and am able to boot the system from floppy. It just won't boot from hd. My partitions are like this: /dev/sda1 PReP-boot 4M /dev/sda2 /boot 8M /dev/sda3 / 2G /dev/sda5 swap ... I compiled yaboot 0.8 with a

Re: graph OF hangs - Please help

2001-08-23 Thread Ethan Benson
On Thu, Aug 23, 2001 at 01:04:55AM +0200, Georg Koss wrote: > Hello again! > > I did partitioning with mac-fdisk (woody) and reinstalled without > Apple-Drivers - it worked great =8-)). > > > > please let ybin take care of boot-device, it will do it correctly. > > I did with ybin-0.30 form pota

Re: ibook2 not reading Debian PPC disk

2001-08-23 Thread Ethan Benson
On Wed, Aug 22, 2001 at 04:25:14PM -0500, Brendon Colby wrote: > Hello all, > > For some reason I can't get any Debian PPC disks to work on my new iBook (DVD/ > CDRW). MacOS does NOT recognize the disk, neither does OF (in OF I did a > "dir cd:\" - returned "Cannot open DIR device"). When I try to

Re: Huge Log Files

2001-08-23 Thread Ethan Benson
On Thu, Aug 23, 2001 at 12:57:32PM +0200, Michel Dänzer wrote: > Russell Hires wrote: > > > I've got a problem: I'm running woody, and recently (in the last week or so) > > two of the files in /var/log have become so large that KDE can't start, and > > I'm unable to run some other applications. Th

Re: Huge Log Files

2001-08-23 Thread Ethan Benson
On Wed, Aug 22, 2001 at 11:33:39PM -0400, Russell Hires wrote: > Hey Everyone, > > I've got a problem: I'm running woody, and recently (in the last week or so) > two of the files in /var/log have become so large that KDE can't start, and > I'm unable to run some other applications. The two files

Re: Radeon with 4.10 on G3

2001-08-23 Thread Ethan Benson
On Thu, Aug 23, 2001 at 04:50:05AM -0700, Mathias Rodenstein wrote: > Hi, > > i have given up on configuring XFree86 4.1 for my Radeon. I downloaded > the drivers posted by Ani Joshi. They work except that i cannot switch > from graphical interface to text console. > So i was curious if anyone kne

Re: Can't boot from hd on RS/6000

2001-08-23 Thread Tom Gall
Jens Kutilek wrote: > > Hi, > I have installed Potato on a IBM RS/6000 B50. > I've upgraded to kernel 2.4.8, and am able to boot the system from > floppy. > It just won't boot from hd. > My partitions are like this: > /dev/sda1 PReP-boot 4M > /dev/sda2 /boot 8M > /dev/sda3 / 2G > /dev/

TiBook Graphics Configuration

2001-08-23 Thread Gregory P. Keeney
Has anyone successfully run XFree86 4.1 on a TiBook with accelerated ATI support, or better yet, DRI support, rather than using the framebuffer? All I have been able to do is crash the X server... Of course, the framebuffer drivers a quite snappy, but something in me desires to use the native dri

Re: TiBook Graphics Configuration

2001-08-23 Thread Peter Meilstrup
On Thu, Aug 23, 2001 at 08:35:53AM -0700, Gregory P. Keeney wrote: > Has anyone successfully run XFree86 4.1 on a TiBook with accelerated > ATI support, or better yet, DRI support, rather than using the > framebuffer? Yes. Look in the archives for the thread "gpm & X settings for titanium". --Pet

ibook2 Debian installation problem

2001-08-23 Thread Brendon Colby
Greetings, I'm having problems in the Debian installation. I can partition my HDD, install the operating system kernel and modules, but when I get to Install the Base system, I get the following errors: Failure trying to run: mount -t proc proc /proc press continue: debootstrap exited with an

Re: TiBook Graphics Configuration

2001-08-23 Thread Colin Walters
"Gregory P. Keeney" <[EMAIL PROTECTED]> writes: > Has anyone successfully run XFree86 4.1 on a TiBook with accelerated > ATI support, or better yet, DRI support, rather than using the > framebuffer? Yep. I'm watching glxgears spin really really fast as I write this email :) > All I have been ab

Re: ibook2 Debian installation problem

2001-08-23 Thread Colin Walters
Brendon Colby <[EMAIL PROTECTED]> writes: > Failure trying to run: mount -t proc proc /proc I believe this is fixed in later versions of b-f.

Re: pcmcia woes [solved]

2001-08-23 Thread Grant Hollingworth
In case anyone cares, I got PCMCIA working on my tibook. I changed /etc/pcmcia/config.opts from include port 0x1000-0x10ff, port 0x1400-0x14ff include memory 0x8040-0x807ff000, memory 0xf300-0xf33ff000 to include port 0x1000-0x1fff include memory 0x9000-0x90ff T

Re: graph OF hangs - Please help

2001-08-23 Thread Georg Koss
Hello! > > then your yaboot.conf has something bogus in it. yaboot.conf was: boot=/dev/hda9 device=ultra0: partition=11 delay=20 install=/usr/lib/yaboot/yaboot magicboot=/usr/lib/yaboot/ofboot image=/vmlinux label=linux root=/dev/hda11 read-only append="hdc=ide

Re: vlc 0.2.82 debs available

2001-08-23 Thread Michel Lanners
Hi all, On 23 Aug, this message from Michel Dänzer echoed through cyberspace: > Andrew Sharp wrote: >> >> Mmm, delicious, thank you. I don't suppose you have the source debs >> available? ~:^) Since you're asking, I suppose not ;-) > They are in sid. And you can get the 0.2.82 source tarbal

Re: Problem with Keyboard

2001-08-23 Thread thorsten_nicklaus
Hi, > It says you should use keyboard_sends_linux_keycodes=1 . Why on earth did you > capitalize it? Most if not all things about Debian GNU/Linux are case > sensitive. I try it with install CD from potato. The kernel don't accept the keycode. Then I try it with the installed kernel and I got it. T

gpm: Segmentation fault

2001-08-23 Thread thorsten_nicklaus
Hi, gpm sucks. I can't start it. Every time it gave me an segmentation fault. The same with mc, jed, w3m and so on. Only if I deinstalled gpm the error go away. But the aplication too. :-( Where can I find information about the Mouse Device? Dmesg give me the following output: input0: Macintosh M

Re: Xpmac on Powerbook 1400c

2001-08-23 Thread Phil Frost
I just started from the example file in /usr/doc/frambuffers_dir... and changed the color depth. I believe that you must specify "default" as the mode. I can't send you my config without coping it by hand, unless someone could write PCMCIA drivers or make PPP work :) On Thu, Aug 23, 2001 at 01:57:

Re: ibook2 Debian installation problem

2001-08-23 Thread crisbill
Brendon Colby wrote: > > Usually, on an i386, I would switch to another terminal to view the logs. I > cannot do this with my iBook for some reason. I have tried every key > combination > yet I cannot switch to another terminal. Is there something I'm missing? > On Macs it's usually Command(

xserver-xfree86 4.1.0-2 fails where 4.0.2-7puetzk worked

2001-08-23 Thread Adam Di Carlo
Please CC me on any replies, I am not subscribed to this list. Hardware: PowerBook G3 (Wall Street) Distribution: pure 'testing' Version: 4.1.0-2 Kernel: kernel-image-2.2.19-pmac 2.2.19-2 Installing the new xserver-xfree86 4.1.0-2 from unstable causes an error: (WW) ATI: PCI/AGP

Sharing files between MacOS and Linux

2001-08-23 Thread James Tyson
So. I have figured out that I can't read HFS+ partitions, does anyone think it's a good idea to create a large HFS partition for mp3's, oggs, etc? I currently am using an NFS server on the lan, but that doesn't help when your on the road. Cheers. James Tyson --- Samizdat New Media Solutions

Re: TiBook Graphics Configuration

2001-08-23 Thread Michel Dänzer
Colin Walters wrote: > I started with kernel 2.4.8-pre3. Then, I downloaded the source from: > > http://www.xfree86.org/~alanh/> > > Then, it was just a matter of 'make -f Makefile.linux', then 'cp r128.o > /lib/modules/`uname -r`/drivers/kernel/char/dri'. This is no longer necessary as of ker

Re: TiBook Graphics Configuration

2001-08-23 Thread Jeffrey W. Baker
On Fri, 24 Aug 2001, Michel Dänzer wrote: > Colin Walters wrote: > > > I started with kernel 2.4.8-pre3. Then, I downloaded the source from: > > > > http://www.xfree86.org/~alanh/> > > > > Then, it was just a matter of 'make -f Makefile.linux', then 'cp r128.o > > /lib/modules/`uname -r`/driver

Re: graph OF hangs - Please help

2001-08-23 Thread Ethan Benson
On Thu, Aug 23, 2001 at 08:28:11PM +0200, Georg Koss wrote: > Hello! > > > > > then your yaboot.conf has something bogus in it. > > yaboot.conf was: > > boot=/dev/hda9 > device=ultra0: this is the same as hd: and i recommend using hd: > partition=11 > delay=20 > install=/usr/lib/yaboot/yaboo

Re: TiBook Graphics Configuration

2001-08-23 Thread Michel Dänzer
"Jeffrey W. Baker" wrote: > > On Fri, 24 Aug 2001, Michel Dänzer wrote: > > > Colin Walters wrote: > > > > > I started with kernel 2.4.8-pre3. Then, I downloaded the source from: > > > > > > http://www.xfree86.org/~alanh/> > > > > > > Then, it was just a matter of 'make -f Makefile.linux', then

Re: ibook2 Debian installation problem

2001-08-23 Thread Michel Dänzer
crisbill wrote: > > Brendon Colby wrote: > > > > > Usually, on an i386, I would switch to another terminal to view the logs. > > I cannot do this with my iBook for some reason. I have tried every key > > combination yet I cannot switch to another terminal. Is there something > > I'm missing? > >

Re: ibook2 Debian installation problem

2001-08-23 Thread Jeffrey W. Baker
On Fri, 24 Aug 2001, Michel Dänzer wrote: > crisbill wrote: > > > > Brendon Colby wrote: > > > > > > > > Usually, on an i386, I would switch to another terminal to view the logs. > > > I cannot do this with my iBook for some reason. I have tried every key > > > combination yet I cannot switch to

Re: ibook2 Debian installation problem

2001-08-23 Thread Gregory P. Keeney
Also, make sure to press the 'fn' key after you press 'Control-Alt' (but while still holding them down), and then your F? key. Holding down the 'fn' key before hitting the Control or Alt keys, will result in a different key code... Usually not the right one for a console switch. Gregory crisbil

Re: Sharing files between MacOS and Linux

2001-08-23 Thread Gregory P. Keeney
I tried that. I made a nice large NFS partition. I am not happy with it. The filesystem has to many limitations (others are better qualified to list these). My problem was that HFS paths have to be rather short... I am not sure the exact number of characters; not enough for reasonably named ogg's

Re: Can't boot from hd on RS/6000

2001-08-23 Thread Ethan Benson
On Thu, Aug 23, 2001 at 03:51:34PM +0200, Jens Kutilek wrote: > Hi, > I have installed Potato on a IBM RS/6000 B50. > I've upgraded to kernel 2.4.8, and am able to boot the system from > floppy. > It just won't boot from hd. > My partitions are like this: > /dev/sda1 PReP-boot 4M > /dev/sda2 /boot

Re: vlc 0.2.82 debs available

2001-08-23 Thread Josh Huber
This is cool -- what I really need to get working now is the XVideo extention, as I suspect this will help greatly for speeed issues on my Lombard. Anyone tried gprof out lately on ppc? Last time I tried (granted, it was probably a year ago, it segfaulted a lot). In any case, I'm building vlc wi

Re: Sound and KMail

2001-08-23 Thread Michel Dänzer
Russell Hires wrote: > I've had a strange occurence on my Beige G3/266: first, the sound module > dma_sound (or whatever its official name is) crashed on me -- my sound went > from okay to extremely staticky...so, I thought, restart the X server...but > that just crashed the rest of the X server,

Re: apt pinpointing

2001-08-23 Thread Michel Dänzer
Wilhelm Fitzpatrick wrote: > > On Tue, 21 Aug 2001, Michel [ISO-8859-1] Dänzer wrote: > > >>Time for another plug for APT's wonderful pinpointing feature. > > > > > > Perhaps you could explain in a little more detail what this is? > > > > I've explained it in all detail here so many times that I'm

jfs

2001-08-23 Thread James Moss
While toying around on getting potato to finally boot (seems my 1GB of RAM is too much for the potato boot kernel), I've gotten past all the minor roadblocks. I searched through the mailing list archives for powerpc information on journaling file systems. I'd like to use jfs on all of my linux pa

Re: Sound and KMail

2001-08-23 Thread Russell Hires
> Are there files in /lost+found? If yes, one of them might be your old > Inbox. Alas, no, I checkedI've had a few crashes before ;-) but /lost+found is empty Thanks. Russell >