[gentoo-user] fvwm does not start

2006-06-01 Thread Rakotomandimby Mihamina
Hi,
I have an up to date gentoo.
I installed X 
# emerge xorg-x11
I configured X correctly enough, because
# cp /etc/X11/xorg.conf ~
# exit
$ cd
$ X -config xorg.conf
and
# X -config /etc/X11/xorg.conf

Are OK:
 - X starts
 - the pointer moves when I move the mouse

USE contains X

I installed fvwm and fvwm-themes
# emerge fvwm fvwm-themes

There are files named
/etc/X11/Sessions/fvwm-crystal
/etc/X11/Sessions/fvwm2

I tried with 
XSESSION=fvwm2
and
XSESSION=fvwm-crystal
in 
/etc/rc.conf

I also put _only_:
fvwm 
into
/etc/X11/xinit/xinitrc

When I launch startx:

xauth:  creating new authority file /root/.serverauth.21533

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-gentoo-r7 x86_64
Current Operating System: Linux localhost 2.6.16-gentoo-r7 #3 SMP Sun
May 28 00:50:05 CEST 2006 x86_64
Build Date: 01 June 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Thu Jun  1 21:03:37 2006
(==) Using config file: /etc/X11/xorg.conf


waiting for X server to shut down X connection to :0.0 broken (explicit
kill or server shutdown).
FreeFontPath: FPE /usr/share/fonts/misc refcount is 2, should be 1;
fixing.


As you see, no errors.
Ont thing I notice: I quickly a x in the middle of the screen then it
disapears. It's the mouse pointer. But it rapidly disapears. Would you
help me solve this?

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] vde and amd64

2006-05-31 Thread Rakotomandimby Mihamina
Hi,
I have an AMD64 bos and want to use qemu+kqemu with network support.
tutorials indicates to use vde, but it is not KEYWORD'd for amd64.
My installation is already globally ~amd64
Curious as I am, I added ~amd64 in the vde 1.5.8 ebuild.
then, I made a:

# emerge  /usr/portage/net-misc/vde/vde-1.5.8.ebuild

but here is the result

emerging by path implies --oneshot... adding --oneshot to options.

*** emerging by path is broken and may not always work!!!

Calculating dependencies... done!
 Emerging (1 of 1) net-misc/vde-1.5.8 to /
 checking ebuild checksums
!!! Digest verification failed:
!!! /usr/portage/net-misc/vde/vde-1.5.8.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 767


How could I update the ebuild checksum? or try to emerge it?

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vde and amd64

2006-05-31 Thread Rakotomandimby Mihamina
On Wed, 2006-05-31 at 11:12 +0200, Rakotomandimby Mihamina wrote:
 Curious as I am, I added ~amd64 in the vde 1.5.8 ebuild.
 then, I made a:
   # emerge  /usr/portage/net-misc/vde/vde-1.5.8.ebuild
 [...]
 !!! Reason: Filesize does not match recorded size
 How could I update the ebuild checksum? or try to emerge it?

# ebuild  /usr/portage/net-misc/vde/vde-1.5.8.ebuild  digest
# emerge  /usr/portage/net-misc/vde/vde-1.5.8.ebuild

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge mplayer windows codecs

2006-05-31 Thread Rakotomandimby Mihamina
Hi,
I would like to decode some wmv and realplayer videos to any other
format.
I intend to use this way, for example:
http://www.annodex.net/node/57
But I need mplayer to read wmv and ram videos.
I will also need mplayer to read wma, because I have some audio files to
convert.

What USE flags would you recommend?
I am using an amd64 Gentoo.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] uninstall a bunch

2006-05-31 Thread Rakotomandimby Mihamina
Hi,
I emerged gnome and gdm.
It installed more than 100 other dependencies. Ok. It's fine.
Know I want to remove all gnome and its dependencies and come back to a
light system (without gnome and gdm and its dependencies).
How could I do?
Is there a log file I could grep to get the list of the software
installed by the last emerge call?
Thank you.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] uninstall a bunch

2006-05-31 Thread Rakotomandimby Mihamina
On Wed, 2006-05-31 at 17:59 +0200, Rakotomandimby Mihamina wrote:
 Hi,
 I emerged gnome and gdm.
 It installed more than 100 other dependencies.

To be precise, I had to install 283 softwares.
So, I did:

# grep 283 /var/log/emerge.log | grep completed
114911668: completed emerge (1 of 283) dev-libs/glib-2.10.3 to /
[...]
1149116482: completed emerge (7 of 283) virtual/xft-7.0 to /

Then :
# grep 283 /var/log/emerge.log | grep completed \
| awk '{print $8}'  /root/unmerge.txt

Then I just have to loop to unmerge all.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xextproto, what to do

2006-05-30 Thread Rakotomandimby Mihamina
Hi,
I am trying to install qemu and kqemu, and I run into a problem:


localhost ~ # emerge qemu kqemu
Calculating dependencies... done!
 Emerging (1 of 33) x11-proto/xextproto-7.0.2 to /
 Downloading
http://xorg.freedesktop.org/releases/individual/proto/xextproto-
7.0.2.tar.bz2
--01:34:16--
http://xorg.freedesktop.org/releases/individual/proto/xextproto-7.
0.2.tar.bz2
   = `/usr/portage/distfiles/xextproto-7.0.2.tar.bz2'
Resolving xorg.freedesktop.org... 131.252.208.36
Connecting to xorg.freedesktop.org|131.252.208.36|:80...

And then I got a connection timeout.
http://xorg.freedesktop.org/ does not respond.
there is also a bug in here:
http://gentoo-portage.com/x11-proto/xextproto/ChangeLog#ptabs

Let's suppose I find a mirror for this software, what's the way to
modify the ebuild into /var/... to consider the mirror I found at least
until the problem is solved?
I am a bit new too Gentoo.
Thank you.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] inclusion of mount (linux-utils)

2006-05-20 Thread Rakotomandimby Mihamina
Hi,
I was just installing gentoo 2006 on my amd64, and when rebooting,
mount was not found.
Searching through the web (from france, on google), the only mention of
it is on linuxfr.org (http://linuxfr.org/forums/35/10914.html).
May be I misused the system?
I followed the x86 quick install guide, but just replaced the right
things with amd64.
I dont understand why such a usefull utility as mount is not default,
and is not mentionned not to be installed by default on the guide...
Then, I have the useradd utility, but not the groupadd one.
I guess it is also in another ebuild, which one please?

PS: should have I enabled ~amd64?

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] inclusion of mount (linux-utils)

2006-05-20 Thread Rakotomandimby Mihamina
On Sat, 2006-05-20 at 20:30 +0200, Rakotomandimby Mihamina wrote:
 Hi,
 I was just installing gentoo 2006 on my amd64, and when rebooting,
 mount was not found.

It was because of a failling emerge system.

 
-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] how to have this

2006-05-19 Thread Rakotomandimby Mihamina
Hi,

http://gensid.altervista.org/screenshot/fvwm15.png

I would like to use fvwm and have these features.
My hardware is an AMD Sempron 3000+ 32bits, an ATI Xpress 200M
I really would like to install all needed thing through portage, even
the ATI drivers. Would you have some links you would recommend. I
already tried google, but may be have you some unindexed resources...

Thanks in advance.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list