Thursday, December 07, 2006

List installed packages

This is an example for libgtk packages.

for x in `urpmq -Y -r libgtk`; do echo `rpmquery $x`; done | grep -v "is not installed"
libGtkScintilla0-0.8.2-5mdv2007
.0
libGtkScintilla0-devel-0.8.2-5mdv2007.0
libgtk+-x11-2.0_0-2.10.3-4mdv2007.0
libgtk+1.2-1.2.10-45mdv2007.0
libgtk+2.0_0-2.10.3-4mdv2007.0
libgtk+2.0_0-devel-2.10.3-4mdv2007.0
libgtk-linux-fb-2.0_0-2.4.14-6mdk
libgtkglarea2.0-1.99.0-9mdv2007.0
libgtkglarea5-1.2.3-9mdv2007.0
libgtkhtml-3.8_15-3.12.0-1mdv2007.0
libgtkhtml2_0-2.11.0-2mdv2007.0
libgtkmm2.0_1-2.2.12-3mdv2007.0
libgtkmm2.0_1-devel-2.2.12-3mdv2007.0
libgtkmm2.4_1-2.10.1-1mdv2007.0
libgtksourceview-1.0_0-1.8.0-1mdv2007.0
libgtkspell0-2.0.11-1mdk
libgtkspell0-devel-2.0.11-1mdk
libgtkxmhtml1-1.4.2-18mdv2007.0

Saturday, November 04, 2006

acroread expr syntax error

Here the solution:

https://fcp.surfsite.org/modules/newbb/viewtopic.php?topic_id=26864&forum=12&post_id=114769

Summary:
I edited the startup script and and added two lines of code ater commenting out the old one as follows :-

418# echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
419 echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

644# MIN_GTK_VERSION="240"
645 MIN_GTK_VERSION="2040"

Friday, October 27, 2006

XGL & 2007.0

Hi all,
I have good news. I tried to run XGL on my machine since I installed Mandriva 2007.0, I have followed a lot of guides but no way.
I got it installing compiz-quinnstorm

urpmi cgwd csm cgwd-themes cgwd-themes-extra compiz-manager

Then, in /etc/sysconfig/compiz set COMPIZ=yes and /etc/system/xgl set XGL=yes

Restart your X server, it should start XGL and Compiz

I did in this way cause I had problem with Cube plugin; remember quinnstorm is a developer version not the stable one.
....
ADD SOME PHOTO.
....
Enjoy.

Mandriva 2007 & ATI

Work in progress...

Upgrading Mandriva 2006 to Mandriva 2007

Simple:
1) download the iso image of Mandriva 2007.0 and create a bootable DVD
2) select upgrade during the installation process
3) get a big cup of coffe
4) Enjoy.

The process is not so smooth but at the end works.
Y'll probably get problems with Xorg.

First of all you must update your urpmi.cfg, that's mine:
2007Main ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake/official/2007.0/i586/media/main/release {
hdlist: hdlist.2007Main.cz
key-ids: 70771ff3
update
with_hdlist: media_info/hdlist.cz
}

2007Contrib ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake/official/2007.0/i586/media/contrib/release {
hdlist: hdlist.2007Contrib.cz
key-ids: 78d019f5
update
with_hdlist: media_info/hdlist.cz
}

2007PlfNonFree ftp://ftp.cica.es/mirrors/Linux/plf/mandrake/2007.0/non-free/release/binary/i586 {
hdlist: hdlist.2007PlfNonFree.cz
key-ids: caba22ae
with_hdlist: ./hdlist.cz
}

2007PlfFree ftp://ftp.cica.es/mirrors/Linux/plf/mandrake/2007.0/free/release/binary/i586 {
hdlist: hdlist.2007PlfFree.cz
key-ids: caba22ae
update
with_hdlist: ./hdlist.cz
}


urpmi.update -a
urpmi --auto-select

The upgrade procedure make some mistake, cause it leaves some old package so, you must clean your system by hand , for example in my case I had to uninstall all gnome 2.10 libraries.

Friday, February 24, 2006

WPA

I bought an access point and I configured it with a WPA-PSK-TKIP.
I know that my wireless card works because in US I used it with an open wireless-netwok.

A) install the wpa manager:

A.1) urpmi wpa_supplicant

B) Open Wireless Configuration:
B.1) select your network
B.2) select WPA
B.3) insert your key

enjoy your freedom