[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2020-07-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=353463

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #14 from David Edmundson  ---
Kscreen currently supports QtSensors. QtSensors supports iio-sensor-proxy.

That has been merged. If there is a bug in that it needs to be addressed with
more detail.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2020-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #13 from Nate Graham  ---
Sebastian, would you be willing to consider upstreaming your kded module? Seems
like it would be handy to have. We can help you polish it up, of course.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2020-04-17 Thread Ulf Bartholomäus
https://bugs.kde.org/show_bug.cgi?id=353463

Ulf Bartholomäus  changed:

   What|Removed |Added

 CC||u...@gmx.net

--- Comment #12 from Ulf Bartholomäus  ---
Any news about this request?

So at my Fujitsu U939X - iio-sensor-proxy seems to work:
> monitor-sensor 
Waiting for iio-sensor-proxy to appear
+++ iio-sensor-proxy appeared
=== Has accelerometer (orientation: normal)
=== No ambient light sensor
Accelerometer orientation changed: left-up
Accelerometer orientation changed: normal
Accelerometer orientation changed: right-up
Accelerometer orientation changed: normal
Accelerometer orientation changed: bottom-up

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2018-01-23 Thread Sebastian Krzyszkowiak
https://bugs.kde.org/show_bug.cgi?id=353463

Sebastian Krzyszkowiak  changed:

   What|Removed |Added

 CC||k...@dosowisko.net

--- Comment #11 from Sebastian Krzyszkowiak  ---
I have written kded module for screen rotation already, tested with Yoga 2 Pro
and Yoga 900. Uses Plasma's OSD to show that the rotation is about to occur,
giving the user some time to cancel if he didn't mean to rotate and just tilted
the device a bit too much.

It should probably use KScreen instead of shell script to rotate the screen;
also "mediaPlayerVolumeChanged" may not be the best option for OSD :D The
script also hardcodes the touchscreen device name in order to keep it in sync
with rotation. So it's not exactly in upstreamable quality yet, but maybe
someone will find it useful :)

https://github.com/dos1/kded_rotation

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #10 from Kai Uwe Broulik  ---
Col. So their Wiki is out of date, who would have thought. I'll play around
with it a bit, thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #9 from Martin Flöser  ---
(In reply to Kai Uwe Broulik from comment #8)
> QtSensors does not support ambient light sensor on Linux.

I think it does:
https://code.qt.io/cgit/qt/qtsensors.git/tree/src/plugins/sensors/iio-sensor-proxy/iiosensorproxylightsensor.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #8 from Kai Uwe Broulik  ---
QtSensors does not support ambient light sensor on Linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #7 from Martin Flöser  ---
For the record there is no need to look at the dbus interface at all: QSensors
wraps those with a nice API.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #6 from Kai Uwe Broulik  ---
We do have auto screen rotation on Wayland nowadays. Auto-brightness needs
significant re-engineering effort in PowerDevil (needs to be done eventually,
especially for Plasma Mobile) but that entire module needs to be completely
overhauled.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=353463

adr.fant...@gmail.com changed:

   What|Removed |Added

 CC||adr.fant...@gmail.com

--- Comment #5 from adr.fant...@gmail.com ---
This is still relevant. GNOME uses it and it works beautifully, especially for
screen rotation for tablets and 2-in-1 laptops. An example implementation is
given by:
https://github.com/mrquincle/yoga-900-auto-rotate

KDE will sooner or later need to have an autorotation feature and
iio-sensor-proxy really seems the right way forward.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2015-11-24 Thread Vincent Petry via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353463

Vincent Petry  changed:

   What|Removed |Added

 CC||pvinc...@yahoo.fr

--- Comment #4 from Vincent Petry  ---
I have a Dell XPS 13 9333 laptop and the acpi-als driver started working in
recent kernel versions (4.2.3).

Adding self to CC to follow progress of this interesting feature :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2015-10-03 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=353463

Kai Uwe Broulik  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|plasma-devel@kde.org
  Component|general |general
Version|master  |5.4.2
 Status|RESOLVED|REOPENED
 Resolution|INVALID |---
 Ever confirmed|0   |1
 CC||k...@privat.broulik.de
   Target Milestone|1.0 |---
Product|plasmashell |Powerdevil

--- Comment #2 from Kai Uwe Broulik  ---
Looks interesting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2015-10-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=353463

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #3 from David Edmundson  ---
aye. DBus interface looks pretty easy.

Path is a bit odd it's /net/thedudesname on the system bus

Will need to be 2 fold. backlight stuff in powerdevil

accelerometer stuff in kscreen daemon

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel