Re: printing ascii files
On Sun, Sep 17, 2000 at 01:18:21PM -0400, Anand Saxena wrote: > Hi everybody, > > This should be an easy one to answer. When I print ascii files, I often > get word-overflow. In other words, a word at the end of a line gets > split between that line and the next like this: > > Printing ASCII should be rela > tively easy, but for newbies > it is not. > > > I have read the printing howtos, but nothing seems to explain this. Is > there a way to address this? All I want is that words at the end of the > line don't get split between lines. > I don't know if it's quite what you're looking for, but a2ps is a decent formatting program which handles text files in nice ways ready for printing. Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A
Re: Only 8Mb/s with a 10/100 card
On Fri, 15 Sep 2000, Drew Parsons wrote: > On Fri, Sep 15, 2000 at 07:39:38AM -0700, Jared Valentine wrote: > > > > If you want the full throughput, you need a Cardbus PC Card instead. > > > > Actually, I once read somewhere that even the 32bit Cardbus cards are > limited to 80 Mb/s. 80 Mb/s or 80 MB/s ?? -- Tot ziens, Bart-Jan
Re: Only 8Mb/s with a 10/100 card
On Mon, Sep 18, 2000 at 09:31:50AM +0200, Bart-Jan Vrielink wrote: > On Fri, 15 Sep 2000, Drew Parsons wrote: > > > On Fri, Sep 15, 2000 at 07:39:38AM -0700, Jared Valentine wrote: > > > > > > If you want the full throughput, you need a Cardbus PC Card instead. > > > > > > > Actually, I once read somewhere that even the 32bit Cardbus cards are > > limited to 80 Mb/s. > > 80 Mb/s or 80 MB/s ?? > *shrug* 80 Mb/s is what I remember, that is, 80% of transmission capability of a 100 Mb/s card, compared to the 16bit cards' throughput of 20 Mb/s (20% of maximum). Anyway, 80MB/s would be 640 Mb/s, larger than the 100Mb/s ethernet throughput itself! If I can find references to my 80 Mb/s claim, I'll pass them on. Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A pgpdd3GP4jvvS.pgp Description: PGP signature
Re: LCD screens work how?
On Fri, Sep 15, 2000 at 10:12:55AM -0700, Sean 'Shaleh' Perry wrote: > A laptop's LCD screen is only good for one resolution. I throw a wide > range of numbers at it and it picks the only one that works. Both laptops I've worked with could handle different resolutions. The older, Pentium 120 laptop, with C&T display card, has a 800x600 panel, and I think does "integer scaling" (don't know what the official name for it is.) Thus I think it used 640x600 pixels if you use mode 320x200. I remember using it at 800x600, 640x480 (which didn't fill the panel, of course), and 320x200 - I still want to go back at it and throw more interesting modes at it... I cannot remember if I've done any mode other than 800x600 under linux. The laptop I work on at this moment, does proper scaling, with smoothing, of many modes. (My text mode is "anti aliased"... ) I have thrown at it: 1024x768, 800x600, 640x480, 640x400, 512x384, 480x300, 400x300, 320x240, 320x200, as well as 352x240... all of them were scaled up to 1024x768, by hardware, with smoothing... brilliant. Note, however, that this only works with the XF86_SVGA server. (And the "normal" modes under M$Windows also works like this.) Running the Mach64 server on this display at anything other than 1024x768 "melts" it, and the only solution is hardware power-off... keyboard doesn't work either. My XF86Config thus has only 1024x768 specified for "accelerated" servers. I have given up on multiple modes and video mode switching with Mach64, so I use the SVGA server when I need it. Oh, I haven't mentioned in this mail yet: it is an ATI Rage Mobility display card. This is why the fixed dot-clock makes sense: the display card is always outputting 1024x768 - which is also why the hsync and vsync are pretty meaningless. (As long as I enter any "valid" modeline, the card will work at that resolution, with a dotclock of 65.15, and xvidtune will report a refresh rate based on the resolution and that dotclock. The modifications that can be made to the mode by xvidtune, have no effect whatsoever. All I must do now, is figure out what is the simplest way of making a modeline "valid" - i.e. not rejected by the X server, then I can probably try any arbitrary resolution. I still want to try 4x3... ;) I have now realised that the old Pentium120 will then possibly NOT have a fixed dotclock, it can likely depend on the scaled resolution, thus for 320x200 it will have a dotclock that is necessary to output 640x600(?) I will only be able to test this in two and a half weeks' time, unless I can squeeze it in on Thursday (maybe). But I can try a twisted mode on this laptop... Hugo van der Merwe
Re: LCD screens work how?
> This is why the fixed dot-clock makes sense: the display card is always > outputting 1024x768 - which is also why the hsync and vsync are pretty > meaningless. (As long as I enter any "valid" modeline, the card will > work at that resolution, with a dotclock of 65.15, and xvidtune will > report a refresh rate based on the resolution and that dotclock. The > modifications that can be made to the mode by xvidtune, have no effect > whatsoever. All I must do now, is figure out what is the simplest way > of making a modeline "valid" - i.e. not rejected by the X server, then I > can probably try any arbitrary resolution. I still want to try 4x3... ;) If the thing acts like a plug-and-play monitor, then just maybe, read-edid might work: http://web.onetel.net.uk/~elephant/john///programs/linux/index.html (this is what I reached after redirect when following the link in its docs) This is a really weird package though; it was only available as source, and even when that's compiled, you run 'make read-edid' while root (so you can ask the display) and it will try to cook up some modelines for you. Hasn't caused me problems, but hasn't worked on every monitor, either. > I have now realised that the old Pentium120 will then possibly NOT have > a fixed dotclock, it can likely depend on the scaled resolution, thus > for 320x200 it will have a dotclock that is necessary to output > 640x600(?) I will only be able to test this in two and a half weeks' > time, unless I can squeeze it in on Thursday (maybe). But I can try a > twisted mode on this laptop... > > Hugo van der Merwe I haven't used really low pixel-res like that on a laptop, so I have no idea, sorry. * Heather * star@ many places...
Toshiba PCMCIA cd-rom problem
Hi folks, is there anyone out there who has experiences with the Toshiba Portege (I own a 7020CT) and Toshiba's original PCMCIA cd-rom device (24x for PCMCIA, ParPort and USB)? I read and tried so much now that I would appreciate every single hint like 'Forget it' or 'Have a look at ...'. If it's working somewhere, I'm especially interested in your program versions. Currently I'm running a 2.2.17 kernel with 3.1.20 pcmcia modules. The PCMCIA card is detected (two high beeps) so that ide_cs is used, but I get strange IO errors. # cardctl insert hdc: SR242S, ATAPI CDROM drive ide1 at 0x120-0x127,0x12e on irq 10 hdc: ATAPI 24X CD-ROM drive, 128kB Cache hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } hdc: packet command error: error=0x50 ATAPI device hdc: Error: Illegal request -- (Sense key=0x05) Parameter not supported -- (asc=0x26, ascq=0x01) The failed "Start/Stop Unit" packet command was: "1b 00 00 00 03 00 00 00 00 00 00 00 " Additional info: Socket 1: Vcc 5.0V Vpp1 0.0V Vpp2 0.0V interface type is "memory and I/O" irq 10 [exclusive] [level] function 0: config base 0x0200 option 0x41 status 0x00 pin 0x00 copy 0x00 socket 1: 5V 16-bit PC Card function 0: [busy], [bat dead] io 0x0120-0x012f [auto] Socket 1: product info: "FREECOM", "PCCARD-IDE", "REV836" If a CD is inserted, the mount command results in a CD-ROM spindle that is speeding up to an arbitrary speed and then speeding down. The error messages depend on which CD I am inserting! # mount -t iso9660 /dev/hdc /mnt/cd/ mount: block device /dev/hdc is write-protected, mounting read-only hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } hdc: packet command error: error=0x50 # mount -t iso9660 /dev/hdc /mnt/cd/ mount: block device /dev/hdc is write-protected, mounting read-only ide1: unexpected interrupt, status=0x80, count=3 # mount -t iso9660 /dev/hdc /mnt/cd/ mount: block device /dev/hdc is write-protected, mounting read-only hdc: lost interrupt hdc: cdrom_read_intr: data underrun (2 blocks) end_request: I/O error, dev 16:00 (hdc), sector 64 isofs_read_super: bread failed, dev=16:00, iso_blknum=16, block=32 mount: wrong fs type, bad option, bad superblock on /dev/hdc, or too many mounted file systems If the cd is mounted 'successfully', a cp command yields something like this: # cp /mnt/cd/index.txt /tmp/ ATAPI device hdc: Error: Unit attention -- (Sense key=0x06) Power on, reset or hardware reset occurred -- (asc=0x29, ascq=0x00) ATAPI device hdc: Error: Unit attention -- (Sense key=0x06) Not ready to ready transition, medium may have changed -- (asc=0x28, ascq=0x00) hdc: lost interrupt hdc: cdrom_read_intr: data underrun (4 blocks) end_request: I/O error, dev 16:00 (hdc), sector 1108 ATAPI device hdc: Error: Unit attention -- (Sense key=0x06) Power on, reset or hardware reset occurred -- (asc=0x29, ascq=0x00) hdc: tray open end_request: I/O error, dev 16:00 (hdc), sector 1112 hdc: tray open end_request: I/O error, dev 16:00 (hdc), sector 1116 hdc: tray open end_request: I/O error, dev 16:00 (hdc), sector 1108 hdc: tray open end_request: I/O error, dev 16:00 (hdc), sector 1112 cp: /mnt/cd/index.txt: Input/output error /Stony -- mailto:[EMAIL PROTECTED] http://go.to/stony
PCMCIA modules - custom kernel - unresolved symbols
Can anyone help me? I get unresolved symbols in these modules: epic_cb.o and parport_cs.o in /lib/modules/2.2.17/pcmcia/ when I compile a custom kernel. I have tried to compile the PCMCIA modules as well (not using the pcmcia-modules package) but that doesn't help. I've tried with both make-kpkg and by hand. The standard modules.conf (the one that comes with potato) says something about /lib/modules/2.2.17/net/epic100.o. This file isn't in my new "net" modules catalog. Copying it from the old modules folder and updating modules.conf doesn't help (if I do it right :). I'm not even sure if this is the correct way to do it. I run potato on a dell inspiron 3800 with a xircom card. It works fine with the standard kernel-image and modules. Thanks. (Sorry if i didn't supply enough information this is my first posting.)
Re: printing ascii files
Drew Parsons wrote: > > I don't know if it's quite what you're looking for, but a2ps is a decent > formatting program which handles text files in nice ways ready for printing. I use "enscript" for this purpose. It works quite well. --Greg
Re: Good window manager for laptop
A particularily light window manager is FLWM (Fast and Light WM) which is included with Debian as of 2.2/Potato. Check it out at flwm.sourceforge.net. I currently have two desktops running and the memory footprint is 750 kb. I am a BIG fan of FLWM and here are a couple of reasons: o lightweight and uses very few colors (duh) o window title bars are on the left side of the window (not the top) which means you can use EVERY PIXEL in the verticle direction o The window decorations include maximize-verticle maximize-horizontal buttons (as opposed CTL-SHFT-Click-Maximize or something) o Menus and submenus of applications are very easy to setup and do not require root privliges. o Supports multiple desktops (Ctl-Tab between them or via mouse/popup menu) o Many keyboard shortcuts o The source is very short so it's easy to tweek. (it's based on the FLTK -- Fast and Light Tool kit) o of course, it's GPLed
Re: PCMCIA modules - custom kernel - unresolved symbols
* Ole Sebastian Stein <[EMAIL PROTECTED]> [000918 19:48]: > I get unresolved symbols in these modules: > > epic_cb.o and parport_cs.o > > in /lib/modules/2.2.17/pcmcia/ If you are using the original potato pcmcia packages (3.1.8?), this a known problem. AFAIK, you have no problem if you don't need the epic or parport modules. Anyway, you may want to upgrade to the 3.1.20 packages (pcmcia-cs and pcmcia-source) in /dists/proposed-updates at your favorite debian mirror. HTH, -- David
pcmcia-card with 2 interfaces
heya listers, Are ther pcmcia cards (ethernet cards 10/100) wiht two interface on the same card? pcmcia II that is, cause if it's pcmcia III you can just put in 2 II cards as well. I know they exists with eth and modem. --- Andor Demarteau [EMAIL PROTECTED] ---
[no subject]
unsubscribe
debian-laptop@lists.debian.org
unsubscribe
Re: printing ascii files
On Sun, Sep 17, 2000 at 01:18:21PM -0400, Anand Saxena wrote: > Hi everybody, > > This should be an easy one to answer. When I print ascii files, I often > get word-overflow. In other words, a word at the end of a line gets > split between that line and the next like this: > > Printing ASCII should be rela > tively easy, but for newbies > it is not. > > > I have read the printing howtos, but nothing seems to explain this. Is > there a way to address this? All I want is that words at the end of the > line don't get split between lines. > I don't know if it's quite what you're looking for, but a2ps is a decent formatting program which handles text files in nice ways ready for printing. Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Only 8Mb/s with a 10/100 card
On Fri, 15 Sep 2000, Drew Parsons wrote: > On Fri, Sep 15, 2000 at 07:39:38AM -0700, Jared Valentine wrote: > > > > If you want the full throughput, you need a Cardbus PC Card instead. > > > > Actually, I once read somewhere that even the 32bit Cardbus cards are > limited to 80 Mb/s. 80 Mb/s or 80 MB/s ?? -- Tot ziens, Bart-Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Only 8Mb/s with a 10/100 card
On Mon, Sep 18, 2000 at 09:31:50AM +0200, Bart-Jan Vrielink wrote: > On Fri, 15 Sep 2000, Drew Parsons wrote: > > > On Fri, Sep 15, 2000 at 07:39:38AM -0700, Jared Valentine wrote: > > > > > > If you want the full throughput, you need a Cardbus PC Card instead. > > > > > > > Actually, I once read somewhere that even the 32bit Cardbus cards are > > limited to 80 Mb/s. > > 80 Mb/s or 80 MB/s ?? > *shrug* 80 Mb/s is what I remember, that is, 80% of transmission capability of a 100 Mb/s card, compared to the 16bit cards' throughput of 20 Mb/s (20% of maximum). Anyway, 80MB/s would be 640 Mb/s, larger than the 100Mb/s ethernet throughput itself! If I can find references to my 80 Mb/s claim, I'll pass them on. Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A PGP signature
Re: LCD screens work how?
On Fri, Sep 15, 2000 at 10:12:55AM -0700, Sean 'Shaleh' Perry wrote: > A laptop's LCD screen is only good for one resolution. I throw a wide > range of numbers at it and it picks the only one that works. Both laptops I've worked with could handle different resolutions. The older, Pentium 120 laptop, with C&T display card, has a 800x600 panel, and I think does "integer scaling" (don't know what the official name for it is.) Thus I think it used 640x600 pixels if you use mode 320x200. I remember using it at 800x600, 640x480 (which didn't fill the panel, of course), and 320x200 - I still want to go back at it and throw more interesting modes at it... I cannot remember if I've done any mode other than 800x600 under linux. The laptop I work on at this moment, does proper scaling, with smoothing, of many modes. (My text mode is "anti aliased"... ) I have thrown at it: 1024x768, 800x600, 640x480, 640x400, 512x384, 480x300, 400x300, 320x240, 320x200, as well as 352x240... all of them were scaled up to 1024x768, by hardware, with smoothing... brilliant. Note, however, that this only works with the XF86_SVGA server. (And the "normal" modes under M$Windows also works like this.) Running the Mach64 server on this display at anything other than 1024x768 "melts" it, and the only solution is hardware power-off... keyboard doesn't work either. My XF86Config thus has only 1024x768 specified for "accelerated" servers. I have given up on multiple modes and video mode switching with Mach64, so I use the SVGA server when I need it. Oh, I haven't mentioned in this mail yet: it is an ATI Rage Mobility display card. This is why the fixed dot-clock makes sense: the display card is always outputting 1024x768 - which is also why the hsync and vsync are pretty meaningless. (As long as I enter any "valid" modeline, the card will work at that resolution, with a dotclock of 65.15, and xvidtune will report a refresh rate based on the resolution and that dotclock. The modifications that can be made to the mode by xvidtune, have no effect whatsoever. All I must do now, is figure out what is the simplest way of making a modeline "valid" - i.e. not rejected by the X server, then I can probably try any arbitrary resolution. I still want to try 4x3... ;) I have now realised that the old Pentium120 will then possibly NOT have a fixed dotclock, it can likely depend on the scaled resolution, thus for 320x200 it will have a dotclock that is necessary to output 640x600(?) I will only be able to test this in two and a half weeks' time, unless I can squeeze it in on Thursday (maybe). But I can try a twisted mode on this laptop... Hugo van der Merwe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: LCD screens work how?
> This is why the fixed dot-clock makes sense: the display card is always > outputting 1024x768 - which is also why the hsync and vsync are pretty > meaningless. (As long as I enter any "valid" modeline, the card will > work at that resolution, with a dotclock of 65.15, and xvidtune will > report a refresh rate based on the resolution and that dotclock. The > modifications that can be made to the mode by xvidtune, have no effect > whatsoever. All I must do now, is figure out what is the simplest way > of making a modeline "valid" - i.e. not rejected by the X server, then I > can probably try any arbitrary resolution. I still want to try 4x3... ;) If the thing acts like a plug-and-play monitor, then just maybe, read-edid might work: http://web.onetel.net.uk/~elephant/john///programs/linux/index.html (this is what I reached after redirect when following the link in its docs) This is a really weird package though; it was only available as source, and even when that's compiled, you run 'make read-edid' while root (so you can ask the display) and it will try to cook up some modelines for you. Hasn't caused me problems, but hasn't worked on every monitor, either. > I have now realised that the old Pentium120 will then possibly NOT have > a fixed dotclock, it can likely depend on the scaled resolution, thus > for 320x200 it will have a dotclock that is necessary to output > 640x600(?) I will only be able to test this in two and a half weeks' > time, unless I can squeeze it in on Thursday (maybe). But I can try a > twisted mode on this laptop... > > Hugo van der Merwe I haven't used really low pixel-res like that on a laptop, so I have no idea, sorry. * Heather * star@ many places... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Toshiba PCMCIA cd-rom problem
Hi folks, is there anyone out there who has experiences with the Toshiba Portege (I own a 7020CT) and Toshiba's original PCMCIA cd-rom device (24x for PCMCIA, ParPort and USB)? I read and tried so much now that I would appreciate every single hint like 'Forget it' or 'Have a look at ...'. If it's working somewhere, I'm especially interested in your program versions. Currently I'm running a 2.2.17 kernel with 3.1.20 pcmcia modules. The PCMCIA card is detected (two high beeps) so that ide_cs is used, but I get strange IO errors. # cardctl insert hdc: SR242S, ATAPI CDROM drive ide1 at 0x120-0x127,0x12e on irq 10 hdc: ATAPI 24X CD-ROM drive, 128kB Cache hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } hdc: packet command error: error=0x50 ATAPI device hdc: Error: Illegal request -- (Sense key=0x05) Parameter not supported -- (asc=0x26, ascq=0x01) The failed "Start/Stop Unit" packet command was: "1b 00 00 00 03 00 00 00 00 00 00 00 " Additional info: Socket 1: Vcc 5.0V Vpp1 0.0V Vpp2 0.0V interface type is "memory and I/O" irq 10 [exclusive] [level] function 0: config base 0x0200 option 0x41 status 0x00 pin 0x00 copy 0x00 socket 1: 5V 16-bit PC Card function 0: [busy], [bat dead] io 0x0120-0x012f [auto] Socket 1: product info: "FREECOM", "PCCARD-IDE", "REV836" If a CD is inserted, the mount command results in a CD-ROM spindle that is speeding up to an arbitrary speed and then speeding down. The error messages depend on which CD I am inserting! # mount -t iso9660 /dev/hdc /mnt/cd/ mount: block device /dev/hdc is write-protected, mounting read-only hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } hdc: packet command error: error=0x50 # mount -t iso9660 /dev/hdc /mnt/cd/ mount: block device /dev/hdc is write-protected, mounting read-only ide1: unexpected interrupt, status=0x80, count=3 # mount -t iso9660 /dev/hdc /mnt/cd/ mount: block device /dev/hdc is write-protected, mounting read-only hdc: lost interrupt hdc: cdrom_read_intr: data underrun (2 blocks) end_request: I/O error, dev 16:00 (hdc), sector 64 isofs_read_super: bread failed, dev=16:00, iso_blknum=16, block=32 mount: wrong fs type, bad option, bad superblock on /dev/hdc, or too many mounted file systems If the cd is mounted 'successfully', a cp command yields something like this: # cp /mnt/cd/index.txt /tmp/ ATAPI device hdc: Error: Unit attention -- (Sense key=0x06) Power on, reset or hardware reset occurred -- (asc=0x29, ascq=0x00) ATAPI device hdc: Error: Unit attention -- (Sense key=0x06) Not ready to ready transition, medium may have changed -- (asc=0x28, ascq=0x00) hdc: lost interrupt hdc: cdrom_read_intr: data underrun (4 blocks) end_request: I/O error, dev 16:00 (hdc), sector 1108 ATAPI device hdc: Error: Unit attention -- (Sense key=0x06) Power on, reset or hardware reset occurred -- (asc=0x29, ascq=0x00) hdc: tray open end_request: I/O error, dev 16:00 (hdc), sector 1112 hdc: tray open end_request: I/O error, dev 16:00 (hdc), sector 1116 hdc: tray open end_request: I/O error, dev 16:00 (hdc), sector 1108 hdc: tray open end_request: I/O error, dev 16:00 (hdc), sector 1112 cp: /mnt/cd/index.txt: Input/output error /Stony -- mailto:[EMAIL PROTECTED] http://go.to/stony -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
PCMCIA modules - custom kernel - unresolved symbols
Can anyone help me? I get unresolved symbols in these modules: epic_cb.o and parport_cs.o in /lib/modules/2.2.17/pcmcia/ when I compile a custom kernel. I have tried to compile the PCMCIA modules as well (not using the pcmcia-modules package) but that doesn't help. I've tried with both make-kpkg and by hand. The standard modules.conf (the one that comes with potato) says something about /lib/modules/2.2.17/net/epic100.o. This file isn't in my new "net" modules catalog. Copying it from the old modules folder and updating modules.conf doesn't help (if I do it right :). I'm not even sure if this is the correct way to do it. I run potato on a dell inspiron 3800 with a xircom card. It works fine with the standard kernel-image and modules. Thanks. (Sorry if i didn't supply enough information this is my first posting.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: printing ascii files
Drew Parsons wrote: > > I don't know if it's quite what you're looking for, but a2ps is a decent > formatting program which handles text files in nice ways ready for printing. I use "enscript" for this purpose. It works quite well. --Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Good window manager for laptop
A particularily light window manager is FLWM (Fast and Light WM) which is included with Debian as of 2.2/Potato. Check it out at flwm.sourceforge.net. I currently have two desktops running and the memory footprint is 750 kb. I am a BIG fan of FLWM and here are a couple of reasons: o lightweight and uses very few colors (duh) o window title bars are on the left side of the window (not the top) which means you can use EVERY PIXEL in the verticle direction o The window decorations include maximize-verticle maximize-horizontal buttons (as opposed CTL-SHFT-Click-Maximize or something) o Menus and submenus of applications are very easy to setup and do not require root privliges. o Supports multiple desktops (Ctl-Tab between them or via mouse/popup menu) o Many keyboard shortcuts o The source is very short so it's easy to tweek. (it's based on the FLTK -- Fast and Light Tool kit) o of course, it's GPLed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PCMCIA modules - custom kernel - unresolved symbols
* Ole Sebastian Stein <[EMAIL PROTECTED]> [000918 19:48]: > I get unresolved symbols in these modules: > > epic_cb.o and parport_cs.o > > in /lib/modules/2.2.17/pcmcia/ If you are using the original potato pcmcia packages (3.1.8?), this a known problem. AFAIK, you have no problem if you don't need the epic or parport modules. Anyway, you may want to upgrade to the 3.1.20 packages (pcmcia-cs and pcmcia-source) in /dists/proposed-updates at your favorite debian mirror. HTH, -- David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
pcmcia-card with 2 interfaces
heya listers, Are ther pcmcia cards (ethernet cards 10/100) wiht two interface on the same card? pcmcia II that is, cause if it's pcmcia III you can just put in 2 II cards as well. I know they exists with eth and modem. --- Andor Demarteau [EMAIL PROTECTED] --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
No Subject
unsubscribe
debian-laptop@lists.debian.org
unsubscribe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]