Difference between revisions of "SMI LynxEM"
(Reverted edit of 68.64.97.176, changed back to last version by 24.224.150.122) |
m (Reverted edit of Wyrfel, changed back to last version by 68.64.97.176) |
||
Line 27: | Line 27: | ||
Display on the internal LCD works as long as you set the monitor settings correct. | Display on the internal LCD works as long as you set the monitor settings correct. | ||
− | ==== External | + | ==== External VGA port ==== |
Plug and play configuration | Plug and play configuration | ||
?? | ?? | ||
− | === Linux kernel Framebuffer | + | === Linux kernel Framebuffer drivers === |
There are two framebuffer drivers. One is sm712.c. The other is lynxfb.c. | There are two framebuffer drivers. One is sm712.c. The other is lynxfb.c. | ||
The sm712.c driver comes with the Embedded Linux Development Kit (eldk) as | The sm712.c driver comes with the Embedded Linux Development Kit (eldk) as |
Revision as of 17:53, 9 September 2005
SMI LynxEM+This is a Silicon Motion video adapter Note: 4MB memory versions are called LynxEM4+ in IBM documentation Features
|
Linux X.Org driver
This chip is supported by the 'siliconmotion' driver as part of the X.Org distribution
ThinkPad LCD
Display on the internal LCD works as long as you set the monitor settings correct.
External VGA port
Plug and play configuration ??
Linux kernel Framebuffer drivers
There are two framebuffer drivers. One is sm712.c. The other is lynxfb.c. The sm712.c driver comes with the Embedded Linux Development Kit (eldk) as part of the stock Linux kernel and seems to work well (but possibly needs hardware-dependant tweaks in some embedded environments.) The second one, lynxfb.c was obtained directly from Silicon Motion and won't work without tweaks in some environments.
There is also limited framebuffer support for this chip in embedded devices as part of the "U-Boot" boot loader. This works well and is based on the second (lynxfb) driver.