Bitcoin donations are welcome:14snQXeLcnJtWUduKZ6rC2MHdPYrYar1Tw
Showing posts with label update. Show all posts
Showing posts with label update. Show all posts

Thursday, September 17, 2009

Slow intel 945gm glxgears performance

Running Debian Testing Squeeze recently led to me upgrading my system (apt-get upgrade). Based on recent experience with all the performance problems from the intel graphics drivers I did a glxgears check before upgrading which gave me a result at about 1200 fps.

After upgrading from intel 2.3.2 to intel 2.8.1 graphics drivers the performance suddenly dropped to 200(!!) fps! Something was definetively wrong.

The solution:
Upgrade your kernel! I was running Linux Kernel 2.6.26, update it to the 2.6.30 kernel which is available via the apt package system, and your fps should rise to ~500fps. Definetively helped me :) Will come back with more if I find something.

Saturday, May 2, 2009

Updating acpid in Debian error

After trying to update debian I get the following errors:


Preparing to replace acpid 1.0.8-6 (using .../acpid_1.0.8-7_i386.deb) ...
* Stopping ACPI services... [ OK ]
invoke-rc.d: initscript acpid, action "stop" failed.
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
* Stopping ACPI services... [ OK ]
invoke-rc.d: initscript acpid, action "stop" failed.
dpkg: error processing /var/cache/apt/archives/acpid_1.0.8-7_i386.deb (--unpack):
subprocess new pre-removal script returned error exit status 1
* Starting ACPI services... [ OK ]
invoke-rc.d: initscript acpid, action "start" failed.
dpkg: error while cleaning up:
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/acpid_1.0.8-7_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
dpkg: error processing acpid (--configure):
Package is in a very bad inconsistent state - you should
reinstall it before attempting configuration.


The solution was simple though:
su
mv /etc/lsb-base-logging.sh /etc/lsb-base-logging.sh.backup


Then try again :)
apt-get upgrade