pelya / xserver-xsdl

XSDL - X.Org server ported to Android using SDL.
https://play.google.com/store/apps/details?id=x.org.server
Other
311 stars 55 forks source link

Change background.png #139

Closed Tutueti closed 3 years ago

Tutueti commented 3 years ago

Hello,

Is it possible to change the blue screen that shows up just after the resolution selection screen? I found it to be a file on Android/data/x.org.server/files/background.png I tried editing the image to just a solid red backgroud as I wanted, but whenever I open the app, it replaces it with the original.

Are there any means by which I could customize it?

pelya commented 3 years ago

Add '-nohelp' option to command line arguments in 'Change device configuration' dialog. You can also change the X server background image from your Linux by running something like

xloadimage -onroot -fullscreen image.png

On Sat, May 15, 2021 at 11:43 PM Tutueti @.***> wrote:

Hello,

Is it possible to change the blue screen that shows up just after the resolution selection screen? I found it to be a file on Android/data/x.org.server/files/background.png I tried editing the image to just a solid red backgroud as I wanted, but whenever I open the app, it replaces it with the original.

Are there any means by which I could customize it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/xserver-xsdl/issues/139, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABF5QCMYUR6ENHF3BH6E4DTN3MGZANCNFSM446HPN2Q .

Tutueti commented 3 years ago

Thank you. It works well.

Any way of also changing the starting SDL screen image?

pelya commented 3 years ago

You'll need to recompile the app for that

On Sun, 16 May 2021, 03:51 Tutueti, @.***> wrote:

Thank you. It works well.

Any way of also changing the SDL screen image?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pelya/xserver-xsdl/issues/139#issuecomment-841746614, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABF5QGPDMTP4TC32SQUKLDTN4JIVANCNFSM446HPN2Q .

Tutueti commented 3 years ago

Got It. Might not be worth the amount of work.

Thank you!