sammy!! writes
"Debian unstable now has XFree86 4.0, so use apt-get or dselect and start downloading the new packages!"
There are still a ton of issues with it, but I've been using the XF86 debs for several months on my desktop, with no significant problems.
Re:Any known problems? (Score:2)
Just make sure your card is supported, and it should work well. The config files are different, but it uses a dialog setup tool that works ok.
Its actually a really nice config file, so if there are any problems you shoud be ok.
some minor issues. (Score:3)
I currently rebuilt my system (testing, wanted to be super clean after) and i stayed at x3.when x4 came into woody (yesterday i believe) the problems started.
i needed to reboot my box do to hardware issues. nothing serious. then when i when to start X i found my backspace and delete werent working (guys on irc had a riot with my typing, mad props to #clan_gun :) ) the keyboard maps for X were gone.
so i wanted to look at the problem, noticed x3 and x4 installed on my box ( first time i used dselect in a while). i thought to my self "what a great time to upgrade to x4" i removed x3 and added the extra x4 that was missing. shut down X when to restart, startx was missing.
i removed EVERYTHING x related and reinstalled x4 debs. now everything seems fine.
now. nvidia GLX drivers, i had test10, compiled with warnings about a INC and DEC pionter not right. and insmod NVdriver gave me "unknown symbol xxINCxx() and xxxDECxxx() downgraded to test7, module compiled fine.
removed mesa conficts and restarted X couldnt start X.... su segfaulted. reboot worked
ran blender system locked (harshly) manually needed to run fsck. /var/lib/dpkg/available was missing touched it and continued
changed xf86config-4 back to nv from nvidia x wouldnt restart. removed x4 installed x4 everything khosher ( i am sure i only needed to remove /usr/X11/lib/modules/extension/*glx* but i reinstalled anyways)
now everything works minus closed source nvidia glx.
not fscking with anything else :)
-rev
normally i am not this lame, just wanted to share with others incase they ran into similar problems.
Re:Font anti-aliasing is evil (Score:1)
by the way I seem to remember some of the older ARM3s were at 25Mhz, could be wrong though... I had one put in my A3000 back in the day.
You're right -- My A310 had a 25Mhz ARM3 in it. It got donated to a school eventually. sob
Phil--
Re:Font anti-aliasing is evil (Score:1)
You're right -- My A310 had a 25Mhz ARM3 in it. It got donated to a school eventually. sob
I know, replying to my own post, but before the pedants get to me, I should point out that this was a heavily upgraded A310 :)
Phil--
Re:Font anti-aliasing is NOT evil (Score:1)
-b
Re:XFree 4.0 Moves into Woody (Score:1)
P.S. All flames go to
Re:Font anti-aliasing is evil (Score:2)
Re:Who cares? (Score:1)
Re:Anti-Aliasing? (Score:1)
Re:XFree 4.0 Moves into Woody (Score:1)
But bottom line, it's a big deal because now you can use Xf86-4 without giving up all the advantages of Debian!
cheers
[*] I felt like a part of the Debian project long before I ever joined officially. I never came *close* to feeling like a part of RH!
4.x w/ a G400 dualhead (Score:1)
The only problem I've had with 4.x is that they seem to have a horrible memory leak - I don't know if it's my G400 drivers (I've tried both the 'official' Matrox driver and the one that came with X), or some other component that interfaces with X, such as the gtk-engines...
I hope this will help some people out there, and in like, I hope there's someone out there that is able to help me. :) I've looked all over for what might be the cause. It's maddening to have to restart X due to memory problems every ~24 hours. (192 megs mem, w/ a 300m swap... and swap will get up to about 40 megs w/ just X, a couple Eterms, and a 'fresh' netscape running.)
-------
CAIMLAS
Re:Experience with a Voodoo3 and X4.01 Woody (Score:1)
It includes gluptrens.
That's what your statements must look like to a Microsoft user.
Re:Font anti-aliasing is NOT evil (Score:1)
Re:Read This Before Upgrading! (Score:2)
xf86config seems to work nicely, except that it generates /etc/X11/XF86Config instead of /etc/X11/XF86Config-4. And if you want any extra modules loaded, or you want to change some of the more obscure defaults, you'll still have to edit it.
Also, the new name for the config file is XF86Config-4 (I don't know if this is debian specific) instead of XF86Config.
If you have no XF86Config-4, then it looks at XF86Config. But (probably to support keeping 3.x on the system or something) the packages install XF86Config-4 by default.
Try to avoid emailing Branden at all costs. He's been less than friendly to me, and I know other people who have had similar experiences.
He's probably very busy ;)
-----
Re:Any known problems? (Score:1)
I doubt that 4.x will be as stable as 3.x for at least another 8 months, so I'm sticking with 3.3.6. The only thing that could make me switch is the addition of real (a la Windows/MacOS/XIG/commercial UNIX) font support.
---------///----------
All generalizations are false.
Re:some minor issues. (Score:1)
From: FORT David
To: "linux-nvidia@lists.surfsouth.com"
Subject: [Patch]compiling NV 0.95 with 2.4.0test10,
avoid unresolved symbol while loading module
Everything's in the subject, fix mem_map_inc_count which has been removed recently from kernel headers. It works like a charm @ home.
--- nv.c.orig Sat Aug 26 02:48:38 2000
+++ nv.c Fri Nov 3 00:57:25 2000
@@ -95,6 +95,9 @@
#define NV_PAGE_ALIGN(addr) ( ((addr) + PAGE_SIZE - 1) / PAGE_SIZE)
#define NV_MASK_OFFSET(addr) ( (addr) & (PAGE_SIZE - 1) )
+#define mem_map_inc_count(p) atomic_inc( &(p->count) )
+#define mem_map_dec_count(p) atomic_dec( &(p->count) )
+
/*
* Our main lock for everything.
*/
---
The moral of this story: Subscribe to lists instead of bitching and moaning.
Re:It's not there yet (Score:2)
I find it very good, it even has a smaller footprint.
Re:Font anti-aliasing is evil (Score:1)
Re:Debian XF4/Nvidia (Score:1)
When the drivers first came out there were some issues with the origional TNT, but I don't know if any specific ones still exist. Try going on #nvidia on irc.openprojects.net. The nvidia developers hang out there often.
Re:Experience with a Voodoo3 and X4.01 Woody (Score:2)
It includes mkttfdir.
Re:XFree86 Debs from additional apt source lines (Score:1)
Re:S3 Virge (Score:1)
-----
Re:XFree86 Debs from additional apt source lines (Score:1)
Re:Xfree 401 packages (Score:1)
standard distribution is binaries(at least last time i downloaded them), you just have to run the install shell script. and you don't have to download all the servers - just the one you need.
Re:What about potato? (Score:1)
Re:Font anti-aliasing is NOT evil (Score:1)
Re:Anti-Aliasing? (Score:4)
Re:XFree86 Debs from additional apt source lines (Score:2)
mailing-lists (Score:1)
Debian-devel:
http://lists.debian.org/debian-devel-0011/msg0028
Debian-x:
http://lists.debian.org/debia n-x -0011/threads.html [debian.org] (lots of interesting threads here)
Re:XFree86 Debs from additional apt source lines (Score:2)
You can do that in one step using dpkg --divert --rename.
--
"Where, where is the town? Now, it's nothing but flowers!"
Re:S3 Virge (Score:1)
Re:Font anti-aliasing is evil (Score:2)
That's one of the major reasons I stay away from X in the first place (besides the fact that my new Mobility chipset in my new laptop really isn't supported). It just doesn't look as "finished" as it does in Windows.
Anti-Aliasing? (Score:1)
Is there any hope for anti-aliasing in XF4.0?
-Gavin
S3 Virge Rocks! (Score:1)
XFree86 Debs from additional apt source lines (Score:5)
These debs seem fairly stable to me and are worth the download for most cards. Enjoy!
--
Re:A bit of trouble (Score:1)
Now, I just need to make the 3D working well for my G400... that's was missing with debian, a working-with-no-recompiling lib for the 3D
Font anti-aliasing is evil (Score:1)
must... resist... (Score:2)
(So, would this mean XFree4 is sporting a woody?)
- A.P.
--
* CmdrTaco is an idiot.
Re:XFree 4.0 Moves into Woody (Score:1)
Re:Anti-Aliasing? (Score:1)
--
Xfree 4.x can be a little flaky (Score:3)
This isn't a Debian issue (I'm using 4.0.1 on my mongrel RH workstation), but I have noticed recently that the X server will SIG 11 at odd times. I haven't pinned down the common thread yet, but it seems to happen at the point of initial start up of some programs (e.g. the AnyJ java ide thingy from www.netcomputing.de [netcomputing.de], which gets to the splash screen and _blammo_, X server dies). When I first installed X 4.0, it would SIG 11 when I right clicked on a variable in DDD. So anyway, my point is be cautious, as for all the improvments in XFree 4.x (and don't get me wrong, it is nicer, especially in the font managment realm), it still has some odd stability issues.
--
Re:Debian XF4/Nvidia (Score:1)
David
So who among us held out? (Score:4)
Did you "hold out" knolwedge of the XFree86 4 debs until you'd downloaded yours?
( ) Yes, bwahaha.
( ) No
( ) First post!
( ) What's a deb?
Re:Font anti-aliasing is NOT evil (Score:3)
Because Windows has had it for 5 years.
And RiscOS had it in 1987. Your point?
Windows implementation of Antialiasing (known as Font Smoothing in the Windows world) is a long way away from the ideal Nirvana of text presentation. Antialiasing is really a problem with small text sizes - all those serifs and lines close together get confused when you try to render a vector object onto a grid with too few sampling points. As Windows only smooths the larger font sizes by default, this makes it a little irrelevent for text viewing. Nyquist would tell you more.
Therefore an advanced font renderer will help the eye perceive the real shape of the text better by shading the text with different shades between the text by understanding what proportion of the curve of the letter lies inside the pixel. This is particularly important when you consider sub pixel alignment both horizontally and vertically - with large passages of text with real micro alignment, this makes a huge difference to the readability of the text - enough that helvetica in a 5 pixel high font is vageuly intelligible. Speaking as someone who tend to use a 6x13 font for most things on a 21 inch monitor, antialiasing of the text in Type1 or truetype vector formats would be a huge step forward.
Cheers,
Toby Haynes
Re:Xfree 4.x can be a little flaky (Score:1)
Nope, riva TNT with a celeron 450 (i.e. 300a->450, and no I don't think the oc'ing is the problem, as this setup worked flawlessly with 3.3.6... :-) )
--
Re:S3 Virge (Score:1)
Re:Font anti-aliasing is NOT evil (Score:1)
I still can't believe X doesn't support font anti-aliasing... but there you go, no doubt the same people will jump down my throats saying "but you don't need it" as did the last time this came up on Slashdot.
cheers
Re:Font anti-aliasing is evil (Score:1)
(by the way I seem to remember some of the older ARM3s were at 25Mhz, could be wrong though... I had one put in my A3000 back in the day.)
Re:Anti-Aliasing? (Score:2)
Re:Experience with a Voodoo3 and X4.01 Woody (Score:1)
There is a Debian package containing tool that'll do fonts.dir file for your, namely mkttfdir(1) which is part of the package fttools.
Re:XFree 4.0 Moves into Woody (Score:1)
'apt-get source PACKAGENAME', edit the debian/rules (which is just a simple makefile), and then run dpkg-buildpackage.
Presto! You have brand-spankin' new
Re:Read This Before Upgrading! (Score:2)
_Plase_ check your facts before posting.
~ $ dpkg -S libGLU.so.1
xlibmesa3:
See that? Thanks to the patch made by Craig Dunwoody, the latest phase2 package and the first package upload to woody contains the GLU library. Before that patch you had to do that ugly stuff you mentioned, though. But not anymore.
> 4. Try to avoid emailing Branden at all costs. He's been less than friendly to me, and I know other people who have had similar experiences.
This is pretty natural reaction if you ask me. What would you feel if you'd receive a couple of dozens of mails daily all asking the same thing: when on earth are you going to do those XFree86 4.0 debs you lazy dog? But, for (sometimes) more intellectual conversation, there's an excellent mailing list available, debian-x@lists.debian.org [debian.org] . Folks over there, that includes Branden, are glad to help you with all the problems you may encounter regarding the XFree86 4.0 debs. Though be sure to crawl through the debian-x list archive [debian.org] before asking simple questions. It's pretty likely it has already been asked and answered. Especially if it has something to do with the 3rd-party 3D drivers.
Hope that helped.
Re:What about potato? (Score:1)
Don't believe him/her. This only APPEARS to be true - there is no rule. It may happen that the stable distribution is a bit behind the latest developments, but do you want bleeding-edge software in a 'stable' distribution?
Re:Font anti-aliasing is evil (Score:1)
Re:Font anti-aliasing is NOT evil (Score:1)
I have a feeling there used to be a VERY long thread a few months back on WHY it does not support it and whether it is simple to built it in. Good thing that at least it supports TT fonts by default...
Re:S3 Virge (Score:1)
Matrox Millenium G200 8MB: $30 +4s/h on pricewatch.
Re:Anti-Aliasing? (Score:3)
PS> Aliased fonts also cause headaches.
Re:Font anti-aliasing is evil (Score:1)
HELP ... (Score:1)
How can i start X4.0.1 on a Hercules Monochrome card ? There is no hga driver and the fbdev driver wants 8bpp or more. The plain vga driver only talks to vga devices.
And apt-get dist-upgrade uninstalled xserver-mono and xserver-fbdev which conflict with 4.0.1
help meee!!!
--
Re:OT: What are they on? (Score:2)
The codename for next release is usually picked by the release manager, at the point when the frozen tree gets created. Considering "woody" hasn't been frozen yet, it's not known how the next unstable will be called.
-- Josip Rodin
Re:So who among us held out? (Score:2)
() What are you talking about, I've been using the 4.0 debs for weeks now
Re:Font anti-aliasing is NOT evil (Score:1)
Possibly. Bear in mind that the example in question is a monospaced font for a start. And unfortunately truetype fonts vary wildly in the quality of their hinting. Unlike ps fonts (which have a stroke based hinting scheme), tt fonts have a small program included with them which is executed on a virtual machine in order to work out the hinting. Therefore the quality of the hinting for a postscript font is dependant mostly on the quality of the ps renderer, whilst the quality for a tt font can vary wildly between fonts, as it depends on how good the code is for each font.
I believe that part of the reason for MicroSoft's 'web fonts' on screen quality is down to the amount of work they put into the hinting code.
Font nuts usually use this as an argument as to why ps fonts are better than tt fonts.
Phil
ps. Note that none of the above affects the printed quality of fonts, only the rendering on the relative low-res computer displays we currently suffer before...
--
Re:A bit of trouble (Score:1)
Guess I'll start using Lynx to post. Thanks for the hot tip.
Re:So who among us held out? (Score:2)
Re:oh, I agree (Score:1)
I hope you got your undies in a knot over the stories of Red Hat including gcc 2.9.6 in thier last release.
Re:Anti-Aliasing? (Score:1)
Yes, only the best can leave out both form and function.
Re:oh, I agree (Score:1)
Then go to your preferences [slashdot.org] and make sure that "Debian" is selected for exclusion from the homepage. Voila; no more stories about Debian, "unstable developer release" or otherwise.
And for the record, "unstable developer branch" doesn't adequately describe what woody (2.3) is; Debian doesn't follow kernel-style numbering.
Jay (=
Re:Xfree 4.x can be a little flaky (Score:2)
Issues? (Score:1)
Issues? I didn't have much for issues. I was very impressed. The only thing that all out broke was Netscape. The package I was using depended on libxpm. apt-get install netscape fixed that.
The dextor configuration utility works incredibly well. I wish it was smart enough to add ZAxisMapping instead of Emulate3Buttons though.
After getting the new X up an running, I had my TNT2 working with nVidias drivers in no time. All in all, it took me about 1.5 hours to go from the old X to playing Quake 3 under Linux.
Debian, keep up the excellent work!
Re:Anti-Aliasing? (Score:1)
holy bejeepers (Score:1)
Re:Xfree 4.x can be a little flaky (Score:3)
This was a few months ago. A few days ago, I got the Java2(1.3
Dave
'Round the firewall,
Out the modem,
Through the router,
Down the wire,
Re:Please: Article moderation NOW! (Score:1)
Re:S3 Virge (Score:1)
X4 and KDE (Score:2)
Apart from that, it rocks.
Re:OT: What are they on? (Score:3)
Re:Read This Before Upgrading! (Score:3)
Re:What about potato? (Score:2)
A bit of trouble (Score:2)
the upgrade to XF4.0 using
apt-get update
apt-get dist-install
It was not an altogether smooth experience.
I did have the presence of mind to exit
from X before attempting it.
apt-get claimed that task-x-window-core
was being kept back. Now I am rather
new to debian and wasn't sure what exactly
was meant by a package being kept back,
but as I had already determined to take the
plunge I went forward.
This was perhaps, not the wisest move.
A great many things where installed and
removed. At the end of it all startx would
not cause X to run. It failed because it claimed
it couldn't open display 0:0.
So I paniced and began searching on google
with lynx for someway to take it all back.
I discovered several kluggy suggestions involving
diff file of the
/var/lib/dpkg/status.yesterday.0 files, but
nothing that looked very promising. (As
an aside, if anyone knows a good way to role
debian back to yesterday please let me know,
it looks like this is something that should be
quite doable.)
So I revisited the task-x-window-core problem.
apt-get install task-x-windows-core
revealed that it could not install because it
couldn't install xutils.
apt-get install xutils
informed me that it would have to remove
task-gnome and a bunch of other things
that I really didn't want to have to give up.
Being desperate however I agreed.
xutils then installed fine.
apt-get install task-x-windows-core
then complained that it couldn't install because
it couldn't get xbase to install.
apt-get install xbase
went off without a hitch however. Then finally
apt-get install task-x-windows-core
worked. Things installed and dexter was invoked
to generate the configuration file.
Everything is mostly fine now.
Hopefully my description of my experience will
help some other poor bastard who is reading this
in lynx.
One final note. The above is purely from
memory (I wasn't keeping a very good record
at the time) and so there may be some slight
inaccuracies.
Re:Who cares? (Score:2)
Re:XFree86 Debs from additional apt source lines (Score:3)
After all that dirty work you should be able to install the NVidia GLX drivers by their instructions, and it will replace the libraries you moved with its own GL implementation. The idea here is that you can still develop OpenGL apps and you still have the GLU/GLUT libraries. Diverting those libraries will allow apt to update Mesa to newer versions without overwriting NVidia's implementation. After doing all that you shouldn't have any problem.
XFree 4.0 Moves into Woody (Score:2)
Ummm....What's the big deal here? RedHat 7.0 lets you use Xfree 4.0.1 or 3.3.6 and others use Xfree 4.0 as well.
Re:Xfree 4.x can be a little flaky (Score:5)
You mean it'll start flaming CmdrTaco then throw all its toys out of the pram and storm off? :)
Fross
Debian XF4/Nvidia (Score:2)
Re:Who cares? (Score:2)
But if you're not interested in Debian news, why haven't you excluded Debian in you preferences?
OT: What are they on? (Score:2)
In the IQ test of "which word comes next" I'd fail.
My guess would be "plectrum" or "orifice", can't decide which.
FatPhil
(again with all due respect)
Re:So who among us held out? (Score:2)
However, it would never have occured to me to submit it as news to /.. I mean, other than die-hard deb-heads, such as myself, who cares, and if you're a die-hard deb-head, then you already knew about it.
Who cares? (Score:3)
Re:XFree 4.0 Moves into Woody (Score:2)
Rob just likes to say "Woody." It's a phase. He'll grow out of it.
Driver Work At A Premium (Score:4)
Consider it granted that the existing code base will be very useful for reference, and possibly even code fragments, when writing the new drivers. That does not deny that the drivers need to be created afresh.
Drivers get written based on two things:
It's not S3 that "sucks," and, it should be noted, by the way, under S3 driver support [xfree86.org] that it's only the S3V that is supported; my S3 968 board is not supported , with no plans for that to be upcoming.
To the contrary, it's closer to being you that suck. If you want S3V supported, then you should either be looking at the code, or doing something like sending a donation to XFree86 along with encouragement that they improve S3V support.
A 4MB S3V card is likely worth $10 these days; that is just not going to warrant a lot of work at this time when they're only available as surplus, and when efforts are concentrating more on supporting 3D hardware which an S3V "325" is just incapable of coping with well.
Re:some minor issues. (Score:2)
I'll admit sometimes the package maintainers screw up and install a package into 'proposed-updates' that breaks the system (like lprng 3.6.12-7 with buggy setuid kernel bug-check) but overall you get the same important package upgrades without the risk to production or important systems.
When X4 has support for the Savage4 chipsets (and it better be free) and it's in proposed, I'll upgrade, but horror stories I've seen and heard with X4 will keep my system in 3.3.6 for a while.
Re:Font anti-aliasing is NOT evil (Score:2)
Antialiasing at small point sizes is unhelpful on most display technologies as all it does it makes the text blurry - try it, it looks crap. That's why they don't do it.
The font renderer in RiscOS was OK, but it didn't handle things like asymetric sub-pixel alignment very well - it just relied on the antialising to 'blurr' our the errors at small point sizes.
For a good example of the difference between a good font rendere and a god-awful one, use notepad and AcrobatReader side-by-side with various fonts and sizes. Check by zooming the pixels, too.
Re:XFree86 Debs from additional apt source lines (Score:3)
Re:Anti-Aliasing? (Score:2)
Now, in terms of persons of the appropriate gender, when it comes to sex form is a part of function. But in the other examples you site, some sophmoric designer's notion of form usually ends up getting in the way of using the damn thing - pretty chairs that are impossible to sit in, computer cases that impede repair and update,
Actually, I find that blurry "smoothed" fonts are more likely to hurt me, as my eyes try in vain to bring them into focus. OTOH, a lot of people here seem to be saying that they're most useful for small fonts, whereas my take is just to save myself the eyestrain either way and avoid small fonts completely. (Website and document designers who force them on me are, of course, idiots who should be strung up by their thumbs.)Re:XFree 4.0 Moves into Woody (Score:4)
Re:Anti-Aliasing? (Score:2)
----
SMP Support (Score:2)
Re:Any known problems? (Score:2)
If you have matrox with utah-glx or Hercules mono DO NOT apt-get yet.
I did (having both cards) and:
- XF86_SVGA no longer works so: bye bye 3d
- XF86_Mono and fbdev are gone and X4 doesn't seem to have ANY hercules suport at all
- xf86cfg DIES with SIGILL
- xf86config generates the same'ol fscked up config-file (now for 4.x versions)
- empty man pages... lots of them... had to "strings input/wacom.so" driver to get some hints.
however - for 2d X4.0.1 on my g400 is smoother...
--
Read This Before Upgrading! (Score:5)
1. The 4.x X servers use a new style of configuration file. It's supposed to be automagically generated by running xf86cfg; however, this doesn't always work. Branden has written a tool to generate the config file, but it doesn't always work either. In lieu of this, it's probably a good idea to go to XFree86.org [xfree86.org] and brush up on the 4.0 series XF86Config file format before upgrading. Also, the new name for the config file is XF86Config-4 (I don't know if this is debian specific) instead of XF86Config.
2. If you're planning on using a 3d accelerated graphics card i.e. (Rage 128, 3dfx, etc), you must have DRI support compiled into your kernel with the appropriate kernel module for your card. There is a new Mesa for XFree86 4.0.1 that has builtin support for DRI; however, there is a problem with this package. It does not include the libGLU(a subset of the Mesa library) static library or header files. This means that you must manually extract libGLU from the existing Woody Mesa package and copy it into
3. There are still serious issues with 3d acceleration on the Rage 128 cards and 3dfx cards. If I run tuxracer(or any GL app) with certain WindowMaker apps running(from inside of Blackbox), I get constant blinking inside of the 3d application. The solution(for now) is to shut down any WM applet that refreshes constantly. Don't even try to use 3d acceleration inside of enlightenment(horrible blinking).
4. Try to avoid emailing Branden at all costs. He's been less than friendly to me, and I know other people who have had similar experiences.
Other than that, the new X is really nice and noticably faster than the 3.3 series. Enjoy it.
Experience with a Voodoo3 and X4.01 Woody (Score:4)
(1) If you're using DRI with a Voodoo3, you need to modify your XF86Config-4 to use a default depth of 16... maybe it's obvious to some people, I didn't make the conclusion instantly.
(Voodoo3's only support 3D in 16-bit color)
(2) You need to find ttmkfdir if you want to use Truetype fonts, mkfontdir doesn't do it. I don't know if there is a Debian package either.
(3) Voodoo3 support is buggy, I don't know if it's the Glide, the DRI modules, or X itself, but some things (like a few xmms plugins) crashed my box HARD, as in, I needed a hard reboot.
Anyway, those issues aside, this is a remarkably well-packaged version of X4, and most people will have little or no trouble with a smooth upgrade via apt. Much props to Branden for packaging them so well.
If you do upgrade, believe me, there is a noticeable speed increase, and Tuxracer is playable