Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread Antonio Palladini
Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler:


does evas_software_x11_test work?
No, it wont. I got a Illegal instruction.

gdb says :

115 cpu_feature_mask |= CPU_FEATURE_SSE *

Program received signal SIGKILL, Illegal instruction.
evas_common_cpu_sse_test() at evas_cpu.c:50
50  prefech(blah)


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance KDE session?

2004-03-31 Thread Ibukun Olumuyiwa
On Mon 15 Mar 2004, Jonathan Charnas wrote:
 Hi, I was trying to set up my entrance to have a KDE session, for my
 parents.
 I love E, but they're new to linux and would probably be more at ease with
 KDE. What strings do I add to /etc/entrancedb? I tried startkde and
 kde as the /entrance/session/3/session/ with an updated session count and
 stuff, but I'm assuming some people have more experience with KDE than I
 do.
 Thanks for the help.
 John

What distribution are you running?

-- 

Ibukun Olumuyiwa
http://xcomputerman.com

Wisdom is the principal thing; therefore get wisdom: and with all thy
getting get understanding. - Proverbs 4:7


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance/pam weirdness.

2004-03-31 Thread Ibukun Olumuyiwa
On Tue 23 Mar 2004, Jeremy Kolb wrote:
 I had to change the /etc/pam.d/entrance file to:
 
 auth  requiredpam_unix.so
 account   requiredpam_unix.so
 session   requiredpam_unix.so
 
 Since pam_stack.so does not exist on my system.  So now I can use
 entrance to log in, but only if I launch it as root.  I tried entrance
 --test as my normal user and it refuses to log in.  Why is this?
 

Most distributions will not permit a non-root user to attempt
authentication, for security reasons. This is particularly true with PAM
-- I'm not sure if the same applies to crypt/shadow auth.

 
 Thanks,
 Jeremy

-- 

Ibukun Olumuyiwa
http://xcomputerman.com

Wisdom is the principal thing; therefore get wisdom: and with all thy
getting get understanding. - Proverbs 4:7


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance KDE session?

2004-03-31 Thread Ibukun Olumuyiwa
On Wed 31 Mar 2004, John wrote:
 Ibukun Olumuyiwa wrote:
 
 On Mon 15 Mar 2004, Jonathan Charnas wrote:
  
 
 Hi, I was trying to set up my entrance to have a KDE session, for my
 parents.
 I love E, but they're new to linux and would probably be more at ease with
 KDE. What strings do I add to /etc/entrancedb? I tried startkde and
 kde as the /entrance/session/3/session/ with an updated session count and
 stuff, but I'm assuming some people have more experience with KDE than I
 do.
 Thanks for the help.
 John

 
 
 What distribution are you running?
 
  
 
 Gentoo 1.4 from a stage 2 install
 

Ahh...sorry I don't support Gentoo users directly. You'll have to talk to
your package maintainer (Mike Frysinger - [EMAIL PROTECTED]).

-- 

Ibukun Olumuyiwa
http://xcomputerman.com

Wisdom is the principal thing; therefore get wisdom: and with all thy
getting get understanding. - Proverbs 4:7


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread Ibukun Olumuyiwa
On Wed 31 Mar 2004, Antonio Palladini wrote:
 Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler:
 
 
 does evas_software_x11_test work?
 
 No, it wont. I got a Illegal instruction.
 
 gdb says :
 
 115 cpu_feature_mask |= CPU_FEATURE_SSE *
 
 Program received signal SIGKILL, Illegal instruction.
 evas_common_cpu_sse_test() at evas_cpu.c:50
 50prefech(blah)
 

You compiled evas with SSE support, and you don't have an SSE-enabled CPU.

-- 

Ibukun Olumuyiwa
http://xcomputerman.com

Wisdom is the principal thing; therefore get wisdom: and with all thy
getting get understanding. - Proverbs 4:7


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Wed, 31 Mar 2004 17:57:36 +0200 Antonio Palladini [EMAIL PROTECTED] babbled:
(B
(B Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler:
(B 
(B  
(B  does evas_software_x11_test work?
(B 
(B No, it wont. I got a Illegal instruction.
(B 
(B gdb says :
(B 
(B 115 cpu_feature_mask |= CPU_FEATURE_SSE *
(B 
(B Program received signal SIGKILL, Illegal instruction.
(B evas_common_cpu_sse_test() at evas_cpu.c:50
(B 50prefech(blah)
(B
(Bthis is ok - type:
(Bcont
(B
(Bin gdb to continue - evas traps the illegal instruction (when not under gdb) and
(Bthen knows to disable that feature. see what happens after that... :)
(B
(B 
(B 
(B ---
(B This SF.Net email is sponsored by: IBM Linux Tutorials
(B Free Linux tutorial presented by Daniel Robbins, President and CEO of
(B GenToo technologies. Learn everything from fundamentals to system
(B administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
(B ___
(B enlightenment-users mailing list
(B [EMAIL PROTECTED]
(B https://lists.sourceforge.net/lists/listinfo/enlightenment-users
(B 
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Wed, 31 Mar 2004 13:55:54 -0600 Ibukun Olumuyiwa [EMAIL PROTECTED]
(Bbabbled:
(B
(B On Wed 31 Mar 2004, Antonio Palladini wrote:
(B  Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler:
(B  
(B  
(B  does evas_software_x11_test work?
(B  
(B  No, it wont. I got a Illegal instruction.
(B  
(B  gdb says :
(B  
(B  115 cpu_feature_mask |= CPU_FEATURE_SSE *
(B  
(B  Program received signal SIGKILL, Illegal instruction.
(B  evas_common_cpu_sse_test() at evas_cpu.c:50
(B  50  prefech(blah)
(B  
(B 
(B You compiled evas with SSE support, and you don't have an SSE-enabled CPU.
(B
(Bevas always compiles with it if you are on x86 :) u can explicitly disable it,
(Bbut this is just gdb interfering with the cpu detection routines. a simple cont
(Bwill let it march on its way, do its detects then get onto wherever the problem
(Bmay be.
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: Re: [e-users] Eterm on Cygwin

2004-03-31 Thread wuj
Hi,

I built imlib2-1.0.6 and imlib2-1.1.0, but all of them failed on cygwin. 
I searched the keywords Eterm+cygwin on google, finally I found a worked imlib2 
tarball on this URL :
http://www.sixnine.net/pub/cygwin_je/release/

JS
 
 From: Ibukun Olumuyiwa [EMAIL PROTECTED]
 Date: 2004/03/31 Wed AM 11:29:06 EST
 To: [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 Subject: Re: [e-users] Eterm on Cygwin
 
 On Mon 29 Mar 2004, [EMAIL PROTECTED] wrote:
  I had built Enlightenment and Eterm on Cygwin. Enlightenment works perfect, 
 
 Whoa. How did you get E to work on Cygwin? Latest CVS/Imlib2 version or
 older Imlib1? So far my attempts to get Imlib2 to work on cygwin have
 ended in failure.
 
 -- 
 
 Ibukun Olumuyiwa
 http://xcomputerman.com
 
 Wisdom is the principal thing; therefore get wisdom: and with all thy
 getting get understanding. - Proverbs 4:7
 
 
 ---
 This SF.Net email is sponsored by: IBM Linux Tutorials
 Free Linux tutorial presented by Daniel Robbins, President and CEO of
 GenToo technologies. Learn everything from fundamentals to system
 administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
 ___
 enlightenment-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Thu, 1 Apr 2004 06:27:58 +0200 Antonio Palladini [EMAIL PROTECTED] babbled:
(B
(B Am 01.04.2004 02:04:51 schrieb(en) Carsten Haitzler:
(B 
(B  this is ok - type:
(B  cont
(B  
(B  in gdb to continue - evas traps the illegal instruction (when not
(B  under gdb) and
(B  then knows to disable that feature. see what happens after that... :)
(B 
(B 
(B (gdb) cont
(B Could't get register: No suitable Prozess found
(B (gdb) cont
(B Cannot fetch general-purpose register for thread 1084689472: generic  
(B error
(B 
(B The last error follows every cont i type in.
(B 
(B Will try it without sse support when i am back from Work.
(B
(Bhmm interesting. i know evas works on my p300mmx - or did when i compiled and
(Bran it a while ago.. so it does detect things properly.. i wonder what broke.
(Bi'll have to dig it out and see... maybe tonight.
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users