Re: VGA Drivers

2007-12-26 Thread Kok, Auke
pradeep pradeep wrote:
> Hi,
> I want to support a new PCI based VGA card in
> linux. I want to know what is the VGA driver stack in
> the Linux. Can any one help me where to start.

Assuming you're not talking about a VGA grabber card here...

Graphics/ X drivers are mostly in userspace except some DRI/DRM infrastructure 
and
AGP code. You should start looking at the XOrg project.

The kernel has some framebuffer support, but I'm not sure that is what you are
looking for.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


VGA Drivers

2007-12-26 Thread pradeep pradeep
Hi,
I want to support a new PCI based VGA card in
linux. I want to know what is the VGA driver stack in
the Linux. Can any one help me where to start.

-Pradeep

Pradeep Annavarapu
Moschip Semiconductor
Hyderabad


  Forgot the famous last words? Access your message archive online at 
http://in.messenger.yahoo.com/webmessengerpromo.php

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


VGA Drivers

2007-12-26 Thread pradeep pradeep
Hi,
I want to support a new PCI based VGA card in
linux. I want to know what is the VGA driver stack in
the Linux. Can any one help me where to start.

-Pradeep

Pradeep Annavarapu
Moschip Semiconductor
Hyderabad


  Forgot the famous last words? Access your message archive online at 
http://in.messenger.yahoo.com/webmessengerpromo.php

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: VGA Drivers

2007-12-26 Thread Kok, Auke
pradeep pradeep wrote:
 Hi,
 I want to support a new PCI based VGA card in
 linux. I want to know what is the VGA driver stack in
 the Linux. Can any one help me where to start.

Assuming you're not talking about a VGA grabber card here...

Graphics/ X drivers are mostly in userspace except some DRI/DRM infrastructure 
and
AGP code. You should start looking at the XOrg project.

The kernel has some framebuffer support, but I'm not sure that is what you are
looking for.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/