Norway Pad wrote:I got the T30 yesterday, so I sat down this morning and installed Mint. Everything worked just fine during the install, and there seems to be no issues with the graphics. Very user friendly and nice all the way.
The problem is that generally everything seems to be extremely slow. Firefox opens up gradually during a 3-4 minute process, while the lighter applications are a little quicker. I have internet connectivity through a wired connection, and it displays the Linux Mint startpage.
With my limited knowledge of Mint, this is the data I managed to get out:
-The system monitor tells me that the CPU is between 60 and 90% when Firefox is open and I am trying to do something. That does however not add up with the sum of the separate processes, which is 11%CPU for Firefox and 25-30% for the Gnome-System-Monitor. With no applications except System Monitor open, the CPU is 30-40%. The fact that everything responds so slow makes this very hard to read out, though.
-The memory usage seems to be stable on 230-240MB out of the 496Mb that the OS can see, while the 1.4GB Swap (Which I assume is Linux's virtual memory) is not used.
So I will say that the system is useless in this state. So if anyone has a top of their head-suggestion what can cause this, it would be nice if you could give any suggestions. I also have to mention that the hard drive was blank when I got the laptop, so I have not seen the laptop work with another OS. But the seller is on this forum, and I trust that I got a working laptop.
You should make sure visual effects are disabled.
To do this, right click on the desktop, select "change desktop background" then click the "visual effects" tab and choose "None".
As far as I remember, Mint 8 and Ubuntu 9.10 uses EXA graphics acceleration by default, this runs horribly on a 16MB video card, but this can be fixed.
To do this open the terminal and type:
This will open a text editor.
Paste this in to it (edited from last post to work with karmic drivers)
Code: Select all
Section "Device"
Identifier "Radeon Mobility"
Driver "radeon"
Option "AGPFastWrite" "on" #Use with caution, may cause instabillity.
Option "AGPMode" "4"
Option "AccelMethod" "XAA"
# Option "VideoKey" "0x01" #fixes video in 16-bit color mode.
Option "EnablePageFlip" "on"
Option "XAANoOffscreenPixmaps" "on"
# Option "RenderAccel" "off" #Fixes currupted menus.
EndSection
Section "Screen"
Identifier "TFT Panel"
DefaultDepth 24
EndSection
Save and exit.
Now restart X (logout)
You may want to try 16-bit color mode if performance is still poor, to do this change the "DefaultDepth" to 16.
When running in 16-bit mode you need to uncomment the "VideoKey" line to get working video playback (remove the # at the start of the line).
If you have trouble with artifacting windows such as the System Monitor, then uncomment the "RenderAccel" line, this will slow video performance down a bit.
Jeg håber det vil hjelpe.