So flash has always been a problem for me since its inception, in the beginning it was an ignorable plugin which wasn't an actual necessity. Then came portal owners, such as my ISP for example, that began creating their whole content with flash, so it was on a day like that that it ended up on my OS.
Flash was always sub par on anything not MS Windows, and in my case, that is not the OS I choose to use. Everything was tolerable until many sites also started to stream videos with flash, some is utter crap, but every now and then, it's nice to see something and flash is really resource intensive when dealing with things like this.
In addition to that, I've switched over to mostly being on a netbook when not at work, interestingly enough, flash is not friendly.
While doing some random blog reading, a project came to my attention, and it might be a good idea to keep an eye on, that would be lightspark
So there, I'll be checking on it every now and then, luckily, html5 and everything else that's been going on will catch up fast and deem flash unnecessary :-)
Monday, July 12, 2010
Monday, June 14, 2010
Setting up a new kernel for meego
Meego has changed a bit from moblin, moblin used to use grub; meego has gone with extlinux, some sort of syslinux. Te configuration items are all in /boot/extlinux and can be easily configured from there.
This is what the default file upon install has:
$ sudo cat /boot/extlinux/extlinux.conf
# extlinux.conf generated by anaconda
prompt 0
timeout 1
default vesamenu.c32
menu autoboot Starting MeeGo...
menu hidden
menu resolution 800 600
menu background splash.jpg
menu title Welcome to MeeGo!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
label meego
menu label MeeGo (2.6.33.3-11.1-netbook)
kernel vmlinuz-2.6.33.3-11.1-netbook
append ro root=/dev/sda2 vga=normal
menu default
So it was my intention to add a custom kernel by setting up a new label with
label meego-nfs
menu label MeeGo-NFS (2.6.33.3)
kernel vmlinuz-2.6.33.3
append ro root=/dev/sda2 vga=normal
And since we are making changes, I'm changing the timeout value to something larger and removing the menu hidden menu attribute.
This is what the default file upon install has:
$ sudo cat /boot/extlinux/extlinux.conf
# extlinux.conf generated by anaconda
prompt 0
timeout 1
default vesamenu.c32
menu autoboot Starting MeeGo...
menu hidden
menu resolution 800 600
menu background splash.jpg
menu title Welcome to MeeGo!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
label meego
menu label MeeGo (2.6.33.3-11.1-netbook)
kernel vmlinuz-2.6.33.3-11.1-netbook
append ro root=/dev/sda2 vga=normal
menu default
So it was my intention to add a custom kernel by setting up a new label with
label meego-nfs
menu label MeeGo-NFS (2.6.33.3)
kernel vmlinuz-2.6.33.3
append ro root=/dev/sda2 vga=normal
And since we are making changes, I'm changing the timeout value to something larger and removing the menu hidden menu attribute.
Wednesday, June 09, 2010
Obtaining the file system id on Linux
I keep forgetting how to get this... must be that I cannot grasp any new knowledge anymore :-P
Whatever the problem is, it is best to document it.
The visual way would be to run:
$ ls -l /dev/disk/by-uuid/
The command way:
$ sudo blkid
And here's a: reference
Whatever the problem is, it is best to document it.
The visual way would be to run:
$ ls -l /dev/disk/by-uuid/
The command way:
$ sudo blkid
And here's a: reference
Saturday, June 05, 2010
Boy meets girl. Boy falls in love. Girl doesn't.
Just saw 500 Days Of Summer, a very interesting and fun movie.
The way life goes in romance and all that stuff is interestingly displayed along the movie. The story telling makes this flick rather interesting and enjoyable.
The cast was neatly fit, I must admit I kind of like Zooey Deschanel and it was nice to see Joseph Gordon-Levitt, best known to me from 3rd Rock from the Sun. The music accompanying the film was very well meshed and the tunes chosen of my liking.
It's just one of those movies that, in my case, can't stop thinking about after seeing.
Case in point, I liked it :-)
The way life goes in romance and all that stuff is interestingly displayed along the movie. The story telling makes this flick rather interesting and enjoyable.
The cast was neatly fit, I must admit I kind of like Zooey Deschanel and it was nice to see Joseph Gordon-Levitt, best known to me from 3rd Rock from the Sun. The music accompanying the film was very well meshed and the tunes chosen of my liking.
It's just one of those movies that, in my case, can't stop thinking about after seeing.
Case in point, I liked it :-)
Window manager themes that I liked for xfce4
So I was going over them, and decided to post them have them listed somewhere instead of going over them all over again in the future:
I've currently chose Therapy now, not that I need any :-P
- Elberg
- Gelly
- Moheli
- Stoneage
- Symphony
- Therapy
I've currently chose Therapy now, not that I need any :-P
Subscribe to:
Posts (Atom)