1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:18:12 +00:00
serenity/Base/usr/share/man
Liav A d49a35df31 Kernel/Graphics: Simplify the feature level of the Graphics subsystem
Instead of letting the user to determine whether framebuffer devices
will be created (which is useless because they are gone by now), let's
simplify the flow by allowing the user to choose between full, limited
or disabled functionality. The determination happens only once, so, if
the user decided to disable graphics support, the initialize method
exits immediately. If limited functionality is chosen, then a generic
DisplayConnector is initialized with the preset framebuffer resolution,
if present, and then the initialize method exits. As a default, the code
proceeds to initialize all drivers as usual.
2022-05-05 20:55:57 +02:00
..
man1 ifconfig: Stop supporting setting/displaying default gateway 2022-05-01 13:34:27 +02:00
man2 Kernel: Add a 'no_error' pledge promise 2022-03-26 21:34:56 +04:30
man3 Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
man4 Base: Document /dev/audio devices 2022-02-17 14:45:39 +03:30
man5 Base: Extend and improve the GML documentation 2022-03-31 22:13:49 -07:00
man6 Games: Add MasterWord 2022-03-18 04:55:21 -07:00
man7 Kernel/Graphics: Simplify the feature level of the Graphics subsystem 2022-05-05 20:55:57 +02:00
man8 Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pci 2022-03-08 21:52:10 +01:00