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
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
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
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
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
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
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
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;
> ^^
>
> > +
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo