Re: [E-devel] Adding Backlight Support for HP TouchPad

2011-12-23 Thread Michael Blumenkrantz
On Sat, 24 Dec 2011 01:17:32 -0600 Jeff Hoogland wrote: > Those two commands both return "device path not found" > > On Sat, Dec 24, 2011 at 1:15 AM, Michael Blumenkrantz < > michael.blumenkra...@gmail.com> wrote: > > > On Sat, 24 Dec 2011 01:10:20 -0600 > > Jeff Hoogland wrote: > > > > > Howd

Re: [E-devel] Adding Backlight Support for HP TouchPad

2011-12-23 Thread Jeff Hoogland
Those two commands both return "device path not found" On Sat, Dec 24, 2011 at 1:15 AM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > On Sat, 24 Dec 2011 01:10:20 -0600 > Jeff Hoogland wrote: > > > Howdy All, > > > > Been working with E on an HP Touchpad and I was wondering if

Re: [E-devel] Adding Backlight Support for HP TouchPad

2011-12-23 Thread Michael Blumenkrantz
On Sat, 24 Dec 2011 01:10:20 -0600 Jeff Hoogland wrote: > Howdy All, > > Been working with E on an HP Touchpad and I was wondering if it would be > difficult to get the following added to the E backlight code. In order to > adjust the brightness level on the touch pad you simply send a value > b

[E-devel] Adding Backlight Support for HP TouchPad

2011-12-23 Thread Jeff Hoogland
Howdy All, Been working with E on an HP Touchpad and I was wondering if it would be difficult to get the following added to the E backlight code. In order to adjust the brightness level on the touch pad you simply send a value between 0 and 255 to the file: /sys/class/leds/lcd-backlight/brightness

Re: [E-devel] [Patch] elm_genlist auto_scroll patch

2011-12-23 Thread Daniel Juyung Seo
A good improvement! Thanks in SVN r66488. Daniel Juyung Seo (SeoZ) 2011/12/23 Chan-Wook Jung : > > I attached 2nd patch. There are some changes about auto scroll. > In previous version did not support various bring_in mode in calc_job. So I > added scrollto_type value. > I changed the code to fi

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-23 Thread David Seikel
On Fri, 23 Dec 2011 16:57:53 -0500 mh wrote: > > On Dec 23, 2011, at 1:24 PM, mh wrote: > > > > > On Dec 23, 2011, at 12:27 PM, Leif Middelschulte wrote: > > > >> 2011/12/23 mh : > >>> Salute: > >>> > >>> I'm having the same issue using two different distros on the same > >>> hardware (two d

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-23 Thread The Rasterman
On Fri, 23 Dec 2011 16:57:53 -0500 mh said: > > On Dec 23, 2011, at 1:24 PM, mh wrote: > > > > > On Dec 23, 2011, at 12:27 PM, Leif Middelschulte wrote: > > > >> 2011/12/23 mh : > >>> Salute: > >>> > >>> I'm having the same issue using two different distros on the same > >>> hardware (two dr

Re: [E-devel] E SVN: raster IN trunk/evas: . src/modules/loaders/ico

2011-12-23 Thread The Rasterman
On Fri, 23 Dec 2011 20:10:16 +0100 Sebastian Dransfeld said: > On 12/23/2011 12:31 PM, Enlightenment SVN wrote: > > +unsigned char tw = 0, th = 0, tcols = 0; > > +if (!read_uchar(map, fsize,&position,&tw)) goto close_file; > > +w = th; > ^^ > > > +

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-23 Thread mh
On Dec 23, 2011, at 1:24 PM, mh wrote: > > On Dec 23, 2011, at 12:27 PM, Leif Middelschulte wrote: > >> 2011/12/23 mh : >>> Salute: >>> >>> I'm having the same issue using two different distros on the same hardware >>> (two drives). >>> >>> When I'm running Arch, I'm running xorg-server 1.11

Re: [E-devel] E SVN: raster IN trunk/evas: . src/modules/loaders/ico

2011-12-23 Thread Sebastian Dransfeld
On 12/23/2011 12:31 PM, Enlightenment SVN wrote: > +unsigned char tw = 0, th = 0, tcols = 0; > +if (!read_uchar(map, fsize,&position,&tw)) goto close_file; > +w = th; ^^ > +unsigned char tw = 0, th = 0, tcols = 0; > +if (!read_uchar(map, fsiz

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-23 Thread mh
On Dec 23, 2011, at 12:27 PM, Leif Middelschulte wrote: > 2011/12/23 mh : >> Salute: >> >> I'm having the same issue using two different distros on the same hardware >> (two drives). >> >> When I'm running Arch, I'm running xorg-server 1.11.3-1 , using >> xf86-video-ati 6.14.3-1 >> >> On De

[E-devel] compilation of eina

2011-12-23 Thread Philippe Reynes
Hi, I try to compile eina-1.1 from svn "stable" branch. But it fails when I run the configure. First, I run autogen.sh, and I have some warning. [trem@localhost eina]$ NOCONFIGURE=1 ./autogen.sh Running aclocal... Running autoheader... Running autoconf... Running libtoolize... Running automak

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-23 Thread Leif Middelschulte
2011/12/23 mh : > Salute: > > I'm having the same issue using two different distros on the same hardware > (two drives). > > When I'm running Arch, I'm running xorg-server 1.11.3-1 , using   > xf86-video-ati 6.14.3-1 > > On Debian, sid, I have xserver-xorg-core 1.11.2.902-1, using > xserver-xorg-

Re: [E-devel] E SVN: raster IN trunk/evas: . src/lib/engines/common src/lib/include src/modules/engines/software_x11

2011-12-23 Thread The Rasterman
On Fri, 23 Dec 2011 14:09:18 +0100 Vincent Torri said: > On Fri, Dec 23, 2011 at 12:50 PM, Enlightenment SVN > wrote: > > > > Modified: trunk/evas/src/modules/engines/software_x11/evas_xlib_outbuf.c > > === > > --- trunk/evas/src/mo

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-23 Thread mh
Salute: I'm having the same issue using two different distros on the same hardware (two drives). When I'm running Arch, I'm running xorg-server 1.11.3-1 , using xf86-video-ati 6.14.3-1 On Debian, sid, I have xserver-xorg-core 1.11.2.902-1, using xserver-xorg-video-radeon 6.14.3-2 mike On

Re: [E-devel] E SVN: raster IN trunk/evas: . src/lib/engines/common src/lib/include src/modules/engines/software_x11

2011-12-23 Thread Vincent Torri
On Fri, Dec 23, 2011 at 12:50 PM, Enlightenment SVN wrote: > > Modified: trunk/evas/src/modules/engines/software_x11/evas_xlib_outbuf.c > === > --- trunk/evas/src/modules/engines/software_x11/evas_xlib_outbuf.c       > 2011-12-23 11:4

Re: [E-devel] [Patch] elm_genlist auto_scroll patch

2011-12-23 Thread Chan-Wook Jung
I attached 2nd patch. There are some changes about auto scroll. In previous version did not support various bring_in mode in calc_job. So I added scrollto_type value. I changed the code to fix this promblem, If the bring_in item is in the queue and did not changed pan size, Bring_in function is

[E-devel] [patch] elc_multibuttonentry - clean unused vars

2011-12-23 Thread Hyoyoung Chang
Dear all. I just clean unused vars of elc_multibuttonentry. It made that gcc complains :P Thank you. Index: src/lib/elc_multibuttonentry.c === --- src/lib/elc_multibuttonentry.c (리비전 66475) +++ src/lib/elc_multibuttonentry.c

[E-devel] [patch] elm_cnp_helper - make some cnp apis as public EAPI

2011-12-23 Thread Hyoyoung Chang
Dear all. As I suggested, I made a patch for some cnp apis. I think copying and pasting APIs are pretty mature to be public Those are elm_selection_set, elm_selection_clear, elm_selection_get. And adding cnp prefix for distinction from word, or char selections. elm_selection_set--> elm_cnp_se

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-23 Thread Andrea Suisani
On 12/23/2011 09:52 AM, Andrea Suisani wrote: Hi all, [cut] I'm going to try to configure my Xorg dropping the binary only driver and using instead the one provided by: xserver-xorg-video-radeon i.e. http://www.x.org/wiki/radeon I'll report back blank screen strikes again attached sta

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-23 Thread Andrea Suisani
Hi all, sorry for not being able to join the irc debug session last evening... though it seems we have have narrowed the problem down to a peculiar comibination of HW (ATI HD 5770/5750), e17 ver, xorg version and x org drivere version. just trying get a more clear picture I'm running X.Org X Ser

Re: [E-devel] [Patch] elm_genlist auto_scroll patch

2011-12-23 Thread Daniel Juyung Seo
Dear Chanwook, can you reply to this email? This patch looks interesting and I'm waiting for your reply :) Thanks. Daniel Juyung Seo (SeoZ) 2011/12/22 Daniel Juyung Seo : > Dear Chanwook, > I know the code but can you describe what was the problem and what did > you change? > I can use that for c