splash is moved left in 1/4th of width in my screen (1280x1024 GF108-card) although this theme worked correctly under 12.02
Solution to this is change "Window.GetWidth()" function with 1920 (3x) in plymouth.script file
Don't remove following "/ 2" unless you calculate 1920/2 and replace! ;-)
Oh, problem solved! I several minutes ago rebooted my laptop without external monitor and logo appeared on center of screen, so I (as we say in Russia) dance with a tambourine :D (changed logo width and edited some strings of code in PearOS(paw-osx).script)
Ratings & Comments
8 Comments
splash is moved left in 1/4th of width in my screen (1280x1024 GF108-card) although this theme worked correctly under 12.02 Solution to this is change "Window.GetWidth()" function with 1920 (3x) in plymouth.script file Don't remove following "/ 2" unless you calculate 1920/2 and replace! ;-)
this happens in X.org driver
So, i need to have this string look like here ("progress_box.x = 1920 (3x) / 2 - progress_box.image.GetWidth() / 2;")?
Fuck, there is a lot "Window.GetWidth()"... Can you please just upload this file to e.g. Mega and send link to me?
here you are (/lib/plymouth/themes/Paw-OSX/paw-osx.script) https://drive.google.com/open?id=0B4muzHWfZOTjS1pUUEI0VkVUNlE
Yeah, now I understood. But now the logo moved from the left side of the screen (2/5) to the right side (4/5) :\
Yeah, now I understood. But now the logo moved from the left side of the screen (2/5) to the right side (4/5) :\
Oh, problem solved! I several minutes ago rebooted my laptop without external monitor and logo appeared on center of screen, so I (as we say in Russia) dance with a tambourine :D (changed logo width and edited some strings of code in PearOS(paw-osx).script)