Multiple monitors with ATI/AMD Linux drivers 8.40.4

2007-08-19 Thread Gyorgy Abraham
Dear Debian users, I'm trying to get working my VGA chip (ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)) the following configuration: - this laptop has an LCD screen with a recommended resolution of 1280x800 @ 60 Hz - this machine has a D-SUB connector for CRT monitor devices, I've

Re: [OT] Samsung-provided linux drivers could be dangerous

2007-07-19 Thread John W. Foster
On Tuesday 17 July 2007 13:42, Anson Gardner wrote: > http://www.digg.com/linux_unix/Samsung_Linux_printer_driver_modifies_the_pe >rmissions_of_many_executables > > I was going to recommend a Samsung Laser printer (like my ML-2250) on > the "Economic Printer" thread, but now maybe not. > > Well, in

Re: [OT] Samsung-provided linux drivers could be dangerous

2007-07-18 Thread Chris Lale
Anson Gardner wrote: > http://www.digg.com/linux_unix/Samsung_Linux_printer_driver_modifies_the_permissions_of_many_executables > > I was going to recommend a Samsung Laser printer (like my ML-2250) on > the "Economic Printer" thread, but now maybe not. > > Well, in fact I still recommend it, ju

Re: [OT] Samsung-provided linux drivers could be dangerous

2007-07-17 Thread Andrew J. Barr
On 7/17/07, Anson Gardner <[EMAIL PROTECTED]> wrote: http://www.digg.com/linux_unix/Samsung_Linux_printer_driver_modifies_the_permissions_of_many_executables I was going to recommend a Samsung Laser printer (like my ML-2250) on the "Economic Printer" thread, but now maybe not. I remember seein

[OT] Samsung-provided linux drivers could be dangerous

2007-07-17 Thread Anson Gardner
http://www.digg.com/linux_unix/Samsung_Linux_printer_driver_modifies_the_permissions_of_many_executables I was going to recommend a Samsung Laser printer (like my ML-2250) on the "Economic Printer" thread, but now maybe not. Well, in fact I still recommend it, just not their driver CD. I wonder

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-15 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/15/07 11:46, Greg Folkert wrote: > On Mon, 2007-01-15 at 09:33 -0600, Ron Johnson wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 01/14/07 23:58, Greg Folkert wrote: >>> On Sat, 2007-01-13 at 11:43 -0800, Paul Johnson wrote: >

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-15 Thread Greg Folkert
On Mon, 2007-01-15 at 09:33 -0600, Ron Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/14/07 23:58, Greg Folkert wrote: > > On Sat, 2007-01-13 at 11:43 -0800, Paul Johnson wrote: > >> Greg Folkert wrote: > >> > >>> On Fri, 2007-01-12 at 22:01 -0500, Grok Mogger wrote: >

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-15 Thread Anson Gardner
On Monday 15 January 2007 09:33, Ron Johnson wrote: > On 01/14/07 23:58, Greg Folkert wrote: > > On Sat, 2007-01-13 at 11:43 -0800, Paul Johnson wrote: > >> Greg Folkert wrote: > >>> On Fri, 2007-01-12 at 22:01 -0500, Grok Mogger wrote: > [EMAIL PROTECTED] wrote: > "The kernel comes with

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-15 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/14/07 23:58, Greg Folkert wrote: > On Sat, 2007-01-13 at 11:43 -0800, Paul Johnson wrote: >> Greg Folkert wrote: >> >>> On Fri, 2007-01-12 at 22:01 -0500, Grok Mogger wrote: [EMAIL PROTECTED] wrote: "The kernel comes with it's own docum

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-14 Thread Greg Folkert
On Sat, 2007-01-13 at 11:43 -0800, Paul Johnson wrote: > Greg Folkert wrote: > > > On Fri, 2007-01-12 at 22:01 -0500, Grok Mogger wrote: > >> [EMAIL PROTECTED] wrote: > > > >> > >> "The kernel comes with it's own documentation section. Some > >> good reading there." > >> > >> Sounds great. Wh

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-14 Thread Douglas Tutty
On Fri, Jan 12, 2007 at 10:50:19PM -0500, Grok Mogger wrote: > My goal is ultimately the following. I want to be able to say > "I'm interested in getting a Super Device 4000" and then go > through whatever steps I need to verify that it will or won't > work before I even try it. I'd like to

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Dave Patterson
on Sat, Jan 13, 2007 at 05:46:04PM -0500 Grok Mogger mumbled: > This sounds like if I know for a fact that the device I'm > interested in uses "Chipset Awesome 100c", then I could start > grep'ing through the kernel source for parts and permutations of > the chipset name hoping to find some ma

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Grok Mogger
Andrei Popescu wrote: On Fri, 12 Jan 2007 22:50:19 -0500 Grok Mogger <[EMAIL PROTECTED]> wrote: Is it safe to say that drivers are really for a chipset, not a device? And so therefore, support for a device really boils down to "is the chipset supported?" not "is the device supported"? Yes,

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Grok Mogger
Kevin Ross wrote: Here's a code snippet from ne2k-pci.c, the NE2000-clone NIC driver: static struct { char *name; int flags; } pci_clone_list[] __devinitdata = { {"RealTek RTL-8029", REALTEK_FDX}, {"Winbond 89C940", 0}, {"Compex RL2000", 0}, {"KTI ET32P2", 0}, {"NetVin NV5000SC", 0}, {

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Grok Mogger
Kevin Mark writes: >> wizbang 1000 (chipset A) uses kernel module P wizbang 1000 (rev. 2, chipset B) uses kernel Q. > John Hasler wrote: They also sometimes have the chips labeled with their own labels so that somebody has to do some reverse engineering to find out what is really in there.

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Andrew Sackville-West
On Fri, Jan 12, 2007 at 08:14:58PM -0800, Kevin Ross wrote: > > Having a comprehensive list of supported chipsets would be useful, though. > If > some text-parsing wizard out there would like to write such a program, it > would > be interesting. now if only manufacturers would put the chips

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread John L Fjellstad
Grok Mogger <[EMAIL PROTECTED]> writes: > "The kernel comes with it's own documentation section. Some good > reading there." > > Sounds great. Where can I find that? =P # aptitude install linux-doc- where is the version of your kernel. The package might have been called kernel-doc- in sarge

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Paul Johnson
Greg Folkert wrote: > On Fri, 2007-01-12 at 22:01 -0500, Grok Mogger wrote: >> [EMAIL PROTECTED] wrote: > >> >> "The kernel comes with it's own documentation section. Some >> good reading there." >> >> Sounds great. Where can I find that? =P > > http://www.kernel.org/pub/linux/kernel/v2.6/l

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Hugh Lawson
Grok Mogger <[EMAIL PROTECTED]> writes: > Thanks to everyone who's taken the time to respond. It's helped a > lot. I'd still like some more help though if you can spare it. =) Hear! Hear! This has been really informative. -- Hugh Lawson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAI

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Andrei Popescu
On Fri, 12 Jan 2007 20:47:05 -0500 Grok Mogger <[EMAIL PROTECTED]> wrote: > Hey everyone, > > If the default kernel that comes with Debian has all these built > in drivers and modules, then shouldn't there be some way to just > get a list of every supported device? What about generic drivers l

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Andrei Popescu
On Fri, 12 Jan 2007 22:50:19 -0500 Grok Mogger <[EMAIL PROTECTED]> wrote: > Is it safe to say that drivers are really for a chipset, not a > device? And so therefore, support for a device really boils > down to "is the chipset supported?" not "is the device supported"? Yes, but not 100%. Along

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-13 Thread Paul Johnson
Roberto C. Sanchez wrote: > Some of the truly annoying problems crop up when you have > BarWidget 175t manufactured before some date using chipsets from company > C and BarWidget 175t manufactured after a certain date using chipsets > from company D, but there is no change in model number. Users

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread Kevin Ross
Here's a code snippet from ne2k-pci.c, the NE2000-clone NIC driver: static struct { char *name; int flags; } pci_clone_list[] __devinitdata = { {"RealTek RTL-8029", REALTEK_FDX}, {"Winbond 89C940", 0}, {"Compex RL2000", 0}, {"KTI ET32P2", 0}, {"NetVin NV5000SC", 0}, {"Via 86C926", ONLY_16

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread John Hasler
Grok Mogger writes: > Is it safe to say that drivers are really for a chipset, not a device? > And so therefore, support for a device really boils down to "is the > chipset supported?" not "is the device supported"? Fairly safe. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread John Hasler
sdpatt2 wrote > The kernel comes with it's own documentation section. Some good reading > there. Grok Mogger writes: > Sounds great. Where can I find that? Install the kernel source package for your kernel and look in /usr/src/linux/Documentation. -- John Hasler -- To UNSUBSCRIBE, email to

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread Grok Mogger
Thanks to everyone who's taken the time to respond. It's helped a lot. I'd still like some more help though if you can spare it. =) My goal is ultimately the following. I want to be able to say "I'm interested in getting a Super Device 4000" and then go through whatever steps I need to ve

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread Greg Folkert
On Fri, 2007-01-12 at 22:01 -0500, Grok Mogger wrote: > [EMAIL PROTECTED] wrote: > > "The kernel comes with it's own documentation section. Some > good reading there." > > Sounds great. Where can I find that? =P http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.gz Extract it and

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread Grok Mogger
[EMAIL PROTECTED] wrote: on Fri, Jan 12, 2007 at 08:47:05PM -0500 Grok Mogger mumbled: Hey everyone, If I want to buy a new piece of hardware, and I want to figure out if it's supported or not (BEFORE I buy it), One good way is to take a knoppix disk to the 'puter store and boot the shiny

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread John Hasler
Kevin Mark writes: > wizbang 1000 (chipset A) uses kernel module P > wizbang 1000 (rev. 2, chipset B) uses kernel Q. They don't even always bother with changing the revision number. Sometimes they just slipstream the change so that all units after a certain serial number use the new chipset. The

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread Kevin Mark
On Fri, Jan 12, 2007 at 08:47:05PM -0500, Grok Mogger wrote: > Hey everyone, > > If the default kernel that comes with Debian has all these built > in drivers and modules, then shouldn't there be some way to just > get a list of every supported device? > > If I want to buy a new piece of hardwa

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread sdpatt2
on Fri, Jan 12, 2007 at 08:47:05PM -0500 Grok Mogger mumbled: > Hey everyone, > > If I want to buy a new piece of hardware, and I want to figure > out if it's supported or not (BEFORE I buy it), One good way is to take a knoppix disk to the 'puter store and boot the shiny new machine off it.

Re: Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread Roberto C. Sanchez
On Fri, Jan 12, 2007 at 08:47:05PM -0500, Grok Mogger wrote: > Hey everyone, > > If the default kernel that comes with Debian has all these built > in drivers and modules, then shouldn't there be some way to just > get a list of every supported device? > Nope. However, with enough work, you ca

Linux Drivers, The Kernel, and a Driver List

2007-01-12 Thread Grok Mogger
Hey everyone, If the default kernel that comes with Debian has all these built in drivers and modules, then shouldn't there be some way to just get a list of every supported device? If I want to buy a new piece of hardware, and I want to figure out if it's supported or not (BEFORE I buy it),

Re: Free linux drivers for V90 Conexant modems

2004-10-31 Thread Lars Helgeland
Asim Jamshed <[EMAIL PROTECTED]> wrote: >Hello, > >For quite some time now, I've been searching device driver for my V90 >HCF Conexant winmodem. The linuxant site demands a fee for its >acquisation. Are there any alternative sites where its driver is >available? You might try your luck with the la

Re: Free linux drivers for V90 Conexant modems

2004-10-29 Thread Ron Johnson
On Fri, 2004-10-29 at 13:44 -0700, Paul Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ron Johnson <[EMAIL PROTECTED]> writes: > > > 'cause that's one more "thing" on top of/near his PC, with one > > more length of cable, and one more wall wart that has to be plugged > > in

Re: Free linux drivers for V90 Conexant modems

2004-10-29 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Johnson <[EMAIL PROTECTED]> writes: > 'cause that's one more "thing" on top of/near his PC, with one > more length of cable, and one more wall wart that has to be plugged > in somewhere? A 75 cent outlet saver on a power strip prevents your wall

Re: Free linux drivers for V90 Conexant modems

2004-10-29 Thread Ron Johnson
On Thu, 2004-10-28 at 21:30 -0700, Paul Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Asim Jamshed <[EMAIL PROTECTED]> writes: > > > For quite some time now, I've been searching device driver for my V90 > > HCF Conexant winmodem. The linuxant site demands a fee for its > >

Re: Free linux drivers for V90 Conexant modems

2004-10-28 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asim Jamshed <[EMAIL PROTECTED]> writes: > For quite some time now, I've been searching device driver for my V90 > HCF Conexant winmodem. The linuxant site demands a fee for its > acquisation. Are there any alternative sites where its driver is > avai

Re: Free linux drivers for V90 Conexant modems

2004-10-25 Thread Alexis Huxley
> For quite some time now, I've been searching device driver for my V90 > HCF Conexant winmodem. The linuxant site demands a fee for its > acquisation. Are there any alternative sites where its driver is > available? I believe this is the same as the LT winmodem isn't it? Take a look at http://dio

Free linux drivers for V90 Conexant modems

2004-10-25 Thread Asim Jamshed
Hello, For quite some time now, I've been searching device driver for my V90 HCF Conexant winmodem. The linuxant site demands a fee for its acquisation. Are there any alternative sites where its driver is available? Regards, -Asim- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Label printers with linux drivers?

2004-05-12 Thread Andrew Perrin
On Thu, 13 May 2004, Matthew Joyce wrote: > > Hi, > > I'm looking for a label printer which I can print from linux to, any > ideas ? > Do I need to find one with linux drivers, or just a compatible printer > which supports a popular language like pcl ? > > Ideal

Label printers with linux drivers?

2004-05-12 Thread Matthew Joyce
Title: Label printers with linux drivers? Hi, I'm looking for a label printer which I can print from linux to, any ideas ? Do I need to find one with linux drivers, or just a compatible printer which supports a popular language like pcl ? Idealy I'd like a network printer, o

Re: ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-27 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Jul 26, 2003 at 12:11:52PM -0500, Nick Lidakis wrote: > >Ah, cool. Any gotchas like kernel modules I'll have to deal with? > > > > > > > The 2 scripts will build and install the modules for you. Is that what > you mean? Yeah, but thankfully

Re: ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-26 Thread Haralambos Geortgilakis
Hiyall & Nick & Paul, who typed Nick Lidakis wrote: Paul Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 24, 2003 at 01:28:10PM -0500, Nick Lidakis wrote: Check out the release notes for the driver. They provide specific instructions on how to get the RPM install

Re: ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-26 Thread Nick Lidakis
Paul Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 24, 2003 at 01:28:10PM -0500, Nick Lidakis wrote: Check out the release notes for the driver. They provide specific instructions on how to get the RPM install with Debian. I got it going ina few minutes using alien

Re: ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-24 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 24, 2003 at 01:28:10PM -0500, Nick Lidakis wrote: > Check out the release notes for the driver. They provide specific > instructions on how to get the RPM install with Debian. I got it going > ina few minutes using alien and dpkg. Ah, c

Re: ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-24 Thread Nick Lidakis
Paul Johnson wrote: Anything's gotta be better than what I've got right now...anybody know the ETA of seeing this in Debianized form? Check out the release notes for the driver. They provide specific instructions on how to get the RPM install with Debian. I got it going ina few minutes usi

Re: ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-24 Thread Harshwardhan Nagaonkar
Paul Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jul 22, 2003 at 10:25:23PM -0500, Nick Lidakis wrote: I thought someone on the list might want to know that ATI released updated drivers for their Radeon Fire GL and consumer 8500 series and above video cards. Anything's

Re: ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-24 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jul 22, 2003 at 10:25:23PM -0500, Nick Lidakis wrote: > I thought someone on the list might want to know that ATI released > updated drivers for their Radeon Fire GL and consumer 8500 series and > above video cards. Anything's gotta be bette

Re: ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-23 Thread Harshwardhan Nagaonkar
Nick Lidakis wrote: I thought someone on the list might want to know that ATI released updated drivers for their Radeon Fire GL and consumer 8500 series and above video cards. The release notes are exactly the same as the previous version, but I thought I might give them a spin since Xv was a bi

ATI releases update Linux drivers for Xfree 4.1, 4.2 and 4.3

2003-07-22 Thread Nick Lidakis
I thought someone on the list might want to know that ATI released updated drivers for their Radeon Fire GL and consumer 8500 series and above video cards. The release notes are exactly the same as the previous version, but I thought I might give them a spin since Xv was a bit broken in the last

Re: Seeking Linux drivers and hardware for Barcode readers

2000-08-25 Thread brian moore
On Fri, Aug 25, 2000 at 11:01:41AM -0500, John Foster wrote: > Any one seen, heard of, any hardware and drivers or third party drivers > for linux OS for barcode readers. you mean like the ones you can get for free from radio shack? See uscan.sourceforge.net -- works great with a little bit o' ph

RE: Seeking Linux drivers and hardware for Barcode readers

2000-08-25 Thread Lewis, James M.
> Any one seen, heard of, any hardware and drivers or third party drivers > for linux OS for barcode readers. > The barcode readers we use aren't os specific. They are either keyboard wedges or serial devices. There are bunches to choose from. The ones I have used are from Allen-Bradley (relab

Seeking Linux drivers and hardware for Barcode readers

2000-08-25 Thread John Foster
Any one seen, heard of, any hardware and drivers or third party drivers for linux OS for barcode readers. -- AdVance-Computing Systems We sell fine quality servers and workstations. We specialize in multiprocessor units. We install Debian Linux at no extra charge! John Foster

Which hardware has linux drivers?

2000-07-30 Thread Krzys Majewski
Is there anything besides LHD for finding out if some piece of hardware is supported by linux? I'm looking at new machines and nobody knows anything about linux, which is funny considering their webservers are probably running it. How do you guys deal with this? Do you just buy a machine and cross

Re: SB Live Linux drivers?? && Creative DVD??

1999-06-22 Thread kerkhoff
anagement, It's all that! *end sarcasm* Bill Gates should > be shot. > > Anyway, if you know anything on SBLive Linux drivers drop me a line :) > > Thanks > J.W. Jones > > "Confucious Say: Man who kicked in testicles left holding bag." -- Wim Kerkhoff

SB Live Linux drivers??

1999-06-22 Thread J.W. Jones
slim code, superior memory management, It's all that!  *end sarcasm* Bill Gates should be shot.   Anyway, if you know anything on SBLive Linux drivers drop me a line :)   Thanks J.W. Jones   "Confucious Say: Man who kicked in testicles left holding bag."    

Re: New Riva TNT Linux drivers

1999-06-06 Thread Raymond A. Ingles
On 3 Jun 1999, Gary L. Hennigan wrote: > Has anyone taken the plunge and installed all the new Riva TNT OpenGL > stuff? Any gotcha's? I've been using the XF86_SVGA 3.3.1 server for > quite some time with my TNT card and haven't had a problem. The new X server they provide has the VMWare DGA patc

Re: New Riva TNT Linux drivers

1999-06-03 Thread Gary L. Hennigan
Steve Kondik <[EMAIL PROTECTED]> writes: | im running the new code now. its great, quake2 rocks, but the code is still | a little choppy. and i could only get the xserver started in 16 or 32 bpp, | and at 32 i got segfaults. at least its an effort. That's good to hear. Dave Schmenk (the devel

Re: New Riva TNT Linux drivers

1999-06-03 Thread Steve Kondik
im running the new code now. its great, quake2 rocks, but the code is still a little choppy. and i could only get the xserver started in 16 or 32 bpp, and at 32 i got segfaults. at least its an effort. steve On 06/03/99 @ 01:05PM, Gary L. Hennigan wrote: > Has anyone taken the plunge and ins

New Riva TNT Linux drivers

1999-06-03 Thread Gary L. Hennigan
Has anyone taken the plunge and installed all the new Riva TNT OpenGL stuff? Any gotcha's? I've been using the XF86_SVGA 3.3.1 server for quite some time with my TNT card and haven't had a problem. I've been waiting for EONS for a GLX implementation to allow me to display results from my SGI visua

Re: Linux drivers ?: Rage Pro LT Card for Flat-Panel-Displays (LCD)

1999-03-02 Thread Jean Pierre LeJacq
On Mon, 1 Mar 1999, Roy, Purna wrote: > Do any of you know of a linux X-configuration in terms of driver an other > settings for this ? Check out the following site. It works well for my Dell Inspiron notebook which uses this chip with 8 Mbytes memory, not so well with the version that has 4 Mby

Re: Linux drivers ?: Rage Pro LT Card for Flat-Panel-Displays (LCD)

1999-03-01 Thread Steve Hsieh
See http://www.eecs.umich.edu/~steveh/inspiron/ On Mon, 1 Mar 1999, Roy, Purna wrote: > Do any of you know of a linux X-configuration in terms of driver an other > settings for this ? > > > -- > > From: Branden Robinson[SMTP:[EMAIL PROTECTED] > > Sent: Monday, March 01, 1999

Linux drivers ?: Rage Pro LT Card for Flat-Panel-Displays (LCD)

1999-03-01 Thread Roy, Purna
Do any of you know of a linux X-configuration in terms of driver an other settings for this ? > -- > From: Branden Robinson[SMTP:[EMAIL PROTECTED] > Sent: Monday, March 01, 1999 11:58 AM > To: Roy, Purna > Subject: Re: Rage Pro LT Card for Flat-Panel-Displays (LCD) >

Linux Drivers

1998-10-13 Thread Carl Vilbrandt
I would like to confirm you are working on a Linux driver for: ACER 2x4 cdrom rw and w Model # 6206a and when the Linux driver will be ready.