#author("2018-10-28T23:06:59+09:00","default:regex","regex") * 解像度の違うデュアルディスプレイで表示がおかしくなる [#u3dde41c] 通常、メインのディスプレイのほうが大きいので(今回は1920x1200)こちらに合わせるように、scriptを書き換えます。~ *moeplymouth_4のscriptを直す。 [#ie3b79d2] $ sudo gedit /usr/share/plymouth/theme/moeplymouth_4/moeplymouth.script 195:# resized_wallpaper_image = wallpaper_image.Scale (screen_width, screen_height); 196:resized_wallpaper_image = wallpaper_image.Scale (1920,1200); 以上で問題はないと思います。 ※(なお、Login画面は、設定反映前なので、画面自体を変えればOKです。)