Hello Michal,

please learn how to email and how to quote:

Am Freitag, den 13.11.2009, 22:26 +0100 schrieb Michal Kvasnicka:
> On Fri, Nov 13, 2009 at 7:36 PM, Raphael Gradenwitz
> <raph...@gradenwitz.ath.cx> wrote:

the form of address of others should never be quoted:
> > Hello Michal,
> >

in place of that you could greet us. Kindness doesn't cost nothing ;-)

> > Am Freitag, den 13.11.2009, 18:11 +0100 schrieb Michal Kvasnicka:
> >> On Fri, Nov 13, 2009 at 5:13 PM, Raphael Gradenwitz
> >> <raph...@gradenwitz.ath.cx> wrote:
> >> > Am Freitag, den 13.11.2009, 15:34 +0100 schrieb Michal Kvasnicka:
> >> >> After clean installation (Ubuntu 9.10 x64) and standard Raphael's
> >> >> procedure regarding stamina-speed switching on my notebook Z41XD I
> >> >> always see in SPEED graphics regime the following info just before
> >> >> NVIDIA logo shows up:
> >> >>
> >> >> =============================
> >> >> usplash: Setting mode 1152x864 failed
> >> >> usplash: Using mode 1024x768
> >> >> =============================
> >> >>
> >> >> this report can be ignored, but sometime (about 20-25% of start up
> >> >> SPEED sequences) ends with infinite blinking and freezing of the boot
> >> >> up sequence.
> >> >>
> >> >> Any help?
> >> >
> >> > Please paste the output from:
> >> >
> >> >        grep GRUB_GFXMODE /etc/default/grub
> >> >
> >> > What BIOS (unlocked?)
> >
> >> Here is the output:
> >> #GRUB_GFXMODE=640x480
> >
> > and what says
> >
> >        cat /etc/usplash.conf
> 
> # Usplash configuration file
> # These parameters will only apply after running update-initramfs.
> 
> xres=1600
> yres=900
> 

Bingo.

you can try this:
     Enter this commands in a console:

sudo sed -i -e 's/1600/1024/' -e 's/900/768/' /etc/usplash.conf
sudo update-initramfs -u -k `uname -r`

> >
> > and
> >
> >        cat /proc/cmdline
> >
> 
> BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic
> root=UUID=7d47bb0d-0022-4f56-9c37-dba755020791 ro acpi_osi="!Windows
> 2006" quiet splash

Then you could aditionally try this:

    sudo gedit /etc/default/grub

and add "gfxpayload=1024x768x24,1024x768x16,1024x768"
like this

GRUB_CMDLINE_LINUX_DEFAULT="splash gfxpayload=1024x768x24,1024x768x16,1024x768"
GRUB_CMDLINE_LINUX="acpi_osi=\\\"!Windows 2006\\\""

and run

sudo update-grub

and reboot.
I hope that helps!


this part should normaly not be quoted as well:
> 
> > Regards,
> >
> > Raphael
> >
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~sony-vaio-z-series
> > Post to     : sony-vaio-z-series@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~sony-vaio-z-series
> > More help   : https://help.launchpad.net/ListHelp
> >
> 

> See above attached outputs...
> 

and I normaly would not quote this farewell formula either because it
becomes appended over and over again filling hunderds of mailboxes and
archives:

> Michal
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~sony-vaio-z-series
> Post to     : sony-vaio-z-series@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~sony-vaio-z-series
> More help   : https://help.launchpad.net/ListHelp
> 


Regards,

Raphael


_______________________________________________
Mailing list: https://launchpad.net/~sony-vaio-z-series
Post to     : sony-vaio-z-series@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sony-vaio-z-series
More help   : https://help.launchpad.net/ListHelp

Reply via email to