[Ubuntu-x-swat] [Bug 1966418]

2022-03-30 Thread Adrian Perez
(In reply to Jeremy Bicha from comment #4)
> The first 2 did not work for me but the 3rd did.
> 
> iris
> 
> $ MESA_LOADER_DRIVER_OVERRIDE=iris yelp
> EGLDisplay Initialization failed: EGL_NOT_INITIALIZED
> Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
> Unsupported modifier, resource creation failed.
> XXX: resource creation failed
> 
> zink
> 
> $ MESA_LOADER_DRIVER_OVERRIDE=zink yelp
> MESA-INTEL: warning: Performance support disabled, consider sysctl
> dev.i915.perf_stream_paranoid=0
> 
> MESA-INTEL: warning: Performance support disabled, consider sysctl
> dev.i915.perf_stream_paranoid=0
> 
> EGLDisplay Initialization failed: EGL_NOT_INITIALIZED
> Cannot create EGL context: invalid display (last error: EGL_SUCCESS)

Zink will use internally lower-level parts from the Iris driver to access
the hardware, so at least this indicates that the issue is *below* the
OpenGL/GLES implementation. Could be EGL or hardware access, I suppose.

> i965
> 
> $ MESA_LOADER_DRIVER_OVERRIDE=i965 yelp
> libEGL warning: MESA-LOADER: failed to open i965: /usr/lib/dri/i965_dri.so:
> cannot open shared object file: No such file or directory (search paths
> /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
> 
> WaylandCompositor requires eglBindWaylandDisplayWL,
> eglUnbindWaylandDisplayWL and eglQueryWaylandBuffer.
> Nested Wayland compositor could not initialize EGL
> libEGL warning: MESA-LOADER: failed to open i965: /usr/lib/dri/i965_dri.so:
> cannot open shared object file: No such file or directory (search paths
> /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)

When a driver that was set explicitly like this fails to load, Mesa falls
back to using software rendering. This means you ended up here using the
swrast/llvmpipe driver, most likely (you can load “webkit://gpu” in the
Minibrowser or Epiphany to check this). This means that WebKit is most
likely using the GLX/EGL/OpenGL/GLES APIs correctly and the issue lies
somewhere in the Intel driver.

But the version of Mesa I am using here is the same as you and it works.
My suspicion is that one of the following is happening:

 * Patches applied by Debian/Ubuntu on top of Mesa are breaking the Intel
   driver. Here I am using Arch Linux, which does not apply any patches.
 * The Intel driver is being miscompiled somehow by the compiler toolchain
   shipped by Ubuntu. In case it helps, here Arch stable has GCC 11.2.0 as
   the default system compiler, so that's what gets used to build packages.
 * The bug could be related to your particular GPU model (and the
   corresponding code inside Mesa for it).

I hope this helps :)

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

Title:
  [jammy regression] Evolution does not display message content anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1966418/+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 1966418]

2022-03-29 Thread Adrian Vovk
OK I found a way to fix it @ package time! I previously built webkitgtk
with -DENABLE_X11_TARGET=OFF. I tried building with
-DENABLE_X11_TARGET=ON (since this is the major difference between my
build and the gnome-build-meta build, aside from Mesa version), and now
it works properly

Seems like disabling the x11 backend also accidentally disables parts of
the Wayland backend somewhere

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

Title:
  [jammy regression] Evolution does not display message content anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit/+bug/1966418/+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 1966418]

2022-03-29 Thread Adrian Vovk
I don't compile WebKit w/ X11 support so I can't tell you if running
epiphany w/ GDK_BACKEND=x11 helps anything

---

I do not see those EGL errors when I run epiphany on the host. However,
if I run the Epiphany flatpak with FLATPAK_GL_DRIVERS=host, I get

EGLDisplay Initialization failed: EGL_BAD_PARAMETER
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)

but the webviews still show up (they're just sluggish). When running
with FLATPAK_GL_DRIVERS=host, the epiphany flatpak starts crashing when
opening about:gpu

---

Downgrading to Mesa 21.3.8 on the host does not solve the issue for me.
Not sure what's going on here, because Epiphany from Flathub (using Mesa
21.3.8, WebKitGTK 2.36.0) works perfectly fine in my environment

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

Title:
  [jammy regression] Evolution does not display message content anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit/+bug/1966418/+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 1892979] [NEW] Sizing issue on Startup

2020-08-25 Thread Adrian Barbuio
Public bug reported:

Hello, I recently put together a new PC and installed a fresh Ubuntu
20.04. Immediately I noticed that, on startup, there was a flashing
cursor and the decryption password screen was unusually large, but the
login screen and desktop GUI was fine, so I thought nothing of it. With
a recent update, the decryption password screen and the login screen are
now both sized improperly and the text on the GUI is abnormally sized. I
have included an image of the GUI with the bug apparent. If I toggle the
'large text' in universal access on then off, the problem resolves, but
this is a hassle and happens every startup. I did have issues with the
display driver for the GPU on installation and this may be a contributor
but I am not sure and I am also not sure where to begin in
troubleshooting this problem. Any help would be greatly appreciated.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: wl nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  440.100  Fri May 29 08:45:51 
UTC 2020
 GCC version:
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug 26 14:15:32 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.271+bdcom, 5.4.0-26-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 5.4.0-42-generic, x86_64: installed
 nvidia, 440.100, 5.4.0-42-generic, x86_64: installed (WARNING! Diff between 
built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!)
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation TU117 [GeForce GTX 1650] [10de:1f82] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] TU117 [GeForce GTX 1650] 
[1462:8d92]
InstallationDate: Installed on 2020-07-28 (28 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 c0f4:05c0 SZH usb keyboard
 Bus 001 Device 003: ID :0538   USB OPTICAL MOUSE
 Bus 001 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle 
(HCI mode)
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Gigabyte Technology Co., Ltd. B365M D3H
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-42-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/13/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F2
dmi.board.asset.tag: Default string
dmi.board.name: B365M D3H-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF2:bd08/13/2019:svnGigabyteTechnologyCo.,Ltd.:pnB365MD3H:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB365MD3H-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: Default string
dmi.product.name: B365M D3H
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~20.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.2
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 fonts ubuntu

** Attachment added: "Screenshot of GUI with enlarged text"
   
https://bugs.launchpad.net/bugs/1892979/+attachment/5404595/+files/Screenshot%20from%202020-08-25%2020-36-38.png

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.

[Ubuntu-x-swat] [Bug 1875712] Re: Unusable graphics, nouveau + G73 (GEForce 7600)

2020-07-27 Thread Adrian Nida
Hi,  Upgraded an old desktop from 19.10 to 20.04 and hit this graphics
display issue.  I also have the same graphics card:

>From lspci:
03:00.0 VGA compatible controller: NVIDIA Corporation G73 [GeForce 7600 GT] 
(rev a1)

Is there any workaround I can perform to make this desktop usable? Other
than blowing away the install and going back to 19.10?

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

Title:
  Unusable graphics, nouveau + G73 (GEForce 7600)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1875712/+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 1843751] Re: llvm-toolchain-8 ftbfs in eoan

2019-12-31 Thread Adrian Bunk
** Bug watch added: Debian Bug tracker #943920
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943920

** Also affects: llvm-toolchain-8 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943920
   Importance: Unknown
   Status: Unknown

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

Title:
  llvm-toolchain-8 ftbfs in eoan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-8/+bug/1843751/+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 1839010] Re: Touchpad does not work after installing Ubuntu

2019-08-08 Thread Adrian Barbuio
*** This bug is a duplicate of bug 1685937 ***
https://bugs.launchpad.net/bugs/1685937

Except the workaround detailed in this bug does not seem to apply to me
as there is no hid-ids.h or hid-core.c in /drivers/hid

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

Title:
  Touchpad does not work after installing Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1839010/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2019-05-10 Thread Adrian S.
The issue persists on 19.04.

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

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+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 1823052] [NEW] After a screen lock, the desktop wallpaper turns to pixel garbage

2019-04-03 Thread Adrian
Public bug reported:

As mentioned, after a lock-wake cycle, the wallpaper turns to pixel
garbage as seen on the screenshot.

Workaround: Setting the wallpaper from GNOME Tweaks, just not in the
same adjustment mode as before. For example, if the adjustment was set
to Zoom, now I must set it to something else to repair it. Setting it to
Zoom again turns it once more into pixel garbage.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
Uname: Linux 5.0.0-7-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  418.56  Fri Mar 15 12:59:26 
CDT 2019
 GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-3ubuntu1)
ApportVersion: 2.20.10-0ubuntu23
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: ubuntu:GNOME
Date: Wed Apr  3 19:22:13 2019
DistUpgraded: 2019-03-29 19:19:33,105 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: disco
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 418.56, 4.18.0-16-generic, x86_64: installed
 nvidia, 418.56, 5.0.0-7-generic, x86_64: installed
DpkgLog:
 
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo HD Graphics 530 [17aa:380a]
   Subsystem: Lenovo GM107M [GeForce GTX 950M] [17aa:380b]
InstallationDate: Installed on 2018-12-31 (93 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 8087:0a2a Intel Corp. 
 Bus 001 Device 003: ID 5986:0670 Acer, Inc 
 Bus 001 Device 002: ID 17ef:60b2 Lenovo 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 80RU
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-7-generic 
root=UUID=a2f33991-8e13-4dbe-bfae-4a0a1edd71b9 ro quiet splash vt.handoff=1
Renderer: Software
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to disco on 2019-03-29 (4 days ago)
XorgConf:
 Section "Extensions"
 Option "XVideo" "Disable"
 EndSection
dmi.bios.date: 02/15/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: E5CN58WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo ideapad 700-15ISK
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 700-15ISK
dmi.modalias: 
dmi:bvnLENOVO:bvrE5CN58WW:bd02/15/2017:svnLENOVO:pn80RU:pvrLenovoideapad700-15ISK:rvnLENOVO:rnLenovoideapad700-15ISK:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad700-15ISK:
dmi.product.family: IDEAPAD
dmi.product.name: 80RU
dmi.product.sku: LENOVO_MT_80RU_BU_idea_FM_Lenovo ideapad 700-15ISK
dmi.product.version: Lenovo ideapad 700-15ISK
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.97-1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.1-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.1-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
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 disco possible-manual-nvidia-install ubuntu

** Attachment added: "Screenshot from 2019-04-03 19-23-35.png"
   
https://bugs.launchpad.net/bugs/1823052/+attachment/5252546/+files/Screenshot%20from%202019-04-03%2019-23-35.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/1823052

Title:
  After a screen lock, the desktop wallpaper turns to pixel garbage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1823052/+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 1822639] [NEW] Login screen doesn't react to key pressings prior to entering the password

2019-04-01 Thread Adrian
Public bug reported:

Before the screen when you enter the password, where the clock is shown,
if a key is pressed, it does not retract the screen upwards, as it used
to. Now I have to manually use my mouse to drag the screen up. Not sure
if it is the way it was intended to be used, but I am submitting a bug
report to be sure.

I apologise if this is a bug with GNOME, but please do tell me so I can
send a bug report to them.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
Uname: Linux 5.0.0-7-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  418.56  Fri Mar 15 12:59:26 
CDT 2019
 GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-3ubuntu1)
ApportVersion: 2.20.10-0ubuntu23
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: ubuntu:GNOME
Date: Mon Apr  1 18:23:16 2019
DistUpgraded: 2019-03-29 19:19:33,105 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: disco
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 418.56, 4.18.0-16-generic, x86_64: installed
 nvidia, 418.56, 5.0.0-7-generic, x86_64: installed
DpkgLog:
 
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo HD Graphics 530 [17aa:380a]
   Subsystem: Lenovo GM107M [GeForce GTX 950M] [17aa:380b]
InstallationDate: Installed on 2018-12-31 (91 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 8087:0a2a Intel Corp. 
 Bus 001 Device 003: ID 5986:0670 Acer, Inc 
 Bus 001 Device 002: ID 17ef:60b2 Lenovo 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 80RU
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-7-generic 
root=UUID=a2f33991-8e13-4dbe-bfae-4a0a1edd71b9 ro quiet splash vt.handoff=1
Renderer: Software
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to disco on 2019-03-29 (2 days ago)
XorgConf:
 Section "Extensions"
 Option "XVideo" "Disable"
 EndSection
dmi.bios.date: 02/15/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: E5CN58WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo ideapad 700-15ISK
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 700-15ISK
dmi.modalias: 
dmi:bvnLENOVO:bvrE5CN58WW:bd02/15/2017:svnLENOVO:pn80RU:pvrLenovoideapad700-15ISK:rvnLENOVO:rnLenovoideapad700-15ISK:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad700-15ISK:
dmi.product.family: IDEAPAD
dmi.product.name: 80RU
dmi.product.sku: LENOVO_MT_80RU_BU_idea_FM_Lenovo ideapad 700-15ISK
dmi.product.version: Lenovo ideapad 700-15ISK
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.97-1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.1-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.1-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
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 disco possible-manual-nvidia-install 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/1822639

Title:
  Login screen doesn't react to key pressings prior to entering the
  password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1822639/+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 1822500] [NEW] Screen corruption shown while in login screen

2019-03-31 Thread Adrian
Public bug reported:

In place of the login background I chose, I either see a white scree, or
what appears to be random pixels, with the normal clock on top.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
Uname: Linux 5.0.0-7-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  418.56  Fri Mar 15 12:59:26 
CDT 2019
 GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-3ubuntu1)
ApportVersion: 2.20.10-0ubuntu23
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: ubuntu:GNOME
Date: Sun Mar 31 22:32:53 2019
DistUpgraded: 2019-03-29 19:19:33,105 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: disco
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 418.56, 4.18.0-16-generic, x86_64: installed
 nvidia, 418.56, 5.0.0-7-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo HD Graphics 530 [17aa:380a]
   Subsystem: Lenovo GM107M [GeForce GTX 950M] [17aa:380b]
InstallationDate: Installed on 2018-12-31 (90 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 8087:0a2a Intel Corp. 
 Bus 001 Device 003: ID 5986:0670 Acer, Inc 
 Bus 001 Device 002: ID 17ef:60b2 Lenovo 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 80RU
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-7-generic 
root=UUID=a2f33991-8e13-4dbe-bfae-4a0a1edd71b9 ro quiet splash vt.handoff=1
Renderer: Software
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to disco on 2019-03-29 (2 days ago)
XorgConf:
 Section "Extensions"
 Option "XVideo" "Disable"
 EndSection
dmi.bios.date: 02/15/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: E5CN58WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo ideapad 700-15ISK
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 700-15ISK
dmi.modalias: 
dmi:bvnLENOVO:bvrE5CN58WW:bd02/15/2017:svnLENOVO:pn80RU:pvrLenovoideapad700-15ISK:rvnLENOVO:rnLenovoideapad700-15ISK:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad700-15ISK:
dmi.product.family: IDEAPAD
dmi.product.name: 80RU
dmi.product.sku: LENOVO_MT_80RU_BU_idea_FM_Lenovo ideapad 700-15ISK
dmi.product.version: Lenovo ideapad 700-15ISK
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.97-1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.1-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.1-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
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 disco possible-manual-nvidia-install 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/1822500

Title:
  Screen corruption shown while in login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1822500/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2019-03-16 Thread Adrian S.
After seeing Alex's post, I tried installing 410.104-0ubuntu0~18.10.1 from 
ppa:graphics-drivers.
Using 4.18.0-16-generic kernel.

I find that when I use Intel profile, powertop reports the nvidia card as 0% 
active, and the setting in Tunables shows up as Good.
However, /proc/acpi/bbswitch reports as :01:00.0 ON, and the *fans* are 
spinning.

Turning the graphics card OFF with bbswitch, the fans stop spinning.

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

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2019-03-01 Thread Adrian S.
> * If I understand correctly, the bug does not occur in Ubuntu 18.10.
The user can switch seamlessly between using the Intel or the Nvidia
discrete graphics card. Is this correct?

@jespestana
No, this bug is affecting me on 18.10.

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

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2019-01-31 Thread Adrian S.
I can confirm that installing nvidia-390 through the Ubuntu driver dialog, and 
then using nvidia-settings or prime-select to set intel keeps the nvidia card 
on for me on my GeForce 840M laptop.
I can also confirm Installing bbswitch-dkms and turning it off through bbswitch 
works.

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

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+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 1798739] Re: [amdgpu] All video games freeze 5-10mins into play

2018-10-26 Thread Adrian Barbuio
So I became somewhat frustrated by this issue and used new installation
media to completely reinstall ubuntu 18.04, removing the old partition and
starting again from scratch. I installed steam as soon as the
re-installation process had been completed, and downloaded/played Kerbal
Space Program. I had exactly the same problem as before, the screen cutting
out minutes into the game.


On Wed, 24 Oct 2018 at 13:40, Daniel van Vugt 
wrote:

> Thanks. Unfortunately you probably can't report crash files that were
> created before the system update. Only crash files from a fully-updated
> system are accepted.
>
> So please delete the existing crash files and wait for new ones to be
> created.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1798739
>
> Title:
>   [amdgpu] All video games freeze 5-10mins into play
>
> Status in xorg-server package in Ubuntu:
>   Incomplete
> Status in xserver-xorg-video-amdgpu package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I recently installed steam on my system (Ubuntu 18.04), installed a
>   couple of games and attemped to play them. About a couple of minutes
>   in to playing cities: skylines, kerbal space program and mount and
>   blade: warband, the screen goes blank and the computer freezes. A hard
>   reboot is the only way to proceed. I have reinstalled drivers several
>   times, with no change in this situation. I know it's not a specs
>   problem because I ran these games on the exact same machine a couple
>   of weeks ago when I had Windows 10 installed (which I have since
>   removed). I think this is an xorg problem but I am not sure.
>
>   xorg:
> Installed: 1:7.7+19ubuntu7.1
> Candidate: 1:7.7+19ubuntu7.1
> Version table:
>*** 1:7.7+19ubuntu7.1 500
>   500 http://au.archive.ubuntu.com/ubuntu bionic-updates/main
> amd64 Packages
>   100 /var/lib/dpkg/status
>1:7.7+19ubuntu7 500
>   500 http://au.archive.ubuntu.com/ubuntu bionic/main amd64
> Packages
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: xorg 1:7.7+19ubuntu7.1
>   ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
>   Uname: Linux 4.15.0-36-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.4
>   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: ubuntu:GNOME
>   Date: Fri Oct 19 14:02:58 2018
>   DistUpgraded: Fresh install
>   DistroCodename: bionic
>   DistroVariant: ubuntu
>   DkmsStatus: amdgpu, 18.30-641594, 4.15.0-36-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes
>   GpuHangFrequency: Several times a day
>   GpuHangReproducibility: Yes, I can easily reproduce it
>   GpuHangStarted: Within the last week or two
>   GraphicsCard:
>Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7
> 240/340 OEM] [1002:6611] (prog-if 00 [VGA controller])
>  Subsystem: Pegatron Oland [Radeon HD 8570 / R7 240/340 OEM]
> [1b0a:90c4]
>   InstallationDate: Installed on 2018-09-11 (37 days ago)
>   InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64
> (20180426)
>   MachineType: Hewlett-Packard 500-002a
>   ProcEnviron:
>TERM=xterm-256color
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_AU.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic
> root=UUID=49e15d88-cf4f-45cf-abc1-8e165cbdb4e4 ro quiet splash vt.handoff=1
>   SourcePackage: xorg
>   Symptom: display
>   Title: Xorg freeze
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 02/05/2013
>   dmi.bios.vendor: AMI
>   dmi.bios.version: 8.15
>   dmi.board.name: 2ADA
>   dmi.board.vendor: Foxconn
>   dmi.board.version: 1.00
>   dmi.chassis.asset.tag: 4CE3190T0P
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.modalias:
> dmi:bvnAMI:bvr8.15:bd02/05/2013:svnHewlett-Packard:pn500-002a:pvr:rvnFoxconn:rn2ADA:rvr1.00:cvnHewlett-Packard:ct3:cvr:
>   dmi.product.family: 103C_53316J G=D
>   dmi.product.name: 500-002a
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.96+git1810161830.5a3bdc~oibaf~b
>   version.libgl1-mesa-dri: libgl1-mesa-dri
> 18.3~git1810170730.58a51d~oibaf~b
>   version.libgl1-mesa-glx: libgl1-mesa-glx
> 18.3~git1810170730.58a51d~oibaf~b
>   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.1.0+git1809261933.80514b~oibaf~b
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git1809061934.25c9a2~oibaf~b
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:1.0.15+git1807201019.ac8f7b~oibaf~b
>
> To manage notifications about 

Re: [Ubuntu-x-swat] [Bug 1798739] Re: [amdgpu] All video games freeze 5-10mins into play

2018-10-23 Thread Adrian Barbuio
Just to add, this is the screenshot I took of another attempt. The upgrade
commands are there just to show what I see when I run those commands. They
were run previous to a reboot, then I ran them again to make the screenshot.

Regards, Adrian

On Tue, 23 Oct 2018 at 21:15, Adrian Barbuio 
wrote:

> Okay, so I have run the update and reboot commands. I tried to run the
> ubuntu-bug command again and I got exactly the same error message as was in
> the previous screenshot.
>
> On Tue, 23 Oct 2018 at 20:46, Daniel van Vugt <
> daniel.van.v...@canonical.com> wrote:
>
>> That screenshot shows that you can't report crash files because your
>> system is out of date. To fix that please do a full system update first:
>>
>>   1. sudo apt update
>>   2. sudo apt full-upgrade
>>   3. Reboot
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1798739
>>
>> Title:
>>   [amdgpu] All video games freeze 5-10mins into play
>>
>> Status in xorg-server package in Ubuntu:
>>   Incomplete
>> Status in xserver-xorg-video-amdgpu package in Ubuntu:
>>   Incomplete
>>
>> Bug description:
>>   I recently installed steam on my system (Ubuntu 18.04), installed a
>>   couple of games and attemped to play them. About a couple of minutes
>>   in to playing cities: skylines, kerbal space program and mount and
>>   blade: warband, the screen goes blank and the computer freezes. A hard
>>   reboot is the only way to proceed. I have reinstalled drivers several
>>   times, with no change in this situation. I know it's not a specs
>>   problem because I ran these games on the exact same machine a couple
>>   of weeks ago when I had Windows 10 installed (which I have since
>>   removed). I think this is an xorg problem but I am not sure.
>>
>>   xorg:
>> Installed: 1:7.7+19ubuntu7.1
>> Candidate: 1:7.7+19ubuntu7.1
>> Version table:
>>*** 1:7.7+19ubuntu7.1 500
>>   500 http://au.archive.ubuntu.com/ubuntu bionic-updates/main
>> amd64 Packages
>>   100 /var/lib/dpkg/status
>>1:7.7+19ubuntu7 500
>>   500 http://au.archive.ubuntu.com/ubuntu bionic/main amd64
>> Packages
>>
>>   ProblemType: Bug
>>   DistroRelease: Ubuntu 18.04
>>   Package: xorg 1:7.7+19ubuntu7.1
>>   ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
>>   Uname: Linux 4.15.0-36-generic x86_64
>>   ApportVersion: 2.20.9-0ubuntu7.4
>>   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: ubuntu:GNOME
>>   Date: Fri Oct 19 14:02:58 2018
>>   DistUpgraded: Fresh install
>>   DistroCodename: bionic
>>   DistroVariant: ubuntu
>>   DkmsStatus: amdgpu, 18.30-641594, 4.15.0-36-generic, x86_64: installed
>>   ExtraDebuggingInterest: Yes
>>   GpuHangFrequency: Several times a day
>>   GpuHangReproducibility: Yes, I can easily reproduce it
>>   GpuHangStarted: Within the last week or two
>>   GraphicsCard:
>>Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7
>> 240/340 OEM] [1002:6611] (prog-if 00 [VGA controller])
>>  Subsystem: Pegatron Oland [Radeon HD 8570 / R7 240/340 OEM]
>> [1b0a:90c4]
>>   InstallationDate: Installed on 2018-09-11 (37 days ago)
>>   InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64
>> (20180426)
>>   MachineType: Hewlett-Packard 500-002a
>>   ProcEnviron:
>>TERM=xterm-256color
>>PATH=(custom, no user)
>>XDG_RUNTIME_DIR=
>>LANG=en_AU.UTF-8
>>SHELL=/bin/bash
>>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic
>> root=UUID=49e15d88-cf4f-45cf-abc1-8e165cbdb4e4 ro quiet splash vt.handoff=1
>>   SourcePackage: xorg
>>   Symptom: display
>>   Title: Xorg freeze
>>   UpgradeStatus: No upgrade log present (probably fresh install)
>>   dmi.bios.date: 02/05/2013
>>   dmi.bios.vendor: AMI
>>   dmi.bios.version: 8.15
>>   dmi.board.name: 2ADA
>>   dmi.board.vendor: Foxconn
>>   dmi.board.version: 1.00
>>   dmi.chassis.asset.tag: 4CE3190T0P
>>   dmi.chassis.type: 3
>>   dmi.chassis.vendor: Hewlett-Packard
>>   dmi.modalias:
>> dmi:bvnAMI:bvr8.15:bd02/05/2013:svnHewlett-Packard:pn500-002a:pvr:rvnFoxconn:rn2ADA:rvr1.00:cvnHewlett-Packard:ct3:cvr:
>>   dmi.product.family: 103C_53316J G

Re: [Ubuntu-x-swat] [Bug 1798739] Re: [amdgpu] All video games freeze 5-10mins into play

2018-10-23 Thread Adrian Barbuio
Okay, so I have run the update and reboot commands. I tried to run the
ubuntu-bug command again and I got exactly the same error message as was in
the previous screenshot.

On Tue, 23 Oct 2018 at 20:46, Daniel van Vugt 
wrote:

> That screenshot shows that you can't report crash files because your
> system is out of date. To fix that please do a full system update first:
>
>   1. sudo apt update
>   2. sudo apt full-upgrade
>   3. Reboot
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1798739
>
> Title:
>   [amdgpu] All video games freeze 5-10mins into play
>
> Status in xorg-server package in Ubuntu:
>   Incomplete
> Status in xserver-xorg-video-amdgpu package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I recently installed steam on my system (Ubuntu 18.04), installed a
>   couple of games and attemped to play them. About a couple of minutes
>   in to playing cities: skylines, kerbal space program and mount and
>   blade: warband, the screen goes blank and the computer freezes. A hard
>   reboot is the only way to proceed. I have reinstalled drivers several
>   times, with no change in this situation. I know it's not a specs
>   problem because I ran these games on the exact same machine a couple
>   of weeks ago when I had Windows 10 installed (which I have since
>   removed). I think this is an xorg problem but I am not sure.
>
>   xorg:
> Installed: 1:7.7+19ubuntu7.1
> Candidate: 1:7.7+19ubuntu7.1
> Version table:
>*** 1:7.7+19ubuntu7.1 500
>   500 http://au.archive.ubuntu.com/ubuntu bionic-updates/main
> amd64 Packages
>   100 /var/lib/dpkg/status
>1:7.7+19ubuntu7 500
>   500 http://au.archive.ubuntu.com/ubuntu bionic/main amd64
> Packages
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: xorg 1:7.7+19ubuntu7.1
>   ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
>   Uname: Linux 4.15.0-36-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.4
>   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: ubuntu:GNOME
>   Date: Fri Oct 19 14:02:58 2018
>   DistUpgraded: Fresh install
>   DistroCodename: bionic
>   DistroVariant: ubuntu
>   DkmsStatus: amdgpu, 18.30-641594, 4.15.0-36-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes
>   GpuHangFrequency: Several times a day
>   GpuHangReproducibility: Yes, I can easily reproduce it
>   GpuHangStarted: Within the last week or two
>   GraphicsCard:
>Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7
> 240/340 OEM] [1002:6611] (prog-if 00 [VGA controller])
>  Subsystem: Pegatron Oland [Radeon HD 8570 / R7 240/340 OEM]
> [1b0a:90c4]
>   InstallationDate: Installed on 2018-09-11 (37 days ago)
>   InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64
> (20180426)
>   MachineType: Hewlett-Packard 500-002a
>   ProcEnviron:
>TERM=xterm-256color
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_AU.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic
> root=UUID=49e15d88-cf4f-45cf-abc1-8e165cbdb4e4 ro quiet splash vt.handoff=1
>   SourcePackage: xorg
>   Symptom: display
>   Title: Xorg freeze
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 02/05/2013
>   dmi.bios.vendor: AMI
>   dmi.bios.version: 8.15
>   dmi.board.name: 2ADA
>   dmi.board.vendor: Foxconn
>   dmi.board.version: 1.00
>   dmi.chassis.asset.tag: 4CE3190T0P
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.modalias:
> dmi:bvnAMI:bvr8.15:bd02/05/2013:svnHewlett-Packard:pn500-002a:pvr:rvnFoxconn:rn2ADA:rvr1.00:cvnHewlett-Packard:ct3:cvr:
>   dmi.product.family: 103C_53316J G=D
>   dmi.product.name: 500-002a
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.96+git1810161830.5a3bdc~oibaf~b
>   version.libgl1-mesa-dri: libgl1-mesa-dri
> 18.3~git1810170730.58a51d~oibaf~b
>   version.libgl1-mesa-glx: libgl1-mesa-glx
> 18.3~git1810170730.58a51d~oibaf~b
>   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.1.0+git1809261933.80514b~oibaf~b
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git1809061934.25c9a2~oibaf~b
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:1.0.15+git1807201019.ac8f7b~oibaf~b
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1798739/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.

Re: [Ubuntu-x-swat] [Bug 1798739] Re: [amdgpu] All video games freeze 5-10mins into play

2018-10-23 Thread Adrian Barbuio
Hello Daniel

I attempted all three steps and I came across the message in the
screenshot. When I click send there is no further message. I am not sure
how to find an id number. Also, I checked the gnome-shell file and there
was no file labelled 'extensions'. I assume this is because I have no
extensions installed?

Regards, Adrian

On Tue, 23 Oct 2018 at 19:11, Daniel van Vugt 
wrote:

> Thanks. It looks like something is crashing at the end (where you see
> "whoopsie") but I can't yet tell what.
>
> Firstly, please remove/disable all gnome-shell extensions as they are
> often the cause of crashes.
>
> Secondly...
>
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. It sounds like some part of the system has crashed. To
> help us find the cause of the crash please follow these steps:
>
> 1. Look in /var/crash for crash files and if found run:
> ubuntu-bug YOURFILE.crash
> Then tell us the ID of the newly-created bug.
>
> 2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
> ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
> Do you find any links to recent problems on that page? If so then please
> send the links to us.
>
> 3. If step 2 also failed then apply the workaround from bug 994921,
> reboot, reproduce the crash, and retry step 1.
>
> Please take care to avoid attaching .crash files to bugs as we are
> unable to process them as file attachments. It would also be a security
> risk for yourself.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1798739
>
> Title:
>   [amdgpu] All video games freeze 5-10mins into play
>
> Status in xorg-server package in Ubuntu:
>   Incomplete
> Status in xserver-xorg-video-amdgpu package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I recently installed steam on my system (Ubuntu 18.04), installed a
>   couple of games and attemped to play them. About a couple of minutes
>   in to playing cities: skylines, kerbal space program and mount and
>   blade: warband, the screen goes blank and the computer freezes. A hard
>   reboot is the only way to proceed. I have reinstalled drivers several
>   times, with no change in this situation. I know it's not a specs
>   problem because I ran these games on the exact same machine a couple
>   of weeks ago when I had Windows 10 installed (which I have since
>   removed). I think this is an xorg problem but I am not sure.
>
>   xorg:
> Installed: 1:7.7+19ubuntu7.1
> Candidate: 1:7.7+19ubuntu7.1
> Version table:
>*** 1:7.7+19ubuntu7.1 500
>   500 http://au.archive.ubuntu.com/ubuntu bionic-updates/main
> amd64 Packages
>   100 /var/lib/dpkg/status
>1:7.7+19ubuntu7 500
>   500 http://au.archive.ubuntu.com/ubuntu bionic/main amd64
> Packages
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: xorg 1:7.7+19ubuntu7.1
>   ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
>   Uname: Linux 4.15.0-36-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.4
>   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: ubuntu:GNOME
>   Date: Fri Oct 19 14:02:58 2018
>   DistUpgraded: Fresh install
>   DistroCodename: bionic
>   DistroVariant: ubuntu
>   DkmsStatus: amdgpu, 18.30-641594, 4.15.0-36-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes
>   GpuHangFrequency: Several times a day
>   GpuHangReproducibility: Yes, I can easily reproduce it
>   GpuHangStarted: Within the last week or two
>   GraphicsCard:
>Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7
> 240/340 OEM] [1002:6611] (prog-if 00 [VGA controller])
>  Subsystem: Pegatron Oland [Radeon HD 8570 / R7 240/340 OEM]
> [1b0a:90c4]
>   InstallationDate: Installed on 2018-09-11 (37 days ago)
>   InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64
> (20180426)
>   MachineType: Hewlett-Packard 500-002a
>   ProcEnviron:
>TERM=xterm-256color
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_AU.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic
> root=UUID=49e15d88-cf4f-45cf-abc1-8e165cbdb4e4 ro quiet splash vt.handoff=1
>   SourcePackage: xorg
>   Symptom: display
>   Title: Xorg freeze
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 02/05/2013
>   dmi.bios.vendor: AMI
>   dmi.bios.version: 8.15

Re: [Ubuntu-x-swat] [Bug 1798739] Re: [amdgpu] All video games freeze 5-10mins into play

2018-10-23 Thread Adrian Barbuio
Hello Daniel. I have performed the tasks you requested and have the 
relevant text file attached.

Regards, Adrian

On 23/10/18 4:43 pm, Daniel van Vugt wrote:
> Please:
>
> 1. Reboot and run nothing other than one game that will trigger the bug.
> Do not run any other apps.
>
> 2. After the bug happens and you have to reboot a second time then run:
>
>journalctl --system -b-1 > previous_boot_sys.txt
>
> and attach it here again.
>
> ** Changed in: xorg-server (Ubuntu)
> Status: New => Incomplete
>
> ** Changed in: xserver-xorg-video-amdgpu (Ubuntu)
> Status: New => Incomplete
>


** Attachment added: "previous_boot_sys.txt"
   
https://bugs.launchpad.net/bugs/1798739/+attachment/5204391/+files/previous_boot_sys.txt

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

Title:
  [amdgpu] All video games freeze 5-10mins into play

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1798739/+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 1798739] Re: [amdgpu] All video games freeze 5-10mins into play

2018-10-23 Thread Adrian Barbuio
Hello Daniel

I did not receive any instructions, or any text at all in your last 
message. I am just wanting to know if there is any update on this issue 
and how to solve it.

Regards, Adrian

On 22/10/18 6:22 pm, Daniel van Vugt wrote:
> ** Also affects: xserver-xorg-video-amdgpu (Ubuntu)
> Importance: Undecided
> Status: New
>
> ** Changed in: xorg-server (Ubuntu)
> Status: Incomplete => New
>

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

Title:
  [amdgpu] All video games freeze 5-10mins into play

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1798739/+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 1798739] Re: [amdgpu] All video games freeze 5-10mins into play

2018-10-22 Thread Adrian Barbuio
No worries. The txt file is attached.

Regards, Adrian

On 22/10/18 5:28 pm, Daniel van Vugt wrote:
> Thanks.
>
> Please also run this command and send us the output:
>
>dpkg -l > allpackages.txt
>
> ** Summary changed:
>
> - All video games freeze 5-10mins into play
> + [amdgpu] All video games freeze 5-10mins into play
>
> ** Package changed: ubuntu => xorg-server (Ubuntu)
>


** Attachment added: "allpackages.txt"
   
https://bugs.launchpad.net/bugs/1798739/+attachment/5203873/+files/allpackages.txt

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

Title:
  [amdgpu] All video games freeze 5-10mins into play

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1798739/+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 1798739] [NEW] All video games freeze 5-10mins into play

2018-10-19 Thread Adrian Barbuio
Public bug reported:

I recently installed steam on my system (Ubuntu 18.04), installed a
couple of games and attemped to play them. About a couple of minutes in
to playing cities: skylines, kerbal space program and mount and blade:
warband, the screen goes blank and the computer freezes. A hard reboot
is the only way to proceed. I have reinstalled drivers several times,
with no change in this situation. I know it's not a specs problem
because I ran these games on the exact same machine a couple of weeks
ago when I had Windows 10 installed (which I have since removed). I
think this is an xorg problem but I am not sure.

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

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
Uname: Linux 4.15.0-36-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.4
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: ubuntu:GNOME
Date: Fri Oct 19 14:02:58 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus: amdgpu, 18.30-641594, 4.15.0-36-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GpuHangFrequency: Several times a day
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Within the last week or two
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 OEM] 
[1002:6611] (prog-if 00 [VGA controller])
   Subsystem: Pegatron Oland [Radeon HD 8570 / R7 240/340 OEM] [1b0a:90c4]
InstallationDate: Installed on 2018-09-11 (37 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: Hewlett-Packard 500-002a
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic 
root=UUID=49e15d88-cf4f-45cf-abc1-8e165cbdb4e4 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/05/2013
dmi.bios.vendor: AMI
dmi.bios.version: 8.15
dmi.board.name: 2ADA
dmi.board.vendor: Foxconn
dmi.board.version: 1.00
dmi.chassis.asset.tag: 4CE3190T0P
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnAMI:bvr8.15:bd02/05/2013:svnHewlett-Packard:pn500-002a:pvr:rvnFoxconn:rn2ADA:rvr1.00:cvnHewlett-Packard:ct3:cvr:
dmi.product.family: 103C_53316J G=D
dmi.product.name: 500-002a
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.96+git1810161830.5a3bdc~oibaf~b
version.libgl1-mesa-dri: libgl1-mesa-dri 18.3~git1810170730.58a51d~oibaf~b
version.libgl1-mesa-glx: libgl1-mesa-glx 18.3~git1810170730.58a51d~oibaf~b
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.1.0+git1809261933.80514b~oibaf~b
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1809061934.25c9a2~oibaf~b
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.15+git1807201019.ac8f7b~oibaf~b

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


** Tags: amd64 apport-bug bionic freeze third-party-packages 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/1798739

Title:
  All video games freeze 5-10mins into play

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1798739/+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 1770166] Re: The brightness of the notebook

2018-06-19 Thread Adrian
1-in previous versions if it worked, install ubuntu 18 and it does not work.
2-I'm on it

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153095/+files/ProcModules.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1770166/+attachment/5153096/+files/UdevDb.txt

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

Title:
  The brightness of the notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1770166/+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 1770166] Re: The brightness of the notebook

2018-06-15 Thread Adrian
I already did what you asked me.

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153100/+files/xdpyinfo.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1770166/+attachment/5153099/+files/Xrandr.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153098/+files/XorgLogOld.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153097/+files/XorgLog.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153092/+files/ProcCpuinfo.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1770166/+attachment/5153090/+files/Lspci.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153094/+files/ProcInterrupts.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153089/+files/DpkgLog.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153093/+files/ProcCpuinfoMinimal.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1770166/+attachment/5153091/+files/Lsusb.txt

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

Title:
  The brightness of the notebook

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

2018-06-15 Thread Adrian
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153088/+files/Dependencies.txt

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

Title:
  The brightness of the notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1770166/+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 1770166] Re: The brightness of the notebook

2018-06-15 Thread Adrian
apport information

** Tags added: apport-collected bionic ubuntu

** Description changed:

- The brightness of the notebook does not lower or rise with the FN key.
- Acer Aspire 5742 i3-380m 6gb ram ssd kingston 120gb.
+ The brightness of the notebook does not lower or rise with the FN key. Acer 
Aspire 5742 i3-380m 6gb ram ssd kingston 120gb.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ CompositorRunning: None
+ CurrentDesktop: ubuntu:GNOME
+ DistUpgraded: Fresh install
+ DistroCodename: bionic
+ DistroRelease: Ubuntu 18.04
+ DistroVariant: ubuntu
+ GraphicsCard:
+  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
+Subsystem: Acer Incorporated [ALI] Core Processor Integrated Graphics 
Controller [1025:0487]
+ InstallationDate: Installed on 2018-06-14 (0 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ MachineType: Acer Aspire 5742
+ Package: xorg 1:7.7+19ubuntu7
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=es_ES.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic 
root=UUID=921bc593-7a3c-4ced-8659-695cfe311ce9 ro quiet splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
+ Tags:  bionic ubuntu
+ Uname: Linux 4.15.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 03/14/2011
+ dmi.bios.vendor: Acer
+ dmi.bios.version: V1.18
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: Aspire 5742
+ dmi.board.vendor: Acer
+ dmi.board.version: V1.18
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: V1.18
+ dmi.modalias: 
dmi:bvnAcer:bvrV1.18:bd03/14/2011:svnAcer:pnAspire5742:pvrV1.18:rvnAcer:rnAspire5742:rvrV1.18:cvnAcer:ct10:cvrV1.18:
+ dmi.product.family: Intel_Mobile
+ dmi.product.name: Aspire 5742
+ dmi.product.version: V1.18
+ dmi.sys.vendor: Acer
+ 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

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1770166/+attachment/5153087/+files/CurrentDmesg.txt

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

Title:
  The brightness of the notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1770166/+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 1752053] Re: nvidia-390 fails to boot graphical display

2018-05-22 Thread Adrian H
I had working proprietary drivers for my GTX 1080 Ti and then I upgraded
from 17.10 to 18.04. Everything worked well, gdm login screen appears,
but AFTER entering username and password and hitting ENTER, I only get a
black screen.

For me #123 solved the problem, thanks for the detailed description.

Just wanted to add that when booting in recovery mode, the timing issue
also did not appear and I was able to login.

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

Title:
  nvidia-390 fails to boot graphical display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+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 1770166] [NEW] The brightness of the notebook

2018-05-09 Thread Adrian
Public bug reported:

The brightness of the notebook does not lower or rise with the FN key.
Acer Aspire 5742 i3-380m 6gb ram ssd kingston 120gb.

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

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

Title:
  The brightness of the notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1770166/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2018-02-13 Thread Adrian
Christopher, I believe Wayland is a default display server on Ubuntu nowadays 
(at least in 17.10).
As it is some hassle for me to set up the test environment and mess around with 
all the cables again, I would like to understand, why the logs I have enclosed 
are not good enough.

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2018-02-13 Thread Adrian
Christopher:

1) I used to have radeon.dpm=1 to save power (although, I don't have
numbers how much better it is with respect to no parameter).

2) I can't. 
My Ubuntu 17.10 (and according to my knowledge it's a trend in the community) 
runs with Wayland, not Xorg so there is not Xorg server with its log file. 
Thus, as suggested on the webpage 
(https://fedoraproject.org/wiki/How_to_debug_Wayland_problems), I use 
journalctl to combine all relevant log information. Thus, you do have entire 
logs, only with different file names. 

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2018-02-13 Thread Adrian
Ubuntu 17.10 with kernel 4.16-rc1, radeon.mst=1 radeon.dpn=1, extended
display in GUI.

The screens chained by MST DisplayPort are seen properly as separate
screens. Build screen is seen in the GUI and although enabled there,
remains blank. Periodically (~5s) screens become blank for ~1s.

** Attachment added: "journal_mst_dpm.log"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1509997/+attachment/5054163/+files/journal_mst_dpm.log

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2018-02-13 Thread Adrian
Ubuntu 17.10 with kernel 4.16-rc1, radeon.mst=1, extended display in
GUI.

The screens chained by MST DisplayPort are seen properly as separate
screens. Build screen is seen in the GUI and although enabled there,
remains blank. Periodically (~5s) screens become blank for ~1s.

** Attachment added: "journal_mst.log"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1509997/+attachment/5054162/+files/journal_mst.log

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2018-02-13 Thread Adrian
Ubuntu 17.10 with kernel 4.16-rc1, no kernel parameters, extended
display in GUI.

The screens chained by MST DisplayPort mirror the view and are visible
as a single screen. Build screen is seen as a second screen and works.
No picture blinking.


** Attachment added: "journal_no_param.log"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1509997/+attachment/5054161/+files/journal_no_param.log

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2018-02-13 Thread Adrian
Ubuntu 17.10 with kernel 4.16-rc1, no kernel parameters: the screens
chained by MST DisplayPort mirror picture, visible as a single screen

** Attachment added: "journal_no_param.log"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1509997/+attachment/5054160/+files/journal_no_param.log

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2018-02-12 Thread Adrian
Christopher:
I have tried Ubuntu 17.10 with the upstream kernels (4.15.2 and 4.16-rc1) and 
both behave similarly:

no kernel parameters: screens chained by MST DisplayPort mirror picture,
visible as a single screen

radeon.mst=1 : screens chained by MST DisplayPort  work properly (seen
as separate screens), build screen doesn't work

radeon.mst=1,radeon.dpm=1 : subsequentely flickering screens, not usable

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2018-02-12 Thread Adrian
Christopher, I tested the daily build of Ubuntu 18.04 from your link and it 
does not work - the problem is still there. 
What I noticed, the daily build was based on kernel 4.13. I thought 18.04 will 
be based on kernel 4.15 (Chris mentioned the problem is solved for him in this 
particular kernel version).

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2017-11-03 Thread Adrian
** Tags removed: 4.13.0-16-lowlatency

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2017-11-03 Thread Adrian
** Tags added: 4.13.0-16-lowlatency artful

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1721962] [NEW] second report

2017-10-07 Thread adrian donraadt
Public bug reported:

Ubuntu is installed on an ACER laptop Aspire 5723 Z

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-96.119-generic 4.4.83
Uname: Linux 4.4.0-96-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Oct  7 16:20:52 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 
4530/4570/545v] [1002:9553] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] RV710/M92 [Mobility Radeon HD 
4530/4570/545v] [1025:0212]
InstallationDate: Installed on 2017-02-16 (233 days ago)
InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
MachineType: Acer Aspire 5732Z
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-96-generic 
root=UUID=454334b1-e8ba-4dc5-8526-fa6dbb9b5e31 ro plymouth:debug drm.debug=0xe
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/10/2010
dmi.bios.vendor: Acer
dmi.bios.version: V3.07
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire 5732Z
dmi.board.vendor: Acer
dmi.board.version: V3.07
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V3.07
dmi.modalias: 
dmi:bvnAcer:bvrV3.07:bd02/10/2010:svnAcer:pnAspire5732Z:pvrV3.07:rvnAcer:rnAspire5732Z:rvrV3.07:cvnAcer:ct10:cvrV3.07:
dmi.product.name: Aspire 5732Z
dmi.product.version: V3.07
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sat Oct  7 16:18:41 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.4
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug 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/1721962

Title:
  second report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1721962/+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 1721961] [NEW] first report

2017-10-07 Thread adrian donraadt
Public bug reported:

I do not know

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Oct  7 16:08:37 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 
4530/4570/545v] [1002:9553] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] RV710/M92 [Mobility Radeon HD 
4530/4570/545v] [1025:0212]
InstallationDate: Installed on 2017-02-16 (233 days ago)
InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
MachineType: Acer Aspire 5732Z
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-93-generic 
root=UUID=454334b1-e8ba-4dc5-8526-fa6dbb9b5e31 ro
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/10/2010
dmi.bios.vendor: Acer
dmi.bios.version: V3.07
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire 5732Z
dmi.board.vendor: Acer
dmi.board.version: V3.07
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V3.07
dmi.modalias: 
dmi:bvnAcer:bvrV3.07:bd02/10/2010:svnAcer:pnAspire5732Z:pvrV3.07:rvnAcer:rnAspire5732Z:rvrV3.07:cvnAcer:ct10:cvrV3.07:
dmi.product.name: Aspire 5732Z
dmi.product.version: V3.07
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sat Oct  7 15:52:56 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.4
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug 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/1721961

Title:
  first report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1721961/+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 1692302] [NEW] Can't connect on external monitor or projector

2017-05-21 Thread adrian eka
Public bug reported:

after update the mesa driver, my notebook (HP af118au AMD a8-7410 radeon
R5) can't connect on projector or external monitor, but this update make
some game can running more smooth and playable, I hope this problem can
fix immediately.

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

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

Title:
  Can't connect on external monitor or projector

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1692302/+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 1692256] [NEW] Wacky graphics after sleep

2017-05-20 Thread adrian rugina
Public bug reported:

After resuming from sleep the graphics are wacky. Green frames appear
with white and black dots. Can be noticed on open windows. Attached
print screen should say all. It has occurred several times, solved after
restart and same issue after log out / log in.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
Uname: Linux 4.4.0-75-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  375.39  Tue Jan 31 20:47:00 
PST 2017
 GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat May 20 23:19:05 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Palit Microsystems Inc. GK106 [GeForce GTX 660] [1569:11c0]
InstallationDate: Installed on 2016-06-07 (347 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
LightdmLog:
 [+6872.42s] DEBUG: Seat seat0 changes active session to 
 [+6872.44s] DEBUG: Seat seat0 changes active session to c2
 [+6872.44s] DEBUG: Session c2 is already active
MachineType: MSI MS-7758
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-75-generic 
root=UUID=68b670a7-f823-4c65-89db-055649e143a7 ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/29/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.10
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: ZH77A-G41 (MS-7758)
dmi.board.vendor: MSI
dmi.board.version: 3.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 3.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.10:bd10/29/2013:svnMSI:pnMS-7758:pvr3.0:rvnMSI:rnZH77A-G41(MS-7758):rvr3.0:cvnMSI:ct3:cvr3.0:
dmi.product.name: MS-7758
dmi.product.version: 3.0
dmi.sys.vendor: MSI
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sat May 20 21:11:15 2017
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech USB Keyboard KEYBOARD, id 8
 inputA4Tech USB Mouse MOUSE, id 9
 inputLogitech USB Keyboard KEYBOARD, id 10
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.3-1ubuntu2.3

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


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

** Attachment added: "Wacky graphics - VLC gets greenish frame after sleep"
   
https://bugs.launchpad.net/bugs/1692256/+attachment/4880377/+files/wacky%20-%20graphics%202.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/1692256

Title:
  Wacky graphics after sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1692256/+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 1634802] Re: Could not insert module

2016-11-19 Thread Adrian Wilkins
Installed the 301.132-ubuntu2 release from Zesty on Mom's computer.

That does indeed allow the module to load, but puts you right back at
the GLX error.

Removed the nvidia-304 package and thankfully, nouveau seems to have
improved somewhat and now works for her.

Have enclosed error log, although it should probably go in another bug.

** Attachment added: "glx-error.txt"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1634802/+attachment/4780156/+files/glx-error.txt

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

Title:
  Could not insert module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1634802/+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 1235887] Re: nvidia-current isn't current

2016-11-19 Thread Adrian Wilkins
It's the GPUs that are considered legacy, not the drivers  (304.132 was
released this year, in September)

The 304 driver is required to support older hardware models that have no
support in newer driver series. If you want the newer versions of Ubuntu
to support older hardware, a very common configuration amongst people
not tied into the buy-a-new-computer-to-get-a-new-OS habit, you need to
provide drivers for that hardware.

** Changed in: nvidia-graphics-drivers-304 (Ubuntu)
   Status: New => Invalid

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

Title:
  nvidia-current isn't current

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1235887/+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 1634802] Re: Could not insert module

2016-11-19 Thread Adrian Wilkins
I also have this problem (on the computer of my dear old mother, 250
miles away, so remote support through SSH.) so I'll be happy to lend
a hand if I can...

Upgraded her to 16.10 remotely via the command line because her 16.04
install developed the infinite login loop with a GLX error on starting X
as mentioned in #20

Now getting the mtrr_add problem instead.


She had no complaints with  304.131-0ubuntu3  (Xenial release version), so 
whatever it is arrived in the 304.132 release, I think.

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

Title:
  Could not insert module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1634802/+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 1617640] [NEW] system is extremely slow

2016-08-27 Thread Adrian Lucian Lozano
Public bug reported:

my video watching on youtube, or any site is dramatically going slower,
buffering...since I installed this USB Bluetooth device...it gives my
laptop capability.  can you please fix this.  I dont know what packages
i need to install, but please advise.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Aug 27 19:34:42 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6320] [1002:9806] 
(prog-if 00 [VGA controller])
   Subsystem: Lenovo Wrestler [Radeon HD 6320] [17aa:397c]
MachineType: LENOVO 4383
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=8cf35760-ce59-46f7-84d7-36f3c5b8b82a ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/12/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 41CN27WW(V2.03)
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Inagua
dmi.board.vendor: LENOVO
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnLENOVO:bvr41CN27WW(V2.03):bd01/12/2012:svnLENOVO:pn4383:pvrLenovoG575:rvnLENOVO:rnInagua:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: 4383
dmi.product.version: Lenovo G575
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+16.04.20160801.3-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sat Aug 27 18:23:13 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.3
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug 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/1617640

Title:
  system is extremely slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1617640/+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 1603199] [NEW] i965-va-driver shouldn't be in oldlibs

2016-07-14 Thread Adrian Bunk
Public bug reported:

i965-va-driver shouldn't be in oldlibs, and after fixing this bug i965
-va-driver will no longer be a false positive in deborphan (observed in
trusty, but the issue also seems to be present in xenial).

This issue is likely related to Debian #698353

** Affects: intel-vaapi-driver (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  i965-va-driver shouldn't be in oldlibs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/1603199/+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 1509997] Re: Radeon MST bug

2016-01-11 Thread Adrian
Hi,
After BIOS upgrade, the problem is still reproducible. There is no improvement, 
I get the same error message.

Output of the  sudo dmidecode -s bios-version && sudo dmidecode -s 
bios-release-date:
M70 Ver. 01.12
09/23/2015

** Tags removed: bios-outdated-1.12

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => New

** Description changed:

  The kernel was launched with the options: radeon.mst=1 radeon.dpm=1 (however, 
I noticed identical symptoms for radeon.mst enabled only)
  The setup in total includes 3 screens: laptop's one + 2 times Dell U2715H 
(connected by Display Port daisy chain)
  I get Ubuntu login GUI on two Dell screens, laptop's screens got off. The 
Dell screens are properly detected as separate: I can move mouse from one 
screen to another. Image on the last Dell screen is defected (blur) as in the 
attached picture. After login all screens switch to power safe mode.
  Afterwards, I'm able to switch to CLI (ALT+CTRL+F2) but screens is doubled on 
two Dells (they are treated as one), laptop's  screen remains off.
  
  In dmesg I found only information about error:
  [drm:radeon_mst_encoder_dpms [radeon]] *ERROR* DPMS OFF 0
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-radeon 1:7.5.0+git20150819-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Mon Oct 26 09:29:05 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
-  openafs, 1.6.14, 4.2.0-16-generic, x86_64: installed
-  vboxhost, 5.0.8, 4.2.0-16-generic, x86_64: installed
+  openafs, 1.6.14, 4.2.0-16-generic, x86_64: installed
+  vboxhost, 5.0.8, 4.2.0-16-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M / R9 
M270X/M370X] [1002:6821] (prog-if 00 [VGA controller])
-Subsystem: Hewlett-Packard Company Device [103c:2254]
+  Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M / R9 
M270X/M370X] [1002:6821] (prog-if 00 [VGA controller])
+    Subsystem: Hewlett-Packard Company Device [103c:2254]
  InstallationDate: Installed on 2015-04-02 (206 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Hewlett-Packard HP ZBook 15 G2
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro radeon.dpm=1 radeon.mst=1
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
- dmi.bios.date: 02/26/2015
+ dmi.bios.date: 09/23/2015
  dmi.bios.vendor: Hewlett-Packard
- dmi.bios.version: M70 Ver. 01.07
+ dmi.bios.version: M70 Ver. 01.12
  dmi.board.name: 2253
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 03.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM70Ver.01.07:bd02/26/2015:svnHewlett-Packard:pnHPZBook15G2:pvrA3008CD10003:rvnHewlett-Packard:rn2253:rvrKBCVersion03.10:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ZBook 15 G2
  dmi.product.version: A3008CD10003
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Mon Oct 26 09:25:26 2015
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: radeon

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

Title:
  Radeon MST bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2016-01-11 Thread Adrian
I have tried today’s version of the next Ubuntu (16.04) -> the problem hasn't 
been resolved.  The system behaves as my current instillation (15.10) before 
log-in:
".. two Dell screens, laptop's screens got off. The Dell screens are properly 
detected as separate: I can move mouse from one screen to another. Image on the 
last Dell screen is defected (blur) as in the attached picture."

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => New

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2016-01-11 Thread Adrian
** Description changed:

  The kernel was launched with the options: radeon.mst=1 radeon.dpm=1 (however, 
I noticed identical symptoms for radeon.mst enabled only)
  The setup in total includes 3 screens: laptop's one + 2 times Dell U2715H 
(connected by Display Port daisy chain)
  I get Ubuntu login GUI on two Dell screens, laptop's screens got off. The 
Dell screens are properly detected as separate: I can move mouse from one 
screen to another. Image on the last Dell screen is defected (blur) as in the 
attached picture. After login all screens switch to power safe mode.
  Afterwards, I'm able to switch to CLI (ALT+CTRL+F2) but screens is doubled on 
two Dells (they are treated as one), laptop's  screen remains off.
  
- WORKAROUND: Use fglrx.
+ WORKAROUND: Use fglrx (tested with fglrx-installer-updates
+ 2:15.201-0ubuntu2~15.10.2)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-radeon 1:7.5.0+git20150819-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Mon Oct 26 09:29:05 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   openafs, 1.6.14, 4.2.0-16-generic, x86_64: installed
   vboxhost, 5.0.8, 4.2.0-16-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M / R9 
M270X/M370X] [1002:6821] (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:2254]
  InstallationDate: Installed on 2015-04-02 (206 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Hewlett-Packard HP ZBook 15 G2
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro radeon.dpm=1 radeon.mst=1
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/23/2015
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: M70 Ver. 01.12
  dmi.board.name: 2253
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 03.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM70Ver.01.07:bd02/26/2015:svnHewlett-Packard:pnHPZBook15G2:pvrA3008CD10003:rvnHewlett-Packard:rn2253:rvrKBCVersion03.10:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ZBook 15 G2
  dmi.product.version: A3008CD10003
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Mon Oct 26 09:25:26 2015
  xserver.configfile: default
  xserver.errors:
  
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: radeon

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Triaged => New

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1509997] Re: 1002:6821 Graphical issues when radeon MST enabled

2016-01-11 Thread Adrian
Yes, in property drivers (fglrx) the MST feature is implemented
correctly and thus can be considered as a workaround.

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => New

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

Title:
  1002:6821 Graphical issues when radeon MST enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1509997/+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 1530733] Re: FC and system reboots

2016-01-09 Thread Adrian
Sorry, force closes the current window no matter which program I'm using 
at the time and then it reboots system.

On 01/09/2016 05:09 PM, Christopher M. Penalver wrote:
> Adrian, thank you for reporting this and helping make Ubuntu better.
>
> Could you please clarify what "FC" means?
>
> ** Tags added: latest-bios-1.26
>
> ** Changed in: xorg (Ubuntu)
> Importance: Undecided => Medium
>
> ** Changed in: xorg (Ubuntu)
> Status: New => Incomplete
>

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

Title:
  FC and system reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1530733/+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 1530733] Re: FC and system reboots

2016-01-09 Thread Adrian
I will install it on my flash drive and test it and if everything is 
running fine, I will install it.

Thank you.

On 01/09/2016 06:18 PM, Christopher M. Penalver wrote:
> Adrian, to see if this is already resolved, could you please test
> http://cdimage.ubuntu.com/daily-live/current/ and advise to the results?
>

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

Title:
  FC and system reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1530733/+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 1530733] [NEW] FC and system reboots

2016-01-03 Thread Adrian
Public bug reported:

FC and system reboots

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice 
talpa_vcdevice talpa_core talpa_linux talpa_syscallhook wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu5
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
Date: Sun Jan  3 18:42:00 2016
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
DkmsStatus: bcmwl, 6.30.223.248+bdcom, 4.2.0-22-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21e2]
InstallationDate: Installed on 2015-12-12 (22 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 1143AEU
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic 
root=UUID=d6ce053e-9ea0-43a4-be51-6336d22579c8 ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/07/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 8HET44WW(1.26)
dmi.board.asset.tag: Not Available
dmi.board.name: 1143AEU
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8HET44WW(1.26):bd08/07/2013:svnLENOVO:pn1143AEU:pvrThinkPadE520:rvnLENOVO:rn1143AEU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 1143AEU
dmi.product.version: ThinkPad E520
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Sun Jan  3 11:46:09 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 739 
 vendor LGD
xserver.version: 2:1.17.2-1ubuntu9.1

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


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

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

Title:
  FC and system reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1530733/+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 1493888] Re: FGLRX incompatible with gcc 5

2015-11-07 Thread Adrian Tritschler
Installing from wily-updates as per
https://bugs.launchpad.net/ubuntu/+source/fglrx-
installer/+bug/1493888/comments/183 has my i7 / 4.2.0-17  / 5430 system
working again.  One pleasant surprise is that for the first time ever I
can now drive my card/monitor at 1920x1080 whereas under previous fglrx
versions it maxed out at 1776x1000.

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

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+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 1509997] Re: Radeon MST bug

2015-11-03 Thread Adrian
I have reported the bug to Xorg developers ( [[Bug 92790 |
https://bugs.freedesktop.org/show_bug.cgi?id=92790]] ).

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

Title:
  Radeon MST bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1509997/+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 1493888] Re: FGLRX incompatible with gcc 5

2015-10-28 Thread Adrian
Worked for me from -proposed: 2:15.201-0ubuntu2~15.10.1

Multi screen configuration -> Display Port MST works properly.

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

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+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 1509997] [NEW] Radeon MST bug

2015-10-26 Thread Adrian
Public bug reported:

The kernel was launched with the options: radeon.mst=1 radeon.dpm=1 (however, I 
noticed identical symptoms for radeon.mst enabled only)
The setup in total includes 3 screens: laptop's one + 2 times Dell U2715H 
(connected by Display Port daisy chain)
I get Ubuntu login GUI on two Dell screens, laptop's screens got off. The Dell 
screens are properly detected as separate: I can move mouse from one screen to 
another. Image on the last Dell screen is defected (blur) as in the attached 
picture. After login all screens switch to power safe mode.
Afterwards, I'm able to switch to CLI (ALT+CTRL+F2) but screens is doubled on 
two Dells (they are treated as one), laptop's  screen remains off.

In dmesg I found only information about error:
[drm:radeon_mst_encoder_dpms [radeon]] *ERROR* DPMS OFF 0

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xserver-xorg-video-radeon 1:7.5.0+git20150819-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Mon Oct 26 09:29:05 2015
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
DkmsStatus:
 openafs, 1.6.14, 4.2.0-16-generic, x86_64: installed
 vboxhost, 5.0.8, 4.2.0-16-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M / R9 
M270X/M370X] [1002:6821] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:2254]
InstallationDate: Installed on 2015-04-02 (206 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
MachineType: Hewlett-Packard HP ZBook 15 G2
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro radeon.dpm=1 radeon.mst=1
SourcePackage: xserver-xorg-video-ati
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/26/2015
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M70 Ver. 01.07
dmi.board.name: 2253
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 03.10
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM70Ver.01.07:bd02/26/2015:svnHewlett-Packard:pnHPZBook15G2:pvrA3008CD10003:rvnHewlett-Packard:rn2253:rvrKBCVersion03.10:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ZBook 15 G2
dmi.product.version: A3008CD10003
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Mon Oct 26 09:25:26 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9
xserver.video_driver: radeon

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubuntu wily

** Attachment added: "corrupted image in one of the screen"
   
https://bugs.launchpad.net/bugs/1509997/+attachment/4505354/+files/20151026_085813.jpg

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

Title:
  Radeon MST bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1509997/+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 1311037] Re: [mesa] intel_do_flush_locked failed: Invalid argument

2015-10-10 Thread Adrian Mariano
I have updated the BIOS.  After this update the problem no longer
occurs.


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  [mesa] intel_do_flush_locked failed: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1311037/+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 1499939] [NEW] package fglrx-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/fglrx/libGL.so', which is also in package fglrx 2:8.970-0ubuntu1

2015-09-25 Thread Adrian Blot
Public bug reported:

Been having issues installing any form of fglrx, opensource or
proprietary. This time I decided to try fglrx-core only. It appeared to
install correctly so not sure why this bug report was generated, maybe i
missed an error message. However I am unable to change my resolution but
at least this time I didn't get to the endless login look on the login
page. Even though its set to auto login. I will be removing fglrx again.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: fglrx-dev (not installed)
ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
Uname: Linux 3.19.0-28-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.17.2-0ubuntu1.5
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
Date: Fri Sep 25 21:33:27 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus: fglrx-core, 15.200, 3.19.0-28-generic, x86_64: installed
DuplicateSignature: package:fglrx-dev:(not installed):trying to overwrite 
'/usr/lib/fglrx/libGL.so', which is also in package fglrx 2:8.970-0ubuntu1
ErrorMessage: trying to overwrite '/usr/lib/fglrx/libGL.so', which is also in 
package fglrx 2:8.970-0ubuntu1
GraphicsCard:
 Subsystem: ASUSTeK Computer Inc. Device [1043:0244]
 Advanced Micro Devices, Inc. [AMD/ATI] R680 [Radeon HD 3870 X2] [1002:950f] 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:0244]
InstallationDate: Installed on 2015-09-25 (0 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: System manufacturer P5E3 Premium
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
Renderer: Software
SourcePackage: fglrx-installer
Title: package fglrx-dev (not installed) failed to install/upgrade: trying to 
overwrite '/usr/lib/fglrx/libGL.so', which is also in package fglrx 
2:8.970-0ubuntu1
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/21/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0803
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5E3 Premium
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 2.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0803:bd05/21/2009:svnSystemmanufacturer:pnP5E3Premium:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5E3Premium:rvrRev2.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5E3 Premium
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
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.65+git20150922.f3c6740f-0ubuntu0ricotz~vivid
version.libgl1-mesa-dri: libgl1-mesa-dri 
11.0.0~git20150916+11.0.c4bae579-0ubuntu0sarvatt~vivid
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
11.0.0~git20150916+11.0.c4bae579-0ubuntu0sarvatt~vivid
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
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.99+git20150521.d64a13eb-0ubuntu0ricotz~vivid
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150910.2c08d723-0ubuntu0sarvatt~vivid
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git20150804.62961456-0ubuntu0sarvatt~vivid
xserver.bootTime: Fri Sep 25 22:06:23 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech Logitech BT Mini-Receiver KEYBOARD, id 8
 inputLogitech Logitech BT Mini-Receiver KEYBOARD, id 9
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.1-0ubuntu3.1

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


** Tags: amd64 apport-package compiz-0.9 package-conflict 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/1499939

Title:
  package fglrx-dev (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/fglrx/libGL.so', which is also in package fglrx
  2:8.970-0ubuntu1

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

___
Mailing list: 

[Ubuntu-x-swat] [Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2015-09-09 Thread Adrian
I have informed Xorg developers.
https://bugs.freedesktop.org/show_bug.cgi?id=91933

** Bug watch added: freedesktop.org Bugzilla #91933
   https://bugs.freedesktop.org/show_bug.cgi?id=91933

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

Title:
  matrox g200eR2 is unclaimed in 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1316035/+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 1465869] [NEW] Full screen 1080p HTML5 video causes crash

2015-06-16 Thread Adrian Serrano
Public bug reported:

Playing any fullscreen video with YT's HTML5 player with 1080p will
cause a crash after a few minutes of steady playback. The screen will go
black, and then come back on with a frozen image of the video, while the
audio continues to play in the background.

I am able to switch to virtual console and restart lightdm, but it runs
extremely slow so I just end up rebooting.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xserver-xorg-video-ati (not installed)
ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
Uname: Linux 3.16.0-41-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
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: Tue Jun 16 17:21:53 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6620G] 
[1002:9641] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:3568]
InstallationDate: Installed on 2015-03-12 (95 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
MachineType: Hewlett-Packard HP Pavilion g7 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=f6245de0-5bb7-41d8-8335-834f7c3d2675 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-ati
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/24/2012
dmi.bios.vendor: Insyde
dmi.bios.version: F.53
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3568
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 21.3A
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.53:bd10/24/2012:svnHewlett-Packard:pnHPPaviliong7NotebookPC:pvr06911220461620100:rvnHewlett-Packard:rn3568:rvr21.3A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion g7 Notebook PC
dmi.product.version: 06911220461620100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
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: Tue Jun 16 17:12:28 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
xserver.video_driver: radeon

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Full screen 1080p HTML5 video causes crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1465869/+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 1458366] [NEW] package fglrx 2:15.200-0ubuntu0.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-05-24 Thread Adrian C
Public bug reported:

resolved (maybe) :
sudo apt-get purge fglrx*
install fglrx 15.200 via additional drivers in software update
everything seems to work including OpenCL.
but fglrxinfo reports :
ad@Antec-Ubuntu:~$ fglrxinfo
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7900 Series
OpenGL version string: 4.4.13374 Compatibility Profile Context 14.501.1003

correct?

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx 2:15.200-0ubuntu0.3
ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
Uname: Linux 3.13.0-53-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
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
Date: Sun May 24 12:14:48 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 8192cu, 4.0.29, 3.13.0-51-generic, x86_64: installed
 8192cu, 4.0.29, 3.13.0-52-generic, x86_64: installed
 8192cu, 4.0.29, 3.13.0-53-generic, x86_64: installed
 fglrx-core, 15.200, 3.13.0-53-generic, x86_64: installed
DuplicateSignature: package:fglrx:2:15.200-0ubuntu0.3:subprocess new 
pre-installation script returned error exit status 1
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/8970 OEM / R9 
280X] [1002:6798] (prog-if 00 [VGA controller])
   Subsystem: Hightech Information System Ltd. Device [1787:3001]
InstallationDate: Installed on 2015-04-24 (30 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-53-generic 
root=UUID=954b69a3-adec-421e-a5b2-fc00bcd2e8df ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: package fglrx 2:15.200-0ubuntu0.3 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/24/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F8
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z77M-D3H-MVP
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd09/24/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ77M-D3H-MVP:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun May 24 12:23:24 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech Unifying Device. Wireless PID:4032 KEYBOARD, id 8
 inputLogitech Unifying Device. Wireless PID:1024 MOUSE, id 9
xserver.errors:
 AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
 AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
 AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: fglrx

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


** Tags: amd64 apport-package compiz-0.9 trusty ubuntu

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

[Ubuntu-x-swat] [Bug 830063] Re: caps lock works across all keyboards but LED does not

2015-04-15 Thread Adrian Wilkins
Came here from

http://askubuntu.com/questions/339028/caps-lock-indicator-not-synced

And confirm that this is also the case for NumLock (my CapsLock is
repurposed, I have a Model M ;-) )

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

Title:
  caps lock works across all keyboards but LED does not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/830063/+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 1026046] Re: Missing support for thumb resting on bottom of clickpad

2015-02-27 Thread Adrian
I have a asus zenbook. Same problem very annoying.

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

Title:
  Missing support for thumb resting on bottom of clickpad

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

2015-01-18 Thread Adrian Nowicki
Patch from #4 (the one used in Ubuntu Trusty) works for me too. I use
Travelmate 2310.

lspci output:
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX Host 
(rev 11)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] AGP Port (virtual 
PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] 
LPC Controller (rev 25)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2/3 SMBus controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 IDE Controller
00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 
AC'97 Sound Controller (rev a0)
00:03.0 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller 
(rev 0f)
00:03.1 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller 
(rev 0f)
00:03.3 USB controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast 
Ethernet (rev 91)
00:06.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller 
(rev 02)

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

Title:
  Please patch xserver-xorg-video-sis (was: SiS driver crashes Xserver
  with EXA acceleration)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-sis/+bug/1066464/+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 1375062] [NEW] Xorg crash

2014-09-28 Thread Adrian Mariano
Public bug reported:

I recently updated my Ubuntu version.  Before it was working generally
(though I did experience a sporadic crash---don't know if that was
related).

Now after updates the log in display appears but when I attempt to
actually log in the screen clears to black, and then the login display
reappears.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
Uname: Linux 3.13.0-36-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Sun Sep 28 18:03:15 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
 bbswitch, 0.7, 3.13.0-27-generic, x86_64: installed
 bbswitch, 0.7, 3.13.0-32-generic, x86_64: installed
 bbswitch, 0.7, 3.13.0-35-generic, x86_64: installed
 bbswitch, 0.7, 3.13.0-36-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 
230 OEM] [1002:6779] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:047b]
InstallationDate: Installed on 2014-04-19 (162 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
LightdmGreeterLog: ** (lightdm-gtk-greeter:3559): WARNING **: Failed to load 
user image: Failed to open file '/home/adrian/.face': No such file or directory
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/tcsh
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=438c04e7-515a-40e7-9d34-abb723b52200 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/15/2010
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BLH6710H.86A.0076.2010.1115.1959
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DH67CL
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG10212-203
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBLH6710H.86A.0076.2010.1115.1959:bd11/15/2010:svn:pn:pvr:rvnIntelCorporation:rnDH67CL:rvrAAG10212-203:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
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.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun Sep 28 18:03:31 2014
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech Logitech G710 Keyboard KEYBOARD, id 8
 inputLogitech Logitech G710 Keyboard KEYBOARD, id 9
 inputLogitech USB-PS/2 Optical Mouse MOUSE, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.1
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug crash 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/1375062

Title:
  Xorg crash

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

2014-07-29 Thread Adrian Bacircea
Hi, sorry for barging in but I'm also hitting this on the same graphics card 
(NVS 4200M) on a Dell Latitude E6520 running Arch Linux.
I'm trying to use PRIME for a VA-API + VDPAU setup and also for some games but 
as soon as I start I get this message in dmesg : 
kernel: nouveau E[   PFIFO][:01:00.0] INTR 0x0080
kernel: nouveau W[   PFIFO][:01:00.0] INTR 0x0100: 0x0005
I'm running the 3.15.6-1-ARCH kernel with the following packages:
intel-dri-git 10.3.0_devel.64000-1
lib32-intel-dri-git 10.3.0_devel.64007-1
lib32-mesa-git 10.3.0_devel.64007-1
lib32-mesa-libgl-git 10.3.0_devel.64007-1
lib32-nouveau-dri-git 10.3.0_devel.64007-1
lib32-opencl-mesa-git 10.3.0_devel.64007-1
lib32-svga-dri-git 10.3.0_devel.64007-1
libdrm-git 2.4.54.19.gc0b34dc-1
mesa-git 10.3.0_devel.64000-1
mesa-libgl-git 10.3.0_devel.64000-1
nouveau-dri-git 10.3.0_devel.64000-1
opencl-mesa-git 10.3.0_devel.64000-1
xf86-video-nouveau-git 1.0.10.34.gedd1608-1
If I stop the application the uses the NVIDIA card as soon as I see the 
message, everything is OK. But if I continue, X freezes and the only way I can 
regain control is by a cold reboot.

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

Title:
  10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze, unhandled
  status 0x0080

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/1243557/+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 1243557]

2014-07-29 Thread Adrian Bacircea
Created attachment 103307
system log nouveau kernel linux-3.16 branch

I've compiled the kernel on the linux-3.16 branch from 
http://cgit.freedesktop.org/nouveau/linux-2.6/ and X still freezes but now it 
recovers temporarily. 
After it I can close the program that caused the freeze and then I can't use 
the nouveau card anymore (glxgears would cause another temporary freeze 
followed by a black window). 
After a while, though, everything started to become unresponsive and I had to 
cold reboot to do anything.

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

Title:
  10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze, unhandled
  status 0x0080

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/1243557/+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 1243557]

2014-07-29 Thread Adrian Bacircea
Created attachment 103302
system log

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

Title:
  10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze, unhandled
  status 0x0080

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/1243557/+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 1311037] Re: [mesa] intel_do_flush_locked failed: Invalid argument

2014-05-13 Thread Adrian Mariano
I get the same error when running the trackballs program, which might
be easier to investigate since it's freely available.

Is there anything else I can do to shed light on this?   Additional
tests I could run?  Problem is 100% repeatable.

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

Title:
  [mesa] intel_do_flush_locked failed: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1311037/+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 1311037] [NEW] intel_do_flush_locked failed: Invalid argument

2014-04-22 Thread Adrian Mariano
Public bug reported:

I'm trying to run a game called braid.  I previously ran this game
successfully under 12.04 with my nVidia card using the proprietary
drivers, and I have also run it under 13.10 on a different box with a
different nVidia card.  Now with 14.04 intel graphics finally actually
works for everything else I want to do and I was hoping I could ditch
the nVidia card and not have to mess around with the nVidia drivers. (It
sure has taken a long time!)  But when I run braid I get the error

intel_do_flush_locked failed: Invalid argument

and nothing happens.   (The program doesn't run and I am returned to the
prompt.)

Here is the output of ldd run on the braid executable:
linux-vdso.so.1 =  (0x7fff8abfe000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f4595b85000)
libCg.so = /usr/lib/x86_64-linux-gnu/libCg.so (0x7f45946ac000)
libCgGL.so = /usr/lib/x86_64-linux-gnu/libCgGL.so (0x7f4594527000)
libGL.so.1 = /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 
(0x7f45942c2000)
libSDL-1.2.so.0 = /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0 
(0x7f459402c000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f4593d27000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f4593a21000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f459380b000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f4593444000)
/lib64/ld-linux-x86-64.so.2 (0x7f4595dc7000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f459324)
libglapi.so.0 = /usr/lib/x86_64-linux-gnu/libglapi.so.0 
(0x7f4593019000)
libXext.so.6 = /usr/lib/x86_64-linux-gnu/libXext.so.6 
(0x7f4592e06000)
libXdamage.so.1 = /usr/lib/x86_64-linux-gnu/libXdamage.so.1 
(0x7f4592c03000)
libXfixes.so.3 = /usr/lib/x86_64-linux-gnu/libXfixes.so.3 
(0x7f45929fd000)
libX11-xcb.so.1 = /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 
(0x7f45927fa000)
libX11.so.6 = /usr/lib/x86_64-linux-gnu/libX11.so.6 
(0x7f45924c5000)
libxcb-glx.so.0 = /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 
(0x7f45922ae000)
libxcb-dri2.so.0 = /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 
(0x7f45920a8000)
libxcb-dri3.so.0 = /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 
(0x7f4591ea5000)
libxcb-present.so.0 = /usr/lib/x86_64-linux-gnu/libxcb-present.so.0 
(0x7f4591ca2000)
libxcb-sync.so.1 = /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1 
(0x7f4591a9b000)
libxcb.so.1 = /usr/lib/x86_64-linux-gnu/libxcb.so.1 
(0x7f459187c000)
libxshmfence.so.1 = /usr/lib/x86_64-linux-gnu/libxshmfence.so.1 
(0x7f459167a000)
libXxf86vm.so.1 = /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 
(0x7f4591473000)
libdrm.so.2 = /usr/lib/x86_64-linux-gnu/libdrm.so.2 
(0x7f4591267000)
libasound.so.2 = /usr/lib/x86_64-linux-gnu/libasound.so.2 
(0x7f4590f77000)
libpulse-simple.so.0 = /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0 
(0x7f4590d72000)
libpulse.so.0 = /usr/lib/x86_64-linux-gnu/libpulse.so.0 
(0x7f4590b29000)
libcaca.so.0 = /usr/lib/x86_64-linux-gnu/libcaca.so.0 
(0x7f459085c000)
libXau.so.6 = /usr/lib/x86_64-linux-gnu/libXau.so.6 
(0x7f4590657000)
libXdmcp.so.6 = /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 
(0x7f4590451000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f4590248000)
libpulsecommon-4.0.so = 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so (0x7f458ffe1000)
libjson-c.so.2 = /lib/x86_64-linux-gnu/libjson-c.so.2 
(0x7f458fdd6000)
libdbus-1.so.3 = /lib/x86_64-linux-gnu/libdbus-1.so.3 
(0x7f458fb91000)
libslang.so.2 = /lib/x86_64-linux-gnu/libslang.so.2 
(0x7f458f801000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f458f5cc000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f458f3a3000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7f458f18a000)
libwrap.so.0 = /lib/x86_64-linux-gnu/libwrap.so.0 (0x7f458ef7f000)
libsndfile.so.1 = /usr/lib/x86_64-linux-gnu/libsndfile.so.1 
(0x7f458ed17000)
libasyncns.so.0 = /usr/lib/x86_64-linux-gnu/libasyncns.so.0 
(0x7f458eb11000)
libnsl.so.1 = /lib/x86_64-linux-gnu/libnsl.so.1 (0x7f458e8f6000)
libFLAC.so.8 = /usr/lib/x86_64-linux-gnu/libFLAC.so.8 
(0x7f458e6c5000)
libvorbisenc.so.2 = /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2 
(0x7f458e1f6000)
libvorbis.so.0 = /usr/lib/x86_64-linux-gnu/libvorbis.so.0 
(0x7f458dfc8000)
libogg.so.0 = /usr/lib/x86_64-linux-gnu/libogg.so.0 
(0x7f458ddbf000)
libresolv.so.2 = /lib/x86_64-linux-gnu/libresolv.so.2 
(0x7f458dba4000)

Ubuntu version:
Description:Ubuntu 14.04 LTS
Release:14.04

ProblemType: 

[Ubuntu-x-swat] [Bug 1226009] Re: DisplayPort monitor is blank after unplug/replug or switch off/on

2014-01-11 Thread Adrian Johnson
Yes it is still an issue. I tested with the daily live image and the bug
is also in trusty.

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1226009/+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 1226009] Re: DisplayPort monitor is blank after unplug/replug or switch off/on

2014-01-11 Thread Adrian Johnson
apport information

** Tags added: apport-collected compiz-0.9 regression reproducible
trusty ubuntu

** Description changed:

  I have two Dell U2711 monitors plugged into a HD7750 card. One monitor
  is connector via DisplayPort, the other via DVI. If I switch the
  monitors off then on again the monitor connected via DisplayPort
  displays a blank screen. The DVI monitor works correctly. I have to
  reboot the machine to get the DisplayPort monitor working again. This
  problem did not occur with 13.04.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-radeon 1:7.2.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu4
  Architecture: amd64
  Date: Mon Sep 16 20:59:55 2013
  InstallationDate: Installed on 2013-09-14 (2 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130902.1)
  MarkForUpload: True
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.12.7-0ubuntu6
+ Architecture: amd64
+ CasperVersion: 1.336ubuntu1
+ 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
+ DistUpgraded: Fresh install
+ DistroCodename: trusty
+ DistroRelease: Ubuntu 14.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes, including running git bisection searches
+ GraphicsCard:
+  Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750] 
[1002:683f] (prog-if 00 [VGA controller])
+Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e213]
+ LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140110)
+ MachineType: Gigabyte Technology Co., Ltd. EG45M-DS2H
+ MarkForUpload: True
+ Package: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
+ ProcVersionSignature: Ubuntu 3.13.0-1.16-generic 3.13.0-rc7
+ Tags:  trusty ubuntu regression reproducible compiz-0.9
+ Uname: Linux 3.13.0-1-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 11/07/2008
+ dmi.bios.vendor: Award Software International, Inc.
+ dmi.bios.version: F4
+ dmi.board.name: EG45M-DS2H
+ 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:bd11/07/2008:svnGigabyteTechnologyCo.,Ltd.:pnEG45M-DS2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEG45M-DS2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
+ dmi.product.name: EG45M-DS2H
+ dmi.sys.vendor: Gigabyte Technology Co., Ltd.
+ version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.50-1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
+ version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu1
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.907-0ubuntu1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu1
+ xserver.bootTime: Sat Jan 11 10:47:19 2014
+ xserver.configfile: default
+ xserver.devices:
+  inputPower Button KEYBOARD, id 6
+  inputPower Button KEYBOARD, id 7
+  inputLogitech USB Laser Mouse MOUSE, id 8
+  inputAT Translated Set 2 keyboard KEYBOARD, id 9
+ xserver.errors:
+  
+ xserver.logfile: /var/log/Xorg.0.log
+ xserver.version: 2:1.14.5-1ubuntu2
+ xserver.video_driver: radeon

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946050/+files/BootDmesg.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1226009/+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 1226009] BootLog.txt

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: BootLog.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946051/+files/BootLog.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946053/+files/Dependencies.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: DpkgLog.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946054/+files/DpkgLog.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1226009/+attachment/3946059/+files/Lsusb.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1226009/+attachment/3946058/+files/Lspci.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: LightdmDisplayLog.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946056/+files/LightdmDisplayLog.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1226009/+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 1226009] GconfCompiz.txt

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946055/+files/GconfCompiz.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946060/+files/ProcCpuinfo.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946057/+files/LightdmLog.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1226009/+attachment/3946064/+files/UdevDb.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1226009/+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 1226009] ProcEnviron.txt

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946061/+files/ProcEnviron.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946065/+files/UdevLog.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946062/+files/ProcInterrupts.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

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

2014-01-11 Thread Adrian Johnson
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1226009/+attachment/3946063/+files/ProcModules.txt

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

Title:
  DisplayPort monitor is blank after unplug/replug or switch off/on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1226009/+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   >