Public bug reported:

<code>
$ uname -a
Linux nil-NV57H 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 
UTC 2015 x86 64 x86_64 GNU/Linux
</code>

The laptop trackpad has ceased its functioning after the steps outlined below. 
I have attempted reloading the psmouse module via 
<code>
modprobe -r !$ && modprobe !$ ; 
</code>
to no avail. Ubuntu still responds to the left/0 button, however. 
<code>
egrep "Name|Handlers" /proc/bus/input/devices ;
</code>
Defines
<code>
Name="ETPS/2 Elantech Touchpad"
Handlers=mouse0 event6
</code>  
as the mouse handler.

//
FOOT NOTE ON INSTALLING OPENFRAMEWORKS

openFrame works shell script at 
"${ofRoot}/scripts/linux/ubuntu/install_dependancies.sh" WILL NOT RUN in the 
manner defined by the openFrameworks documentation:
<code>
sudo ./install_dependancies.sh ;
</code>
The error message suggested that my internet connection may be failing; 
however, this was not true, so I installed the gstreamer plug-ins in the final 
if block (of the referenced script, snippet to follow) via <code>apt-get 
install; </code>

<code>
apt-get update

GSTREAMER_VERSION=0.10
GSTREAMER_FFMPEG=gstreamer${GSTREAMER_VERSION}-ffmpeg

echo "detecting latest gstreamer version"
apt-cache show libgstreamer1.0-dev
exit_code=$?
if [ $exit_code = 0 ]; then
    echo selecting gstreamer 1.0
    GSTREAMER_VERSION=1.0
    GSTREAMER_FFMPEG=gstreamer${GSTREAMER_VERSION}-libav
fi

#   {...}

echo "installing gstreamer"
apt-get install libgstreamer${GSTREAMER_VERSION}-dev 
libgstreamer-plugins-base${GSTREAMER_VERSION}-dev  ${GSTREAMER_FFMPEG} 
gstreamer${GSTREAMER_VERSION}-pulseaudio gstreamer${GSTREAMER_VERSION}-x 
gstreamer${GSTREAMER_VERSION}-plugins-bad gstreamer${GSTREAMER_VERSION}-alsa 
gstreamer${GSTREAMER_VERSION}-plugins-base 
gstreamer${GSTREAMER_VERSION}-plugins-good
exit_code=$?
if [ $exit_code != 0 ]; then
        echo "error installing gstreamer, there could be an error with your 
internet connection"
    echo "if the error persists, please report an issue in github: 
http://github.com/openframeworks/openFrameworks/issues";
        exit $exit_code
fi
</code>

I installed gstreamer 1.0, and (of course, to my chagrin) that did not
solve the dependancy issue. I attempted to install each of the
dependancies with apt-get individually (the ones in this if block, where
i thought the problem was), and found that gstreamer0.10-ffmpeg package
is not available in the standard repositories. I did install the
gstreamer0.10-ffmpeg package from a third party. However, the script
still did not recognize that all of the dependancies were installed!

A clever person on the openFrameworks community forum announced that if
you (fix broken and install the packages freeglut3 freeglut3-dev
freeglut3-dbg) via synaptic install_dependancies.sh runs without errors.
By some freak twist of package manangement abstraction the script only
worked properly after that operation. I did just go ahead and install
synaptic to replicate the experiment accurately: I do not know if I
could have just installed those packages through apt-get without broken
dependancies. If so, openFrameworks should know that freeglut3 et al
should be in their linux/ubuntu/install_dependancies.sh script.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat Mar 14 15:34:04 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0511]
InstallationDate: Installed on 2015-03-13 (1 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
Lsusb:
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 04f2:b2dc Chicony Electronics Co., Ltd 
 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Gateway NV57H
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-30-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/17/2012
dmi.bios.vendor: Gateway
dmi.bios.version: V1.19
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SJV50_HR
dmi.board.vendor: Gateway
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Gateway
dmi.chassis.version: V1.19
dmi.modalias: 
dmi:bvnGateway:bvrV1.19:bd02/17/2012:svnGateway:pnNV57H:pvrV1.19:rvnGateway:rnSJV50_HR:rvrBaseBoardVersion:cvnGateway:ct10:cvrV1.19:
dmi.product.name: NV57H
dmi.product.version: V1.19
dmi.sys.vendor: Gateway
version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu2intel1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu2intel1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.911-0intel1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Fri Mar 13 19:14:57 2015
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id                                8684 
 vendor                                     AUO
xserver.version: 2:1.15.1-0ubuntu2.7

** Affects: xorg (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug compiz-0.9 third-party-packages trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432234

Title:
  Reboot after quick and dirty openFrameworks workaround

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1432234/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to