Opened 16 months ago

Last modified 16 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 arbuz)

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)

2022-12-26 at 18-19-55.mp4 (1.8 MB ) - added by arbuz 16 months ago.

Download all attachments as: .zip

Change History (3)

by arbuz, 16 months ago

Attachment: 2022-12-26 at 18-19-55.mp4 added

comment:1 by arbuz, 16 months ago

Description: modified (diff)

comment:2 by waddlesplash, 16 months ago

Component: User InterfaceDrivers
Owner: changed from stippi to nobody

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.

Note: See TracTickets for help on using tickets.