Posted by lazybit on September 22, 2008
Posted in blog | Tagged: Google, Mannheim, StreetView | Leave a Comment »
Posted by lazybit on September 3, 2008
Even though getting a native 64bit flash in the near future (meaning within this decade, not as posted some time ago) there is an update on flash 10 beta.
Over at me and ubuntu there is a very nice script, and tutorial.
Should work for almost everyone with a default ubuntu 64 install.
Thanks for the work. Have fun.
Posted in computer | Tagged: 64bit, flash 10, hardy heron, ubuntu | 3 Comments »
Posted by lazybit on September 2, 2008
I’ve seen I’m not the only one running a 64 bit Ubuntu Hardy and running into a problem starting Xorg with the fgrlx driver when using 3+ gig of ram.
My Xorg is running (without crashes so far) for a few days now, thanks to this fix at the ubuntu forum.
I’m using a script during startup that applies the patch and then starts kdm.
Here’s the fix (as seen in the ubuntu forum, link above):
#!/bin/sh
# Fixup /proc/mtrr
echo "disable=2" >| /proc/mtrr
echo "disable=1" >| /proc/mtrr
echo "disable=3" >| /proc/mtrr
echo "disable=4" >| /proc/mtrr
echo "disable=0" >| /proc/mtrr
echo "base=0x00000000 size=0x80000000 type=write-back" >| /proc/mtrr
echo "base=0x80000000 size=0x40000000 type=write-back" >| /proc/mtrr
echo "base=0xC0000000 size=0x10000000 type=write-back" >| /proc/mtrr
echo "base=0x100000000 size=0x20000000 type=write-back" >| /proc/mtrr
echo "base=0x120000000 size=0x10000000 type=write-back" >| /proc/mtrr
I’m using a ATI 3870, and a P35 chipset.
Posted in computer | Tagged: driver problem, fgrlx, hardy heron, mttr fix, ubuntu 8.04, xorg | Leave a Comment »