Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[configs] do not hardcode touchscreen devnode
On N9/N950 input devices do not guarantee to get assigned the same
devnode on every reboot. Once touchscreen might be /dev/input/event3,
the other time it can be /dev/input/event1.

So rely on autodetection (in prev commit it was false assumption that
autodetect doesn't work reliably)
  • Loading branch information
sledges committed Dec 6, 2013
1 parent c7d7d40 commit e94ca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/60-n9-n950-ui.conf
Expand Up @@ -4,5 +4,5 @@ QT_QPA_EGLFS_DEPTH=32
QT_QPA_EGLFS_HIDECURSOR=1
M_FORCE_LOCAL_THEME=1
LIPSTICK_OPTIONS=
QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS="/dev/input/event3"
QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=
PRE_USER_SESSION_DISPLAY_OPTIONS=-displayX 187 -displayY -187 -displayRotation -90

0 comments on commit e94ca78

Please sign in to comment.