Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #13390 > unrolled thread

Weird problem - ALPS GlidePoint touchpad disappearing after suspend/resume and xrandr operations

Started byTim Watts <tw_usenet@dionic.net>
First post2015-01-09 23:21 +0000
Last post2015-01-10 21:26 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.os.linux.misc


Contents

  Weird problem - ALPS GlidePoint touchpad disappearing after suspend/resume and xrandr operations Tim Watts <tw_usenet@dionic.net> - 2015-01-09 23:21 +0000
    Re: Weird problem - ALPS GlidePoint touchpad disappearing after suspend/resume and xrandr operations Jerry Peters <jerry@example.invalid> - 2015-01-10 21:26 +0000

#13390 — Weird problem - ALPS GlidePoint touchpad disappearing after suspend/resume and xrandr operations

FromTim Watts <tw_usenet@dionic.net>
Date2015-01-09 23:21 +0000
SubjectWeird problem - ALPS GlidePoint touchpad disappearing after suspend/resume and xrandr operations
Message-ID<dc46ob-uhn.ln1@squidward.dionic.net>
Just throwing a bone here on the offchance:

Ubuntu 14.04, Dell E7440 with ALPS GlidePoint touchpad:

At home and work I jack in a 2nd HDMI screen and run Xorg over both 
(left/right) with XFCE4 window manager.

Leaving either place, I switch to single screen mode with a little 
script that does:


% cat .screenlayout/Single_Laptop.sh

#!/bin/sh
# Need to reset to 1 or apps get confused when maximising???
xrandr 	--output eDP1 --scale 1x1 --output HDMI1 --scale 1x1
xrandr 	\
	--output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --dpi 158 
--scale 0.9x0.9 \
	--output HDMI1 --off \
	--output VIRTUAL1 --off --output HDMI2 --off --output DP1 --off
xfconf-query -c xfce4-panel -p /panels/panel-0/output-name -s eDP1



and then suspend using the XFCE4 knob.

Resumes fine but almost every time (but not always) after a minute or a 
few minutes (it varies), the touchpad stops working and so do the bottom 
buttons.

The mouse stick and the top buttons remain fine.

Log out of X and in again and all is well and stays well.


I even tried disabling and re-enabling the touchpad in the settings 
control panel - no avail.



Any ideas?



Cheers

Tim

[toc] | [next] | [standalone]


#13400

FromJerry Peters <jerry@example.invalid>
Date2015-01-10 21:26 +0000
Message-ID<m8s5di$f7f$2@dont-email.me>
In reply to#13390
Tim Watts <tw_usenet@dionic.net> wrote:
> Just throwing a bone here on the offchance:
> 
> Ubuntu 14.04, Dell E7440 with ALPS GlidePoint touchpad:
> 
> At home and work I jack in a 2nd HDMI screen and run Xorg over both 
> (left/right) with XFCE4 window manager.
> 
> Leaving either place, I switch to single screen mode with a little 
> script that does:
> 
> 
> % cat .screenlayout/Single_Laptop.sh
> 
> #!/bin/sh
> # Need to reset to 1 or apps get confused when maximising???
> xrandr  --output eDP1 --scale 1x1 --output HDMI1 --scale 1x1
> xrandr  \
>        --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --dpi 158 
> --scale 0.9x0.9 \
>        --output HDMI1 --off \
>        --output VIRTUAL1 --off --output HDMI2 --off --output DP1 --off
> xfconf-query -c xfce4-panel -p /panels/panel-0/output-name -s eDP1
> 
> 
> 
> and then suspend using the XFCE4 knob.
> 
> Resumes fine but almost every time (but not always) after a minute or a 
> few minutes (it varies), the touchpad stops working and so do the bottom 
> buttons.
> 
> The mouse stick and the top buttons remain fine.
> 
> Log out of X and in again and all is well and stays well.
> 
> 
> I even tried disabling and re-enabling the touchpad in the settings 
> control panel - no avail.
> 
> 
> 
> Any ideas?
> 
> 
> 
> Cheers
> 
> Tim

Any messages in /var/log/Xorg.0.log or syslog?  Do you have synclient
available? A 'synclient -l'  might show something. 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.linux.misc


csiph-web