xmb9
xmb9
> just copy paste the code into a new Cosmos Kernel project worked for me thats not even related to what the user's issue is.
Sure, here's my patches.h file. [patches.h (discord link)](https://cdn.discordapp.com/attachments/666265562221117451/1141550776011997194/patches.h)
I also have a source code repo, and the power icon actually isn't part of the status command. That is a modified statusbutton patch with icons on the left and...
Thanks for the advice, I'll try this out soon.
This isn't just a Newgrounds issue. I've noticed this happening several times when running `lime test html5` from the source code repo and refreshing.
Unfortunately, these drivers do not seem to support any mobile NVIDIA GPUs. They only support desktop NVIDIA cards.
fyi for feature readers: this kernel is included in my unoffical fork of galliumos, galliumos 4.0 download here: https://www.mediafire.com/file/h21xysx1w1cqem4/galliumos-4.0-broadwell.iso/file
> > >  > > > i have intel arc 770 with two Xeon E5-2680v4 and Win 11 Enterprise. > > > > > > Same thing on Win10...
...you literally never initalized the mouse 💀 ``` MouseManager.ScreenWidth = 800; MouseManager.ScreenHeight = 600; ``` put this in your before run
> The other comment above is incorrect, Display.GetDisplay(X, Y) initializes the size. What are you running this on? If it's using raw USB input, it won't work because cosmos has...