[Touch-packages] [Bug 1432234] Re: Reboot after quick and dirty openFrameworks workaround

2023-02-10 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Reboot after quick and dirty openFrameworks workaround

Status in xorg package in Ubuntu:
  Expired

Bug description:
  
  $ 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
  

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

  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:
  
  sudo ./install_dependancies.sh ;
  
  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 apt-get 
install; 

  
  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
  

  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. 

[Touch-packages] [Bug 1432234] Re: Reboot after quick and dirty openFrameworks workaround

2022-12-12 Thread Paul White
We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner. You reported this bug some time ago
and there have been many changes in Ubuntu since that time.

Ubuntu 14.04 (trusty) reached end-of-standard-support on April 25, 2019.

Do you still see a problem related to the one that you reported when
using a currently supported version of Ubuntu? Please let us know if you
do otherwise this report can be left to expire in approximately 60 days
time.

Thank you for helping make Ubuntu better.


** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Reboot after quick and dirty openFrameworks workaround

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  
  $ 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
  

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

  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:
  
  sudo ./install_dependancies.sh ;
  
  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 apt-get 
install; 

  
  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
  

  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])
 

[Touch-packages] [Bug 1432234] Re: Reboot after quick and dirty openFrameworks workaround

2016-02-28 Thread Christopher M. Penalver
** Tags added: bios-outdated-1.21

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

Title:
  Reboot after quick and dirty openFrameworks workaround

Status in xorg package in Ubuntu:
  New

Bug description:
  
  $ 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
  

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

  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:
  
  sudo ./install_dependancies.sh ;
  
  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 apt-get 
install; 

  
  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
  

  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: