[Ubuntu-x-swat] [Bug 2062159] Re: xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

2024-04-18 Thread Benjamin Drung
outb is defined in /usr/include/xorg/compiler.h guarded with some
#ifdefs.

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

Title:
  xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

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


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


[Ubuntu-x-swat] [Bug 2062159] [NEW] xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

2024-04-18 Thread Benjamin Drung
Public bug reported:

xserver-xorg-video-vesa 1:2.6.0-1build1 fails to build on armhf.
Relevant log:

```
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-fno-stack-clash-protection 
-fdebug-prefix-map=/<>=/usr/src/xserver-xorg-video-vesa-1:2.6.0-1build1
 -c ../../src/vesa.c  -fPIC -DPIC -o .libs/vesa.o
../../src/vesa.c: In function ‘VESALoadPalette’:
../../src/vesa.c:1437:12: error: implicit declaration of function ‘outb’ 
[-Werror=implicit-function-declaration]
 1437 |outb(pVesa->ioBase + VGA_DAC_WRITE_ADDR, idx);
  |^~~~
../../src/vesa.c:1431:18: error: implicit declaration of function ‘inb’ 
[-Werror=implicit-function-declaration]
 1431 |(void)inb(pVesa->ioBase + VGA_IOBASE_COLOR + 
VGA_IN_STAT_1_OFFSET); \
  |  ^~~
../../src/vesa.c:1438:12: note: in expansion of macro ‘VESADACDelay’
 1438 |VESADACDelay();
  |^~~~
```

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


** Tags: ftbfs update-excuse

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

Title:
  xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

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


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


[Ubuntu-x-swat] [Bug 2062144] [NEW] xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

2024-04-18 Thread Benjamin Drung
Public bug reported:

xserver-xorg-video-nouveau 1:1.0.17-3 fails to build on armhf:

```
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
-I/usr/include/libdrm/nouveau -I/usr/include/libdrm -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-fno-stack-clash-protection 
-fdebug-prefix-map=/<>=/usr/src/xserver-xorg-video-nouveau-1:1.0.17-3
 -Wall -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -c ../../src/nv_shadow.c  -fPIC 
-DPIC -o .libs/nv_shadow.o
../../src/nv_driver.c: In function ‘NVScreenInit’:
../../src/nv_driver.c:1451:23: error: implicit declaration of function 
‘wfbScreenInit’; did you mean ‘fbScreenInit’? 
[-Werror=implicit-function-declaration]
 1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
  |   ^
  |   fbScreenInit
```

This failure is fixed upstream in xorg-server via
https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1114

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

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

** Affects: xorg-server (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: update-excuse

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

** Description changed:

  xserver-xorg-video-nouveau 1:1.0.17-3 fails to build on armhf:
  
  ```
  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time 
-D_FORTIFY_SOURCE=3 -I/usr/include/xorg -fvisibility=hidden 
-I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm 
-I/usr/include/libdrm -I/usr/include/libdrm/nouveau -I/usr/include/libdrm -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-fno-stack-clash-protection 
-fdebug-prefix-map=/<>=/usr/src/xserver-xorg-video-nouveau-1:1.0.17-3
 -Wall -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -c ../../src/nv_shadow.c  -fPIC 
-DPIC -o .libs/nv_shadow.o
  ../../src/nv_driver.c: In function ‘NVScreenInit’:
  ../../src/nv_driver.c:1451:23: error: implicit declaration of function 
‘wfbScreenInit’; did you mean ‘fbScreenInit’? 
[-Werror=implicit-function-declaration]
-  1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
-   |   ^
-   |   fbScreenInit
+  1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
+   |   ^
+   |   fbScreenInit
  ```
  
- This failure is fixed upstream in xserver-xorg via
+ This failure is fixed upstream in xorg-server via
  https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1114

** Bug watch added: Debian Bug tracker #1066966
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066966

** Also affects: xorg-server (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066966
   Importance: Unknown
   Status: Unknown

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

Title:
  xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

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


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


[Ubuntu-x-swat] [Bug 2060358] Re: [FFe] Please add German (Noted) layout

2024-04-06 Thread Benjamin Drung
Here is the debdiff. I tested this change and the layout on noble (via
https://launchpad.net/~bdrung/+archive/ubuntu/staging). This feature
should have a low regression risk since it just add a new keyboard
layout. This layout is added to the "exotic" list.

** Summary changed:

- Please add German (Noted) layout
+ [FFe] Please add German (Noted) layout

** Patch added: "xkeyboard-config_2.41-2ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/2060358/+attachment/5761852/+files/xkeyboard-config_2.41-2ubuntu1.debdiff

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

Title:
  [FFe] Please add German (Noted) layout

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


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


[Ubuntu-x-swat] [Bug 2060358] [NEW] Please add German (Noted) layout

2024-04-06 Thread Benjamin Drung
Public bug reported:

Please add the newest layout of the German Neo keyboard layout family.
Noted is a layout designed to make typing as comfortable and efficient
as possible in both German and English. It was developed with the help
of a layout optimizer, which is based on the metrics and concepts of
ArneBab's optimizer and adapts and extends them.

I switched from Neo 2 via Mine to Noted and I like to see this variant
to be available out of the box in Ubuntu.

Sources:

* https://neo-layout.org/Layouts/noted/
* https://dariogoetz.github.io/noted-layout/

Forwarded upstream: https://gitlab.freedesktop.org/xkeyboard-
config/xkeyboard-config/-/merge_requests/681

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Please add the newest layout of the German Neo keyboard layout family.
  Noted is a layout designed to make typing as comfortable and efficient
  as possible in both German and English. It was developed with the help
  of a layout optimizer, which is based on the metrics and concepts of
  ArneBab's optimizer and adapts and extends them.
  
  I switched from Neo 2 via Mine to Noted and I like to see this variant
  to be available out of the box in Ubuntu.
+ 
+ Sources:
+ 
+ * https://neo-layout.org/Layouts/noted/
+ * https://dariogoetz.github.io/noted-layout/
+ 
+ Forwarded upstream: https://gitlab.freedesktop.org/xkeyboard-
+ config/xkeyboard-config/-/merge_requests/681

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

Title:
  Please add German (Noted) layout

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


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


[Ubuntu-x-swat] [Bug 2041737] Re: apport-collect permission error on retrieving boot.log

2023-10-30 Thread Benjamin Drung
I have not found boot.log in the apport source code, but it is mentioned
two package hooks:

grep boot.log /usr/share/apport/ -r
/usr/share/apport/package-hooks/source_xorg.py:
attach_file_if_exists(report, '/var/log/boot.log', 'BootLog')
/usr/share/apport/package-hooks/source_xorg.py:
report['xserver.logfile'] = xlog.boot_logfile
/usr/share/apport/package-hooks/source_plymouth.py:attach_file(report, 
'/var/log/boot.log', 'BootLog')

They use attach_file or attach_file_if_exists. They need to use
root_command_output instead.

** Package changed: apport (Ubuntu) => plymouth (Ubuntu)

** Also affects: xorg (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: plymouth (Ubuntu)
   Status: New => Triaged

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

** Changed in: plymouth (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  apport-collect permission error on retrieving boot.log

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


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


[Ubuntu-x-swat] [Bug 1571245] Re: Can't boot into X on daily startup disk ubuntu 16.04

2022-12-05 Thread Benjamin Drung
** Package changed: apport (Ubuntu) => xserver-xorg-video-nouveau
(Ubuntu)

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

Title:
  Can't boot into X on daily startup disk ubuntu 16.04

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


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


[Ubuntu-x-swat] [Bug 1802489] [NEW] Xorg freeze

2018-11-09 Thread Benjamin Drung
Public bug reported:

After upgrading to Ubuntu 18.10, the system won't boot any more
correctly. When booting, it will get stuck at a purple screen and never
show the login screen. Selecting the recovery boot in GRUB and continue
the boot in the recovery boots the system correctly. dmesg shows a
kernel warning:

[   19.856655] Bad or missing usercopy whitelist? Kernel memory exposure 
attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
[   19.856665] WARNING: CPU: 3 PID: 1742 at mm/usercopy.c:81 
usercopy_warn+0x81/0xa0
[   19.856665] Modules linked in: xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc devlink 
ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter bpfilter 
binfmt_misc nvidia_uvm(POE) eeepc_wmi asus_wmi wmi_bmof sparse_keymap joydev 
intel_rapl cp210x usbserial x86_pkg_temp_thermal intel_powerclamp coretemp 
kvm_intel snd_hda_codec_hdmi input_leds snd_hda_codec_realtek kvm 
snd_hda_codec_generic irqbypass crct10dif_pclmul snd_hda_intel crc32_pclmul 
ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep snd_pcm 
nvidia_drm(POE) snd_seq_midi aesni_intel nvidia_modeset(POE) snd_seq_midi_event 
aes_x86_64 crypto_simd cryptd glue_helper intel_cstate snd_rawmidi
[   19.856694]  intel_rapl_perf nvidia(POE) serio_raw i915 snd_seq 
drm_kms_helper drm snd_seq_device ipmi_devintf snd_timer snd ipmi_msghandler 
i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt video 
mac_hid mei_me mei wmi sch_fq_codel parport_pc ppdev lp parport ip_tables 
x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 
multipath linear hid_generic usbhid hid pata_acpi gpio_ich psmouse ahci libahci 
i2c_i801 lpc_ich r8169 mii pata_via
[   19.856722] CPU: 3 PID: 1742 Comm: Xorg Tainted: P   OE 
4.18.0-11-generic #12-Ubuntu
[   19.856722] Hardware name: System manufacturer System Product Name/P8H67-M 
PRO, BIOS 3904 04/27/2013
[   19.856724] RIP: 0010:usercopy_warn+0x81/0xa0
[   19.856725] Code: 90 a2 41 51 4d 89 d8 48 c7 c0 89 8d 8f a2 49 89 f1 48 89 
f9 48 0f 45 c2 48 c7 c7 f0 a1 90 a2 4c 89 d2 48 89 c6 e8 f1 cf df ff <0f> 0b 48 
83 c4 18 c9 c3 48 c7 c6 b2 8a 92 a2 49 89 f1 49 89 f3 eb 
[   19.856746] RSP: 0018:bb3002583b08 EFLAGS: 00010286
[   19.856747] RAX:  RBX: 935d57f65cb0 RCX: 0006
[   19.856748] RDX: 0007 RSI: 0096 RDI: 935d6f3964b0
[   19.856749] RBP: bb3002583b20 R08: 0001 R09: 0478
[   19.856750] R10: 0001 R11:  R12: 0003
[   19.856750] R13: 0001 R14: 935d57f65cb3 R15: 935d57f65cf8
[   19.856752] FS:  7fe7a307da80() GS:935d6f38() 
knlGS:
[   19.856752] CS:  0010 DS:  ES:  CR0: 80050033
[   19.856753] CR2: 7fe79f700110 CR3: 000414d06006 CR4: 000606e0
[   19.856754] Call Trace:
[   19.856759]  __check_heap_object+0xc2/0x110
[   19.856761]  __check_object_size+0x14c/0x178
[   19.856895]  os_memcpy_to_user+0x26/0x50 [nvidia]
[   19.857044]  _nv009384rm+0xbf/0xe0 [nvidia]
[   19.857045] WARNING: kernel stack frame pointer at 05649f90 in 
Xorg:1742 has bad value 892d8e62
[   19.857047] unwind stack type:0 next_sp:  (null) mask:0x2 graph_idx:0
[   19.857048] ec2c30aa: bb3002583b30 (0xbb3002583b30)
[   19.857049] cadd4750: a1a69a82 
(__check_heap_object+0xc2/0x110)
[   19.857050] e8e36824: bb3002583b60 (0xbb3002583b60)
[   19.857051] 3592af1f: a1a91abc 
(__check_object_size+0x14c/0x178)
[   19.857052] 86c7dd25: 0003 (0x3)
[   19.857053] 8c88b4e5: 935d57f65cb0 (0x935d57f65cb0)
[   19.857053] 92bc319f: 55de94b2491e (0x55de94b2491e)
[   19.857054] 59b96776:  ...
[   19.857055] 2c0f28f3: bb3002583b88 (0xbb3002583b88)
[   19.857141] c046880e: c078b5b6 (os_memcpy_to_user+0x26/0x50 
[nvidia])
[   19.857142] 870f32d1: 0003 (0x3)
[   19.857142] 077eb892: 55de94b2491e (0x55de94b2491e)
[   19.857143] 47ac0c10: 935d57f65cb0 (0x935d57f65cb0)
[   19.857144] 05649f90: 935d57f65ca8 (0x935d57f65ca8)
[   19.857290] d28c291e: c0d5b87f (_nv009384rm+0xbf/0xe0 
[nvidia])
[   19.857291] 0bf99a12: 935d57f65c88 (0x935d57f65c88)
[   19.857291] cc40361c:  ...
[   19.857292] 260150fd: 935d549d3f08 (0x935d549d3f08)
[   19.857293] 3bbf4a77: 935d57f65db8 (0x935d57f65db8)
[   19.857293] 76aa34db: 7ffd341175d0 (0x7ffd341175d0)
[   19.857421] 28327c08: c0955259 

[Ubuntu-x-swat] [Bug 1180108] Re: Sync pixman 0.30.0-3 (main) from Debian unstable (main)

2013-08-10 Thread Benjamin Drung
This bug was fixed in the package pixman - 0.30.0-3
Sponsored for CSRedRat (csredrat)

---
pixman (0.30.0-3) sid; urgency=low

  * Increase timeout for the alpha-loop test.  That will hopefully let it pass
on the mips buildd.

 -- Julien Cristau jcris...@debian.org  Sat, 03 Aug 2013 10:24:29
+0200

pixman (0.30.0-2) sid; urgency=low

  * Disable silent Makefile rules.
  * Disable arm iwmmxt fast paths.  It breaks the build.
  * Fix matrix-test on big endian (patch from Siarhei Siamashka).

 -- Julien Cristau jcris...@debian.org  Sat, 27 Jul 2013 21:40:48
+0200

pixman (0.30.0-1) sid; urgency=low

  [ Maarten Lankhorst, Cyril Brulebois, Julien Cristau ]
  * New upstream release.

 -- Julien Cristau jcris...@debian.org  Fri, 26 Jul 2013 14:58:25
+0200

** Changed in: pixman (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Sync pixman 0.30.0-3 (main) from Debian unstable (main)

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-07-04 Thread Benjamin Drung
The errors have the same form. I tested xserver-xorg-video-intel
2.21.11+git20130701.7d916398-0ubuntu0sarvatt~raring, which showed the
same glitches, too.

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-30 Thread Benjamin Drung
I grabbed the linux 3.8.0-25.37 source tarball, applied the patch
mentioned in comment #26, built and installed the package. I still do
see the glitch in Evolution with this patch applied.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Fix Committed = Triaged

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-30 Thread Benjamin Drung
Therefore the patch is not sufficient.

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-30 Thread Benjamin Drung
I have tested it with xserver-xorg-video-intel from raring and version
2.21.10+git20130627.60d716b5-0ubuntu0sarvatt~raring from ppa:xorg-
edgers. I experience glitches with both versions.

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I have installed all updates from ppa:xorg-edgers [1]. The mouse and
everything else is working like it should.

I see no visual glitches, yet. I will continue to use the system and
will report back if I experince a glich again. Assume that the gliches
are gone otherwise.

[1] These updates include:
mesa 9.2.0~git20130612.adf324ad-0ubuntu0sarvatt~raring
xorg-server 
2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring
xserver-xorg-video-intel 2:2.21.9+git20130612.1f180b89-0ubuntu0sarvatt~raring

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
BTW, here is a glitch I saw two weeks ago in the Firefox browser.

** Attachment added: visual glitch.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704416/+files/visual%20glitch.png

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

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I haven't experince the glitch in Evolution with ppa:xorg-edgers, but I
experience glitches in the slide pane in LibreOffice (screenshot
attached).

** Attachment added: libreoffice-glitch.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704573/+files/libreoffice-glitch.png

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I installed linux-image-3.10.0-994-generic_3.10.0-994.201306140422_amd64
(+ headers) from drm-intel-nightly, but the LibreOffice glitches are
still there.

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I open a presentation (that contains multiple slides) with Impress and
scroll in the slide pane with my mouse wheel. In some cases I see
glitches in the slide pane by just opening a presentation.

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
Here is one screenshot of a glitch produced by the example presentation.

** Attachment added: impress-glitch.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704595/+files/impress-glitch.png

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
Here is an example presentation that can trigger glitches by opening it.

** Attachment added: test.odp
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704594/+files/test.odp

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
Here is another screenshot.

** Attachment added: impress-glitch2.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704596/+files/impress-glitch2.png

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I saw the visual glitch in Evolution (screenshot in comment #1) again
(with the setup described in comment #16 and #19).

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-04-16 Thread Benjamin Drung
I updated the xserver-xorg-video-intel and DRM packages to their ppa
:xorg-edgers versions and installed the 3.9.0-994.201304110406 kernel
from drm-intel-nightly.

When booting the drm-intel-nightly kernel, the mouse does not work
(cursor will not move) and the screen corrupts when switching to a tty.
So this drm-intel-nightly kernel is totally unusable. When booting the
raring kernel, everything seems to work so far. I will continue using
the ppa:xorg-edgers packages and see if I still experience visual
gliches.

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-04-15 Thread Benjamin Drung
Hm, xserver-xorg-video-intel from ppa:xorg-edgers failed to build from
source.

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

Title:
  visual glitch in Evolution's importance button, etc.

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

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


[Ubuntu-x-swat] [Bug 1164093] Re: FFe: new upstream release 9.1.1

2013-04-08 Thread Benjamin Drung
I have been using mesa from ppa:ubuntu-x-swat/x-staging since the
weekend without any issues. I am using a Sandy Bridge system (Core
i5-2400S).

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

Title:
  FFe: new upstream release 9.1.1

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch

2013-03-21 Thread Benjamin Drung
Now I got a GPU hang (while playing a HTML5 video on Youtube) and I had
to relaunch Unity to recover from it. apport-gtk told me that this GPU
hang is a duplicate of bug #1041790.

I saw the glitches over the importance sign in Evolution several times
today after switching from one application to Evolution.

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

Title:
  visual glitch

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch

2013-03-20 Thread Benjamin Drung
I saw the glich in the importance sign in Evolution several times and
the glitch looked similar every time, but I don't know how to trigger
it. I don't see that many different gliches any more besides the
mentioned ones here in the bug report. I will report back if I stumble
over other ones.

The glichtes that I tried to catch in a screenshot appear in it. Does
that mean that the bug lies somewhere above the driver, because it can
be catched in a screenshot?

GPU hangs freeze the desktop for several second or need the X server
rebooted, right? Then I don't experience GPU hangs.

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

Title:
  visual glitch

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch

2013-03-20 Thread Benjamin Drung
The menu entry that is below the cursor is not highlighted in all
libreoffice applications (screenshot attached). Is this related to this
bug or is this just a bug in libreoffice?

** Attachment added: libreoffice-menu-selection.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3586622/+files/libreoffice-menu-selection.png

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

Title:
  visual glitch

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

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


[Ubuntu-x-swat] [Bug 1157458] [NEW] visual glitch

2013-03-19 Thread Benjamin Drung
Public bug reported:

I can see visual glitches from time to time. For example, there are
glitches over the importance sign in Evolution from time to time
(screenshot attached). The context menu of libreoffice gets corrupted
from time to time.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-video-intel 2:2.21.4-0ubuntu1b1
ProcVersionSignature: Ubuntu 3.8.0-13.22-generic 3.8.3
Uname: Linux 3.8.0-13-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu1
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
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Mar 19 23:27:07 2013
DistUpgraded: 2013-02-25 14:36:53,923 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus: virtualbox, 4.2.8, 3.8.0-13-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
MachineType: System manufacturer System Product Name
MarkForUpload: True
ProcEnviron:
 LANGUAGE=de_DE:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-13-generic 
root=UUID=8f4d45c4-a452-475a-9e84-6248a0467e4f ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to raring on 2013-02-25 (22 days ago)
dmi.bios.date: 08/20/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3806
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M PRO
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.:bvr3806:bd08/20/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H67-MPRO: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.03.08-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.42-0ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu2b1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1b1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.4-0ubuntu1b1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu3b1
xserver.bootTime: Tue Mar 19 21:50:51 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu2b1
xserver.video_driver: intel

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


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

** Attachment added: glitch.png
   https://bugs.launchpad.net/bugs/1157458/+attachment/3584093/+files/glitch.png

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

Title:
  visual glitch

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

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


[Ubuntu-x-swat] [Bug 1157458] Re: visual glitch

2013-03-19 Thread Benjamin Drung
Another screenshot with a glitch.

** Attachment added: selected-text-glitch.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3584119/+files/selected-text-glitch.png

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

Title:
  visual glitch

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

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


[Ubuntu-x-swat] [Bug 1102678] Re: [MIR] libxkbcommon

2013-01-21 Thread Benjamin Drung
** Description changed:

  == Availability ==
- libxkbcommon is in universe and buildable for i386 and amd64. Seems not for 
powerpc and armel.
+ libxkbcommon is in universe and buildable for all architectures.
  
  == Rationale ==
  Wayland is in main.
  GTK+ is in main.
- GTK+ depends on libxkbcommon to enable the Wayland backend.
+ GTK+ will build depend on libxkbcommon if the Wayland backend is enabled (bug 
#954352).
  
  == Security ==
  No security issues have been reported against this package.
  No executables in /sbin, /usr/sbin.
  No daemons (/etc/init.d/*)
  No privileged ports (ports  1024).
  
  == Quality assurance ==
  There are no open bug reports in Ubuntu or Debian.
  
  == Bug trackers ==
  Ubuntu - (0 bugs) https://bugs.launchpad.net/ubuntu/+source/libxkbcommon/
  Debian - (0 bugs) 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=nosrc=libxkbcommon
  
  == UI standards ==
  N/A
  
  == Dependencies ==
  All required dependencies are in main
  
  == Maintenance ==
  For now this package is maintained by the Ubuntu X-SWAT. It is not 
anticipated much maintenance will be required of this package beyond what 
Debian already does, and syncing/merging their changes in.

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

Title:
  [MIR] libxkbcommon

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

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


[Ubuntu-x-swat] [Bug 1097685] Re: libwayland and weston package versions in raring are incompatible

2013-01-09 Thread Benjamin Drung
Robert Ancell has updated weston to 1.0.3-0ubuntu1 a few minutes ago.
Therefore I am marking this bug as fixed.

** Changed in: weston (Ubuntu)
   Importance: Undecided = Medium

** Changed in: weston (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  libwayland and weston package versions in raring are incompatible

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

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


[Ubuntu-x-swat] [Bug 840509] Re: touchpad triple-tap to middle-click stopped working in 11.10

2012-02-29 Thread Benjamin Drung
This bug is still present in a up-to-date Ubuntu 12.04 (precise) with
xserver-xorg-input-synaptics 1.5.99~git20120223-0ubuntu1

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

Title:
  touchpad triple-tap to middle-click stopped working in 11.10

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

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


[Ubuntu-x-swat] [Bug 755841] Re: [sandybridge] video tearing

2011-10-31 Thread Benjamin Drung
I can confirm, that these settings fix the tearing issue on my
sandybridge system on Ubuntu 11.10 (oneiric).

** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  Videos tear heavily.
+ 
+ WORKAROUND: See comment #28
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  DRM.card0.DP.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.DP.2:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.HDMI.A.1:
-  status: connected
-  enabled: enabled
-  dpms: On
-  modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
-  edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
+  edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
  DRM.card0.HDMI.A.2:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.VGA.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  Date: Sat Apr  9 23:52:32 2011
  DistUpgraded: Log time: 2011-03-11 00:20:27.564047
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
-  LANGUAGE=de_DE:en
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=de_DE:en
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to natty on 2011-03-11 (29 days ago)
  dmi.bios.date: 02/11/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0806
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H67-M PRO
  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.:bvr0806:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx: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.4+bzr20110407-0ubuntu2
  version.ia32-libs: ia32-libs 20090808ubuntu11
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
  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-4ubuntu6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

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

Title:
  [sandybridge] video tearing

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


[Ubuntu-x-swat] [Bug 762641] Re: package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2011-07-15 Thread Benjamin Drung
** Description changed:

- Binary package hint: vlc
- 
- happened oin the middle of sudo apt-get upgrade
+ vlc-cache-gen crashed with SIGSEGV (see bug #761302 for more details).
  
  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: vlc-nox 1.1.9-1ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Sat Apr 16 13:34:47 2011
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 139
  SourcePackage: vlc
  Title: package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 139
  UpgradeStatus: Upgraded to natty on 2011-03-31 (15 days ago)

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

Title:
  package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 139

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

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


[Ubuntu-x-swat] [Bug 807103] Re: Sync pixman 0.22.2-1 (main) from Debian unstable (main)

2011-07-08 Thread Benjamin Drung
pixman 0.22.2-1 builds on amd64. Sync request ACK'd.

** Changed in: pixman (Ubuntu)
   Status: New = In Progress

** Changed in: pixman (Ubuntu)
   Status: In Progress = Confirmed

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

Title:
  Sync pixman 0.22.2-1 (main) from Debian unstable (main)

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

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


[Ubuntu-x-swat] [Bug 762641] Re: package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2011-07-01 Thread Benjamin Drung
** Changed in: vlc (Ubuntu)
   Status: New = Triaged

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

Title:
  package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 139

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

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


[Ubuntu-x-swat] [Bug 762641] Re: package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2011-06-24 Thread Benjamin Drung
This bug depends on bug #761302 being fixed.

** Changed in: vlc (Ubuntu)
   Status: Incomplete = Triaged

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

Title:
  package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 139

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

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


[Ubuntu-x-swat] [Bug 762641] Re: package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2011-06-17 Thread Benjamin Drung
There are five bug filed against vlc-cache-gen: bug #761302, #761513,
#761427, #761671, #763095 (the last three are still private, because
they are not retraced and contain core dumps).

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

Title:
  package vlc-nox 1.1.9-1ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 139

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

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


[Ubuntu-x-swat] [Bug 755841] Re: [sandybridge] video tearing

2011-05-30 Thread Benjamin Drung
** Also affects: xserver-xorg-video-intel via
   http://bugs.freedesktop.org/show_bug.cgi?id=37686
   Importance: Unknown
   Status: Unknown

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

Title:
  [sandybridge] video tearing

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


[Ubuntu-x-swat] [Bug 782108] Re: Sync pixman 0.21.8-1 (main) from Debian unstable (main)

2011-05-14 Thread Benjamin Drung
unsubscribing ubuntu-sponsors due to Timo's ACK.

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

Title:
  Sync pixman 0.21.8-1 (main) from Debian unstable (main)

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


[Ubuntu-x-swat] [Bug 755841] Re: [sandybridge] video tearing

2011-05-05 Thread Benjamin Drung
I experience tearing if I restart compiz.

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

Title:
  [sandybridge] video tearing

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


[Ubuntu-x-swat] [Bug 755841] Re: [sandybridge] video tearing

2011-04-14 Thread Benjamin Drung
I started to bisect the changes, but I failed to reproduce the tearing
with the 2.14.0 git commit. Then I tried xserver-xorg-video-intel
2:2.14.0-4ubuntu7, which surprisingly does not tear too. Even xserver-
xorg-video-intel 2:2.14.0-4ubuntu6 does not tear any more.

I don't get these messages in the Xorg.log any more:
(WW) intel(0): I830DRI2GetMSC:1064 get vblank counter failed: Invalid argument
(WW) intel(0): I830DRI2ScheduleWaitMSC:1124 get vblank counter failed: Invalid 
argument
(WW) intel(0): first get vblank counter failed: Invalid argument

This tearing problem was probably fixed by an update of another package.
I am marking this bug as invalid.

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

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

Title:
  [sandybridge] video tearing

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


[Ubuntu-x-swat] [Bug 755841] Re: [sandybridge] video tearing

2011-04-10 Thread Benjamin Drung
I get multiple of these in my Xorg.log:
(WW) intel(0): first get vblank counter failed: Invalid argument

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

Title:
  [sandybridge] video tearing

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


[Ubuntu-x-swat] [Bug 755841] Re: [sandybridge] video tearing

2011-04-10 Thread Benjamin Drung
A locally built xserver-xorg-video-intel 2:2.14.902-1+exp1 from Debian
experimental seems to fix the tearing problem for me.

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

Title:
  [sandybridge] video tearing

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


[Ubuntu-x-swat] [Bug 755841] [NEW] [sandybridge] video tearing

2011-04-09 Thread Benjamin Drung
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Videos tear heavily.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu6
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
 edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
DRM.card0.HDMI.A.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Sat Apr  9 23:52:32 2011
DistUpgraded: Log time: 2011-03-11 00:20:27.564047
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=de_DE:en
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to natty on 2011-03-11 (29 days ago)
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0806
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M PRO
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.:bvr0806:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx: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.4+bzr20110407-0ubuntu2
version.ia32-libs: ia32-libs 20090808ubuntu11
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
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-4ubuntu6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

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


** Tags: amd64 apport-bug compiz-0.9 natty 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/755841

Title:
  [sandybridge] video tearing

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


[Ubuntu-x-swat] [Bug 755841] Re: [sandybridge] video tearing

2011-04-09 Thread Benjamin Drung
-- 
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/755841

Title:
  [sandybridge] video tearing

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


[Ubuntu-x-swat] [Bug 733192] Re: compiz crashed with SIGSEGV in brw_upload_state()

2011-04-05 Thread Benjamin Drung
I experience this crash only a few times.

I don't know if this is related, but sometimes my system freezes when I
leave my system for a longer period and power manager blanks the
monitor.

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 741349] Re: Screen Corruption (font glitches)

2011-03-26 Thread Benjamin Drung
These font glitches have been there as long as I've been using natty,
but they seems to be gone with the update two days ago. They appeared
randomly and I didn't discovered a pattern. I didn't find an activity to
trigger this bug. IIRC, minimizing the window did not clear the
glitches, but selecting a different channel (in Xchat) or folder (in
Evolution) helped.

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

Title:
  Screen Corruption (font glitches)

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


[Ubuntu-x-swat] [Bug 718870] Re: [Needs 2.6.38] [sandybridge] GPU lockup (IPEHR: 0x680b0000)

2011-03-25 Thread Benjamin Drung
Yes, this issue is gone with the 2.6.38-7 kernel.

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

Title:
  [Needs 2.6.38] [sandybridge] GPU lockup (IPEHR: 0x680b)

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


[Ubuntu-x-swat] [Bug 741349] Re: Screen Corruption (font glitches)

2011-03-24 Thread Benjamin Drung
HeWhoE, your issue looks different than mine. Can you file a separate
bug for it?

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

Title:
  Screen Corruption (font glitches)

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


[Ubuntu-x-swat] [Bug 739801] Re: [sandybridge-gt1] GPU lockup (IPEHR: 0x02000004)

2011-03-24 Thread Benjamin Drung
I tested 2.6.38-7.38+backport, but i still have the GPU lockups.

My reproducible test case: Open a random YouTube Flash video and press
the full-screen button.

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

Title:
  [sandybridge-gt1] GPU lockup (IPEHR: 0x0204)

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


[Ubuntu-x-swat] [Bug 741349] [NEW] Screen Corruption (font glitches)

2011-03-23 Thread Benjamin Drung
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I see font glitches in various applications like Evolution, Firefox, and
X-Chat. Attached is a screenshot of X-Chat with the glitches marked in
red.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
 edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
DRM.card0.HDMI.A.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Wed Mar 23 22:32:30 2011
DistUpgraded: Log time: 2011-03-11 00:20:27.564047
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=de_DE:en
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to natty on 2011-03-11 (12 days ago)
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0806
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M PRO
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.:bvr0806:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx: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.4git20110322-0ubuntu2
version.libdrm2: libdrm2 2.4.23-1ubuntu5
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
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-4ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

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


** Tags: amd64 apport-bug compiz-0.9 natty 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/741349

Title:
  Screen Corruption (font glitches)

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


[Ubuntu-x-swat] [Bug 741349] Re: Screen Corruption (font glitches)

2011-03-23 Thread Benjamin Drung
** Attachment added: xchat-font-glitches.png
   
https://bugs.launchpad.net/bugs/741349/+attachment/1934762/+files/xchat-font-glitches.png

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

Title:
  Screen Corruption (font glitches)

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


[Ubuntu-x-swat] [Bug 739801] [NEW] [sandybridge-gt1] GPU lockup (IPEHR: 0x02000004)

2011-03-21 Thread Benjamin Drung
Public bug reported:

Binary package hint: xserver-xorg-video-intel

The GPU sometimes lockups when the screensaver kicks in or when going
fullscreen in flash video playback.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-7.36-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Chipset: sandybridge-gt1
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
 edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
DRM.card0.HDMI.A.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Mon Mar 21 23:51:20 2011
DistUpgraded: Log time: 2011-03-11 00:20:27.564047
DistroCodename: natty
DistroVariant: ubuntu
DuplicateSignature: (IPEHR: 0x0204)
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
InterpreterPath: /usr/bin/python2.7
MachineType: System manufacturer System Product Name
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash vt.handoff=7
ProcKernelCmdLine_: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6~3ubuntu11
 libdrm2  2.4.23-1ubuntu5
 xserver-xorg-video-intel 2:2.14.0-4ubuntu4
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge-gt1] GPU lockup (IPEHR: 0x0204)
UpgradeStatus: Upgraded to natty on 2011-03-11 (10 days ago)
UserGroups:
 
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0806
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M PRO
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.:bvr0806:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx: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.4-0ubuntu7
version.libdrm2: libdrm2 2.4.23-1ubuntu5
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
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-4ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

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


** Tags: amd64 apport-crash compiz-0.9 freeze natty need-duplicate-check 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/739801

Title:
  [sandybridge-gt1] GPU lockup (IPEHR: 0x0204)

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


[Ubuntu-x-swat] [Bug 739801] Re: [sandybridge-gt1] GPU lockup (IPEHR: 0x02000004)

2011-03-21 Thread Benjamin Drung
-- 
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/739801

Title:
  [sandybridge-gt1] GPU lockup (IPEHR: 0x0204)

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


[Ubuntu-x-swat] [Bug 733192] Re: compiz crashed with SIGSEGV in brw_upload_state()

2011-03-19 Thread Benjamin Drung
apport information

** Tags added: apport-collected compiz-0.9 ubuntu

** Description changed:

  I don't know what this crash triggered. I had a bunch of kernel, intel
  driver, and other crashes.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: libnux-0.9-0 0.9.32-0ubuntu1
  Uname: Linux 2.6.38-997-generic x86_64
  Architecture: amd64
  Date: Fri Mar 11 11:18:54 2011
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=de_DE:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f386e6776d1:mov%rdi,(%rsi)
   PC (0x7f386e6776d1) ok
   source %rdi ok
   destination (%rsi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: nux
  StacktraceTop:
   ?? () from /usr/lib/dri/i965_dri.so
   brw_upload_state () from /usr/lib/dri/i965_dri.so
   brw_draw_prims () from /usr/lib/dri/i965_dri.so
   ?? () from /usr/lib/dri/libdricore.so
   _mesa_meta_Clear () from /usr/lib/dri/libdricore.so
  Title: compiz crashed with SIGSEGV in brw_upload_state()
  UpgradeStatus: Upgraded to natty on 2011-03-11 (0 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare
  XsessionErrors:
   (Do:2179): Wnck-CRITICAL **: wnck_set_client_type got called multiple times.
   (unknown:2145): libindicator-WARNING **: Shortcut Group does not have key 
'TargetEnvironment' falling back to deprecated use of 'OnlyShowIn' and 
'NotShowIn'.
   (unknown:2145): libindicator-WARNING **: Shortcut Group does not have key 
'TargetEnvironment' falling back to deprecated use of 'OnlyShowIn' and 
'NotShowIn'.
+ --- 
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: compiz
+ DRM.card0.DP.1:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes: 
+  edid-base64:
+ DRM.card0.DP.2:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes: 
+  edid-base64:
+ DRM.card0.HDMI.A.1:
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
+  edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
+ DRM.card0.HDMI.A.2:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes: 
+  edid-base64:
+ DRM.card0.VGA.1:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes: 
+  edid-base64:
+ DistUpgraded: Log time: 2011-03-11 00:20:27.564047
+ DistroCodename: natty
+ DistroRelease: Ubuntu 11.04
+ DistroVariant: ubuntu
+ GraphicsCard:
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
+Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
+ InstallationMedia_: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
+ InstallationMedia__: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 
(20100921.1)
+ InstallationMedia___: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 
(20100921.1)
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 
(20100921.1)
+ InstallationMedia_: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 
(20100921.1)
+ MachineType: System manufacturer System Product Name
+ Package: unity 3.6.6-0ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=de_DE:en
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash vt.handoff=7
+ ProcKernelCmdLine_: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash vt.handoff=7
+ ProcKernelCmdLine__: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 2.6.38-7.35lp717114v201103180831-generic 2.6.38
+ ProcVersionSignature_: Ubuntu 2.6.38-7.35lp717114v201103180831-generic 2.6.38
+ ProcVersionSignature__: Ubuntu 2.6.38-7.35lp717114v201103180831-generic 2.6.38
+ ProcVersionSignature___: Ubuntu 2.6.38-7.35lp717114v201103180831-generic 
2.6.38
+ ProcVersionSignature: Ubuntu 2.6.38-7.35lp717114v201103180831-generic 
2.6.38
+ ProcVersionSignature_: Ubuntu 2.6.38-7.35lp717114v201103180831-generic 
2.6.38
+ Renderer: Unknown
+ Tags:  natty ubuntu compiz-0.9 natty natty ubuntu compiz-0.9 natty natty 
natty ubuntu compiz-0.9
+ Uname: Linux 2.6.38-7-generic x86_64
+ UpgradeStatus: Upgraded to natty on 2011-03-11 (8 days ago)
+ UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev 

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

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920264/+files/CurrentDmesg.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] Dependencies.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920265/+files/Dependencies.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] GconfCompiz.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920266/+files/GconfCompiz.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] GdmLog.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920267/+files/GdmLog.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] GdmLog1.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920268/+files/GdmLog1.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] GdmLog2.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920269/+files/GdmLog2.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] Lspci.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920270/+files/Lspci.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcCpuinfo__.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcCpuinfo__.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920274/+files/ProcCpuinfo__.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcInterrupts.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920275/+files/ProcInterrupts.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcInterrupts_.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcInterrupts_.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920276/+files/ProcInterrupts_.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcInterrupts__.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcInterrupts__.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920277/+files/ProcInterrupts__.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcModules.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920278/+files/ProcModules.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcModules_.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcModules_.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920279/+files/ProcModules_.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcModules__.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcModules__.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920280/+files/ProcModules__.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] UdevDb.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920281/+files/UdevDb.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] UdevLog.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920282/+files/UdevLog.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] UdevLog_.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: UdevLog_.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920283/+files/UdevLog_.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] UdevLog__.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: UdevLog__.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920284/+files/UdevLog__.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] UnitySupportTest.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920285/+files/UnitySupportTest.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] XorgLog.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920286/+files/XorgLog.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] XorgLogOld.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920287/+files/XorgLogOld.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] XorgLogOld_.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: XorgLogOld_.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920288/+files/XorgLogOld_.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] XorgLogOld__.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: XorgLogOld__.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920289/+files/XorgLogOld__.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] XorgLog_.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: XorgLog_.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920290/+files/XorgLog_.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] XorgLog__.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: XorgLog__.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920291/+files/XorgLog__.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] Xrandr.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920292/+files/Xrandr.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] monitors.xml.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: monitors.xml.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920293/+files/monitors.xml.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] monitors.xml_.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: monitors.xml_.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920294/+files/monitors.xml_.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcCpuinfo.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920272/+files/ProcCpuinfo.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] Lsusb.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/733192/+attachment/1920271/+files/Lsusb.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 733192] ProcCpuinfo_.txt

2011-03-19 Thread Benjamin Drung
apport information

** Attachment added: ProcCpuinfo_.txt
   
https://bugs.launchpad.net/bugs/733192/+attachment/1920273/+files/ProcCpuinfo_.txt

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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


[Ubuntu-x-swat] [Bug 717114] Re: [i945gm] Screen Corruption with new Xorg stack with terminal programs

2011-03-18 Thread Benjamin Drung
** Attachment added: font-glitch2.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/717114/+attachment/1917387/+files/font-glitch2.png

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

Title:
  [i945gm] Screen Corruption with new Xorg stack with terminal programs

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


[Ubuntu-x-swat] [Bug 717114] Re: [i945gm] Screen Corruption with new Xorg stack with terminal programs

2011-03-18 Thread Benjamin Drung
I tested linux 2.6.38-7.35lp717114v201103180831, but I still experience
font glitches (examples from Evolution attached).

** Attachment added: font-glitch1.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/717114/+attachment/1917386/+files/font-glitch1.png

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

Title:
  [i945gm] Screen Corruption with new Xorg stack with terminal programs

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


[Ubuntu-x-swat] [Bug 717114] Re: [i945gm] Screen Corruption with new Xorg stack with terminal programs

2011-03-18 Thread Benjamin Drung
Should I open a new bug report for my font issues or should we continue
in 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/717114

Title:
  [i945gm] Screen Corruption with new Xorg stack with terminal programs

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


[Ubuntu-x-swat] [Bug 717114] Re: [i945gm] Screen Corruption with new Xorg stack with terminal programs

2011-03-16 Thread Benjamin Drung
On my system there are font glitches (screenshot attached), but they are
not as heavy as in the other screenshots.

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)

System: Up-to-date natty with linux 2.6.38 kernel from the kernel PPA.
The drm-next and drm-intel-next kernels have the same issue, the kernel
in the official archive produces GPU lockups (bug #718870).

** Attachment added: font-glitches.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/717114/+attachment/1912510/+files/font-glitches.png

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

Title:
  [i945gm] Screen Corruption with new Xorg stack with terminal programs

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


[Ubuntu-x-swat] [Bug 718870] Re: [sandybridge] GPU lockup (IPEHR: 0x680b0000)

2011-03-16 Thread Benjamin Drung
This bug is fixed in the vanilla kernel 2.6.38 (taken from the kernel
PPA). Can the others test the vanilla kernel [1] too and report back if
this kernel fixes the issue too?

[1] http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38-natty/

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

Title:
  [sandybridge] GPU lockup (IPEHR: 0x680b)

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


[Ubuntu-x-swat] [Bug 733208] Re: [sandybridge] GPU lockup 3a40033b (IPEHR: 0x680b0000)

2011-03-15 Thread Benjamin Drung
*** This bug is a duplicate of bug 718870 ***
https://bugs.launchpad.net/bugs/718870

 I would love it if you could assist with any testing that upstream
might need done.

I am happy to test whatever is necessary to get this bug fixed.

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

Title:
  [sandybridge] GPU lockup 3a40033b (IPEHR: 0x680b)

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


[Ubuntu-x-swat] [Bug 718870] Re: [sandybridge] GPU lockup (IPEHR: 0x680b0000)

2011-03-15 Thread Benjamin Drung
This bug is probably a kernel issue. I don't get this crash with the
drm-intel-next kernel (version 2.6.38-997.201103081433).

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

Title:
  [sandybridge] GPU lockup (IPEHR: 0x680b)

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


[Ubuntu-x-swat] [Bug 733209] [NEW] [sandybridge] GPU lockup 9f398a40 (IPEHR: 0x78170003)

2011-03-11 Thread Benjamin Drung
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Another GPU lockup. Maybe it contains some useful crash information.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu1
Uname: Linux 2.6.38-997-generic x86_64
Architecture: amd64
Chipset: sandybridge
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
 edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
DRM.card0.HDMI.A.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Fri Mar 11 12:10:47 2011
DistUpgraded: Log time: 2011-03-11 00:20:27.564047
DistroCodename: natty
DistroVariant: ubuntu
DumpSignature: 9f398a40 (IPEHR: 0x78170003)
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
InterpreterPath: /usr/bin/python2.7
MachineType: System manufacturer System Product Name
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-6-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash 
drm_kms_helper.poll=0 vt.handoff=7
ProcKernelCmdLine_: BOOT_IMAGE=/boot/vmlinuz-2.6.38-997-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash 
drm_kms_helper.poll=0 vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6~3ubuntu11
 libdrm2  2.4.23-1ubuntu3
 xserver-xorg-video-intel 2:2.14.0-4ubuntu1
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge] GPU lockup 9f398a40 (IPEHR: 0x78170003)
UpgradeStatus: Upgraded to natty on 2011-03-11 (0 days ago)
UserGroups:
 
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0806
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M PRO
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.:bvr0806:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx: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.4-0ubuntu4
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu1
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu5

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


** Tags: amd64 apport-crash compiz-0.9 freeze natty 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/733209

Title:
  [sandybridge] GPU lockup 9f398a40 (IPEHR: 0x78170003)

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


[Ubuntu-x-swat] [Bug 733208] Re: [sandybridge] GPU lockup 3a40033b (IPEHR: 0x680b0000)

2011-03-11 Thread Benjamin Drung
-- 
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/733208

Title:
  [sandybridge] GPU lockup 3a40033b (IPEHR: 0x680b)

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


[Ubuntu-x-swat] [Bug 733209] Re: [sandybridge] GPU lockup 9f398a40 (IPEHR: 0x78170003)

2011-03-11 Thread Benjamin Drung
-- 
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/733209

Title:
  [sandybridge] GPU lockup 9f398a40 (IPEHR: 0x78170003)

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


[Ubuntu-x-swat] [Bug 733208] [NEW] [sandybridge] GPU lockup 3a40033b (IPEHR: 0x680b0000)

2011-03-11 Thread Benjamin Drung
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Maybe it's a duplicate of bug #718870.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu1
Uname: Linux 2.6.38-997-generic x86_64
Architecture: amd64
Chipset: sandybridge
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
 edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
DRM.card0.HDMI.A.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Fri Mar 11 12:04:25 2011
DistUpgraded: Log time: 2011-03-11 00:20:27.564047
DistroCodename: natty
DistroVariant: ubuntu
DumpSignature: 3a40033b (IPEHR: 0x680b)
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
InterpreterPath: /usr/bin/python2.7
MachineType: System manufacturer System Product Name
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-6-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash 
drm_kms_helper.poll=0 vt.handoff=7
ProcKernelCmdLine_: BOOT_IMAGE=/boot/vmlinuz-2.6.38-997-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash 
drm_kms_helper.poll=0 vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6~3ubuntu11
 libdrm2  2.4.24+git20110307.3b04c736-0ubuntu0sarvatt
 xserver-xorg-video-intel 2:2.14.901+git20110309.014fc7ab-0ubuntu0sarvatt
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge] GPU lockup 3a40033b (IPEHR: 0x680b)
UpgradeStatus: Upgraded to natty on 2011-03-11 (0 days ago)
UserGroups:
 
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0806
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M PRO
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.:bvr0806:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx: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.4-0ubuntu4
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu1
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu5

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


** Tags: amd64 apport-crash compiz-0.9 freeze natty 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/733208

Title:
  [sandybridge] GPU lockup 3a40033b (IPEHR: 0x680b)

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


[Ubuntu-x-swat] [Bug 733206] [NEW] [sandybridge] GPU lockup ac0d7424 (IPEHR: 0x78170003)

2011-03-11 Thread Benjamin Drung
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Another GPU lockup. Maybe it contains some useful crash information.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu1
Uname: Linux 2.6.38-997-generic x86_64
Architecture: amd64
Chipset: sandybridge
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1200 1600x1200 1280x1024 1280x1024 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
 edid-base64: 
AP///wBMLbYCNDJVSCQSAQOANCCgKlrRp1ZLmyQTUFS/74CpQIGAgUBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIOVhROTAxMjY0CiAgAJw=
DRM.card0.HDMI.A.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Fri Mar 11 11:18:54 2011
DistUpgraded: Log time: 2011-03-11 00:20:27.564047
DistroCodename: natty
DistroVariant: ubuntu
DumpSignature: ac0d7424 (IPEHR: 0x78170003)
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100921.1)
InterpreterPath: /usr/bin/python2.7
MachineType: System manufacturer System Product Name
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-6-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash 
drm_kms_helper.poll=0 vt.handoff=7
ProcKernelCmdLine_: BOOT_IMAGE=/boot/vmlinuz-2.6.38-997-generic 
root=UUID=782d30b2-7975-4d00-bf3e-de316d2b96f6 ro quiet splash 
drm_kms_helper.poll=0 vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6~3ubuntu11
 libdrm2  2.4.23-1ubuntu3
 xserver-xorg-video-intel 2:2.14.0-4ubuntu1
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge] GPU lockup ac0d7424 (IPEHR: 0x78170003)
UpgradeStatus: Upgraded to natty on 2011-03-11 (0 days ago)
UserGroups:
 
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0806
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M PRO
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.:bvr0806:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx: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.4-0ubuntu4
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu1
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu5

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


** Tags: amd64 apport-crash compiz-0.9 freeze natty 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/733206

Title:
  [sandybridge] GPU lockup ac0d7424 (IPEHR: 0x78170003)

___
Mailing list: https://launchpad.net/~ubuntu-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   >