Opened 2 years ago
Last modified 23 months ago
#18176 new bug
Screen breaks when reading /dev/console
Reported by: | arbuz | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Hello. I just enter in the Terminal:
cat /dev/console
and see the following behavior: https://imgur.com/a/rH3jLm5
"Operation not allowed" - it's ok, there is obviously some kind of restriction, but after this restriction is fulfilled, the system unexpectedly continues to do something, which leads to strange results.
In the video, I'm using VirtualBox for capture the video, but the behavior is the same on real hardware, on an Intel video card.
This is Beta 4.
Attachments (1)
Change History (3)
by , 2 years ago
Attachment: | 2022-12-26 at 18-19-55.mp4 added |
---|
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
comment:2 by , 23 months ago
Component: | User Interface → Drivers |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
This is actually the expected behavior, more or leess. /dev/console is the whole-screen text mode console. When it is opened, it clears the whole screen.
I guess since KDL knows how to tell app_server to do a full-screen refresh on exit, that /dev/console should be able to do so as well.