[Ubuntu-x-swat] [Bug 1443456] Re: Xorg crashed with SIGABRT in fbBltOne()

2015-05-07 Thread mrl586
It seems that this crash always occurred with open source radeon driver
but not with fglrx driver.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1443456

Title:
  Xorg crashed with SIGABRT in fbBltOne()

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1414930] Re: [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't work

2015-05-07 Thread Timo Aaltonen
please don't close bugs manually, the trusty kernel isn't in -updates
yet

** Changed in: linux (Ubuntu Trusty)
   Status: Fix Released => Fix Committed

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

Title:
  [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1382789] Re: If I plug a second monitor into my laptop while its sleeping, and then wake it up, the lock screen freezes

2015-05-07 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-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1382789

Title:
  If I plug a second monitor into my laptop while its sleeping, and then
  wake it up, the lock screen freezes

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1427876] Re: bug

2015-05-07 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-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1427876

Title:
  bug

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1437042] Re: xorg many call traces on startup and shutdown

2015-05-07 Thread Christopher M. Penalver
Galen Thurber, please do the apport-collect (please remember to install
xdiagnose or it' useless unfortunately) in a Vivid x64 live environment
via http://cdimage.ubuntu.com/daily-live/current/vivid-desktop-amd64.iso
.

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

Title:
  xorg many call traces on startup and shutdown

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1437042] Re: xorg many call traces on startup and shutdown

2015-05-07 Thread Galen Thurber
ERROR: hook /usr/share/apport/package-hooks/source_xorg.py crashed:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/apport/report.py", line 197, in 
_run_hook
symb['add_info'](report, ui)
  File "/usr/share/apport/package-hooks/source_xorg.py", line 683, in add_info
attach_3d_info(report, ui)
  File "/usr/share/apport/package-hooks/source_xorg.py", line 406, in 
attach_3d_info
xorglog = xorglog.encode('utf-8')
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8f in position 12048: 
ordinal not in range(128)
Traceback (most recent call last):
  File "/usr/share/apport/apport-gtk", line 594, in 
app.run_argv()
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 652, in run_argv
return self.run_update_report()
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 572, in 
run_update_report
attachment_comment='apport information')
  File "/usr/lib/python2.7/dist-packages/apport/crashdb_impl/launchpad.py", 
line 374, in update
report.write_mime(mime, skip_keys=skip_keys)
  File "/usr/lib/python2.7/dist-packages/problem_report.py", line 507, in 
write_mime
attach_value = CompressedValue(v, k).gzipvalue
  File "/usr/lib/python2.7/dist-packages/problem_report.py", line 44, in 
__init__
self.set_value(value)
  File "/usr/lib/python2.7/dist-packages/problem_report.py", line 50, in 
set_value
gzip.GzipFile(self.name, mode='wb', fileobj=out).write(value)
  File "/usr/lib/python2.7/gzip.py", line 136, in __init__
self._write_gzip_header()
  File "/usr/lib/python2.7/gzip.py", line 181, in _write_gzip_header
self.fileobj.write(fname + '\000')
TypeError: 'unicode' does not have the buffer interface

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

Title:
  xorg many call traces on startup and shutdown

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1437042] Re: xorg many call traces on startup and shutdown

2015-05-07 Thread Galen Thurber
just finished 
apport-collect 1437042

hopefully it will attach

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

Title:
  xorg many call traces on startup and shutdown

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1437042] ProcEnviron.txt

2015-05-07 Thread Galen Thurber
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1437042/+attachment/4393300/+files/ProcEnviron.txt

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

Title:
  xorg many call traces on startup and shutdown

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1437042] Re: xorg many call traces on startup and shutdown

2015-05-07 Thread Galen Thurber
apport information

** Description changed:

  after updating from 12.0.5 to 14.04 xorg is causing many
  call traces on startup and shutdown
  
  computer not causing call traces under linux lite 2.2, sparky [debian8]
  
  
  [73852.453544] CPU: 0 PID: 1970 Comm: Xorg Tainted: GW 
3.13.0-48-generic #80-Ubuntu
  [73852.453547] Hardware name: Dell Inc. Inspiron 1525   
/0U990C, BIOS A13 06/27/2008
  [73852.453550]    e3f8fb58 c1655f92 e3f8fb98 e3f8fb88 
c1056a7e f8c2ccfc
  [73852.453559]  e3f8fbb4 07b2 f8c2ab64 2413 f8be2a1d f8be2a1d 
e4937000 e48305c0
  [73852.453569]   e3f8fba0 c1056ad3 0009 e3f8fb98 f8c2ccfc 
e3f8fbb4 e3f8fbf4
  [73852.453578] Call Trace:
  [73852.453587]  [] dump_stack+0x41/0x52
  [73852.453594]  [] warn_slowpath_common+0x7e/0xa0
  [73852.453629]  [] ? intel_modeset_check_state+0x5dd/0x750 [i915]
  [73852.453659]  [] ? intel_modeset_check_state+0x5dd/0x750 [i915]
  [73852.453664]  [] warn_slowpath_fmt+0x33/0x40
  [73852.453696]  [] intel_modeset_check_state+0x5dd/0x750 [i915]
  [73852.453731]  [] intel_set_mode+0x30/0x40 [i915]
  [73852.453761]  [] intel_release_load_detect_pipe+0xc4/0xf0 [i915]
  [73852.453806]  [] intel_tv_detect+0x34d/0x510 [i915]
  [73852.453818]  [] ? i2c_transfer+0x11/0xc0
  [73852.453829]  [] 
drm_helper_probe_single_connector_modes+0x1d8/0x360 [drm_kms_helper]
  [73852.453841]  [] ? mutex_lock+0x10/0x28
  [73852.453875]  [] drm_mode_getconnector+0x32d/0x390 [drm]
  [73852.453902]  [] ? drm_mode_getcrtc+0xc0/0xc0 [drm]
  [73852.453920]  [] drm_ioctl+0x472/0x500 [drm]
  [73852.453947]  [] ? drm_mode_getcrtc+0xc0/0xc0 [drm]
  [73852.453956]  [] ? __switch_to_xtra+0xfe/0x130
  [73852.453963]  [] ? set_next_entity+0xb1/0xe0
  [73852.453970]  [] ? __switch_to+0x2c0/0x340
  [73852.453987]  [] ? drm_free_buffer+0x30/0x30 [drm]
  [73852.453995]  [] do_vfs_ioctl+0x2e2/0x4d0
  [73852.454000]  [] ? __schedule+0x358/0x770
  [73852.454007]  [] ? lockref_put_or_lock+0xb/0x30
  [73852.454013]  [] ? __fput+0x155/0x210
  [73852.454018]  [] SyS_ioctl+0x60/0x80
  [73852.454023]  [] sysenter_do_call+0x12/0x12
  [73852.454027] ---[ end trace 1e49de400e8e1259 ]---
  
  
   example
  [73852.453544] CPU: 0 PID: 1970 Comm: Xorg Tainted: GW 
3.13.0-48-generic #80-Ubuntu
  [73852.453547] Hardware name: Dell Inc. Inspiron 1525   
/0U990C, BIOS A13 06/27/2008
  [73852.453550]    e3f8fb58 c1655f92 e3f8fb98 e3f8fb88 
c1056a7e f8c2ccfc
  [73852.453559]  e3f8fbb4 07b2 f8c2ab64 2413 f8be2a1d f8be2a1d 
e4937000 e48305c0
  [73852.453569]   e3f8fba0 c1056ad3 0009 e3f8fb98 f8c2ccfc 
e3f8fbb4 e3f8fbf4
  [73852.453578] Call Trace:
  [73852.453587]  [] dump_stack+0x41/0x52
  [73852.453594]  [] warn_slowpath_common+0x7e/0xa0
  [73852.453629]  [] ? intel_modeset_check_state+0x5dd/0x750 [i915]
  [73852.453659]  [] ? intel_modeset_check_state+0x5dd/0x750 [i915]
  [73852.453664]  [] warn_slowpath_fmt+0x33/0x40
  [73852.453696]  [] intel_modeset_check_state+0x5dd/0x750 [i915]
  [73852.453731]  [] intel_set_mode+0x30/0x40 [i915]
  [73852.453761]  [] intel_release_load_detect_pipe+0xc4/0xf0 [i915]
  [73852.453806]  [] intel_tv_detect+0x34d/0x510 [i915]
  [73852.453818]  [] ? i2c_transfer+0x11/0xc0
  [73852.453829]  [] 
drm_helper_probe_single_connector_modes+0x1d8/0x360 [drm_kms_helper]
  [73852.453841]  [] ? mutex_lock+0x10/0x28
  [73852.453875]  [] drm_mode_getconnector+0x32d/0x390 [drm]
  [73852.453902]  [] ? drm_mode_getcrtc+0xc0/0xc0 [drm]
  [73852.453920]  [] drm_ioctl+0x472/0x500 [drm]
  [73852.453947]  [] ? drm_mode_getcrtc+0xc0/0xc0 [drm]
  [73852.453956]  [] ? __switch_to_xtra+0xfe/0x130
  [73852.453963]  [] ? set_next_entity+0xb1/0xe0
  [73852.453970]  [] ? __switch_to+0x2c0/0x340
  [73852.453987]  [] ? drm_free_buffer+0x30/0x30 [drm]
  [73852.453995]  [] do_vfs_ioctl+0x2e2/0x4d0
  [73852.454000]  [] ? __schedule+0x358/0x770
  [73852.454007]  [] ? lockref_put_or_lock+0xb/0x30
  [73852.454013]  [] ? __fput+0x155/0x210
  [73852.454018]  [] SyS_ioctl+0x60/0x80
  [73852.454023]  [] sysenter_do_call+0x12/0x12
  [73852.454027] ---[ end trace 1e49de400e8e1259 ]---
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic i686
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  CurrentDesktop: XFCE
  Date: Thu Mar 26 17:48:07 2015
  InstallationDate: Installed on 2014-04-21 (339 days ago)
  InstallationMedia: Xubuntu 12.04.4 LTS "Precise Pangolin" - Release i386 
(20140205)
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2015-03-24 (2 days ago)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-04-21 (366 days ago)
  InstallationMedia: Xubuntu 12.04.4 LTS "Precise Pangolin" - Release i386 
(20140205)
  Package: xorg 1:7.7+1ubuntu8.1
  Pac

[Ubuntu-x-swat] [Bug 518056]

2015-05-07 Thread Gunnar Hjalmarsson
Please note that this bug needs to be resolved before this ibus issue:
https://code.google.com/p/ibus/issues/detail?id=1777

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/518056/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1452173] Re: [Dell Precision M4800] Regression: screen brightness control broken in 15.04

2015-05-07 Thread Christopher M. Penalver
Marius B. Kotsbak, thank you for reporting this and helping make Ubuntu
better. As per http://www.dell.com/support/home/us/en/19/product-
support/product/precision-m4800-workstation/drivers an update to your
computer's buggy and outdated BIOS is available (A13). If you update to
this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status New.

Thank you for your understanding.

** Tags added: bios-outdated-a13

** No longer affects: linux (Ubuntu)

** No longer affects: xorg (Ubuntu)

** Changed in: nvidia-graphics-drivers-346-updates (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  [Dell Precision M4800] Regression: screen brightness control broken in
  15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-346-updates/+bug/1452173/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1448938] Re: Nvidia

2015-05-07 Thread Christopher M. Penalver
Jordilz, just to clarify, if you the nvidia driver from the Ubuntu
repositories as outlined in
https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia with GNOME
Flashback (Metacity), does it also provide a WORKAROUND?

** Description changed:

- 3d Nvidia d'ont work
- 3d Nouveau d'ont work
- With Bumblebee work but d'ont 100%
- 
- 
- Ubuntu 15.04
+ 3d Nvidia don't work. 3d Nouveau don't work. With Bumblebee work but not
+ 100%.
  
  bumblebee:
-   Instalados: 3.2.1-7
-   Candidato:  3.2.1-7
+   Instalados: 3.2.1-7
+   Candidato:  3.2.1-7
  
- Sorry, I d'ont speak english
+ Sorry, I don't speak english. Thank you. Jordi
  
- Thank you
- 
- Jordi
- 
+ WORKAROUND: Use nouveau and GNOME Flashback (Metacity).
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  .tmp.unity.support.test.1:
-  
+ 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Apr 27 10:59:22 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
-  8192cu, 1.10, 3.19.0-15-generic, i686: installed
-  bbswitch, 0.7, 3.19.0-15-generic, i686: installed
-  nvidia-304-updates, 304.125, 3.19.0-15-generic, i686: installed
+  8192cu, 1.10, 3.19.0-15-generic, i686: installed
+  bbswitch, 0.7, 3.19.0-15-generic, i686: installed
+  nvidia-304-updates, 304.125, 3.19.0-15-generic, i686: installed
  GraphicsCard:
-  NVIDIA Corporation NV44 [GeForce 6200 TurboCache] [10de:0161] (rev a1) 
(prog-if 00 [VGA controller])
-Subsystem: XFX Pine Group Inc. Device [1682:2147]
+  NVIDIA Corporation NV44 [GeForce 6200 TurboCache] [10de:0161] (rev a1) 
(prog-if 00 [VGA controller])
+    Subsystem: XFX Pine Group Inc. Device [1682:2147]
  InstallationDate: Installed on 2015-04-26 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=f63798a7-763b-4440-94de-c7bcfb3ddf2d ro vesafb.invalid=1 
plymouth:debug nopat drm.debug=0xe
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/23/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: RC4107MA-S2
  dmi.board.vendor: Foxconn
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd10/23/2007:svn:pn:pvr:rvnFoxconn:rnRC4107MA-S2:rvr:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.60+git20150416.0d78b37b-0ubuntu0ricotz2
  version.libgl1-mesa-dri: libgl1-mesa-dri 
10.6.0~git20150423.125574d1-0ubuntu0ricotz
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
10.6.0~git20150423.125574d1-0ubuntu0ricotz
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150415.66f3db67-0ubuntu0sarvatt
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git20150318.d29d8baa-0ubuntu0sarvatt
  xserver.bootTime: Mon Apr 27 10:57:26 2015
  xserver.configfile: default
  xserver.devices:
-  inputPower Button KEYBOARD, id 6
-  inputPower Button KEYBOARD, id 7
-  inputLogitech USB Optical Mouse MOUSE, id 8
-  inputAT Translated Set 2 keyboard KEYBOARD, id 9
+  inputPower Button KEYBOARD, id 6
+  inputPower Button KEYBOARD, id 7
+  inputLogitech USB Optical Mouse MOUSE, id 8
+  inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

** Description changed:

  3d Nvidia don't work. 3d Nouveau don't work. With Bumblebee work but not
  100%.
  
  bumblebee:
    Instalados: 3.2.1-7
    Candidato:  3.2.1-7
  
  Sorry, I don't speak english. Thank you. Jordi
  
  WORKAROUND: Use nouveau and GNOME Flashback (Metacity).
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  .tmp.unity.support.test.1:
  
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Apr 27 10:59:22 2015
  DistUpgraded: Fresh install
  DistroCodename: 

[Ubuntu-x-swat] [Bug 1448938] Re: Nvidia

2015-05-07 Thread Jordilz
** Attachment added: "Unity Sesion: Shut Down Window"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1448938/+attachment/4393287/+files/IMG_20150507_000703.jpg

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

Title:
  Nvidia

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1448938] Re: Nvidia

2015-05-07 Thread Jordilz
I've done a clean install of Ubuntu 64-bit and tested only with the free
Nouveau driver with the following result:

With Unity:
Sign well until login screen. No flickering, screen freezes and perfect 
transparency.

When I open the Dash, the screen flashes. With "Shut Down" window as
well. With thunderbird when browsing folders, the screen is frozen and
unresponsive, having to restart after, etc ...

Metacity:
All Ok so far.

Compiz:

Several problems, but I have to keep trying

I have to say that my problems with the Nvidia driver start with the
first version of Ubuntu with Unity and have been getting worse with each
version so far.

With version 14.04 and 14.10 with Nouveau same problems and with Nvidia
Driver only frozen window with LibreOffice Calc (not always).

RAM memory consumption increased with Unity and less with Compiz

** Attachment added: "Unity Sesion"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1448938/+attachment/4393286/+files/IMG_20150506_005618.jpg

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

Title:
  Nvidia

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1441687] Re: Screen corruption after suspend/reboot

2015-05-07 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=90365.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2015-05-07T19:01:18+00:00 Kai Mast wrote:

See the screenshot in the launchpad bugreport

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/1441687

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/1441687/comments/4


** Changed in: xserver-xorg-driver-ati
   Status: Unknown => Confirmed

** Changed in: xserver-xorg-driver-ati
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1441687

Title:
  Screen corruption after suspend/reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1441687/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1400013] Re: fglrx_drv.so crashes with HD 5450

2015-05-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: fglrx-installer (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1400013

Title:
  fglrx_drv.so crashes with HD 5450

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1400013/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1444436] Re: [BDW GT3] Backport fixes to unbreak X

2015-05-07 Thread Brian Murray
It's unfortunate the utopic changelog didn't have the LP bug reference
properly formatted.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/136

Title:
  [BDW GT3] Backport fixes to unbreak X

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/136/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1452889] [NEW] Weird Error at Login and Boot

2015-05-07 Thread Brian Steiner
Public bug reported:

On boot, it says something along the lines of:
 
ACPI PCC failed 
starting version 219...

On startup, I get the "report problem" pop-up.


thanks so much for anything you guys can do, it's greatly appreciated.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.59  Tue Mar 31 14:10:31 
PDT 2015
 GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Thu May  7 16:29:47 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.13.0-44-generic, x86_64: installed
 bbswitch, 0.7, 3.16.0-34-generic, x86_64: installed
 bbswitch, 0.7, 3.19.0-15-generic, x86_64: installed
 bbswitch, 0.7, 3.19.0-16-generic, x86_64: installed
 nvidia-346, 346.59, 3.19.0-16-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:05fc]
   Subsystem: Dell Device [1028:05fc]
InstallationDate: Installed on 2015-01-07 (119 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Dell Inc. Inspiron 7737
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=302421ad-c8a8-493e-bdbc-764853812240 ro splash quiet
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/28/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0YHYKX
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/28/2014:svnDellInc.:pnInspiron7737:pvr:rvnDellInc.:rn0YHYKX:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Inspiron 7737
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Thu May  7 16:22:18 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 intel(G1): [drm] failed to set drm interface version: Permission denied [13].
 intel(G1): Failed to claim DRM device.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 730 
 vendor LGD
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug ubuntu vivid

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

Title:
  Weird Error at Login and Boot

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-x-swat] [Bug 1401842] Re: Two cursors on each tty console

2015-05-07 Thread Jaakov
Thank you. However, I won't upload the tested fixed xorg package, since 
the tested setup, as of 2015-05-06, has other user-interface bugs that 
can affect me more than this two-cursors problem.

Namely, in the development version, the menu of the window manager 
(lightdm?), which is usually found in the upper right corner, appears 
thrice: once on the small monitor (upper right) and twice on the large 
one (at about 70% land 100% length in the header). I expect it to appear 
once or twice, however, depending on whether the screen contents is 
extended or cloned. So suggesting the xorg-packages from that particular 
date has a chance of making the situation worse for me. Once that other 
problem is fixed, I can reconsider this decision.

By the way, what is the correct kernel-command-line argument for not 
starting X at boot in trusty or vivid?

pfix=nox

doesn't work.

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

Title:
  Two cursors on each tty console

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1452469] Re: Krfb shows an error message when activated.

2015-05-07 Thread Diaa Sami
** Summary changed:

- Krfb doesn't work
+ Krfb shows an error message when activated.

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

Title:
  Krfb shows an error message when activated.

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1447143] Re: [SKL, i915_bpo] Rotation doesn't work

2015-05-07 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-intel -
2:2.99.917-1~exp1ubuntu2.1

---
xserver-xorg-video-intel (2:2.99.917-1~exp1ubuntu2.1) vivid; urgency=medium

  * sna-force-frontbuffer-to-cpu-for-randr-fallback.diff: Fix rotation
on SKL. (LP: #1447143)
  * source: Add extend-diff-ignore to not complain about symlinks.
 -- Timo AaltonenWed, 22 Apr 2015 19:48:22 +0300

** Changed in: xserver-xorg-video-intel (Ubuntu Vivid)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1447143

Title:
  [SKL, i915_bpo] Rotation doesn't work

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1447143] Update Released

2015-05-07 Thread Brian Murray
The verification of the Stable Release Update for xserver-xorg-video-
intel has completed successfully and the package has now been released
to -updates.  Subsequently, the Ubuntu Stable Release Updates Team is
being unsubscribed and will not receive messages about this bug report.
In the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1447143

Title:
  [SKL, i915_bpo] Rotation doesn't work

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1441847] Re: Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

2015-05-07 Thread Launchpad Bug Tracker
This bug was fixed in the package llvm-toolchain-3.6 -
1:3.6-2ubuntu1~trusty1

---
llvm-toolchain-3.6 (1:3.6-2ubuntu1~trusty1) trusty; urgency=medium

  * Backport to trusty. (LP: #1441847)
 -- Timo AaltonenTue, 21 Apr 2015 13:34:50 +0300

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

Title:
  Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1441687] Re: Screen corruption after suspend/reboot

2015-05-07 Thread Kai Mast
** Bug watch added: freedesktop.org Bugzilla #90365
   https://bugs.freedesktop.org/show_bug.cgi?id=90365

** Also affects: xserver-xorg-driver-ati via
   https://bugs.freedesktop.org/show_bug.cgi?id=90365
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1441687

Title:
  Screen corruption after suspend/reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1441687/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1441847] Update Released

2015-05-07 Thread Brian Murray
The verification of the Stable Release Update for xtrans has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1441847] Re: Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

2015-05-07 Thread Launchpad Bug Tracker
This bug was fixed in the package xtrans - 1.3.5-1~ubuntu14.04.1

---
xtrans (1.3.5-1~ubuntu14.04.1) trusty; urgency=medium

  * Backport to trusty. (LP: #1441847)
 -- Timo AaltonenWed, 08 Apr 2015 23:48:33 +0300

** Changed in: xtrans (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1441847] Re: Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

2015-05-07 Thread Launchpad Bug Tracker
This bug was fixed in the package libdrm - 2.4.60-2~ubuntu14.04.1

---
libdrm (2.4.60-2~ubuntu14.04.1) trusty; urgency=medium

  * Backport to trusty. (LP: #1441847)
  * control: Fix libdrm-tegra0 description typo.
  * revert-65041c4a1.diff: Revert a commit which broke ABI.
 -- Timo AaltonenWed, 08 Apr 2015 23:55:25 +0300

** Changed in: libdrm (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

** Changed in: llvm-toolchain-3.6 (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2015-05-07 Thread Gunnar Hjalmarsson
Comment #124 above was a request for comments at the mailing list for
the Ubuntu Portugal team:

https://lists.ubuntu.com/archives/ubuntu-pt/2015-April/thread.html#10723

The replies I got there, together with the comments on this bug report,
are sufficient as a base for making it work the same way for pt_PT as it
currently does for pt_BR. Accordingly I have seeked sponsorship for
uploading those changes in Wily.

** Changed in: language-selector (Ubuntu)
   Status: Fix Released => In Progress

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/518056/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1452805] Re: New to Linux and Ubuntu

2015-05-07 Thread Jim Martin
if you need more information please let me know, I started with this
system to learn programming and about computers in general.  So I pre-
apologize for any newbie mistakes

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

Title:
  New to Linux and Ubuntu

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2015-05-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~gunnarhj/ubuntu/wily/libx11/pt_PT-compose

** Branch linked: lp:~gunnarhj/ubuntu/wily/ibus/pt_PT-compose

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/518056/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1452806] [NEW] Chromium browser crash

2015-05-07 Thread nagpai
Public bug reported:

chromium crashes the system to a blank screen when we access any
websites with sliders etc. including chrome app store.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-52.85-generic 3.13.11-ckt18
Uname: Linux 3.13.0-52-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu May  7 21:42:50 2015
DistUpgraded: 2014-05-04 09:23:50,974 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0253]
   Subsystem: Dell Device [1028:0253]
InstallationDate: Installed on 2010-01-02 (1951 days ago)
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
MachineType: Dell Inc. Vostro 1200
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=1aed040a-4616-49dd-b77a-bf78acad8804 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2014-05-04 (368 days ago)
dmi.bios.date: 03/13/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd03/13/2009:svnDellInc.:pnVostro1200:pvrA09:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvrN/A:
dmi.product.name: Vostro 1200
dmi.product.version: A09
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.libdrm2: libdrm2 2.4.56-1~ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
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 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu May  7 21:39:01 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   22763 
 vendor LCD
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: apport-bug compiz-0.9 i386 trusty ubuntu

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

Title:
  Chromium browser crash

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1452805] [NEW] New to Linux and Ubuntu

2015-05-07 Thread Jim Martin
Public bug reported:

I am very new to Linux and Ubuntu and I was told its possible the web
filter on the wifi I use might not be allowing all updates the system
needs.  Cannot get android studio to load but the Java version says its
up to date.  Any help would be appreciated

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu May  7 12:09:09 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0585]
InstallationDate: Installed on 2015-05-01 (6 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
MachineType: Dell Inc. OptiPlex 3010
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=f9cc95bd-7bf0-4482-b687-605e449dedba ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/17/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A02
dmi.board.name: 0T10XW
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd05/17/2012:svnDellInc.:pnOptiPlex3010:pvr01:rvnDellInc.:rn0T10XW:rvrA00:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex 3010
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Wed May  6 08:00:01 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: apport-bug compiz-0.9 i386 ubuntu vivid

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

Title:
  New to Linux and Ubuntu

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread wmgroot
I am using a Thinkpad t450s and also experiencing these symptoms on
3.16.0-37-generic #51~14.04.1-Ubuntu. The issues are immediately
apparent after logging in. UXA is a functional workaround, but I would
much prefer the performance of SNA.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread Moritz Reiter
Had time to experiment a little bit more. Turns out I can now only
reproduce the rendering and font issues when the T450s is attached to
the Ultra Dock docking station (which is how I most of the time use it).

When I remove the laptop from the Ultra Dock and reboot, everything
seems fine. As soon as I attach it to the Dock again, rendering and font
errors start to occur and seem to gradually get worse the longer I keep
closing and opening apps.

When booting with the laptop attached to the Dock it's worst and the
system is utterly unusable right from the start.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1452717] [NEW] Xorg doesn't start after upgrade from utopic to vivid, starts ok when chosen to boot upstart instead of systemd

2015-05-07 Thread Lior Goikhburg
Public bug reported:

Problem happens when choosing a normal boot.
Works ok when choosing upstart.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.59  Tue Mar 31 14:10:31 
PDT 2015
 GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Thu May  7 16:05:34 2015
DistUpgraded: 2015-05-04 19:38:58,878 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.16.0-36-generic, x86_64: installed
 bbswitch, 0.7, 3.19.0-15-generic, x86_64: installed
 bbswitch, 0.7, 3.19.0-16-generic, x86_64: installed
 nvidia-346, 346.59, 3.19.0-15-generic, x86_64: installed
 nvidia-346, 346.59, 3.19.0-16-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation GF119M [GeForce GT 520M] [10de:1050] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1742]
InstallationDate: Installed on 2011-11-22 (1261 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MachineType: ASUSTeK Computer Inc. K43SJ
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=a53c1bea-08c0-42d6-89f3-c243463ce80f ro quiet splash elevator=noop
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to vivid on 2015-05-04 (2 days ago)
dmi.bios.date: 12/14/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K43SJ.313
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: K43SJ
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK43SJ.313:bd12/14/2011:svnASUSTeKComputerInc.:pnK43SJ:pvr1.0:rvnASUSTeKComputerInc.:rnK43SJ:rvr1.0:cvnASUSTeKComputerInc.:ct9:cvr1.0:
dmi.product.name: K43SJ
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu May  7 15:41:03 2015
xserver.configfile: default
xserver.errors:
 Failed to load module "nouveau" (module does not exist, 0)
 Failed to load module "nouveau" (module does not exist, 0)
 open /dev/fb0: No such file or directory
 open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug ubuntu vivid

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

Title:
  Xorg doesn't start after upgrade from utopic to vivid, starts ok when
  chosen to boot upstart instead of systemd

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1450089] Re: fglrx causes ubuntu to hang before login

2015-05-07 Thread Stephen Ranger
Any news on if/when this package can be updated?

** Package changed: fglrx-installer (Ubuntu) => fglrx-installer-updates
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer-updates in Ubuntu.
https://bugs.launchpad.net/bugs/1450089

Title:
  fglrx causes ubuntu to hang before login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1450089/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1414930] Re: [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't work

2015-05-07 Thread Andy Whitcroft
** Changed in: linux (Ubuntu Trusty)
   Status: Confirmed => Fix Committed

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

Title:
  [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread Timo Aaltonen
only you can tell:

apt-get remove .*lts-utopic

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1441847] Re: Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

2015-05-07 Thread Timo Aaltonen
xtrans & lllvm-toolchain-3.6 verified

libdrm issue (bug 1450562) is, according to upstream, not a bug in the
package

** Description changed:

  The vivid X11 stack backport needs libdrm and xtrans backported to
  trusty.
  
  libdrm 2.4.56-1 -> 2.4.60-2 important changes:
  - new SI & CIK pci-ids (radeon)
  - SKL pci-ids (intel)
  - tegra support
  
- 
  xtrans 1.3.4-1 -> 1.3.5-1 changes
  - a bunch of const fixes
  - a new Listen function which the X server wants to allow -nolisten tcp by 
default
  http://launchpadlibrarian.net/189120642/xtrans_1.3.4-1_1.3.5-1.diff.gz
+ 
+ llvm-toolchain-3.6 is new for trusty, needed by mesa

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Please backport libdrm, xtrans, llvm-toolchain-3.6 for 14.04.3

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 859101] Re: fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel includes at ... not found or incomplete file: .../linux/version.h)

2015-05-07 Thread Clay Figley
Sometimes I just dual boot.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/859101

Title:
  fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel
  includes at ... not found or incomplete file: .../linux/version.h)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/859101/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread John doe
is thje problem present with xserver-xorg-video-intel
2:2.99.910-0ubuntu1.6 on Trusty? If not, I would be happy to revert back
to original Trusty package (and leave LTS enablement stack).

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread Timo Aaltonen
Feel free to bisect xserver-xorg-video-intel between 2.99.914..2.99.917
if it's fixed in 15.04 (which has .917). Only when something has been
identified to fix something it'll be SRU'd.

I can't reproduce any of the issues with current utopic-proposed (or the
equivalent lts backports), and I have the same GPU on my laptop.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread Moritz Reiter
I have to agree with Bernd and John. The problems I'm experiencing to my
understanding match the description of this report and the many
screenshots people attached here perfectly. And they persist with the
most current packages in the official repositories. It may be due to a
lack of technical understanding on my side, but I don't understand how
this issue could be regarded as resolved.

People already reported that the rendering and font issues don't occur
in 15.04. But I'm using LTS for a reason. And it's not like Intel's HD
5500 would be some obscure, negligible piece of hardware.

But if for whatever reason this issue should not be regarded as
important enough to get further investigation, it would be nice to know,
just to make an informed decision. Because in that case I would probably
prefer switching to 15.04.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1417320] Re: Screen turns black (only mouse cursor left) when rotating screen

2015-05-07 Thread Roland
Same issue, running Ubuntu 15.04 with Compiz 1:0.9.12.1+15.04.20150410.1
only when 2nd screen connected, the 1st display blacks-out on rotating, 2nd 
display works fine

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1417320

Title:
  Screen turns black (only mouse cursor left) when rotating screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1417320/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread John doe
@timo: i'm confident that my bug is related to the one reported by seth in this 
bug issue:
seth bug screenshot: 
https://bugs.launchpad.net/linux/+bug/1432194/+attachment/4347477/+files/screen1.png
my bug screenshot: https://launchpadlibrarian.net/201749121/missing_letter_1.png

Of course it will not be the case if seth issue is fixed.

@seth: does the kernel 37.51 fix your issue ? if not, I think we may
keep open this bug report no?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1414930] Re: [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't work

2015-05-07 Thread Luis Henriques
** Changed in: linux (Ubuntu Utopic)
   Status: Confirmed => Fix Committed

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

Title:
  [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1450562] Re: libdrm-intel1 2.4.60 breaks Valve/Steam games

2015-05-07 Thread Timo Aaltonen
upstream isn't convinced, someone needs to poke Valve

** Changed in: libdrm (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  libdrm-intel1 2.4.60 breaks Valve/Steam games

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1450562/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1129409] Re: [SRU] Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-05-07 Thread LocutusOfBorg
I could install fglrx-installer and wine1.6 together. everything seems
fine to me.

thanks for fixing!

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  [SRU] Nvidia and AMD graphics drivers should indicate whether they
  provide libcuda.so.1, libOpenCL.so.1, etc.

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1444436] Re: [BDW GT3] Backport fixes to unbreak X

2015-05-07 Thread Timo Aaltonen
tested the lts-utopic package on trusty, but since it's identical to the
native utopic one marked this verified

** Tags removed: verification-needed-utopic
** Tags added: verification-done-utopic

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/136

Title:
  [BDW GT3] Backport fixes to unbreak X

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/136/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread Bernd Schlapsi
So 15.04 is the answer? 
"New" hardware and no change to use the LTS version?  That doesn't sound 
right?! Or do we have to wait for 14.04.3 for a newer kernel? -> 
https://wiki.ubuntu.com/Kernel/LTSEnablementStack#Kernel.2BAC8-Support.A14.04.x_Ubuntu_Kernel_Support

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1452611] [NEW] strange errors in log file

2015-05-07 Thread Dimitri John Ledkov
Public bug reported:

/var/log/upstart# cat failsafe-x.log
expr: non-integer argument
/usr/share/xdiagnose/failsafeXServer: line 87: [: -lt: unary operator expected
gdm: unrecognized service
stop: Unknown instance: 
xinit /usr/share/xdiagnose/failsafeXinit /etc/X11/xorg.conf.failsafe 
with-lightdm -- /usr/bin/X  -br -once -config /etc/X11/xorg.conf.failsafe 
-logfile /var/log/Xorg.failsafe.log


looks like there are errors in the script.

xdiagnose 3.6.3build2

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

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

Title:
  strange errors in log file

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1448431] Re: xhost access control fails to add other users

2015-05-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: x11-xserver-utils (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to x11-xserver-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1448431

Title:
  xhost access control fails to add other users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/1448431/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread Timo Aaltonen
then file new bugs, your issues are not what this was about... and test
15.04 too

no need to test my kernel anymore, -37.51 has everything

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-07 Thread John doe
As Moritz, I still get the missing characters in Trusty with following
packages and SNA enabled:

$ uname -a
Linux [snip] 3.16.0-37-generic #51~14.04.1-Ubuntu SMP Wed May 6 15:23:14 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

$ dpkg -l | grep video-intel | grep ii
ii  xserver-xorg-video-intel-lts-utopic  2:2.99.914-1~exp1ubuntu4.3~trusty1  
amd64  X.Org X server -- Intel i8xx, i9xx display driver

@timo: Does your kernel packages differ from .51?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1432194/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2015-05-07 Thread hede
Ubuntu 14.04 and this Bug is still active. 
Simply adding the Patch above and recompiling via dpkg-buildpackage works, no 
need to manually running configure. 

** Patch added: "enabling evdev in xserver-xephyr"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+attachment/4392733/+files/xephyr-evdev.patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp