[Ubuntu-x-swat] [Bug 1958572] [NEW] kernel bug causing screen corruption on AMD GPU

2022-01-20 Thread Matthew Bradley
Public bug reported:

Hi,

I'm running Ubuntu MATE 18.04.6 LTS. The bug information was sadly
collected from the working configuration of the system after dropping to
an earlier kernel.

This bug is a display bug where 1-pixel horizontal lines of multicolored
corruption or occasionally incorrect screen contents appear across the
screen, particularly during scrolling or moving the mouse. They appear
intermittently, being more common near the top of the screen.

My GPU is the built-in one on the AMD A10-5750M APU, the Radeon HD
8650G. (Laptop: G505s)

I have found that this bug occurs on vmlinuz-5.4.0-96-generic but does
not appear to occur on vmlinuz-5.4.0-91-generic when booting with that
option in GRUB.

I have not yet been able to capture an image of the issue as it becomes
difficult to use the system when the bug occurs (though it appears to be
fully functional, graphics aside). If very important I can try again
later.

-Matt

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.4.0-91.102~18.04.1-generic 5.4.151
Uname: Linux 5.4.0-91-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.27
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: MATE
Date: Thu Jan 20 14:05:30 2022
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.271+bdcom, 5.4.0-91-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 5.4.0-94-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 5.4.0-96-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8650G] [1002:990b] 
(prog-if 00 [VGA controller])
   Subsystem: Lenovo Richland [Radeon HD 8650G] [17aa:397c]
InstallationDate: Installed on 2019-12-28 (754 days ago)
InstallationMedia: Ubuntu-MATE 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
MachineType: LENOVO 20255
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-91-generic 
root=UUID=3e3ee235-a725-4a35-a01f-8c156ee072f1 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/08/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: 83CN53WW(V3.00)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo G505s
dmi.board.vendor: LENOVO
dmi.board.version: 3193Std
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G505s
dmi.modalias: 
dmi:bvnLENOVO:bvr83CN53WW(V3.00):bd01/08/2014:svnLENOVO:pn20255:pvrLenovoG505s:rvnLENOVO:rnLenovoG505s:rvr3193Std:cvnLENOVO:ct10:cvrLenovoG505s:
dmi.product.family: IDEAPAD
dmi.product.name: 20255
dmi.product.sku: LENOVO_MT_20255
dmi.product.version: Lenovo G505s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.101-2~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
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

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


** Tags: amd64 apport-bug bionic corruption kernel-bug 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/1958572

Title:
  kernel bug causing screen corruption on AMD GPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1958572/+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 1765832] Re: Two finger scrolling not working after suspend

2020-06-29 Thread Matthew Ross
*** This bug is a duplicate of bug 1722478 ***
https://bugs.launchpad.net/bugs/1722478

I'm using 20.04 Ubuntu with Gnome desktop and have the same issue. As a
fix I used code mentioned above Eg "modprobe psmouse" as the solution.


I placed the following code in a file called "touchpad"

 #!/bin/sh
 $sudo modprobe -r psmouse && $sudo modprobe psmouse

To do that I used "sudo gedit" and navigated to the directory and put the text 
in.
I then ran the below command in the terminal to make it executable

  chmod +x /lib/systemd/system-sleep/touchpad

To my understanding (which is limited) anything in that directory runs
when the computer wakes up so the two finger option starts again
automatically. The "touchpad idea came by varying the code on the below
site with the solution mentioned above.

https://unix.stackexchange.com/questions/309247/linux-mouse-freezes-
after-suspend

It appears to work reliably so far, and while it is not a true fix to
the bug, it might further assist in the meantime.. Cheers M.

-- 
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/1765832

Title:
  Two finger scrolling not working after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1765832/+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 1875751] Re: Fractional scaling options do not appear in wayland session

2020-04-28 Thread Matthew Holder
** Attachment added: "Screenshot from 2020-04-28 21-28-05.png"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1875751/+attachment/5362948/+files/Screenshot%20from%202020-04-28%2021-28-05.png

-- 
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/1875751

Title:
  Fractional scaling options do not appear in wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1875751/+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 1875751] Re: Fractional scaling options do not appear in wayland session

2020-04-28 Thread Matthew Holder
** Attachment added: "Screenshot from 2020-04-28 21-27-53.png"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1875751/+attachment/5362947/+files/Screenshot%20from%202020-04-28%2021-27-53.png

-- 
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/1875751

Title:
  Fractional scaling options do not appear in wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1875751/+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 1875751] Re: Fractional scaling options do not appear in wayland session

2020-04-28 Thread Matthew Holder
Sorry for not filing this bug against wayland. The ubuntu-bug tool
wouldn't let me do so and I wanted to supply the logs it collects

-- 
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/1875751

Title:
  Fractional scaling options do not appear in wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1875751/+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 1875751] [NEW] Fractional scaling options do not appear in wayland session

2020-04-28 Thread Matthew Holder
Public bug reported:

When in a Wayland session, the options display the button to enable
fractional scaling, but no options appear. Only 100% and 200% show

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 28 21:27:39 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation HD Graphics 500 [8086:5a85] (rev 0b) (prog-if 00 [VGA 
controller])
   Subsystem: Intel Corporation HD Graphics 500 [8086:2212]
InstallationDate: Installed on 2020-04-23 (5 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 058f:5608 Alcor Micro Corp. USB 2.0 Camera
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Jumper Ezbook X3
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_rz1ysp@/vmlinuz-5.4.0-26-generic 
root=ZFS=rpool/ROOT/ubuntu_rz1ysp ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/05/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: Jumper10x.WP313P.1809100.NHNAUHL03
dmi.board.asset.tag: Default string
dmi.board.name: P313P
dmi.board.vendor: Jumper
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrJumper10x.WP313P.1809100.NHNAUHL03:bd11/05/2019:svnJumper:pnEzbookX3:pvrDefaultstring:rvnJumper:rnP313P:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
dmi.product.family: Ezbook
dmi.product.name: Ezbook X3
dmi.product.sku: 1809100
dmi.product.version: Default string
dmi.sys.vendor: Jumper
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu wayland-session

-- 
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/1875751

Title:
  Fractional scaling options do not appear in wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1875751/+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 1875745] [NEW] Waffle button on dock doesn't do anything in wayland session

2020-04-28 Thread Matthew Holder
Public bug reported:

When using the waffle button menu on the dock when in a wayland session
nothing happens

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 28 21:14:31 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation HD Graphics 500 [8086:5a85] (rev 0b) (prog-if 00 [VGA 
controller])
   Subsystem: Intel Corporation HD Graphics 500 [8086:2212]
InstallationDate: Installed on 2020-04-23 (5 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 058f:5608 Alcor Micro Corp. USB 2.0 Camera
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Jumper Ezbook X3
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_rz1ysp@/vmlinuz-5.4.0-26-generic 
root=ZFS=rpool/ROOT/ubuntu_rz1ysp ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/05/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: Jumper10x.WP313P.1809100.NHNAUHL03
dmi.board.asset.tag: Default string
dmi.board.name: P313P
dmi.board.vendor: Jumper
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrJumper10x.WP313P.1809100.NHNAUHL03:bd11/05/2019:svnJumper:pnEzbookX3:pvrDefaultstring:rvnJumper:rnP313P:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
dmi.product.family: Ezbook
dmi.product.name: Ezbook X3
dmi.product.sku: 1809100
dmi.product.version: Default string
dmi.sys.vendor: Jumper
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu wayland-session

-- 
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/1875745

Title:
  Waffle button on dock doesn't do anything in wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1875745/+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 1875742] [NEW] Screen tearing shows when resizing windows

2020-04-28 Thread Matthew Holder
Public bug reported:

When resizing terminator (terminal emulator) and the file browser the
contents of the window disappears and I see various different
corruption. Some horizontal lines and some that looks like old fashioned
static on the TV

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 28 21:07:42 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation HD Graphics 500 [8086:5a85] (rev 0b) (prog-if 00 [VGA 
controller])
   Subsystem: Intel Corporation HD Graphics 500 [8086:2212]
InstallationDate: Installed on 2020-04-23 (5 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 058f:5608 Alcor Micro Corp. USB 2.0 Camera
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Jumper Ezbook X3
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_rz1ysp@/vmlinuz-5.4.0-26-generic 
root=ZFS=rpool/ROOT/ubuntu_rz1ysp ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/05/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: Jumper10x.WP313P.1809100.NHNAUHL03
dmi.board.asset.tag: Default string
dmi.board.name: P313P
dmi.board.vendor: Jumper
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrJumper10x.WP313P.1809100.NHNAUHL03:bd11/05/2019:svnJumper:pnEzbookX3:pvrDefaultstring:rvnJumper:rnP313P:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
dmi.product.family: Ezbook
dmi.product.name: Ezbook X3
dmi.product.sku: 1809100
dmi.product.version: Default string
dmi.sys.vendor: Jumper
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug corruption focal 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/1875742

Title:
  Screen tearing shows when resizing windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1875742/+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 1870108] [NEW] nvidia-graphics-drivers-418 points to 430

2020-04-01 Thread Matthew Arnold
Public bug reported:

For some reason 418 points to 430, which means the driver does not work
on hardware that 418 supports.

** Affects: nvidia-graphics-drivers-430 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-430 in Ubuntu.
https://bugs.launchpad.net/bugs/1870108

Title:
  nvidia-graphics-drivers-418 points to 430

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-430/+bug/1870108/+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 1714178] Re: Triple 4K monitor display failed (modesetting driver limited to 8192x8192)

2019-05-24 Thread Matthew Walker
Thankyou (my bug report a duplicate of this one).

Although my third monitor is defective at the moment I will be using
three 4K horizontal (Intel HD620) to run Libreoffice Calc across all
three.

Thankyou again.

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

Title:
  Triple 4K monitor display failed (modesetting driver limited to
  8192x8192)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1714178/+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 1828665] [NEW] Reboot after dpkg update set invalid Graphics resolutions (Dual Monitor)

2019-05-11 Thread Matthew Walker
Public bug reported:

Now at Ubuntu 18.04.2 LTS, Gnome 3.28.2

Deduction.  The user device settings menu for desktop control dual
monitors offer the correct modes available.  The Bionic Beaver update
does something different.

Dual monitor configuration (Formerly Primary on Display Port 3840x2160
30Hz, Secondary on HDMI 3840x2160 30Hz on a three video output Intel
HD620) for Cancer Research using LibreOffice Calc across both.
Upgrades permitted manually rather than auto and usually done within a
day.  Since five months both monitors were operating HDMI (Display port
not connected, not used) with Primary on HDMI2 and Secondary on HDMI1,
both at 3840x2160 30Hz.  Neither monitor is capable of 60Hz at UHD which
is quite alright for office work.  When installing such devices,
strictly only the 3840x2160 30Hz mode is available on the settings page.

After the most recent update (7/8th may), the primary screen was blank
on reboot (abnormal) and the secondary screen showed the extended
desktop without menus (as usual). Rebooting to see the primary was
unsuccessful and then the secondary monitor failed completely (confirmed
the next day as graphics card hardware, broken).  Cold disconnect of the
secondary (awaiting repair), another boot brought up Primary display
only yet flickering occasionally.

Primary Display.   Considering the possibility of error in the graphics
since the update - the Device settings (normal user page) revealed that
the update had changed the output to HDMI 4096 lines (which the PC
monitor can't do and the user can't select - outside specification).  I
was in such a hurry to save it also from damage that I put back the
resolution to 3840x2160 30Hz immediately, without looking at which
frequency had been set with the 4096 value.  Now on rebooting, the
display settings menu shows appropriately only 3840x2160 30 Hz as
choice.   It seems the Bionic Beaver update needed something else and
set 4096 (which the user can't and notwithstanding the original user
configuration).

Secondary Display.  I don't know what it set, but it blew the monitor
card.  The linux sent either 3840 at 60 Hz or 4096 at any frequency
without negociation, without being able to respect the user settings.
It's also possible that it used a very low resolution for a few seconds
which the secondary monitor can't do either;  it's (well, it was) a real
PC monitor with choices of DP or HDMI yet can jump into various modes
(such as 60/75Hz for gamers). After some Ubuntu upgrades in the past
(blank secondary screen), it was necessary to go back into the monitor
menu to switch off again the gamer mode.

Something similar happened in 2017 with Light Ubuntu Update.   The
Secondary (very expensive) display making very alarming noises and
staying blank for half a day.  Now it's truly broken (I know it's the
driver circuit and which parts). Waiting for repair or replacement, the
system is in use now with the same Primary PC monitor and a UHD
television as secondary to get by.

I worked 20 years on PC systems and monitors (for ship control) and
accept that in the past we nearly always used a simple basic portable
VGA monitor for system upgrades, then reconnected the user's gear later.
I think I'll only do (and postpone) Linux upgrades from now using a
spare single desktop monitor at 1920x1080. That was a very worrying
experience.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-48.51-generic 4.15.18
Uname: Linux 4.15.0-48-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat May 11 11:21:30 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer HD Graphics 620 
[1297:4052]
InstallationDate: Installed on 2018-09-13 (239 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 003: ID 046d:c30a Logitech, Inc. iTouch Composite
 Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Shuttle Inc. DS77U
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-48-generic 
root=UUID=9cdb8aeb-51e4-4cb5-95e7-b58572bf4dd7 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/12/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.08
dmi.board.asset.tag: Default string
dmi.board.name: FS77U
dmi.board.vendor: Shuttle Inc.

[Ubuntu-x-swat] [Bug 1804320] [NEW] Touchscreen Dock Issue

2018-11-20 Thread Matthew Weinberger
Public bug reported:

When I use the touchscreen, the dock acts as if I touched it twice. I
tried gnome-shell --relace but it then crashes and logs me out. It
doesn't do it in wayland but I have a different problem with wayland. In
wayland, if I try to launch Skype(it might do it in other apps too but I
haven't tried that many other apps) it crashes and logs me out.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: xorg 1:7.7+19ubuntu8
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Nov 20 09:16:06 2018
DistUpgraded: Fresh install
DistroCodename: cosmic
DistroVariant: ubuntu
DkmsStatus: virtualbox, 5.2.18, 4.18.0-11-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Dell HD Graphics 620 [1028:0740]
InstallationDate: Installed on 2018-11-19 (0 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 04f3:24e1 Elan Microelectronics Corp. 
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 0bda:58c2 Realtek Semiconductor Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Inspiron 13-5378
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-11-generic 
root=UUID=4192cac6-90b6-4a47-9274-6f4f41303f55 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/14/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.25.0
dmi.board.name: 0WDVT9
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.25.0:bd05/14/2018:svnDellInc.:pnInspiron13-5378:pvr:rvnDellInc.:rn0WDVT9:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 13-5378
dmi.product.sku: 0740
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.95-1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3

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


** Tags: amd64 apport-bug cosmic crash ubuntu

** Summary changed:

- Xorg crash
+ Touchscreen Dock Issue

-- 
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/1804320

Title:
  Touchscreen Dock Issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1804320/+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 1795439] [NEW] Triple 4K displays Intel HD620 max output of 8192x8192

2018-10-01 Thread Matthew Walker
Public bug reported:

Brand new Shuttle PC direct from factory, Kaby Lake with Intel HD620
(which uses part of the 16GB RAM) with Bionic-Beaver-latest install last
month (september 2018) for Cancer Research. The application is Libre
Office 6.0.6.2 with very many linked graphics per sheet (nearly all
columns used for some analyses).

The Display Port plus HDMI1 plus HDMI2 outputs are all simultaneous 4K
(unlike the Intel HD600) which is ideal for this type of research work
(all three monitors are very large 42"+).  One application across all
three monitors to compare any detail.  Else than a presentation luxury,
it's where the whole work was headed since four years - like
engineering, the size of the surface of a table.

The Xorg interpretation that shows up in xrandr is default limit at
8192x8192 but the user doesn't know it.  Bionic Beaver "settings" allows
attempts to move and modify, illustrates the effort, finds then loses
the third screen, crashes if the user persists and doesn't mention the
limit. It works (and very well) only if two displays are left-right and
one is placed underneath or over the top.  It is possible to find that
out by trial (and lots of error).

According to askubuntu, the Intel gen 6 and up (or thereabouts) all support 
16384x16384.
One user confirms Ubuntu 18.04 offers that full boundary if the driver is 
Nvidia but not if it's Intel i915.  The user also stated that this was "a known 
problem with ubuntu17 and gnome and fixed" but I can't find any reference about 
that, nor how to do it.

A suggested source code "Intel side" patch was commented on this askubuntu page 
last week
https://askubuntu.com/questions/1045664/kubuntu-18-7th-gen-intel-graphics-incorrect-max-resolution

Intel sites suggest contacting Ubuntu and the Vendor first.  So I post
the bug here.

[By the way, the other PC was on 18.04 Lubuntu with Libreoffice 6.10 and
crashed or froze about ten times per day (Open GL or without).  This new
PC and the previous are now both with Bionic Beaver and Gnome and not
once has either hesitated, not one single stoppage of any type.
Absolutely amazing.  Wonderful.  The stability is crucial and I hope
developers and Canonical receive praise - an important decision in
favour of users.  My suffering is ended.   Thankyou].

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CompositorRunning: None
Date: Mon Oct  1 16:50:28 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer HD Graphics 620 
[1297:4052]
InstallationDate: Installed on 2018-09-13 (17 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
 Bus 001 Device 002: ID 046d:c30a Logitech, Inc. iTouch Composite
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Shuttle Inc. DS77U
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-34-generic 
root=UUID=9cdb8aeb-51e4-4cb5-95e7-b58572bf4dd7 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/12/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.08
dmi.board.asset.tag: Default string
dmi.board.name: FS77U
dmi.board.vendor: Shuttle Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 9
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.08:bd03/12/2018:svnShuttleInc.:pnDS77U:pvrV1.0:rvnShuttleInc.:rnFS77U:rvr1.0:cvnDefaultstring:ct9:cvrDefaultstring:
dmi.product.family: D
dmi.product.name: DS77U
dmi.product.version: V1.0
dmi.sys.vendor: Shuttle Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic ubuntu

-- 
You received this bug notification because you are a member of Ubuntu-X,

[Ubuntu-x-swat] [Bug 1731968] Re: 384.90-0ubuntu0.16.04.2 EGL crashes at startup

2018-08-27 Thread Matthew Matl
This works when installing using the runfile method, but fails for the
packaged drivers. So it definitely appears to be a packaging issue
specific to Ubuntu. Confirmed to work on Fedora and Arch with 390-series
drivers as well.

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

Title:
  384.90-0ubuntu0.16.04.2 EGL crashes at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1731968/+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 1731968] Re: 384.90-0ubuntu0.16.04.2 EGL crashes at startup

2018-08-03 Thread Matthew Matl
This is still a problem in 396.45 on Ubuntu 16.04. The minimal test case
fails, and EGL doesn't work cleanly. Tested on clean installation with
an Nvidia Titan Xp and Titan X (Pascal).

** Also affects: nvidia-graphics-drivers-390 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  384.90-0ubuntu0.16.04.2 EGL crashes at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1731968/+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 1782964] [NEW] left sidebar ubuntu software

2018-07-22 Thread Matthew Hempfling
Public bug reported:

when I open ubuntu software to look for software it only displays the
feature application and editors picks!  nothing else! even if select
all, or installed! only is showing the couple that I installed from
editors picks! no options other than those at all!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.15.0-29.31~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.18
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: Sun Jul 22 02:12:48 2018
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e12] 
(rev 03) (prog-if 00 [VGA controller])
   Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:027f]
   Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:027f]
InstallationDate: Installed on 2017-07-08 (378 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
MachineType: Dell Inc. OptiPlex 760
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic 
root=UUID=3a6a323b-d0fd-4507-a034-8e86d9c3b135 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/18/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A02
dmi.board.name: 0M863N
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd02/18/2009:svnDellInc.:pnOptiPlex760:pvr:rvnDellInc.:rn0M863N:rvrA01:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex 760
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.91-2~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
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: Fri Jul 20 15:29:59 2018
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech 2.4GHz Cordless Desktop KEYBOARD, id 8
 inputLogitech 2.4GHz Cordless Desktop KEYBOARD, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.6-1ubuntu4~16.04.1
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

-- 
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/1782964

Title:
  left sidebar ubuntu software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1782964/+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 1774281] [NEW] Username displays incorrectly on login screen

2018-05-30 Thread Matthew
Public bug reported:

Just did a clean install on a mid 2012 15" macbook pro. Every time that
I get to the login screen, my username appears as strange blocks and
shapes as pictured here:

https://drive.google.com/file/d/0B4DXnUg-
SK6WOG1ybjFTYnBWQ3B6eWVEelR6TmJWcHNJb2ZR/view?usp=sharing


18.04 LTS
xorg:
  Installed: 1:7.7+19ubuntu7
  Candidate: 1:7.7+19ubuntu7
  Version table:
 *** 1:7.7+19ubuntu7 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed May 30 15:10:15 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.271+bdcom, 4.15.0-20-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 4.15.0-22-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. 3rd Gen Core processor Graphics Controller [106b:00fb]
 NVIDIA Corporation GK107M [GeForce GT 650M Mac Edition] [10de:0fd5] (rev a1) 
(prog-if 00 [VGA controller])
   Subsystem: Apple Inc. GK107M [GeForce GT 650M Mac Edition] [106b:00fc]
MachineType: Apple Inc. MacBookPro9,1
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: \\boot\vmlinuz-4.15.0-22-generic ro 
root=UUID=bcac24f1-47fa-44d8-ae55-e5dff5f77a7d 
initrd=boot\initrd.img-4.15.0-22-generic
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/02/2018
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP91.88Z.00D9.B00.1802021100
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-4B7AC7E43945597E
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro9,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-4B7AC7E43945597E
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D9.B00.1802021100:bd02/02/2018:svnAppleInc.:pnMacBookPro9,1:pvr1.0:rvnAppleInc.:rnMac-4B7AC7E43945597E:rvrMacBookPro9,1:cvnAppleInc.:ct10:cvrMac-4B7AC7E43945597E:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro9,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic ubuntu

** Attachment added: "20180530_145930.jpg"
   
https://bugs.launchpad.net/bugs/1774281/+attachment/5146677/+files/20180530_145930.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/1774281

Title:
  Username displays incorrectly on login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1774281/+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 1675024] Re: nouveau fails with orange screen with Quadro M2000 (Maxwell) in 16.04.2

2018-03-13 Thread Matthew Paul Thomas
** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: Expired => New

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

Title:
  nouveau fails with orange screen with Quadro M2000 (Maxwell) in
  16.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1675024/+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 1727541] Re: After suspend, three fingers needed for two-finger scroll

2017-10-27 Thread Matthew D. Lukens
I am experiencing the same on a Lenovo x240.

-- 
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/1727541

Title:
  After suspend, three fingers needed for two-finger scroll

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1727541/+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 1246384] Re: xserver-common-lts-raring does not always get correctly removed.

2017-08-24 Thread matthew chester
Thanx you, you did fix it!!!

On Aug 23, 2017 12:46 AM, "Timo Aaltonen"  wrote:

> there are no diversions anymore in more recent lts/hwe packages, so
> closing as fixed
>
> ** No longer affects: dpkg (Ubuntu)
>
> ** Changed in: xorg-lts-transitional (Ubuntu)
>Status: Confirmed => Fix Released
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1246384
>
> Title:
>   xserver-common-lts-raring does not always get correctly removed.
>
> Status in xorg-lts-transitional package in Ubuntu:
>   Fix Released
>
> Bug description:
>   Upgrades from 12.04 LTS to future dists may result in xserver-common-
>   lts-raring being unremovable.
>
>   Removing xserver-common-lts-raring ...
>   Removing 'diversion of /usr/lib/xorg/protocol.txt to
> /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-raring'
>   dpkg-divert: error: rename involves overwriting
> `/usr/lib/xorg/protocol.txt' with
> different file `/usr/lib/xorg/protocol-precise.txt', not allowed
>   dpkg: error processing xserver-common-lts-raring (--remove):
>subprocess installed post-removal script returned error exit status 2
>   Errors were encountered while processing:
>xserver-common-lts-raring
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg-lts-
> transitional/+bug/1246384/+subscriptions
>

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

Title:
  xserver-common-lts-raring does not always get correctly removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1246384/+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 1632165] Re: modesetting driver unbearably slow on intel graphics

2017-01-18 Thread Matthew Wodrich
I saw your reference to the log from #2 and took a deeper look at it,
and saw this line:

[ 76855.829] (**) modeset(0): Option "AccelMethod" "glamor"

In my xorg.conf, I had Option "AccelMethod" "None" and hadn't thought
too hard about it because graphical acceleration worked with it set to
"None" and using the 'intel' driver.  However, with the driver set as
'intel', I started getting text corruption after suspend and resume
across multiple applications, so I was still looking for answers.  I
believe there's a bug elsewhere on launchpad I need to follow up with
about that.  So, I probably shouldn't have been surprised that I didn't
have acceleration under the 'modesetting' driver with "AccelMethod"
"None".  I switched it to "glamor", and now my Xorg.0.log looks rather
more like the log in #2, and graphical acceleration appears to be
working for me.  I did observe flickering at startup on the desktop,
though I haven't seen it elsewhere yet.  For the specific comparable
section:

[ 8.958] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 8.958] (II) AIGLX: enabled GLX_ARB_create_context
[ 8.958] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 8.958] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 8.958] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 8.958] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 8.958] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 8.958] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 8.958] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 8.958] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 8.958] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 8.958] (II) AIGLX: Loaded and initialized i965
[ 8.958] (II) GLX: Initialized DRI2 GL provider for screen 0

For the relevant bit of the Xorg.0.log regarding glamor:

[ 8.767] (**) modeset(0): Option "AccelMethod" "glamor"
[ 8.767] (==) modeset(0): RGB weight 888
[ 8.767] (==) modeset(0): Default visual is TrueColor
[ 8.767] (II) Loading sub module "glamoregl"
[ 8.767] (II) LoadModule: "glamoregl"
[ 8.767] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 8.777] (II) Module glamoregl: vendor="X.Org Foundation"
[ 8.777]compiled for 1.18.4, module version = 1.0.0
[ 8.777]ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.777] (II) glamor: OpenGL accelerated X.org driver based.
[ 8.799] (II) glamor: EGL version 1.4 (DRI2):

So, hopefully this works for me, though it didn't sound sufficient for
the poster of #2.  I'll follow up if/when I discover more, but sorry
that my post boils down to "acceleration didn't work because I didn't
turn it on".

-- 
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/1632165

Title:
  modesetting driver unbearably slow on intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1632165/+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 1632165] Re: modesetting driver unbearably slow on intel graphics

2017-01-17 Thread Matthew Wodrich
I ran into this issue as well, and switching from the modesetting driver
back to the intel driver in xorg.conf has helped tremendously.  I went
from 15.10 through 16.04 (which was entirely broken for me, something
involving compiz I think) to 16.10, which worked, but had terrible
graphical performance.  As for my hardware, I'm on an Acer Aspire v7,
using an Intel Haswell i7-4500U with HD Graphics 4400 (there's also an
nvidia GT750M, but I selected intel with prime-select, otherwise I get a
login loop).  Running with the modesetting drivers, I found compiz
regularly had 5 processes going, each reporting as using 30% of a core,
and any sort of animation was unbearably choppy.  I even had lag on the
lockscreen.  I found that in the Xorg.0.log, it said:

[ 8.690] (II) AIGLX: Screen 0 is not DRI2 capable
[ 8.690] (EE) AIGLX: reverting to software rendering
[ 8.785] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 8.786] (II) AIGLX: Loaded and initialized swrast
[ 8.786] (II) GLX: Initialized DRISWRAST GL provider for screen 0

while with only changing to the intel driver, I see:

[ 8.687] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 8.687] (II) AIGLX: enabled GLX_ARB_create_context
[ 8.687] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 8.687] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 8.687] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 8.687] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 8.687] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 8.687] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 8.687] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 8.687] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 8.687] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 8.687] (II) AIGLX: Loaded and initialized i965
[ 8.687] (II) GLX: Initialized DRI2 GL provider for screen 0

-- 
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/1632165

Title:
  modesetting driver unbearably slow on intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1632165/+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 1508021] [NEW] graphics

2015-10-20 Thread Matthew Hicks
Public bug reported:

I don't think my Nvidia Geforce 610M graphics card likes the Xorg
driver. My computer is sometimes glitchy to start and when it does it
shuts down to thelog in screen, or goes black with numbered lines of
script running down it

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
Uname: Linux 3.13.0-66-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.15
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: Tue Oct 20 22:03:34 2015
DistUpgraded: 2015-10-08 14:12:33,731 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1652]
 NVIDIA Corporation GF119M [GeForce 610M] [10de:1058] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. GeForce GT 610M [1043:1652]
InstallationDate: Installed on 2015-10-08 (12 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130213)
MachineType: ASUSTeK Computer Inc. K53SD
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-66-generic 
root=UUID=935c4245-6939-4c34-b4d9-5ad124a4c41f ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2015-10-08 (12 days ago)
dmi.bios.date: 11/02/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K53SD.202
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K53SD
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK53SD.202:bd11/02/2011:svnASUSTeKComputerInc.:pnK53SD:pvr1.0:rvnASUSTeKComputerInc.:rnK53SD:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: K53SD
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
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: Tue Oct 20 17:12:36 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id9964 
 vendor AUO
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/1508021

Title:
  graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1508021/+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 1485494] [NEW] fglrx-core 2:15.200-0ubuntu4.1: fglrx-core kernel module failed to build

2015-08-17 Thread BlueT - Matthew Lien - 練喆明
Public bug reported:

error during `apt-get dist-upgrade`

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: fglrx-core 2:15.200-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.19.0-23.24-generic 3.19.8-ckt2
Uname: Linux 3.19.0-23-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.3
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
DKMSKernelVersion: 3.19.0-26-generic
Date: Mon Aug 17 15:56:44 2015
DistUpgraded: 2015-07-12 04:11:58,093 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 fglrx-core, 15.200, 3.19.0-23-generic, x86_64: installed
 fglrx-core, 15.200, 3.19.0-25-generic, x86_64: installed
 vboxhost, 5.0.2, 3.19.0-23-generic, x86_64: installed
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Cypress XT [Radeon HD 5870] [1002:6898] 
(prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Device [1458:21f0]
InstallationDate: Installed on 2009-12-20 (2066 days ago)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: Gigabyte Technology Co., Ltd. GA-990FXA-D3
PackageVersion: 2:15.200-0ubuntu4.1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-23-generic 
root=UUID=6b3b6564-383d-41a4-a820-1d23806a4b56 ro splash vga=799 quiet splash 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M nomdmonddf nomdmonisw crashkernel=384M-:128M 
crashkernel=384M-:128M vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.2
SourcePackage: fglrx-installer
Title: fglrx-core 2:15.200-0ubuntu4.1: fglrx-core kernel module failed to build
UpgradeStatus: Upgraded to vivid on 2015-07-11 (36 days ago)
dmi.bios.date: 10/13/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: GA-990FXA-D3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd10/13/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-990FXA-D3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-990FXA-D3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-990FXA-D3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid1
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~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Tue Jul 28 18:24:09 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLeap Motion Controller KEYBOARD, id 8
 inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
 inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 10
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3
xserver.video_driver: fglrx

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package compiz-0.9 package-from-proposed ubuntu vivid

-- 
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/1485494

Title:
  fglrx-core 2:15.200-0ubuntu4.1: fglrx-core kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1485494/+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 1483405] [NEW] fglrx-core 2:15.200-0ubuntu4.1: fglrx-core kernel module failed to build

2015-08-10 Thread BlueT - Matthew Lien - 練喆明
Public bug reported:

error when upgrading system

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: fglrx-core 2:15.200-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.19.0-23.24-generic 3.19.8-ckt2
Uname: Linux 3.19.0-23-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.2
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
DKMSKernelVersion: 3.19.0-26-generic
Date: Tue Aug 11 04:48:28 2015
DistUpgraded: 2015-07-12 04:11:58,093 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 fglrx-core, 15.200, 3.19.0-23-generic, x86_64: installed
 fglrx-core, 15.200, 3.19.0-25-generic, x86_64: installed
 vboxhost, 5.0.0, 3.19.0-23-generic, x86_64: installed
 vboxhost, 5.0.0, 3.19.0-25-generic, x86_64: installed
 vboxhost, 5.0.0, 3.19.0-26-generic, x86_64: installed
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Cypress XT [Radeon HD 5870] [1002:6898] 
(prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Device [1458:21f0]
InstallationDate: Installed on 2009-12-20 (2059 days ago)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: Gigabyte Technology Co., Ltd. GA-990FXA-D3
PackageVersion: 2:15.200-0ubuntu4.1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-23-generic 
root=UUID=6b3b6564-383d-41a4-a820-1d23806a4b56 ro splash vga=799 quiet splash 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M nomdmonddf nomdmonisw crashkernel=384M-:128M 
crashkernel=384M-:128M vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.2
SourcePackage: fglrx-installer
Title: fglrx-core 2:15.200-0ubuntu4.1: fglrx-core kernel module failed to build
UpgradeStatus: Upgraded to vivid on 2015-07-11 (30 days ago)
dmi.bios.date: 10/13/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: GA-990FXA-D3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd10/13/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-990FXA-D3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-990FXA-D3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-990FXA-D3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid1
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~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Tue Jul 28 18:24:09 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLeap Motion Controller KEYBOARD, id 8
 inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
 inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 10
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3
xserver.video_driver: fglrx

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package compiz-0.9 package-from-proposed ubuntu vivid

-- 
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/1483405

Title:
  fglrx-core 2:15.200-0ubuntu4.1: fglrx-core kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1483405/+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 1470597] [NEW] Screen lags when I open dropbox folder as first click after boot

2015-07-01 Thread Matthew Auburn
Public bug reported:

I have had few issues with 15.04 since installing and have just now
installed Dropbox. When I login and the first thing I do is click the
icon and press on the label Open Dropbox Folder it opens the files and
then when I move it across the screen it causes the movement to stay on
the screen like it is lagging. This has only happened since I installed
Dropbox and if I open files first then open the Dropbox folder it does
not happen.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.17.2-0ubuntu1.1
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: Wed Jul  1 18:48:15 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: eVga.com. Corp. Device [3842:2974]
InstallationDate: Installed on 2015-05-20 (41 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
MachineType: MSI MS-7921
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-21-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xorg
Symptom: display
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/29/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.8
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z97-G55 SLI (MS-7921)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.8:bd05/29/2015:svnMSI:pnMS-7921:pvr1.0:rvnMSI:rnZ97-G55SLI(MS-7921):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7921
dmi.product.version: 1.0
dmi.sys.vendor: MSI
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.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~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Wed Jul  1 18:47:08 2015
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 corruption ubuntu vivid

** Attachment added: Crash.png
   https://bugs.launchpad.net/bugs/1470597/+attachment/4423009/+files/Crash.png

-- 
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/1470597

Title:
  Screen lags when I open dropbox folder as first click after boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1470597/+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 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2015-04-05 Thread Matthew Ainsworth
Affects me too
Lubuntu 14.04.2
Advanced Micro Devices, Inc. [AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 
6530M/6550M]

-- 
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/1424491

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/1424491/+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 1437507] [NEW] crash when using xdmcp to login to a remote PC

2015-03-27 Thread matthew symes
Public bug reported:

I think this may be raised against the correct package.

I am having a crash when using xdmcp with lightdm when trying to log in
to a remote PC over my network.

After running this command on a virtual terminal ...

X -query omega.mcs-home.com :4

i am getting this stack trace.

Initializing built-in extension DRI2
Loading extension GLX
(EE) Fatal server error:
(EE) BUG: triggered 'if (f[f_idx])'
(EE) BUG: ../../os/log.c:467 in pnprintf(
(EE) Unsupported printf directive '*'
(EE)
(EE) Backtrace: 
(EE) 0: X (xorg_backtrace+0x48) [0x7f569b0e8848]
(EE) 1: X (LogVMessageVerbSigSafe+0x87d) [0x7f569b0f480d]
(EE) 2: X (FatalError+0xd5) [0x7f569b0f4ad5]
(EE) 3: X (0x7f569af3f000+0x1b7c24) [0x7f569b0f6c24]
(EE) 4: X (0x7f569af3f000+0x1b80bd) [0x7f569b0f70bd]
(EE) 5: X (WakeupHandler+0x6d) [0x7f569af9988d]
(EE) 6: X (WaitForSomething+0x1bf) [0x7f569b0e5d9f
(EE) 7: X (0x7f569af3f000+0x55c61) [0x7f569af94c61]
(EE) 8: X (0x7f569af3f000+0x59d9a) [0x7f569af98d9a]
(EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7f5698a7cec5]
(EE) 10: X (0x7f569af3f000+0x451ee) [0x7f569af841ee]
(EE)  XDMCP fatal error: Session failed %*.*s
(EE)  Please consult the The X.Org Foundation support at http://wiki.x.org
(EE) Please also check the log file at /var/log/Xorg.4.log for additional 
information.
(EE) Server terminated with error (1). Closing log file.

This has started happening after the most recent updates that i
installed on 25/03/2015.

If there is any more information you need, i can supply it for you.

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

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

Title:
  crash when using xdmcp to login to a remote PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxdmcp/+bug/1437507/+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 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-03-04 Thread Matthew Haughton
@cl-netbox thanks. I just wanted to know if you've tried my PPA and were
still affected by the issue. Since you haven't, so far that means 3
successes with vivid packages modified with the upstream patch (me, plus
confirmations in #252 and #253) and no failures.

-- 
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/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+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 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-03-03 Thread Matthew Haughton
@cl-netbox are you using the packages from my PPA, or the packages from
vivid? i.e. is the full version number 2:1.16.2.901-1ubuntu4 (vivid) or
2:1.16.2.901-1ubuntu5 (my PPA)?

-- 
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/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+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 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2015-03-02 Thread Matthew M. Dean
No i did it in 14.04. i should note i did install the enablement stack.
Not sure if this makes a difference. I wish you could edit your comments
:D I am upgrading to 14.10 and trying the experimental mesa drivers
because in reality the fps is a joke. I get 9 fps in Starcraft 2,
despite 100 in windows. CSGO gives me 30-50 fps despite 200 in windows.
And Dota 2 gives me about 15 fps, while 100 in windows.

display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7700 Series
OpenGL version string: 4.4.13283 Compatibility Profile Context 14.501.1003

-- 
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/1424491

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1424491/+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 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2015-03-01 Thread Matthew M. Dean
I can't play Steam without this. Can anyone confirm this bug happens on
14.10?

-- 
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/1424491

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1424491/+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 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2015-03-01 Thread Matthew M. Dean
I was able to get fglrx and fglrx installed. What I did was download
both the main ubuntu driver, and the non-x driver which is fglrx-core
from amd's website. I dpkg -i fglrx-core.deb and apt-get install gksu
and libgcc1 and by this time apt-get -f install (without any packages)
was displayed to fix dependencies.  After that I could dpkg -i fglrx and
everything works.

-- 
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/1424491

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1424491/+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 1385369] Re: After Upgrade to 14.10 Unity No Longer Loads

2015-03-01 Thread Matthew M. Dean
can u install the fglrx-update driver?

-- 
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/1385369

Title:
  After Upgrade to 14.10 Unity No Longer Loads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1385369/+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 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-02-26 Thread Matthew Haughton
** Tags removed: saucy

-- 
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/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+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 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-02-26 Thread Matthew Haughton
I have created a PPA for those using Vivid. The only change is the
addition of the upstream patch.
https://launchpad.net/~snafu109/+archive/ubuntu/xorg-server

This may be useful for users on Utopic too since both use xserver-xorg
1.16, but there are no guarantees. I installed the package built for
Vivid on my machine running Utopic and didn't experience any problems,
and it fixed the freezing issue for me as expected.

I can't provide any support for this, sorry. But please comment if
you're using Vivid and you try this, whether it does or does not fix the
issue.

The debdiff I attached (see comment 247) contains the patch that was
applied to the package provided in the PPA. If you try the PPA and it
works, that validates the patch I provided.

-- 
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/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+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 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-02-24 Thread Matthew Haughton
** Tags added: patch-accepted-upstream pointer vivid

-- 
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/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+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 1412730] Re: DELL U2415 monitor detection issues

2015-02-22 Thread Matthew Tucker-Simmons
Connecting via HDMI rather than displayport has completely solved the
waking issue for me (so far, at least). The monitor consistently wakes
from sleep in the same configuration that I was using before suspending.
Monitor settings are still not persistent across reboots, but this seems
to be a more general issue that can be fixed via an appropriate startup
script.

I have seen some reports of the U2415 having some problems with daisy-
chaining via displayport and that Dell is giving people the runaround.
Sounds like there is some flaw with the displayport, so perhaps we're
seeing another effect of that.

Will report back in case anything changes.

-- 
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/1412730

Title:
  DELL U2415 monitor detection issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1412730/+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 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-02-22 Thread Matthew Haughton
Sorry, not sure why the debdiff wasn't added directly to the previous
comment. The debdiff in question was added as a patch and is titled
debdiff from xorg-server_1.16.2.901-1ubuntu4

Also the first line of the changelog in the previous comment should
start with xorg-server not org-server. It's correct in the debdiff.

-- 
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/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+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 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-02-22 Thread Matthew Haughton
** Patch added: debdiff from xorg-server_1.16.2.901-1ubuntu4
   
https://bugs.launchpad.net/xorg-server/+bug/1220426/+attachment/4325180/+files/xorg-server-1220426-fix.debdiff

-- 
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/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+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 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-02-22 Thread Matthew Haughton
Here's a debdiff with the upstream patch, for vivid.

org-server (2:1.16.2.901-1ubuntu5) vivid; urgency=low

  * debian/patches/os-fix-timer-race-conditions.patch: fix a race condition
triggered when using certain touchpads with Nvidia GPUs (LP: #1220426)

** Patch added: debdiff from xorg-server_1.16.2.901-1ubuntu4
   
https://bugs.launchpad.net/xorg-server/+bug/1220426/+attachment/4325181/+files/xorg-server-1220426-fix.debdiff

** Patch removed: debdiff from xorg-server_1.16.2.901-1ubuntu4
   
https://bugs.launchpad.net/xorg-server/+bug/1220426/+attachment/4325180/+files/xorg-server-1220426-fix.debdiff

-- 
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/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+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 1412730] Re: DELL U2415 monitor detection issues

2015-02-20 Thread Matthew Tucker-Simmons
Just wanted to add that I am experiencing a similar issue with the 2415
not waking after suspend. I don't seem to be having the some problems
with screen resolution, monitor detection, or weirdness with xrandr
commands. If I can get the monitor working, xrandr works correctly every
time.

Essentially, if the screen goes into power save mode, I am forced to
reboot in order to wake it up.

My other monitor is an HP ZR24w and I'm running a fully updated 14.04 on
a desktop machine.

I'm not sure what further info or log files might be useful, but let me
know and I'll try to provide whatever I can.

-- 
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/1412730

Title:
  DELL U2415 monitor detection issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1412730/+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 1412730] Re: DELL U2415 monitor detection issues

2015-02-20 Thread Matthew Tucker-Simmons
I neglected to mention that my monitor is also connected via
displayport. I am going to order an HDMI cable to see if that fixes it,
will post back here again either way.

-- 
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/1412730

Title:
  DELL U2415 monitor detection issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1412730/+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 1384741] Dependencies.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298226/+files/Dependencies.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Re: Lenovo X1 TouchPad intermittent/corrupt

2015-01-14 Thread Matthew Hudson
Just to update - the problem has resurfaced today

** Description changed:

  Since upgrade yesterday on 14.10 - touchpad on my Lenovo X1 Carbon is
  corrupted. After a reboot, it works for about 30 seconds then degrades
  rapidly, where cursor jumps around screen and does not follow touchpad
  movements. Two finger scrolling can cause right click events.
  
  cat /proc/bus/input/devices 
  I: Bus=0019 Vendor= Product=0005 Version=
  N: Name=Lid Switch
  P: Phys=PNP0C0D/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  U: Uniq=
  H: Handlers=event0 
  B: PROP=0
  B: EV=21
  B: SW=1
  
  I: Bus=0019 Vendor= Product=0003 Version=
  N: Name=Sleep Button
  P: Phys=PNP0C0E/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
  U: Uniq=
  H: Handlers=kbd event1 
  B: PROP=0
  B: EV=3
  B: KEY=4000 0 0
  
  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name=Power Button
  P: Phys=LNXPWRBN/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  U: Uniq=
  H: Handlers=kbd event2 
  B: PROP=0
  B: EV=3
  B: KEY=10 0
  
  I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
  N: Name=AT Translated Set 2 keyboard
  P: Phys=isa0060/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio0/input/input3
  U: Uniq=
  H: Handlers=sysrq kbd event3 
  B: PROP=0
  B: EV=120013
  B: KEY=40200 3803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7
  
  I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
  N: Name=SynPS/2 Synaptics TouchPad
  P: Phys=isa0060/serio1/input0
  S: Sysfs=/devices/platform/i8042/serio1/input/input5
  U: Uniq=
  H: Handlers=mouse0 event4 
  B: PROP=5
  B: EV=b
  B: KEY=e520 1 0 0 0 0
  B: ABS=66080001103
  
  I: Bus=0019 Vendor=17aa Product=5054 Version=4101
  N: Name=ThinkPad Extra Buttons
  P: Phys=thinkpad_acpi/input0
  S: Sysfs=/devices/platform/thinkpad_acpi/input/input7
  U: Uniq=
  H: Handlers=rfkill kbd event5 
  B: PROP=0
  B: EV=33
  B: KEY=1804 0 10 0 1501b02102004 c80021104000 
10e 0
  B: MSC=10
  B: SW=a
  
  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name=Video Bus
  P: Phys=LNXVIDEO/video/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
  U: Uniq=
  H: Handlers=kbd event6 
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0
  
  I: Bus= Vendor= Product= Version=
  N: Name=HDA Intel PCH Mic
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input9
  U: Uniq=
  H: Handlers=event7 
  B: PROP=0
  B: EV=21
  B: SW=10
  
  I: Bus= Vendor= Product= Version=
  N: Name=HDA Intel PCH Headphone
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input10
  U: Uniq=
  H: Handlers=event8 
  B: PROP=0
  B: EV=21
  B: SW=4
  
  I: Bus= Vendor= Product= Version=
  N: Name=HDA Intel PCH HDMI/DP,pcm=3
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input11
  U: Uniq=
  H: Handlers=event9 
  B: PROP=0
  B: EV=21
  B: SW=140
  
  I: Bus=0003 Vendor=0eef Product=790a Version=0210
  N: Name=eGalax Inc. eGalaxTouch EXC7903-66v03_T1
  P: Phys=usb-:00:14.0-3/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-3/3-3:1.0/0003:0EEF:790A.0001/input/input12
  U: Uniq=
  H: Handlers=mouse1 event10 
  B: PROP=2
  B: EV=b
  B: KEY=400 0 0 0 0 0
  B: ABS=2608003
  
  I: Bus=0003 Vendor=5986 Product=0266 Version=1412
  N: Name=Integrated Camera
  P: Phys=usb-:00:1a.0-1.6/button
  S: 
Sysfs=/devices/pci:00/:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input14
  U: Uniq=
  H: Handlers=kbd event11 
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0
  
  I: Bus=0011 Vendor=0002 Product=000a Version=
  N: Name=TPPS/2 IBM TrackPoint
  P: Phys=synaptics-pt/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio1/serio2/input/input6
  U: Uniq=
  H: Handlers=mouse2 event12 
  B: PROP=0
  B: EV=7
  B: KEY=7 0 0 0 0
  B: REL=3
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  BootLog:
   * Setting up X socket directories...    
  [ OK ]
* Restoring resolver state...    
  [ OK ]
  DistUpgraded: 2014-10-11 19:21:02,883 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  InstallationDate: Installed on 2013-08-13 (496 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 3448CTO
  Package: xserver-xorg-input-synaptics 1.8.1-1ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=f4472c09-69b9-42c3-8750-2d788ee2209d ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Tags: third-party-packages utopic ubuntu
  Uname: 

[Ubuntu-x-swat] [Bug 1384741] BootLog.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: BootLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298224/+files/BootLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] CurrentDmesg.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298225/+files/CurrentDmesg.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] BootDmesg.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298223/+files/BootDmesg.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] DpkgLog.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: DpkgLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298227/+files/DpkgLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] LightdmGreeterLogOld.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: LightdmGreeterLogOld.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298230/+files/LightdmGreeterLogOld.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Lspci.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1384741/+attachment/4298232/+files/Lspci.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] ProcCpuinfo.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298234/+files/ProcCpuinfo.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] LightdmLog.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298231/+files/LightdmLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] LightdmGreeterLog.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: LightdmGreeterLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298229/+files/LightdmGreeterLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] LightdmDisplayLog.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: LightdmDisplayLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298228/+files/LightdmDisplayLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Lsusb.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1384741/+attachment/4298233/+files/Lsusb.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] xserver.devices.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: xserver.devices.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298243/+files/xserver.devices.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] UdevLog.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298238/+files/UdevLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] UdevDb.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1384741/+attachment/4298237/+files/UdevDb.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] ProcModules.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298236/+files/ProcModules.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] ProcInterrupts.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298235/+files/ProcInterrupts.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] XorgLogOld.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298240/+files/XorgLogOld.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] peripherals.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: peripherals.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298241/+files/peripherals.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Re: Lenovo X1 TouchPad intermittent/corrupt

2015-01-14 Thread Matthew Hudson
synclient-setting.txt as requested

** Attachment added: synclient-setting.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+attachment/4298244/+files/synclient-setting.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] xinput.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: xinput.txt
   https://bugs.launchpad.net/bugs/1384741/+attachment/4298242/+files/xinput.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] XorgLog.txt

2015-01-14 Thread Matthew Hudson
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4298239/+files/XorgLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Re: Lenovo X1 TouchPad intermittent/corrupt

2014-12-23 Thread Matthew Hudson
apport information

** Tags added: apport-collected third-party-packages ubuntu utopic

** Description changed:

  Since upgrade yesterday on 14.10 - touchpad on my Lenovo X1 Carbon is
  corrupted. After a reboot, it works for about 30 seconds then degrades
  rapidly, where cursor jumps around screen and does not follow touchpad
  movements. Two finger scrolling can cause right click events.
  
  cat /proc/bus/input/devices 
  I: Bus=0019 Vendor= Product=0005 Version=
  N: Name=Lid Switch
  P: Phys=PNP0C0D/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  U: Uniq=
  H: Handlers=event0 
  B: PROP=0
  B: EV=21
  B: SW=1
  
  I: Bus=0019 Vendor= Product=0003 Version=
  N: Name=Sleep Button
  P: Phys=PNP0C0E/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
  U: Uniq=
  H: Handlers=kbd event1 
  B: PROP=0
  B: EV=3
  B: KEY=4000 0 0
  
  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name=Power Button
  P: Phys=LNXPWRBN/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  U: Uniq=
  H: Handlers=kbd event2 
  B: PROP=0
  B: EV=3
  B: KEY=10 0
  
  I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
  N: Name=AT Translated Set 2 keyboard
  P: Phys=isa0060/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio0/input/input3
  U: Uniq=
  H: Handlers=sysrq kbd event3 
  B: PROP=0
  B: EV=120013
  B: KEY=40200 3803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7
  
  I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
  N: Name=SynPS/2 Synaptics TouchPad
  P: Phys=isa0060/serio1/input0
  S: Sysfs=/devices/platform/i8042/serio1/input/input5
  U: Uniq=
  H: Handlers=mouse0 event4 
  B: PROP=5
  B: EV=b
  B: KEY=e520 1 0 0 0 0
  B: ABS=66080001103
  
  I: Bus=0019 Vendor=17aa Product=5054 Version=4101
  N: Name=ThinkPad Extra Buttons
  P: Phys=thinkpad_acpi/input0
  S: Sysfs=/devices/platform/thinkpad_acpi/input/input7
  U: Uniq=
  H: Handlers=rfkill kbd event5 
  B: PROP=0
  B: EV=33
  B: KEY=1804 0 10 0 1501b02102004 c80021104000 
10e 0
  B: MSC=10
  B: SW=a
  
  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name=Video Bus
  P: Phys=LNXVIDEO/video/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
  U: Uniq=
  H: Handlers=kbd event6 
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0
  
  I: Bus= Vendor= Product= Version=
  N: Name=HDA Intel PCH Mic
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input9
  U: Uniq=
  H: Handlers=event7 
  B: PROP=0
  B: EV=21
  B: SW=10
  
  I: Bus= Vendor= Product= Version=
  N: Name=HDA Intel PCH Headphone
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input10
  U: Uniq=
  H: Handlers=event8 
  B: PROP=0
  B: EV=21
  B: SW=4
  
  I: Bus= Vendor= Product= Version=
  N: Name=HDA Intel PCH HDMI/DP,pcm=3
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input11
  U: Uniq=
  H: Handlers=event9 
  B: PROP=0
  B: EV=21
  B: SW=140
  
  I: Bus=0003 Vendor=0eef Product=790a Version=0210
  N: Name=eGalax Inc. eGalaxTouch EXC7903-66v03_T1
  P: Phys=usb-:00:14.0-3/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-3/3-3:1.0/0003:0EEF:790A.0001/input/input12
  U: Uniq=
  H: Handlers=mouse1 event10 
  B: PROP=2
  B: EV=b
  B: KEY=400 0 0 0 0 0
  B: ABS=2608003
  
  I: Bus=0003 Vendor=5986 Product=0266 Version=1412
  N: Name=Integrated Camera
  P: Phys=usb-:00:1a.0-1.6/button
  S: 
Sysfs=/devices/pci:00/:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input14
  U: Uniq=
  H: Handlers=kbd event11 
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0
  
  I: Bus=0011 Vendor=0002 Product=000a Version=
  N: Name=TPPS/2 IBM TrackPoint
  P: Phys=synaptics-pt/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio1/serio2/input/input6
  U: Uniq=
  H: Handlers=mouse2 event12 
  B: PROP=0
  B: EV=7
  B: KEY=7 0 0 0 0
  B: REL=3
+ --- 
+ ApportVersion: 2.14.7-0ubuntu8
+ Architecture: amd64
+ BootLog:
+  * Setting up X socket directories...    
+ [ OK ]
+   * Restoring resolver state...    
+ [ OK ]
+ DistUpgraded: 2014-10-11 19:21:02,883 DEBUG enabling apt cron job
+ DistroCodename: utopic
+ DistroRelease: Ubuntu 14.10
+ DistroVariant: ubuntu
+ InstallationDate: Installed on 2013-08-13 (496 days ago)
+ InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
+ MachineType: LENOVO 3448CTO
+ Package: xserver-xorg-input-synaptics 1.8.1-1ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=en_GB:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=f4472c09-69b9-42c3-8750-2d788ee2209d ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
+ Tags: 

[Ubuntu-x-swat] [Bug 1384741] CurrentDmesg.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286464/+files/CurrentDmesg.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Dependencies.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286465/+files/Dependencies.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] LightdmGreeterLogOld.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: LightdmGreeterLogOld.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286469/+files/LightdmGreeterLogOld.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Lsusb.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1384741/+attachment/4286472/+files/Lsusb.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] peripherals.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: peripherals.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286480/+files/peripherals.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] xserver.devices.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: xserver.devices.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286484/+files/xserver.devices.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] ProcModules.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286475/+files/ProcModules.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] ProcCpuinfo.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286473/+files/ProcCpuinfo.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] UdevDb.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1384741/+attachment/4286476/+files/UdevDb.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] LightdmDisplayLog.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: LightdmDisplayLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286467/+files/LightdmDisplayLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] XorgLog.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286478/+files/XorgLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] xserver.errors.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: xserver.errors.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286485/+files/xserver.errors.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] DpkgLog.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: DpkgLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286466/+files/DpkgLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] xinput.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: xinput.txt
   https://bugs.launchpad.net/bugs/1384741/+attachment/4286483/+files/xinput.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] LightdmLog.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286470/+files/LightdmLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Lspci.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1384741/+attachment/4286471/+files/Lspci.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] LightdmGreeterLog.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: LightdmGreeterLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286468/+files/LightdmGreeterLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] XorgLogOld.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286479/+files/XorgLogOld.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] UdevLog.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286477/+files/UdevLog.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] ProcInterrupts.txt

2014-12-23 Thread Matthew Hudson
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1384741/+attachment/4286474/+files/ProcInterrupts.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1384741] Re: Lenovo X1 TouchPad intermittent/corrupt

2014-12-23 Thread Matthew Hudson
Thanks for looking in to this - please note however that about 3 weeks
ago I noticed that the touchpad had got a lot better (I'd been using a
mouse since the issue). checking again today - it seems to be fine, so
not sure if a kernel update or other has fixed the issue.

Have a great Christmas!

** Attachment added: synclient-setting.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+attachment/4286486/+files/synclient-setting.txt

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1340716] Re: segfault at 8 ip 08051738 sp bf97f4e0 error 4 in xrandr[8048000+c000]

2014-11-14 Thread Matthew Weaver
Repro (intermittent):  
$ xrandr -q
zsh: segmentation fault (core dumped)  xrandr -q

When xrandr does not crash, it variously returns one of  two results
(note the difference for second screen, DisplayPort-0):

$ xrandr -q   
Screen 0: minimum 320 x 200, current 4480 x 1440, maximum 16384 x 16384
LVDS connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 
194mm
   1920x1080  60.2*+   40.1  
   1680x1050  60.0  
   1400x1050  60.0  
   1280x1024  59.9  
   1440x900   59.9  
   1280x960   59.9  
   1280x854   59.9  
   1280x800   59.8  
   1280x720   59.9  
   1152x768   59.8  
   1024x768   59.9  
   800x60059.9  
   848x48059.7  
   720x48059.7  
   640x48059.4  
DisplayPort-0 connected 2560x1440+1920+0 (normal left inverted right x axis y 
axis) 0mm x 0mm
   1024x768   60.0  
   800x60060.3 56.2  
   848x48060.0  
   640x48059.9  
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)
  2560x1440 (0x2e2)  241.5MHz
h: width  2560 start 2608 end 2640 total 2720 skew0 clock   88.8KHz
v: height 1440 start 1443 end 1448 total 1481   clock   60.0Hz

$ xrandr -q  
Screen 0: minimum 320 x 200, current 4480 x 1440, maximum 16384 x 16384
LVDS connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 
194mm
   1920x1080  60.2*+   40.1  
   1680x1050  60.0  
   1400x1050  60.0  
   1280x1024  59.9  
   1440x900   59.9  
   1280x960   59.9  
   1280x854   59.9  
   1280x800   59.8  
   1280x720   59.9  
   1152x768   59.8  
   1024x768   59.9  
   800x60059.9  
   848x48059.7  
   720x48059.7  
   640x48059.4  
DisplayPort-0 connected 2560x1440+1920+0 (normal left inverted right x axis y 
axis) 597mm x 336mm
   2560x1440  60.0*+
   1920x1200  59.9  
   1920x1080  60.0 60.0 50.0 59.9 24.0 24.0  
   1920x1080i 60.1 50.0 60.0  
   1600x1200  60.0  
   1680x1050  60.0  
   1280x1024  75.0 60.0  
   1280x800   59.8  
   1152x864   75.0  
   1280x720   60.0 50.0 59.9  
   1440x576i  50.1  
   1024x768   75.1 60.0  
   1440x480i  60.1 60.1  
   800x60075.0 60.3  
   720x57650.0  
   720x48060.0 59.9  
   640x48075.0 60.0 59.9  
   720x40070.1  
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)

$ uname -a
Linux Ubu14Msw4-M4800 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 14.04.1 LTS

$ dmesg | tail
[  226.671770] xrandr[2361]: segfault at 38 ip 004027ae sp 
7fff63eb7e60 error 4 in xrandr[40+d000]
[ 1566.312068] [drm:si_dpm_set_power_state] *ERROR* si_set_sw_state failed
[ 1978.902140] xrandr[4990]: segfault at 38 ip 00402829 sp 
7fff51114720 error 4 in xrandr[40+d000]
[ 2206.271566] xrandr[5890]: segfault at 38 ip 00402829 sp 
7fff2af7c580 error 4 in xrandr[40+d000]
[ 2568.830335] xrandr[6049]: segfault at 38 ip 00402829 sp 
7fffd3919610 error 4 in xrandr[40+d000]
[ 2572.286594] xrandr[6054]: segfault at 38 ip 00402829 sp 
7fffae5b4460 error 4 in xrandr[40+d000]
[ 2580.897760] xrandr[6067]: segfault at 10 ip 00402ee6 sp 
7fff96869490 error 4 in xrandr[40+d000]
[ 2587.574203] xrandr[6094]: segfault at 38 ip 00402829 sp 
7fff29572620 error 4 in xrandr[40+d000]
[ 3001.398366] xrandr[6462]: segfault at 38 ip 00402829 sp 
7fff5dc471f0 error 4 in xrandr[40+d000]
[ 3109.594677] xrandr[6565]: segfault at 38 ip 00402829 sp 
7fff534df710 error 4 in xrandr[40+d000]

-- 
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/1340716

Title:
  segfault at 8 ip 08051738 sp bf97f4e0 error 4 in xrandr[8048000+c000]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/1340716/+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 1386721] Re: Graphics Slow After Upgrade 14.04 - 14.10

2014-11-11 Thread Matthew Tucker-Simmons
I'm just running standard Ubuntu with Unity, upgraded from 14.04 to
14.10. Video playback is choppy from youtube, netflix, etc. I am
experiencing some of the same problems as #17, switching between
workspaces is slow on occasion. The worst problem is that the Dash is
quite slow, it takes about 3 seconds to pop up after I press Super, when
it used to be more or less instantaneous. And typing in the Dash search
box takes about 1 second per letter.

My hardware is a desktop with Intel integrated graphics. It's not new
(an i3 chip from several years ago) but I never had a problem with
14.04.

-- 
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/1386721

Title:
  Graphics Slow After Upgrade 14.04 - 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1386721/+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 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2014-10-31 Thread Matthew Ellison
Mistakenly, the first laptop I tried was an earlier model Dell XPS which
did not support DisplayPort 1.2, it supported version 1.1a and so it did
not support MST (Intel 4000 Graphics, not 5000 as I reported above).

The second laptop which finally worked was the same Dell XPS but was a
newer generation model which did support DisplayPort 1.2.

-- 
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/1104230

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1104230/+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 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2014-10-31 Thread Matthew Ellison
Elvis,

When I was playing around with the new kernel on my Utopic machine, I
had the same problem I first.  I noticed the find command would not
output anything unless I also installed the new linux-image-extra
package that was built along side the kernel from Dariusz.

For example for me:

linux-image-extra-3.16.0-23-generic:
  Installed: 3.16.0-23.31hf73386v20141028b1
  Candidate: 3.16.0-23.31hf73386v20141028b1
  Version table:
 *** 3.16.0-23.31hf73386v20141028b1 0
500 http://ppa.launchpad.net/dgadomski/linux-mst/ubuntu/ utopic/main 
amd64 Packages
100 /var/lib/dpkg/status
 3.16.0-23.31 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages


Your linux kernel version will differ, but ensure that the linux-image-extra 
package is installed from the ppa.

-- 
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/1104230

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1104230/+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 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2014-10-31 Thread Matthew Ellison
I just double checked, MST support does NOT work unless the updated
linux-image-extra package is installed. If it is not, even with the
updated linux-image package, the displays will remain mirrors of each
other.

-- 
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/1104230

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1104230/+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 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2014-10-30 Thread Matthew Ellison
Dariusz,

The results I posted yesterday were from my Utopic machine. In had no
unrelated hardware issues and my network continued to work just 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/1104230

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1104230/+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 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2014-10-30 Thread Matthew Ellison
Hi Dariusz,

Good news! I tried your kernel on a different laptop with a fresh 14.10
install and everything is working great. The networking is working and
both displays are recognized separately!

I have attached the output of the i915_dp_mst_info files if its still
relevant, but everything appears to be working great!

** Attachment added: i915_dp_mst_info.out
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1104230/+attachment/4249111/+files/i915_dp_mst_info.out

-- 
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/1104230

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1104230/+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 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2014-10-30 Thread Matthew Ellison
I also wanted to make sure that everyone is installing the linux-image-
extra-* package, because my wifi does not work without it. Just
installing linux-image-* is not enough.

-- 
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/1104230

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1104230/+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 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2014-10-29 Thread Matthew Ellison
Dariusz,

I tried your kernel + updated intel drivers with a MST Hub connected to
my Dell XPS 13 (Intel® HD graphics 5000).

Both monitors continued to be mirrors of each other, and I could not see
the two monitors in Ubuntu Display's settings or in xrandr.

Distributor ID: Ubuntu
Description:Ubuntu 14.10
Release:14.10
Codename:   utopic

Kernel: 3.16.0-23-generic

linux-image-3.16.0-23-generic:
  Installed: 3.16.0-23.31hf73386v20141028b1
  Candidate: 3.16.0-23.31hf73386v20141028b1
  Version table:
 *** 3.16.0-23.31hf73386v20141028b1 0
500 http://ppa.launchpad.net/dgadomski/linux-mst/ubuntu/ utopic/main amd


  Installed: 2:2.99.916+git20141016.6b98f162-0ubuntu0sarvatt
  Candidate: 2:2.99.916+git20141016.6b98f162-0ubuntu0sarvatt
  Version table:
 *** 2:2.99.916+git20141016.6b98f162-0ubuntu0sarvatt 0
500 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/ utopic/main amd64 
Packages


I am very time constrained at the moment so I was not able to build  David 
Airlie's branch to test.

-- 
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/1104230

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1104230/+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 1384741] [NEW] Lenovo X1 TouchPad intermittent/corrupt

2014-10-23 Thread Matthew Hudson
Public bug reported:

Since upgrade yesterday on 14.10 - touchpad on my Lenovo X1 Carbon is
corrupted. After a reboot, it works for about 30 seconds then degrades
rapidly, where cursor jumps around screen and does not follow touchpad
movements. Two finger scrolling can cause right click events.

cat /proc/bus/input/devices 
I: Bus=0019 Vendor= Product=0005 Version=
N: Name=Lid Switch
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
U: Uniq=
H: Handlers=event0 
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor= Product=0003 Version=
N: Name=Sleep Button
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
U: Uniq=
H: Handlers=kbd event1 
B: PROP=0
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor= Product=0001 Version=
N: Name=Power Button
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
U: Uniq=
H: Handlers=kbd event2 
B: PROP=0
B: EV=3
B: KEY=10 0

I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
N: Name=AT Translated Set 2 keyboard
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input3
U: Uniq=
H: Handlers=sysrq kbd event3 
B: PROP=0
B: EV=120013
B: KEY=40200 3803078f800d001 fedfffef fffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name=SynPS/2 Synaptics TouchPad
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input5
U: Uniq=
H: Handlers=mouse0 event4 
B: PROP=5
B: EV=b
B: KEY=e520 1 0 0 0 0
B: ABS=66080001103

I: Bus=0019 Vendor=17aa Product=5054 Version=4101
N: Name=ThinkPad Extra Buttons
P: Phys=thinkpad_acpi/input0
S: Sysfs=/devices/platform/thinkpad_acpi/input/input7
U: Uniq=
H: Handlers=rfkill kbd event5 
B: PROP=0
B: EV=33
B: KEY=1804 0 10 0 1501b02102004 c80021104000 
10e 0
B: MSC=10
B: SW=a

I: Bus=0019 Vendor= Product=0006 Version=
N: Name=Video Bus
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
U: Uniq=
H: Handlers=kbd event6 
B: PROP=0
B: EV=3
B: KEY=3e000b 0 0 0

I: Bus= Vendor= Product= Version=
N: Name=HDA Intel PCH Mic
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input9
U: Uniq=
H: Handlers=event7 
B: PROP=0
B: EV=21
B: SW=10

I: Bus= Vendor= Product= Version=
N: Name=HDA Intel PCH Headphone
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input10
U: Uniq=
H: Handlers=event8 
B: PROP=0
B: EV=21
B: SW=4

I: Bus= Vendor= Product= Version=
N: Name=HDA Intel PCH HDMI/DP,pcm=3
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input11
U: Uniq=
H: Handlers=event9 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0003 Vendor=0eef Product=790a Version=0210
N: Name=eGalax Inc. eGalaxTouch EXC7903-66v03_T1
P: Phys=usb-:00:14.0-3/input0
S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-3/3-3:1.0/0003:0EEF:790A.0001/input/input12
U: Uniq=
H: Handlers=mouse1 event10 
B: PROP=2
B: EV=b
B: KEY=400 0 0 0 0 0
B: ABS=2608003

I: Bus=0003 Vendor=5986 Product=0266 Version=1412
N: Name=Integrated Camera
P: Phys=usb-:00:1a.0-1.6/button
S: Sysfs=/devices/pci:00/:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input14
U: Uniq=
H: Handlers=kbd event11 
B: PROP=0
B: EV=3
B: KEY=10 0 0 0

I: Bus=0011 Vendor=0002 Product=000a Version=
N: Name=TPPS/2 IBM TrackPoint
P: Phys=synaptics-pt/serio0/input0
S: Sysfs=/devices/platform/i8042/serio1/serio2/input/input6
U: Uniq=
H: Handlers=mouse2 event12 
B: PROP=0
B: EV=7
B: KEY=7 0 0 0 0
B: REL=3

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Lenovo X1 TouchPad intermittent/corrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1384741/+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 1254424] Re: fglrx 2:13.125-0ubuntu1: fails to build with kernel 3.13.x [error: ‘struct acpi_dev_node’ has no member named ‘handle’]

2014-07-18 Thread Matthew Caron
This is also broken in precise when using the trusty kernel necessitated
by HWE 12.04.5 support.

(I had made https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-
updates/+bug/1343310, but it was marked as a dupe of this. However, this
appears to be related to 14.04 and it happens other places too)

-- 
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/1254424

Title:
  fglrx 2:13.125-0ubuntu1: fails to build with kernel 3.13.x [error:
  ‘struct acpi_dev_node’ has no member named ‘handle’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1254424/+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 1343310] [NEW] fglrx-updates 2:13.125-0ubuntu0.0.1: fglrx-updates kernel module failed to build on 3.13.0-32-generic

2014-07-17 Thread Matthew Caron
Public bug reported:

sudo apt-get install fglrx-updates fails on ubuntu 12.04 after
installing the trusty kernels per hwe-support-status's instructions.

Error is:

Error! Bad return status for module build on kernel: 3.13.0-32-generic (x86_64)
Consult /var/lib/dkms/fglrx-updates/13.125/build/make.log for more information.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx-updates 2:13.125-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-32-generic
Date: Thu Jul 17 10:04:14 2014
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageVersion: 2:13.125-0ubuntu0.0.1
SourcePackage: fglrx-installer-updates
Title: fglrx-updates 2:13.125-0ubuntu0.0.1: fglrx-updates kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fglrx-installer-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

-- 
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/1343310

Title:
  fglrx-updates 2:13.125-0ubuntu0.0.1: fglrx-updates kernel module
  failed to build on 3.13.0-32-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1343310/+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


  1   2   3   4   >