mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:37:46 +00:00
Kernel+WindowServer: Move setting tty graphical mode to Userspace
This will allow using the console tty and WindowServer regardless of your kernel command line. Also this fixes a bug where, when booting in text mode, the console was in graphical mode, and would not accept input.
This commit is contained in:
parent
4b0be17c71
commit
12c7b954e1
3 changed files with 12 additions and 5 deletions
|
@ -86,6 +86,8 @@ SocketPermissions=660
|
|||
Priority=high
|
||||
KeepAlive=true
|
||||
User=window
|
||||
# Ensure windowserver has a controlling TTY.
|
||||
StdIO=/dev/tty0
|
||||
|
||||
[InspectorServer]
|
||||
Socket=/tmp/portal/inspector,/tmp/portal/inspectables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue