Re: Volunteer with Mac wanted to verify bug
On Sat, Nov 09, 2002 at 12:25:55PM +0100, Alastair McKinstry wrote: > Hello, > > I have a request of someone with a Mac. > Bug #166841 says that upgrade to console-tools-0.2.4-24dbs (which I > maintain) trashes the Mac keyboard (the good news is that it is fine > after reboot). I can't trace the bug in the source, and can't check for > the problem remotely (I need to be at a keyboard, of a machine I can > reboot. ) > > Unfortunately the submitter has not been responding and I would like to > fix this important bug. Can some brave soul please upgrade to > console-tools-0.2.3-24dbs (and, also console-common-0.7.16, > console-data-1999.08.29-25, but not at the same time: they were released > simulataneously, but I would like to narrow down the bug. Its probably > in console-tools). Please do so having set > export DEBCONF_DEBUG=developer > and grabbing the output. Actually, this happened on my i386 machine too. I'm not positive that it's the same problem, but it had the same symptoms, and I succesfully fixed it by logging out of X (which had been open when the upgrade happened) and it was working OK again at the kdm screen. So it _looks_ like the same problem. -- --- Paul "TBBle" Hampson, MCSE 5th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpLUWGCBB1fS.pgp Description: PGP signature
Re: No sound in powermac G4 733 tower
On Wed, Nov 20, 2002 at 10:41:45AM +0100, José Salavert Torres wrote: > Module loads at startup. > I've made chmod g+w /dev/(dsp/mixer) > Programs say "Unable to open sound device" > Sound works in runlevel 1 > Any idea? > I can't listen mp3... If it works in runlevel 1, but not other runlevels, then you've prolly got another program using the sound device... Install lsof and see if anything else has it open maybe? -- --- Paul "TBBle" Hampson, MCSE 5th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgp3gPyCS7Xo2.pgp Description: PGP signature
Re: compiling qt3/kde3 programs
On Wed, Mar 12, 2003 at 09:00:09PM +0100, Guido Amoruso wrote: This would prolly have been better on the debian-kde list, but... > I installed kde3.1 on Debian some days ago and since then I have > troubles compiling any qt3/kde program, even if I have [possibly] all > the needed devel packages insalled: when I try to "configure" a tarball > I get errors saying that the qt3 libs and headers are not found. I'm > using official kde3/qt3 packages from unstable and gcc3.2 (but also > tryed linking gcc/g++ to gcc2.95/g++2.95 with no better results): > > libqt3-headers3.1.1-5 > libqt3-mt-dev 3.1.1-5 > libqt3-plugins-headers3.1.1-5 > libqt3c102-mt 3.1.1-5 > qt3-dev-tools 3.1.1-5 If the applications are trying to use deprecated headers, (which apparently many are to keep qt2 and win32 compatible) try installing libqt3-compat-headers... Otherwise, have a look at the configure script and see exactly what test it's running... You can make configure put it's test outputs and whatnot into files instead of /dev/null, and then you can try it yourself and see why it doesn't find the qt3 headers. (I don't know anything about qt3 specifically, I just remember the flamewar on -devel about the qt3 packaging. :-) -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpUV7xWRqdCA.pgp Description: PGP signature
Re: php4 package broken
On Tue, Mar 18, 2003 at 02:45:32PM +, Rory Campbell-Lange wrote: > On 17/03/03, Internetsnedkeren ([EMAIL PROTECTED]) wrote: > > > > > > > > You could also simply try apt-get -t unstable install php4 . > > > > > I did just that and it worked fine. (After I had to extend the cache size > > for > > the apt-get). > > /gunner > > Sorry, I'm coming in late on this. I'm suffering from a broken testing > broken php4, but "apt-get -t unstable install php4" just gives me a list > of broken dependencies. > > How can I get around this? [snip] This happened with the new libc6 (2.3.x) going into testing. The package that was uploaded conflicts with php4 4.1, so you get those errors... The suggestions given by the Release Manager when he announced this problem in the libc upgrade annoucement were: a) Upgrade to php4 from unstable b) Put libc6 on hold until the next version (without the conflicts) migrates in, or php4 4.2 migrates into testing. c) I forget. (Go to the debian-devel-announce archives and find the email, I guess) Upgrading to php4 from unstable will pull in some other libraries too (libmm12 for example). It shouldn't cause any problems, though... I've been running it on a G4 tower since the update, without any observed problems. It would also be possible to hack up the libc6 package to remove the conflicts, since apparently it's a problem with an earlier 4.2.x release of php4 which is no longer in the archive, but the conflicts line wasn't specific enough. There're tools to change the conflicts line without rebuilding the package, but I don't remember what they are. -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpGTPcWUihsI.pgp Description: PGP signature
Re: make-kpkg + patches
On Mon, Mar 17, 2003 at 09:13:47PM +, Matthew Yee-King wrote: > Hello > > I'm trying to compile a benh kernel with the low latency patch from > here: > > http://www.zip.com.au/~akpm/linux/schedlat.html > > I applied the patch, then added > > CONFIG_LOLAT=y > CONFIG_LOLAT_SYSCTL=y > > to my .config > > then ran > > fakeroot make-kpkg kernel_image > > But this command seems to whack the .config file and remove my added > lines. As was pointed out, this's a bad idea, but for reference: > How can I use make-kpkg without wiping the .config file with the low > latency stuff in it? make-kpkg --targets should tell you. I think it's 'make-kpkg config' or something of the sort, then do whatever to your .config. When you run make-kpkg kernel_image, it knows the .config has already been parsed, so it doesn't need to do anything. As a usage example, if I'm upgrading kernels and adding patches, I usually do make-kpkg config (or whatever it is) to run oldconfig, so I can see what new options have appeared, and get the patches installed. Then I can use make menuconfig to actually change any configuration options I need to, and then make-kpkg kernel_image to build it. Don't forget, any revision flags you use '--revision x' for example have to go with the first make-kpkg invocation, since it builds the debian directory early on in the process. (Before configuration) -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpiv8TILX1Vs.pgp Description: PGP signature
Macintosh PMU/ADB/CUDA questions
I've got a G4 tower ("AGP Graphics") upon which I want to enable the file-server mode so that it will reboot itself upon AC power restore... All the documentation I've read suggests that I change a flag in the CUDA (accessed via the ADB) each time the machine starts. However, I've configured the kernel w/out ADB_CUDA and with ADB_PMU... So I don't have a /dev/adb... I did this because the machine is USB-only, so I didn't think I needed the ADB. The kernel's make menuconfig help suggests I don't need ADB_CUDA enabled, and I should take ADB_PMU instead, as I have done. I guess my question is: can I control this setting through /dev/pmu or must I rebuild my kernel with ADB support as well. From my reading just now, I _think_ I can use the existing utilities to enable this mode, because the PMU emulates the CUDA to some extent, _except_ that it only seems to emulate GET_TIME and SET_TIME... (Relevant portion of my 2.4.20 w/ benh .config below:) # # Macintosh device drivers # # CONFIG_ADB_CUDA is not set CONFIG_ADB_PMU=y # CONFIG_PMAC_PBOOK is not set # CONFIG_PMAC_BACKLIGHT is not set # CONFIG_MAC_FLOPPY is not set # CONFIG_MAC_SERIAL is not set # CONFIG_ADB is not set CONFIG_MAC_HID=y On a side issue, in drivers/char/misc.c, this occurs: #ifdef CONFIG_PMAC_PBOOK pmu_device_init(); #endif Which means I don't have a /dev/pmu device... Is there a good reason this isn't #ifdef CONFIG_ADB_PMU || CONFIG_ADB_PMU68K pmu_device_init(); #endif Since those two configuration settings enable the two files with pmu_device_init()? (Well, actually, the 68K version of pmu_device_init is behind an #if 0... And the PPC version of pmu_device_init() is behind an #ifdef CONFIG_PMAC_PBOOK. So I guess my question is why is /dev/pmu only available on the powerbook, along with most of the functionality of via-pmu.c? I have a PMU, the kern.log shows the via-pmu.c driver finding a Core99 type PMU.) If people on this list don't know, I guess I'll have to try and find a ppc-kernel mailing list and ask there... So I welcome any suggestions of an appropriate mailing list. :-) -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpCqdkK5MzvX.pgp Description: PGP signature
Re: possible php bug on powerpc/4.2.3
On Wed, Apr 02, 2003 at 09:49:41AM +0200, Jean-Christophe Michel wrote: > Hi all, > > var_export() seems to print delirious contents when printing an array: > only the first two or three values are correctly printed. Then it seems > to be like utf8 printed in iso-latin1... > > I experienced this on a powerpc/testing with php as cgi and module, > php -v gives 4.2.3. > Could someone have the same test on some other machines ? > I don't know if it's a php bug or a ppc pkg one... though there's no bug > report till now on bugs.php.net. I also get this, and it doesn't happen on the i386 version of the same module... Have you submitted a bug report? I can't see it if you have. (4.2.3-12 here...) The stable and testing versions of PHP4 predate this function call's presence. I'll have a look at the code later on and see if there's something funny going on, endian wise... But first, I'll check the php4 CVS and see if it's a known bug... Nothing in the PHP4 bug-tracking system... In the 4.2.3-12 package, the functions are ext/standard/var.c:237-329. Nothing obviously wrong... The current PHP4 CVS has it exactly the same... I'll have a go at this with some debugging output when I've got the time... Please X-DebBugs-CC: me when you submit the bugreport, or let me know what the Bug # is, if it's reported but I've overlooked it. And make sure you tag the bug 'sid' since it's relevant to the version of PHP4 in unstable, to avoid affecting the testing-update scripts' work. -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpKPPQxCl5zt.pgp Description: PGP signature
Re: Kernel 2.4.xx to kernel 2.5.xx
On Thu, Apr 03, 2003 at 11:30:40AM -0300, Eduardo Trápani wrote: > > I would like to try the kernel 2.5.66 (ppc). I remember > that to change from 2.2 to 2.4 a number of utilites had to > be upgraded. Is that the case when changing from 2.4.20 to > 2.5.66? I think the main ones are procps and modutils... You'll have to poke around to see what versions are needed, but as long as you're on unstable, they're _prolly_ already packaged. Oh, and the new mini-devfsd if you're running devfs... You _may_ be able to used the old one still, I dunno if the new mini-devfs is in the Linus kernel yet. > I want to check the rivafb support in the developing kernel > and maybe try to backport it to 2.4.xx. Heh, good luck... I _believe_ they've recently moved over to the new framebuffer/console architecture, so it'll be a pretty large backport, I suspect. -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpGGUo3qMI8m.pgp Description: PGP signature
Re: Libc2.2.5-13
On Fri, Apr 04, 2003 at 12:01:36AM +0100, Bj�rn Johansson wrote: > Where can I find libc >= 2.2.5-13? (for PPC) > I can't find it anywhere.. http://localdebianmirror/debian/pool/main/g/glibc/libc6_2.3.1-16_powerpc.deb or something like it. However, you're better off using apt and pinning to get libc6 from testing or unstable... -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgp1vEP3Ez8Aa.pgp Description: PGP signature
Re: Newbie problems
On Tue, May 13, 2003 at 07:26:18PM -0400, Jule Slootbeek wrote: > I havn't gotten my CD player to be > able to read Audio CD's it gives me this error: > > [EMAIL PROTECTED]:~$ mount /cdrom > mount: wrong fs type, bad option, bad superblock on /dev/cdrom, >or too many mounted file systems You don't mount audio CDs. You mount data CDs... Make sure that works, and then audio CDs should work in an audio CD player. -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgp45ILt2XL20.pgp Description: PGP signature
Re: Newbie problems
On Wed, May 14, 2003 at 09:05:56AM -0400, Jule Slootbeek wrote: > Hmm when i put in an audio CD and open KsCD it refuses to play, could it have > anything to do with the fact hat i disabled artsd at startsup? since it gave > me this error? > > Error while initializing the sound driver: > SNDCTL_DSP_SETFMT failed - Invalid argument > > i read somewhere that i can change the sound quality to 8 bits, and when i do > that manually "artsd -b 8" it doesn't give me this error, but KsCD still does > not play the audio CD. > > Jule Hmm. Try cdcd, which plays the CD in analogue mode (ie through the jack on the front of the CD drive, and through the analogue (4-wire) jack on the back). If that works, then you can talk to your CD drive OK. I dunno. Is artsd what KsCD's trying to use to play sound? What does KsCD do when you try to play your CD with it? (Might be worth running it from an xterm instead of the menu system so you can see all its output) -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpgccyM8K9hm.pgp Description: PGP signature
Re: Newbie problems
On Wed, May 14, 2003 at 11:21:09AM -0400, Jule Slootbeek wrote: > cdcd says that there's no CD in the drive when i try to play the disk. I'm Hmm. As someone pointed out, you wouldn't hear anything from cdcd anyway, although I do expect it to _see_ the CD in the drive As someone else also suggested, try cdda2wav or cdparanoia and see if you can get data from the drive that way. I wouldn't expect ide-scsi to make a difference, unless for some reason ide-scsi is broken for non-data commands... > pretty sure i just put it in. xscd running from the command line does not > give any audio-specific error i'll print what it does say: > [EMAIL PROTECTED]:~$ kscd > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. > [EMAIL PROTECTED]:~$ trackcount: Function not implemented Bleh. That looks evil. I can't help with that at all. > then the program just acts like there is no CD in the tray. Data CD's mount > fine, and i can play mp3's just fine using xmms. but when i try playing a > movie in xine (divx) i get more errors relating to oss not being able to load > 16bit drivers and allso not being able to load. Sounds like there's a seperate problem with outputting sound there... Trying a CD ripper like one of the above will remove that from the loop. -- --- Paul "TBBle" Hampson, MCSE 6th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. -- Kristian Wilson, Nintendo, Inc, 1989 This email is licensed to the recipient for non-commercial use, duplication and distribution. --- pgpiemMYux6li.pgp Description: PGP signature
X setup for Rage 128 in G4 400Mhz Tower
I've compiled kernel 2.4.17 + benh, and such. I've gotten X to work with the configs below, by changing Driver from 'r128' to 'fbdev'. I can't see an error in the logs that would imply things don't work, it just gets as far as loading the fbdev driver, and then unloads all the drivers again. One possiblity is that I'm using devfs and there's no /dev/fb0, just /dev/fb/0. The 'Options fbdev /dev/fb/0' is from the fbdev driver's man page. Is it possible that the r128 driver is just making assumptions about the fb device? I know I can't do without UseFBDev because it segfaults. This is apparently a known interaction of the ATI Rage128 driver and the Apple UniNorth bridge. I'm happy to give any other info that might be useful. I've included my config and error logs below: == XF86Conf-4 ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. Section "Files" FontPath"unix/:7100"# local font server # if the local font server has problems, we can fall back on these FontPath"/usr/lib/X11/fonts/misc" FontPath"/usr/lib/X11/fonts/cyrillic" FontPath"/usr/lib/X11/fonts/100dpi/:unscaled" FontPath"/usr/lib/X11/fonts/75dpi/:unscaled" FontPath"/usr/lib/X11/fonts/Type1" FontPath"/usr/lib/X11/fonts/Speedo" FontPath"/usr/lib/X11/fonts/100dpi" FontPath"/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load"GLcore" Load"bitmap" Load"dbe" Load"ddc" Load"dri" Load"extmod" Load"freetype" Load"glx" Load"int10" Load"record" Load"speedo" Load"type1" Load"vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "macintosh" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Rage 128 PF" Driver "r128" # Driver "fbdev" BusID "PCI:0:16:0" Option "Display" "CRT" Option "UseFBDev" "true" Option "fbdev" "/dev/fb/0" EndSection Section "Monitor" Identifier "Hitache CM615" HorizSync 30-70 VertRefresh 50-160 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Rage 128 PF" Monitor "Hitache CM615" DefaultDepth24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode0666 EndSection ### END DEBCONF SECTION == XFree86.0.log This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to XFree86@XFree86.Org and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs) XFree86 V
Re: X setup for Rage 128 in G4 400Mhz Tower
On Fri, Feb 15, 2002 at 12:12:16PM +0100, Michel D?nzer wrote: > On Fre, 2002-02-15 at 08:22, Paul Hampson wrote: > > I've gotten X to work with the configs below, by changing > > Driver from 'r128' to 'fbdev'. > > I can't see an error in the logs that would imply things don't > > work, it just gets as far as loading the fbdev driver, and then > > unloads all the drivers again. > You probably mean the fbdevhw module. Yes... Yes I do, in fact. > > One possiblity is that I'm using devfs and there's no /dev/fb0, > > just /dev/fb/0. The 'Options fbdev /dev/fb/0' is from the fbdev > > driver's man page. Is it possible that the r128 driver is just > > making assumptions about the fb device? > Yes, that's the case. Can't you make a /dev/fb0 link? I think devfsd > does that with default configuration. I can, and have done so I just wish there was a neater way... It'd be nice of fbdevhw could read the "fbdev" parameter, rather than just fbdev... Hmm... ;-) -- === Paul "TBBle" Hampson, MCSE 4th year CompSci/Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. This email is licensed to the recipient for non-commercial use, duplication and distribution. ===