Changeset 1382446 in mainline for HelenOS.config


Ignore:
Timestamp:
2020-12-14T19:09:05Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1582b50
Parents:
0350033
Message:

Display device backend for output server

This provides console on a grahpical device, similar to the old kfb
backend. It talks to the userspace kfb driver, instead of mapping
the kfb directly. You can get graphical console by configuring
CONFIG_FB=y and CONFIG_WINSYS=n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r0350033 r1382446  
    608608! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)
    609609
     610% Window system
     611! [CONFIG_FB=y] CONFIG_WINSYS (y/n)
     612
    610613% Display double buffering
    611614! [CONFIG_FB=y] CONFIG_DISP_DOUBLE_BUF (y/n)
Note: See TracChangeset for help on using the changeset viewer.