Changes between Initial Version and Version 2 of Ticket #520


Ignore:
Timestamp:
2013-03-28T18:00:10Z (11 years ago)
Author:
Martin Decky
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #520

    • Property Component helenos/unspecifiedhelenos/gui
  • Ticket #520 – Description

    initial v2  
    22
    33 Details::
    4  HelenOS has its own compositing server but it currently depends on kernel to properly set the mode of the graphics card.
    5  Effectively it means that the configuration of the graphics card is done at compile time (through configuration menu option) and there is no way to e.g. change the resolution at run-time.
    6  [[br]][[br]]
    7  Implement a driver for a graphics card 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 graphics card.
    8  Because currently there is no graphics driver it is reasonable to create rather simpler variant of the driver that would not use advanced features but rather switch the card into a VESA-compatible mode.
    9  The implemented driver shall support following operations. First of all, switch the graphics card into the VESA "legacy" mode that to allow running on as many models of the graphics adapters as possible.
    10  Detect possible resolutions and inform the graphics stack about them.
    11  Provide interface to allow user change the resolution and color depth.
    12  Detection of a second monitor would be a very nice feature.
     4  HelenOS has its own compositing server but it currently depends on kernel to properly set the mode of the graphics card. Effectively it means that the configuration of the graphics card is done at compile time (through configuration menu option) and there is no way to e.g. change the resolution at run-time.
     5  [[br]][[br]]
     6  Implement a driver for a graphics card 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 graphics card. Because currently there is no graphics driver it is reasonable to create rather simpler variant of the driver that would not use advanced features but rather switch the card into a VESA-compatible mode. The implemented driver shall support following operations. First of all, switch the graphics card into the VESA "legacy" mode that to allow running on as many models of the graphics adapters as possible. Detect possible resolutions and inform the graphics stack about them. Provide interface to allow user change the resolution and color depth. Detection of a second monitor would be a very nice feature.
    137
    148 What Gains and Benefits will this bring?::
    15  The current driver is a very minimalistic one living in the kernel.
    16  Creating a full-fledged video-driver in userspace would allow to remove the kernel driver and even more reduce the number of relict-drivers still present in kernel.
    17  It is expected that the userspace driver would provide extra features (runtime detection of possible resolution etc.) that would improve the experience when using HelenOS GUI.
     9  The current driver is a very minimalistic one living in the kernel. Creating a full-fledged video-driver in userspace would allow to remove the kernel driver and even more reduce the number of relict-drivers still present in kernel. It is expected that the userspace driver would provide extra features (runtime detection of possible resolution etc.) that would improve the experience when using HelenOS GUI.
    1810
    1911 Difficulty::
    20  medium
     12  Medium
    2113
    2214 Required skills::
    23  A successful applicant will have good skills of programming in the C language and the ability to survive in a non-standard non-POSIX environment. Previous experience with driver or graphics stack implementation would be beneficial.
     15  A successful applicant will have good skills of programming in the C language and the ability to survive in a non-standard non-POSIX environment. Previous experience with driver or graphics stack implementation would be beneficial.
    2416
    2517 Documentation::
     
    3022
    3123 Possible mentors::
    32  HelenOS Core Team
    33 
    34  
     24  HelenOS Core Team, Martin Decky