[Ubuntu-x-swat] [Bug 1066721] [NEW] Memory leaks in xorg-server in Ubuntu 10.04.4 LTS.

2012-10-15 Thread Igor
Public bug reported:

Memory leaks in xorg-server while video chat is running  in skype 4.

To reproduce:
1. Update to the current version of 10.04.4 (i386)
2. install skype
3. run video chat.

Xorg will use all possible virtual memory in the system and OOM will
kill skype.

This is degradation, possible introduced by one of the latest updates. 
Same configuration, with same version of skype 4,  was running stable till I 
did scheduled update week ago.
I perform an update once in one-two months.

Description:Ubuntu 10.04.4 LTS
Release:10.04

$ apt-cache policy xorg
xorg:
  Установлен: 1:7.5+5ubuntu1.1
  Кандидат: 1:7.5+5ubuntu1.1
  Таблица версий:
 *** 1:7.5+5ubuntu1.1 0
500 http://mirror.rol.ru/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
100 /var/lib/dpkg/status
 1:7.5+5ubuntu1 0
500 http://mirror.rol.ru/ubuntu/ lucid/main Packages

$ apt-cache policy skype
skype:
  Установлен: 4.0.0.8-0lucid1
  Кандидат: 4.0.0.8-0lucid1
  Таблица версий:
 *** 4.0.0.8-0lucid1 0
500 http://archive.canonical.com/ubuntu/ lucid/partner Packages
100 /var/lib/dpkg/status
revolver@monitor:~$


$ free
 total   used   free sharedbuffers cached
Mem:   1025892 991316  34576  0   2580 477120
-/+ buffers/cache: 511616 514276
Swap:  16466201632820  13800



$ top   (sorted by %MEM)
top - 11:15:58 up 22:17,  2 users,  load average: 0.77, 1.58, 0.84
Tasks: 131 total,   1 running, 126 sleeping,   0 stopped,   4 zombie
Cpu0  :  1.2%us,  0.6%sy,  0.0%ni, 98.3%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   1025892k total,   991896k used,33996k free, 2632k buffers
Swap:  1646620k total,  1632820k used,13800k free,   477408k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND

   
  856 root  20   0 1372m  17m 2904 S  0.0  1.8   1:46.63 Xorg   

   
 1236 valentin  20   0 47388  10m 8136 S  0.0  1.0   0:03.94 gnome-session  

   
 1423 valentin  20   0 46692  10m 8164 S  0.3  1.0   0:00.75 polkit-gnome-au

   
 1414 valentin   9 -11  100m 7652 6640 S  0.0  0.7   2:07.67 pulseaudio 

   
 1732 valentin  20   0 32268 7600  828 S  0.0  0.7   0:01.16 python 

   
 1746 valentin  20   0 36372 3976 1608 S  0.0  0.4   0:00.07 evolution-excha

   
 1400 valentin  20   0 92092 3768 2628 S  0.0  0.4   0:08.87 gnome-settings-

   
 1743 valentin  20   0 69852 3572 1536 S  0.0  0.3   0:00.05 evolution-data-

   
 1420 root  20   0  8084 3316 2268 S  0.0  0.3   0:00.37 polkitd 


OOM message:

[80035.784940] upowerd invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0
[80035.784952] upowerd cpuset=/ mems_allowed=0
[80035.784963] Pid: 1435, comm: upowerd Not tainted 2.6.32-44-generic #98-Ubuntu
[80035.784971] Call Trace:
[80035.784992]  [c01ceec4] oom_kill_process+0xa4/0x2b0
[80035.785005]  [c01cf539] ? select_bad_process+0xa9/0xe0
[80035.785018]  [c01cf5c1] __out_of_memory+0x51/0xa0
[80035.785029]  [c01cf668] out_of_memory+0x58/0xb0
[80035.785042]  [c01d1f58] __alloc_pages_slowpath+0x498/0x4b0
[80035.785057]  [c01d20aa] __alloc_pages_nodemask+0x13a/0x170
[80035.785071]  [c01d466a] __do_page_cache_readahead+0xea/0x200
[80035.785085]  [c01d47a6] ra_submit+0x26/0x30
[80035.785096]  [c01cd93c] filemap_fault+0x3dc/0x410
[80035.785110]  [c01e6ec0] __do_fault+0x40/0x490
[80035.785122]  [c01e8b39] handle_mm_fault+0x139/0x390
[80035.785138]  [c05941bd] do_page_fault+0x10d/0x3a0
[80035.785151]  [c05940b0] ? do_page_fault+0x0/0x3a0
[80035.785163]  [c05920b3] 

[Ubuntu-x-swat] [Bug 1066721] Re: Memory leaks in xorg-server in Ubuntu 10.04.4 LTS.

2012-10-15 Thread Igor
** Description changed:

  Memory leaks in xorg-server while video chat is running  in skype 4.
  
  To reproduce:
  1. Update to the current version of 10.04.4 (i386)
  2. install skype
  3. run video chat.
  
- Xorg will use all possible virtual memory in the system and OOM will
- kill skype.
+ Xorg will use all possible virtual memory in the system and OOM will kill 
skype.
+ Xorg did not release memory upon skype termination.
  
- This is degradation, possible introduced by one of the latest updates. 
+ Looking in old bug 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/565981
+ I found that /sys/kernel/debug/dri/0/gem_objects reports negative number of 
object bytes.
+ 
+ This is degradation, possible introduced by one of the latest updates.
  Same configuration, with same version of skype 4,  was running stable till I 
did scheduled update week ago.
  I perform an update once in one-two months.
  
  Description:Ubuntu 10.04.4 LTS
  Release:10.04
  
  $ apt-cache policy xorg
  xorg:
-   Установлен: 1:7.5+5ubuntu1.1
-   Кандидат: 1:7.5+5ubuntu1.1
-   Таблица версий:
-  *** 1:7.5+5ubuntu1.1 0
- 500 http://mirror.rol.ru/ubuntu/ lucid-updates/main Packages
- 500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
- 100 /var/lib/dpkg/status
-  1:7.5+5ubuntu1 0
- 500 http://mirror.rol.ru/ubuntu/ lucid/main Packages
+   Установлен: 1:7.5+5ubuntu1.1
+   Кандидат: 1:7.5+5ubuntu1.1
+   Таблица версий:
+  *** 1:7.5+5ubuntu1.1 0
+ 500 http://mirror.rol.ru/ubuntu/ lucid-updates/main Packages
+ 500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
+ 100 /var/lib/dpkg/status
+  1:7.5+5ubuntu1 0
+ 500 http://mirror.rol.ru/ubuntu/ lucid/main Packages
  
  $ apt-cache policy skype
  skype:
-   Установлен: 4.0.0.8-0lucid1
-   Кандидат: 4.0.0.8-0lucid1
-   Таблица версий:
-  *** 4.0.0.8-0lucid1 0
- 500 http://archive.canonical.com/ubuntu/ lucid/partner Packages
- 100 /var/lib/dpkg/status
+   Установлен: 4.0.0.8-0lucid1
+   Кандидат: 4.0.0.8-0lucid1
+   Таблица версий:
+  *** 4.0.0.8-0lucid1 0
+ 500 http://archive.canonical.com/ubuntu/ lucid/partner Packages
+ 100 /var/lib/dpkg/status
  revolver@monitor:~$
  
  
  $ free
-  total   used   free sharedbuffers cached
+  total   used   free sharedbuffers cached
  Mem:   1025892 991316  34576  0   2580 477120
  -/+ buffers/cache: 511616 514276
  Swap:  16466201632820  13800
  
  
  
  $ top   (sorted by %MEM)
  top - 11:15:58 up 22:17,  2 users,  load average: 0.77, 1.58, 0.84
  Tasks: 131 total,   1 running, 126 sleeping,   0 stopped,   4 zombie
  Cpu0  :  1.2%us,  0.6%sy,  0.0%ni, 98.3%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
  Mem:   1025892k total,   991896k used,33996k free, 2632k buffers
  Swap:  1646620k total,  1632820k used,13800k free,   477408k cached
  
-   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND  

 
-   856 root  20   0 1372m  17m 2904 S  0.0  1.8   1:46.63 Xorg 

 
-  1236 valentin  20   0 47388  10m 8136 S  0.0  1.0   0:03.94 gnome-session

 
-  1423 valentin  20   0 46692  10m 8164 S  0.3  1.0   0:00.75 polkit-gnome-au  

 
-  1414 valentin   9 -11  100m 7652 6640 S  0.0  0.7   2:07.67 pulseaudio   

 
-  1732 valentin  20   0 32268 7600  828 S  0.0  0.7   0:01.16 python   

 
-  1746 valentin  20   0 36372 3976 1608 S  0.0  0.4   0:00.07 evolution-excha  

 
-  1400 valentin  20   0 92092 3768 2628 S  0.0  0.4   0:08.87 gnome-settings-  

 
-  1743 valentin  20   0 69852 3572 1536 S  0.0  0.3   0:00.05 evolution-data-  
   

[Ubuntu-x-swat] [Bug 1066721] Re: Memory leaks in xorg-server in Ubuntu 10.04.4 LTS.

2012-10-15 Thread Igor
An interesting observation: 
memory leaks ONLY when skype remote user translates its video.

** Description changed:

  Memory leaks in xorg-server while video chat is running  in skype 4.
  
  To reproduce:
  1. Update to the current version of 10.04.4 (i386)
  2. install skype
  3. run video chat.
  
  Xorg will use all possible virtual memory in the system and OOM will kill 
skype.
- Xorg did not release memory upon skype termination.
+ Xorg will not release memory upon skype termination.
  
  Looking in old bug 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/565981
  I found that /sys/kernel/debug/dri/0/gem_objects reports negative number of 
object bytes.
  
  This is degradation, possible introduced by one of the latest updates.
  Same configuration, with same version of skype 4,  was running stable till I 
did scheduled update week ago.
  I perform an update once in one-two months.
  
  Description:Ubuntu 10.04.4 LTS
  Release:10.04
  
  $ apt-cache policy xorg
  xorg:
    Установлен: 1:7.5+5ubuntu1.1
    Кандидат: 1:7.5+5ubuntu1.1
    Таблица версий:
   *** 1:7.5+5ubuntu1.1 0
  500 http://mirror.rol.ru/ubuntu/ lucid-updates/main Packages
  500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
  100 /var/lib/dpkg/status
   1:7.5+5ubuntu1 0
  500 http://mirror.rol.ru/ubuntu/ lucid/main Packages
  
  $ apt-cache policy skype
  skype:
    Установлен: 4.0.0.8-0lucid1
    Кандидат: 4.0.0.8-0lucid1
    Таблица версий:
   *** 4.0.0.8-0lucid1 0
  500 http://archive.canonical.com/ubuntu/ lucid/partner Packages
  100 /var/lib/dpkg/status
  revolver@monitor:~$
  
  
  $ free
   total   used   free sharedbuffers cached
  Mem:   1025892 991316  34576  0   2580 477120
  -/+ buffers/cache: 511616 514276
  Swap:  16466201632820  13800
  
  
  
  $ top   (sorted by %MEM)
  top - 11:15:58 up 22:17,  2 users,  load average: 0.77, 1.58, 0.84
  Tasks: 131 total,   1 running, 126 sleeping,   0 stopped,   4 zombie
  Cpu0  :  1.2%us,  0.6%sy,  0.0%ni, 98.3%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
  Mem:   1025892k total,   991896k used,33996k free, 2632k buffers
  Swap:  1646620k total,  1632820k used,13800k free,   477408k cached
  
    PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
    856 root  20   0 1372m  17m 2904 S  0.0  1.8   1:46.63 Xorg
   1236 valentin  20   0 47388  10m 8136 S  0.0  1.0   0:03.94 gnome-session
   1423 valentin  20   0 46692  10m 8164 S  0.3  1.0   0:00.75 polkit-gnome-au
   1414 valentin   9 -11  100m 7652 6640 S  0.0  0.7   2:07.67 pulseaudio
   1732 valentin  20   0 32268 7600  828 S  0.0  0.7   0:01.16 python
   1746 valentin  20   0 36372 3976 1608 S  0.0  0.4   0:00.07 evolution-excha
   1400 valentin  20   0 92092 3768 2628 S  0.0  0.4   0:08.87 gnome-settings-
   1743 valentin  20   0 69852 3572 1536 S  0.0  0.3   0:00.05 evolution-data-
   1420 root  20   0  8084 3316 2268 S  0.0  0.3   0:00.37 polkitd
  
  
  OOM message:
  
  [80035.784940] upowerd invoked oom-killer: gfp_mask=0x201da, order=0, 
oom_adj=0
  [80035.784952] upowerd cpuset=/ mems_allowed=0
  [80035.784963] Pid: 1435, comm: upowerd Not tainted 2.6.32-44-generic 
#98-Ubuntu
  [80035.784971] Call Trace:
  [80035.784992]  [c01ceec4] oom_kill_process+0xa4/0x2b0
  [80035.785005]  [c01cf539] ? select_bad_process+0xa9/0xe0
  [80035.785018]  [c01cf5c1] __out_of_memory+0x51/0xa0
  [80035.785029]  [c01cf668] out_of_memory+0x58/0xb0
  [80035.785042]  [c01d1f58] __alloc_pages_slowpath+0x498/0x4b0
  [80035.785057]  [c01d20aa] __alloc_pages_nodemask+0x13a/0x170
  [80035.785071]  [c01d466a] __do_page_cache_readahead+0xea/0x200
  [80035.785085]  [c01d47a6] ra_submit+0x26/0x30
  [80035.785096]  [c01cd93c] filemap_fault+0x3dc/0x410
  [80035.785110]  [c01e6ec0] __do_fault+0x40/0x490
  [80035.785122]  [c01e8b39] handle_mm_fault+0x139/0x390
  [80035.785138]  [c05941bd] do_page_fault+0x10d/0x3a0
  [80035.785151]  [c05940b0] ? do_page_fault+0x0/0x3a0
  [80035.785163]  [c05920b3] error_code+0x73/0x80
  [80035.785170] Mem-Info:
  [80035.785176] DMA per-cpu:
  [80035.785183] CPU0: hi:0, btch:   1 usd:   0
  [80035.785189] Normal per-cpu:
  [80035.785197] CPU0: hi:  186, btch:  31 usd:  35
  [80035.785203] HighMem per-cpu:
  [80035.785210] CPU0: hi:   42, btch:   7 usd:  36
  [80035.785226] active_anon:56785 inactive_anon:84567 isolated_anon:0
  [80035.785230]  active_file:138 inactive_file:210 isolated_file:0
  [80035.785234]  unevictable:0 dirty:0 writeback:0 unstable:0
  [80035.785238]  free:3036 slab_reclaimable:2446 slab_unreclaimable:6442
  [80035.785243]  mapped:2219 shmem:110543 pagetables:1472 bounce:0
  [80035.785267] 

[Ubuntu-x-swat] [Bug 993945] Re: ubuntu 3D frequent freezes with nouveau driver

2012-10-15 Thread Alexander Langanke
I get the following error messages after/during the crash.

** Attachment added: photo.JPG
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/993945/+attachment/3398720/+files/photo.JPG

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

Title:
  ubuntu 3D frequent freezes with nouveau driver

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

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


[Ubuntu-x-swat] [Bug 1002002] Re: problem with ati mobility radeon 7500 on TravelMate 427

2012-10-15 Thread madbiologist
** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New = Incomplete

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

Title:
  problem with ati mobility radeon 7500 on TravelMate 427

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

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


[Ubuntu-x-swat] [Bug 837456] Re: [Oneiric] XTestFakeKeyEvent changes keyboard mapping to 'us'

2012-10-15 Thread mrDoctorWho
I'm sorry for asking, but bug reported one year ago. Why its not fixed?
I think that it's high importance bug, because while it not fixed many
people can't use onscreen keyboard like Onboard or Florence.

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

Title:
  [Oneiric] XTestFakeKeyEvent changes keyboard mapping to 'us'

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

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


[Ubuntu-x-swat] [Bug 1066721] Re: Memory leaks in xorg-server in Ubuntu 10.04.4 LTS.

2012-10-15 Thread Igor
I mean turns on his video

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

Title:
  Memory leaks in xorg-server in Ubuntu 10.04.4 LTS.

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

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


[Ubuntu-x-swat] [Bug 652731] Re: Appearance settings do not work in Xubuntu 10.10 RC

2012-10-15 Thread albert fishnets
This bug no longer affects me in Ubuntu 12.04. Can anyone else confirm
it is resolved for them?

** Changed in: xfce4
   Status: New = In Progress

** Changed in: xfce4
 Assignee: (unassigned) = albert fishnets (mateolingerhaus)

** Changed in: nvidia-drivers-ubuntu
   Status: Invalid = In Progress

** Changed in: nvidia-drivers-ubuntu
 Assignee: (unassigned) = albert fishnets (mateolingerhaus)

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

Title:
  Appearance settings do not work in Xubuntu 10.10 RC

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

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


[Ubuntu-x-swat] [Bug 1053789] Re: Xorg crashes in drm_intel_bo_is_reusable() from intel_set_pixmap_bo()

2012-10-15 Thread Achim
I am also not able to reproduce the test case with the following
components:

-- unity compiz nux: # apt-cache policy unity compiz #
unity:
  Installed: 6.8.0-0ubuntu2
  Candidate: 6.8.0-0ubuntu2
  Version table:
 *** 6.8.0-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status
compiz:
  Installed: 1:0.9.8.4-0ubuntu2
  Candidate: 1:0.9.8.4-0ubuntu2
  Version table:
 *** 1:0.9.8.4-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

-- chipset: # lspci #
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen 
Core processor Graphics Controller (rev 09)

-- system architecture: # uname -m #
x86_64

-- libdrm version: # apt-cache policy libdrm-intel1 #
libdrm-intel1:
  Installed: 2.4.39-0ubuntu1
  Candidate: 2.4.39-0ubuntu1
  Version table:
 *** 2.4.39-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

-- kernel version # uname -r #
3.5.0-17-generic

-- distribution # lsb_release -d
Description:Ubuntu 12.10

-- mobo model #
Intel DH77DF

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

Title:
  Xorg crashes in drm_intel_bo_is_reusable() from intel_set_pixmap_bo()

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

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


[Ubuntu-x-swat] [Bug 1066850] [NEW] Alt+F10 does not maximize a window

2012-10-15 Thread Michael V. Antosha
Public bug reported:

Alt+F10 does not maximize a window.  It opens application menu, instead.

Steps to reproduce:

1. Open an unmaximized window (for example, Ctrl+Alt+T to open new
terminal window).

2. Press Alt+F10.

Result:  Application menu is opened (the same way as it is opened when
one presses F10).  Window remains unmaximized.

Expected result:  Window is maximized,  application menu does not
appear.

Related to #722674?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,regex,mousepoll,vpswitch,grid,move,snap,place,resize,session,animation,imgpng,gnomecompat,wall,workarounds,fade,expo,scale,unitymtgrabhandles,ezoom,unityshell,switcher]
CompositorRunning: compiz
Date: Mon Oct 15 15:04:25 2012
DistUpgraded: 2012-10-15 09:44:05,298 DEBUG got a conffile-prompt from dpkg for 
file: '/etc/bash.bashrc'
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.1.12, 3.0.0-26-generic, x86_64: installedError! Could not locate 
dkms.conf file.
 File:  does not exist.
  (WARNING! Diff between built and installed module!)
 virtualbox, 4.1.12, 3.2.0-32-generic, x86_64: installed
ExtraDebuggingInterest: I just need an easy workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: SAMSUNG ELECTRONICS CO., LTD. RC530/RC730
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=7ab06e14-ffd7-4e18-b756-2c246e0b6fc1 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to precise on 2012-10-15 (0 days ago)
dmi.bios.date: 08/10/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 02WD.M007.20110810.PSA
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: RC530/RC730
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: 02WD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr02WD.M007.20110810.PSA:bd08/10/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRC530/RC730:pvr02WD:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRC530/RC730:rvr02WD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: RC530/RC730
dmi.product.version: 02WD
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: alt+f10 amd64 apport-bug compiz-0.9 maximize precise running-unity 
ubuntu

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

Title:
  Alt+F10 does not maximize a window

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

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


[Ubuntu-x-swat] [Bug 551668] Re: Fn+F5 and Fn+F6 don't modify brightness on Sony VAIO VPCCW (GT 230M)

2012-10-15 Thread Christopher M. Penalver
Alex Mayorga Adame, could you please test the latest upstream kernel available 
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Please do not test the 
kernel in the daily folder, but the one all the way at the bottom. Once you've 
tested the upstream kernel, please comment on which kernel version specifically 
you tested and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

Please let us know your results. Thank you for your understanding.

** Attachment removed: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/551668/+attachment/1385703/+files/Xorg.0.log

** Attachment removed: lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/551668/+attachment/1385762/+files/lspci.txt

** Tags added: maverick need-supstream-testing

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

** Changed in: linux (Ubuntu)
 Assignee: Pepi (peshko-ivanov) = (unassigned)

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

Title:
  Fn+F5 and Fn+F6 don't modify brightness on Sony VAIO VPCCW (GT 230M)

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

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


[Ubuntu-x-swat] [Bug 1066721] Re: Memory leaks in xorg-server in Ubuntu 10.04.4 LTS.

2012-10-15 Thread Igor
** Description changed:

  Memory leaks in xorg-server while video chat is running  in skype 4.
  
  To reproduce:
  1. Update to the current version of 10.04.4 (i386)
- 2. install skype
+ 2. install Skype
  3. run video chat.
  
  Xorg will use all possible virtual memory in the system and OOM will kill 
skype.
  Xorg will not release memory upon skype termination.
  
- Looking in old bug 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/565981
- I found that /sys/kernel/debug/dri/0/gem_objects reports negative number of 
object bytes.
+ May be related to old bug 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/565981.
+ I have found that /sys/kernel/debug/dri/0/gem_objects reports negative number 
of object bytes, looks like there is a leak in gem_objects as well.
  
- This is degradation, possible introduced by one of the latest updates.
- Same configuration, with same version of skype 4,  was running stable till I 
did scheduled update week ago.
- I perform an update once in one-two months.
+ So far leak happens only when Skype video is running.
+ 
+ This is degradation, possibly introduced by one of the latest updates.
+ Same configuration, with the same version of Skype,  was running stable till 
I did scheduled update week ago. I perform an update every one-two months.
  
  Description:Ubuntu 10.04.4 LTS
  Release:10.04
  
  $ apt-cache policy xorg
  xorg:
    Установлен: 1:7.5+5ubuntu1.1
    Кандидат: 1:7.5+5ubuntu1.1
    Таблица версий:
   *** 1:7.5+5ubuntu1.1 0
  500 http://mirror.rol.ru/ubuntu/ lucid-updates/main Packages
  500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
  100 /var/lib/dpkg/status
   1:7.5+5ubuntu1 0
  500 http://mirror.rol.ru/ubuntu/ lucid/main Packages
  
  $ apt-cache policy skype
  skype:
    Установлен: 4.0.0.8-0lucid1
    Кандидат: 4.0.0.8-0lucid1
    Таблица версий:
   *** 4.0.0.8-0lucid1 0
  500 http://archive.canonical.com/ubuntu/ lucid/partner Packages
  100 /var/lib/dpkg/status
  revolver@monitor:~$
  
  
  $ free
   total   used   free sharedbuffers cached
  Mem:   1025892 991316  34576  0   2580 477120
  -/+ buffers/cache: 511616 514276
  Swap:  16466201632820  13800
  
  
  
  $ top   (sorted by %MEM)
  top - 11:15:58 up 22:17,  2 users,  load average: 0.77, 1.58, 0.84
  Tasks: 131 total,   1 running, 126 sleeping,   0 stopped,   4 zombie
  Cpu0  :  1.2%us,  0.6%sy,  0.0%ni, 98.3%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
  Mem:   1025892k total,   991896k used,33996k free, 2632k buffers
  Swap:  1646620k total,  1632820k used,13800k free,   477408k cached
  
    PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
    856 root  20   0 1372m  17m 2904 S  0.0  1.8   1:46.63 Xorg
   1236 valentin  20   0 47388  10m 8136 S  0.0  1.0   0:03.94 gnome-session
   1423 valentin  20   0 46692  10m 8164 S  0.3  1.0   0:00.75 polkit-gnome-au
   1414 valentin   9 -11  100m 7652 6640 S  0.0  0.7   2:07.67 pulseaudio
   1732 valentin  20   0 32268 7600  828 S  0.0  0.7   0:01.16 python
   1746 valentin  20   0 36372 3976 1608 S  0.0  0.4   0:00.07 evolution-excha
   1400 valentin  20   0 92092 3768 2628 S  0.0  0.4   0:08.87 gnome-settings-
   1743 valentin  20   0 69852 3572 1536 S  0.0  0.3   0:00.05 evolution-data-
   1420 root  20   0  8084 3316 2268 S  0.0  0.3   0:00.37 polkitd
  
  
  OOM message:
  
  [80035.784940] upowerd invoked oom-killer: gfp_mask=0x201da, order=0, 
oom_adj=0
  [80035.784952] upowerd cpuset=/ mems_allowed=0
  [80035.784963] Pid: 1435, comm: upowerd Not tainted 2.6.32-44-generic 
#98-Ubuntu
  [80035.784971] Call Trace:
  [80035.784992]  [c01ceec4] oom_kill_process+0xa4/0x2b0
  [80035.785005]  [c01cf539] ? select_bad_process+0xa9/0xe0
  [80035.785018]  [c01cf5c1] __out_of_memory+0x51/0xa0
  [80035.785029]  [c01cf668] out_of_memory+0x58/0xb0
  [80035.785042]  [c01d1f58] __alloc_pages_slowpath+0x498/0x4b0
  [80035.785057]  [c01d20aa] __alloc_pages_nodemask+0x13a/0x170
  [80035.785071]  [c01d466a] __do_page_cache_readahead+0xea/0x200
  [80035.785085]  [c01d47a6] ra_submit+0x26/0x30
  [80035.785096]  [c01cd93c] filemap_fault+0x3dc/0x410
  [80035.785110]  [c01e6ec0] __do_fault+0x40/0x490
  [80035.785122]  [c01e8b39] handle_mm_fault+0x139/0x390
  [80035.785138]  [c05941bd] do_page_fault+0x10d/0x3a0
  [80035.785151]  [c05940b0] ? do_page_fault+0x0/0x3a0
  [80035.785163]  [c05920b3] error_code+0x73/0x80
  [80035.785170] Mem-Info:
  [80035.785176] DMA per-cpu:
  [80035.785183] CPU0: hi:0, btch:   1 usd:   0
  [80035.785189] Normal per-cpu:
  [80035.785197] CPU0: hi:  186, btch:  31 usd:  35
  [80035.785203] HighMem per-cpu:
  

[Ubuntu-x-swat] [Bug 1057120] Re: Ubiquity screen problem during install.

2012-10-15 Thread Erick Brunzell
OK, I've been testing the Lubuntu Quantal 20121014 i386 image
intensively on two sets of hardware, but I have not tested at all in a
VM.

On my old VIA C7 w/P4M800 graphics I can NOT reproduce this regardless
of whether I choose Try or Install from the boot menu.

But on my Intel Atom 230 w/Intel 82945G/GZ Integrated Graphics this
behavior is easy to reproduce only if I choose Install from the boot
menu. If I begin from the live desktop I can't reproduce the behavior on
this hardware.

It would therefore be interesting to know exactly what graphics chips
are effected by this bug.

Regardless the installation does complete successfully if you simply
disregard the window-over-window behavior.

From a testing perspective try this to see if it can be reproduced:

(1) Boot the live CD, select the preferred language, and then select
Install

(2) Select your preferences on the first two installer windows. (I've
only tested in English and with DL updates/do install 3rd party
selected)

(3) On the third window where you select the type of installation see if
you can drag that window and recreate this screen blur behavior.

Note: If choosing advanced partitioning the window-over-window
behavior will be quite evident even w/o dragging a window.

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

Title:
  Ubiquity screen problem during install.

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

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


[Ubuntu-x-swat] [Bug 736412] Re: 10de:0a2a [MASTER] nouveau random GPU freeze when 3D is enabled (libgl1-mesa-dri-experimental)

2012-10-15 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 553789 ***
https://bugs.launchpad.net/bugs/553789

** Summary changed:

- [MASTER] nouveau random GPU freeze when 3D is enabled 
(libgl1-mesa-dri-experimental)
+ 10de:0a2a [MASTER] nouveau random GPU freeze when 3D is enabled 
(libgl1-mesa-dri-experimental)

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

Title:
  10de:0a2a [MASTER] nouveau random GPU freeze when 3D is enabled
  (libgl1-mesa-dri-experimental)

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

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


[Ubuntu-x-swat] [Bug 711908] Re: 10de:0a6c [natty] frequent nouveau freeze on GT218 [NVS 3100M] (rev a2)

2012-10-15 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 553789 ***
https://bugs.launchpad.net/bugs/553789

** Summary changed:

- [natty] frequent nouveau freeze on GT218 [NVS 3100M] (rev a2)
+ 10de:0a6c [natty] frequent nouveau freeze on GT218 [NVS 3100M] (rev a2)

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

Title:
  10de:0a6c [natty] frequent nouveau freeze on GT218 [NVS 3100M] (rev
  a2)

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

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


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

2012-10-15 Thread Ikuya Awashiro
It looks good to me. Thanks!

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

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

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

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


[Ubuntu-x-swat] [Bug 1066883] [NEW] Fatal server error: Can not run in framebuffer mode on reboot

2012-10-15 Thread Parameswaran Sivatharman
Public bug reported:

Fatal server error: Can not run in framebuffer mode error occurs on the 2nd 
reboot onwards on a mac with external display.
The first reboot after a fresh installation is working fine and from the second 
attempt the desktop fails to start on the standard graphics mode and 'Your 
screen, graphics card, and input device settings could not be detected 
correctly' error message is displayed.

The logs attached are directly from the first reboot.

A tar file will be added with the logs after the failure.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
.tmp.unity.support.test.0:

ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CurrentDmesg:

Date: Mon Oct 15 14:37:01 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. Device [106b:00e6]
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64+mac (20121014)
MachineType: Apple Inc. Macmini5,1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=f5eb805b-ed9d-43f3-a316-9b906251e9d5 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/20/2011
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MM51.88Z.0077.B0F.1110201309
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-8ED6AF5B48C039E1
dmi.board.vendor: Apple Inc.
dmi.board.version: Macmini5,1
dmi.chassis.type: 16
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-8ED6AF5B48C039E1
dmi.modalias: 
dmi:bvnAppleInc.:bvrMM51.88Z.0077.B0F.1110201309:bd10/20/2011:svnAppleInc.:pnMacmini5,1:pvr1.0:rvnAppleInc.:rnMac-8ED6AF5B48C039E1:rvrMacmini5,1:cvnAppleInc.:ct16:cvrMac-8ED6AF5B48C039E1:
dmi.product.name: Macmini5,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.8.4-0ubuntu2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 qa-manual-testing quantal rls-q-incoming 
running-unity ubuntu

** Description changed:

- Fatal server error: Can not run in framebuffer mode error occurs on the 2nd 
reboot onwards on a mac with external display. 
- The first reboot after a fresh installation is working fine and from the 
second attempt the desktop fails to start on the standard graphics mode and 
'Your screen, graphics card, and input device settings could not be detected 
correctly' error message is displayed. 
+ Fatal server error: Can not run in framebuffer mode error occurs on the 2nd 
reboot onwards on a mac with external display.
+ The first reboot after a fresh installation is working fine and from the 
second attempt the desktop fails to start on the standard graphics mode and 
'Your screen, graphics card, and input device settings could not be detected 
correctly' error message is displayed.
  
  The logs attached are directly from the first reboot.
  
  A tar file will be added with the logs after the failure.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
-  
+ 
  Date: Mon Oct 15 14:37:01 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: Apple Inc. Device [106b:00e6]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: Apple Inc. Device [106b:00e6]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal 

[Ubuntu-x-swat] [Bug 1066883] Re: Fatal server error: Can not run in framebuffer mode on reboot

2012-10-15 Thread Parameswaran Sivatharman
The above logs were taken from the first boot, hence does not have the
error information. The attached tar contains the log after the failure

** Attachment added: log.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1066883/+attachment/3398945/+files/log.tar.gz

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

Title:
  Fatal server error: Can not run in framebuffer mode on reboot

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

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


[Ubuntu-x-swat] [Bug 1057120] Re: Ubiquity screen problem during install.

2012-10-15 Thread Erick Brunzell
I just happened to think that my old P4M800 will not even begin to
render 3D graphics so I wondered if it's possible to use a boot
parameter edit to make my Intel i945 ignore 3D capability?

Maybe nomodeset?

Or maybe just a stupid idea ;^(

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

Title:
  Ubiquity screen problem during install.

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

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


[Ubuntu-x-swat] [Bug 1066907] [NEW] Centered background image is partly hidden by a border after reboot (dual display configuration, different screen resolutions)

2012-10-15 Thread Michael V. Antosha
Public bug reported:


Steps to reproduce (Ubuntu 12.04.1):

1.1. Go to System Settings / Hardware / Displays

1.2. Switch Mirror displays off.

1.3. Set up different screen resolution for displays
(My case: 1600 x 900 for native laptop monitor and 1920 x 1080 for external 
HDMI monitor.)

2. Find or download a wallpaper image with size that corresponds to the
larger resolution (1920 x 1080 in my case).

3.1. Go to System Settings / Personal / Appearance / Look

3.2. Add your wallpaper image and set it as a background.

3.3. Choose Center option in the Tile/Zoom/Center/Scale/... list.

Result:
The image is fully visible on the display with larger resolution and partly 
visible on the smaller display.
There are no any borders (i.e. image spans fully on each display).
Image is not scaled;  it is shown with pixel-to-pixel correspondence on both 
displays.

4. Reboot the system and login as the same user.

Result:
On the smaller display the result is the same as described above (item 3.3).
On the larger display image is partly visible (visible is exactly the same part 
of image
which is visible on the smaller screen);  image is not scaled, its part is just 
shown with
pixel-to-pixel correspondence at the center of display;  around the image there 
is a border
that fills space where the rest of the image should be.

Expected result:  The same as described in item 3.3.


Workaround:

W.1. Go to System Settings / Personal / Appearance / Look

W.2. Choose Tile option in the Tile/Zoom/Center/Scale/... list.

W.3. Choose Center option in the Tile/Zoom/Center/Scale/... list.

W.4. Repeat each time after you log in.


The bug was observed in Ubuntu 11.10, and still persists after upgrade to 
Ubuntu 12.04.1.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,regex,mousepoll,vpswitch,grid,move,snap,place,resize,session,animation,imgpng,gnomecompat,wall,workarounds,fade,expo,scale,unitymtgrabhandles,ezoom,unityshell,switcher]
CompositorRunning: compiz
Date: Mon Oct 15 16:09:57 2012
DistUpgraded: 2012-10-15 09:44:05,298 DEBUG got a conffile-prompt from dpkg for 
file: '/etc/bash.bashrc'
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.1.12, 3.0.0-26-generic, x86_64: installedError! Could not locate 
dkms.conf file.
 File:  does not exist.
  (WARNING! Diff between built and installed module!)
 virtualbox, 4.1.12, 3.2.0-32-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: SAMSUNG ELECTRONICS CO., LTD. RC530/RC730
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=7ab06e14-ffd7-4e18-b756-2c246e0b6fc1 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to precise on 2012-10-15 (0 days ago)
dmi.bios.date: 08/10/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 02WD.M007.20110810.PSA
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: RC530/RC730
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: 02WD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr02WD.M007.20110810.PSA:bd08/10/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRC530/RC730:pvr02WD:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRC530/RC730:rvr02WD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: RC530/RC730
dmi.product.version: 02WD
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug centered-background-image compiz-0.9 
different-display-resolutions precise running-unity secondary-display ubuntu 
wallpaper

-- 
You 

[Ubuntu-x-swat] [Bug 999109] Re: complete freeze of Ubuntu after some time using Java, wine, games (GL?)

2012-10-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  complete freeze of Ubuntu after some time using Java, wine, games
  (GL?)

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

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


[Ubuntu-x-swat] [Bug 1007575] Re: SB Arena USB headset causes X BUG, can't click outside window

2012-10-15 Thread Chris J Arges
@yoh yoh:
Please see:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1007575/comments/19

You just need to install the kernel packages and test.

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

Title:
  SB Arena USB headset causes X BUG, can't click outside window

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

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


[Ubuntu-x-swat] [Bug 405425]

2012-10-15 Thread Agajan
I have a Dell Optiplex 960 which has a Q45 Express chipset.

I am seeing similar flickering when I view a video at the following URL:

http://www.wpix.com/sports/college-sports/

On the right side, there is a Flash video.  If I make that video
fullscreen and play it, I get the flickering.

The same computer can play other Flash videos in fullscreen mode and not
have flickering issue.

xorg-x11-server-Xorg-1.12.3-2.fc17.x86_64
xorg-x11-drv-intel-2.20.8-1.fc17.x86_64

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

Title:
  [q45] Flickering on Adobe Air application

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

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


[Ubuntu-x-swat] [Bug 405425]

2012-10-15 Thread Chris Wilson
(In reply to comment #28)
 I have a Dell Optiplex 960 which has a Q45 Express chipset.
 
 I am seeing similar flickering when I view a video at the following URL:
 
 http://www.wpix.com/sports/college-sports/
 
 On the right side, there is a Flash video.  If I make that video fullscreen
 and play it, I get the flickering.
 
 The same computer can play other Flash videos in fullscreen mode and not
 have flickering issue.

Fortuitous. Flash does not employ synchronized updates to the scanout.
This bug is purely about that the update of the rotated scanout is not
synchronous even if the applications are requesting synchronous updates.

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

Title:
  [q45] Flickering on Adobe Air application

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

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


[Ubuntu-x-swat] [Bug 959842] Re: root escalation via /dev/nvidia0

2012-10-15 Thread Jamie Strandboge
It seems like 12.04 is fixed, but it was assigned to Alberto after the
fix was published. Is 12.04 still affected?

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

Title:
  root escalation via /dev/nvidia0

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

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


[Ubuntu-x-swat] [Bug 1066907] Re: Centered background image is partly hidden by a border after reboot (dual display configuration, different screen resolutions)

2012-10-15 Thread Michael V. Antosha
** Description changed:

- 
  Steps to reproduce (Ubuntu 12.04.1):
  
  1.1. Go to System Settings / Hardware / Displays
  
  1.2. Switch Mirror displays off.
  
  1.3. Set up different screen resolution for displays
  (My case: 1600 x 900 for native laptop monitor and 1920 x 1080 for external 
HDMI monitor.)
  
  2. Find or download a wallpaper image with size that corresponds to the
  larger resolution (1920 x 1080 in my case).
  
  3.1. Go to System Settings / Personal / Appearance / Look
  
  3.2. Add your wallpaper image and set it as a background.
  
  3.3. Choose Center option in the Tile/Zoom/Center/Scale/... list.
  
  Result:
  The image is fully visible on the display with larger resolution and partly 
visible on the smaller display.
  There are no any borders (i.e. image spans fully on each display).
  Image is not scaled;  it is shown with pixel-to-pixel correspondence on both 
displays.
  
- 4. Reboot the system and login as the same user.
+ 4. Reboot the system (or log out) and log back in as the same user.
  
  Result:
  On the smaller display the result is the same as described above (item 3.3).
  On the larger display image is partly visible (visible is exactly the same 
part of image
  which is visible on the smaller screen);  image is not scaled, its part is 
just shown with
  pixel-to-pixel correspondence at the center of display;  around the image 
there is a border
  that fills space where the rest of the image should be.
  
  Expected result:  The same as described in item 3.3.
- 
  
  Workaround:
  
  W.1. Go to System Settings / Personal / Appearance / Look
  
  W.2. Choose Tile option in the Tile/Zoom/Center/Scale/... list.
  
  W.3. Choose Center option in the Tile/Zoom/Center/Scale/... list.
  
  W.4. Repeat each time after you log in.
  
- 
- The bug was observed in Ubuntu 11.10, and still persists after upgrade to 
Ubuntu 12.04.1.
+ The bug was observed in Ubuntu 11.10, and still persists after upgrade
+ to Ubuntu 12.04.1.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,regex,mousepoll,vpswitch,grid,move,snap,place,resize,session,animation,imgpng,gnomecompat,wall,workarounds,fade,expo,scale,unitymtgrabhandles,ezoom,unityshell,switcher]
  CompositorRunning: compiz
  Date: Mon Oct 15 16:09:57 2012
  DistUpgraded: 2012-10-15 09:44:05,298 DEBUG got a conffile-prompt from dpkg 
for file: '/etc/bash.bashrc'
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
-  virtualbox, 4.1.12, 3.0.0-26-generic, x86_64: installedError! Could not 
locate dkms.conf file.
-  File:  does not exist.
-   (WARNING! Diff between built and installed module!)
-  virtualbox, 4.1.12, 3.2.0-32-generic, x86_64: installed
+  virtualbox, 4.1.12, 3.0.0-26-generic, x86_64: installedError! Could not 
locate dkms.conf file.
+  File:  does not exist.
+   (WARNING! Diff between built and installed module!)
+  virtualbox, 4.1.12, 3.2.0-32-generic, x86_64: installed
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
-Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
+    Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RC530/RC730
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=7ab06e14-ffd7-4e18-b756-2c246e0b6fc1 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to precise on 2012-10-15 (0 days ago)
  dmi.bios.date: 08/10/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 02WD.M007.20110810.PSA
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RC530/RC730
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 02WD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr02WD.M007.20110810.PSA:bd08/10/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRC530/RC730:pvr02WD:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRC530/RC730:rvr02WD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RC530/RC730
  dmi.product.version: 02WD
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 

[Ubuntu-x-swat] [Bug 979307] Re: /dev/nvidia* is world writable

2012-10-15 Thread Marc Deslauriers
** Changed in: nvidia-graphics-drivers (Ubuntu)
 Assignee: Marc Deslauriers (mdeslaur) = (unassigned)

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

Title:
  /dev/nvidia* is world writable

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

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


[Ubuntu-x-swat] [Bug 1066883] Re: Fatal server error: Can not run in framebuffer mode on reboot

2012-10-15 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1066883

** Tags added: iso-testing

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

Title:
  Fatal server error: Can not run in framebuffer mode on reboot

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

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


[Ubuntu-x-swat] [Bug 1061073] Re: Desktop effects are slow and desktop corruption using mesa 9

2012-10-15 Thread Stefan Freyr
Why is this still incomplete?

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

Title:
  Desktop effects are slow and desktop corruption using mesa 9

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

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


[Ubuntu-x-swat] [Bug 1066883] Re: Fatal server error: Can not run in framebuffer mode on reboot

2012-10-15 Thread Kate Stewart
** Also affects: xorg (Ubuntu Quantal)
   Importance: Undecided
   Status: New

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

Title:
  Fatal server error: Can not run in framebuffer mode on reboot

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

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


[Ubuntu-x-swat] [Bug 223774] Re: [HARDY] NoDDC option doesn't work for trident cyberblade/i1 resulting in system lockup

2012-10-15 Thread Laura Czajkowski
** Tags added: natty

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

Title:
  [HARDY] NoDDC option doesn't work for trident cyberblade/i1 resulting
  in system lockup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/223774/+subscriptions

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


[Ubuntu-x-swat] [Bug 1066599] Re: Wine is unable to detect OSMesa correctly when compiling from source

2012-10-15 Thread Jaime Rave
Hi AG, I already have installed libosmesa6 and libosmesa6-dev, and Wine
is unable to find them, that's why i'm filling the bug. The problem with
using the ubuntu-wine packages is that they only provide a package of
the latests release, but I'm trying to compile the daily version to test
the new commits.

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

Title:
  Wine is unable to detect OSMesa correctly when compiling from source

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

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


[Ubuntu-x-swat] [Bug 1055987] Re: [sna] Need tty switch after screen off to resume display

2012-10-15 Thread Timo Jyrinki
Hmm, it seems that magically maybe the last 2.20.x release fixed this
for me. Which is great, of course.

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

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

Title:
  [sna] Need tty switch after screen off to resume display

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

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


[Ubuntu-x-swat] [Bug 223774] Re: [HARDY] NoDDC option doesn't work for trident cyberblade/i1 resulting in system lockup

2012-10-15 Thread Lloyd Ewing
** Tags removed: natty
** Tags added: lucid

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

Title:
  [HARDY] NoDDC option doesn't work for trident cyberblade/i1 resulting
  in system lockup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/223774/+subscriptions

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


[Ubuntu-x-swat] [Bug 1066959] [NEW] [Quantal] Plymouth broken for NVidia graphics with proprietary drivers

2012-10-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,

I've seen this happen on 3 different machines with 3 different NVidia
graphics cards, so I confirm this immediately.

Somewhere during the updates between Quantal Beta 1 and Beta 2, plymouth
graphics boot got broken for all machines with NVidia cards, using
proprietary NVidia drivers.

As of today 2012/10/15, this is not fixed and these machines boot in
text mode until the GUI starts.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: plymouth 0.8.4-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
CheckboxSubmission: 1ea6109db29b53f721a523a77b7f3abf
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Mon Oct 15 18:04:31 2012
DefaultPlymouth: /lib/plymouth/themes/fade-in/fade-in.plymouth
EcryptfsInUse: Yes
MachineType: TOSHIBA SATELLITE L735
ProcCmdLine: BOOT_IMAGE=/UBUNTU/@boot/vmlinuz-3.5.0-17-generic 
root=/dev/mapper/VG1-BTR_POOL ro rootflags=subvol=UBUNTU/@ rdblacklist=nouveau 
nouveau.blacklist=1 acpi_osi=Linux acpi_backlight=vendor quiet splash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/UBUNTU/@boot/vmlinuz-3.5.0-17-generic 
root=/dev/mapper/VG1-BTR_POOL ro rootflags=subvol=UBUNTU/@ rdblacklist=nouveau 
nouveau.blacklist=1 acpi_osi=Linux acpi_backlight=vendor quiet splash
SourcePackage: plymouth
TextPlymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
UpgradeStatus: Upgraded to quantal on 2012-08-28 (48 days ago)
dmi.bios.date: 06/26/2012
dmi.bios.vendor: INSYDE
dmi.bios.version: 2.50
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Base Board Product Name
dmi.board.vendor: Intel Corp.
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: OEM Chassis Manufacturer
dmi.chassis.version: OEM Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvr2.50:bd06/26/2012:svnTOSHIBA:pnSATELLITEL735:pvrPSK0CE-00900LFR:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
dmi.product.name: SATELLITE L735
dmi.product.version: PSK0CE-00900LFR
dmi.sys.vendor: TOSHIBA

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


** Tags: amd64 apport-bug quantal running-unity
-- 
[Quantal] Plymouth broken for NVidia graphics with proprietary drivers
https://bugs.launchpad.net/bugs/1066959
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to nvidia-graphics-drivers in Ubuntu.

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


[Ubuntu-x-swat] [Bug 1066959] Re: [Quantal] Plymouth broken for NVidia graphics with proprietary drivers

2012-10-15 Thread Steve Langasek
*** This bug is a duplicate of bug 1063969 ***
https://bugs.launchpad.net/bugs/1063969

This is not a bug in plymouth.  The package for the nvidia binary
drivers has blacklisted the framebuffers, without which plymouth can't
work.

** Package changed: plymouth (Ubuntu) = nvidia-graphics-drivers
(Ubuntu)

** This bug has been marked a duplicate of bug 1063969
   No Plymouth Splash on Latitude E6420

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

Title:
  [Quantal] Plymouth broken for NVidia graphics with proprietary drivers

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

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


[Ubuntu-x-swat] [Bug 1066850] Re: Alt+F10 does not maximize a window

2012-10-15 Thread RaduStoica
*** This bug is a duplicate of bug 955965 ***
https://bugs.launchpad.net/bugs/955965

Hello,

  Thanks for taking the time to report this. There is another bug report
related to this: bug #955965. Check out this answer to solve this
problem:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/955965/comments/3

** This bug has been marked a duplicate of bug 955965
   Alt - F10 does not maximize window  - seems like a regression

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

Title:
  Alt+F10 does not maximize a window

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

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


[Ubuntu-x-swat] [Bug 1032187] Re: Major OpenGL performance degradation over time

2012-10-15 Thread MathieuO
I experience the same issue in a fresh Linux Mint 13 install!

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

Title:
  Major OpenGL performance degradation over time

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

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


[Ubuntu-x-swat] [Bug 1066984] [NEW] Upgrade to 2.20.10

2012-10-15 Thread Pekorius.Nedas
Public bug reported:

Upgrade xf86-video-intel to 2.20.10
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/

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

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

Title:
  Upgrade to 2.20.10

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

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


[Ubuntu-x-swat] [Bug 1041428] Re: Second Monitor is just blank under Nouveau

2012-10-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Second Monitor is just blank under Nouveau

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

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


[Ubuntu-x-swat] [Bug 1066313] Re: Firefox has not hardware acceletration at all with proprietary drivers

2012-10-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Firefox has not hardware acceletration at all with proprietary drivers

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

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


[Ubuntu-x-swat] [Bug 1067019] [NEW] Cannot switch VT [regression]

2012-10-15 Thread MMlosh
Public bug reported:

I upgraded my machine to Quantal yesterday to capture the most bad stuff
before the release.

It works surprisingly well (well, the ugprade process quit two times
because it couldn't configure some packages present in both amd64 and
i386 variant, but nothing apt-get -f install couldn't easily fix)

But I can't switch VTs, it simply doesn't do anything.
in xev, only Key releases of XF86Switch_VT_[number] are reported and nothing 
happens.

When I tried sudo chvt 1, it just waits and never returns

May it be related to plymouth being disabled and that weird /bin/plymouth 
quit showing in ps -A f ?
(In Precise SLiM sometimes spawned on VT1 due to the vt switching black magic 
in ubuntu. With nasty results)

Thanks for looking into it

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


** Tags: quantal regression-release

** Attachment added: apport report
   
https://bugs.launchpad.net/bugs/1067019/+attachment/3399211/+files/xserver-xorg.apport

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

Title:
  Cannot switch VT [regression]

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

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


[Ubuntu-x-swat] [Bug 1067019] Re: Cannot switch VT [regression]

2012-10-15 Thread MMlosh
** Attachment added: Strace of chvt
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1067019/+attachment/3399223/+files/chvt-strace

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

Title:
  Cannot switch VT [regression]

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

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


[Ubuntu-x-swat] [Bug 1024126] [NEW] When I plug a second monitor into my macbook air, sometimes ubuntu freezes and just displays a single stuck mouse pointer on the new monitor and blackness in the ba

2012-10-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is a macbook air with Intel HD Graphics 3000.  I'm running Precise
Pangolin 64-bit. I haven't installed anything for graphics card support.
I'm using Gnome Shell.

The second monitor works on the login screen.  However, after logging in
it will immediately freeze with background images hap-hazardly repeated
across all monitors and nothing else going on.  If I let it log in first
and then plug in the monitor, the screens both go black and a single
cursor is visible on the second monitor, but it wont move.  In both
situations, the only way to escape is to cut the power, since nothing is
interactive anymore.

** Affects: xorg (Ubuntu)
 Importance: High
 Status: Incomplete


** Tags: bot-comment
-- 
When I plug a second monitor into my macbook air, sometimes ubuntu freezes and 
just displays a single stuck mouse pointer on the new monitor and blackness in 
the background on all screens.
https://bugs.launchpad.net/bugs/1024126
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to xorg in Ubuntu.

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


[Ubuntu-x-swat] [Bug 1059655] Re: fglrx doesn't support ATI FirePro M7740 chip?

2012-10-15 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1058040 ***
https://bugs.launchpad.net/bugs/1058040

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  fglrx doesn't support ATI FirePro M7740 chip?

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

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


[Ubuntu-x-swat] [Bug 1024126] Re: When I plug a second monitor into my macbook air, sometimes ubuntu freezes and just displays a single stuck mouse pointer on the new monitor and blackness in the back

2012-10-15 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please run the command 'apport-collect 1024126' which
will attach necessary information for debugging this as an Xorg problem.
See https://wiki.ubuntu.com/X/Troubleshooting for additional info.
Thanks in advance.

** Package changed: ubuntu = xorg (Ubuntu)

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

** Tags added: macbook precise

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

Title:
  When I plug a second monitor into my macbook air, sometimes ubuntu
  freezes and just displays a single stuck mouse pointer on the new
  monitor and blackness in the background on all screens.

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

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


[Ubuntu-x-swat] [Bug 1067071] [NEW] [Ubuntu 10.04.4 LTS 32-bit] SiS 6326 AGP graphics on a mainboard with Intel 815E chipset will not boot from a hard drive, but is okay with DVD boot

2012-10-15 Thread fpgahardwareengineer
Public bug reported:

Hi,

I will like to report that when I try to boot Ubuntu 10.04.4 LTS 32-bit from a 
hard drive on a system with Diamond Multimedia Speedstar A50 (SiS 6326 AGP 8MB 
SDRAM, AGP 3.3V) graphics card and Intel D815EAA2 mainboard (Intel 815E 
chipset), the system will crash during boot in a few seconds.
Floppy disk drive indicator light goes on and stays on.
I won't even see the Ubuntu graphical logo on the screen.
However, if I boot Ubuntu 10.04.4 LTS 32-bit from a DVD, then it will boot fine.
I also happened to own a PCI version of SiS 6326 AGP graphics card called Palit 
AGP6326 graphics card (SiS 6326 AGP, PCI card, 4 MB FPM or EDO DRAM).
This card will boot fine with either DVD boot or hard drive boot.
Based on these results, I suspect there is a bug in either Intel AGP GART 
device driver or Intel PATA device driver for ICH2 southbridge.


System Configuration 1:

- Ubuntu 10.04.4 LTS 32-bit
  * All updates issued as of 10/15/2012 have been applied.
- Intel Pentium III 1 GHz
- Intel D815EEA2 mainboard
  * BIOS Version P21-0039 (last BIOS release)
  * Power - ACPI - ACPI: S3 State
  * Power - ACPI - Video RePOST: Off
- 512 MB PC133 SDRAM
  * 256 MB module
  * 128 MB module
  * 128 MB module
- Diamond Multimedia Speedstar A50 graphics card
  * SiS 6236 AGP
  * Chip Revision H0
  * 3.3V AGP card
  * 8 MB SDRAM
  * VGA BIOS Version 1.22
- Gateway EV700 17 inch VGA monitor
- Seagate ST320414A 20 GB PATA hard drive
- Pioneer DVR-105 PATA DVD-RW drive
- Toshiba XM-6402B PATA CD-ROM drive
- PS/2 keyboard
- PS/2 mouse


System Configuration 2:

- Palit 6326AGP graphics card
  * SiS 6236 AGP
  * Chip Revision H0
  * 5V PCI card
  * 4 MB FPM or EDO DRAM
  * VGA BIOS Version 1.28q
- Other than the graphics card, the system configuration is identical to System 
Configuration 1.


Note that if I am correct, there are SiS 6326/6326 AGP/6326 DVD.
Both of the graphics card had a SiS 6326 AGP chip even though one of them was a 
PCI card.

Regards,

fpgahardwareengineer

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
Uname: Linux 2.6.32-38-generic i686
Architecture: i386
CurrentDmesg:
 [   78.752480] lp0: using parport0 (interrupt-driven).
 [   84.400056] eth0: no IPv6 routers present
Date: Mon Oct 15 19:14:14 2012
DkmsStatus: Error: [Errno 2] No such file or directory
GdmLog1: Error: command ['cat', '/var/log/gdm/:0.log.1'] failed with exit code 
1: cat: /var/log/gdm/:0.log.1: No such file or directory
GdmLog2: Error: command ['cat', '/var/log/gdm/:0.log.2'] failed with exit code 
1: cat: /var/log/gdm/:0.log.2: No such file or directory
LiveMediaBuild: Ubuntu 10.04.4 LTS Lucid Lynx - Release i386 (20120214.2)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/hostname.seed 
boot=casper initrd=/casper/initrd.lz quiet splash --
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
dmi.bios.date: 11/06/2002
dmi.bios.vendor: Intel Corp.
dmi.bios.version: EA81520A.86A.0039.P21.0211061753
dmi.board.name: D815EEA2
dmi.board.vendor: Intel Corporation
dmi.board.version: AAA45156-206
dmi.chassis.type: 2
dmi.modalias: 
dmi:bvnIntelCorp.:bvrEA81520A.86A.0039.P21.0211061753:bd11/06/2002:svn:pn:pvr:rvnIntelCorporation:rnD815EEA2:rvrAAA45156-206:cvn:ct2:cvr:
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-38-generic

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

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


** Tags: 6326 815 agp apport-bug boot freeze i386 intel lucid sis

** Also affects: xserver-xorg-video-sis (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [Ubuntu 10.04.4 LTS 32-bit] SiS 6326 AGP graphics on a mainboard with
  Intel 815E chipset will not boot from a hard drive, but is okay with
  DVD boot

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

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


[Ubuntu-x-swat] [Bug 1066883] Re: Fatal server error: Can not run in framebuffer mode on reboot

2012-10-15 Thread Parameswaran Sivatharman
Reproducible with 20121015.2 as well, after entire disk fresh
installation

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

Title:
  Fatal server error: Can not run in framebuffer mode on reboot

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

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


[Ubuntu-x-swat] [Bug 1067071] Re: [Ubuntu 10.04.4 LTS 32-bit] SiS 6326 AGP graphics on a mainboard with Intel 815E chipset will not boot from a hard drive, but is okay with DVD boot

2012-10-15 Thread fpgahardwareengineer
** Description changed:

  Hi,
+ 
  I will like to report that when I try to boot Ubuntu 10.04.4 LTS 32-bit from 
a hard drive on a system with Diamond Multimedia Speedstar A50 (SiS 6326 AGP 
8MB SDRAM, AGP 3.3V) graphics card and Intel D815EAA2 mainboard (Intel 815E 
chipset), the system will crash during boot in a few seconds.
  Floppy disk drive indicator light goes on and stays on.
  I won't even see the Ubuntu graphical logo on the screen.
  However, if I boot Ubuntu 10.04.4 LTS 32-bit from a DVD, then it will boot 
fine.
  I also happened to own a PCI version of SiS 6326 AGP graphics card called 
Palit AGP6326 graphics card (SiS 6326 AGP, PCI card, 4 MB FPM or EDO DRAM).
  This card will boot fine with either DVD boot or hard drive boot.
  Based on these results, I suspect there is a bug in either Intel AGP GART 
device driver or Intel PATA device driver for ICH2 southbridge.
  
  
  System Configuration 1:
  
  - Ubuntu 10.04.4 LTS 32-bit
-   * All updates issued as of 10/15/2012 have been applied.
+   * All updates issued as of 10/15/2012 have been applied.
  - Intel Pentium III 1 GHz
  - Intel D815EEA2 mainboard
-   * BIOS Version P21-0039 (last BIOS release)
-   * Power - ACPI - ACPI: S3 State
-   * Power - ACPI - Video RePOST: Off
+   * BIOS Version P21-0039 (last BIOS release)
+   * Power - ACPI - ACPI: S3 State
+   * Power - ACPI - Video RePOST: Off
  - 512 MB PC133 SDRAM
-   * 256 MB module
-   * 128 MB module
-   * 128 MB module
+   * 256 MB module
+   * 128 MB module
+   * 128 MB module
  - Diamond Multimedia Speedstar A50 graphics card
-   * SiS 6236 AGP
-   * Chip Revision H0
-   * 3.3V AGP card
-   * 8 MB SDRAM
-   * VGA BIOS Version 1.22
+   * SiS 6236 AGP
+   * Chip Revision H0
+   * 3.3V AGP card
+   * 8 MB SDRAM
+   * VGA BIOS Version 1.22
  - Gateway EV700 17 inch VGA monitor
- - Seagate 20 GB PATA hard drive
+ - Seagate ST320414A 20 GB PATA hard drive
  - Pioneer DVR-105 PATA DVD-RW drive
- - Toshiba PATA CD-ROM drive
+ - Toshiba XM-6402B PATA CD-ROM drive
  - PS/2 keyboard
  - PS/2 mouse
  
  
  System Configuration 2:
  
  - Palit 6326AGP graphics card
-   * SiS 6236 AGP
-   * Chip Revision H0
-   * 5V PCI card
-   * 4 MB FPM or EDO DRAM
-   * VGA BIOS Version 1.28q
+   * SiS 6236 AGP
+   * Chip Revision H0
+   * 5V PCI card
+   * 4 MB FPM or EDO DRAM
+   * VGA BIOS Version 1.28q
  - Other than the graphics card, the system configuration is identical to 
System Configuration 1.
  
  
  Note that if I am correct, there are SiS 6326/6326 AGP/6326 DVD.
  Both of the graphics card had a SiS 6326 AGP chip even though one of them was 
a PCI card.
  
  Regards,
  
  fpgahardwareengineer
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: xorg 1:7.5+5ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
  Uname: Linux 2.6.32-38-generic i686
  Architecture: i386
  CurrentDmesg:
-  [   78.752480] lp0: using parport0 (interrupt-driven).
-  [   84.400056] eth0: no IPv6 routers present
+  [   78.752480] lp0: using parport0 (interrupt-driven).
+  [   84.400056] eth0: no IPv6 routers present
  Date: Mon Oct 15 19:14:14 2012
  DkmsStatus: Error: [Errno 2] No such file or directory
  GdmLog1: Error: command ['cat', '/var/log/gdm/:0.log.1'] failed with exit 
code 1: cat: /var/log/gdm/:0.log.1: No such file or directory
  GdmLog2: Error: command ['cat', '/var/log/gdm/:0.log.2'] failed with exit 
code 1: cat: /var/log/gdm/:0.log.2: No such file or directory
  LiveMediaBuild: Ubuntu 10.04.4 LTS Lucid Lynx - Release i386 (20120214.2)
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
-  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/hostname.seed 
boot=casper initrd=/casper/initrd.lz quiet splash --
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  dmi.bios.date: 11/06/2002
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EA81520A.86A.0039.P21.0211061753
  dmi.board.name: D815EEA2
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAA45156-206
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEA81520A.86A.0039.P21.0211061753:bd11/06/2002:svn:pn:pvr:rvnIntelCorporation:rnD815EEA2:rvrAAA45156-206:cvn:ct2:cvr:
  glxinfo: Error: [Errno 2] No such file or directory
  system:
-  distro: Ubuntu
-  codename:   lucid
-  architecture:   i686
-  kernel: 2.6.32-38-generic
+  distro: Ubuntu
+  codename:   lucid
+  architecture:   i686
+  kernel: 2.6.32-38-generic

** Description changed:

  Hi,
  
  I will like to report that when I try to boot Ubuntu 10.04.4 LTS 32-bit from 
a hard drive on a system 

[Ubuntu-x-swat] [Bug 1067019] Re: Cannot switch VT [regression]

2012-10-15 Thread MMlosh
Huh?
I ran apt-get update  upgrade.
Tried to reboot (it hang, presumably doing a VT switch. Had to sysrq+REI (said 
it's disabled) and SUB(worked)

Either fixed, but the only package that could have done that is plymouth, other 
packages that updated weren't relevant.
Or it's a race condition and I shall see it again :/

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

Title:
  Cannot switch VT [regression]

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

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


[Ubuntu-x-swat] [Bug 1067019] Re: Cannot switch VT [regression]

2012-10-15 Thread MMlosh
correction: not plymouth. upstart it was!

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

Title:
  Cannot switch VT [regression]

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

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


[Ubuntu-x-swat] [Bug 1057000] Re: [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity launcher from revealing

2012-10-15 Thread Bryce Harrington
Fixed in 310.14:  http://www.nvidia.com/object/linux-display-
amd64-310.14-driver.html

We will have an nvidia-experimental-310 driver package of this available
later this week.

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

Title:
  [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity
  launcher from revealing

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

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


[Ubuntu-x-swat] [Bug 1067107] [NEW] lenovo keypad does not work enters wrong characters after update but works fine on windows side

2012-10-15 Thread morris hier
Public bug reported:

lenovo s9

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

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

Title:
  lenovo keypad does not work enters wrong characters after update but
  works fine on windows side

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

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


[Ubuntu-x-swat] [Bug 1067109] [NEW] [Ubuntu 12.04.1 LTS 32-bit] SiS 6326 AGP graphics on a mainboard with Intel 815E chipset will not boot from a hard drive, but is okay with DVD boot

2012-10-15 Thread fpgahardwareengineer
Public bug reported:

Hi,

I will like to report that when I try to boot Ubuntu 12.04.1 LTS 32-bit from a 
hard drive on a system with Diamond Multimedia Speedstar A50 (SiS 6326 AGP 8MB 
SDRAM, AGP 3.3V) graphics card and Intel D815EAA2 mainboard (Intel 815E 
chipset), the system will crash during boot in a few seconds.
The system will revert back to POST screen of the mainboard, and it will keep 
going through this endlessly.
This crash behavior is different than the one I saw in Ubuntu 10.04.4 LTS 
32-bit (In reality, this system setup has problems with both releases of 
Ubuntus.).
I won't even see the Ubuntu graphical logo on the screen.
However, if I boot Ubuntu 12.04.1 LTS 32-bit from a DVD, then it will boot fine.
I also happened to own a PCI version of SiS 6326 AGP graphics card called Palit 
AGP6326 graphics card (SiS 6326 AGP, PCI card, 4 MB FPM or EDO DRAM).
This card will boot fine with either DVD boot or hard drive boot.
Based on these results, I suspect there is a bug in either Intel AGP GART 
device driver or Intel PATA device driver for ICH2 southbridge.

System Configuration 1:

- Ubuntu 12.04.1 LTS 32-bit
  * All updates issued as of 10/15/2012 have been applied.
- Intel Pentium III 1 GHz
- Intel D815EEA2 mainboard
  * BIOS Version P21-0039 (last BIOS release)
  * Power - ACPI - ACPI: S3 State
  * Power - ACPI - Video RePOST: Off
- 512 MB PC133 SDRAM
  * 256 MB module
  * 128 MB module
  * 128 MB module
- Diamond Multimedia Speedstar A50 graphics card
  * SiS 6236 AGP
  * Chip Revision H0
  * 3.3V AGP card
  * 8 MB SDRAM
  * VGA BIOS Version 1.22a
- Gateway EV700 17 inch VGA monitor
- Seagate ST320414A 20 GB PATA hard drive
- Pioneer DVR-105 PATA DVD-RW drive
- Toshiba XM-6402B PATA CD-ROM drive
- PS/2 keyboard
- PS/2 mouse

System Configuration 2:

- Palit 6326AGP graphics card
  * SiS 6236 AGP
  * Chip Revision H0
  * 5V PCI card
  * 4 MB FPM or EDO DRAM
  * VGA BIOS Version 1.28q
- Other than the graphics card, the system configuration is identical to System 
Configuration 1.

Note that if I am correct, there are SiS 6326/6326 AGP/6326 DVD.
Both of the graphics card had a SiS 6326 AGP chip even though one of them was a 
PCI card.

Regards,

fpgahardwareengineer

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
Uname: Linux 3.2.0-29-generic-pae i686
.tmp.unity.support.test.1:

ApportVersion: 2.0.1-0ubuntu12
Architecture: i386
CasperVersion: 1.315
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon Oct 15 21:35:31 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes,
GraphicsCard:
 Silicon Integrated Systems [SiS] 86C326 5598/6326 [1039:6326] (rev 0b) 
(prog-if 00 [VGA controller])
   Subsystem: Diamond Multimedia Systems SpeedStar A50 [1092:0a50]
LiveMediaBuild: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/06/2002
dmi.bios.vendor: Intel Corp.
dmi.bios.version: EA81520A.86A.0039.P21.0211061753
dmi.board.name: D815EEA2
dmi.board.vendor: Intel Corporation
dmi.board.version: AAA45156-206
dmi.chassis.type: 2
dmi.modalias: 
dmi:bvnIntelCorp.:bvrEA81520A.86A.0039.P21.0211061753:bd11/06/2002:svn:pn:pvr:rvnIntelCorporation:rnD815EEA2:rvrAAA45156-206:cvn:ct2:cvr:
version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

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


** Tags: 6326 815 agp apport-bug crash i386 intel precise running-unity sis 
ubuntu

** Also affects: xserver-xorg-video-sis (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  Hi,
  
  I will like to report that when I try to boot Ubuntu 12.04.1 LTS 32-bit from 
a hard drive on a 

[Ubuntu-x-swat] [Bug 1066599] Re: Wine is unable to detect OSMesa correctly when compiling from source

2012-10-15 Thread AG Restringere
** Changed in: mesa (Ubuntu)
 Assignee: (unassigned) = Ubuntu-X (ubuntu-x-swat)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is a bug assignee.
https://bugs.launchpad.net/bugs/1066599

Title:
  Wine is unable to detect OSMesa correctly when compiling from source

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

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


[Ubuntu-x-swat] [Bug 1066599] Re: Wine is unable to detect OSMesa correctly when compiling from source

2012-10-15 Thread AG Restringere
This appears to be a problem with WineHQ and not the packages as
upstream indicates this problem was fixed
https://bugs.freedesktop.org/show_bug.cgi?id=53179.  In synaptic can you
verify the version of libosmesa6-dev and also try pulling down the
latest git for WineHQ and trying again.

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

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is a bug assignee.
https://bugs.launchpad.net/bugs/1066599

Title:
  Wine is unable to detect OSMesa correctly when compiling from source

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

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


[Ubuntu-x-swat] [Bug 1048865] Re: The focus randomly changes between windows if easystroke is in use and the evdev driver is built with mtdev

2012-10-15 Thread David López
Hi. Today easystroke has been updated in the archlinux's repos. I've
tested with 3 different drivers

- xf86-input-evdev 2.7.3 built with mtdev driver
- xf86-input-evdev 2.7.3 built without mtdev driver
- xf86-input-evdev 2.6.0 built without mtdev driver

I haven't found this issue with any of the three drivers. It seems that
this bug is fixed, thanks

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

Title:
  The focus randomly changes between windows if easystroke is in use and
  the evdev driver is built with mtdev

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

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


[Ubuntu-x-swat] [Bug 1058040] Re: fglrx-installer does not support HD2000-4000 legacy cards

2012-10-15 Thread Neil Burgin
Importance is still Undecided?! This is highly important for anyone who
has a legacy ATI chip (that is, a lot of people). If ATI won't fix this,
then a PPA ought to be set up to allow the Xserver to be safely
downgraded to one compatible with the legacy driver.

(As much as I appreciate Jonathan Fernyhough creating a tarball of the
debs, I'm afraid to try using that because I'm afraid I might break
something if I try to install them.)

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

Title:
  fglrx-installer does not support HD2000-4000 legacy cards

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

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


[Ubuntu-x-swat] [Bug 1038615]

2012-10-15 Thread W-florijn-k
A patch referencing this bug report has been merged in Linux v3.7-rc1:

commit 5e056ef4ddeb6129f6bb170f2c26b8f370bbcda7
Author: Jason Gerecke killert...@gmail.com
Date:   Mon Sep 24 09:21:31 2012 -0700

Input: wacom - mark Intuos5 pad as in-prox when touching buttons

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

Title:
  Wacom Intuos 5 button touch moves the cursor to the top left corner

To manage notifications about this bug go to:
https://bugs.launchpad.net/xf86-input-wacom/+bug/1038615/+subscriptions

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


[Ubuntu-x-swat] [Bug 1048865] Re: The focus randomly changes between windows if easystroke is in use and the evdev driver is built with mtdev

2012-10-15 Thread Tom Jaeger
Thanks for testing!

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

** Changed in: easystroke (Ubuntu)
   Status: New = Fix Committed

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

Title:
  The focus randomly changes between windows if easystroke is in use and
  the evdev driver is built with mtdev

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

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


[Ubuntu-x-swat] [Bug 695680] Re: [gm45] Choppy / jerky mouse with Intel GMA 4500M

2012-10-15 Thread Christopher M. Penalver
Martin Lukeš, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO CD images are available from
http://cdimage.ubuntu.com/releases/ .

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

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the kernel in the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you tested 
and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

Please let us know your results. Thank you for your understanding.

** This bug is no longer a duplicate of bug 662946
   linux kernel 2.6.35 slows down the whole system because of kslowdxxx 
processes

** Tags removed: performance
** Tags added: needs-upstream-testing

** Tags added: natty performance

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

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

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

Title:
  [gm45] Choppy / jerky mouse with Intel GMA 4500M

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

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


[Ubuntu-x-swat] [Bug 1064772] Re: Please upgrade libxcb to 1.9

2012-10-15 Thread Bug Watch Updater
** Changed in: libxcb (Debian)
   Status: New = Fix Released

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

Title:
  Please upgrade libxcb to 1.9

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

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


[Ubuntu-x-swat] [Bug 1042211] Re: [quantal] [regression] [i915] Corrupted display, desktop and menus don't repaint correctly using Mesa 9.0 (8.0.4 works)

2012-10-15 Thread avlas
using kwin instead of kwin_gles in kubuntu quantal fixes the issues

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

Title:
  [quantal] [regression] [i915] Corrupted display, desktop and menus
  don't repaint correctly using Mesa 9.0 (8.0.4 works)

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

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


Re: [Ubuntu-x-swat] [Bug 1057000] Re: [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity launcher from revealing

2012-10-15 Thread AG Restringere
Bryce,

How do I obtain the experimental series?

Best,
Alex

On Mon, Oct 15, 2012 at 5:47 PM, Bryce Harrington 
1057...@bugs.launchpad.net wrote:

 Fixed in 310.14:  http://www.nvidia.com/object/linux-display-
 amd64-310.14-driver.html

 We will have an nvidia-experimental-310 driver package of this available
 later this week.

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

 Title:
   [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity
   launcher from revealing

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/1057000/+subscriptions

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


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

Title:
  [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity
  launcher from revealing

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

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


Re: [Ubuntu-x-swat] [Bug 1057000] Re: [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity launcher from revealing

2012-10-15 Thread Bryce Harrington
It will be available through the Additional Drivers dialog.  See my blog
for more details.

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

Title:
  [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity
  launcher from revealing

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

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


[Ubuntu-x-swat] [Bug 1066228] Re: After updates quantal doesn't boot into graphics mode on my ivybridge system

2012-10-15 Thread Achim
Forget about comment #2 as it seems the suggestion from Bug #927684 comment #5
is working for me:

Comment 5:
Try disabling plymouth-splash

sudo mv /etc/init/plymouth-splash.conf /etc/init/plymouth-
splash.conf.disabled

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

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

Title:
  After updates quantal doesn't boot into graphics mode on my ivybridge
  system

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

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


[Ubuntu-x-swat] [Bug 992391] Re: [i915] xserver freeze on switching VGA1/LVDS1

2012-10-15 Thread Timo Aaltonen
Hey, if you won't test the package from -proposed, the fix will have to
be dropped, since there's another bug waiting for this one (bug 966744)
that needs to get to -updates soon.

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

Title:
  [i915] xserver freeze on switching VGA1/LVDS1

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

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


[Ubuntu-x-swat] [Bug 1038615] Re: Wacom Intuos 5 button touch moves the cursor to the top left corner

2012-10-15 Thread Chris Halse Rogers
Hello Thomas, or anyone else affected,

Accepted xf86-input-wacom into precise-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/xf86-input-
wacom/1:0.14.0-0ubuntu2.1 in a few hours, and then in the -proposed
repository.

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

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

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

** Changed in: xf86-input-wacom (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  Wacom Intuos 5 button touch moves the cursor to the top left corner

To manage notifications about this bug go to:
https://bugs.launchpad.net/xf86-input-wacom/+bug/1038615/+subscriptions

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