Re: [Ubuntu-x-swat] [Bug 1099394] Re: [sandybridge-m-gt2+] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x01000000

2013-01-16 Thread bestia
Hi All.

Situation is strange.
Sometime the WiFi connection has drop, at this time i can see all networks
around,  but can not connect to any.
Other devices near me (phones, other laptops with Ubuntu 12.xx) haven't
problems with wifi.
When WiFi turned  off via button and then turned on again - in very rare
attempts connection has restoring.
But reboot in 100% restores WiFi until new problems arrived.



On Tue, Jan 15, 2013 at 8:38 PM, Bryce Harrington 
1099...@bugs.launchpad.net wrote:

 Are you able to reproduce this lockup by making the wifi connection drop
 again?

 How many times have you seen it lock up like this?

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

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

 Title:
   [sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0100

 Status in “xserver-xorg-video-intel” package in Ubuntu:
   Incomplete

 Bug description:
   wifi connection drop and require reboot to restore it.

   ProblemType: Crash
   DistroRelease: Ubuntu 13.04
   Package: xserver-xorg-video-intel 2:2.20.17-0ubuntu1
   ProcVersionSignature: Ubuntu 3.8.0-0.3-generic 3.8.0-rc3
   Uname: Linux 3.8.0-0-generic x86_64
   ApportVersion: 2.8-0ubuntu1
   Architecture: amd64
   Chipset: sandybridge-m-gt2+
   Date: Mon Jan 14 10:41:43 2013
   DistroCodename: raring
   DistroVariant: ubuntu
   DuplicateSignature: [sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001
 IPEHR: 0x0100 Ubuntu 13.04
   ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
   GpuHangFrequency: Several times a day
   InstallationDate: Installed on 2011-10-18 (454 days ago)
   InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64
 (20111012)
   InterpreterPath: /usr/bin/python3.3
   MachineType: Hewlett-Packard HP ProBook 6360b
   MarkForUpload: True
   ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
   ProcEnviron:

   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-0-generic
 root=UUID=2148723e-1bb9-4d95-a60e-3f8ce203dbeb ro quiet splash vt.handoff=7
   RelatedPackageVersions:
xserver-xorg 1:7.7+1ubuntu4
libdrm2  2.4.40-1
xserver-xorg-video-intel 2:2.20.17-0ubuntu1
   SourcePackage: xserver-xorg-video-intel
   Title: [sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR:
 0x0100
   UdevDb: Error: [Errno 2] No such file or directory: 'udevadm'
   UpgradeStatus: Upgraded to raring on 2012-12-13 (31 days ago)
   UserGroups:

   dmi.bios.date: 04/27/2011
   dmi.bios.vendor: Hewlett-Packard
   dmi.bios.version: 68SCE Ver. F.03
   dmi.board.name: 1621
   dmi.board.vendor: Hewlett-Packard
   dmi.board.version: KBC Version 97.40
   dmi.chassis.type: 10
   dmi.chassis.vendor: Hewlett-Packard
   dmi.modalias:
 dmi:bvnHewlett-Packard:bvr68SCEVer.F.03:bd04/27/2011:svnHewlett-Packard:pnHPProBook6360b:pvrA0001502:rvnHewlett-Packard:rn1621:rvrKBCVersion97.40:cvnHewlett-Packard:ct10:cvr:
   dmi.product.name: HP ProBook 6360b
   dmi.product.version: A0001502
   dmi.sys.vendor: Hewlett-Packard

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1099394/+subscriptions


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

Title:
  [sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0100

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

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


[Ubuntu-x-swat] [Bug 996176] [NEW] scroll wheel doesn't work with VmarkerUSB

2013-01-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Our scroll function of our interactive whiteboard doesn't work,
http://www.vmarker.org . When we use the scroll wheel, we have seen that
the correct HID reports are transmitted to the PC. You can see this in
the next example:

#sudo cat /dev/hidraw2 | xxd -c6
018: 0001 8402 7800  x.
01e: 0001 8402 7800  x.
024: 00ff 8402 7800  x.
02a: 00ff 8402 7800  x.

The build up of our HID reports is:
-First byte: bit 0 and bit 1 are left and right mouse button
-Second byte: is the scroll in relative axis (127 to -128)
-byte 3 and 4: is the X-axis in absolute coordinate (0 to 1023)
-byte 5 and 6: is the Y-axis in absolute coordinate (0 to 1023)

As you can see in the output of the command the PC receives the correct scroll 
values 1 (0x01) and -1(0xFF).
When I run the same command with a normal usb mouse I get similar output except 
the absolute coordinates.

Next thing I checked was if xorg correctly find and configured my
device.

[  4010.530] (II) config/udev: Adding input device Vmarker by Robin Theunis 
VmarkerUSB v0.4 (/dev/input/event6)
[  4010.530] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: Applying 
InputClass evdev pointer catchall
[  4010.530] (II) Using input driver 'evdev' for 'Vmarker by Robin Theunis 
VmarkerUSB v0.4'
[  4010.530] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  4010.531] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: always reports 
core events
[  4010.531] (**) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Device: 
/dev/input/event6
[  4010.531] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Vendor 
0x2572 Product 0x8003
[  4010.531] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Found 3 
mouse buttons
[  4010.531] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Found 
scroll wheel(s)
[  4010.531] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Found 
relative axes
[  4010.531] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Found 
absolute axes
[  4010.531] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Found x 
and y absolute axes
[  4010.531] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Found 
absolute touchscreen
[  4010.531] (II) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: 
Configuring as touchscreen
[  4010.531] (II) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Adding 
scrollwheel support
[  4010.531] (**) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: 
YAxisMapping: buttons 4 and 5
[  4010.531] (**) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: 
EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4010.531] (**) Option config_info 
udev:/sys/devices/pci:00/:00:06.0/usb2/2-2/2-2:1.1/input/input12/event6
[  4010.531] (II) XINPUT: Adding extended input device Vmarker by Robin 
Theunis VmarkerUSB v0.4 (type: TOUCHSCREEN, id 12)
[  4010.531] (WW) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: 
touchpads, tablets and touchscreens ignore relative axes.
[  4010.531] (II) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: 
initialized for absolute axes.
[  4010.531] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: (accel) keeping 
acceleration scheme 1
[  4010.531] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: (accel) 
acceleration profile 0
[  4010.531] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: (accel) 
acceleration factor: 2.000
[  4010.531] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: (accel) 
acceleration threshold: 4
[  4010.539] (II) config/udev: Adding input device Vmarker by Robin Theunis 
VmarkerUSB v0.4 (/dev/input/mouse2)
[  4010.539] (II) No input driver specified, ignoring this device.
[  4010.539] (II) This device may have been added with another device file.
[  4010.567] (II) config/udev: Adding input device Vmarker by Robin Theunis 
VmarkerUSB v0.4 (/dev/input/mouse3)
[  4010.567] (II) No input driver specified, ignoring this device.
[  4010.567] (II) This device may have been added with another device file.
[  4010.568] (II) config/udev: Adding input device Vmarker by Robin Theunis 
VmarkerUSB v0.4 (/dev/input/event7)
[  4010.568] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: Applying 
InputClass evdev pointer catchall
[  4010.568] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: Applying 
InputClass evdev keyboard catchall
[  4010.568] (II) Using input driver 'evdev' for 'Vmarker by Robin Theunis 
VmarkerUSB v0.4'
[  4010.568] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  4010.568] (**) Vmarker by Robin Theunis VmarkerUSB v0.4: always reports 
core events
[  4010.568] (**) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Device: 
/dev/input/event7
[  4010.568] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Vendor 
0x2572 Product 0x8003
[  4010.568] (--) evdev: Vmarker by Robin Theunis VmarkerUSB v0.4: Found 3 

[Ubuntu-x-swat] [Bug 996176] Re: scroll wheel doesn't work with VmarkerUSB

2013-01-16 Thread shankao
Filling against xorg in the case somebody there has a better hint of
what can be causing this problem. Thanks!

** Package changed: ubuntu = xorg (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/996176

Title:
  scroll wheel doesn't work with VmarkerUSB

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

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


[Ubuntu-x-swat] [Bug 1091068] Re: No support for Ivybridge Server GPUs in 12.04

2013-01-16 Thread Timo Aaltonen
Robert: unsubscribing ubuntu-sponsors, since you can upload these
yourself.

** Changed in: linux (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  No support for Ivybridge Server GPUs in 12.04

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

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


[Ubuntu-x-swat] [Bug 1091068] Re: No support for Ivybridge Server GPUs in 12.04

2013-01-16 Thread Timo Aaltonen
fixed in raring

** Changed in: libdrm (Ubuntu)
   Status: In Progress = Fix Released

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

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

Title:
  No support for Ivybridge Server GPUs in 12.04

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

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


[Ubuntu-x-swat] [Bug 1099476] Re: Hiding the mouse cursor when I use my touchscreen?

2013-01-16 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) = xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: xorg-server (Ubuntu)
   Status: New = Triaged

** Changed in: xorg-server (Ubuntu)
   Status: Triaged = Confirmed

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

Title:
  Hiding the mouse cursor when I use my touchscreen?

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

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


[Ubuntu-x-swat] [Bug 1061804] Re: Monitor native resolution not available

2013-01-16 Thread Jordi Vilalta
It's still happening on an updated stable 12.10 install on an Apple Mac
Mini 6,1. This is the lspci entry:

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Apple Inc. Device 00ff
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at a000 (64-bit, non-prefetchable) [size=4M]
Memory at 9000 (64-bit, prefetchable) [size=256M]
I/O ports at 2000 [size=64]
Expansion ROM at unassigned [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915

PCIID = 8086:0166

I've found these lines in Xorg.log:

[19.365] (--) intel(0): Integrated Graphics Chipset: Intel(R)
Ivybridge Mobile (GT2)

[19.618] (II) intel(0): EDID for output DP1
[19.618] (II) intel(0): Printing probed modes for output DP1
[19.618] (II) intel(0): Modeline 1024x768x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[19.618] (II) intel(0): Modeline 800x600x60.3   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[19.618] (II) intel(0): Modeline 800x600x56.2   36.00  800 824 896 1024  
600 601 603 625 +hsync +vsync (35.2 kHz e)
[19.618] (II) intel(0): Modeline 848x480x60.0   33.75  848 864 976 1088  
480 486 494 517 +hsync +vsync (31.0 kHz e)
[19.618] (II) intel(0): Modeline 640x480x59.9   25.18  640 656 752 800  
480 489 492 525 -hsync -vsync (31.5 kHz e)

Anything else I can do?
Thanks in advance!

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  Monitor native resolution not available

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

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


[Ubuntu-x-swat] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-01-16 Thread rsoika
I have updated to 3.8.0-030800rc3-generic kernel. And again today I have had a 
complete freeze during a video chat. This is the same behaivor as with kernel 
versions 3.6.10, 3.7.1 and 3.72 before.
The only kernel option I a m using is i8042.noloop to enable mousepad.

Ubuntu 12.10 64bit
Intel Core i7-3517U Ivy Bridge 
8 GB DDR3 
256 GB SSD 
Intel HD Graphics 4000

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Ubuntu-x-swat] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-01-16 Thread shayne lucas
rsoika that's unfortunate, i have been using kernel 3.8 for a couple of
weeks now without a freeze where as before i would probably get one
every couple days.

Are you using an integrated graphics chip ? I am using an nvidia geforce
210 with proprietary drivers(310.19) so perhaps your freeze is different
to mine?

Asus p8p67 pro
Intel core i5-2500k
128gb sdd
nvidia geforce 210
8gb ram

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Ubuntu-x-swat] [Bug 1071530] Re: X Error of failed request: BadAlloc (insufficient resources for operation)

2013-01-16 Thread Bug Watch Updater
Launchpad has imported 14 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=56042.

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


On 2012-10-16T18:03:24+00:00 Goetzchrist-m wrote:

Created attachment 68637
dmesg

When I run glxinfo, or any 3D application, the app doesn't start, and I
only get this error. With Mesa 8.0.4 there was no problem.

$ glxinfo 
name of display: :0
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  22
  Current serial number in output stream:  25

---

Linux 3.6.2
X Server 1.13.0
libdrm 2.4.39
xf86-video-intel 2.20.10

00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics 
Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: ASRock Incorporation Device 2572
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx+
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at f000 (32-bit, prefetchable) [size=128M]
Region 1: Memory at ff28 (32-bit, non-prefetchable) [size=512K]
Region 2: I/O ports at ec00 [size=8]
Expansion ROM at unassigned [disabled]
Capabilities: [d0] Power Management version 1
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915

I don't know what information should I provide.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071530/comments/0


On 2012-10-16T18:04:57+00:00 Goetzchrist-m wrote:

Created attachment 68638
Xorg.0.log

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071530/comments/1


On 2012-11-03T15:03:09+00:00 Hyrathb wrote:

I got the same problem with mesa 9.0.1

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071530/comments/19


On 2012-11-07T14:26:52+00:00 helloworld wrote:

I have the same problem here with the new mesa 9.0

Additional Info:

(tested with extra/xf86-video-intel 2.20.12  under mesa 9.0)
Dell Dimension 4600i or similar.
Intel Corporation 82865G Integrated Graphics Controller (rev 02)
archlinux

I downgraded my mesa to 8.0.4. and libgl too.

Waiting for a bug fix. Thank you.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071530/comments/22


On 2012-11-17T01:22:04+00:00 Rene-herman wrote:

Just another me too; mesa-9.0 breaks any all DRI on 865G, with only
the here mentioned error message as a result from running any 3D
application.

I also downgraded to 8.0.4, which works very well on this hardware --
which actually surprised me a bit when testing, since the xorg intel
driver was problematic on older hardware for a long time. I therefore
quite hope that this is just a bug and not an abandonment?

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071530/comments/32


On 2012-11-18T02:55:08+00:00 Rene-herman wrote:

(still current for mesa-9.0.1)

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071530/comments/33


On 2012-11-20T16:57:41+00:00 Idr wrote:

Is there any chance that you're all using Arch?  We've recently seen
some other similar weirdness that we could only reproduce on Arch.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071530/comments/34


On 2012-11-20T23:53:10+00:00 Goetzchrist-m wrote:

As many users have reported, this problem also happens in the Ubuntu packages: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1071530
I see this problem in my machine using Arch and Ubuntu.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071530/comments/35


On 2012-11-24T02:18:31+00:00 Rene-herman wrote:


[Ubuntu-x-swat] [Bug 1100286] [NEW] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !

2013-01-16 Thread Simon Baconnais
Public bug reported:

Problem : On boot my computer is perfect for a few minuts, then my
screen start to panic and finally totaly freeze.

Graphic card : VGA compatible controller: Advanced Micro Devices [AMD]
nee ATI Manhattan [Mobility Radeon HD 5430 Series]

Driver : xserver-xorg-video-ati

How to reproduce : Booting on Ubuntu Raring Ringtail 13.04

Syslog : [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !

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

** Description changed:

- My screen start to panic and finally totaly freezed.
+ Problem : On boot my computer is perfect for a few minuts, then my
+ screen start to panic and finally totaly freeze.
+ 
+ Graphic card : VGA compatible controller: Advanced Micro Devices [AMD]
+ nee ATI Manhattan [Mobility Radeon HD 5430 Series]
+ 
+ Driver : xserver-xorg-video-ati
+ 
+ How to reproduce : Booting on Ubuntu Raring Ringtail 13.04
  
  Syslog : [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !

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

Title:
  [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !

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

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


[Ubuntu-x-swat] [Bug 883030] Re: /usr/lib/libGL.so symlink missing

2013-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mesa (Ubuntu)
   Status: New = Confirmed

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

Title:
  /usr/lib/libGL.so symlink missing

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

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


[Ubuntu-x-swat] [Bug 928930] Re: Scrolling using the center wheel bounces

2013-01-16 Thread Mark Burton
I have the same problem in most programmes although it seems intermittent.  
Occurs particularly in Libre Office, Thuderbird and Firefox.   I use an Acer 
travelmate 2420 with touchpad.  Ubuntu 12.10 with KDE desktop (although it also 
occurred with Unity before I switched to KDE).
Would very much appreciate a fix.

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

Title:
  Scrolling using the center wheel bounces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/928930/+subscriptions

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


[Ubuntu-x-swat] [Bug 1100286] Re: [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !

2013-01-16 Thread Simon Baconnais
Here is a capture of the screen bug, right before a freeze.

** Attachment added: Capture du 2013-01-16 13:15:02.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1100286/+attachment/3484723/+files/Capture%20du%202013-01-16%2013%3A15%3A02.png

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

Title:
  [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !

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

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


[Ubuntu-x-swat] [Bug 1100312] [NEW] GLX extension fails to initialize in Xvfb

2013-01-16 Thread Dominik Röttsches
Public bug reported:

I request to include the following patch from upstream
http://cgit.freedesktop.org/xorg/xserver/patch/?id=65642ccb78aa2d4c4e17b9ac42e4ef625c4a6e8b

From the ChangeLog:
Subject: vfb: Initialize the GLX extension again.

This should fix a regression in the 1.13.0 release: commit
5f5bbbe543f65c48ecbb5cce80116a86ca3fbe86 removed a code path used by Xvfb
and made it use the default one when initializing extensions. However, this
meant the GLX extension was not initialized anymore since it is not part of
the `staticExtensions' array.

Since it is not possible to just add it to that array after commit
aad428b8e21c77397c623b78706eb64b1fea77c9, adopt an approach similar to
xwin's and xquartz's and initialize the extension from vfb's `InitOutput'.


This has been merged into the mainline already and is bound to be release in 
1.13.2 - 

I kindly request inclusion into the 1.13.0 package on Ubuntu. We use
xvfb for our testing scripts and we're dependent on GLX to function in
it.

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

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

Title:
  GLX extension fails to initialize in Xvfb

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

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


[Ubuntu-x-swat] [Bug 1100312] Re: GLX extension fails to initialize in Xvfb

2013-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

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

Title:
  GLX extension fails to initialize in Xvfb

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

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


[Ubuntu-x-swat] [Bug 1100312] Re: GLX extension fails to initialize in Xvfb

2013-01-16 Thread Dominik Röttsches
Original patch courtesy of Raphael Kubo da Costa.

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

Title:
  GLX extension fails to initialize in Xvfb

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

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


[Ubuntu-x-swat] [Bug 1098334] Re: Font corruption in Chromium tab bar using Intel SNA

2013-01-16 Thread Timo Aaltonen
I've uploaded 2.12.18 which should fix some rendering issues with gen4,
please check if you can still reproduce with it or if it's fixed.

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

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

Title:
  Font corruption in Chromium tab bar using Intel SNA

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

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


[Ubuntu-x-swat] [Bug 1100360] [NEW] [raring][sandybridge-m-gt2+] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2013-01-16 Thread Roman Yepishev
Public bug reported:

This looks like LP 1041790, however I am having the issues only on 13.04 
(12.04, 12.10 were fine).
The lockup happens several times a day and it has just happened with UXA 
AccelMethod too.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-video-intel 2:2.20.17-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-0.4-generic 3.8.0-rc3
Uname: Linux 3.8.0-0-generic x86_64
ApportVersion: 2.8-0ubuntu1
Architecture: amd64
Chipset: sandybridge-m-gt2+
Date: Wed Jan 16 18:25:54 2013
DistroCodename: raring
DistroVariant: ubuntu
DuplicateSignature: [sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR: 
0x0b140001 Ubuntu 13.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GpuHangFrequency: Several times a week
InstallationDate: Installed on 2013-01-04 (12 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130104)
InterpreterPath: /usr/bin/python3.3
MachineType: LENOVO 1141PZ5
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-0-generic 
root=UUID=0e822d3c-f45d-4f15-a2c9-7968357ac544 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu4
 libdrm2  2.4.40-1
 xserver-xorg-video-intel 2:2.20.17-0ubuntu1
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001
UdevDb: Error: [Errno 2] No such file or directory: 'udevadm'
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 11/03/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8HET40WW(1.22)
dmi.board.asset.tag: Not Available
dmi.board.name: 1141PZ5
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:bvr8HET40WW(1.22):bd11/03/2011:svnLENOVO:pn1141PZ5:pvrThinkPadE420:rvnLENOVO:rn1141PZ5:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 1141PZ5
dmi.product.version: ThinkPad E420
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-crash freeze need-duplicate-check raring 
third-party-packages 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/1100360

Title:
  [raring][sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR:
  0x0b140001

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

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


[Ubuntu-x-swat] [Bug 1100360] Re: [raring][sandybridge-m-gt2+] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2013-01-16 Thread Roman Yepishev
** Summary changed:

- [sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001
+ [raring][sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001

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

Title:
  [raring][sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR:
  0x0b140001

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

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


[Ubuntu-x-swat] [Bug 1062881] Re: [gm45] GPU lockup IPEHR: 0x7b001804

2013-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Confirmed

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

Title:
  [gm45] GPU lockup  IPEHR: 0x7b001804

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

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


[Ubuntu-x-swat] [Bug 1002788] Re: Using the touchscreen breaks normal device left clicking

2013-01-16 Thread Thomas
found this 
http://askubuntu.com/questions/143015/mouse-selects-everything-on-its-own maybe 
it's a hind or it could help some people to fix it
Can't test it if the change in /usr/share/X11/xorg.conf.d/10-evdev.conf works 
cause of another issues at the moment.

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

Title:
  Using the touchscreen breaks normal device left clicking

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

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


[Ubuntu-x-swat] [Bug 745608]

2013-01-16 Thread Chris Wilson
Sitsofe reports that commit 441ef916ae6569c88b3d6abaf7fea4d69be49d76
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Thu Jan 10 19:14:21 2013 +

intel: Throttle harder

does improve matters, but I'm still at a loss to explain why.

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

Title:
  [915GM] font corruption on Intel GMA900

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

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


[Ubuntu-x-swat] [Bug 745608]

2013-01-16 Thread Chris Wilson
*** Bug 37782 has been marked as a duplicate of this bug. ***

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

Title:
  [915GM] font corruption on Intel GMA900

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

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


[Ubuntu-x-swat] [Bug 745608]

2013-01-16 Thread Chris Wilson
*** Bug 49396 has been marked as a duplicate of this bug. ***

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

Title:
  [915GM] font corruption on Intel GMA900

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

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


[Ubuntu-x-swat] [Bug 745608]

2013-01-16 Thread Chris Wilson
*** Bug 39851 has been marked as a duplicate of this bug. ***

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

Title:
  [915GM] font corruption on Intel GMA900

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

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


[Ubuntu-x-swat] [Bug 745608]

2013-01-16 Thread Chris Wilson
*** Bug 55881 has been marked as a duplicate of this bug. ***

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

Title:
  [915GM] font corruption on Intel GMA900

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

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


[Ubuntu-x-swat] [Bug 822872] Re: LeftCtrl+LeftAlt+Key should be equivalent to RightAlt+Key

2013-01-16 Thread Paddy Landau
I have just found this bug, and I disagree completely. Ctrl+Alt+T, for
example, should not be the same as AltGr+T. The two have different
meanings and functions. For example, on Ubuntu, Ctrl+Alt+T opens the
Terminal; whereas AltGr+T creates a character: ŧ

This bug should be marked as invalid.

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

Title:
  LeftCtrl+LeftAlt+Key should be equivalent to RightAlt+Key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/822872/+subscriptions

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


[Ubuntu-x-swat] [Bug 914631] Re: [mir] mesa-demos

2013-01-16 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: New = Invalid

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

Title:
  [mir] mesa-demos

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/914631/+subscriptions

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


[Ubuntu-x-swat] [Bug 1098953] Re: Many errors

2013-01-16 Thread Guy Boyer
Hello,
Seems to me that Ubuntu 12.10 and Linux are made for experienced programmer 
analyst or some kink of geeks because since i installed the system as a back up 
to win7 ultimate (i can't stand microsoft  practices) i face the kind of 
messages you'll find below.  It's always the story each time i upgrade or 
download whatever ...  speechless, helpless
guyboyer...@gmail.com (ps No dvd player either ; i have to switch to win)

installArchives() failed: (Reading database ... 
(Reading database ... 5%%
(Reading database ... 10%%
(Reading database ... 15%%
(Reading database ... 20%%
(Reading database ... 25%%
(Reading database ... 30%%
(Reading database ... 35%%
(Reading database ... 40%%
(Reading database ... 45%%
(Reading database ... 50%%
(Reading database ... 55%%
(Reading database ... 60%%
(Reading database ... 65%%
(Reading database ... 70%%
(Reading database ... 75%%
(Reading database ... 80%%
(Reading database ... 85%%
(Reading database ... 90%%
(Reading database ... 95%%
(Reading database ... 100%%
(Reading database ... 198194 files and directories currently installed.)
Preparing to replace libcupsfilters1:amd64 1.0.24-2 (using 
.../libcupsfilters1_1.0.24-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libcupsfilters1:amd64 ...
Preparing to replace libfontembed1:amd64 1.0.24-2 (using 
.../libfontembed1_1.0.24-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libfontembed1:amd64 ...
Preparing to replace openjdk-7-jre:amd64 7u9-2.3.3-0ubuntu1~12.10.1 (using 
.../openjdk-7-jre_7u9-2.3.4-0ubuntu1.12.10.1_amd64.deb) ...
Unpacking replacement openjdk-7-jre:amd64 ...
Preparing to replace icedtea-7-jre-jamvm:amd64 7u9-2.3.3-0ubuntu1~12.10.1 
(using .../icedtea-7-jre-jamvm_7u9-2.3.4-0ubuntu1.12.10.1_amd64.deb) ...
Unpacking replacement icedtea-7-jre-jamvm:amd64 ...
Preparing to replace openjdk-7-jre-headless:amd64 7u9-2.3.3-0ubuntu1~12.10.1 
(using .../openjdk-7-jre-headless_7u9-2.3.4-0ubuntu1.12.10.1_amd64.deb) ...
Unpacking replacement openjdk-7-jre-headless:amd64 ...
Preparing to replace openjdk-7-jre-lib 7u9-2.3.3-0ubuntu1~12.10.1 (using 
.../openjdk-7-jre-lib_7u9-2.3.4-0ubuntu1.12.10.1_all.deb) ...
Unpacking replacement openjdk-7-jre-lib ...
Preparing to replace cups-filters 1.0.24-2 (using 
.../cups-filters_1.0.24-2ubuntu0.1_amd64.deb) ...
Unpacking replacement cups-filters ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for cups ...
Setting up avg2012flx (2012.1795) ...
Installing 'avgd' service initscripts...
ln: impossible de crer le lien symbolique /etc/init.d/avgd: Le fichier existe
dpkg: error processing avg2012flx (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libcupsfilters1:amd64 (1.0.24-2ubuntu0.1) ...
Setting up libfontembed1:amd64 (1.0.24-2ubuntu0.1) ...
Setting up cups-filters (1.0.24-2ubuntu0.1) ...
.
Setting up openjdk-7-jre-headless:amd64 (7u9-2.3.4-0ubuntu1.12.10.1) ...
Setting up openjdk-7-jre-lib (7u9-2.3.4-0ubuntu1.12.10.1) ...
Setting up openjdk-7-jre:amd64 (7u9-2.3.4-0ubuntu1.12.10.1) ...
Setting up icedtea-7-jre-jamvm:amd64 (7u9-2.3.4-0ubuntu1.12.10.1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 avg2012flx
Error in function: 
Setting up avg2012flx (2012.1795) ...
Installing 'avgd' service initscripts...
ln: impossible de crer le lien symbolique /etc/init.d/avgd: Le fichier existe
dpkg: error processing avg2012flx (--configure):
 subprocess installed post-installation script returned error exit status 1

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

Title:
  Many errors

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

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


[Ubuntu-x-swat] [Bug 983269] Re: Screen Resolution exceeds 3D hardware limit

2013-01-16 Thread Joe M
I can confirm this is present for me:
Dell Dimension 5150 with ATI Radeon X600 256MB (of which 128MB is system RAM)
Ubuntu 12.10 Quantal
It worked fine in 10.04 at 1280x1024 on both monitors, and works fine on 
Windows 8 at the same resolution. Monitors are a Dell E196FP (connected via 
VGA) and Liyama ProLite E4315 (ancient but works fine, connected via DVI). I 
have used Precise, but only with mirroring so I can't say about that.

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

Title:
  Screen Resolution exceeds 3D hardware limit

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

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


[Ubuntu-x-swat] [Bug 1100360] Re: [raring][sandybridge-m-gt2+] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2013-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Confirmed

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

Title:
  [raring][sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR:
  0x0b140001

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

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


[Ubuntu-x-swat] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-01-16 Thread Nicholas Musumeci
I have very similar issues to many here. It happens when using VirtualBox, 
Firefox (occasionally), or most obviously, when watching a video. It happens on 
VLC media player and with Ubuntu Movie player. I have done something for a 
couple days to stop the freezing. It works, however the workaround is not 
ideal, and not everyone here will be able to do it. It all depends on your 
machine. I built my PC myself, so I have a lot more control over my computer 
than those with laptops do. 
This is my desktop:
-Asus-P8B75-M/CSM Motherboard
-Intel Ivy Bridge- Core i5 3570K CPU 
-8GBs of Corsair XMS3 RAM @1333MHz
-500W Corsair Power Supply
-1TB Toshiba/Hitachi HDD 7200RPM
-Cooler Master Hyper-TX3 CPU HSF (Probably doesn't matter--but included for 
good measure)
*I AM using Intel HD Integrated Graphics 4000
My workaround--tested heavily--is disabling C3 and C6 states in the BIOS CPU 
advanced options menu. I leave C1E Halt and Intel Enhanced Speed Step 
Technology enabled. This drastically increases power usage, therefore 
increasing temperature, and I'm sure it's increasing voltage and current. I 
have no way to monitor that within Ubuntu, all I can measure is CPU frequency 
and temperature. My idle temps, which are usually 36-39 Celsius, have increased 
to 41-44 Celsius, which is quite drastic if you think about it. I'm most 
worried about wasted energy, which doesn't just cost me, but also costs the 
environment.
If any of you have control over c-states in your BIOS, turning off anything 
other than C1E should stop the complete freezes. I should note that my freezes 
stay frozen until I intervene by turning the power supply off. If I'm watching 
a video on local storage(or even on the internet), when it freezes, the audio 
from the video stutters and repeats itself. Think of a skipping CD player (CD? 
what's that?? lol), and thats how it sounds . The keyboard and mouse (both USB) 
don't respond at all. There are no blinking lights on the keyboard. The image 
that was on screen before it froze, stays on screen, and again-- if there was 
any type of audio playing(music or video), the same sound skips over and over.
If anyone has any more questions, please don't hesitate to ask.

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Ubuntu-x-swat] [Bug 1064192] Re: [update request] nvidia-173.14.36 adds support for xserver ABI 13 [quantal]

2013-01-16 Thread Oscar Andreis
I downloaded the package at 
https://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173-updates/173.14.36-0ubuntu0.0.1/+build/4221038/+files/nvidia-173-updates_173.14.36-0ubuntu0.0.1_i386.deb;
 but I can't install it due to dependencies problems. I checked my package 
manager, I enabled the quantal-proposed repository but it stil contains the old 
 package.
When it'll be uploaded to the proposed repository, the dependences will be 
automatically resolved?

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

Title:
  [update request] nvidia-173.14.36 adds support for  xserver ABI 13
  [quantal]

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

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


[Ubuntu-x-swat] [Bug 1002788] Re: Using the touchscreen breaks normal device left clicking

2013-01-16 Thread Bratmaxe
I have sovlved it by installing all updates from this PPA: ppa:xorg-
edgers/ppa

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

Title:
  Using the touchscreen breaks normal device left clicking

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

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


[Ubuntu-x-swat] [Bug 1100517] [NEW] nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel module failed to build

2013-01-16 Thread steinhauser christian
Public bug reported:

this is my test ubuntu computer number 04
testing 13.04

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: nvidia-current (not installed)
ProcVersionSignature: Ubuntu 3.8.0-0.1-lowlatency 3.8.0-rc3
Uname: Linux 3.8.0-0-lowlatency x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] est un dossier: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  310.19  Thu Nov  8 00:52:03 
PST 2012
 GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-18ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.8-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
DKMSKernelVersion: 3.8.0-0-lowlatency
Date: Wed Jan 16 22:28:52 2013
DistUpgraded: 2013-01-16 23:24:26,583 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: Micro-Star International Co., Ltd. Device [1462:8094]
InstallationDate: Installed on 2012-12-23 (23 days ago)
InstallationMedia: Ubuntu-Studio 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
LightdmGreeterLog: ** (lightdm-gtk-greeter:2779): WARNING **: Failed to open 
sessions directory: Erreur à l'ouverture du répertoire « 
/usr/share/lightdm/remote-sessions » : Aucun fichier ou dossier de ce type
LightdmGreeterLogOld: ** (lightdm-gtk-greeter:2281): WARNING **: Failed to open 
sessions directory: Erreur à l'ouverture du répertoire « 
/usr/share/lightdm/remote-sessions » : Aucun fichier ou dossier de ce type
MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7327
MarkForUpload: True
PackageVersion: 304.51.really.304.43-0ubuntu1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-0-lowlatency 
root=UUID=45a5456e-3b4b-498c-9297-9f4f304a7a63 ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel 
module failed to build
UpgradeStatus: Upgraded to raring on 2013-01-16 (0 days ago)
dmi.bios.date: 02/28/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.6
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MS-7327
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.6:bd02/28/2008:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7327:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7327:rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
dmi.product.name: MS-7327
dmi.product.version: 1.0
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
modified.conffile..etc.modprobe.d.nvidia.current.hybrid.conf: [deleted]
version.compiz: compiz 1:0.9.9~daily13.01.14-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.41-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.13.1.901-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.18-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.6-0ubuntu1
xserver.bootTime: Wed Jan 16 23:43:27 2013
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputUVC Camera (046d:09a1) KEYBOARD, id 8
 inputAT Translated Set 2 keyboard KEYBOARD, id 9
 inputImPS/2 Logitech Wheel Mouse MOUSE, id 10
xserver.errors:
 open /dev/dri/card0: No such file or directory
 open /dev/dri/card0: No such file or directory
 open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.13.1.901-0ubuntu1

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


** Tags: amd64 apport-package need-duplicate-check raring ubuntu

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

Title:
  nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel
  module failed to build

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : 

[Ubuntu-x-swat] [Bug 1070481] Please test proposed package

2013-01-16 Thread Chris Halse Rogers
Hello Maarten, or anyone else affected,

Accepted xorg-server into precise-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/xorg-
server/2:1.11.4-0ubuntu10.11 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  memory corruption in xorg-server when closing acpid

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

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


[Ubuntu-x-swat] [Bug 1010794] Please test proposed package

2013-01-16 Thread Chris Halse Rogers
Hello Jan, or anyone else affected,

Accepted xorg-server into precise-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/xorg-
server/2:1.11.4-0ubuntu10.11 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  Graphics/text corruptions in some applications with nouveau drivers

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

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


[Ubuntu-x-swat] [Bug 1041063] Re: mouse pointer periodically leaps to left and top of screen with absolute pointing devices

2013-01-16 Thread Chris Halse Rogers
Hello Rocko, or anyone else affected,

Accepted xorg-server into precise-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/xorg-
server/2:1.11.4-0ubuntu10.11 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags removed: verification-failed

** Tags added: verification-needed

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

Title:
  mouse pointer periodically leaps to left and top of screen with
  absolute pointing devices

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

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


[Ubuntu-x-swat] [Bug 1100517] Re: nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel module failed to build

2013-01-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel
  module failed to build

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

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


[Ubuntu-x-swat] [Bug 1100360] Re: [raring][sandybridge-m-gt2+] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2013-01-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  [raring][sandybridge-m-gt2+] GPU lockup  IPEHR: 0x0b160001 IPEHR:
  0x0b140001

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

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


[Ubuntu-x-swat] [Bug 1025488] Re: fglrx (not installed): fglrx kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2013-01-16 Thread Zoltan Maric
Affected. installing on lenovo y460 with switchable Intel/ati 5xxx card

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

Title:
  fglrx (not installed): fglrx kernel module failed to build [error:
  implicit declaration of function ‘do_mmap’]

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

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


[Ubuntu-x-swat] [Bug 1025488] Re: fglrx (not installed): fglrx kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2013-01-16 Thread Zoltan Maric
*Ubuntu 12.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/1025488

Title:
  fglrx (not installed): fglrx kernel module failed to build [error:
  implicit declaration of function ‘do_mmap’]

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

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


[Ubuntu-x-swat] [Bug 408903] Re: Does not handle microphone mute button (KEY_MICMUTE)

2013-01-16 Thread James M. Leddy
** Tags added: rls-r-incoming

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

Title:
  Does not handle microphone mute button (KEY_MICMUTE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/408903/+subscriptions

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


[Ubuntu-x-swat] [Bug 1077805] Re: left click stops working after a while

2013-01-16 Thread Fankoil
Same problem on a 3000 C200, Ubuntu 12.10, fresh install.

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

Title:
  left click stops working after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1077805/+subscriptions

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


[Ubuntu-x-swat] [Bug 1100578] [NEW] pop up occasionnaly error

2013-01-16 Thread benard.gagnon
Public bug reported:

new install pop_up errors like if process krash , all seems work without
problm

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Wed Jan 16 21:03:29 2013
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus: ndiswrapper, 1.57: added
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RS690M [Radeon X1200 Series] [1002:791f] 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:01fc]
InstallationDate: Installed on 2013-01-13 (3 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MachineType: Dell Inc. Inspiron 1521
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=ba811b67-dc21-452a-a7fd-31ab384de349 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/30/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0KY766
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd10/30/2007:svnDellInc.:pnInspiron1521:pvr:rvnDellInc.:rn0KY766:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Inspiron 1521
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.8.6-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.1
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/1100578

Title:
  pop up occasionnaly error

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

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


[Ubuntu-x-swat] [Bug 1041063] Re: mouse pointer periodically leaps to left and top of screen with absolute pointing devices

2013-01-16 Thread a7x
Looks OK to me, except for a minor issue in debian/changelog:  LP:
1041063 should be LP: #1041063 (notice the missing #).

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

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

Title:
  mouse pointer periodically leaps to left and top of screen with
  absolute pointing devices

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

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


[Ubuntu-x-swat] [Bug 1100586] [NEW] unable to use Apple Wireless Trackpad

2013-01-16 Thread Brian Murray
Public bug reported:

When I try to use my  Apple Wireless Trackpad it works momentarily and
then quits.  Looking in my /var/log/Xorg.0.log file I found the
following:

[   268.617] (--) synaptics: Apple Wireless Trackpad: touchpad found
(EE) BUG: triggered 'if (inSignalContext)'
(EE) BUG: ../../os/log.c:484 in LogVMessageVerb()
(EE) Warning: attempting to log data in a signal unsafe manner while in signal 
context.
Please update to check inSignalContext and/or use LogMessageVerbSigSafe() or 
ErrorFSigSafe().
The offending log format message is:
%s: Read error %s

(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x7f4398324e76]
(EE) 1: /usr/bin/X (LogVMessageVerb+0x195) [0x7f43983301b5]
(EE) 2: /usr/bin/X (xf86MsgVerb+0x82) [0x7f439821c592]
(EE) 3: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f438dc9c000+0xc86d) 
[0x7f438dca886d]
(EE) 4: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f438dc9c000+0x6fea) 
[0x7f438dca2fea]
(EE) 5: /usr/bin/X (0x7f439817c000+0x93837) [0x7f439820f837]
(EE) 6: /usr/bin/X (0x7f439817c000+0xbd018) [0x7f4398239018]
(EE) 7: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f43974a2000+0xfbb0) 
[0x7f43974b1bb0]
(EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (__select+0x13) [0x7f43961dc273]
(EE) 9: /usr/bin/X (WaitForSomething+0x190) [0x7f4398322290]
(EE) 10: /usr/bin/X (0x7f439817c000+0x55861) [0x7f43981d1861]
(EE) 11: /usr/bin/X (0x7f439817c000+0x4461a) [0x7f43981c061a]
(EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7f439610dc15]
(EE) 13: /usr/bin/X (0x7f439817c000+0x4495d) [0x7f43981c095d]
(EE) 
Apple Wireless Trackpad: Read error No such device

This is repeatable all the time.  I tried attaching to the Xorg process
using gdb and did not receive any additional information.  The device
did work in Quantal albeit on another system.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xserver-xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-0.4-generic 3.8.0-rc3
Uname: Linux 3.8.0-0-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.8-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Wed Jan 16 18:29:20 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation Device [10de:0fc6] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: eVga.com. Corp. Device [3842:2652]
InstallationDate: Installed on 2013-01-16 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130116)
MachineType: System manufacturer System Product Name
MarkForUpload: True
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-0-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/27/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1106
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8Z77-V LX
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1106:bd07/27/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLX:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.9~daily13.01.14-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.41-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.1.901-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.18-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.6-0ubuntu1
xserver.bootTime: Wed Jan 16 17:32:57 2013
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.1.901-0ubuntu1
xserver.video_driver: nouveau

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Assignee: Bryce Harrington (bryce)
 Status: New


** Tags: amd64 apport-bug compiz-0.9 raring running-unity ubuntu

** Changed in: xorg (Ubuntu)
 Assignee: (unassigned) = Bryce Harrington (bryce)

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

Title:
  unable to use Apple

[Ubuntu-x-swat] [Bug 1100588] Re: Xorg crashed with SIGABRT

2013-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1033533 ***
https://bugs.launchpad.net/bugs/1033533

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1033533, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1100588/+attachment/3485700/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1100588/+attachment/3485703/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1100588/+attachment/3485714/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1100588/+attachment/3485716/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1100588/+attachment/3485717/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1100588/+attachment/3485718/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1100588/+attachment/3485719/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1033533
   Xorg crashed with SIGABRT: exaMemcpyBox with src=0x0 on nouveau with SW 
rendering

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT

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

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


[Ubuntu-x-swat] [Bug 1098828] Re: [i965gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100

2013-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Confirmed

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

Title:
  [i965gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100

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

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


[Ubuntu-x-swat] [Bug 1098334] Re: Font corruption in Chromium tab bar using Intel SNA

2013-01-16 Thread Jonathan Thomas
Still an issue with 2:2.20.18-0ubuntu1. It does seem to occur less often
though.

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

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

Title:
  Font corruption in Chromium tab bar using Intel SNA

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

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


[Ubuntu-x-swat] [Bug 1100621] [NEW] fglrx (not installed): fglrx kernel module failed to build

2013-01-16 Thread John Janney
Public bug reported:

can't install fglrx

HP g7 2340dx laptop

Radeon HD 7520G

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: fglrx 2:8.961-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DKMSKernelVersion: 3.5.0-21-generic
Date: Thu Jan 17 00:20:00 2013
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.961: added
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Trinity [Radeon HD 7520G] [1002:9990] 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:184b]
InstallationDate: Installed on 2013-01-17 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Hewlett-Packard HP Pavilion g7 Notebook PC
MarkForUpload: True
PackageVersion: (not installed)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=b627b8f8-a57a-4701-9071-f0dd847edbad ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: fglrx (not installed): fglrx kernel module failed to build
UnitySupportTest:
 Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request:  BadAlloc (insufficient resources for 
operation)
   Major opcode of failed request:  154 (GLX)
   Minor opcode of failed request:  3 (X_GLXCreateContext)
   Serial number of failed request:  25
   Current serial number in output stream:  26
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/07/2012
dmi.bios.vendor: Insyde
dmi.bios.version: F.22
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 184B
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 57.34
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.22:bd11/07/2012:svnHewlett-Packard:pnHPPaviliong7NotebookPC:pvr088A1230591620100:rvnHewlett-Packard:rn184B:rvr57.34:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion g7 Notebook PC
dmi.product.version: 088A1230591620100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.8.6-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
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.1
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: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


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

Title:
  fglrx (not installed): fglrx kernel module failed to build

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

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


[Ubuntu-x-swat] [Bug 1100621] Re: fglrx (not installed): fglrx kernel module failed to build

2013-01-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  fglrx (not installed): fglrx kernel module failed to build

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

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


[Ubuntu-x-swat] [Bug 1100621] Re: fglrx (not installed): fglrx kernel module failed to build

2013-01-16 Thread Dave Lentz
*** This bug is a duplicate of bug 1025488 ***
https://bugs.launchpad.net/bugs/1025488

Make sure you have linux-headers-generic installed, and try installing
the driver again.

** This bug has been marked a duplicate of bug 1025488
   fglrx (not installed): fglrx kernel module failed to build [error: implicit 
declaration of function ‘do_mmap’]

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

Title:
  fglrx (not installed): fglrx kernel module failed to build

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

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


[Ubuntu-x-swat] [Bug 1100578] Re: pop up occasionnaly error

2013-01-16 Thread Dave Lentz
What process is generating the crash dialog?

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

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

Title:
  pop up occasionnaly error

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

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


[Ubuntu-x-swat] [Bug 1095042] Re: fglrx drivers

2013-01-16 Thread Dave Lentz
Make sure linux-headers package is installed and reinstall fglrx
package.

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

Title:
  fglrx drivers

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

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


[Ubuntu-x-swat] [Bug 1075305] Re: package fglrx 2:8.960-0ubuntu1.1 [firegl_public.c: In function ‘KCL_MEM_AllocLinearAddrInterval’]

2013-01-16 Thread Dave Lentz
*** This bug is a duplicate of bug 1058040 ***
https://bugs.launchpad.net/bugs/1058040

** This bug has been marked a duplicate of bug 1058040
   fglrx-installer not working with AMD Radeon/Mobility Radeon HD 2000-4000 
cards in Quantal

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

Title:
  package fglrx 2:8.960-0ubuntu1.1 [firegl_public.c: In function
  ‘KCL_MEM_AllocLinearAddrInterval’]

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

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


[Ubuntu-x-swat] [Bug 1075035] Re: 1002:9452 fglrx graphics broken on upgrade with AMD FireStream 9250

2013-01-16 Thread Dave Lentz
*** This bug is a duplicate of bug 1058040 ***
https://bugs.launchpad.net/bugs/1058040

This is basically the same as bug 1058040 , so marking duplicate...

** This bug has been marked a duplicate of bug 1058040
   fglrx-installer not working with AMD Radeon/Mobility Radeon HD 2000-4000 
cards in Quantal

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

Title:
  1002:9452 fglrx graphics broken on upgrade with AMD FireStream 9250

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

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


[Ubuntu-x-swat] [Bug 1045449] Re: [xorg-edgers] Missing kernel 3.4.x and 3.5.x dkms patches

2013-01-16 Thread Dave Lentz
This looks to be Fixed since xorg-edgers is now using fglrx 9.x, which
doesn't need patched for kernel 3.5.x

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Fix Released

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

Title:
  [xorg-edgers] Missing kernel 3.4.x and 3.5.x dkms patches

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

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