This is what happen..! RSS

This is the personal web page of Bernard Bolduc.

I write about stuff that I find cool. This is my own opinion, nobody else. I might write about security, tech and gadget. Take every thing with a grain of salt.

DISCLAIMER

I don't tell you to hack your employer, but you may find information that might help you. This is for educational purpose. If you can do it, you probably need to fix it. If nobody tell you how it's done, how can you fix it. This is why I may write about it.

Archive

Apr
5th
Sun
permalink

Ubuntu on my Vaio P

I’ve installed Ubuntu Linux on my Vaio P.  It’s quite easy with Ubuntu 9.04 Beta.  Graphic card, wireless, some function keys, hibernate and suspend works out of the box.  Some tweak are needed, but everything works quite ok.

Here is what needs to be tweak for it to work.  First thing, graphic card, you need 2 tweaks for it to work in native 1600x768 resolution.

Grub, you need to edit /boot/grub/menu.lst modify the line beginning with “kernel” and append this last command to boot in 1600x768x16bpp:

vga=0x367

Don’t forget to update grub:

# sudo update-grub

Then you need to add the following line to your /etc/X11/xorgs.conf file.  In the device section, right under “Identifier”:

driver       “fbdev”

Now reboot and you will have native resolution.  It wont be a speed daemon, but it’s really usable.  You can play low res flash video full screen without any skipping.

Comments (View)
blog comments powered by Disqus