Read more »
Home » Posts filed under bugs
Correcting a Misaligned VGA Image on your Monitor or TV in Xorg, e.g. when you see a black border or frame, the image badly aligned to one side of the screen
Diposkan oleh Unknown on Sunday, June 19, 2011
Read more »
Segfaults in Google Chrome
Diposkan oleh Unknown on Friday, June 17, 2011
[23706.661053] chrome[6256]: segfault at 5 ip 087ee261 sp bff2ad80 error 4 in chrome[8048000+2c05000].
[23732.024794] chrome[10876]: segfault at 0 ip (null) sp bff6db4c error 4 in libstdc++.so.6.0.13[3bf0000+ec000]
What to do if asm/errno.h asm/ioctls.h and others are not found anymore in Ubuntu or Debian
Diposkan oleh Unknown on Monday, May 30, 2011
Read more »
Samsung Galaxy Kies Connection and Upgrade Fails with MTP Device Driver Popup
Diposkan oleh Unknown on Saturday, April 2, 2011
Simply Eject the Flash Card. Then connect the phone and it all works fine. Of course this way it can't access the SD card. And there will be a popup saying that the sd card is not inserted, just ignore it! ;)
Fixing OpenSUSE's 'No Devices Matches MBR Identifier'
Diposkan oleh Unknown on Friday, January 7, 2011
Clearing the Cache and Data of the Android Facebook App
Diposkan oleh Unknown on Monday, January 3, 2011
Saving 2 W power by Making Sure Laptop_Mode oesn't destroy your HD
Diposkan oleh Unknown on Wednesday, December 22, 2010
Read more »
What to do if sshfs / fuse freezes your system?
Diposkan oleh Unknown on Wednesday, November 17, 2010
fusermount -u -z (mountpoint, don't tab to get the directory, you have to enter it exactly.)
If it's sshfs, you can reduce the timeout to have your system return from the ice age sooner and automatically next time:
echo ServerAliveInterval 15 >> ~/.ssh/config
And don't bother, this bug is know and has been reported before.
Fixing - at least some - Skypephone S2 Battery Issues
Diposkan oleh Unknown on Sunday, September 26, 2010
Update: It works! The only problem is you need to leave out the battery at least over night afterwards.
If you like this, why not order a Three UK Sim with my agent link (or send the link to friends). You get an extra 5 quid or so AFAIK.
Immediate Fix for Slow Open and Save Dialogs in Ubuntu OpenOffice
Diposkan oleh Unknown
echo -e 127.0.0.1 \\t $HOSTNAME localhost $HOSTNAME.'(none)' | sudo tee -a /etc/hosts
Hope this helps. Found in the Ubuntu Forums here.
Fixing Suspend for the MSI Wind U110 in 2.6.34 and 2.6.35
Diposkan oleh Unknown on Wednesday, August 4, 2010
The issue is very easy and quickly solved, though, with a single simple command:
echo LID | sudo tee /proc/acpi/wakeup
Now I can go into suspend again, and the system still comes back from suspend as expected, nice! :)
Unfortunately for some reasons this does still not mean that suspend is working in Ubuntu 10.04 for me. Probably an issue related to the updated Xserver in 10.04. Though I can suspend and resume now, X crashes and restarts after resume.
Quick Fix for Your Multimedia Keys
Diposkan oleh Unknown on Monday, June 28, 2010
atkbd.c: Unknown key pressed (translated set 2, code 0xf7 on isa0060/serio0).then you need to look up the right number in include/linux/input.h e.g.here. E.g.
atkbd.c: Use 'setkeycodes e077' to make it known.
#define KEY_BRIGHTNESSDOWN 224And use that number with setkeycodes, e.g. for my system:
#define KEY_BRIGHTNESSUP 225
setkeycodes e077 224 # brightness downAnd now your system (e.g. KDE or Gnome) should immediately recognize the keys. Post the information to your distribution and it should be included in future releases. Just write the commands (without sudo) into /etc/rc.local to make them permanent for now.
setkeycodes e078 225 # brightness up
setkeycodes 0xee 212 # webcam
setkeycodes 0xe4 240 # touchpad -> unknown
setkeycodes e076 238 # wifi + bluetooth
If you get stuck, here's a good guide.
Using SMPlayer with hardware video acceleration such as VAAPI - Fixing various crashes etc. with VAAPI
Diposkan oleh Unknown on Tuesday, December 29, 2009
2. Set to single thread decoding:
Performance -> Performance -> Threads ... [1]
3. Disable subtitles and postprocessing.
X Video finally works - Poulsbo and Linux on the MSI Wind U110 - Fix for BUG: kernel NULL pointer dereference at 00000000
Diposkan oleh Unknown on Friday, December 25, 2009
"kernel BUG: unable to handle kernel NULL pointer dereference at 00000000" (2.6.28)"kernel BUG: unable to handle kernel NULL pointer dereference at (null)" (2.6.31)
if (edid)
....
e.g.
/* if (edid)
drm_add_edid_modes(output, edid); */
My script for making the psb module out of the package:
KERNEL=/lib/modules/`uname -r`/
make KERNELRELEASE="$(uname -r)" LINUXDIR="/lib/modules/$(uname -r)/build" DRM_MODULES=psb || exit 1;
sudo cp drm.ko $KERNEL/kernel/drivers/gpu/drm/drm.ko
sudo mkdir -p $KERNEL/updates/dkms
sudo cp psb.ko $KERNEL/updates/dkms/psb.ko
ls -l $KERNEL/kernel/drivers/gpu/drm/drm.ko $KERNEL/updates/dkms/psb.ko
sudo depmod -a
Intel Graphics Users: Don't Upgrade Your Ubuntu
Diposkan oleh Unknown on Friday, April 24, 2009
Update: Here is some advice if it's already too late for you. Check the H for more information.
DoS in Linux Server with Boinc
Diposkan oleh Unknown on Tuesday, April 7, 2009
The workaround for boinc is not to use schedtool's SCHED_IDLEPRIO:
Edit /etc/default/boinc-client and set to SCHEDULE="0". E.g.
echo SCHEDULE="0"|sudo tee /etc/default/boinc-client
You can also deinstall schedtool and ionice for now, though that won't fix the security issue. Affected Systems include Ubuntu Server 8.04 with all updates. But many other systems are likely affected if the fix has not yet been backported (fixed in 2.6.29).
Fixing XRANDR Caused High Latency with KDE4 - Display Flickering - Freezing Videos
Diposkan oleh Unknown on Friday, March 20, 2009
Go to System Settings, Advanced, System Services.

Then in the bottom uncheck "Detecting RANDR (monitor) changes", then press Stop on the bottom right. The problem disappears immediately now.
You may read more about the bug here and here. Thanks to Electricroo for the fix. By the way, you know you have this bug, if DDC EDID probes ("(II) intel(0): Printing DDC gathered Modelines, (II) intel(0): EDID vendor") keep showing up in tail -f /var/log/Xorg.0.log and you know it's fixed once they disappear. If you don't have that message in your X log, your most likely don't have this issue.
Note that this will stop KDE from automatically detecting when you plug in an external monitor. But as the configuration doesn't yet work well anyway I think there's no detriment. And of course there will be other causes for latency, but this one was the only real problem for me.
Update:
Unfortunately it seems like the fix does not (currently) work for KDE 4.2. If you don't find the service in the list in KDE 4.1.x, this might be a good sign and show that it's already disabled. If you still find the messages in Xorg.0.log, the please post a comment and let's try to find a way around it. If there's no way to disable it, all you can do is file a bug for your distribution and refer to the here mentioned information.
The bug has already been reported for KDE 4.1 at the kde bugzilla. Please participate there if you see this problem in KDE 4.2. You might also help to get a fix by voting for it. Until that time you can probably use my previously posted dirty hack that works around the kde session management service (ksmserver) by starting the KDE4 environment manually - please let me know if this works for KDE 4.2 as well.
You can also try to manually disable all outputs you don't need in Xorg, but the instructions vary significantly between different graphics cards, setups, distributions etc. And of course that won't help you if you're using a dual screen setup. If you find instructions on how to do that, please let me know in the comments.
Update2:
For KDE 4.2, check your config file:
grep polling ~/.local/screen-configurations.xmlIf it says polling false and after upgrading KDE to 4.2 you suddenly get the messages described above in Xorg.log, especially if the fix above worked for you before, then there's a bug somewhere in KDE. If you get polling true, you can try to reconfigure KDE to make it stop polling. (You can just edit the file and change true to false.)
Related: Automatically switch to connected External Display on Boot with XRandR shows you how to automatically set up your displays without just a single screen, so that you can disable xrandr.
Hotkeys in KDE4.1 are broken
Diposkan oleh Unknown on Wednesday, December 3, 2008
If you wondered why it doesn't work for you... it doesn't work for anyone. ;-)
They hope to have it fixed in KDE 4.2, says someone in a forum.
If you need a fix, try out installing xbindkeys-config and save the settings to the default config file and press apply for immediate changes. Works nicely for me.
Fixing Wake On LAN in Ubuntu 8.10
Diposkan oleh Unknown on Wednesday, November 5, 2008
1. The network cards' drivers are unloaded during suspend.
This often deactivates your card's wake on lan feature and completely powers it off.
You have to add your network cards driver module to the MODULES_WHITELIST in /etc/default/acpi-support. Also add the network card's interface(e.g. eth0) to SKIP_INTERFACES.
2. The network is not (properly) restarted after resume.
a. NetworkManager overrides settings in /etc/network/interfaces.
The easy way is to simply remove networkmanager: sudo aptitude remove network-manager.
b. The network setup script is not restarted after resume.
You can add the script (networking) to STOP_SERVICES in /etc/default/acpi-support.
3. Wake on Lan is not enabled by default
You need to issue e.g. sudo ethtool -s eth0 wol g. You can do that in an init script and you will likely have to do it again after resume. (I've put it a script to do that into both /etc/acpi/suspend.d/54-wol.sh and /etc/acpi/resume.d/99-wol.sh )
List of Ubuntu Intrepid Bugs
Diposkan oleh Unknown