[Ubuntu-x-swat] [Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-04-25 Thread Greg Cavazos
Same for me.
Ubuntu 20.04 nvidia-driver-390 (also tried 340.108), GeForce GT-750M

I noticed some weird behavior with the xrandr, note the "mm" size is
different for the same scale setting at different times.

greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 2x2
screen 0: 6400x3600 846x475 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
crtc 0: disable
screen 0: 4000x2250 527x296 mm 192.51dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.5x1.5
screen 0: 4800x2700 1587x892 mm  76.81dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
crtc 0: disable
screen 0: 4000x2250 1321x743 mm  76.88dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.5x1.5
screen 0: 4800x2700 1587x892 mm  76.81dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1850x1040 mm  76.88dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 2x2
screen 0: 6400x3600 2113x1188 mm  76.93dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 1056x594 mm  76.97dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1480x832 mm  96.05dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1480x832 mm  96.05dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 845x475 mm  96.17dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
screen 0: 4000x2250 528x297 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 422x237 mm 192.42dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 740x416 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"

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

Title:
  [nvidia] Screen scaling 125% gives 200%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1870736/+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 1803681] Re: osmesa doesn't suport core contexts but could

2019-03-15 Thread Greg
Fully patched 64-bit Ubuntu 18.04LTS Intel I7 AMD Radeon HD 7950
open-source drivers.  Is this fixed in 18.10 or 19.04?  And did you try the
test program?  And looking at
https://packages.ubuntu.com/bionic/libs/libosmesa6, I don't see the
dependency on llvm.

   -- Greg

On Thu, Mar 14, 2019, 01:50 Timo Aaltonen  wrote:

> gallium osmesa is already enabled where it's supported, so what's your
> platform?
>
> ** Changed in: mesa (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1803681
>
> Title:
>   osmesa doesn't suport core contexts but could
>
> Status in mesa package in Ubuntu:
>   Incomplete
>
> Bug description:
>   If the --enable-osmesa in the mesa configuration were replaced with
>   --enable-gallium-osmesa, then the OSMesaCreateContextAttribs would be
>   able to return OpenGL core contexts.  To show this I'm attaching a
>   modified version of mesa-demos-8.4.0/src/osdemos/osdemo.c (from
>   ftp://ftp.freedesktop.org/pub/mesa/demos/mesa-demos-8.4.0.tar.gz).
>   The modified code is all within the #ifdef USE_CORE_CONTEXT.  To
>   compile it, do "gcc osdemo.c -lGLU -lOSMesa -lm".  With the
>   libOSMesa.so.8 from Ubuntu 18.04, it fails with "OSMesaCreateContext
>   failed!".  But with a libOSmesa.so from a mesa that is configured with
>   --enable-galliums-osmesa instead of --enable-osmesa, it works!
>
>   Also note that libOSMesa.so on Ubuntu 18.04 only supports OpenGL 2.1.
>   While --enable-gallium-osmesa gets it up to OpenGL 3.3.  My testing
>   was with mesa 17.3.9 and mesa 18.2.5.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1803681/+subscriptions
>

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

Title:
  osmesa doesn't suport core contexts but could

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1803681/+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 1774242] Re: Wacom touchscreens should use libinput, not wacom driver

2018-12-18 Thread Greg
I deleted the whole section as suggested by Shawn, and also deleted the
similar one with "USB". Now my touchscreen and everything else are
working great.

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

Title:
  Wacom touchscreens should use libinput, not wacom driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/1774242/+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 1803681] Re: osmesa doesn't suport core contexts but could

2018-11-16 Thread Greg
** Attachment added: "simple osmesa test program"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1803681/+attachment/5213361/+files/osdemo.c

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

Title:
  osmesa doesn't suport core contexts but could

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1803681/+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 1803681] [NEW] osmesa doesn't suport core contexts but could

2018-11-16 Thread Greg
Public bug reported:

If the --enable-osmesa in the mesa configuration were replaced with
--enable-gallium-osmesa, then the OSMesaCreateContextAttribs would be
able to return OpenGL core contexts.  To show this I'm attaching a
modified version of mesa-demos-8.4.0/src/osdemos/osdemo.c (from
ftp://ftp.freedesktop.org/pub/mesa/demos/mesa-demos-8.4.0.tar.gz).  The
modified code is all within the #ifdef USE_CORE_CONTEXT.  To compile it,
do "gcc osdemo.c -lGLU -lOSMesa -lm".  With the libOSMesa.so.8 from
Ubuntu 18.04, it fails with "OSMesaCreateContext failed!".  But with a
libOSmesa.so from a mesa that is configured with --enable-galliums-
osmesa instead of --enable-osmesa, it works!

Also note that libOSMesa.so on Ubuntu 18.04 only supports OpenGL 2.1.
While --enable-gallium-osmesa gets it up to OpenGL 3.3.  My testing was
with mesa 17.3.9 and mesa 18.2.5.

** 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/1803681

Title:
  osmesa doesn't suport core contexts but could

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

2018-09-29 Thread greg clark
http://topic.soundalarmsystems.com

Greg Clark

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

Title:
  [r128 1002:5446] Selecting the Molecule screensaver makes the PC
  freeze. It is completely unresponsive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-r128/+bug/106060/+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 106060] Re:

2018-07-06 Thread greg clark
http://hope.reshefcpa.com
Greg Clark

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

Title:
  [r128 1002:5446] Selecting the Molecule screensaver makes the PC
  freeze. It is completely unresponsive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-r128/+bug/106060/+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 106060]

2018-07-05 Thread greg clark
http://real.emilyhaggerty.com
Greg Clark

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

Title:
  [r128 1002:5446] Selecting the Molecule screensaver makes the PC
  freeze. It is completely unresponsive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-r128/+bug/106060/+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 106060]

2018-07-04 Thread greg clark
http://aim.fredkaems.com/

Greg Clark

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

Title:
  [r128 1002:5446] Selecting the Molecule screensaver makes the PC
  freeze. It is completely unresponsive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-r128/+bug/106060/+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 1773009] [NEW] Xorg freeze

2018-05-23 Thread Greg Bouwens
Public bug reported:

I am using the Thunderbolt port on my Lenovo P50, driving 2 Samsung 4k
monitors with DisplayPort.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
NonfreeKernelModules: 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  390.48  Thu Mar 22 00:42:57 
PDT 2018
 GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed May 23 13:06:51 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 390.48, 4.15.0-20-generic, x86_64: installed
 nvidia, 390.48, 4.15.0-22-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GpuHangFrequency: Several times a week
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 NVIDIA Corporation GM107GLM [Quadro M2000M] [10de:13b0] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo GM107GLM [Quadro M2000M] [17aa:2230]
InstallationDate: Installed on 2018-05-20 (2 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: LENOVO 20ENCTO1WW
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=302a2c3a-904a-4171-b934-6df4162e0e1f ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/13/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: N1EET75W (1.48 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20ENCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN1EET75W(1.48):bd12/13/2017:svnLENOVO:pn20ENCTO1WW:pvrThinkPadP50:rvnLENOVO:rn20ENCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad P50
dmi.product.name: 20ENCTO1WW
dmi.product.version: ThinkPad P50
dmi.sys.vendor: LENOVO
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.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic freeze 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/1773009

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1773009/+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 362359] Re: Focus gets stuck to a window - impossible to select other windows

2018-01-22 Thread Greg
I'm having these exact symptoms on 17.10, all the time. I can only go a
few minutes without triggering this bug.

Thinkpad X1 Tablet, clean install of 17.10, happens in both X and
Wayland sessions.

(In fact I can't click the "post comment" button, and have to hit tab,
enter to post the comment!)

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

Title:
  Focus gets stuck to a window - impossible to select other windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/362359/+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 1740599] [NEW] Selecting multiple files and dragging them to file manager is broken

2017-12-30 Thread Greg Parker
Public bug reported:

This issue is reproducible every time I try.

- Start with two or more files on the desktop
- Drag out a selection area around the files to select them
- Open "Files" file manager
- Drag and drop them to a folder

The drag and drop operation fails and the cursor gets stuck as a hand
icon.  Signing out is the only way I have tried to fix the problem.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: libwayland-server0 1.14.0-1
ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13
Uname: Linux 4.13.0-21-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.7-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec 30 10:15:56 2017
Dependencies:
 gcc-7-base 7.2.0-8ubuntu3
 libc6 2.26-0ubuntu2
 libffi6 3.2.1-6
 libgcc1 1:7.2.0-8ubuntu3
DistUpgraded: 2017-11-09 17:38:14,971 DEBUG icon theme changed, re-reading
DistroCodename: artful
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Device [8086:5926] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:075b]
InstallationDate: Installed on 2017-10-11 (80 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: Dell Inc. XPS 13 9360
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-21-generic.efi.signed 
root=UUID=4c6cd516-44fe-441d-ad87-7a83e1593848 ro quiet splash vt.handoff=7
SourcePackage: wayland
UpgradeStatus: Upgraded to artful on 2017-11-09 (50 days ago)
dmi.bios.date: 11/21/2017
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.4.2
dmi.board.name: 0PF86Y
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.4.2:bd11/21/2017:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn0PF86Y:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 9360
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.13.1+17.10.20170901-0ubuntu1
version.libdrm2: libdrm2 2.4.83-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.2-0ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


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

** Attachment added: "Screenshot from 2017-12-30 10-27-14.png"
   
https://bugs.launchpad.net/bugs/1740599/+attachment/5029105/+files/Screenshot%20from%202017-12-30%2010-27-14.png

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

Title:
  Selecting multiple files and dragging them to file manager is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/1740599/+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 1699343] [NEW] grub bootloader comes up at boot after disabling it

2017-06-20 Thread Greg Trent
Public bug reported:

It happens after an update

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-24.28-generic 4.10.15
Uname: Linux 4.10.0-24-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Jun 20 16:18:42 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Device [8086:5912] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
InstallationDate: Installed on 2017-04-20 (61 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 03f0:b002 Hewlett-Packard PhotoSmart 7200 series
 Bus 001 Device 002: ID 04ca:0050 Lite-On Technology Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-24-generic.efi.signed 
root=UUID=71d156ea-3173-43e9-9a5e-00edcd2137f2 ro splash quiet
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/18/2017
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3407
dmi.board.asset.tag: Default string
dmi.board.name: H110M-A/M.2
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3407:bd04/18/2017:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH110M-A/M.2:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Tue Jun 20 16:17:33 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1
xserver.video_driver: modeset

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


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

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

Title:
  grub bootloader comes up at boot after disabling it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1699343/+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 1625538] [NEW] Conflicts with :i386 version

2016-09-20 Thread Greg
Public bug reported:

I need to install both amd64 and i386 version of this but they conflict
each other. It was patched in Xenial here:
https://launchpad.net/ubuntu/+source/libglu/9.0.0-2.1 . However trusty
is newest version of ubuntu available on travis-ci so I would appreciate
if someeone could backport the fix.

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

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

Title:
  Conflicts with :i386 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglu/+bug/1625538/+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 1308105] Re: Xfce resets TV mode to NULL when power cycled

2016-01-17 Thread Greg Fordyce
I also struggled with this bug when doing a fresh install of Mythbuntu
14.04 this week.

I downloaded xfce4-settings 4.11.0-1 from this link.

https://launchpad.net/ubuntu/saucy/amd64/xfce4-settings/4.11.0-1ubuntu1

Then "sudo dpkg -i xfce4-settings_4.11.0-1ubuntu1_amd64.deb" to install
it and synaptic to lock this version.

I can now switch off my TV connected with HDMI cable and when I switch
it back on it works.

Mythbuntu is running on a Gigabyte Brix GB-BXBT-2807 with 4gb ram, 120gb
ssd, DVB-T usb tuner. The machine runs both front and backend.

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

Title:
  Xfce resets TV mode to NULL when power cycled

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1308105/+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 1522727] Re: X.org crashes intermittently, randomly

2015-12-13 Thread greg one
intel graphics here as well, clicking link in chromium crashed X server,
not much running here really, if anything at all, X will restart very
quickly (in my case) and i am back to login screen, this is a bit like
roller-caster ride, unpredictable and no warning or anything whatsoever,
i have seen crash few times over last 2 weeks, thanks for looking into
it

[39.467] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-5841764B120E02BC6FD78DAB262CEA727EB95BEE.xkm
[  1308.087] (EE) 
[  1308.087] (EE) Backtrace:
[  1308.087] (EE) 0: /usr/bin/X (xorg_backtrace+0x4e) [0x55ee6548868e]
[  1308.087] (EE) 1: /usr/bin/X (0x55ee652d4000+0x1b89f9) [0x55ee6548c9f9]
[  1308.087] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f0809b25000+0x352f0) 
[0x7f0809b5a2f0]
[  1308.087] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f0805efc000+0x85dac) [0x7f0805f81dac]
[  1308.087] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f0805efc000+0x8a5a2) [0x7f0805f865a2]
[  1308.087] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f0805efc000+0xf53ef) [0x7f0805ff13ef]
[  1308.087] (EE) 6: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f0805efc000+0x10469f) [0x7f080600069f]
[  1308.087] (EE) 7: /usr/bin/X (0x55ee652d4000+0x185c2c) [0x55ee65459c2c]
[  1308.087] (EE) 8: /usr/bin/X (DRI2CopyRegion+0x8e) [0x55ee6545a34e]
[  1308.087] (EE) 9: /usr/bin/X (0x55ee652d4000+0x188723) [0x55ee6545c723]
[  1308.087] (EE) 10: /usr/bin/X (0x55ee652d4000+0x5818f) [0x55ee6532c18f]
[  1308.087] (EE) 11: /usr/bin/X (0x55ee652d4000+0x5c34b) [0x55ee6533034b]
[  1308.087] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f0809b45a40]
[  1308.087] (EE) 13: /usr/bin/X (_start+0x29) [0x55ee6531a6c9]
[  1308.087] (EE) 
[  1308.087] (EE) Segmentation fault at address 0x0
[  1308.087] (EE) 
Fatal server error:
[  1308.087] (EE) Caught signal 11 (Segmentation fault). Server aborting

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

Title:
  X.org crashes intermittently, randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1522727/+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 1457650] Re: package fglrx-updates-core (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/clinfo', which is also in package clinfo 0.0.git20141116-g3263181-

2015-05-31 Thread Greg Whiteley
Presumably fglrx-updates-core needs a Conflicts for clinfo, or
alternatively provides amd-clinfo, which already conflicts with
clinfo.

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

Title:
  package fglrx-updates-core (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/clinfo', which is also in package clinfo
  0.0.git20141116-g3263181-1~ubuntu14.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1457650/+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 1365695] Re: No longer able to use GUI after update

2015-01-12 Thread Greg Meyer
I'm on Utopic, and have been having this problem for ages. Just to
confirm, I can't take the hold off ubuntu-drivers-common without
breaking everything, right?`

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

Title:
  No longer able to use GUI after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1365695/+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 1365695] Re: No longer able to use GUI after update

2015-01-12 Thread Greg Meyer
I answered my own question! It now works for me! Thanks, everyone!

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

Title:
  No longer able to use GUI after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1365695/+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 1405487] [NEW] xterm freezes

2014-12-24 Thread greg
Public bug reported:

xterm freezes sometimes.  this never happened before trusty.  under
trusty it's happening maybe two or three times a month, usually shortly
after i've booted and logged in and am launching things.  i can startup
a new xterm which works fine, while the frozen one stays frozen, won't
render it's content anymore.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xterm 297-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
Date: Wed Dec 24 15:10:30 2014
InstallationDate: Installed on 2014-01-30 (328 days ago)
InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha i386 (20140129)
SourcePackage: xterm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
  xterm freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xterm/+bug/1405487/+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 1393476] [NEW] xterm freezes

2014-11-17 Thread greg
Public bug reported:

i use xterm daily, it freezes maybe a couple times per week.  i
typically run tmux, so i can just open another xterm, reattach my tmux
session, and discard the frozen xterm.  wasn't happening in releases
prior to trusty.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xterm 297-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
Date: Mon Nov 17 10:15:14 2014
InstallationDate: Installed on 2014-01-30 (290 days ago)
InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha i386 (20140129)
SourcePackage: xterm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
  xterm freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xterm/+bug/1393476/+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 1268146] Re: Very high cpu usage for compiz in 14.04 (mesa incorrectly using llvmpipe)

2014-10-05 Thread Greg Stachowski
As #8 and #18, same problem fixed with sudo apt-get install --reinstall
xserver-xorg-video-intel , which seems to have bumped the version up to
2:2.99.910 from 2.2.99.909-git .

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

Title:
  Very high cpu usage for compiz in 14.04 (mesa incorrectly using
  llvmpipe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1268146/+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 1310489] Re: xorg.conf overwritten by booting system

2014-08-05 Thread Greg Tippitt
I agree that this bug should be a higher priority.  I have a cluster
built on Quad CPU SuperMicro H8QME2 motherboards with hex-core Opteron
CPUs .  With 12.04LTS, the motherboard ATI graphics worked fine as the
machines are BOINC number crunchers.  The motherboards also have NVIDIA
Telsa GPU co-processor boards for GPU number crunching, which I have not
been able to get working for several weeks  since upgrading to 14.04LTS.
They all worked fine with 12.04 LTS, but this new feature of 14.04 LTS
is absurd.

I could not figure out what was happening the xorg.conf files.  I have
to load the NVIVIDA drivers for  CUDA/OPENCL  processing to work, but
needed the display to be active on the motherboard ATI graphics , as
these  Telsa cards are strictly for crunching and have no display output
capability.  This new feature kept forcing the systems to try to
display to a screen attached to the TESLA cards.

If the problem can't be fixed easily, an simple work-around for users
should be provided until the problem can be fixed.

Greg

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

Title:
  xorg.conf overwritten by booting system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1310489/+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 1287326] Re: [FFe] Include Temporal Deinterlacer into libvdpau1-drivers-mesa

2014-03-04 Thread greg
FWIW, here's a quick comparison, bob vs temporal deinterlacing:

http://imgur.com/4WVj8ii,AEAucba

Notice the increased sharpness in the second image.

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

Title:
  [FFe] Include Temporal Deinterlacer into libvdpau1-drivers-mesa

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1287326/+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 1015267] Re: X server freezes: NULL pointer deferenced

2014-01-08 Thread Greg
I use Ubuntu 13.10 daily with an AMD proprietary driver, and I have not
seen this bug recently.  I don't remember how I worked around this bug, but
I suspect it was to switch to the fglrx-updates driver.


On Wed, Jan 8, 2014 at 1:30 PM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Greg, this bug was reported a while ago and there hasn't been any
 activity in it recently. We were wondering if this is still an issue? If
 so, could you please test for this with the latest development release
 of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
 /daily-live/current/ .

 If it remains an issue, could you please run the following command in
 the development release from a Terminal
 (Applications-Accessories-Terminal), as it will automatically gather
 and attach updated debug information to this report:

 apport-collect -p xorg REPLACE-WITH-BUG-NUMBER

 Please note, given that the information from the prior release is
 already available, doing this on a release prior to the development one
 would not be helpful.

 Thank you for your understanding.

 Helpful bug reporting tips:
 https://wiki.ubuntu.com/ReportingBugs

 ** Package changed: xserver-xorg-video-ati (Ubuntu) = xorg (Ubuntu)

 ** Changed in: xorg (Ubuntu)
Importance: Undecided = Low

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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1015267

 Title:
   X server freezes: NULL pointer deferenced

 Status in “xorg” package in Ubuntu:
   Incomplete

 Bug description:
   System is a Dell Studio XPS 435mt with ATI FireGL 7750, fully updated,
   with proprietary drivers (v8.960), and two monitors with xinerama
   enabled.   Before the failure, I had been looking at WebGL in Firefox,
   but I have no idea if that is related or not.  This is the second
   freeze in two days.  The console was completely frozen both times --
   no response to the keyboard nor mouse -- but I am able to remotely
   login and reboot.  I found the following in /var/log/syslog:

   Jun 18 17:37:46 ski kernel: [25948.470850] BUG: unable to handle kernel
 NULL pointer dereference at 0008
   Jun 18 17:37:46 ski kernel: [25948.470855] IP: [a021c291]
 _ZN20CMMHeap_SystemMemory8pushPoolEP7CMMPool+0x11/0x40 [fglrx]
   Jun 18 17:37:46 ski kernel: [25948.470897] PGD 0
   Jun 18 17:37:46 ski kernel: [25948.470898] Oops: 0002 [#1] SMP
   Jun 18 17:37:46 ski kernel: [25948.470901] CPU 1
   Jun 18 17:37:46 ski kernel: [25948.470902] Modules linked in:
 xt_multiport ebtable_nat ebtables ipt_MASQUERADE iptable_nat xt_CHECKSUM
 iptable_mangle bridge stp kvm_intel kvm parport_pc rfcomm bnep binfmt_misc
 ppdev bluetooth dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek ip6t_LOG
 xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 snd_hda_intel snd_hda_codec
 ipt_REJECT snd_hwdep ipt_LOG xt_limit snd_pcm xt_tcpudp snd_seq_midi
 xt_addrtype snd_rawmidi snd_seq_midi_event xt_state snd_seq snd_timer
 snd_seq_device ip6table_filter psmouse serio_raw ip6_tables snd
 nf_conntrack_netbios_ns nf_conntrack_broadcast fglrx(P) nf_nat_ftp nf_nat
 nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack
 iptable_filter soundcore i7core_edac ip_tables snd_page_alloc edac_core lp
 x_tables mac_hid dcdbas parport vesafb usbhid hid firewire_ohci
 firewire_core crc_itu_t e1000e
   Jun 18 17:37:46 ski kernel: [25948.470939]
   Jun 18 17:37:46 ski kernel: [25948.470941] Pid: 1518, comm: Xorg
 Tainted: P   O 3.2.0-25-generic #40-Ubuntu Dell Inc. Studio XPS
 435MT/0R849J
   Jun 18 17:37:46 ski kernel: [25948.470944] RIP:
 0010:[a021c291]  [a021c291]
 _ZN20CMMHeap_SystemMemory8pushPoolEP7CMMPool+0x11/0x40 [fglrx]
   Jun 18 17:37:46 ski kernel: [25948.470978] RSP: 0018:8801af891920
  EFLAGS: 00010297
   Jun 18 17:37:46 ski kernel: [25948.470979] RAX: 88019d944008 RBX:
 c9001264d150 RCX: 
   Jun 18 17:37:46 ski kernel: [25948.470981] RDX:  RSI:
 c9001264d018 RDI: 88019d944e30
   Jun 18 17:37:46 ski kernel: [25948.470983] RBP: 0002 R08:
 a024ceb0 R09: 88019d944008
   Jun 18 17:37:46 ski kernel: [25948.470984] R10: c9001264d090 R11:
 88019d944008 R12: 88019d944e30
   Jun 18 17:37:46 ski kernel: [25948.470986] R13: 0040 R14:
  R15: 
   Jun 18 17:37:46 ski kernel: [25948.470988] FS:  7f8e79c20880()
 GS:8801bfc4() knlGS:
   Jun 18 17:37:46 ski kernel: [25948.470989] CS:  0010 DS:  ES: 
 CR0: 80050033
   Jun 18 17:37:46 ski kernel: [25948.470991] CR2: 0008 CR3:
 00019b429000 CR4: 06e0
   Jun 18 17:37:46 ski kernel: [25948.470993] DR0:  DR1:
  DR2: 
   Jun 18 17:37:46 ski kernel: [25948.470994] DR3:  DR6:
 0ff0 DR7: 0400

[Ubuntu-x-swat] [Bug 1195705] Re: fglrx kernel module fails to build on kernel 3.10 [error: implicit declaration of function ‘create_proc_entry’]

2013-12-20 Thread Greg
I have the same bug installing Catalyst 13.12 official release of AMD
driver. My kernel is 3.11.0-14-generic in Ubuntu 13.10.

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

Title:
  fglrx kernel module fails to build on kernel 3.10 [error: implicit
  declaration of function ‘create_proc_entry’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/1195705/+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 1195705] Re: fglrx kernel module fails to build on kernel 3.10 [error: implicit declaration of function ‘create_proc_entry’]

2013-12-20 Thread Greg
Here is the attachment log I renamed of the Catalyst 13.12 install.

** Attachment added: Failed Install of Catylist *.deb Packages
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1195705/+attachment/3933607/+files/Failed%20Install%20of%20Catylist%20%2A.deb%20Packages

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

Title:
  fglrx kernel module fails to build on kernel 3.10 [error: implicit
  declaration of function ‘create_proc_entry’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/1195705/+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 1248722] [NEW] fglrx 2:8.960-0ubuntu1.1: fglrx kernel module failed to build

2013-11-06 Thread Greg Hill
Public bug reported:

will not install ubuntu 12.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx 2:8.960-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DKMSBuildLog:
 DKMS make.log for fglrx-8.960 for kernel 3.8.0-29-generic (x86_64)
 Wed Nov  6 15:58:10 EST 2013
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.8.0-29-generic/build/include not found or 
incomplete
 file: /lib/modules/3.8.0-29-generic/build/include/linux/version.h
DKMSKernelVersion: 3.8.0-29-generic
Date: Wed Nov  6 15:58:14 2013
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.960: added
DuplicateSignature:
 DKMS make.log for fglrx-8.960 for kernel 3.8.0-29-generic (x86_64)
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.8.0-29-generic/build/include not found or 
incomplete
 file: /lib/modules/3.8.0-29-generic/build/include/linux/version.h
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Cayman PRO [Radeon HD 6950] [1002:6719] 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:03ba]
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.2)
JockeyStatus:
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Disabled, 
In use)
 xorg:fglrx_experimental_12 - ATI/AMD proprietary FGLRX graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
 xorg:fglrx_experimental_13 - ATI/AMD proprietary FGLRX graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
 xorg:fglrx_experimental_9 - ATI/AMD proprietary FGLRX graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
MachineType: System manufacturer System Product Name
MarkForUpload: True
PackageVersion: 2:8.960-0ubuntu1.1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=0241db27-e18b-4c37-a8d6-0910efdca95a ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: fglrx 2:8.960-0ubuntu1.1: fglrx kernel module failed to build
UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code -11:
UpgradeStatus: No upgrade log present (probably fresh install)
XorgConf:
 Section Module
Loadglx
 EndSection
dmi.bios.date: 05/10/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1501
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P6X58D PREMIUM
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.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.:bvr1501:bd05/10/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6X58DPREMIUM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
make.log:
 DKMS make.log for fglrx-8.960 for kernel 3.8.0-29-generic (x86_64)
 Wed Nov  6 15:58:10 EST 2013
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.8.0-29-generic/build/include not found or 
incomplete
 file: /lib/modules/3.8.0-29-generic/build/include/linux/version.h
version.compiz: compiz 1:0.9.7.12-0ubuntu2
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.43-0ubuntu0.0.2
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.13
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build3

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


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

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

Title:
  fglrx 2:8.960-0ubuntu1.1: fglrx kernel module failed to build

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


[Ubuntu-x-swat] [Bug 1048142] Invitation to connect on LinkedIn

2013-10-02 Thread Greg Richards
LinkedIn



Bug,

I'd like to add you to my professional network on LinkedIn.

- Greg

Greg Richards
Consultant/Implementor at IT consultant Self Employed
Cleveland, United Kingdom

Confirm that you know Greg Richards:
https://www.linkedin.com/e/hokm8k-hmaxc1dd-1i/isd/17021493980/W3hToAMj/?hs=falsetok=1T0zuW4SPU8RY1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/hokm8k-hmaxc1dd-1i/ujHueNVgbiuwMP1WkMyUjRp4yMWq3Zt5o1zPVnPk/goo/1048142%40bugs%2Elaunchpad%2Enet/20061/I5655182489_1/?hs=falsetok=0ZSfu9g-HU8RY1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed
  to build [Error! Application of patch fix-build-issue-on-i386-where-
  TS_USEDFPU-is-no-longe.patch failed.]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1048142/+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 692755] Re: Corrupt graphics on resume from S4

2013-06-10 Thread Greg
I am seeing the same bug in precise, kernel 3.2.0-44-generic. I have a AMD 
HD7850 graphics card, on a desktop machine. After rersume from hibernate the 
screen is corrupted, similar to previous discriptions.
I press CTRL + ALT + F1, to fall back to a console then login. There is no 
corrution in the console. I then use command: sudo top. 
I kill xorg with top. Immediately xorg restarts and a normal graphical 
uncorruted login screen appears. From there I login to unity and everything 
works fine but this bug needs to be fixed because there is no way to resume to 
a previous desktop state.
My graphics driver is: amd-catalyst-13.4-linux-x86.x86_64 proprietary download 
and install from the AMD site.
xorg version: 1:7.6+12ubuntu2
xserver-xorg-core: version 2:1.11.4-0ubuntu10.13
xserver-xorg-video-s3: version 1:0.6.3-4build2
xserver-xorg-input-all: version 1:7.6+12ubuntu2
xserver-xorg-video-all: version 1:7.6+12ubuntu2
libx11-data: version 2:1.4.99.1-0ubuntu2.1
python-xkit: version 0.4.2.3build1

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

Title:
  Corrupt graphics on resume from S4

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/692755/+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 692755] Re: Corrupt graphics on resume from S4

2013-06-10 Thread Greg
Here is two xsession files. The old one that finished updating after
logging in this morning with resume from hibernate and the new one after
that.

** Attachment added: Xsession old after resume from hibernate
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/692755/+attachment/3699695/+files/xsession-errors-old.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/692755

Title:
  Corrupt graphics on resume from S4

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/692755/+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 692755] Re: Corrupt graphics on resume from S4

2013-06-10 Thread Greg
** Attachment added: New xsession file after resume from hibernate
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/692755/+attachment/3699696/+files/xsession-errors_1.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/692755

Title:
  Corrupt graphics on resume from S4

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/692755/+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 1168188] Re: black screen on lenovo g580 and ubuntu 13.04

2013-05-11 Thread Greg Brown
I have a Lenovo 580, and on it too the screen goes black after the boot
screen.  I press Fn + UpArrow to brighten it.  I assume the screen
brightness is being set to zero every time I reboot.

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

Title:
  black screen on lenovo g580 and ubuntu 13.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1168188/+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 1169004] Re: friendly-recovery: failsafeX dialog is completely unusable

2013-05-01 Thread Greg Ward
Sorry for the delay. Here are the requested log files in a tarball:

lp1169004-logs/normal/dmesg
lp1169004-logs/normal/Xorg.0.log
  - logs from a normal boot, where X works just fine

lp1169004-logs/failsafe/dmesg
lp1169004-logs/failsafe/Xorg.failsafe.log
  - logs from a recovery boot with failsafeX not working

Incidentally, the definition of not working varies. Sometimes, the
trackpad works to control the GUI, so this is merely a keyboard-hostile
GUI bug. Sometimes, the trackpad doesn't work at all, and failsafeX is
completely unusable. It's not clear what the conditions are, but it
*seems* like the trackpad works in failsafeX after a reboot. But if I
run two failsafeX sessions in the same boot, the second one is
completely unusable -- no keyboard control, no mouse control, no
trackpad control.

The failure modes are subtly different in Ubuntu 13.04, but still there.
Overall, failsafeX in 13.04 seems a bit more reliable, keyboard-
controllable, and less likely to lose touch with the trackpad. But I
still get occasional glimpses of the nasty unusability I saw in 12.10.
No clue how to reliably reproduce those problems, though. ;-(


** Attachment added: dmesg and Xorg log files
   
https://bugs.launchpad.net/ubuntu/+source/xdiagnose/+bug/1169004/+attachment/3661916/+files/lp1169004-logs.tar.gz

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

Title:
  friendly-recovery: failsafeX dialog is completely unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdiagnose/+bug/1169004/+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 1169004] Re: friendly-recovery: failsafeX dialog is keyboard-hostile (sometimes completely unusable)

2013-05-01 Thread Greg Ward
** Summary changed:

- friendly-recovery: failsafeX dialog is completely unusable
+ friendly-recovery: failsafeX dialog is keyboard-hostile (sometimes completely 
unusable)

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

Title:
  friendly-recovery: failsafeX dialog is keyboard-hostile (sometimes
  completely unusable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdiagnose/+bug/1169004/+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 1168967] Re: regression: no video after upgrading kernel, mesa, libc, and several other packages (ThinkPad T500)

2013-04-17 Thread Greg Ward
Workaround #1:

 I guess I'll repartition and try installing raring in the new
partition.

success! the bug has been fixed in Ubuntu 13.04. This is still an update
regression with 12.10; my ThinkPad T500 worked just fine on March 31 and
video stopped working on April 13. But at least the next version of
Ubuntu is not affected.

Workaround #2: boot Ubuntu 12.10 with kernel parameter nosetmode.
Success! I also removed quiet and splash from the kernel command
line, so I see a nice noisy boot process. X starts fine, and performance
is just fine. Text consoles appear to be plain old-fashioned text mode,
just like back in the old days before KMS. There is a tiny flicker
switching between text consoles and X, again just like in the old days.

Workaround #3: boot Ubuntu 12.10 with kernel parameter vga=0x0f00
(standard 80x25 text). Fails. I get the same noisy boot process as
before (again I have removed quiet and splash), in glorious black-
and-white 80x25 text. But the screen goes black after a while --
presumably when starting X?

Anyways, the evidence points to this being a bug in kernel mode setting,
so I'm changing the affected package.

** Package changed: xorg (Ubuntu) = linux (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/1168967

Title:
  regression: no video after upgrading kernel, mesa, libc, and several
  other packages (ThinkPad T500)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1168967/+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 1169004] Re: friendly-recovery: failsafeX dialog is completely unusable

2013-04-17 Thread Greg Ward
Update on 12.10: it's not just keyboard-unusable, it's also mouse-
unusable. I just tried failsafe-x on my desktop system running 12.10,
and it is completely unusable. X works perfectly on this system, my
mouse is hooked up and working fine, everything is good. Details...

Steps to reproduce:
1) logout of X session
2) login on text console as root
3) service lxdm stop (or whatever your display manager is)
4) service failsafe-x start

Expected behaviour:
* initial dialog (acknowledge failsafe mode) is both keyboard controllable and 
mouse controllable
* second dialog (choose action)  is both keyboard controllable and mouse 
controllable

Actual behaviour:
* initial dialog works just fine
* neither keyboard nor mouse works to control the second dialog

When I move my mouse around, I do see flickering in that second dialog,
like when you mouse over different GUI widgets and the focus highlight
moves around. But the mouse pointer is invisible, and I cannot figure
out a way to click on OK or any of the radio buttons. And the keyboard
does nothing.

IOW: I see the exact same behaviour on my desktop and laptop running
12.10. I've recently installed 13.04 on my laptop, so I'll try it there
next.


** Summary changed:

- friendly-recovery: failsafeX dialog is not keyboard controllable
+ friendly-recovery: failsafeX dialog is completely unusable

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

Title:
  friendly-recovery: failsafeX dialog is completely unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdiagnose/+bug/1169004/+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 1169004] Re: friendly-recovery: failsafeX dialog is completely unusable

2013-04-17 Thread Greg Ward
 I've recently installed 13.04 on my laptop, so I'll try it there next.

Good: failsafe-x is no longer completely broken in 13.04. It can now be
controlled with the mouse and keyboard. Hooray!

It still has several bugs, though, which I'll report separately.

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

Title:
  friendly-recovery: failsafeX dialog is completely unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdiagnose/+bug/1169004/+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 1168967] Re: regression: no video after upgrading kernel, mesa, libc, and several other packages (ThinkPad T500)

2013-04-16 Thread Greg Ward
This is starting to look very much like a kernel bug, although I'm still
confused about several things. My main evidence is that I'm having
similar problems with System Rescue CD, a Gentoo-based rescue distro
that boots from CD or USB stick.

In particular, System Rescue CD 3.4.1 (kernel 3.4.32) works fine, but
System Rescue CD 3.4.2 (kernel 3.4.35) does not. Works fine means that
during boot, it switches from 80x25 text mode to high-res text mode just
fine -- I presume this is kernel video mode setting in action? But
System Rescue CD 3.4.2 fails that mode switch: the screen just goes
black. That's not the exact same manifestation as I'm seeing in Ubuntu,
but of course Ubuntu and System Rescue CD have different boot
procedures.

More data points:
  * if I boot System Rescue CD 3.4.2 (kernel 3.4.35) using its framebuffer 
console in high resolution option, everything is fine (although X is painfully 
slow)
  * if I boot System Rescue CD 3.4.2 using its alt kernel option (kernel 
3.7.10), everything works fine

Summary:
  * I'm seeing similar behaviour in two different distros (Ubuntu 12.10 and 
System Rescue CD 3.4.2)
  * I can dodge the bug with System Rescue CD either by a) using framebuffer 
console or b) booting a newer kernel
This makes me strongly suspect that it's a kernel bug, specifically related to 
kernel video mode setting.

The one thing that I don't understand: why is the bug still there if I
boot an older Ubuntu kernel, e.g. 3.5.0-26 or 3.5.0-21 rather than
3.5.0-27? Very strange.

It looks like there are no linux-image packages in quantal-backports, so
trying a newer kernel will be tricky. I guess I'll repartition and try
installing raring in the new partition.

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

Title:
  regression: no video after upgrading kernel, mesa, libc, and several
  other packages (ThinkPad T500)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1168967/+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 1168967] Re: no video after upgrading kernel, mesa, libc, and several other packages

2013-04-15 Thread Greg Ward
** Tags added: regression-update

** Summary changed:

- no video after upgrading kernel, mesa, libc, and several other packages
+ regression: no video after upgrading kernel, mesa, libc, and several other 
packages (ThinkPad T500)

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

Title:
  regression: no video after upgrading kernel, mesa, libc, and several
  other packages (ThinkPad T500)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1168967/+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 1168967] [NEW] no video after upgrading kernel, mesa, libc, and several other packages

2013-04-14 Thread Greg Ward
Public bug reported:

Steps to reproduce:
1) on 2013-03-31, shutdown laptop for a 2-week vacation
2) on 2013-04-13, return from vacation, boot laptop, and apply pending updates 
with update-manager
3) reboot laptop

Expected result: Ubuntu boots just as it did before the update (it
worked fine on 2013-03-31, and then again on 2013-04-13 before the
update)

Actual result: no video (black screen) -- no splash screen, no kernel
log messages (which are normally suppressed anyways), no login screen,
nothing. Just blackness.

This is a Lenovo ThinkPad T500, which is slightly unusual in that it has
two video chipsets, one nVIDIA and one ATI. I'm quite sure I disabled
the nVIDIA chipset in the BIOS for the obvious reason that nVIDIA +
Linux = pain. (But I did this when I bought the laptop in Sep 2012, and
have not checked the BIOS settings recently. Will do that soon.)

If I boot into recovery mode, things are a bit different. For starters,
I get the traditional kernel boot logs that are normally suppressed by
Ubuntu, but they're all in 80x25 text mode (I'm used to seeing a high-
res text console, presumably at the screen's native resolution). Then I
get the Recovery Menu. The root option works as expected, i.e. I get
a root shell in 80x25 text mode. If I select failsafeX, at least X
starts with a warning dialog: The system is running in low-graphics
mode. That's as far as I get; the failsafeX mode appears to have
several unrelated bugs, which I'll report separately.

From /var/lib/dpkg.log, I believe the list of packages upgraded by the
bad update on 2013-04-13 was:

  libjack-jackd2-0:i386 1.9.8~dfsg.4+20120529git007cdc37-2ubuntu2
  libjack-jackd2-0:amd64 1.9.8~dfsg.4+20120529git007cdc37-2ubuntu2
  libc-bin:amd64 2.15-0ubuntu20
  man-db:amd64 2.6.3-1
  desktop-file-utils:amd64 0.20-0.1ubuntu1
  gnome-menus:amd64 3.6.0-0ubuntu1
  bamfdaemon:amd64 0.3.4-0ubuntu1
  update-notifier-common:all 0.126
  ureadahead:amd64 0.100.0-12build1
  libavutil51:amd64 6:0.8.6-0ubuntu0.12.10.1
  libavcodec53:amd64 6:0.8.6-0ubuntu0.12.10.1
  libavformat53:amd64 6:0.8.6-0ubuntu0.12.10.1
  mesa-common-dev:amd64 9.0.3-0ubuntu0.1
  libglapi-mesa:amd64 9.0.3-0ubuntu0.1
  libgl1-mesa-glx:amd64 9.0.3-0ubuntu0.1
  libgl1-mesa-dev:amd64 9.0.3-0ubuntu0.1
  libgl1-mesa-dri:amd64 9.0.3-0ubuntu0.1
  libpoppler28:amd64 0.20.4-0ubuntu1.2
  libpoppler-glib8:amd64 0.20.4-0ubuntu1.2
  libpostproc52:amd64 6:0.8.6-0ubuntu0.12.10.1
  libswscale2:amd64 6:0.8.6-0ubuntu0.12.10.1
  libxatracker1:amd64 9.0.3-0ubuntu0.1
  libxslt1.1:amd64 1.1.26-14ubuntu0.1
  linux-image-3.5.0-27-generic:amd64 3.5.0-27.46
  firefox:amd64 20.0+build1-0ubuntu0.12.10.3
  firefox-globalmenu:amd64 20.0+build1-0ubuntu0.12.10.3
  firefox-gnome-support:amd64 20.0+build1-0ubuntu0.12.10.3
  firefox-locale-en:amd64 20.0+build1-0ubuntu0.12.10.3
  flashplugin-installer:amd64 11.2.202.280ubuntu0.12.10.1
  libufe-xidgetter0:amd64 2.4.4-0ubuntu0.2
  xul-ext-unity:all 2.4.4-0ubuntu0.2
  linux-image-extra-3.5.0-27-generic:amd64 3.5.0-27.46
  linux-image-generic:amd64 3.5.0.27.43
  linux-headers-3.5.0-27:all 3.5.0-27.46
  linux-headers-3.5.0-27-generic:amd64 3.5.0-27.46
  linux-headers-generic:amd64 3.5.0.27.43
  linux-generic:amd64 3.5.0.27.43
  linux-libc-dev:amd64 3.5.0-27.46
  poppler-utils:amd64 0.20.4-0ubuntu1.2
  thunderbird:amd64 17.0.5+build1-0ubuntu0.12.10.1
  thunderbird-globalmenu:amd64 17.0.5+build1-0ubuntu0.12.10.1
  thunderbird-locale-en:amd64 1:17.0.5+build1-0ubuntu0.12.10.1
  thunderbird-gnome-support:amd64 17.0.5+build1-0ubuntu0.12.10.1
  thunderbird-locale-en-us:all 1:17.0.5+build1-0ubuntu0.12.10.1
  xdiagnose:all 3.2.3
  libc-bin:amd64 2.15-0ubuntu20

(I just grep'ed for status: installed in /var/lib/dpkg.log.)

I don't think the kernel is at fault: I've tried booting into recovery
mode with 3.5.0-26 (which was running before the update) and 3.5.0-21
(the oldest kernel still on this machine, from Dec 2012) and got the
exact same behaviour.

I don't think mesa is at fault: I dug up the 9.0 packages (shipped with
12.10 release), downgraded to them, and still have the same behaviour.
(The actual upgrade from was mesa 9.0.2 to 9.0.3, but I couldn't find
the 9.0.2 packages on archive.ubuntu.com.)

I haven't tried downgrading any of the other upgraded packages. If
anyone can suggest likely candidates to downgrade first, I'm all ears.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
Uname: Linux 3.5.0-27-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Sun Apr 14 16:38:04 2013
DistUpgraded: 2012-11-22 16:59:36,329 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (Failed to execute child process 
./xorg_fix_proprietary.py (No such file or directory))
DistroCodename: quantal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Mobile 4 Series 

[Ubuntu-x-swat] [Bug 1155838] Re: raring: corrupted display on LVDS when I disconnect my HDMI output

2013-03-22 Thread Greg Auger
I suspect this is a duplicate of Bug #1157678

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

Title:
  raring: corrupted display on LVDS when I disconnect my HDMI output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1155838/+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 1046998] Re: [sandybridge-m-gt2+ mesa] False GPU lockup IPEHR: 0x79050005 IPEHR: 0x0b140001 (Gnome Shell)

2013-03-05 Thread Greg Auger
I have in the last few days been seeing a lot of crash reports. Usually
these are false reports, but I have also had 2/3 complete freezes of my
system.

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

Title:
  [sandybridge-m-gt2+ mesa] False GPU lockup  IPEHR: 0x79050005 IPEHR:
  0x0b140001 (Gnome Shell)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1046998/+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 1078983] [NEW] Sharing OpenGL contexts causes crash

2012-11-14 Thread Greg Couch
Public bug reported:

In Ubuntu 12.10, the UCSF Chimera molecular graphics program,
http://www.cgl.ucsf.edu/chimera/, crashes when the SideView tool is
brought up.  This was not a problem with Ubuntu 12.04.  I have
reproduced the bug with Intel Integrated graphics, and have a bug report
from a user that it happens with the AMD proprietary driver.  So it is
probably not the new and improved Intel driver (the usual suspect),
but something more basic, like compiz/unity or whatever Ubuntu is using
now.

To reproduce the bug, download and install UCSF Chimera from
http://www.cgl.ucsf.edu/chimera/.  Then, using the menus, use File /
Fetch by ID ... to get the 1yti data set from the PDB (Protein
DataBank), and then bring the SideView with Favorites / SideView.  On my
Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev
02) system, if the SideView is displayed before fetching the data, then
it works.  That suggests that it is a bug with sharing OpenGL data with
a context that already has data in it.

Here is the backtrace from gdb:

Program terminated with signal 6, Aborted.
#0  0xb7732424 in __kernel_vsyscall ()
(gdb) where 20
#0  0xb7732424 in __kernel_vsyscall ()
#1  0xb74611df in ?? ()
#2  0xb75d9000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,regex,resize,gnomecompat,compiztoolbox,move,grid,animation,mousepoll,workarounds,wall,place,fade,vpswitch,snap,imgpng,scale,session,expo,ezoom,unitymtgrabhandles,unityshell]
CompositorRunning: compiz
Date: Wed Nov 14 16:53:02 2012
DistUpgraded: 2012-11-14 15:16:36,826 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:2a73]
InstallationDate: Installed on 2010-10-18 (758 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MachineType: Hewlett-Packard HP Compaq dx2400 Microtower
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=9823d8c7-5498-469e-8bf2-7b8340e9c590 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to quantal on 2012-11-14 (0 days ago)
dmi.bios.date: 04/21/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.23
dmi.board.name: 2A73h
dmi.board.vendor: PEGATRON CORPORATION
dmi.board.version: 1.01
dmi.chassis.asset.tag: MXL8220VQN
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.23:bd04/21/2008:svnHewlett-Packard:pnHPCompaqdx2400Microtower:pvr:rvnPEGATRONCORPORATION:rn2A73h:rvr1.01:cvnHewlett-Packard:ct3:cvrChassisVersion:
dmi.product.name: HP Compaq dx2400 Microtower
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.8.4+bzr3407-0ubuntu1
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

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


** Tags: apport-bug compiz-0.9 i386 quantal running-unity 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/1078983

Title:
  Sharing OpenGL contexts causes crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1078983/+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 1071937] [NEW] Documentation did not build correctly

2012-10-26 Thread Greg Merchan
Public bug reported:

Something went wrong in the build of the documentation for libxt in at
least Quantal. Many of the function prototypes (maybe all) in
/usr/share/doc/libxt-dev/intrinsics.html have a prefix fsfunc on their
names. I don't see that string anywhere in the source, so perhaps the
bug is in the software that generates the html.

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

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

Title:
  Documentation did not build correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxt/+bug/1071937/+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 1068920] [NEW] Pointer screen crossings broken in Xorg server 1.13.0 (regression)

2012-10-19 Thread Greg Edwards
Public bug reported:

The Xorg server in quantal suffers from the following upstream
regression for zaphod setups:

https://bugs.freedesktop.org/show_bug.cgi?id=54654

When you move the mouse into the second screen, it gets trapped there.  When it 
gets to the
edge where it should move back onto the first screen, it wraps around to the 
far edge of the
second screen again.

I've rebuilt xserver-xorg-core with the attached patch, which comes from the 
upstream
bug above, and confirmed it fixes this issue.

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

** Patch added: Patch from X.Org Bug 54654
   
https://bugs.launchpad.net/bugs/1068920/+attachment/3405200/+files/0001-dix-fix-zaphod-screen-scrossing-54654.patch

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

Title:
  Pointer screen crossings broken in Xorg server 1.13.0 (regression)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1068920/+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 1058608] [NEW] [sandybridge-m-gt2+] False GPU lockup IPEHR: 0x7a000002 IPEHR: 0x0b140001

2012-09-29 Thread Greg Auger
Public bug reported:

No clear cause. Unlike Bug #1046998 was using Unity.

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: xserver-xorg-video-intel 2:2.20.8-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-15.23-generic 3.5.4
Uname: Linux 3.5.0-15-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.5.3-0ubuntu1
Architecture: amd64
Chipset: sandybridge-m-gt2+
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Sep 29 14:01:40 2012
DistUpgraded: 2012-09-27 14:07:42,082 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
DuplicateSignature: [sandybridge-m-gt2+] GPU lockup  IPEHR: 0x7a02 IPEHR: 
0x0b140001 Ubuntu 12.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Sony Corporation Device [104d:9095]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
InterpreterPath: /usr/bin/python3.2mu
MachineType: Sony Corporation SVE14A1C5E
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=59b9ed76-2d88-4a1a-be33-23469f64e5f5 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu3
 libdrm2  2.4.39-0ubuntu1
 xserver-xorg-video-intel 2:2.20.8-0ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge-m-gt2+] False GPU lockup  IPEHR: 0x7a02 IPEHR: 
0x0b140001
UpgradeStatus: Upgraded to quantal on 2012-09-27 (1 days ago)
UserGroups:
 
dmi.bios.date: 04/20/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R0270V4
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0270V4:bd04/20/2012:svnSonyCorporation:pnSVE14A1C5E:pvrC60AQDXT:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: SVE14A1C5E
dmi.product.version: C60AQDXT
dmi.sys.vendor: Sony Corporation
version.compiz: compiz 1:0.9.8.2+bzr3377-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120917.7cfd42ce-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120917.7cfd42ce-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu5
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.8-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu2

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


** Tags: amd64 apport-crash compiz-0.9 false-gpu-hang freeze quantal ubuntu

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

Title:
  [sandybridge-m-gt2+] False GPU lockup  IPEHR: 0x7a02 IPEHR:
  0x0b140001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1058608/+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 1058608] Re: [sandybridge-m-gt2+] False GPU lockup IPEHR: 0x7a000002 IPEHR: 0x0b140001

2012-09-29 Thread Greg Auger
-- 
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/1058608

Title:
  [sandybridge-m-gt2+] False GPU lockup  IPEHR: 0x7a02 IPEHR:
  0x0b140001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1058608/+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 1046951] Re: No desktop environment or window manager, just X with the mouse

2012-09-12 Thread Greg Faith
I can get the live session to with the small window following mouse by
just typing my login password after I think the login screen should be
ready.  The graphic are not good at all but I can get to the live
session.

Tried the live video=of only and get great graphics but the session
freezes after moderate use.

** Tags added: iso-testing

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

Title:
  No desktop environment or window manager, just X with the mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1046951/+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 887993] Re: desktop sluggish after resume from suspend

2012-09-07 Thread Greg Michalec
FYI - this bug still persists in 12.10 beta. I've always assumed this
was an issue between compiz and the radeon open source drivers. I have a
Radeon HD 5470.

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

Title:
  desktop sluggish after resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/887993/+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 887993] Re: desktop sluggish after resume from suspend

2012-09-07 Thread Greg Michalec
Is this bug a duplicate of
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1004475? Or
vice/versa?

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

Title:
  desktop sluggish after resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/887993/+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 1040935] [NEW] Live CD session fails in Graphic Mess

2012-08-23 Thread Greg Faith
Public bug reported:

During qa iso-testing encountered this bug when running live session on
USB and trying to make installs on my Lenovo T61p with Nvidia graphics.

(work-around) I am able to get to the live session if nomodeset (F6) is
selected with expected low resolution, and installs of the iso to hard-
drive are successful.

Last week testing of isos 20120817 the live session was okay with proper
graphics and clean boot.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
Uname: Linux 3.5.0-11-generic x86_64
ApportVersion: 2.4-0ubuntu8
Architecture: amd64
CasperVersion: 1.321
Date: Thu Aug 23 23:25:20 2012
LiveMediaBuild: Lubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120821)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug iso-testing quantal

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

Title:
  Live CD session fails in Graphic Mess

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1040935/+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 1040935] Re: Live CD session fails in Graphic Mess

2012-08-23 Thread Greg Faith
** Tags added: iso-testing

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

Title:
  Live CD session fails in Graphic Mess

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1040935/+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 1040998] Re: Xorg crashed with SIGABRT in raise()

2012-08-23 Thread Greg Faith
** Visibility changed to: Public

** Tags added: iso-testing

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

Title:
  Xorg crashed with SIGABRT in OsResetSignals()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1040998/+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 1021005] [NEW] Compaq Presario touch pad will not disable while typing in Ubuntu 12.04

2012-07-04 Thread Greg Gilfillan
Public bug reported:

Kinda new to Ubuntu and this is my 1st bug reported as this is the only
issue that makes using Ubuntu extremely frustrating for some tasks.

I am unable to disable the touchpad using Ubuntu 12.04 on my Compaq
Presario CQ62-209WM Notebook while typing; even though the Disable
touch pad while typing check box is checked in the touchpad options
under system settings.

I've seen some other older bugs reported similar to this but nothing for
12.04 or my brand of computer.  Usually the older solutions called for
updating to a newer version of ubuntu which doesn't apply here.

Thanks in advance for any assistance with this issue.

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

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

Title:
  Compaq Presario touch pad will not disable while typing in Ubuntu
  12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1021005/+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 1021005] Re: Compaq Presario touch pad will not disable while typing in Ubuntu 12.04

2012-07-04 Thread Greg Gilfillan
The origional touchpad disable while typing issue is still not fixed but
I found a decent work around for this issue by installing touchpad-
indicator through the terminal using:

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator

I then added the program to my start up applications.

The program doesn't disable the touch pad while typing (eventhough the
description said it would) but it does disable the touch pad effectively
if I plug in a mouse; also, I can assign a keyboard short cut to turn
the touchpad on and off at will .  Since I often use a wireless mouse
anyway, this solution works for me.

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

Title:
  Compaq Presario touch pad will not disable while typing in Ubuntu
  12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1021005/+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 930080] Re: Mouse (touchpad) jumps while typing although it should be disabled

2012-07-04 Thread Greg Gilfillan
Yes this bug makes using the affected laptop almost useless if a large
amount of typing needs to be done.

The original touchpad disable while typing issue is still not fixed but
I found a decent work around for this issue by installing touchpad-
indicator through the terminal using:

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator

I then added the program to my start up applications.

This program will disable the touchpad if a mouse is plugged in and will
allow you to assign a keyboard short cut to manually turn the pad on and
off.

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

Title:
  Mouse (touchpad) jumps while typing although it should be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/930080/+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 973096] Re: Nvidia driver causes xorg crash

2012-06-30 Thread Greg Goforth
As mentioned previously, I tried to disable hardware acceleration in the
flash settings, and so far so good.  It's been about an hour of playing
video (hulu, youtube, etc...) and all seems to be fine, and the video
playback is reasonable.

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

Title:
  Nvidia driver causes xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/973096/+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 973096] Re: Nvidia driver causes xorg crash

2012-06-30 Thread Greg Goforth
spoke to soon, just crashed while watching hulu, but seemed to play for
much longer without a crash than it did previously (with hardwar
ecceleration enabled)

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

Title:
  Nvidia driver causes xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/973096/+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 1015267] [NEW] X server freezes: NULL pointer deferenced

2012-06-19 Thread Greg
Public bug reported:

System is a Dell Studio XPS 435mt with ATI FireGL 7750, fully updated,
with proprietary drivers (v8.960), and two monitors with xinerama
enabled.   Before the failure, I had been looking at WebGL in Firefox,
but I have no idea if that is related or not.  This is the second freeze
in two days.  The console was completely frozen both times -- no
response to the keyboard nor mouse -- but I am able to remotely login
and reboot.  I found the following in /var/log/syslog:

Jun 18 17:37:46 ski kernel: [25948.470850] BUG: unable to handle kernel NULL 
pointer dereference at 0008
Jun 18 17:37:46 ski kernel: [25948.470855] IP: [a021c291] 
_ZN20CMMHeap_SystemMemory8pushPoolEP7CMMPool+0x11/0x40 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.470897] PGD 0
Jun 18 17:37:46 ski kernel: [25948.470898] Oops: 0002 [#1] SMP
Jun 18 17:37:46 ski kernel: [25948.470901] CPU 1
Jun 18 17:37:46 ski kernel: [25948.470902] Modules linked in: xt_multiport 
ebtable_nat ebtables ipt_MASQUERADE iptable_nat xt_CHECKSUM iptable_mangle 
bridge stp kvm_intel kvm parport_pc rfcomm bnep binfmt_misc ppdev bluetooth 
dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek ip6t_LOG xt_hl ip6t_rt 
nf_conntrack_ipv6 nf_defrag_ipv6 snd_hda_intel snd_hda_codec ipt_REJECT 
snd_hwdep ipt_LOG xt_limit snd_pcm xt_tcpudp snd_seq_midi xt_addrtype 
snd_rawmidi snd_seq_midi_event xt_state snd_seq snd_timer snd_seq_device 
ip6table_filter psmouse serio_raw ip6_tables snd nf_conntrack_netbios_ns 
nf_conntrack_broadcast fglrx(P) nf_nat_ftp nf_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack iptable_filter soundcore 
i7core_edac ip_tables snd_page_alloc edac_core lp x_tables mac_hid dcdbas 
parport vesafb usbhid hid firewire_ohci firewire_core crc_itu_t e1000e
Jun 18 17:37:46 ski kernel: [25948.470939]
Jun 18 17:37:46 ski kernel: [25948.470941] Pid: 1518, comm: Xorg Tainted: P 
  O 3.2.0-25-generic #40-Ubuntu Dell Inc. Studio XPS 435MT/0R849J
Jun 18 17:37:46 ski kernel: [25948.470944] RIP: 0010:[a021c291]  
[a021c291] _ZN20CMMHeap_SystemMemory8pushPoolEP7CMMPool+0x11/0x40 
[fglrx]
Jun 18 17:37:46 ski kernel: [25948.470978] RSP: 0018:8801af891920  EFLAGS: 
00010297
Jun 18 17:37:46 ski kernel: [25948.470979] RAX: 88019d944008 RBX: 
c9001264d150 RCX: 
Jun 18 17:37:46 ski kernel: [25948.470981] RDX:  RSI: 
c9001264d018 RDI: 88019d944e30
Jun 18 17:37:46 ski kernel: [25948.470983] RBP: 0002 R08: 
a024ceb0 R09: 88019d944008
Jun 18 17:37:46 ski kernel: [25948.470984] R10: c9001264d090 R11: 
88019d944008 R12: 88019d944e30
Jun 18 17:37:46 ski kernel: [25948.470986] R13: 0040 R14: 
 R15: 
Jun 18 17:37:46 ski kernel: [25948.470988] FS:  7f8e79c20880() 
GS:8801bfc4() knlGS:
Jun 18 17:37:46 ski kernel: [25948.470989] CS:  0010 DS:  ES:  CR0: 
80050033
Jun 18 17:37:46 ski kernel: [25948.470991] CR2: 0008 CR3: 
00019b429000 CR4: 06e0
Jun 18 17:37:46 ski kernel: [25948.470993] DR0:  DR1: 
 DR2: 
Jun 18 17:37:46 ski kernel: [25948.470994] DR3:  DR6: 
0ff0 DR7: 0400
Jun 18 17:37:46 ski kernel: [25948.470996] Process Xorg (pid: 1518, threadinfo 
8801af89, task 88018f41c4d0)
Jun 18 17:37:46 ski kernel: [25948.470997] Stack:
Jun 18 17:37:46 ski kernel: [25948.470998]  a021bcb6  
88019d944e30 88019d944ec8
Jun 18 17:37:46 ski kernel: [25948.471002]  0200  
a01b4c55 0008
Jun 18 17:37:46 ski kernel: [25948.471005]  88019d944e30 a024ceb0 
a01b4fb8 88017b96e2c0
Jun 18 17:37:46 ski kernel: [25948.471008] Call Trace:
Jun 18 17:37:46 ski kernel: [25948.471042]  [a021bcb6] ? 
_ZN7CMMHeap15createPoolSpaceI21CMMPoolAsicAccessibleEEbj+0xb6/0xc0 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.471084]  [a01b4c55] ? 
_ZN20CMMHeap_SystemMemory10obtainPoolEv+0x85/0xc0 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.471125]  [a01b4fb8] ? 
_ZN16CMMHeap_PAGEABLE10expandHeapEm+0x18/0xb0 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.471160]  [a021baaa] ? 
_ZN7CMMHeap10expandHeapEmRmPv+0xa/0x10 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.471200]  [a01b39af] ? 
_ZN7CMMHeap21allocateMorePoolSpaceEmPv+0x8f/0x1b0 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.471241]  [a01b237e] ? 
_ZN14CMMHeapManager13allocPageableEjR14CMM_ALLOCATION+0xbe/0x100 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.471282]  [a01bc8b7] ? 
_ZN9CMMObjectnwEmP8CMM_CORE+0x37/0x70 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.471324]  [a01c0462] ? 
_ZN8MSF_CORE21get_surface_structureEv+0xc2/0xe0 [fglrx]
Jun 18 17:37:46 ski kernel: [25948.471363]  [a01aa63f] ? 

[Ubuntu-x-swat] [Bug 930350] Re: xorg.conf plus emacs causes abrupt logout via Xorg SEGV

2012-06-05 Thread greg m
I had the same problem in 12.04. I was able to resolve it by removing
xfs from the font path in xorg.conf.

#FontPathunix/:7100
FontPath/usr/share/fonts/X11/misc
FontPath/usr/share/fonts/X11/Type1

This may be related to bug #738526.

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

Title:
  xorg.conf plus emacs causes abrupt logout via Xorg SEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/930350/+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 990882] Re: Xorg freeze

2012-05-02 Thread Greg Stovall
*** This bug is a duplicate of bug 946899 ***
https://bugs.launchpad.net/bugs/946899

** This bug has been marked a duplicate of bug 946899
   [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

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

Title:
  Xorg freeze

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

2012-05-02 Thread Greg Stovall
*** This bug is a duplicate of bug 946899 ***
https://bugs.launchpad.net/bugs/946899

** Changed in: xorg (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Xorg freeze

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

2012-05-01 Thread Greg Stovall
** Attachment added: dmesg after i915 error
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/990882/+attachment/3123603/+files/i915_error_dmesg

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

Title:
  Xorg freeze

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

2012-05-01 Thread Greg Stovall
** Attachment added: contents of i915 error state file
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/990882/+attachment/3123604/+files/i915_error_state

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

Title:
  Xorg freeze

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

2012-05-01 Thread Greg Stovall
the recent attachments were gathered just after another episode where
unity appeared to go away, leaving only the windows with no decoration.


BTW, I'm seeing another bug; it may be related.   I have this machine on
2-port KVM switch.  When I switch away from this machine for more than
just a minute or so, when I come back, the screen is at VGA resolution,
not the 2048x1500 or whatever that it normally runs at.  I can bring up
the settings icon from the launcher, click on display, and it'll
automatically go back to the proper resolution, but this happens nearly
every time I switch away from this machine.  I hypothesize that the i915
driver is throwing an error, and something is going back to fetch the
display resolution, and it doesn't find the display since it is
servicing another machine, and so sets to a low default resolution.
Should I leave this report here or open a separate bug for this?

(BTW, while typing this, Unity went away again.  Fortunately, I can
still finish this comment)

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

Title:
  Xorg freeze

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

2012-04-29 Thread Greg Stovall
Thanks, Bryce.  I'll try to gather that the next time it happens.

Now, its not really a freeze -- I selected that because it also
mentioned crash.  When this happens, the screen flashes black a couple
of times, then a very short while afterward,  unity goes away, leaving
only undecorated and unselectable windows behind.  The top bar is gone,
the launcher bar is gone.   Can still move cursor and can work in
foreground window, but can't access the other windows.

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

Title:
  Xorg freeze

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

2012-04-28 Thread Greg Stovall
Public bug reported:

Fresh install of 12.04 on a machine running with i3-2105, using HD3000
graphics.  I have done the fresh install several times, with the same
behavior each time.

Unity was rock solid on 11.10, but crashes pretty easily with 12.04.
i915 driver crashes a lot, flickering screen.  When unity dies,
everything but the open windows disappears.  The foreground window can
continue to be used, but no other window is selectable.

I'll have to reload 11.10 pretty soon; I can't keep my primary personal
machine in this state.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Sat Apr 28 22:03:23 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Continuously
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0112] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASRock Incorporation Device [1849:0112]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=422ce5b0-23e6-4376-b77d-448d83189141 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/19/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.30
dmi.board.name: Z68 Pro3
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.30:bd05/19/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnZ68Pro3:rvr:cvnToBeFilledByO.E.M.: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: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 freeze precise regression-update 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/990882

Title:
  Xorg freeze

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

2012-04-28 Thread Greg Stovall
-- 
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/990882

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/990882/+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 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2012-04-26 Thread Greg Anderson
I observed this bug under the following simple configuration:

0. Clean install of 12.04 LTS, with neither 'download packages' nor 'third 
party software' checkboxes checked.
1. Log into unity; open a terminal and `sudo apt-get install 
gnome-session-fallback`
2. Log out of unity and log into gnome classic.
3. Open a terminal.  Wait.  Observe crash.

No proprietary drivers are in use on this system.

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/905686/+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 898001] Re: Screen Malformed After Connecting External Monitor

2012-04-25 Thread Greg Vallande
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = 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/898001

Title:
  Screen Malformed After Connecting External Monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/898001/+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 877682] Re: [Latitude E6510 / Thinkpad W510/T510] External Video inoperative with nVidia current

2012-04-18 Thread Greg Vallande
Hi All,

  I re-tested this with a Lenovo T510 -  Installed 11.10+updates;
Installed the nvidia drivers via Jockey and now the DisplayPort is
functional and also the VGA port.

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

Title:
  [Latitude E6510 / Thinkpad W510/T510] External Video inoperative with
  nVidia current

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/877682/+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 984135] [NEW] [Lenovo T420s] Resolution Failure 1024x768

2012-04-17 Thread Greg Vallande
Public bug reported:

Switching desktop resolution to 1024x768 fails - you are left with a
fuzzy screen that never returns and leaves an artifact on the screen
of it's failed attempt to redraw the desktop.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.95-0ubuntu1
Architecture: i386
CheckboxCommand: xrandr_cycle --keyword=after_suspend --screenshot-dir 
$CHECKBOX_DATA
CheckboxData: Fails 1024x768 - you are left with a fuzzy screen that never 
returns and leaves an artifact on the screen of it's failed attempt to redraw 
the desktop.  Tested manually also and the error still occurs.
CheckboxTest: suspend/cycle_resolutions_after_suspend
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Tue Apr 17 12:30:06 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120328)
MachineType: LENOVO 417026U
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=dbfbe36e-f6f3-42f7-9bcc-d5b4f51a3a01 ro quiet splash initcall_debug 
vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/13/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8CET35WW (1.12 )
dmi.board.asset.tag: Not Available
dmi.board.name: 417026U
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:bvr8CET35WW(1.12):bd05/13/2011:svnLENOVO:pn417026U:pvrThinkPadT420s:rvnLENOVO:rn417026U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 417026U
dmi.product.version: ThinkPad T420s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.7.2-0ubuntu4
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: blocks-hwcert precise

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

Title:
  [Lenovo T420s] Resolution Failure 1024x768

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/984135/+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 984135] Re: [Lenovo T420s] Resolution Failure 1024x768

2012-04-17 Thread Greg Vallande
-- 
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/984135

Title:
  [Lenovo T420s] Resolution Failure 1024x768

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/984135/+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 931818] Re: Elantech Touchpad become unusable in precise

2012-03-20 Thread greg
Never mind, that was due to https://bugs.launchpad.net/gtk/+bug/949414,
which is partially fixed.

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

Title:
  Elantech Touchpad become unusable in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/931818/+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 92599] Re: Incorrect (low/stuttering) refresh rate with NVIDIA driver

2012-03-20 Thread greg
It should be possible to determine the actual display refresh rate on
TwinView setups through NVidia's configuration X extension. Has anyone
looked into this?

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

Title:
  Incorrect (low/stuttering) refresh rate with NVIDIA driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/92599/+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 927051] Re: On bootup, 'screenshot of shutdown' flashes up

2012-03-16 Thread Greg Auger
It's difficult to tell: I only get this when autologin is enabled.

It's probably worth noting that this only happens when restarting (as
opposed to shutting down, and then pressing the power button to turn
back on).

** 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/927051

Title:
  On bootup, 'screenshot of shutdown' flashes up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/927051/+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 931818] Re: Elantech Touchpad become unusable in precise

2012-03-15 Thread greg
On my system with Elantech touchpad, there sometimes is trouble with
detecting motion events. For example, if I scroll through a menu with
the pointer, the menu items are not hilighted as they should be, and the
overlay scrollbar does not work correctly.

Curiously, attaching a USB mouse fixes this somewhat (that is, it works
correctly with the touchpad, as soon as a mouse is plugged in!), and so
does forcing the psmouse driver to the imps protocol, so that the
touchpad isn't handled by synaptics anymore.

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

Title:
  Elantech Touchpad become unusable in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/931818/+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 877682] Re: [Latitude E6510 / Thinkpad W510/T510] External Video inoperative with nVidia current

2012-03-15 Thread Greg Vallande
Hi All,

   I retested the W510 with the nvideo-graphics-drivers-updates(current)
package on Precise beta1 - I installed via jockey then rebooted - The
VGA port does NOT work - However the Displayport DOES work.

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

Title:
  [Latitude E6510 / Thinkpad W510/T510] External Video inoperative with
  nVidia current

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/877682/+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 945774] Re: Probleme mit xserver on G72 laptop

2012-03-08 Thread greg
startx give:
(WW)fglrx:no matching Device section for instance ( BusID PCI:0@1:0:1)found
(EE) No devices detected controller: ATI Technologies Inc...

lspci give:
01:00.0 VGA Compatible
Radeon HD 5400 Series

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

Title:
  Probleme mit xserver on G72  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/945774/+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 706063] Re: Nvidia GT240 compatibility issue

2012-03-07 Thread greg
I'm affected by this, too. Basically, any acceleration seems to be
problematic on NVA3 chips. Passing nouveau.noaccel=1 to kernel fixes
this: booting works normally, albeit X is unaccelerated.

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

Title:
  Nvidia GT240 compatibility issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/706063/+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 706063] Re: Nvidia GT240 compatibility issue

2012-03-07 Thread greg
This patch disables acceleration completely for certain known chipsets.
This is not ideal, but certainly better than an unusuable, crashing
system.

** Patch added: drm-nouveau-nva3-noaccel.patch
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/706063/+attachment/2829859/+files/drm-nouveau-nva3-noaccel.patch

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

Title:
  Nvidia GT240 compatibility issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/706063/+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 706063] Re: Nvidia GT240 compatibility issue

2012-03-07 Thread greg
This patch disables acceleration completely for certain known chipsets.
This is not ideal, but certainly better than an unusuable, crashing
system.

** Patch added: drm-nouveau-nva3-noaccel.patch
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/706063/+attachment/2829860/+files/drm-nouveau-nva3-noaccel.patch

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

Title:
  Nvidia GT240 compatibility issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/706063/+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 945774] Re: Probleme mit xserver on G72 laptop

2012-03-06 Thread greg
by installed 10.10 is the same problem

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

Title:
  Probleme mit xserver on G72  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/945774/+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 945774] Re: Probleme mit xserver on G72 laptop

2012-03-06 Thread greg
sorry 11.10

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

Title:
  Probleme mit xserver on G72  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/945774/+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 945774] Re: Probleme mit xserver on G72 laptop

2012-03-06 Thread greg
I have installed catalyst original driver and booting stops on
...
setpci invalid width B-0


i dont know how to do it!
the boot process  ends in any place

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

Title:
  Probleme mit xserver on G72  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/945774/+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 945774] Re: Probleme mit xserver on G72 laptop

2012-03-05 Thread greg
I have insalled 11.04 by recovery mode i become:failed to become symbols
for i915 (kernel?)

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

Title:
  Probleme mit xserver on G72  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/945774/+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 945774] Re: Probleme mit xserver on G72 laptop

2012-03-05 Thread greg
writing in terminal is impossible

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

Title:
  Probleme mit xserver on G72  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/945774/+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 927441] Re: Far left character in panel (and launcher popups) distorted

2012-02-18 Thread Greg Auger
There's a thread of the forums about this:
http://ubuntuforums.org/showthread.php?t=1919448

Just to add my contribution. Note in the screenshot the distortion on
Recent Apps and also on the X button in the top left.

greg@greg-precise:~$ lspci|grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 
[Radeon HD 4350]
greg@greg-precise:~$ 


** Attachment added: Screenshot at 2012-02-18 09:05:16.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/927441/+attachment/2752115/+files/Screenshot%20at%202012-02-18%2009%3A05%3A16.png

** Changed in: unity
   Status: Invalid = New

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

Title:
  Far left character in panel (and launcher popups) distorted

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/927441/+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 927051] Re: On bootup, 'screenshot of shutdown' flashes up

2012-02-06 Thread Greg Auger
I managed to get a screenshot of this bug. This image was taking on
startup. The log out dialogue, totem, and the printer queue (in the
launcher) should not be visible.

When I took the screnshot, the take screenshot window didn't show up
for a few seconds (until the shutdown image had disappeared).

** Attachment added: Screenshot at 2012-02-06 18:38:41.png
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/927051/+attachment/2720130/+files/Screenshot%20at%202012-02-06%2018%3A38%3A41.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/927051

Title:
  On bootup, 'screenshot of shutdown' flashes up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/927051/+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 927051] [NEW] On bootup, 'screenshot of shutdown' flashes up

2012-02-05 Thread Greg Auger
Public bug reported:

This happens to me (I think) on every boot, and has done for some time
(not just in Precise). I believe it also happens between Ubuntu version
- e.g. when dual booting a flash of oneiric is seen in precise.

To reproduce:
1. Open a window (firefox, totem, etc)
2. Restart Ubuntu (don't close the window)
3. During bootup, watch carefully. During the process, the window that was open 
during shutdown flashes up on the screen for a second or so.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+10ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3
Uname: Linux 3.2.0-14-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,place,grid,regex,imgpng,snap,resize,animation,gnomecompat,session,workarounds,move,vpswitch,mousepoll,unitymtgrabhandles,expo,wall,ezoom,fade,scale,unityshell]
CompositorRunning: compiz
Date: Sun Feb  5 08:43:51 2012
DistUpgraded: Log time: 2012-01-13 16:28:00.195808
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RV710 [Radeon HD 4350] [1002:954f] 
(prog-if 00 [VGA controller])
   Subsystem: Hightech Information System Ltd. Device [1787:2271]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120112)
MachineType: Dell Inc. Dell DXP061
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-14-generic 
root=UUID=52f3be9e-d898-4c15-b9aa-43d149c09073 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to precise on 2012-02-05 (0 days ago)
dmi.bios.date: 11/22/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.5.3
dmi.board.name: 0WG855
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.5.3:bd11/22/2007:svnDellInc.:pnDellDXP061:pvr:rvnDellInc.:rn0WG855:rvr:cvnDellInc.:ct7:cvr:
dmi.product.name: Dell DXP061
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu8
version.ia32-libs: ia32-libs 20090808ubuntu33
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0~rc2-0ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0~rc2-0ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.11.3-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.99.901-1ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise reproducible running-unity 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/927051

Title:
  On bootup, 'screenshot of shutdown' flashes up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/927051/+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 927051] Re: On bootup, 'screenshot of shutdown' flashes up

2012-02-05 Thread Greg Auger
-- 
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/927051

Title:
  On bootup, 'screenshot of shutdown' flashes up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/927051/+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 921718] [NEW] After resuming from suspend, second monitor remains in standby

2012-01-25 Thread Greg Auger
Public bug reported:

This does not happen consistently, but does happen occasionally (I am
not sure if I was on Oneiric last time it happened, or if it is a
regression).

Workaround: open Displays (from Dash) and disable, and renable monitor.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-core 2:1.11.3-0ubuntu8
ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
Uname: Linux 3.2.0-10-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Wed Jan 25 18:05:35 2012
DistUpgraded: Log time: 2012-01-13 16:28:00.195808
DistroCodename: precise
DistroVariant: ubuntu
ExecutablePath: /usr/bin/Xorg
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 ATI Technologies Inc RV710 [Radeon HD 4350] [1002:954f] (prog-if 00 [VGA 
controller])
   Subsystem: Hightech Information System Ltd. Device [1787:2271]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120112)
MachineType: Dell Inc. Dell DXP061
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-10-generic 
root=UUID=52f3be9e-d898-4c15-b9aa-43d149c09073 ro quiet splash vt.handoff=7
SourcePackage: xorg-server
UpgradeStatus: Upgraded to precise on 2012-01-13 (12 days ago)
dmi.bios.date: 11/22/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.5.3
dmi.board.name: 0WG855
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.5.3:bd11/22/2007:svnDellInc.:pnDellDXP061:pvr:rvnDellInc.:rn0WG855:rvr:cvnDellInc.:ct7:cvr:
dmi.product.name: Dell DXP061
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu8
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.11.3-0ubuntu8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.99.901-1ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug compiz-0.9 has-workaround precise ubuntu

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

Title:
  After resuming from suspend, second monitor remains in standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/921718/+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 921718] Re: After resuming from suspend, second monitor remains in standby

2012-01-25 Thread Greg Auger
** Also affects: pm-utils (Ubuntu)
   Importance: Undecided
   Status: 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/921718

Title:
  After resuming from suspend, second monitor remains in standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/921718/+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 873375] Re: nvidia-settings freeze on activating TwinView

2011-10-17 Thread Greg King
Hardware:
Asus A8Jm (Core Duo T2400)
With a GeForce 7600 Go

I was able to use two external monitors (had to turn off the laptop
display) with twinview and 11.04. However in 11.10, when I attempt to
enable twinview on the second external monitor, nvidia-settings crashes.

Attached in the nvidia-settings output for glxinfo

** Attachment added: nvidia-settings --glxinfo
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/873375/+attachment/2555762/+files/current_glxinfo.txt

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

Title:
  nvidia-settings freeze on activating TwinView

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/873375/+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 873375] Re: nvidia-settings freeze on activating TwinView

2011-10-17 Thread Greg King
Works Now: If I set the laptop monitor to disabled first, before trying
to enable twinview (but didn't apply any setting changes). Then enable
twinview on both monitors (a warning was output, but nvidia-settings
didn't crash and can currently use both external monitors).

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

Title:
  nvidia-settings freeze on activating TwinView

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/873375/+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 807989] Re: Display or status bar or whatever the Dock?

2011-10-06 Thread Greg Arnold
What does this reply mean?
On Oct 6, 2011 12:35 PM, Ubuntu QA#39;s Bug Bot 
bug-st...@murraytwins.com wrote:
 ** Package changed: ubuntu = xorg (Ubuntu)

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/807989

 Title:
 Display or status bar or whatever the Dock?

 Status in “xorg” package in Ubuntu:
 New

 Bug description:
 the bar up top and to the left are distorted on Windows my computer is
 fine (Win 7). Im new and i dont know the technical terms for this
 problem... the main middle area is fine so i can type this report. and
 i launched the bug reporter by luck its all distorted i'll try to get
 a screenshot. And sorry for my bad grammar im 12 lol help

 ProblemType: Bug
 DistroRelease: Ubuntu 11.04
 Package: xorg 1:7.6+4ubuntu3
 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
 Uname: Linux 2.6.38-8-generic i686
 Architecture: i386
 CompizPlugins:
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
 CompositorRunning: compiz
 DRM.card0.DIN.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes:
 edid-base64:
 Date: Sat Jul 9 09:43:07 2011
 DistUpgraded: Fresh install
 DistroCodename: natty
 DistroVariant: ubuntu
 GraphicsCard:
 ATI Technologies Inc Mobility Radeon HD 3600 Series [1002:9598] (prog-if
00 [VGA controller])
 Subsystem: ATI Technologies Inc Mobility Radeon HD 3600 [1002:9598]
 InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386
(20110427.1)
 ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic
root=UUID=4212d039-6a55-4974-8ee2-b51ff8c5b11f ro quiet splash vt.handoff=7
 Renderer: Unknown
 SourcePackage: xorg
 Symptom: display
 UpgradeStatus: No upgrade log present (probably fresh install)
 dmi.bios.date: 04/23/2003
 dmi.bios.vendor: Intel Corp.
 dmi.bios.version: BF86510A.86A.0033.P06.0304231704
 dmi.board.name: D865GBF
 dmi.board.vendor: Intel Corporation
 dmi.board.version: AAC25843-402
 dmi.chassis.type: 2
 dmi.modalias:
dmi:bvnIntelCorp.:bvrBF86510A.86A.0033.P06.0304231704:bd04/23/2003:svn:pn:pvr:rvnIntelCorporation:rnD865GBF:rvrAAC25843-402:cvn:ct2:cvr:
 version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
 version.libdrm2: libdrm2 2.4.23-1ubuntu6
 version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
 version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
 version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
 version.xserver-xorg-video-intel: xserver-xorg-video-intel
2:2.14.0-4ubuntu7
 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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

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

Title:
  Display or status bar or whatever the Dock?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/807989/+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 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver using X.org

2011-09-03 Thread Greg Michalec
Unfortunately, I'm still seeing this issue in Oneric Beta 1.
Steps to reproduce:
1) log in to guest session
2) Enable Desktop Sharing
3) Open Remote Desktop Viewer
4) Open VNC connection to localhost:5900

You'll see the initial screen, and the mouse will move around, but no
screen updates are made. If you repeat the steps abovem , but starting
the guest session in 'Ubuntu 2D' mode, it will work as expected.

Obviously there is something incompatible between the VNC server and
desktop compositing, but since Vino, Vinaigre, and Compiz are now all
part of the default Ubuntu experience, it seems that the current
situation will cause nothing but frustration for new users. Even if
there is no programmatic solution, can't there be some sort of
indication of why this won't work, or a best way to work around - i.e.
maybe a notification in the Desktop Sharing preferences tool warning
that sharing will not work unless you restart to a 2d session (if this
is indeed the best/easiest solution).

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

Title:
  Compiz / vnc screen refresh with nvidia-restricted
  driver/VirtualBox/ATI fglrx driver using X.org

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/353126/+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 803926] Re: Unity/Xorg crash

2011-07-05 Thread Greg Grossmeier
Hi Dave,

I have xserver-xorg-input-synaptics version 1.3.99+git2011 installed.

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

Title:
  Unity/Xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/803926/+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 796396] Re: 3D acceleration stopped working Intel Integrated Graphics

2011-06-29 Thread Greg Gorman
Now using kernel from -proposed, compiz desktop cube still doesn't work.

ggo@ggo-laptop:~$ uname -a
Linux ggo-laptop.x.y.com 2.6.32-33-generic-pae #69-Ubuntu SMP Mon Jun 27 
16:53:18 UTC 2011 i686 GNU/Linux
ggo@ggo-laptop:~$

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

Title:
  3D acceleration stopped working Intel Integrated Graphics

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

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


  1   2   3   >