JS-OS icon indicating copy to clipboard operation
JS-OS copied to clipboard

x server blank

Open grantperry opened this issue 11 years ago • 6 comments

this could be an issue to do with my computer and or qemu but when the x server is started the screen (resises in qemu) then goes blank

grantperry avatar Mar 05 '14 10:03 grantperry

Try starting QEMU with -vga std and see if it works.

ghost avatar Mar 05 '14 15:03 ghost

still no luck with -vga std option

grantperry avatar Mar 05 '14 20:03 grantperry

Yes, this part of JS-OS has been, easily put, not the most stable. When developing, I did not put that much emphasis on the graphics since it is not that crucial to an operating system in early development. It would work and then break, etc. What happens, if I can recall correctly, is that when initializing into VESA mode, I had to allocate a buffer of a decent size to represent the graphics buffer. That process caused a page fault and thus a system-wide crash.

DamianB-BitFlipper avatar Mar 05 '14 21:03 DamianB-BitFlipper

Thanks, So are you still working on this project or is it dead?

grantperry avatar Mar 06 '14 07:03 grantperry

I would not say this project is dead, it is suspended. I will be coming back to it later, the only reason I suspended it is because I am working on another project of mine which I want to see up and running,

DamianB-BitFlipper avatar Mar 06 '14 20:03 DamianB-BitFlipper

Good. it is a great resource for my project. Thank You.

grantperry avatar Mar 06 '14 22:03 grantperry