Re: [e-users] emotion based player.

2005-04-26 Thread The Rasterman
On Tue, 26 Apr 2005 12:03:31 +0800 Kevin [EMAIL PROTECTED] babbled:
(B
(B Hi all,
(B I've only recently installed DR17 from a fews day's ago CVS, so i'm quite 
(B new to enlightenment.
(B 
(B questions1:
(B I have downloaded Rasterman's tutorial for a emotion based player and all 
(B compiled perfectly.
(B However when i tried a.out somefile.mpg or .avi i only got a blank black 
(B screen.
(B Does anyone have any clues as to what might be wrong?
(B
(Byeah - its a bug with emotion on 2.6.9 kernels and later where it doesnt 
(Bauto-play. its some race condition with threads i'm sure but i just dont have 
(Btime to look into i.
(B
(B question2:
(B Are there any other media (VCD/DVD) players that can so translucent 
(B displays?
(B
(Bnone that i know of. for all of them video is opaque and they may be able to do 
(Btranslucent overlayed "osd" data (like a play button, time, progress bar) but 
(Bthats it. emotion via evas treats video as yet another object that can be alpha 
(Bblended, scaled and almost anything else. this does mean it actually is more 
(Bexpensive to do (cpu-wise) especially with a software renderer. in theory evas 
(Bcould short-cut the rendering given some complex "direct to drawable" clipping 
(Bgames to optimise the "100% opaque and nothing or very little overlayed" case - 
(Bbut thats a chunk of work inside evas and i havent got time for that atm.
(B
(B Any comments will be most appreciated.
(B 
(B Kevin
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest  candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
(B___
(Benlightenment-users mailing list
(Benlightenment-users@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] e16.8 and sound

2005-04-26 Thread Jerry Van Brimmer
On Mon, 25 Apr 2005 00:28:22 -0700, maldonado [EMAIL PROTECTED]  
wrote:

El Lunes, 25 de Abril de 2005 08:47, escribió:
did you actived alsa to read your sound card?
active with  alsaconf  then setup alsamixer for the volume level with
alsamixer and save volume level with alsactl store, all  from command  
line as root.
Okay, I ran alsaconf and went through the setup again. My sound card was  
detected and set up. I then ran alsamixer and adjusted all of the volumes,  
then I ran alsactl store. Still no sound from E. If I run another desktop,  
i.e., KDE or Fluxbox, I have sound, just not with E16.8.

maldonado
[EMAIL PROTECTED]

Yes, esound-0.2.35-i486-1 is listed in /var/log/packages, so I guess it  
is
installed.
Permissions on /dev/mixer and /dev/dsp both are already 777.
What else could it be?

Thanks!
jerry
On Sun, 24 Apr 2005 00:59:55 -0700, maldonado [EMAIL PROTECTED]
wrote:
 El Domingo, 24 de Abril de 2005 04:53, Jerry Van Brimmer escribió:

 you have esound tgz in slackware 10.1, i found slackware have some
 problems
 with the rights when you work with udev, if you have esound install  
try
 to
 change the rights of /dev/mixer and /dev/dsp, i do this changes into
 my /etc/rc.d/rc.local

| maldonado
| [EMAIL PROTECTED]

 I'm still working on my fresh e16.8 install on Slackware 10.1. When I
 start up E, I get an error message that says E cannot connect to the
 sound server, so sound will be disabled. Where do I start to get this
 working.

 Thanks!



 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real  
users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] (no subject)

2005-04-26 Thread Vivek Arya
Updated Enlightenment from CVS today. Now there's some problem and it
gives the following error when starting as normal user and fails to
start.

Xlib: extension XpExtension missing on display  :0.0. 
Xlib: extension XINERAMA missing in display :0.0. 
Xlib: extension XpExtension missing on display :0.0.

 waiting for X server to shut down

However it works fine when run as root.
It was running fine until I updated it.

Vivek Arya
P.S: I'm missing e17 like hell. Plz suggest solutions !


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e16.8 and sound

2005-04-26 Thread Mike Hernandez
On 4/25/05, maldonado [EMAIL PROTECTED] wrote:
 El Lunes, 25 de Abril de 2005 16:48, escribió:
 
 ok, you know when you start the system the /dev/mixer  /dev/dsp back to
 original rights, so you need to give new rights like you said 777.
 
Usually it's a better idea to add yourself to the audio group. If it
doesn't exist, you can groupadd audio, and then make sure your audio
devices are part of that group as well. Once you are in the same group
as /dev/{dsp*,mixer*} you can use a mode like 660. chmod 777 is a bad
habit to get into, even if it does make something work for the moment
:)

Mike


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] pager transparency

2005-04-26 Thread Avinash Sridhar
Hi,
I've built DR17 from CVS last night and i was wondering if there is a way to get my pager to be transparent ?

Thanks in advance.


Re: [e-users] ARGB visual for composite

2005-04-26 Thread The Rasterman
On Wed, 27 Apr 2005 01:05:40 +0530 Rajsekar Manokaran [EMAIL PROTECTED] 
(Bbabbled:
(B
(B With composite extension (in x server) and an external composite manager 
(B (xcompmgr), programs like fdclock which want to use a ARGB visual are not 
(B transparent. AFAIK, this is a bug in the wm as it does not give the window 
(B an ARGB visual. I saw a patch my keith packard for metacity. Do we have some 
(B option / patch for enlightenment. Please correct me if I overlooked 
(B something obvious.
(B
(Bwe have no patch or no support for ARGB visuals at all in any of EFL.
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF.Net email is sponsored by: Tell us your software development plans!
(BTake this survey and enter to win a one-year sub to SourceForge.net
(BPlus IDC's 2005 look-ahead and a copy of this survey
(BClick here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
(B___
(Benlightenment-users mailing list
(Benlightenment-users@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] pager transparency

2005-04-26 Thread The Rasterman
On Tue, 26 Apr 2005 21:22:27 -0400 Avinash Sridhar [EMAIL PROTECTED] babbled:
(B
(B Hi,
(B I've built DR17 from CVS last night and i was wondering if there is a way to 
(B get my pager to be transparent ?
(B
(Bplay with the theme. the theme determines the look of the pager :) u'll have to 
(Blearn how to play with edje for that :)once you know edje... you can change 
(Banything and make your own themes.
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF.Net email is sponsored by: Tell us your software development plans!
(BTake this survey and enter to win a one-year sub to SourceForge.net
(BPlus IDC's 2005 look-ahead and a copy of this survey
(BClick here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
(B___
(Benlightenment-users mailing list
(Benlightenment-users@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] pager transparency

2005-04-26 Thread Daniel Kozlowski
There are a few themes that do that for you i know for a fact that the
clean theme and the thet theme both have transparent/mostly transparent
pagers. you can get them at http://www.us.get-e.org

On Tue, 2005-04-26 at 21:22 -0400, Avinash Sridhar wrote:
 Hi,
 I've built DR17 from CVS last night and i was wondering if there is a
 way to get my pager to be transparent ?
 
 Thanks in advance.
-- 
Windows: A 32 bit Shell and GUI to a 16-bit patch to a 8-bit Operating
System, coded for a 4-bit microprocessor, originally developed by a 2
bit company that can't stand 1 bit of competition  


signature.asc
Description: This is a digitally signed message part


Re: [e-users] pager transparency

2005-04-26 Thread Hisham Mardam Bey
Please use http://get-e.org/ as the one you specified is a mirror and
not the primary site.

On 4/27/05, Daniel Kozlowski [EMAIL PROTECTED] wrote:
 There are a few themes that do that for you i know for a fact that the
 clean theme and the thet theme both have transparent/mostly transparent
 pagers. you can get them at http://www.us.get-e.org
 
 On Tue, 2005-04-26 at 21:22 -0400, Avinash Sridhar wrote:
  Hi,
  I've built DR17 from CVS last night and i was wondering if there is a
  way to get my pager to be transparent ?
 
  Thanks in advance.
 --
 Windows: A 32 bit Shell and GUI to a 16-bit patch to a 8-bit Operating
 System, coded for a 4-bit microprocessor, originally developed by a 2
 bit company that can't stand 1 bit of competition
 
 
 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id5hix
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users