2009 March 16

KDE xorg intel

1) Xorg.conf

Added the following on Device Section

Option “DRI” “true”
Option “AccelMethod” “XAA”
Option “XAANoOffscreenPixmaps” “True”
Option “XaaNoPixmapCache”

2) .bashrc
Added the following on my bashrc file
export INTEL_BATCH=1

Yet another open source blog ;) » Blog Archive » Corrupted layouts on Qt4/Kde4 applications using Qt-4.5 on Intel graphics

By WladyX on 16 March, 2009 | General, X11 | A comment?

Gnome Compiz

Do this:

Create /usr/share/applications/compiz.desktop containing the following:

Code:

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Compiz
Exec=compiz ccp
NoDisplay=true
# name of loadable control center module
X-GNOME-WMSettingsModule=compiz
# name we put on the WM spec check window
X-GNOME-WMName=Compiz

Load gconf-editor then browse within it to /desktop/gnome/session/required_components/ and change the windowmanager entry to compiz

Logout, log back in and that should fix it (it did for me) Provided of course that you have selected Emerald through the Fusion Icon at some point?

Arch Linux Forums / Novice in ArchLinux – Problems with Compiz-Fusion in Gnome.

By WladyX on | Compiz, General, X11 | A comment?

Howto change Google Maps Mobile language to English

Delete the language files that are in the GoogleMaps folder.

I had the same problem so before installation of GoogleMaps I changed the regional settings to English. After installation I deleted the language files (only kept “gmm_launcher.dll”, “gmm_setup.dll” and “GoogleMaps.exe”.) and changed the regional settings to my native. GoogleMaps stayed English

Google Latitude – Language UI – xda-developers

By WladyX on | General, Mobile | A comment?

Configure AIX syslogd

add to /etc/syslog.conf:
mail.debug      /var/log/mail
user.debug      /var/log/user
kern.debug      /var/log/kern
syslog.debug    /var/log/syslog
daemon.debug    /var/log/daemon
auth.debug      /var/log/secure
local2.debug    /var/log/sudo

restart syslogd:
[root@sys /] refresh -s syslogd
0513-095 The request for subsystem refresh was completed successfully.

Howto configure AIX syslogd (/etc/syslog.conf)

By WladyX on | AIX, General | A comment?

rmnl — remove new line characters with tr, awk, perl, sed or C/C++

By WladyX on | General, Scripts | A comment?

Howto block DDOS attacks

By WladyX on | General, Scripts | A comment?