Error-How to start GUI?
Hi,
While booting KetBoardInterPreter_UK nOt found error message.How to solve it?I am getting the following error while starting JNodeWTTest.
INFO[JNMouseHandler]:No hardware-cursor found on device fb0
Exception in command
org.jnode.wt.components.JNException:
java.lang.NullPointerException:NPE at address OCA17942
org.jnode.wt.server.JNServer!start(76)
org.jnode.test.gui.JNodeWTTest!main(17)
org.jnode.vm.VmReflection!invoke(352)
gnu.java.security.action.InvokeAction!run(38 [java.lang.reflect.Method#invoke 264])
org.jnode.vm.VmaccessController!doPrivelaged(193)
org.jnode.shell.ThreadCommandInvoker$commandRunner!run
(164[java.security.AccessController#doPriveleged(144))
java.lang.Thread!run(448)
org.jnode.vm.VmThread!run Thread(495)
How to start GUI?
- gayathri's blog
- Login to post comments
startawt
The correct command is startawt.
However your exception is due to a missing hardware cursor which means that your videocard is either not supported (yet) or does not support a hardware cursor.
Ewout
About the startawt command. I
About the startawt command. I wrote together with Ashak on irc and we don't see the same, he gets a grey box and alot more, but I only get a black screen with a white mouse pointer. We was both running jnode in vmware and now I wonder... It doesn't help waiting, nothing happens. I have set the memory usage to be controlled by vmware, so it should not be a memory problem. Any Ideas?
Martin
Memory
How much memory does JNode have in vmware?
This can be a problem, but i've also noticed some strange hangups in starting the gui.
Ewout
Is it simply startawt?
It says Unknown alias class startawt.Is it the full command ?
JNode version
which version are you using.
The command i gave is for the CVS version.
Ewout
Driver for intel chipset family?
I used 0.1.9 version.
My system uses Intel 82810 chipset graphics card.How to write driver for it?I got only chipset manual.Is it possible to implement?
Driver
It is certainly possible, especially if you have the chipset docs.
Have a look at the drivers for nvidia and radeon to see the general structure of a driver. I hope to write some docs about it soon.
Ewout