mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
e04336d087
Allow tweaking the driver selection using the manager config: - The new attribute 'ps2="no"' suppresses the selection of the PS/2 driver. - The new attribute 'intel_gpu="no"'suppresses the selection of the Intel GPU and fb drivers, letting Sculpt fall back to VESA or boot-fb. Note that the dynamic change of those attributes is handled in principle but not advisable. E.g., disabling the intel driver after startup leaves the hardware in a state that the VESA driver cannot cope with. However, when statically defining the attributes in sculpt/manager/default, it is now possible to build an image that uses VESA on an intel machine. Issue #5174 |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.