I'm trying to pick an small (< 4") touchscreen TFT/LCD. Because I'm no stranger to LCD/TFT linux driver development (I did one for an Epson chip), I'd rather pick one that is supported directly by the kernel.

Is there a listing of the video chipsets that Linux natively supports?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

The drivers/video/Kconfig file from the "Frame buffer hardware drivers" line onwards is probably the most up-to-date source.

link|improve this answer
"Read the source" Thanks, Obi-Wan – Jamie Aug 10 '10 at 18:04
+1 for the LXR link ... great site I've been using for years. – Jamie Aug 10 '10 at 18:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.