Console switching in graphics mode

Project:JNode Core
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

I would very much like to be able to see the debug-screen/console (alt+F7) when starting the awt/gui mode. I'm trying to get my nVidia Geforce4 4200 to work, but I really could need some output.

Martin

I'll see if I can use the

I'll see if I can use the kernel debugger over rs232 to a other computer, but in long term it would be nice to have some thing like on linux with ctrl+alt+f7 for the Xserver and console screens on the other ctrl+alt+f-keys.

Martin

#1

Use the kernel debugger (kdb on) for this.

Ewout

#1

Title:I would very much like to be able to see t» Console switching in graphics mode

Is kdb enough, can we close that request?

Imho if we still want that feature it is a very hard one. If you have a look at linux with a very good driver support you can see that they're not able to switch back to a console for many many drivers.

#2

I think that feature could be usefull and the work I doing these days might help : I am working on vesa driver and also on a framebuffer console (usable, among others, with a vesa driver). That framebuffer console could be used to implement that feature.

Another alternative would be to implement the feature by switching to text mode.
In both cases, I think we need to backup the graphics display.

I might be wrong since I have not yet thought further about that feature.

#3

You can already switch to text mode with Alt-F11.
After that startawt will bring you back to the gui screen where you left it.

#4

great !

but switching back to graphics mode should also be done by a keyboard shortcut imho ... that just gave me another idea : what do you think about linking keyboard shortcuts to a command line (or a script) ?

#5

Status:active» fixed

marking as fixed since you can already do that.

#6

Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.