Changes between Initial Version and Version 1 of Ticket #572
- Timestamp:
- 2014-02-13T15:44:20Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #572 – Description
initial v1 2 2 3 3 Details:: 4 Although HelenOS has its own compositing server, the amountof supported graphical adapters is rather low. On PCs, the compositor still relies on kernel to properly initialize the GPU, on other platforms the support is even more rudimentary.4 Although HelenOS has its own compositing server, the number of supported graphical adapters is rather low. On PCs, the compositor still relies on kernel to properly initialize the GPU, on other platforms the support is even more rudimentary. 5 5 [[br]][[br]] 6 Implement a driver for a !DisplayLink adapter that would be pluggable to the graphics stack and to the driver framework used in HelenOS and would allow the most common operations upon the adapter.6 The goal of this ticket is to implement a driver for a USB !DisplayLink adapter that would be pluggable to the graphics stack and to the device driver framework implemented in HelenOS. The driver should support at least proper mode setting (with optimal resolution detection) and unaccelerated graphics output. The driver should be also portable to any HelenOS platform that support the USB bus. 7 7 8 8 What Gains and Benefits will this bring?::