Comment 44 for bug 150930

Revision history for this message
c-cube (cedric-montagne) wrote : Re: Black screen, and bad usplash.conf

@brettalton :

As setting usplash.conf to a lower res (1024x768) and running "sudo update-initramfs -u -k `uname -r`" didn't work at all for me, I tried your fix and it worked perfectly fine but not "as is". I had to set display in StartUp-Manager to 640x480 res and 8 bit colordepth (i.e the lower settings).

Now, everything is ok and startup is far much faster. So, thanks a lot.

Here is my usplash.diff :

--- /home/c-cube/usplash.conf-bak 2007-10-23 15:26:46.000000000 +0200
+++ /home/c-cube/usplash.conf 2007-10-23 16:10:06.000000000 +0200
@@ -1,3 +1,3 @@
 # Usplash configuration file
-xres=1024
-yres=768
+xres=640
+yres=480