[Desktop-packages] [Bug 961481] Re: [USB-Audio - Plantronics GameCom 780] Mic stops accepting input seemingly at random

2013-03-09 Thread Raymond
224.657660] cannot submit datapipe for urb 0, error -28: not enough bandwidth
[  281.181835] cannot submit datapipe for urb 0, error -28: not enough bandwidth
[  470.822620] cannot submit datapipe for urb 0, error -28: not enough bandwidth
[  836.710204] cannot submit datapipe for urb 0, error -28: not enough bandwidth
[  868.005287] cannot submit datapipe for urb 0, error -28: not enough bandwidth


** Summary changed:

- [USB-Audio - Plantronics GameCom 780] Mic stops accepting input seemingly at 
random
+ [USB-Audio - Plantronics GameCom 780] Mic stops accepting input seemingly at 
random ( not enough bandwidth)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/961481

Title:
  [USB-Audio - Plantronics GameCom 780] Mic stops accepting input
  seemingly at random ( not enough bandwidth)

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  The mic works after a new reboot. After some time, the mic stops
  receiving input. It still shows in the Input section of Sound
  Preferences, but the Input level no longer moves. In fact, the
  graphic of the input level bar seems to alter slightly. Each of the
  indicator bars seems to get a darker outline.

  The symptom seems to to occur after launching Chrome (with Google talk
  plugin), Pidgin, Skype, or other things that might access the mic.
  However, it does not _always_ occur. Furthermore, the mic seems to
  start registering input (as seen on the Input Level indicator in sound
  preferences) again seemingly at random. The original poster in this
  thread (http://ubuntuforums.org/showthread.php?t=1180669) seem to
  describe my symptoms very well.

  I've used the mic in Windows for an extended period of time. I've
  switched it to different USB jacks on my computer, including one that
  has a Blue Snowball microphone that has never crapped out like the
  Plantronics one is.

  If there is any other information I can provide please let me know

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-39.86-generic 2.6.32.56+drm33.22
  Uname: Linux 2.6.32-39-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jim5236 F pulseaudio
   /dev/snd/controlC1:  jim5236 F pulseaudio
   /dev/snd/pcmC1D0c:   jim5236 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfa22 irq 22'
 Mixer name : 'Intel G45 DEVIBX'
 Components : 'HDA:10ec0888,80860037,00100202 
HDA:80862804,80860037,0010'
 Controls  : 33
 Simple ctrls  : 18
  Card1.Amixer.info:
   Card hw:1 'P780'/'Plantronics Plantronics GameCom 780 at 
usb-:00:1a.0-1.2, full speed'
 Mixer name : 'USB Mixer'
 Components : 'USB047f:c010'
 Controls  : 9
 Simple ctrls  : 6
  Date: Wed Mar 21 14:18:00 2012
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SelectedCard: 1 P780 USB-Audio - Plantronics GameCom 780
  SourcePackage: alsa-driver
  Symptom: audio
  Title: [USB-Audio - Plantronics GameCom 780] Recording problem
  dmi.bios.date: 11/19/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: TCIBX10H.86A.0027.2009.1119.1517
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DH55HC
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE70933-501
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrTCIBX10H.86A.0027.2009.1119.1517:bd11/19/2009:svn:pn:pvr:rvnIntelCorporation:rnDH55HC:rvrAAE70933-501:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/961481/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152883] [NEW] gvfsd-sftp do not preserve file ownership on file modification operation

2013-03-09 Thread Sancho
Public bug reported:

Problem overview:
When using gvfs-sftp connection to modify some remote files, editing remotely 
(with gedit, sublime, etc) then saving these files changes their user and group 
ownership on server.

Problem configuration:
- one desktop with Ubuntu 12.04.2 LTS and Unity desktop
  (3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux)
- one server width Ubuntu 12.04.2 LTS server
  (3.5.0-25-generic #39~precise1-Ubuntu SMP Tue Feb 26 00:11:13 UTC 2013 i686 
i686 i386 GNU/Linux)
- one server directory with some files
  - directory permission : drwxrwx--- serverUser clientUser
  - files in this directory : -rw-rw serverUser clientUser
(aka perms user-owner group-owner)

Problem reproduction:
1- Use Nautilus (3.4.2) to Connect to server ... from your desktop pc to your 
server pc using your ssh 'clientUser' credential (as mentioned above).
2- Browse to the above mentioned directory through Nautilus (from desktop 
client in the remote served directory)
3- Open a remote file for edition with gedit (or any other desktop editor, from 
nautilus or command line like gedit ~/.gvfs/...)
4- Edit and save file
5- Check file permission on server directory
6- the file ownership has changed to something like -rw-rw clientUser 
clientUser

Using vi (or vim)  give an error at save time, but, the content is save
succefully, permission are set to something -rw--- clientUser
clientUser

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1152883

Title:
  gvfsd-sftp do not preserve file ownership on file modification
  operation

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  Problem overview:
  When using gvfs-sftp connection to modify some remote files, editing remotely 
(with gedit, sublime, etc) then saving these files changes their user and group 
ownership on server.

  Problem configuration:
  - one desktop with Ubuntu 12.04.2 LTS and Unity desktop
    (3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux)
  - one server width Ubuntu 12.04.2 LTS server
    (3.5.0-25-generic #39~precise1-Ubuntu SMP Tue Feb 26 00:11:13 UTC 2013 i686 
i686 i386 GNU/Linux)
  - one server directory with some files
    - directory permission : drwxrwx--- serverUser clientUser
    - files in this directory : -rw-rw serverUser clientUser
  (aka perms user-owner group-owner)

  Problem reproduction:
  1- Use Nautilus (3.4.2) to Connect to server ... from your desktop pc to 
your server pc using your ssh 'clientUser' credential (as mentioned above).
  2- Browse to the above mentioned directory through Nautilus (from desktop 
client in the remote served directory)
  3- Open a remote file for edition with gedit (or any other desktop editor, 
from nautilus or command line like gedit ~/.gvfs/...)
  4- Edit and save file
  5- Check file permission on server directory
  6- the file ownership has changed to something like -rw-rw clientUser 
clientUser

  Using vi (or vim)  give an error at save time, but, the content is
  save succefully, permission are set to something -rw--- clientUser
  clientUser

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152831] Re: printer-driver-foo2zjs Recommends: foomatic-db-engine while foomatic-db-compressed-ppds Conflicts: it

2013-03-09 Thread Till Kamppeter
** Changed in: foo2zjs (Ubuntu)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to foo2zjs in Ubuntu.
https://bugs.launchpad.net/bugs/1152831

Title:
  printer-driver-foo2zjs Recommends: foomatic-db-engine while foomatic-
  db-compressed-ppds Conflicts: it

Status in “foo2zjs” package in Ubuntu:
  Fix Committed

Bug description:
  As of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627770,
  foomatic-db-compressed-ppds Conflicts: foomatic-db-engine, but
  printer-driver-foo2zjs Recommends: it.  The effect of this is to cause
  our daily image builds to fail, as they're trying to co-install two
  packages which aren't co-installable, hence the Critical priority as
  our daily builds must stay working at all times.

  The change in foomatic-db-compressed-ppds sounds quite deliberate from
  the above bug report, so I'm filing this on foo2zjs.  The package
  description says The foomatic-db-engine package is recommended to
  simplify configuring this printer driver, but as far as I can tell
  it's only used for the getweb script when called with the 'ppd'
  argument, which is undocumented and only used by 'make oldppd'.  If
  I'm right, isn't this sufficiently esoteric that it could be lowered
  to Suggests or dropped altogether?

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152883] Re: gvfsd-sftp do not preserve file ownership on file modification operation

2013-03-09 Thread Sancho
As mentions Scott 
(https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/227808/comments/27):
I hope this bug is fixed soon as it completely ruins a really cool way of 
working in Linux. 

** Description changed:

  Problem overview:
- When using gvfs-sftp connection to modify some remote files, editing remotely 
(width gedit, sublime, etc) then saving these files change their user and group 
ownership on server.
+ When using gvfs-sftp connection to modify some remote files, editing remotely 
(with gedit, sublime, etc) then saving these files changes their user and group 
ownership on server.
  
  Problem configuration:
  - one desktop with Ubuntu 12.04.2 LTS and Unity desktop
-   (3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux)
+   (3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux)
  - one server width Ubuntu 12.04.2 LTS server
-   (3.5.0-25-generic #39~precise1-Ubuntu SMP Tue Feb 26 00:11:13 UTC 2013 i686 
i686 i386 GNU/Linux)
+   (3.5.0-25-generic #39~precise1-Ubuntu SMP Tue Feb 26 00:11:13 UTC 2013 i686 
i686 i386 GNU/Linux)
  - one server directory with some files
-   - directory permission : drwxrwx--- serverUser clientUser
-   - files in this directory : -rw-rw serverUser clientUser
- (aka perms user-owner group-owner)
+   - directory permission : drwxrwx--- serverUser clientUser
+   - files in this directory : -rw-rw serverUser clientUser
+ (aka perms user-owner group-owner)
  
  Problem reproduction:
  1- Use Nautilus (3.4.2) to Connect to server ... from your desktop pc to 
your server pc using your ssh 'clientUser' credential (as mentioned above).
  2- Browse to the above mentioned directory through Nautilus (from desktop 
client in the remote served directory)
  3- Open a remote file for edition with gedit (or any other desktop editor, 
from nautilus or command line like gedit ~/.gvfs/...)
  4- Edit and save file
  5- Check file permission on server directory
  6- the file ownership has changed to something like -rw-rw clientUser 
clientUser
  
  Using vi (or vim)  give an error at save time, but, the content is save
  succefully, permission are set to something -rw--- clientUser
  clientUser

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1152883

Title:
  gvfsd-sftp do not preserve file ownership on file modification
  operation

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  Problem overview:
  When using gvfs-sftp connection to modify some remote files, editing remotely 
(with gedit, sublime, etc) then saving these files changes their user and group 
ownership on server.

  Problem configuration:
  - one desktop with Ubuntu 12.04.2 LTS and Unity desktop
    (3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux)
  - one server width Ubuntu 12.04.2 LTS server
    (3.5.0-25-generic #39~precise1-Ubuntu SMP Tue Feb 26 00:11:13 UTC 2013 i686 
i686 i386 GNU/Linux)
  - one server directory with some files
    - directory permission : drwxrwx--- serverUser clientUser
    - files in this directory : -rw-rw serverUser clientUser
  (aka perms user-owner group-owner)

  Problem reproduction:
  1- Use Nautilus (3.4.2) to Connect to server ... from your desktop pc to 
your server pc using your ssh 'clientUser' credential (as mentioned above).
  2- Browse to the above mentioned directory through Nautilus (from desktop 
client in the remote served directory)
  3- Open a remote file for edition with gedit (or any other desktop editor, 
from nautilus or command line like gedit ~/.gvfs/...)
  4- Edit and save file
  5- Check file permission on server directory
  6- the file ownership has changed to something like -rw-rw clientUser 
clientUser

  Using vi (or vim)  give an error at save time, but, the content is
  save succefully, permission are set to something -rw--- clientUser
  clientUser

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152251] Re: [USB-Audio - Jabra BIZ 2400 USB, playback] No sound at all

2013-03-09 Thread Raymond
can you post the pulseaudio log after adding headset to only
/usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf

pactl  list

you may need some fix in USB-audio.conf to force pulseaudio not to probe
iec958


http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=ed0e48583fbd9dc9d86dad25bb26ac089b9e3528;hp=e5c4c248a1ad6a84140759bfe6a26348c222a929

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1152251

Title:
  [USB-Audio - Jabra BIZ 2400 USB, playback] No sound at all

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  I have plugged in Jabra Biz 2400 headphone in Ubuntu 12.04 but I hear
  no sound (only some static noise when something plays)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-38.61+kamal15~DellXPS-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  anand  2188 F pulseaudio
   /dev/snd/controlC0:  anand  2188 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xc161 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:14f1506e,10280572,0013 
HDA:80862806,80860101,0010'
 Controls  : 25
 Simple ctrls  : 12
  Card1.Amixer.info:
   Card hw:1 'USB'/'Jabra BIZ 2400 USB at usb-:00:14.0-1, full speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0b0e:090a'
 Controls  : 6
 Simple ctrls  : 2
  Date: Thu Mar  7 22:08:19 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:USB failed
  Symptom_Card: Jabra BIZ 2400 USB - Jabra BIZ 2400 USB
  Symptom_DevicesInUse:
   2188  2188  anand F pulseaudio
   /dev/snd/controlC0:  anand F pulseaudio
  Symptom_Type: No sound at all
  Title: [USB-Audio - Jabra BIZ 2400 USB, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/17/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 05TJ3M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A02
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd05/17/2012:svnDellInc.:pnInspiron7520:pvrA02:rvnDellInc.:rn05TJ3M:rvrA00:cvnDellInc.:ct8:cvrA02:
  dmi.product.name: Inspiron 7520
  dmi.product.version: A02
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1152251/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1031604] Re: cntrl-alt-del does not kill Xorg

2013-03-09 Thread Timo Aaltonen
you need to enable it, once way described here:

https://wiki.archlinux.org/index.php/Xorg#Ctrl.2BAlt.2BBackspace_does_not_work

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

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

Title:
  cntrl-alt-del does not kill Xorg

Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  Setting the traditional cntrl-alt-del to kill X in the gnome-control-
  center (Keyboard Layout/Options/Key sequence to kill the X server)
  does not allow killing of X while logged in, despite that the sequence
  does kill the log-in display prior to entering a desktop session.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic i686
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: i386
  Date: Wed Aug  1 00:19:37 2012
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-03-23 (130 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1031604] Re: cntrl-alt-del does not kill Xorg

2013-03-09 Thread Timo Aaltonen
oops, sorry for not reading the description :)

anyway, it does work here on raring, so closing was the right thing to
do.

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

Title:
  cntrl-alt-del does not kill Xorg

Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  Setting the traditional cntrl-alt-del to kill X in the gnome-control-
  center (Keyboard Layout/Options/Key sequence to kill the X server)
  does not allow killing of X while logged in, despite that the sequence
  does kill the log-in display prior to entering a desktop session.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic i686
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: i386
  Date: Wed Aug  1 00:19:37 2012
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-03-23 (130 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1132541] Re: GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

2013-03-09 Thread Timo Aaltonen
neither ppa's are supported, you need to file such bugs upstream

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

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

Title:
  GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  Following the instructions:
  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  The most annoying bug/issue is that after the soft reset the mouse
  cursor is invisible.  If this were fixed I would be most pleased.

  As for the overall issue this happens whenever a game is running and
  can happen while on another workspace from the game.  There is no
  particular game spot that triggers this bug, however there is a
  separate bug where rendering stops for a few seconds after picking up
  gold for the first time after a long pause, watching videos, in Diablo
  III/wine.  This separate bug is not a reset, just a frame that takes a
  long time to draw.

  The window manager is xfwm4 and the videos are playing in Flash(Hulu)
  and AFAIK that's not accelerated until recently that is I'm sure Hulu
  is not accelerated even though the Flash player now supports hardware
  acceleration.

  I'd like to point out that the above page does not indicate what
  package to file a bug against.  As for packages for user-space I've
  only ever used xorg-edgers combined with oibaf graphics-drivers.
  However I did try the 3.8.0-996-generic kernel and I must say it was a
  pain to undo all of my overlay filesystems, please consider including
  the overlay filesystem in future builds!

  The results are the same with the current kernel.  This had started
  after an upgrade about a week ago so I'll attach my dpkg logs for you
  to review.

  Cheers!

   Have you experienced just one lockup, or have you had a series of these 
lockups?
   If you've had several, how often does it occur? Every few hours? Once 
or twice a day? Couple times a week? 

  Several, can happen multiple times in a row or can happen about once
  every five minutes.  As indecated it can happen even when the GL
  application is on another work space.

  Shortly after upgrading

   Under what conditions does it seem most likely to reproduce?

  D. None of the Above, I've previously explained so please accept this
  answer.

  
  I'm sure you want more information, please consider beefing up the above 
URL...  At the vary least indicate what package these bugs should be files 
against.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-38.40-lowlatency-pae 3.2.37
  Uname: Linux 3.2.0-38-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Feb 24 14:29:53 2013
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-01-03 (418 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1050850] Re: fail gpu driver

2013-03-09 Thread Timo Aaltonen
there's nothing here that indicates a bug, and you're using an
unofficial kernel on it

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

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

Title:
  fail gpu driver

Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  po up message of internal sistem fail. fail gpu driver

  Hardware: Intel Sandy Bridge 2500k

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-13.13-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  CheckboxSubmission: 40086fa6300cff25a7af33cc2a1dbc0c
  CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
  Date: Fri Sep 14 12:25:43 2012
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1085532] Re: upgrade from 12.04 to 12.10

2013-03-09 Thread Timo Aaltonen
** Tags removed: precise

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

Title:
  upgrade from 12.04 to 12.10

Status in “xorg” package in Ubuntu:
  New

Bug description:
  this problem was after an upgrade from 12.04 to 12.10

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
  Uname: Linux 3.5.0-19-generic i686
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sun Dec  2 02:29:05 2012
  DistUpgraded: 2012-12-02 01:48:53,909 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx, 9.000, 3.2.0-34-generic-pae, i686: installed
   fglrx, 9.000, 3.5.0-19-generic, i686: installed
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV710 [Mobility Radeon HD 4300/4500 
Series] [1002:9555] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company ProBook 4720s GPU (Mobility Radeon HD 
4350) [103c:1411]
  InstallationDate: Installed on 2012-11-27 (4 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  MachineType: Hewlett-Packard HP ProBook 4520s
  MarkForUpload: True
  ProcEnviron:
   TERM=unknown
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic 
root=UUID=b3193080-7712-4dec-9cb8-b46c623520a7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UnitySupportTest:
   Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request:  BadRequest (invalid request code or no 
such operation)
 Major opcode of failed request:  153 (GLX)
 Minor opcode of failed request:  19 (X_GLXQueryServerString)
 Serial number of failed request:  22
 Current serial number in output stream:  22
  UpgradeStatus: Upgraded to quantal on 2012-12-02 (0 days ago)
  dmi.bios.date: 06/29/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68AZZ Ver. F.08
  dmi.board.name: 1411
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 57.1D
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68AZZVer.F.08:bd06/29/2010:svnHewlett-Packard:pnHPProBook4520s:pvr:rvnHewlett-Packard:rn1411:rvrKBCVersion57.1D:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4520s
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.8.4+bzr3407-0ubuntu1
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1020767] Re: Resuming hangs computer

2013-03-09 Thread Timo Aaltonen
this has been fixed in an update

** Changed in: xorg (Ubuntu)
   Status: New = Fix Released

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

Title:
  Resuming hangs computer

Status in “xorg” package in Ubuntu:
  Fix Released

Bug description:
  This has happened twice so far.

  I suspend my laptop (using menu) the mand wen I turn it back on I get
  a black screen with the mouse pointer painted white and  working
  sporadically in that when I move my finger on the trackboard and wait
  a while the mouse pointer jiggles.

  I switched out to a terminal (C-A-F1) and logged in.  I killed xdg-
  screensaver and I could log in.

  I have NFI what package I should file this against, too busy to care.
  So filed against ubuntu-desktop

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: ubuntu-desktop 1.267
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Wed Jul  4 11:30:29 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_NZ:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_NZ.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-meta
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1040499] Re: No dialog after inserting a Precise 12.04.1 cd/usb key into Lucid

2013-03-09 Thread Timo Aaltonen
this has nothing to do with xorg

** Package changed: xorg (Ubuntu) = ubuntu

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

Title:
  No dialog after inserting a  Precise 12.04.1 cd/usb key into Lucid

Status in Ubuntu:
  Confirmed

Bug description:
  Build Info: 
  Lucid : alternate amd64 20120214.2
  Precise:  alternate amd64 20120822.4

  Steps:
  1. Install lucid to a pc, and then login the system
  2. Insert a precise installation cd and wait

  Actual result: Sometimes there is no dialog to ask if I wanna upgrade after I 
insert a  precise 12.04.1 cd/usb key into a PC running  lucid
  Expect result : There should be a dialog to ask user if he want to upgrade to 
12.04, and every time the precise 12.04.1 cd/usb key  is inserted, the dialog 
should show up.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152851] Re: xubuntu deletes workspaces

2013-03-09 Thread Ian Clark
they say my window manager crashed:
http://ubuntuforums.org/showthread.php?t=1979689

you hit alt f2 and run 
xfwm4 --replace
to fix it.

this solution was written a year ago. if this happens often in xubuntu
desktop, this is a major bug. it kills the whole system and the user
doesn't see why.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pidgin in Ubuntu.
https://bugs.launchpad.net/bugs/1152851

Title:
  xubuntu deletes workspaces

Status in “pidgin” package in Ubuntu:
  New

Bug description:
  i've always had three workspaces. today i turn on the computer and
  only one workspace is visible. i hit preferences and see that the
  number of workspaces is displayed as three, but there is only one
  workspace listed.

  this is one of many new problems i discovered today after updates
  yesterday for xubuntu 12.04. i also cannot resize windows nor access
  menus nor right click. i will file these as separate bugs.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152251] Re: [USB-Audio - Jabra BIZ 2400 USB, playback] No sound at all

2013-03-09 Thread anandagarwaal
I'm seeing this. Thanks for helping me out.

anand at syriana in ~
$ echo autospawn = no  ~/.pulse/client.conf
anand at syriana in ~
$ killall pulseaudio
pulseaudio: no process found
anand at syriana in ~
$ LANG=C pulseaudio - --log-time=1  ~/pulseverbose.log 21
Aborted (core dumped)
anand at syriana in ~
$ pactl list
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
anand at syriana in ~

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1152251

Title:
  [USB-Audio - Jabra BIZ 2400 USB, playback] No sound at all

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  I have plugged in Jabra Biz 2400 headphone in Ubuntu 12.04 but I hear
  no sound (only some static noise when something plays)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-38.61+kamal15~DellXPS-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  anand  2188 F pulseaudio
   /dev/snd/controlC0:  anand  2188 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xc161 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:14f1506e,10280572,0013 
HDA:80862806,80860101,0010'
 Controls  : 25
 Simple ctrls  : 12
  Card1.Amixer.info:
   Card hw:1 'USB'/'Jabra BIZ 2400 USB at usb-:00:14.0-1, full speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0b0e:090a'
 Controls  : 6
 Simple ctrls  : 2
  Date: Thu Mar  7 22:08:19 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:USB failed
  Symptom_Card: Jabra BIZ 2400 USB - Jabra BIZ 2400 USB
  Symptom_DevicesInUse:
   2188  2188  anand F pulseaudio
   /dev/snd/controlC0:  anand F pulseaudio
  Symptom_Type: No sound at all
  Title: [USB-Audio - Jabra BIZ 2400 USB, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/17/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 05TJ3M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A02
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd05/17/2012:svnDellInc.:pnInspiron7520:pvrA02:rvnDellInc.:rn05TJ3M:rvrA00:cvnDellInc.:ct8:cvrA02:
  dmi.product.name: Inspiron 7520
  dmi.product.version: A02
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1152251/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1085532] Re: upgrade from 12.04 to 12.10

2013-03-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1058040 ***
https://bugs.launchpad.net/bugs/1058040

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

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

Title:
  upgrade from 12.04 to 12.10

Status in “xorg” package in Ubuntu:
  New

Bug description:
  this problem was after an upgrade from 12.04 to 12.10

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
  Uname: Linux 3.5.0-19-generic i686
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sun Dec  2 02:29:05 2012
  DistUpgraded: 2012-12-02 01:48:53,909 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx, 9.000, 3.2.0-34-generic-pae, i686: installed
   fglrx, 9.000, 3.5.0-19-generic, i686: installed
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV710 [Mobility Radeon HD 4300/4500 
Series] [1002:9555] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company ProBook 4720s GPU (Mobility Radeon HD 
4350) [103c:1411]
  InstallationDate: Installed on 2012-11-27 (4 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  MachineType: Hewlett-Packard HP ProBook 4520s
  MarkForUpload: True
  ProcEnviron:
   TERM=unknown
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic 
root=UUID=b3193080-7712-4dec-9cb8-b46c623520a7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UnitySupportTest:
   Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request:  BadRequest (invalid request code or no 
such operation)
 Major opcode of failed request:  153 (GLX)
 Minor opcode of failed request:  19 (X_GLXQueryServerString)
 Serial number of failed request:  22
 Current serial number in output stream:  22
  UpgradeStatus: Upgraded to quantal on 2012-12-02 (0 days ago)
  dmi.bios.date: 06/29/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68AZZ Ver. F.08
  dmi.board.name: 1411
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 57.1D
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68AZZVer.F.08:bd06/29/2010:svnHewlett-Packard:pnHPProBook4520s:pvr:rvnHewlett-Packard:rn1411:rvrKBCVersion57.1D:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4520s
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.8.4+bzr3407-0ubuntu1
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 953874] Re: Xorg crashed with SIGABRT in intel_uxa_pixmap_put_image()

2013-03-09 Thread Timo Aaltonen
** Information type changed from Private to Public

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

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

Title:
  Xorg crashed with SIGABRT in  intel_uxa_pixmap_put_image()

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

Bug description:
  #18 signal handler called
  No symbol table info available.
  #19 __memcpy_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:1100
  No locals.
  #20 0x006039fc in intel_uxa_pixmap_put_image (pixmap=optimized out, 
src=0x22571670 
\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\345\346\350\377\345\346\350\377...,
 src_pitch=32, x=0, y=0, w=8, h=22) at 
/usr/include/i386-linux-gnu/bits/string3.h:52
  dst = 0xb7701000 Address 0xb7701000 out of bounds
  row_length = 32
  num_rows = 22
  priv = 0x222937d8
  stride = 64
  cpp = optimized out
  ret = 0

  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-core 2:1.11.4-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic i686
  .tmp.unity.support.test.0:

  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CrashCounter: 1
  Date: Tue Mar 13 01:52:05 2012
  DistUpgraded: Log time: 2012-03-07 11:03:37.995054
  DistroCodename: precise
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
     Subsystem: Acer Incorporated [ALI] Device [1025:022f]
     Subsystem: Acer Incorporated [ALI] Device [1025:022f]
  InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
  MachineType: Acer Aspire one
  ProcCmdline: /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 
-novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=6002fd72-8aaf-4cf6-8a8d-d2d42d7c3d7b ro quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   XIChangeDeviceProperty ()
   DisableDevice ()
   RemoveDevice ()
   DeleteInputDeviceRequest ()
   ?? ()
  Title: Xorg crashed with SIGABRT in XIChangeDeviceProperty()
  UpgradeStatus: Upgraded to precise on 2012-03-12 (0 days ago)
  UserGroups:

  dmi.bios.date: 08/24/2009
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.13
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire one
  dmi.board.vendor: Acer
  dmi.board.version: V1.13
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.13
  dmi.modalias: 
dmi:bvnAcer:bvrV1.13:bd08/24/2009:svnAcer:pnAspireone:pvrV1.13:rvnAcer:rnAspireone:rvrV1.13:cvnAcer:ct10:cvrV1.13:
  dmi.product.name: Aspire one
  dmi.product.version: V1.13
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152831] Re: printer-driver-foo2zjs Recommends: foomatic-db-engine while foomatic-db-compressed-ppds Conflicts: it

2013-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/foo2zjs

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to foo2zjs in Ubuntu.
https://bugs.launchpad.net/bugs/1152831

Title:
  printer-driver-foo2zjs Recommends: foomatic-db-engine while foomatic-
  db-compressed-ppds Conflicts: it

Status in “foo2zjs” package in Ubuntu:
  Fix Committed

Bug description:
  As of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627770,
  foomatic-db-compressed-ppds Conflicts: foomatic-db-engine, but
  printer-driver-foo2zjs Recommends: it.  The effect of this is to cause
  our daily image builds to fail, as they're trying to co-install two
  packages which aren't co-installable, hence the Critical priority as
  our daily builds must stay working at all times.

  The change in foomatic-db-compressed-ppds sounds quite deliberate from
  the above bug report, so I'm filing this on foo2zjs.  The package
  description says The foomatic-db-engine package is recommended to
  simplify configuring this printer driver, but as far as I can tell
  it's only used for the getweb script when called with the 'ppd'
  argument, which is undocumented and only used by 'make oldppd'.  If
  I'm right, isn't this sufficiently esoteric that it could be lowered
  to Suggests or dropped altogether?

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1020051] Re: Xorg freeze

2013-03-09 Thread Timo Aaltonen
thanks, closing.

btw, freezes are almost always hw/driver specific, so even if the
symptoms look the same they are _not_ the same bug.

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

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

Title:
  Xorg freeze

Status in Compiz:
  New
Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  My screen hangs randomly. The only thing that is responsive is the
  touchpad. I can mve the mouse pointer across the screen but cannot
  click anything. The system cannot be soft-restarted too. The only
  resort is to press the power button long enough to do shutdown the
  system.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Mon Jul  2 16:53:48 2012
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1037237] Re: X starts up with only top half of screen showing

2013-03-09 Thread Timo Aaltonen
poulsbo fail, try a newer kernel.

** Package changed: xorg (Ubuntu) = linux (Ubuntu)

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

Title:
  X starts up with only top half of screen showing

Status in “linux” package in Ubuntu:
  New

Bug description:
  System: Asus eeepc 1201 HAB netbook
  OS: Ubuntu 12.04 
  current kernel: 3.20-29-generic-gae (problem occurs with all previous kernels 
as well.

  When the system first boots up. the screen is completely blank. I have to 
press Ctrl-Alt-Fx (where x=1 through 6).
  Then I have to press Alt-F7 go get X. However X then displays only on the 
top half of the screen. Moving the cursor up and down shows that the desktop 
display is wrapping around on itself vertically. Moving the cursor up or down 
the length of the screen shows the cursor wrapping up from the top or bottom. I 
can get around this by going to the top of the screen and logging off. Then the 
screen comes back in full screen mode and I can log in normally. I can also do 
this by going into one of the ttys and finding /usr/bin/X and then killing the 
process (as root or sudo).

  The only video mode available in X is 1366 x 768. I suspect that if I
  chould change this, I might be able to get X to load correctly the
  first time.

  Ubuntu used to have an inittab file available and also an Xorg.conf
  file available that you could acrually use. The man pages for X and
  boot still indicate these pages exist and can be used, but this is
  appartnely not true anynmore. (At least, I can't find them in any
  usable form). I would also like to know how to configure the system to
  boot up without X and then try starting it up manually with startx.

  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
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Aug 15 11:20:32 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes,
  GraphicsCard:
   Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller 
[8086:8108] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83ce]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MachineType: ASUSTeK Computer INC. 1201HA
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic-pae 
root=UUID=535dcb83-0da1-41c4-a366-b80a5e735252 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/04/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0208
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1201HA
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0208:bd11/04/2009:svnASUSTeKComputerINC.:pn1201HA:pvrx.x:rvnASUSTeKComputerINC.:rn1201HA:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1201HA
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.2
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.6
  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
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1036324] Re: All or most words on the screen turn white or dark making things unreadable

2013-03-09 Thread Timo Aaltonen
do you still have the bug? if yes, please run 'apport-collect 1036324'

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

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

Title:
  All or most words on the screen turn white or dark making things
  unreadable

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  Seemingly randomly, the text on my screen (in firefox or any other
  program) will turn the same color as its background. This renders the
  programs affected useless because they're unreadable. However, after a
  little while, the text will return to its proper color.

  I am using Lubuntu 12.04.
  lightdm version 1.2.1-0ubuntu1.1

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.2.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic i686
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: i386
  Date: Mon Aug 13 11:13:39 2012
  InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to precise on 2012-04-28 (107 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 996176] Re: scroll wheel doesn't work with VmarkerUSB

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) = xserver-xorg-input-evdev (Ubuntu)

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

Title:
  scroll wheel doesn't work with VmarkerUSB

Status in “xserver-xorg-input-evdev” package in Ubuntu:
  New

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

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

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

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

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

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

[Desktop-packages] [Bug 1031414] Re: Video playing not possible due to different color strips on screen.

2013-03-09 Thread Timo Aaltonen
right, you're using an unofficial (and broken) driver, closing the bug

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

** Changed in: xserver-xorg-video-sis (Ubuntu)
   Status: New = Invalid

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

Title:
  Video playing not possible due to different color strips on screen.

Status in “xserver-xorg-video-sis” package in Ubuntu:
  Invalid

Bug description:
  this is the bug report for xorgbasically i am unable to play any videos 
as well as different colors Strips are appearing. i have sis 671/771 graphic 
card.
  if anybody have a solution.please share with me.

  2)and my X didn't use hardware acceleration 

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

  ApportVersion: 2.0.1-0ubuntu11
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Tue Jul 31 11:03:00 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes,
  GraphicsCard:
   Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter 
[1039:6351] (rev 10) (prog-if 00 [VGA controller])
     Subsystem: Elitegroup Computer Systems Device [1019:5050]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MachineType: WIPRO WIVNB7B16X0
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-27-generic-pae 
root=UUID=b530feb4-1284-4f52-9ecb-b74ac7a8b969 ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf: Error: [Errno 13] Permission denied: '/etc/X11/xorg.conf'
  dmi.bios.date: 04/03/2008
  dmi.bios.vendor: OEM
  dmi.bios.version: 1.11.15
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N/A
  dmi.board.vendor: WIPRO
  dmi.board.version: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: WIPRO
  dmi.modalias: 
dmi:bvnOEM:bvr1.11.15:bd04/03/2008:svnWIPRO:pnWIVNB7B16X0:pvr:rvnWIPRO:rnN/A:rvrN/A:cvnWIPRO:ct10:cvr:
  dmi.product.name: WIVNB7B16X0
  dmi.sys.vendor: WIPRO
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.2
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.6
  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
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 956455] Re: wrong solution (1024x768) using two monitors in 12.04

2013-03-09 Thread Timo Aaltonen
thanks, closing

** Changed in: xorg (Ubuntu)
   Status: New = Fix Released

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

Title:
  wrong solution (1024x768) using two monitors in 12.04

Status in “xorg” package in Ubuntu:
  Fix Released

Bug description:
  When i want to log in my lightdm greeter always got a solution of
  1024x768 so its using the wrong format on my laptop (my display
  solution is like 1366x768)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1134194] Re: Xorg crashes repeatedly

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = fglrx-installer (Ubuntu)

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

Title:
  Xorg crashes repeatedly

Status in “fglrx-installer” package in Ubuntu:
  New

Bug description:
  I've been seeing continued restarts on my Ubuntu 12.04 system, often
  ocurring several times a day. I don't know what may cause it - I've
  suspected it could be related to browser media, but the last crash and
  restart actually occurred from the login screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,grid,place,compiztoolbox,move,mousepoll,gnomecompat,session,wall,regex,resize,imgpng,animation,vpswitch,snap,fade,expo,workarounds,unitymtgrabhandles,scale,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Feb 27 11:35:24 2013
  DistUpgraded: 2012-04-27 11:01:55,113 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RS780L [Radeon HD 3000] [1002:9616] 
(prog-if 00 [VGA controller])
 Subsystem: Giga-byte Technology Device [1458:d000]
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus: xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver 
(Proprietary, Enabled, In use)
  MachineType: Gigabyte Technology Co., Ltd. GA-MA78LMT-US2H
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=da_DK.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic 
root=UUID=b3995a77-2c3d-4989-bdd0-0e45c2a6b45a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to precise on 2012-04-27 (306 days ago)
  dmi.bios.date: 08/09/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F9
  dmi.board.name: GA-MA78LMT-US2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF9:bd08/09/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78LMT-US2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78LMT-US2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA78LMT-US2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.12-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu0.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.11
  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.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1125011] Re: screen save still active after being disabled

2013-03-09 Thread Timo Aaltonen
** No longer affects: xorg-server (Ubuntu)

** No longer affects: linux-image-3.5.0-030500-generic (Ubuntu)

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

Title:
  screen save still active after being disabled

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  On a remote machine, no keyboard or mouse connected. Set up to auto
  login and start a browser in kiosk mode as a monitoring dash board for
  our office.

  The only way to enable this to run for the whole day is to connect a
  keyboard and break out of the screen save when it first runs. After
  that it will not go into the screen saver for the rest of the day.

  all settings  brightness  lock 
     Turn screen off when inactive  for: never

     lock : off

  all settings  power 
     suspend when inactive for : don't suspend 

  I have tried using different values for like 1 hour

  all settings  brightness  lock 
     Turn screen off when inactive  for: 1 hour

  After 10 minutes monitor goes blank, as if Turn screen off when
  inactive: 10 min is set.

  I have tried
  xset -dpms
  xset s off

  current xset after clean boot

  xset -q
  Keyboard Control:
    auto repeat:  onkey click percent:  0LED mask:  
    XKB indicators:
  00: Caps Lock:   off01: Num Lock:off02: Scroll Lock: off
  03: Compose: off04: Kana:off05: Sleep:   off
  06: Suspend: off07: Mute:off08: Misc:off
  09: Mail:off10: Charging:off11: Shift Lock:  off
  12: Group 2: off13: Mouse Keys:  off
    auto repeat delay:  500repeat rate:  33
    auto repeating keys:  00ffdbbf
  fadfffefffed
  9fff
  fff7
    bell percent:  50bell pitch:  400bell duration:  100
  Pointer Control:
    acceleration:  7/2threshold:  1
  Screen Saver:
    prefer blanking:  yesallow exposures:  yes
    timeout:  0cycle:  0
  Colors:
    default colormap:  0x20BlackPixel:  0WhitePixel:  16777215
  Font Path:
    
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,built-ins
  DPMS (Energy Star):
    Standby: 0Suspend: 0Off: 0
    DPMS is Disabled

  I end up issue the following command remotely to get the monitor back on. 
Which will only work for 10 minutes till it blacks out again.
  sudo service lightdm restart

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.2-0ubuntu0.8
  ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Thu Feb 14 11:20:14 2013
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3.2
   deja-dup22.0-0ubuntu2
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1033299] Re: Ubuntu 12.04 - no sound with VT8237A/VT8251

2013-03-09 Thread FichdlMaa
Yeah! Status changed from reported to confirmed only *six* month later. 

Beg your pardon for my sarcasm. - I know - Shuttleworth is the only real 
financial winner..
Your/Our work is free and without any fee. *** Many Tnx for it! ***

The FichdlMaa

via Linux Mint Debian Edition instead of Ubuntu ...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1033299

Title:
  Ubuntu 12.04 - no sound with VT8237A/VT8251

Status in ALSA driver:
  New
Status in “alsa-driver” package in Ubuntu:
  Confirmed
Status in “alsa-driver-1.0.25-dkms” package in Ubuntu:
  Confirmed

Bug description:
  (3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64 x86_64 
x86_64 GNU/Linux)
  [0.00] DMI: Foxconn OEM/K8M890-8237A, BIOS 6.00 PG 02/10/2007

!!! Same hardware base had full function with 10.04 LTS
  inclusive 10.04.3 !!!

  see also:  https://answers.launchpad.net/ubuntu/+source/alsa-
  driver/+question/198785

  
  Sound chip recognized ...

 80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA
  Controller (rev 10)

  ... but no driver installed = no sound :-(

  
  Output of lspci:

  00:00.0 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.1 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.2 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.3 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.4 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.5 PIC: VIA Technologies, Inc. K8M890CE I/O APIC Interrupt Controller
  00:00.7 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/8251 PCI bridge 
[K8M890/K8T800/K8T890 South]
  00:02.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
  00:03.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
  00:0f.0 IDE interface: VIA Technologies, Inc. Device 5337 (rev 80)
  00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
  00:10.0 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.1 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.2 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.3 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 86)
  00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
  00:11.7 Host bridge: VIA Technologies, Inc. VT8237/8251 Ultra VLINK Controller
  00:13.0 Host bridge: VIA Technologies, Inc. VT8237A Host Bridge
  00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
  00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
  00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
  00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
  00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
  02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 
[Radeon HD 4350]
  02:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI 
Audio [Radeon HD 4000 series]
  04:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
  04:07.0 SCSI storage controller: Adaptec AIC-7861 (rev 03)
  80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller 
(rev 10) --- !!!

  Output of dmesg | grep sound:

  [   39.637127] input: HDA ATI HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:02.0/:02:00.1/sound/card0/input6
  [   39.639261] Modules linked in: snd_hda_codec_hdmi snd_hda_intel(+) 
snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event 
joydev snd_seq snd_timer psmouse serio_raw snd_seq_device edac_core 
edac_mce_amd i2c_viapro snd k8temp soundcore snd_page_alloc shpchp mac_hid lp 
parport btrfs zlib_deflate libcrc32c radeon ttm 8139too drm_kms_helper usbhid 
hid aic7xxx drm 8139cp sata_via pata_via i2c_algo_bit floppy

  - ??? the Radeon graphics card has got NO HDMI (only VGA, DVI and composite)
  -  only sound device is the onboard chip
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  ArecordDevices:  List of CAPTURE Hardware Devices 
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maico  2609 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA ATI 

[Desktop-packages] [Bug 999191] [NEW] X crashes with gnome-session: Fatal IO error 11

2013-03-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

It started happening after upgrading to ubuntu 12.04. Several times a
day, the gnome session crashes and drops me to GDM. This happens with
Unity and gnome shell. It doesn't happen with unity-2d.

Part of the syslog output:
May 14 17:17:01  CRON[15229]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
May 14 17:23:20  gnome-session[11249]: Gdk-WARNING: gnome-session: Fatal IO 
error 11 (Resource temporarily unavailable) on X server :2.#012
May 14 17:23:20  acpid: client 11075[0:0] has disconnected
May 14 17:23:20  acpid: client 11075[0:0] has disconnected
May 14 17:23:20  acpid: client connected from 15281[0:0]
May 14 17:23:20  acpid: 1 client rule loaded
May 14 17:23:20  acpid: client connected from 15281[0:0]
May 14 17:23:20  acpid: 1 client rule loaded

WORKAROUND: Use nouveau drivers instead of nvidia.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.40  Thu Apr  5 21:37:00 
PDT 2012
 GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
.tmp.unity.support.test.0:

ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,imgpng,move,regex,snap,vpswitch,place,mousepoll,resize,wall,session,gnomecompat,unitymtgrabhandles,animation,fade,workarounds,expo,scale,unityshell]
CompositorRunning: None
Date: Mon May 14 17:29:32 2012
DistUpgraded: 2012-05-02 17:37:43,892 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 blcr, 0.8.2: added
 nvidia-current, 295.40, 3.0.0-19-generic, x86_64: installed
 nvidia-current, 295.40, 3.2.0-24-generic, x86_64: installed
 virtualbox, 4.1.12, 3.0.0-19-generic, x86_64: installed
 virtualbox, 4.1.12, 3.2.0-24-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation G86 [GeForce 8500 GT] [10de:0421] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8264]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
JockeyStatus:
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=5ede402c-7f88-41a4-84ba-195045035b34 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to precise on 2012-05-02 (11 days ago)
dmi.bios.date: 12/18/2008
dmi.bios.vendor: Intel Corp.
dmi.bios.version: SOX5810J.86A.3044.2008.1218.1457
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: DX58SO
dmi.board.vendor: Intel Corporation
dmi.board.version: AAE29331-501
dmi.chassis.type: 2
dmi.modalias: 
dmi:bvnIntelCorp.:bvrSOX5810J.86A.3044.2008.1218.1457:bd12/18/2008:svn:pn:pvr:rvnIntelCorporation:rnDX58SO:rvrAAE29331-501:cvn:ct2:cvr:
version.compiz: compiz 1:0.9.7.8-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu35
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: xorg-server
 Importance: Undecided
 Status: New

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Medium
 Status: Incomplete


** Tags: amd64 apport-bug needs-backtrace precise ubuntu
-- 
X crashes with gnome-session: Fatal IO error 11
https://bugs.launchpad.net/bugs/999191
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu.

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152831] Re: printer-driver-foo2zjs Recommends: foomatic-db-engine while foomatic-db-compressed-ppds Conflicts: it

2013-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package foo2zjs - 20130306dfsg0-1ubuntu1

---
foo2zjs (20130306dfsg0-1ubuntu1) raring; urgency=low

  * Removed Recommends: foomatic-db-engine(LP: #1152831).
 -- Till Kamppeter till.kamppe...@gmail.com   Sat,  9 Mar 2013 08:54:07 +0100

** Changed in: foo2zjs (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to foo2zjs in Ubuntu.
https://bugs.launchpad.net/bugs/1152831

Title:
  printer-driver-foo2zjs Recommends: foomatic-db-engine while foomatic-
  db-compressed-ppds Conflicts: it

Status in “foo2zjs” package in Ubuntu:
  Fix Released

Bug description:
  As of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627770,
  foomatic-db-compressed-ppds Conflicts: foomatic-db-engine, but
  printer-driver-foo2zjs Recommends: it.  The effect of this is to cause
  our daily image builds to fail, as they're trying to co-install two
  packages which aren't co-installable, hence the Critical priority as
  our daily builds must stay working at all times.

  The change in foomatic-db-compressed-ppds sounds quite deliberate from
  the above bug report, so I'm filing this on foo2zjs.  The package
  description says The foomatic-db-engine package is recommended to
  simplify configuring this printer driver, but as far as I can tell
  it's only used for the getweb script when called with the 'ppd'
  argument, which is undocumented and only used by 'make oldppd'.  If
  I'm right, isn't this sufficiently esoteric that it could be lowered
  to Suggests or dropped altogether?

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081637] Re: Xorg crash

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = nvidia-graphics-drivers-304
(Ubuntu)

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

Title:
  Xorg crash

Status in “nvidia-graphics-drivers-304” package in Ubuntu:
  New

Bug description:
  Xorg crashed when closing Rythmbox window.

  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
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.64  Tue Oct 30 10:58:20 
PDT 2012
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,gnomecompat,vpswitch,resize,move,mousepoll,snap,wall,grid,imgpng,place,regex,session,animation,expo,workarounds,ezoom,staticswitcher,fade,scale,scaleaddon]
  CompositorRunning: compiz
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
   dmesg: write failed: Broken pipe
  Date: Wed Nov 21 15:49:11 2012
  DistUpgraded: 2012-10-18 14:27:42,608 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G98 [Quadro NVS 295] [10de:06fd] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:062e]
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
   xorg:nvidia_experimental_304 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
   xorg:nvidia_experimental_310 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
  MachineType: Dell Inc. Precision WorkStation T3500
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=be09b9a1-bd58-4161-a2ff-1a051d5f349e ro nosplash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to precise on 2012-10-18 (34 days ago)
  dmi.bios.date: 09/09/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0XPDFK
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd09/09/2009:svnDellInc.:pnPrecisionWorkStationT3500:pvr:rvnDellInc.:rn0XPDFK:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T3500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  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.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1093282] Re: cannot boot Ubunto 12.10 on Dell Latitude D410. Cannot upgrade from 12.04 either

2013-03-09 Thread Timo Aaltonen
please try a raring daily livecd, does it boot normally?

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

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

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

Title:
  cannot boot Ubunto 12.10 on Dell Latitude D410. Cannot upgrade from
  12.04 either

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

Bug description:
  After upgrading from 12.04 on my Dell Latitude D410 the system ends in
  a black screen. The same happens with the 12.10 liveCD. Some good
  friends tell me it the Intel Mobile 915GM graphics card and driver.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1080231] Re: Got error when applying resolution

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = xserver-xorg-video-intel
(Ubuntu)

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

Title:
  Got error when applying resolution

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

Bug description:
  Got error when applying resolution
  Whoe error text is here and in error.txt
  this monitor had more options and working in previous version
  Still Laptop monitor has no fix for backlight so all laptop is dark.

  could not assign CRTCs to outputs:
  Trying modes for CRTC 64
  CRTC 64: trying mode 1366x768@60Hz with output at 1366x768@60Hz (pass 0)
  none of the selected modes were compatible with the possible modes:
  Trying modes for CRTC 64
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)
  Trying modes for CRTC 63
  CRTC 63: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)

  CRTC 64: trying mode 1360x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1360x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1366x768@60Hz with output at 1366x768@60Hz (pass 1)
  none of the selected modes were compatible with the possible modes:
  Trying modes for CRTC 64
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)
  Trying modes for CRTC 63
  CRTC 63: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)

  CRTC 64: trying mode 1360x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 1360x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)
  Trying modes for CRTC 63
  CRTC 63: trying mode 

[Desktop-packages] [Bug 1078572] Re: X crashes with gnome-session: Fatal IO error 11

2013-03-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 999191 ***
https://bugs.launchpad.net/bugs/999191

** This bug has been marked a duplicate of bug 999191
   X crashes with gnome-session: Fatal IO error 11

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

Title:
  X crashes with gnome-session: Fatal IO error 11

Status in “xorg-server” package in Ubuntu:
  New

Bug description:
  Duplicate of bug:
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/999191

  Operations that reproduce this are:

  Trying to open a chat (messaging) window in Skype 4.0.0.8-0oneiric1 ( 
installed from software center)
  Trying to navigate save directories in K3b 2.0.2-3ubuntu4
  opening virtualbox 4.1.12-dfsg-2ubuntu0.2

  My computer:
  Ubuntu 12.04 x86_64
  xorg 1:7.6+12ubuntu1
  nvidia-current-updates 304.43-0ubuntu0.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
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.43  Sun Aug 19 20:14:03 
PDT 2012
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,imgpng,place,grid,resize,move,regex,snap,mousepoll,gnomecompat,vpswitch,animation,workarounds,session,wall,expo,ezoom,staticswitcher,fade,scale]
  CompositorRunning: compiz
  Date: Tue Nov 13 23:40:34 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes,
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 9800 GT] [10de:0614] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Giga-byte Technology Device [1458:34d3]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Enabled, In use)
   xorg:nvidia_experimental_304 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
   xorg:nvidia_experimental_310 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
  MachineType: BIOSTAR Group A780L3L
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=52559963-7b28-466c-9c3e-e9d9875cce8d ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/07/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080014
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: A780L3L
  dmi.board.vendor: BIOSTAR Group
  dmi.chassis.asset.tag: None
  dmi.chassis.type: 3
  dmi.chassis.vendor: BIOSTAR Group
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080014:bd06/07/2010:svnBIOSTARGroup:pnA780L3L:pvr:rvnBIOSTARGroup:rnA780L3L:rvr:cvnBIOSTARGroup:ct3:cvr:
  dmi.product.name: A780L3L
  dmi.sys.vendor: BIOSTAR Group
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4ppa1~precise1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  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.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe 

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

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = nautilus (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1066907

Title:
  Centered background image is partly hidden by a border after reboot
  (dual display configuration, different screen resolutions)

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  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 (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.

  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
 

[Desktop-packages] [Bug 999191] Re: X crashes with gnome-session: Fatal IO error 11

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = nvidia-graphics-drivers-304
(Ubuntu)

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

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

Title:
  X crashes with gnome-session: Fatal IO error 11

Status in X.Org X server:
  New
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Incomplete

Bug description:
  It started happening after upgrading to ubuntu 12.04. Several times a
  day, the gnome session crashes and drops me to GDM. This happens with
  Unity and gnome shell. It doesn't happen with unity-2d.

  Part of the syslog output:
  May 14 17:17:01  CRON[15229]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
  May 14 17:23:20  gnome-session[11249]: Gdk-WARNING: gnome-session: Fatal IO 
error 11 (Resource temporarily unavailable) on X server :2.#012
  May 14 17:23:20  acpid: client 11075[0:0] has disconnected
  May 14 17:23:20  acpid: client 11075[0:0] has disconnected
  May 14 17:23:20  acpid: client connected from 15281[0:0]
  May 14 17:23:20  acpid: 1 client rule loaded
  May 14 17:23:20  acpid: client connected from 15281[0:0]
  May 14 17:23:20  acpid: 1 client rule loaded

  WORKAROUND: Use nouveau drivers instead of nvidia.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.40  Thu Apr  5 21:37:00 
PDT 2012
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,imgpng,move,regex,snap,vpswitch,place,mousepoll,resize,wall,session,gnomecompat,unitymtgrabhandles,animation,fade,workarounds,expo,scale,unityshell]
  CompositorRunning: None
  Date: Mon May 14 17:29:32 2012
  DistUpgraded: 2012-05-02 17:37:43,892 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   blcr, 0.8.2: added
   nvidia-current, 295.40, 3.0.0-19-generic, x86_64: installed
   nvidia-current, 295.40, 3.2.0-24-generic, x86_64: installed
   virtualbox, 4.1.12, 3.0.0-19-generic, x86_64: installed
   virtualbox, 4.1.12, 3.2.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G86 [GeForce 8500 GT] [10de:0421] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:8264]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=5ede402c-7f88-41a4-84ba-195045035b34 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-05-02 (11 days ago)
  dmi.bios.date: 12/18/2008
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: SOX5810J.86A.3044.2008.1218.1457
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DX58SO
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE29331-501
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrSOX5810J.86A.3044.2008.1218.1457:bd12/18/2008:svn:pn:pvr:rvnIntelCorporation:rnDX58SO:rvrAAE29331-501:cvn:ct2:cvr:
  version.compiz: compiz 1:0.9.7.8-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu35
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net

[Desktop-packages] [Bug 1067476] Re: Screen Resolution Changes after leaving the system running with the screen locked

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = nvidia-graphics-drivers
(Ubuntu)

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

Title:
  Screen Resolution Changes after leaving the system running with the
  screen locked

Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed

Bug description:
  I see the screen resolution changed with the user menus gone to the
  right most of the screen and the dock not getting out from the left.
  The Close buttons of all the apps have gone to the most inner left. I
  am attaching the snapshots that i have taken through my camera.

  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
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Wed Oct 17 00:10:09 2012
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1058520] Re: Xorg crash - black screen then redirected to login

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = xserver-xorg-video-intel
(Ubuntu)

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

Title:
  Xorg crash - black screen then redirected to login

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

Bug description:
  I assume that this is an xorg problem. I was browsing the internet
  when suddenly my screen went black and eventually I was redirected
  back to the login screen. After this happened, I logged back in and
  ran ubuntu-bug. This is the first time that this has happened, so I do
  not know how to reproduce this bug.

  lsb_release -rd
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04

  xorg:
Installed: 1:7.6+12ubuntu1
Candidate: 1:7.6+12ubuntu1
Version table:
   *** 1:7.6+12ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  What I'd expect to happen: not getting a black screen and after a while 
getting redirected to the login screen.
  What happened instead: getting a black screen and then redirected to the 
login screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic-pae 3.2.28
  Uname: Linux 3.2.0-31-generic-pae i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sat Sep 29 09:28:59 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:ff04]
 Subsystem: Toshiba America Info Systems Device [1179:ff04]
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: TOSHIBA 
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/zsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic-pae 
root=UUID=1fb109ba-28e6-439d-b8c8-97f42c743407 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2005
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.30
  dmi.board.name: HTW00
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.30:bd12/26/2005:svnTOSHIBA:pn:pvr:rvnTOSHIBA:rnHTW00:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: 
  dmi.product.version: 
  dmi.sys.vendor: TOSHIBA
  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.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

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1051937] Re: desktop resolution bug when unplug second monitor

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = xserver-xorg-video-intel
(Ubuntu)

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

Title:
  desktop resolution bug when unplug second monitor

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

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System - 
About Ubuntu
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  xorg:
    Instalados: 1:7.6+12ubuntu1
    Candidato:  1:7.6+12ubuntu1
    Tabla de versión:
   *** 1:7.6+12ubuntu1 0
  500 http://es.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What you expected to happen
  I expect a correct resolution and wallpaper in correct position, after i 
unplug second monitor

  4) What happened instead
  Ubuntu desktop have a good resolution but wallpaper have and incorrect 
position after i unplug second monitor.
  Please check the screenshoot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  Date: Mon Sep 17 14:20:19 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:1427]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: ASUSTeK Computer Inc. UX31E
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-30-generic 
root=UUID=b22e16e0-acea-430b-99ae-33ce2910aebd ro pcie_aspm=force 
drm.vblankoffdelay=1 i915.semaphores=1 quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX31E.210
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX31E
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX31E.210:bd12/26/2011:svnASUSTeKComputerInc.:pnUX31E:pvr1.0:rvnASUSTeKComputerInc.:rnUX31E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: UX31E
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  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.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

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1046984] Re: No resolution gma 4500m

2013-03-09 Thread Timo Aaltonen
please run 'apport-collect 1046984'

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

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

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

Title:
  No resolution gma 4500m

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

Bug description:
  I cant be set a apropiate resolution 1600*900 on ubuntu 12.04 lts
  graphic = gma 4500m intel

  instaled
  VESA: Intel(r)Cantiga Graphics

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Thu Sep  6 13:38:59 2012
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=es_CO:es
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1023683] Re: Firefox is always on top of other windows!!

2013-03-09 Thread Chris Coulson
The problem should be reported to the developers of the Delicious
extension instead

** Changed in: firefox (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1023683

Title:
  Firefox is always on top of other windows!!

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  In Ubuntu 12.04 the Firefox windows can't be minimized
  I thought is is bug in the Unity, but it seems only Firefox shows such 
behaviour.
  I try to minimize it, it would be minimized, then clicking on other program 
to maximize -- Firefox window would pop up over all windows.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  maher 27768 F pulseaudio
   /dev/snd/controlC0:  maher 27768 F pulseaudio
  BuildID: 20120615112143
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf650 irq 52'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,15585102,00100302'
 Controls  : 38
 Simple ctrls  : 21
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xf608 irq 17'
 Mixer name : 'Nvidia GPU 15 HDMI/DP'
 Components : 'HDA:10de0015,10de0101,00100100'
 Controls  : 24
 Simple ctrls  : 4
  Channel: release
  Date: Wed Jul 11 22:10:38 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.2.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.13  metric 
2
  MostRecentCrashID: bp-a64bd39b-b84b-420d-b5ef-1b2d22120408
  PrefErrors: Unexpected character before close parenthesis @ 
[Profile]/extensions/zot...@chnm.gmu.edu/defaults/preferences/zotero.js:11
  Profiles: Profile0 (Default) - LastVersion=13.0.1/20120615112143 (In use)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-a64bd39b-b84b-420d-b5ef-1b2d22120408
   bp-653f534e-1816-432a-96f6-75c5b2120408
   bp-120d67dd-ccd4-4e68-b127-435442120408
   bp-977b139f-8065-46cc-b9c6-172a42120330
  UpgradeStatus: Upgraded to precise on 2012-05-08 (64 days ago)
  dmi.bios.date: 08/09/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.4
  dmi.board.asset.tag: Not Applicable
  dmi.board.name: Serval Professional
  dmi.board.vendor: System76, Inc.
  dmi.board.version: serp7
  dmi.chassis.asset.tag: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: System76, Inc.
  dmi.chassis.version: serp7
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd08/09/2011:svnSystem76,Inc.:pnServalProfessional:pvrserp7:rvnSystem76,Inc.:rnServalProfessional:rvrserp7:cvnSystem76,Inc.:ct10:cvrserp7:
  dmi.product.name: Serval Professional
  dmi.product.version: serp7
  dmi.sys.vendor: System76, Inc.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1050121] Re: the computer screen crashes (crash) and makes strange lines and I have to turn off, I can not do anything

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg-server (Ubuntu) = nvidia-graphics-drivers
(Ubuntu)

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

Title:
  the computer screen crashes (crash) and makes strange lines and I have
  to turn off, I can not do anything

Status in “nvidia-graphics-drivers” package in Ubuntu:
  New

Bug description:
  the computer screen crashes (crash) and makes strange lines and I have
  to turn off, I can not do anything

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] È una directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.40  Thu Apr  5 21:37:00 
PDT 2012
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,vpswitch,move,grid,compiztoolbox,mousepoll,place,wall,imgpng,unitymtgrabhandles,gnomecompat,resize,snap,regex,session,animation,workarounds,expo,ezoom,fade,scale,unityshell,dbus]
  CompositorRunning: compiz
  Date: Thu Sep 13 02:11:06 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation Device [10de:0df1] (rev a1) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:035a]
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
  MachineType: Acer Aspire 5745G
  ProcEnviron:
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic 
root=UUID=f1721e72-0581-4dc1-bc78-5e2c5f038ae8 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 22/03/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.19
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV53_CP
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.19:bd22/03/2011:svnAcer:pnAspire5745G:pvrV1.19:rvnAcer:rnJV53_CP:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire 5745G
  dmi.product.version: V1.19
  dmi.sys.vendor: Acer
  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.4-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  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

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1045899] Re: Maximum number of clients reached

2013-03-09 Thread Timo Aaltonen
** Changed in: xorg-server (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1045899

Title:
  Maximum number of clients reached

Status in “nautilus” package in Ubuntu:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  After repeatedly using nitrogen to set my background picture, the X11
  server ceases to accept new connections.

  xlib reports Maximum number of clients reached.

  nitrogen does not show up in ps or xlsclients.

  xlsclients reports only 18 clients.

  I filed it under xorg because even though nitrogen triggers the
  problem, it seems that the actual problem is a resource leak in the
  X11 server.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,place,gnomecompat,regex,session,snap,imgpng,compiztoolbox,grid,resize,unitymtgrabhandles,vpswitch,animation,mousepoll,move,expo,workarounds,ezoom,wall,fade,scale,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   32.636018] eth0: no IPv6 routers present
   [ 2928.394919] usb 2-1.2: USB disconnect, device number 3
   [322743.209862] usb 2-1.2: new high-speed USB device number 4 using ehci_hcd
  Date: Tue Sep  4 11:40:53 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, even including gdb or git bisection work if 
needed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation Device [8086:2008]
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=b6d8b206-ebe8-41a6-9c07-0e3d76854ac6 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UdevDb: Error: [Errno 2] No such file or directory
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/20/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: SWQ6710H.86A.0060.2011.1220.1805
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DQ67SW
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG12527-309
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrSWQ6710H.86A.0060.2011.1220.1805:bd12/20/2011:svn:pn:pvr:rvnIntelCorporation:rnDQ67SW:rvrAAG12527-309:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.ia32-libs: ia32-libs N/A
  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

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1033299] Re: Ubuntu 12.04 - no sound with VT8237A/VT8251

2013-03-09 Thread Raymond
https://bugzilla.kernel.org/show_bug.cgi?id=18512

** Bug watch added: Linux Kernel Bug Tracker #18512
   http://bugzilla.kernel.org/show_bug.cgi?id=18512

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1033299

Title:
  Ubuntu 12.04 - no sound with VT8237A/VT8251

Status in ALSA driver:
  New
Status in “alsa-driver” package in Ubuntu:
  Confirmed
Status in “alsa-driver-1.0.25-dkms” package in Ubuntu:
  Confirmed

Bug description:
  (3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64 x86_64 
x86_64 GNU/Linux)
  [0.00] DMI: Foxconn OEM/K8M890-8237A, BIOS 6.00 PG 02/10/2007

!!! Same hardware base had full function with 10.04 LTS
  inclusive 10.04.3 !!!

  see also:  https://answers.launchpad.net/ubuntu/+source/alsa-
  driver/+question/198785

  
  Sound chip recognized ...

 80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA
  Controller (rev 10)

  ... but no driver installed = no sound :-(

  
  Output of lspci:

  00:00.0 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.1 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.2 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.3 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.4 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.5 PIC: VIA Technologies, Inc. K8M890CE I/O APIC Interrupt Controller
  00:00.7 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/8251 PCI bridge 
[K8M890/K8T800/K8T890 South]
  00:02.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
  00:03.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
  00:0f.0 IDE interface: VIA Technologies, Inc. Device 5337 (rev 80)
  00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
  00:10.0 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.1 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.2 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.3 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 86)
  00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
  00:11.7 Host bridge: VIA Technologies, Inc. VT8237/8251 Ultra VLINK Controller
  00:13.0 Host bridge: VIA Technologies, Inc. VT8237A Host Bridge
  00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
  00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
  00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
  00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
  00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
  02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 
[Radeon HD 4350]
  02:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI 
Audio [Radeon HD 4000 series]
  04:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
  04:07.0 SCSI storage controller: Adaptec AIC-7861 (rev 03)
  80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller 
(rev 10) --- !!!

  Output of dmesg | grep sound:

  [   39.637127] input: HDA ATI HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:02.0/:02:00.1/sound/card0/input6
  [   39.639261] Modules linked in: snd_hda_codec_hdmi snd_hda_intel(+) 
snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event 
joydev snd_seq snd_timer psmouse serio_raw snd_seq_device edac_core 
edac_mce_amd i2c_viapro snd k8temp soundcore snd_page_alloc shpchp mac_hid lp 
parport btrfs zlib_deflate libcrc32c radeon ttm 8139too drm_kms_helper usbhid 
hid aic7xxx drm 8139cp sata_via pata_via i2c_algo_bit floppy

  - ??? the Radeon graphics card has got NO HDMI (only VGA, DVI and composite)
  -  only sound device is the onboard chip
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  ArecordDevices:  List of CAPTURE Hardware Devices 
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maico  2609 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA ATI HDMI at 0xdfdfc000 irq 25'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100100'
 Controls  : 6
 Simple 

[Desktop-packages] [Bug 1152908] [NEW] ubuntu slows down network

2013-03-09 Thread Leo van den Berge
Public bug reported:

Ubuntu 12.04 LTS (32) installed on a HP G62 (i5 processor) connected with wifi.
router = netgear WNR3500L
It's working great, speedtest showing 41/48 Mbps down/up.

However, other equipment in the house virtually comes to a halt.
Windows laptop goes under 1 Mbps down/up.
But also ipad, iphone, android phone, all are freezing.
As soon as i disconnect the wifi on ubuntu, other equipment goes back to normal 
speeds.

Have not included further detail is i have no clue where to start

Thanks for any help / suggestions.

sudo lshw -C network
*-network
   description: Ethernet interface
   product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@:02:00.0
   logical name: eth0
   version: 02
   serial: 90:fb:a6:b2:59:bf
   size: 10Mbit/s
   capacity: 100Mbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII 
speed=10Mbit/s
   resources: irq:41 ioport:2000(size=256) memory:b041-b0410fff 
memory:b040-b040 memory:b042-b043
  *-network
   description: Wireless interface
   product: BCM4313 802.11b/g/n Wireless LAN Controller
   vendor: Broadcom Corporation
   physical id: 0
   bus info: pci@:03:00.0
   logical name: eth2
   version: 01
   serial: c0:cb:38:30:a7:bc
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
   configuration: broadcast=yes driver=wl0 driverversion=6.20.155.1 
(r326264) ip=192.168.1.9 latency=0 multicast=yes wireless=IEEE 802.11abg
   resources: irq:18 memory:b240-b2403fff

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

sudo rfkill list
0: hp-wifi: Wireless LAN
 Soft blocked: no
 Hard blocked: no
1: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
2: brcmwl-0: Wireless LAN
 Soft blocked: no
 Hard blocked: no

Thanks

** Affects: gnome-nettool (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-nettool in Ubuntu.
https://bugs.launchpad.net/bugs/1152908

Title:
  ubuntu slows down network

Status in “gnome-nettool” package in Ubuntu:
  New

Bug description:
  Ubuntu 12.04 LTS (32) installed on a HP G62 (i5 processor) connected with 
wifi.
  router = netgear WNR3500L
  It's working great, speedtest showing 41/48 Mbps down/up.

  However, other equipment in the house virtually comes to a halt.
  Windows laptop goes under 1 Mbps down/up.
  But also ipad, iphone, android phone, all are freezing.
  As soon as i disconnect the wifi on ubuntu, other equipment goes back to 
normal speeds.

  Have not included further detail is i have no clue where to start

  Thanks for any help / suggestions.

  sudo lshw -C network
  *-network
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:02:00.0
 logical name: eth0
 version: 02
 serial: 90:fb:a6:b2:59:bf
 size: 10Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII 
speed=10Mbit/s
 resources: irq:41 ioport:2000(size=256) memory:b041-b0410fff 
memory:b040-b040 memory:b042-b043
*-network
 description: Wireless interface
 product: BCM4313 802.11b/g/n Wireless LAN Controller
 vendor: Broadcom Corporation
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth2
 version: 01
 serial: c0:cb:38:30:a7:bc
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
 configuration: broadcast=yes driver=wl0 driverversion=6.20.155.1 
(r326264) ip=192.168.1.9 latency=0 multicast=yes wireless=IEEE 802.11abg
 resources: irq:18 memory:b240-b2403fff

  lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04
  Codename: precise

  sudo rfkill list
  0: hp-wifi: Wireless LAN
   Soft blocked: no
  

[Desktop-packages] [Bug 1058520] Re: Xorg crash - black screen then redirected to login

2013-03-09 Thread Chris Wilson
Resource leak in the driver coupled with another kernel failure to evict
space.

The 'Fail to clip video to any crtc!' is an interesting oddity. But that
looks to be just an overzealous debug message, as the event is expected
for a number of circumstances.

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

Title:
  Xorg crash - black screen then redirected to login

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

Bug description:
  I assume that this is an xorg problem. I was browsing the internet
  when suddenly my screen went black and eventually I was redirected
  back to the login screen. After this happened, I logged back in and
  ran ubuntu-bug. This is the first time that this has happened, so I do
  not know how to reproduce this bug.

  lsb_release -rd
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04

  xorg:
Installed: 1:7.6+12ubuntu1
Candidate: 1:7.6+12ubuntu1
Version table:
   *** 1:7.6+12ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  What I'd expect to happen: not getting a black screen and after a while 
getting redirected to the login screen.
  What happened instead: getting a black screen and then redirected to the 
login screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic-pae 3.2.28
  Uname: Linux 3.2.0-31-generic-pae i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sat Sep 29 09:28:59 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:ff04]
 Subsystem: Toshiba America Info Systems Device [1179:ff04]
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: TOSHIBA 
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/zsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic-pae 
root=UUID=1fb109ba-28e6-439d-b8c8-97f42c743407 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2005
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.30
  dmi.board.name: HTW00
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.30:bd12/26/2005:svnTOSHIBA:pn:pvr:rvnTOSHIBA:rnHTW00:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: 
  dmi.product.version: 
  dmi.sys.vendor: TOSHIBA
  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.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

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 953874] Re: Xorg crashed with SIGbUS in intel_uxa_pixmap_put_image()

2013-03-09 Thread Chris Wilson
Needs a more recent kernel.

** Summary changed:

- Xorg crashed with SIGABRT in  intel_uxa_pixmap_put_image()
+ Xorg crashed with SIGbUS in  intel_uxa_pixmap_put_image()

** Summary changed:

- Xorg crashed with SIGbUS in  intel_uxa_pixmap_put_image()
+ Xorg crashed with SIGBUS in  intel_uxa_pixmap_put_image()

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

Title:
  Xorg crashed with SIGBUS in  intel_uxa_pixmap_put_image()

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

Bug description:
  #18 signal handler called
  No symbol table info available.
  #19 __memcpy_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:1100
  No locals.
  #20 0x006039fc in intel_uxa_pixmap_put_image (pixmap=optimized out, 
src=0x22571670 
\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\351\352\354\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\350\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\351\353\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\347\350\352\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\346\347\351\377\345\346\350\377\345\346\350\377...,
 src_pitch=32, x=0, y=0, w=8, h=22) at 
/usr/include/i386-linux-gnu/bits/string3.h:52
  dst = 0xb7701000 Address 0xb7701000 out of bounds
  row_length = 32
  num_rows = 22
  priv = 0x222937d8
  stride = 64
  cpp = optimized out
  ret = 0

  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-core 2:1.11.4-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic i686
  .tmp.unity.support.test.0:

  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CrashCounter: 1
  Date: Tue Mar 13 01:52:05 2012
  DistUpgraded: Log time: 2012-03-07 11:03:37.995054
  DistroCodename: precise
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
     Subsystem: Acer Incorporated [ALI] Device [1025:022f]
     Subsystem: Acer Incorporated [ALI] Device [1025:022f]
  InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
  MachineType: Acer Aspire one
  ProcCmdline: /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 
-novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=6002fd72-8aaf-4cf6-8a8d-d2d42d7c3d7b ro quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   XIChangeDeviceProperty ()
   DisableDevice ()
   RemoveDevice ()
   DeleteInputDeviceRequest ()
   ?? ()
  Title: Xorg crashed with SIGABRT in XIChangeDeviceProperty()
  UpgradeStatus: Upgraded to precise on 2012-03-12 (0 days ago)
  UserGroups:

  dmi.bios.date: 08/24/2009
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.13
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire one
  dmi.board.vendor: Acer
  dmi.board.version: V1.13
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.13
  dmi.modalias: 
dmi:bvnAcer:bvrV1.13:bd08/24/2009:svnAcer:pnAspireone:pvrV1.13:rvnAcer:rnAspireone:rvrV1.13:cvnAcer:ct10:cvrV1.13:
  dmi.product.name: Aspire one
  dmi.product.version: V1.13
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages

[Desktop-packages] [Bug 1058520] Re: Xorg crash - black screen then redirected to login

2013-03-09 Thread Chris Wilson
Timo, this doesn't affect raring but still affects LTS, so how do you
want to procede?

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

Title:
  Xorg crash - black screen then redirected to login

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

Bug description:
  I assume that this is an xorg problem. I was browsing the internet
  when suddenly my screen went black and eventually I was redirected
  back to the login screen. After this happened, I logged back in and
  ran ubuntu-bug. This is the first time that this has happened, so I do
  not know how to reproduce this bug.

  lsb_release -rd
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04

  xorg:
Installed: 1:7.6+12ubuntu1
Candidate: 1:7.6+12ubuntu1
Version table:
   *** 1:7.6+12ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  What I'd expect to happen: not getting a black screen and after a while 
getting redirected to the login screen.
  What happened instead: getting a black screen and then redirected to the 
login screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic-pae 3.2.28
  Uname: Linux 3.2.0-31-generic-pae i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sat Sep 29 09:28:59 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:ff04]
 Subsystem: Toshiba America Info Systems Device [1179:ff04]
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: TOSHIBA 
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/zsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic-pae 
root=UUID=1fb109ba-28e6-439d-b8c8-97f42c743407 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2005
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.30
  dmi.board.name: HTW00
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.30:bd12/26/2005:svnTOSHIBA:pn:pvr:rvnTOSHIBA:rnHTW00:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: 
  dmi.product.version: 
  dmi.sys.vendor: TOSHIBA
  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.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

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1080231] Re: Got error when applying resolution

2013-03-09 Thread Chris Wilson
The backlight bug may be a bug in the driver or ACPI. The modeset
failure is a bug in whatever was trying to set the mode not taking into
account the existing configuration and the restriction that applies on
the next modeset.

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

Title:
  Got error when applying resolution

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

Bug description:
  Got error when applying resolution
  Whoe error text is here and in error.txt
  this monitor had more options and working in previous version
  Still Laptop monitor has no fix for backlight so all laptop is dark.

  could not assign CRTCs to outputs:
  Trying modes for CRTC 64
  CRTC 64: trying mode 1366x768@60Hz with output at 1366x768@60Hz (pass 0)
  none of the selected modes were compatible with the possible modes:
  Trying modes for CRTC 64
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)
  Trying modes for CRTC 63
  CRTC 63: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)

  CRTC 64: trying mode 1360x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1360x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1366x768@60Hz with output at 1366x768@60Hz (pass 1)
  none of the selected modes were compatible with the possible modes:
  Trying modes for CRTC 64
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)
  Trying modes for CRTC 63
  CRTC 63: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 0)
  CRTC 63: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 800x600@56Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 848x480@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 63: trying mode 640x480@60Hz with output at 1366x768@60Hz (pass 1)

  CRTC 64: trying mode 1360x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 1360x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 1024x768@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@60Hz with output at 1366x768@60Hz (pass 1)
  CRTC 64: trying mode 800x600@56Hz with output at 

[Desktop-packages] [Bug 1046984] Re: No resolution gma 4500m

2013-03-09 Thread Chris Wilson
Predicts nomodest and/or -vesa.

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

Title:
  No resolution gma 4500m

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

Bug description:
  I cant be set a apropiate resolution 1600*900 on ubuntu 12.04 lts
  graphic = gma 4500m intel

  instaled
  VESA: Intel(r)Cantiga Graphics

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Thu Sep  6 13:38:59 2012
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=es_CO:es
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1144558] Re: Images corruption in firefox when using sna

2013-03-09 Thread Chris Wilson
re 1131134, I mistaken hit the 'fix released' too soon, it didn't make
the 2.21.3 cut as I had believed.

Anyway, I would like confirmation that xorg-edgers fixes these observed
issues before making 2.21.4 which I want to do asap...

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

Title:
  Images corruption in firefox when using sna

Status in X.org xf86-video-intel:
  Unknown
Status in “xserver-xorg-video-intel” package in Ubuntu:
  In Progress
Status in “xserver-xorg-video-intel” source package in Raring:
  In Progress

Bug description:
  Since sna is in using in raring users are reporting pixmap
  corruptions in firefox, I see the issue on an i5 cpu. The same problem
  has been reported by i965 users as well

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-video-intel 2:2.21.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-8.17-generic 3.8.0
  Uname: Linux 3.8.0-8-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9-0ubuntu2
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,snap,gnomecompat,mousepoll,place,session,resize,move,wall,grid,imgpng,vpswitch,unitymtgrabhandles,regex,animation,expo,fade,workarounds,scale,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Mar  4 16:00:20 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:040a]
  InstallationDate: Installed on 2010-10-09 (877 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MachineType: Dell Inc. Latitude E6410
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  PlymouthDebug: Error: [Errno 13] Permission non accordée: 
'/var/log/plymouth-debug.log'
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-8-generic 
root=UUID=555ebc11-d747-44d3-af56-5e7d17851ce3 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section Device
   Identifier intel
   Driver intel
   Option Accelmethod uxa
   EndSection
  dmi.bios.date: 11/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0HNGW4
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/30/2011:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn0HNGW4:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6410
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.9~daily13.03.01-0ubuntu1
  version.libdrm2: libdrm2 2.4.42-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1045986] Re: Ubuntu AppArmor policy is too lenient with shell scripts

2013-03-09 Thread mahesh
** Changed in: apparmor (Ubuntu Lucid)
   Status: Invalid = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1045986

Title:
  Ubuntu AppArmor policy is too lenient with shell scripts

Status in “apparmor” package in Ubuntu:
  Fix Released
Status in “apport” package in Ubuntu:
  Fix Released
Status in “chromium-browser” package in Ubuntu:
  Confirmed
Status in “cups” package in Ubuntu:
  Confirmed
Status in “dhcp3” package in Ubuntu:
  Invalid
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “isc-dhcp” package in Ubuntu:
  Fix Released
Status in “apparmor” source package in Lucid:
  Incomplete
Status in “apport” source package in Lucid:
  Fix Released
Status in “chromium-browser” source package in Lucid:
  Confirmed
Status in “cups” source package in Lucid:
  Confirmed
Status in “dhcp3” source package in Lucid:
  Fix Released
Status in “firefox” source package in Lucid:
  Confirmed
Status in “isc-dhcp” source package in Lucid:
  Invalid
Status in “apparmor” source package in Natty:
  Won't Fix
Status in “apport” source package in Natty:
  Won't Fix
Status in “chromium-browser” source package in Natty:
  Won't Fix
Status in “cups” source package in Natty:
  Won't Fix
Status in “dhcp3” source package in Natty:
  Invalid
Status in “firefox” source package in Natty:
  Won't Fix
Status in “isc-dhcp” source package in Natty:
  Fix Released
Status in “apparmor” source package in Oneiric:
  Fix Released
Status in “apport” source package in Oneiric:
  Fix Released
Status in “chromium-browser” source package in Oneiric:
  Confirmed
Status in “cups” source package in Oneiric:
  Confirmed
Status in “dhcp3” source package in Oneiric:
  Invalid
Status in “firefox” source package in Oneiric:
  Confirmed
Status in “isc-dhcp” source package in Oneiric:
  Fix Released
Status in “apparmor” source package in Precise:
  Fix Released
Status in “apport” source package in Precise:
  Fix Released
Status in “chromium-browser” source package in Precise:
  Confirmed
Status in “cups” source package in Precise:
  Confirmed
Status in “dhcp3” source package in Precise:
  Invalid
Status in “firefox” source package in Precise:
  Confirmed
Status in “isc-dhcp” source package in Precise:
  Fix Released
Status in “apparmor” source package in Quantal:
  Fix Released
Status in “apport” source package in Quantal:
  Fix Released
Status in “chromium-browser” source package in Quantal:
  Confirmed
Status in “cups” source package in Quantal:
  Confirmed
Status in “dhcp3” source package in Quantal:
  Invalid
Status in “firefox” source package in Quantal:
  Confirmed
Status in “isc-dhcp” source package in Quantal:
  Fix Released

Bug description:
  Dan Rosenberg has blogged about some AppArmor profile weaknesses in Ubuntu:
  http://blog.azimuthsecurity.com/2012/09/poking-holes-in-apparmor-profiles.html

  This bug will track the work needed to fix them. This is a
  continuation of bug #851986, except for PATH and shell scripts.
  Unfortunately, until we have proper environment filtering support in
  AppArmor, we will have to employ more bandaids-- specifically, either
  eliminating Ux/sanitized helper on shell scripts or adjusting those
  shell scripts to explicitly set their PATH. The good news is that
  environment filtering is on the AppArmor roadmap, and it something we
  will be targeting in the future releases. I filed bug #1045985 to more
  easily track the progress of that work.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152922] [NEW] Font rendering hurts eyes

2013-03-09 Thread gutigen
Public bug reported:

Back in February font rendering in Ubuntu 13.04 was perfectly fine, just
like in 12.04 and 12.10. I've made fresh installation this week and font
rendering is very bad, it's like something wrong with rasterization,
hinting etc. Fonts are visible, you could say they look good at first
glance, but it feels like there is some backlit behind them and are a
little blurry and fuzzy, it hurts my eyes so much I can't look at my
monitor for more then 10min.

It happens in Unity and Gnome Shell (which I installed after I've found
this problem, so it has nothing to do with it I guess).

I tried changing Nvidia drivers from 310.32 to 313.26, no effect. In
Noveau there is same problem.

I'm not sure what package would be responsible for this, so I file up against 
fontconfig.
I'd be glad to provide any additional information and I hope it gets fixed 
before release, because atm I just can't use 13.04 at all.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: fontconfig 2.10.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
Uname: Linux 3.8.0-11-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.1-0ubuntu1
Architecture: amd64
Date: Sat Mar  9 11:59:54 2013
InstallationDate: Installed on 2013-03-08 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
SourcePackage: fontconfig
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

** Description changed:

  Back in February font rendering in Ubuntu 13.04 was perfectly fine, just
  like in 12.04 and 12.10. I've made fresh installation this week and font
  rendering is very bad, it's like something wrong with rasterization,
  hinting etc. Fonts are visible, you could say they look good at first
  glance, but it feels like there is some backlit behind them, it hurts my
  eyes so much I can't look at my monitor for more then 10min.
+ 
+ It happens in Unity and Gnome Shell (which I installed after I've found
+ this problem, so it has nothing to do with it I guess).
  
  I tried changing Nvidia drivers from 310.32 to 313.26, no effect. In
  Noveau there is same problem.
  
  I'm not sure what package would be responsible for this, so I file up against 
fontconfig.
  I'd be glad to provide any additional information and I hope it gets fixed 
before release, because atm I just can't use 13.04 at all.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: fontconfig 2.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sat Mar  9 11:59:54 2013
  InstallationDate: Installed on 2013-03-08 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=pl_PL.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=pl_PL.UTF-8
+  SHELL=/bin/bash
  SourcePackage: fontconfig
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Back in February font rendering in Ubuntu 13.04 was perfectly fine, just
  like in 12.04 and 12.10. I've made fresh installation this week and font
  rendering is very bad, it's like something wrong with rasterization,
  hinting etc. Fonts are visible, you could say they look good at first
- glance, but it feels like there is some backlit behind them, it hurts my
- eyes so much I can't look at my monitor for more then 10min.
+ glance, but it feels like there is some backlit behind them and are a
+ little blurry and fuzzy, it hurts my eyes so much I can't look at my
+ monitor for more then 10min.
  
  It happens in Unity and Gnome Shell (which I installed after I've found
  this problem, so it has nothing to do with it I guess).
  
  I tried changing Nvidia drivers from 310.32 to 313.26, no effect. In
  Noveau there is same problem.
  
  I'm not sure what package would be responsible for this, so I file up against 
fontconfig.
  I'd be glad to provide any additional information and I hope it gets fixed 
before release, because atm I just can't use 13.04 at all.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: fontconfig 2.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sat Mar  9 11:59:54 2013
  InstallationDate: Installed on 2013-03-08 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   

[Desktop-packages] [Bug 1130442] Re: Starting a new torrent saves files in folder of previous torrent.

2013-03-09 Thread Andreas Altaïr Redmer
hello. I cannot confirm this bug in 2.51

i have tried:

http://ca.isohunt.com/download/441429029/gentoo.torrent

http://releases.ubuntu.com/12.10/ubuntu-12.10-desktop-amd64.iso.torrent

The first one is a minimal Gentoo withsome files in a folder. The second
one is an Ubuntu single file image torrent.

The destination folder was unchanged to Downloads and the second
torrent was not inserted into the folder of the first torrent.

Should the first download be completed before I start the second one?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to transmission in Ubuntu.
https://bugs.launchpad.net/bugs/1130442

Title:
  Starting a new torrent saves files in folder of previous torrent.

Status in “transmission” package in Ubuntu:
  New

Bug description:
  After starting a torrent that contains a folder, any subsequently
  started torrent downloads are saved within this folder.

  (Edit - Preferences - Downloading - Location - 'Save to location'
  is also updated to this new folder)

  This leads to infinitely nested downloads.

  Eg:

  └── Download1
  ├── Download1.avi
  ├── sample.avi
  ├── Download2
  │   ├── Download3
  │   │   ├── Download3.avi
  │   │   ├── Download3.jpg
  │   │   └── Download3.txt
  │   ├── Download2.mp4
  │   ├── Download2.jpg
  │   └── Download2.txt
  └── Download1.txt

  
  This bug has been hanging around for a long time.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: transmission-gtk 2.51-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Wed Feb 20 00:01:30 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  MarkForUpload: True
  SourcePackage: transmission
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors: (compiz:2200): GConf-CRITICAL **: gconf_client_add_dir: 
assertion `gconf_valid_key (dirname, NULL)' failed

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152926] [NEW] Sound breaks after some time

2013-03-09 Thread Simon K
Public bug reported:

How to reproduce:
1. Start Rhythmbox
2. Play music
3. Wait some time

What is expected to happen:
The audio (flash-player and Rhythmbox) should output their sound.

What actually happens:
If music/sound is played I hear something like fast forwarded bells (high 
pitched randomness)

Pulseaudio -v:
see attachment.

How to work around (get sound working again):
1. Shut off all audio-sources.
2. Unplug headphones
3. Mute sounds
4. Unmute sounds
5. Plug in headphones
6. Mute and Unmute sounds

Since when do I get this problem:
09 March 2013
(I'm updating daily so one of the updates rolled out between 08 March ~ 14:00 
UTC and 09 March ~ 11:00 UTC has to have caused this issue.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: pulseaudio 1:3.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
Uname: Linux 3.8.0-11-generic x86_64
ApportVersion: 2.9.1-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  octavian   2379 F pulseaudio
 /dev/snd/pcmC0D0p:   octavian   2379 F...m pulseaudio
Date: Sat Mar  9 12:07:03 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-12-04 (94 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MarkForUpload: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to raring on 2013-02-07 (30 days ago)
dmi.bios.date: 07/30/2010
dmi.bios.vendor: Insyde
dmi.bios.version: F.12
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1486
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 83.1A
dmi.chassis.asset.tag: CNU0250216
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd07/30/2010:svnHewlett-Packard:pnHPTouchSmarttm2NotebookPC:pvr048920252A2000122:rvnHewlett-Packard:rn1486:rvr83.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP TouchSmart tm2 Notebook PC
dmi.product.version: 048920252A2000122
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug raring regression-update

** Attachment added: pulseaudio-vv.log
   
https://bugs.launchpad.net/bugs/1152926/+attachment/3564846/+files/pulseaudio-vv.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1152926

Title:
  Sound breaks after some time

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  How to reproduce:
  1. Start Rhythmbox
  2. Play music
  3. Wait some time

  What is expected to happen:
  The audio (flash-player and Rhythmbox) should output their sound.

  What actually happens:
  If music/sound is played I hear something like fast forwarded bells (high 
pitched randomness)

  Pulseaudio -v:
  see attachment.

  How to work around (get sound working again):
  1. Shut off all audio-sources.
  2. Unplug headphones
  3. Mute sounds
  4. Unmute sounds
  5. Plug in headphones
  6. Mute and Unmute sounds

  Since when do I get this problem:
  09 March 2013
  (I'm updating daily so one of the updates rolled out between 08 March ~ 
14:00 UTC and 09 March ~ 11:00 UTC has to have caused this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: pulseaudio 1:3.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  octavian   2379 F pulseaudio
   /dev/snd/pcmC0D0p:   octavian   2379 F...m pulseaudio
  Date: Sat Mar  9 12:07:03 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-12-04 (94 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MarkForUpload: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to raring on 2013-02-07 (30 days ago)
  dmi.bios.date: 07/30/2010
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.12
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1486
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 83.1A
  dmi.chassis.asset.tag: CNU0250216
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd07/30/2010:svnHewlett-Packard:pnHPTouchSmarttm2NotebookPC:pvr048920252A2000122:rvnHewlett-Packard:rn1486:rvr83.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP TouchSmart tm2 Notebook PC
  dmi.product.version: 048920252A2000122
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1152927] [NEW] NetworkManager does not detect ethernet connected

2013-03-09 Thread Sean Davis
Public bug reported:

NetworkManager detects when an ethernet connection is lost, but is
anable to restore a connection when the cable is reconnected.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: network-manager 0.9.8.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
Uname: Linux 3.8.0-11-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.9.1-0ubuntu1
Architecture: amd64
Date: Sat Mar  9 06:31:24 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-03-09 (0 days ago)
InstallationMedia: Xubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
IpRoute:
 default via 192.168.1.1 dev eth1  proto static 
 169.254.0.0/16 dev eth1  scope link  metric 1000 
 192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.111  metric 9
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 BlueSabreNet  67f55344-0f2f-4d59-895b-612c8b74340f   
802-11-wireless   1362828481   Sat 09 Mar 2013 06:28:01 AM ESTyes   
no /org/freedesktop/NetworkManager/Settings/1
 Wired connection 15360ee5e-3fe0-4e82-9fd5-3c9515c22ea6   
802-3-ethernet1362828374   Sat 09 Mar 2013 06:26:14 AM ESTyes   
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth1   802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1152927

Title:
  NetworkManager does not detect ethernet connected

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  NetworkManager detects when an ethernet connection is lost, but is
  anable to restore a connection when the cable is reconnected.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sat Mar  9 06:31:24 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-03-09 (0 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
  IpRoute:
   default via 192.168.1.1 dev eth1  proto static 
   169.254.0.0/16 dev eth1  scope link  metric 1000 
   192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.111  metric 
9
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   BlueSabreNet  67f55344-0f2f-4d59-895b-612c8b74340f   
802-11-wireless   1362828481   Sat 09 Mar 2013 06:28:01 AM ESTyes   
no /org/freedesktop/NetworkManager/Settings/1
   Wired connection 15360ee5e-3fe0-4e82-9fd5-3c9515c22ea6   
802-3-ethernet1362828374   Sat 09 Mar 2013 06:26:14 AM ESTyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth1   802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:

[Desktop-packages] [Bug 987220] Re: System does not power off reliably when Shut Down chosen from GUI

2013-03-09 Thread anders
My Labtop still hangs If i do a shutdown from unity. However I have
found a workaround which is to chose logout and then select shutdown
from the login screen. This works every time.

Seems like something breaks after running unity for some time, but it
gets reset when the X server is restarted by doing a logout.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/987220

Title:
  System does not power off reliably when Shut Down chosen from GUI

Status in The Session Menu:
  Invalid
Status in “gnome-session” package in Ubuntu:
  Invalid
Status in “indicator-session” package in Ubuntu:
  Invalid
Status in “linux” package in Ubuntu:
  Confirmed
Status in “upstart” package in Ubuntu:
  Invalid
Status in “gnome-session” source package in Precise:
  Invalid
Status in “indicator-session” source package in Precise:
  Invalid
Status in “linux” source package in Precise:
  Confirmed
Status in “upstart” source package in Precise:
  Invalid

Bug description:
  Shutting down the computer using the menue does not work always correct. It 
often does not complete turn off the computer. The power LED and the LED of the 
bluetooth unit remain on. Also the fan is still running and won't stop.
  Shutting down the computer with sudo shutdown -h now using the terminal 
works fine.

  I am using a Dell Inspiron 1720.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: indicator-session 0.3.96-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  Date: Mon Apr 23 12:26:10 2012
  ExecutablePath: /usr/lib/indicator-session/gtk-logout-helper
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release i386 
(20100816.2)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
  SourcePackage: indicator-session
  UpgradeStatus: Upgraded to precise on 2012-04-21 (1 days ago)
  ---
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  NonfreeKernelModules: nvidia
  Package: upstart
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Tags:  precise
  Uname: Linux 3.2.0-24-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-session/+bug/987220/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1145325] Re: constant lock wierd signs instead of letter

2013-03-09 Thread Timo Aaltonen
try an earlier kernel than -26 which you seem to have.

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

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

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

Title:
  constant lock wierd signs instead of letter

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

Bug description:
  after last weeks updates my lenovo x201s laptop have started to lock to the 
extend that I need to take out batteries... moreover, the text in browser or 
e-mail can get very weird and unreadable, like some kind of other encoding.
  also these crash reports are detected but the reporter crashes every time it 
tries to collect the data, so it goes in evil circles...

  Description:  Ubuntu 12.10
  Release:  12.10

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-26.40-generic 3.5.7.6
  Uname: Linux 3.5.0-26-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Mon Mar  4 22:47:08 2013
  DistUpgraded: 2012-10-25 20:32:36,001 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21da]
  InstallationDate: Installed on 2012-04-14 (324 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120413)
  MachineType: LENOVO 42914BG
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-26-generic 
root=UUID=5d0e4579-0e9d-4238-948b-865793d441a7 ro quiet splash 
xbmc=autostart,nodiskmount loglevel=0 vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to quantal on 2012-10-25 (130 days ago)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET56WW (1.26 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42914BG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET56WW(1.26):bd12/01/2011:svnLENOVO:pn42914BG:pvrThinkPadX220:rvnLENOVO:rn42914BG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42914BG
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.6-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1136793] Re: GLX extension not found after update

2013-03-09 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) = virtualbox-ose (Ubuntu)

** Changed in: virtualbox-ose (Ubuntu)
   Status: Confirmed = New

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

Title:
  GLX extension not found after update

Status in “virtualbox-ose” package in Ubuntu:
  New

Bug description:
  Just Updated with Proposed Repo Enabled.  Upon restart loss of GLX
  extention, and subsequently compiz.

  Ubuntu 12.10
  Kernel Linux 3.5.0-26-generic
  xorg version 1:7.7+1ubuntu4
  compiz version 1:0.9.8.6+bzr3433-0ubuntu1~test1

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-26.40-generic 3.5.7.6
  Uname: Linux 3.5.0-26-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Feb 28 20:47:09 2013
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   awdev, 0.1, 2.6.32-41-generic, i686: built
   nvidia-current, 304.43, 3.5.0-25-generic, i686: installedError! Could not 
locate dkms.conf file.
   File:  does not exist.
   
   nvidia-current, 304.43, 3.5.0-26-generic, i686: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1582]
  InstallationDate: Installed on 2012-09-13 (168 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120905.2)
  MachineType: ASUSTeK Computer Inc. U56E
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-26-generic 
root=UUID=64c0320e-ec06-4d16-a7a5-eec4e986dfa2 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UnitySupportTest:
   Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 5: Xlib:  extension GLX missing on display :0.0.
   Error: GLX is not available on the system
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: U56E.213
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: U56E
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrU56E.213:bd12/21/2011:svnASUSTeKComputerInc.:pnU56E:pvr1.0:rvnASUSTeKComputerInc.:rnU56E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: U56E
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.8.6+bzr3433-0ubuntu1~test1
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/1136793/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1128801] Re: Adding second graphics card causes infinite reboot loop for Ubuntu, but Windows boots.

2013-03-09 Thread Timo Aaltonen
thanks for debugging with upstream

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

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

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

Title:
  Adding second graphics card causes infinite reboot loop for Ubuntu,
  but Windows boots.

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed

Bug description:
  I have a motherboard which is able to use both the integrated graphics
  card and a dedicated graphics card at the same time.

  The integrated graphics card is an RS880 [Radeon HD 4200] with two
  outputs, powered by the foss radeon driver. To this I am trying to add
  a PCI-Express NVidia Quadro FX (I think it's a Quadro FX 3450).

  Windows 7 boots fine on this configuration and is able to use both
  cards concurrently (one monitor attached to each card). However,
  Ubuntu enters an infinite reboot loop with this configuration. The
  Live USB has the same problem. I was able to boot it into recovery
  mode, but was not able to start X from this configuration (lightdm
  hangs with a black screen, and 'startx' says my user account is not
  authorized).

  When I configured my BIOS to use only the Quadro FX without the
  integrated card, Ubuntu booted fine using the nouveau driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Mon Feb 18 00:02:43 2013
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: Upgraded to quantal on 2012-10-22 (119 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1140042] Re: problems in display and gnome enviroinment not working

2013-03-09 Thread Timo Aaltonen
the logon screen background uses the user background, that's a feature
not a bug. You should be able to configure that somewhere.

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

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

Title:
  problems in display and gnome enviroinment not working

Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  problems in gnome enviroinment..iam new to ubuntu i dont know these
  things while googling i found xorg related to some logon screen probs
  i have logon probs too...i changed my logon scrren using ubuntu tweak
  but it's setting logon screen as what iam setting as dektop backgroung
  please help and my systm is damn slow!!!

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  Date: Sat Mar  2 19:33:44 2013
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 5.100.82.112+bdcom: added
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5002]
  InstallationDate: Installed on 2013-02-24 (5 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 20140
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=8b21fb66-e430-498d-b2ee-8d13d818f9bf ro splash quiet
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/13/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: H1ET32WW (1.05 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20140
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrH1ET32WW(1.05):bd06/13/2012:svnLENOVO:pn20140:pvrLenovoB480:rvnLENOVO:rn20140:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20140
  dmi.product.version: Lenovo B480
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.6-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1143996] Re: Upgrade to 0.9.8.0

2013-03-09 Thread Marius B. Kotsbak
It is released to Raring now.

** Changed in: network-manager (Ubuntu)
   Status: New = Fix Released

** Changed in: network-manager-applet (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1143996

Title:
  Upgrade to 0.9.8.0

Status in “network-manager” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager” package in Debian:
  Fix Released

Bug description:
  Please upgrade to version 0.9.8.0, which was released 2013-02-20:
  http://git.gnome.org/browse/network-manager-
  applet/tag/?h=NETWORKMANAGER_APPLET_0_7id=0.9.8.0

  Highlights of NetworkManager 0.9.8.0:

  • New AvailableConnections property for Device objects have been implemented;
  • Better handling of various rfkill/Airplane Mode switches has been 
implemented;
  • The handling of DNS servers for some mobile broadband devices has been 
fixed;
  • Don't duplicate various IPv6 routes added by the kernel;
  • Support for 4G LTE network modes has been added;
  • Don't autoconnect to WiFi networks that have never successfully connected;
  • Only request new WiFi secrets during the initial association or when the 
secrets are known to be wrong, not every time the connection randomly fails;
  • A configure-time option has been added for permissive system connection 
editing policy.

  This libindicator patch is supposed to be updated for 0.9.8.0 (by
  Aleksander Morgado): http://bazaar.launchpad.net/~mariusko/network-
  manager-applet/ubuntu.mm1/view/head:/debian/patches/nm-applet-use-
  indicator.patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1143996/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1130442] Re: Starting a new torrent saves files in folder of previous torrent.

2013-03-09 Thread Andrew Betts
Perhaps I should add that I'm using ecryptfs.

I have found a way to reproduce this problem without actually
downloading anything.

1. I create an empty directory with nautilus. Eg: ~/torrents/
2. Start transmission and set default download location to: ~/torrents/
3. Create another empty folder inside the first: eg: 
~/torrents/dontdownloadhere/
4. Start any torrent file. Eg: 
http://ca.isohunt.com/download/441429029/gentoo.torrent
5. 'Torrent Options' dialog appears with the 'Destination folder' set as  
'dontdownloadhere'.

From there on it is very difficult to select the folder above
'dontdownloadhere'. It _wants_ to select the deepest folder.

I get the feeling this is a filesystem issue, but transmission is the
only application that I'm effected by.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to transmission in Ubuntu.
https://bugs.launchpad.net/bugs/1130442

Title:
  Starting a new torrent saves files in folder of previous torrent.

Status in “transmission” package in Ubuntu:
  New

Bug description:
  After starting a torrent that contains a folder, any subsequently
  started torrent downloads are saved within this folder.

  (Edit - Preferences - Downloading - Location - 'Save to location'
  is also updated to this new folder)

  This leads to infinitely nested downloads.

  Eg:

  └── Download1
  ├── Download1.avi
  ├── sample.avi
  ├── Download2
  │   ├── Download3
  │   │   ├── Download3.avi
  │   │   ├── Download3.jpg
  │   │   └── Download3.txt
  │   ├── Download2.mp4
  │   ├── Download2.jpg
  │   └── Download2.txt
  └── Download1.txt

  
  This bug has been hanging around for a long time.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: transmission-gtk 2.51-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Wed Feb 20 00:01:30 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  MarkForUpload: True
  SourcePackage: transmission
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors: (compiz:2200): GConf-CRITICAL **: gconf_client_add_dir: 
assertion `gconf_valid_key (dirname, NULL)' failed

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152922] Re: Font rendering hurts eyes

2013-03-09 Thread gutigen
** Description changed:

- Back in February font rendering in Ubuntu 13.04 was perfectly fine, just
- like in 12.04 and 12.10. I've made fresh installation this week and font
- rendering is very bad, it's like something wrong with rasterization,
- hinting etc. Fonts are visible, you could say they look good at first
- glance, but it feels like there is some backlit behind them and are a
- little blurry and fuzzy, it hurts my eyes so much I can't look at my
- monitor for more then 10min.
+ Since February till this week font rendering in Ubuntu 13.04 was
+ perfectly fine, just like in 12.04 and 12.10. I've made fresh
+ installation this week and font rendering is very bad, it's like
+ something wrong with rasterization, hinting etc. Fonts are visible, you
+ could say they look good at first glance, but it feels like there is
+ some backlit behind them and are a little blurry and fuzzy, it hurts my
+ eyes so much I can't look at my monitor for more then 10min.
  
  It happens in Unity and Gnome Shell (which I installed after I've found
  this problem, so it has nothing to do with it I guess).
  
  I tried changing Nvidia drivers from 310.32 to 313.26, no effect. In
  Noveau there is same problem.
  
  I'm not sure what package would be responsible for this, so I file up against 
fontconfig.
  I'd be glad to provide any additional information and I hope it gets fixed 
before release, because atm I just can't use 13.04 at all.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: fontconfig 2.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sat Mar  9 11:59:54 2013
  InstallationDate: Installed on 2013-03-08 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: fontconfig
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Since February till this week font rendering in Ubuntu 13.04 was
- perfectly fine, just like in 12.04 and 12.10. I've made fresh
- installation this week and font rendering is very bad, it's like
- something wrong with rasterization, hinting etc. Fonts are visible, you
- could say they look good at first glance, but it feels like there is
- some backlit behind them and are a little blurry and fuzzy, it hurts my
- eyes so much I can't look at my monitor for more then 10min.
+ perfectly fine (updates every few days), just like in 12.04 and 12.10.
+ I've made fresh installation this week and font rendering is very bad,
+ it's like something wrong with rasterization, hinting etc. Fonts are
+ visible, you could say they look good at first glance, but it feels like
+ there is some backlit behind them and are a little blurry and fuzzy, it
+ hurts my eyes so much I can't look at my monitor for more then 10min.
  
  It happens in Unity and Gnome Shell (which I installed after I've found
  this problem, so it has nothing to do with it I guess).
  
  I tried changing Nvidia drivers from 310.32 to 313.26, no effect. In
  Noveau there is same problem.
  
  I'm not sure what package would be responsible for this, so I file up against 
fontconfig.
  I'd be glad to provide any additional information and I hope it gets fixed 
before release, because atm I just can't use 13.04 at all.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: fontconfig 2.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sat Mar  9 11:59:54 2013
  InstallationDate: Installed on 2013-03-08 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: fontconfig
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1152922

Title:
  Font rendering hurts eyes

Status in “fontconfig” package in Ubuntu:
  New

Bug description:
  Since February till this week font rendering in Ubuntu 13.04 was
  perfectly fine (updates every few days), just like in 12.04 and 12.10.
  I've made fresh installation this week and font rendering is very bad,
  it's like something wrong with rasterization, hinting etc. Fonts are
  visible, you could say they look good at first glance, but it feels
  like there is some backlit behind them and are a little blurry and
  fuzzy, it hurts my eyes so much I can't look at my monitor for more
  then 10min.

  It happens in 

[Desktop-packages] [Bug 1152949] [NEW] videos do not play full length, total time not correct

2013-03-09 Thread Anton Kanishchev
Public bug reported:

Happens with all sorts of video files, although mp4 dont seem affected.

Steps to reproduce
1- open a video file , e.g. .VOB .MTS etc
2- open with totem video player

3- video length much shorter than actual length.

For example totem shows total video time of 15 seconds where the actual
video length is 40 seconds.

Workaround--- VLC does not seem to have this problem

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libgstreamer0.10-0 0.10.36-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37
Uname: Linux 3.2.0-38-generic-pae i686
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sat Mar  9 13:46:58 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.2)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gstreamer0.10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1152949

Title:
  videos do not play full length, total time not correct

Status in “gstreamer0.10” package in Ubuntu:
  New

Bug description:
  Happens with all sorts of video files, although mp4 dont seem
  affected.

  Steps to reproduce
  1- open a video file , e.g. .VOB .MTS etc
  2- open with totem video player

  3- video length much shorter than actual length.

  For example totem shows total video time of 15 seconds where the
  actual video length is 40 seconds.

  Workaround--- VLC does not seem to have this problem

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libgstreamer0.10-0 0.10.36-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37
  Uname: Linux 3.2.0-38-generic-pae i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sat Mar  9 13:46:58 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.2)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gstreamer0.10
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1152949/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 900278] Re: [HP ENVY 14 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] Playback problem

2013-03-09 Thread Dario Ruellan
I'm using an Envy 14 first gen with Ubuntu 12.04.2 -- 3.5.0-25-generic
The audio hardware is detected as HDA Intel -- IDT 92HD81B1X5
Volume levels are good, a bit low but ok. Headphones levels are a bit off (Bug 
#1047864) but overall seems to work fine out of the box.

** Attachment added: Hardware info Envy 14 1xxx
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/900278/+attachment/3565016/+files/dmidecode.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/900278

Title:
  [HP ENVY 14 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] Playback
  problem

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have an HP ENVY 14 2020ep Notebook beats audio edition:

  Intel® Core™ i7-2630QM Quad Core (Sandy Bridge) 
  8 GB 
  Version

  IT brings a special sound card (beats system).

  Im not taking all the possibilities of this system. I have the basic
  configuration for it. Ubuntu 11.10 does not recognize the hardware as
  it is.

  In sound output i only have:
   Internal Audio Analog Stereo hardware

  I using only 2 speakers (Analog Stereo Duplex) and im not using even
  the subwoofer.

  I followed this forum (and others) to solve the situation, but no
  solution:

  http://ubuntuforums.org/showthread.php?t=1064312

  
  Hardware:

  edup@beatsaudio:~$ uname -a
  Linux beatsaudio 3.0.0-13-generic-pae #22-Ubuntu SMP Wed Nov 2 15:17:35 UTC 
2011 i686 i686 i386 GNU/Linux

  edup@beatsaudio:~$ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1

  
  edup@beatsaudio:~$ dpkg -l | grep alsa
  ii  alsa-base1.0.24+dfsg-0ubuntu2 
  ALSA driver configuration files
  ii  alsa-utils   1.0.24.2-0ubuntu8.1  
  Utilities for configuring and using ALSA
  rc  alsamixergui 0.9.0rc2-1-9 
  graphical soundcard mixer for ALSA soundcard driver
  ii  bluez-alsa   4.96-0ubuntu4
  Bluetooth ALSA support
  rc  gnome-alsamixer  0.9.7~cvs.20060916.ds.1-2ubuntu1 
  ALSA sound mixer for GNOME
  ii  gstreamer0.10-alsa   0.10.35-1
  GStreamer plugin for ALSA

  edup@beatsaudio:~$ head -n 1 /proc/asound/card*/codec#* 
  == /proc/asound/card0/codec#0 ==
  Codec: IDT 92HD81B1X5

  == /proc/asound/card0/codec#3 ==
  Codec: Intel CougarPoint HDMI

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: alsa-base 1.0.24+dfsg-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic-pae 3.0.6
  Uname: Linux 3.0.0-13-generic-pae i686
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  edup   1867 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xc970 irq 54'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:111d7605,103c3385,00100105 
HDA:80862805,80860101,0010'
 Controls  : 22
 Simple ctrls  : 11
  Date: Mon Dec  5 13:01:37 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Internal Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [HP ENVY 14 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] Playback 
problem
  UpgradeStatus: Upgraded to oneiric on 2011-11-19 (16 days ago)
  dmi.bios.date: 05/30/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.04
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3385
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 93.0F
  dmi.chassis.asset.tag: CNU12824NX
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Desktop-packages] [Bug 1034214] Re: Requesting version bump to 1.9.0

2013-03-09 Thread Howard Chan
This bug is old now and anyway calligra is already 2.6.1 so marking this
bug as Invalid.

** Changed in: calligra (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to avogadro in Ubuntu.
https://bugs.launchpad.net/bugs/1034214

Title:
  Requesting version bump to 1.9.0

Status in “avogadro” package in Ubuntu:
  New
Status in “calligra” package in Ubuntu:
  Invalid
Status in “glew” package in Ubuntu:
  Fix Released

Bug description:
  This adds support for the recently released OpenGL 4.3 spec.

  I was also encountering some problems with 1.7.0 when trying to set
  the OpenGL context version above 3.2 with GLFW. 1.9.0 seemed to fix
  it.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-09 Thread Jochen Fahrner
Maybe I'm suffering from the same problem. Every time I upload a large
file through davfs2 to my web server, Thunar freezes completely, it even
does not redraw it's window. This even happens if I copy that file in
terminal, without Thunar. Thunar is frozen until file upload is
complete.

PCManFM and Rox filer are not affected by this problem. I don't know
about Nautilus, I don't want to install all these Gnome 3 libs.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1075923

Title:
  nautilus hangs copying large directories from a samba share

Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  I have a large directory, almost 50Gb and 45.000 files shared by samba on 
ubuntu 12.04.1 LTS server.
  I used to copy the whole directory regularly on my desktop, and execute a 
backup with deja dup on that.
  I did also often backup directly from the samba share.
  After upgrading my client to 12.10, copying the directory hangs randomly, 
sometimes after having copied just 1 Gb, others having almost completed the 
whole transfer.
  It just hangs, without any crash.

  I noted the also Deja -dup shows the same behaviour, now it's impossible to 
complete a backup from the share, it just hangs.
  It seems to me that a bug in the samba client might be the cause of these 
issues, since neither nautilus nor Deja-dup have problems with local large 
directories.

  my system: Ubuntu 12.10 AMD64
  nautilus: 1:3.5.90.really.3.4.2-0ubuntu4
  deja-dup: deja-dup 24.0-0ubuntu1
  smbclient 2:3.6.6-3ubuntu5
  samba-common: 2:3.6.6-3ubuntu5
  samba-common-bin: 2:3.6.6-3ubuntu5

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Wed Nov  7 12:05:58 2012
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'825x550+853+471'
  InstallationDate: Installed on 2012-10-22 (16 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 741035] Re: gwibber-service crashed with OperationalError in maintenance(): database is locked

2013-03-09 Thread psamuel
Alguien tiene alguna idea de este error?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/741035

Title:
  gwibber-service crashed with OperationalError in maintenance():
  database is locked

Status in Gwibber:
  Confirmed
Status in “gwibber” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gwibber

  Gwibber crashed on start up.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gwibber-service 2.91.92-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Wed Mar 23 14:40:57 2011
  ExecutablePath: /usr/bin/gwibber-service
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  InterpreterPath: /usr/bin/python2.7
  ProcCmdline: /usr/bin/python /usr/bin/gwibber-service
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_IE:en
   LANG=en_IE.UTF-8
  PythonArgs: ['/usr/bin/gwibber-service']
  SourcePackage: gwibber
  Title: gwibber-service crashed with OperationalError in maintenance(): 
database is locked
  UpgradeStatus: Upgraded to natty on 2011-03-20 (3 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152052] Re: Update to 19.0.2

2013-03-09 Thread Alexandre Magno
alexandre$ lsb_release -d
Description:Ubuntu 12.04.2 LTS

the update manager says:
Versão instalada: 19.0+build1-0ubuntu0.12.04.2
Versão disponível: 19.0.2+build1-0ubuntu0.12.04.1

I expect a version 19.0.2+build1-0ubuntu0.12.04.2 or it will not exist?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1152052

Title:
  Update to 19.0.2

Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox” source package in Lucid:
  Fix Released
Status in “firefox” source package in Oneiric:
  Fix Released
Status in “firefox” source package in Precise:
  Fix Released
Status in “firefox” source package in Quantal:
  Fix Released
Status in “firefox” source package in Raring:
  Fix Released

Bug description:
  http://www.mozilla.org/security/announce/2013/mfsa2013-29.html

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152052] Re: Update to 19.0.2

2013-03-09 Thread Kevin Leeds
How can there be a security bug in a French language pack? It looks like
all these links go to this same page? The original problem description
doesn't seem to have anything related to data in a French language pack.
What's up?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1152052

Title:
  Update to 19.0.2

Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox” source package in Lucid:
  Fix Released
Status in “firefox” source package in Oneiric:
  Fix Released
Status in “firefox” source package in Precise:
  Fix Released
Status in “firefox” source package in Quantal:
  Fix Released
Status in “firefox” source package in Raring:
  Fix Released

Bug description:
  http://www.mozilla.org/security/announce/2013/mfsa2013-29.html

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 597750] Re: package doc-base 0.9.5 failed to install/upgrade: Undefined subroutine Debian::DocBase::Gettext::_ng called at /usr/share/perl5/Debian/DocBase/InstallDocs.pm line

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

** Changed in: doc-base (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to doc-base in Ubuntu.
https://bugs.launchpad.net/bugs/597750

Title:
  package doc-base 0.9.5 failed to install/upgrade: Undefined subroutine
  Debian::DocBase::Gettext::_ng called at
  /usr/share/perl5/Debian/DocBase/InstallDocs.pm line 183.

Status in “doc-base” package in Ubuntu:
  Confirmed

Bug description:
  I don't know

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: doc-base 0.9.5
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Jun 23 17:44:39 2010
  ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 2
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  PackageArchitecture: all
  SourcePackage: doc-base
  Title: package doc-base 0.9.5 failed to install/upgrade: el subproceso script 
post-installation instalado devolvió el código de salida de error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/doc-base/+bug/597750/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152972] [NEW] jobs sent by inkscape not printed on Ubuntu 12.04

2013-03-09 Thread leo chi
Public bug reported:

following standard procedures for printing. (File, print, select
printer, all pages, 1 copy) I press the print button and the print is
queued but nothing happens, wait half an hour at most. The only solution
I found, is to select the print preview and print the job from there ...
This does work, but it is the only way to print from inkscape (using the
Epson Stylus Office TX600FW connected to a wifi router.

ubuntu 12.04 32-bit
AMD Phenom(tm) II X6 1055T Processor × 6 
ram 3,9 GiB
Hard Disk 1 TB

Other programs Like Gimp, Open office etc print fine

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1152972

Title:
  jobs sent by inkscape not printed on Ubuntu 12.04

Status in “inkscape” package in Ubuntu:
  New

Bug description:
  following standard procedures for printing. (File, print, select
  printer, all pages, 1 copy) I press the print button and the print is
  queued but nothing happens, wait half an hour at most. The only
  solution I found, is to select the print preview and print the job
  from there ... This does work, but it is the only way to print from
  inkscape (using the Epson Stylus Office TX600FW connected to a wifi
  router.

  ubuntu 12.04 32-bit
  AMD Phenom(tm) II X6 1055T Processor × 6 
  ram 3,9 GiB
  Hard Disk 1 TB

  Other programs Like Gimp, Open office etc print fine

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152052] Re: Update to 19.0.2

2013-03-09 Thread Kevin Leeds
After a little more study, I think what happened is this:  
The links on this page lead to this long complicated discussion.
https://bugzilla.mozilla.org/show_bug.cgi?id=796839
Is this a correct interpretation : ? 
The security fix broke the language packs, so now they have to fix the language 
packs as a result.


** Bug watch added: Mozilla Bugzilla #796839
   https://bugzilla.mozilla.org/show_bug.cgi?id=796839

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1152052

Title:
  Update to 19.0.2

Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox” source package in Lucid:
  Fix Released
Status in “firefox” source package in Oneiric:
  Fix Released
Status in “firefox” source package in Precise:
  Fix Released
Status in “firefox” source package in Quantal:
  Fix Released
Status in “firefox” source package in Raring:
  Fix Released

Bug description:
  http://www.mozilla.org/security/announce/2013/mfsa2013-29.html

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152922] Re: Font rendering hurts eyes

2013-03-09 Thread gutigen
** Description changed:

  Since February till this week font rendering in Ubuntu 13.04 was
  perfectly fine (updates every few days), just like in 12.04 and 12.10.
  I've made fresh installation this week and font rendering is very bad,
  it's like something wrong with rasterization, hinting etc. Fonts are
  visible, you could say they look good at first glance, but it feels like
  there is some backlit behind them and are a little blurry and fuzzy, it
  hurts my eyes so much I can't look at my monitor for more then 10min.
  
  It happens in Unity and Gnome Shell (which I installed after I've found
  this problem, so it has nothing to do with it I guess).
  
  I tried changing Nvidia drivers from 310.32 to 313.26, no effect. In
  Noveau there is same problem.
+ 
+ Changing font options in Gnome Tweak Tool or Ubuntu Tweak doesn't help.
  
  I'm not sure what package would be responsible for this, so I file up against 
fontconfig.
  I'd be glad to provide any additional information and I hope it gets fixed 
before release, because atm I just can't use 13.04 at all.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: fontconfig 2.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sat Mar  9 11:59:54 2013
  InstallationDate: Installed on 2013-03-08 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: fontconfig
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1152922

Title:
  Font rendering hurts eyes

Status in “fontconfig” package in Ubuntu:
  New

Bug description:
  Since February till this week font rendering in Ubuntu 13.04 was
  perfectly fine (updates every few days), just like in 12.04 and 12.10.
  I've made fresh installation this week and font rendering is very bad,
  it's like something wrong with rasterization, hinting etc. Fonts are
  visible, you could say they look good at first glance, but it feels
  like there is some backlit behind them and are a little blurry and
  fuzzy, it hurts my eyes so much I can't look at my monitor for more
  then 10min.

  It happens in Unity and Gnome Shell (which I installed after I've
  found this problem, so it has nothing to do with it I guess).

  I tried changing Nvidia drivers from 310.32 to 313.26, no effect. In
  Noveau there is same problem.

  Changing font options in Gnome Tweak Tool or Ubuntu Tweak doesn't
  help.

  I'm not sure what package would be responsible for this, so I file up against 
fontconfig.
  I'd be glad to provide any additional information and I hope it gets fixed 
before release, because atm I just can't use 13.04 at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: fontconfig 2.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sat Mar  9 11:59:54 2013
  InstallationDate: Installed on 2013-03-08 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: fontconfig
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1080291] Re: Overheating Lenovo Thinkpad T500

2013-03-09 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 Desktop
Packages, which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1080291

Title:
  Overheating Lenovo Thinkpad T500

Status in “fglrx-installer” package in Ubuntu:
  Confirmed

Bug description:
  Lenovo Thinkpad T500 runs hot / on high fan RPM when configured to use
  the discrete Mobility Radeon 3650 instead Intel graphics. I haven't
  noticed any differences between Catalyst and open source driver so I'm
  reporting from Catalyst-configured configuration. Open source is a no-
  go!

  I use sensors command in terminal to verify temp values:
  For intel it's below 2000 RPM and temps circa 40
  For AMD it's close to 3000 RPM and temps 45 and higher. Once RPM reaches 
higher threshold, it never goes to lower RPM values.

  Observed in both 12.04 x64 and 12.10 x64. 100% sure
  Observed across all kernel versions available for 12.10 (official) and most 
recent 12.04 kernel versions. As for the previous kernels - I'm not sure.

  I've gathered some *.apport files from different configurations, so
  let me know if it's needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:

  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Sun Nov 18 11:01:31 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus: fglrx-legacy, 8.97.100.3, 3.5.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV635 [Mobility Radeon HD 3650] 
[1002:9591] (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:2117]
  InstallationDate: Installed on 2012-11-12 (5 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 20823HU
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=a144bb5d-50ba-49c4-aadc-c57f5a0e5d4d ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/14/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6FET92WW (3.22 )
  dmi.board.name: 20823HU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6FET92WW(3.22):bd12/14/2011:svnLENOVO:pn20823HU:pvrThinkPadT500:rvnLENOVO:rn20823HU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20823HU
  dmi.product.version: ThinkPad T500
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.4+bzr3407-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 3:1.12.4+git20121105-makson1~ppa2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
2:2.7.3+git20120928~quantal2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
2:6.14.6+git20120928~quantal1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
3:2.20.8+git20120928~quantal2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
2:1.0.2+git20120928~quantal1

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152977] [NEW] package libcamel-1.2-40 3.6.2-0ubuntu0.1 failed to install/upgrade: ошибка записи в «стандартный вывод»: Победа

2013-03-09 Thread Wishmaster
Public bug reported:

failed to install

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libcamel-1.2-40 3.6.2-0ubuntu0.1
Uname: Linux 3.8.2-030802-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Sat Mar  9 16:52:20 2013
ErrorMessage: ошибка записи в «стандартный вывод»: Победа
InstallationDate: Installed on 2013-03-09 (0 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Release 
amd64(20121023)
MarkForUpload: True
SourcePackage: evolution-data-server
Title: package libcamel-1.2-40 3.6.2-0ubuntu0.1 failed to install/upgrade: 
ошибка записи в «стандартный вывод»: Победа
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package quantal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution-data-server in Ubuntu.
https://bugs.launchpad.net/bugs/1152977

Title:
  package libcamel-1.2-40 3.6.2-0ubuntu0.1 failed to install/upgrade:
  ошибка записи в «стандартный вывод»: Победа

Status in “evolution-data-server” package in Ubuntu:
  New

Bug description:
  failed to install

  ProblemType: Package
  DistroRelease: Ubuntu 12.10
  Package: libcamel-1.2-40 3.6.2-0ubuntu0.1
  Uname: Linux 3.8.2-030802-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Sat Mar  9 16:52:20 2013
  ErrorMessage: ошибка записи в «стандартный вывод»: Победа
  InstallationDate: Installed on 2013-03-09 (0 days ago)
  InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Release 
amd64(20121023)
  MarkForUpload: True
  SourcePackage: evolution-data-server
  Title: package libcamel-1.2-40 3.6.2-0ubuntu0.1 failed to install/upgrade: 
ошибка записи в «стандартный вывод»: Победа
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 347664] No Subject

2013-03-09 Thread Charles D. Foster
http://www.goldenjaguar.es/nmxqjjm/twgnyiist.htm

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pidgin in Ubuntu.
https://bugs.launchpad.net/bugs/347664

Title:
  Pidgin still inoperable

Status in “pidgin” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: pidgin

  Does anyone know of a patch for this problem? 
  Here is what it says about it in the report but I have no idea what I am 
reading to make a fix for it. 
  (18:12:42) prefs: /pidgin/debug/width changed, scheduling save.
  (18:12:47) util: Writing file prefs.xml to directory /home/charles/.purple
  (18:12:47) util: Writing file /home/charles/.purple/prefs.xml
  (18:15:02) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:15:02) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:15:02) proxy: Connection attempt failed: Connection timed out
  (18:15:02) proxy: Attempting connection to 66.163.181.182
  (18:15:02) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:15:02) proxy: Connection in progress
  (18:18:11) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:18:11) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:18:11) proxy: Connection attempt failed: Connection timed out
  (18:18:11) proxy: Attempting connection to 66.163.181.183
  (18:18:11) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:18:11) proxy: Connection in progress
  (18:18:28) idle: Setting charlesdean2004 idle 302 seconds
  (18:21:20) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:21:20) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:21:20) proxy: Connection attempt failed: Connection timed out
  (18:21:20) proxy: Attempting connection to 66.163.181.166
  (18:21:20) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:21:20) proxy: Connection in progress
  (18:24:29) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:24:29) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:24:29) proxy: Connection attempt failed: Connection timed out
  (18:24:29) proxy: Attempting connection to 66.163.181.167
  (18:24:29) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:24:29) proxy: Connection in progress
  (18:27:38) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:27:38) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:27:38) proxy: Connection attempt failed: Connection timed out
  (18:27:38) proxy: Attempting connection to 66.163.181.168
  (18:27:38) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:27:38) proxy: Connection in progress
  (18:30:47) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:30:47) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:30:47) proxy: Connection attempt failed: Connection timed out
  (18:30:47) proxy: Attempting connection to 66.163.181.169
  (18:30:47) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:30:47) proxy: Connection in progress
  (18:33:56) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:33:56) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:33:56) proxy: Connection attempt failed: Connection timed out
  (18:33:56) proxy: Attempting connection to 66.163.181.170
  (18:33:56) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:33:56) proxy: Connection in progress
  (18:37:05) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:37:05) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:37:05) proxy: Connection attempt failed: Connection timed out
  (18:37:05) proxy: Attempting connection to 66.163.181.171
  (18:37:05) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:37:05) proxy: Connection in progress
  (18:40:14) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:40:14) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:40:14) proxy: Connection attempt failed: Connection timed out
  (18:40:14) proxy: Attempting connection to 66.163.181.178
  (18:40:14) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:40:14) proxy: Connection in progress
  (18:43:23) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:43:23) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:43:23) proxy: Connection attempt failed: Connection timed out
  (18:43:23) proxy: Attempting connection to 66.163.181.179
  (18:43:23) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:43:23) proxy: Connection in progress
  (18:46:32) proxy: Connected to scs.msg.yahoo.com:5050.
  (18:46:32) proxy: Error connecting to scs.msg.yahoo.com:5050 (Connection 
timed out).
  (18:46:32) proxy: Connection attempt failed: Connection timed out
  (18:46:32) proxy: Attempting connection to 66.163.181.180
  (18:46:32) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
  (18:46:32) 

[Desktop-packages] [Bug 1093282] Re: cannot boot Ubunto 12.10 on Dell Latitude D410. Cannot upgrade from 12.04 either

2013-03-09 Thread pvanderploeg
@Timo. Glory be. You made my day. I downloaded the 13.04 Daily Build om March 
9, 2013 at 17:00 hours local time (GMT+1). 
The Latitude D410 booted OK from DVD. After having installed Raring Ringtail 
the laptop also booted from disk. Its working. Thanks for your effort.

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

Title:
  cannot boot Ubunto 12.10 on Dell Latitude D410. Cannot upgrade from
  12.04 either

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

Bug description:
  After upgrading from 12.04 on my Dell Latitude D410 the system ends in
  a black screen. The same happens with the 12.10 liveCD. Some good
  friends tell me it the Intel Mobile 915GM graphics card and driver.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152987] [NEW] Echo cancellation only produces a mono sink

2013-03-09 Thread Andrew Hailes
Public bug reported:

If I run pacmd load-module module-echo-cancel the source/sink is
created, but in mono on a stereo source.

If I run pacmd load-module module-echo-cancel channels=2 The loading
fails, pulseaudio crashes and restarts, and I get this in syslog:

Mar  9 16:13:26 trancendence pulseaudio[2303]: [pulseaudio] speex.c:
AGC, denoising and echo suppression only work with channels=1

Not sure if the webrtc engine supports more than a single channel, it
fails to load on 12.10:

Mar  9 16:08:44 trancendence pulseaudio[2303]: [pulseaudio] module.c:
Failed to load module module-echo-cancel (argument:
aec_method=webrtc): initialization failed.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1152987

Title:
  Echo cancellation only produces a mono sink

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  If I run pacmd load-module module-echo-cancel the source/sink is
  created, but in mono on a stereo source.

  If I run pacmd load-module module-echo-cancel channels=2 The loading
  fails, pulseaudio crashes and restarts, and I get this in syslog:

  Mar  9 16:13:26 trancendence pulseaudio[2303]: [pulseaudio] speex.c:
  AGC, denoising and echo suppression only work with channels=1

  Not sure if the webrtc engine supports more than a single channel, it
  fails to load on 12.10:

  Mar  9 16:08:44 trancendence pulseaudio[2303]: [pulseaudio] module.c:
  Failed to load module module-echo-cancel (argument:
  aec_method=webrtc): initialization failed.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-03-09 Thread Joe Carey
No luck here with 3.8.2.
noting in kernel.log sticks out, nor in dmesg, nor syslog.  Yet it freezes.

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

Title:
  ubuntu 12.04 completely freezes frequently.

Status in “linux” package in Ubuntu:
  Won't Fix
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Won't Fix
Status in “linux” source package in Precise:
  Won't Fix
Status in “xserver-xorg-video-intel” source package in Precise:
  Won't Fix

Bug description:
  Update: 6/12/2012
  This bug is about a complete system lock-up. No other TTYs can be started. 
Mouse doesn't move. Keyboard doesn't react. The only solution is hard reset.

  Seems to happen on a variety of configurations, including nVidia, ATI
  and Intel graphics.

  If you are still able to TTY or SSH into other sessions, move the
  mouse or use the keyboard, file another bug.

  Thx. Joris V. (brains).

  Update: 5/21/2012
  Updating the kernel to 3.3.6 as suggested by Michael in #91, the system seems 
stable, no freezes yet in 5-6 hrs of using and watching videos for couple of 
hrs.

  Original description:
  I recently installed newly released ubuntu 12.04 LTS 64 bit version on my 
desktop. And it is frequently freezing, for the first few hours it ran smoothly 
and when I started watching videos it started freezing randomly.
  I have to use hard restart every time.
  Initially it was only during videos but now even during normal browsing it is 
freezing.

  I am using on board graphics and do not have any graphics card
  installed.

  Can someone please help me here, I really love the new looks of 12.04
  and it bugs me not being able to use :(

  Below is my hardware configuration:
  Processor: Intel CORE i3 processor (2nd generation)
  Board: Intel® Desktop Board DH67BL
  Ram: 4GB
  Graphics: On board
  HDD: 500 GB

  Please let me know if you need more information, or any specific logs
  I can capture (and how).

  Thanks,
  Ketan Patil

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153000] [NEW] No way to configure bluetooth audio devices via GUI.

2013-03-09 Thread Redundant Username
Public bug reported:

I'm using Xubuntu 12.10, but this may apply for Ubuntu as well. Every
time I want to setup bluetooth audio devices, I have to edit several
config files, and spend hours trying to get audio to work. I think there
should be a way to configure bluetooth audio devices via gui, like I can
in OSX and Windows. This doesn't seem to be a technical limitation, I
guess no one has bothered suggesting it.

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


** Tags: audio bluetooth gui

** Description changed:

- I'm using Xubuntu, but this may apply for Ubuntu as well. Every time I
- want to setup bluetooth audio devices, I have to edit several config
- files, and spend hours trying to get audio to work. I think there should
- be a way to configure bluetooth audio devices via gui, like I can in OSX
- and Windows. This doesn't seem to be a technical limitation, I guess no
- one has bothered suggesting it.
+ I'm using Xubuntu 12.10, but this may apply for Ubuntu as well. Every
+ time I want to setup bluetooth audio devices, I have to edit several
+ config files, and spend hours trying to get audio to work. I think there
+ should be a way to configure bluetooth audio devices via gui, like I can
+ in OSX and Windows. This doesn't seem to be a technical limitation, I
+ guess no one has bothered suggesting it.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1153000

Title:
  No way to configure bluetooth audio devices via GUI.

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  I'm using Xubuntu 12.10, but this may apply for Ubuntu as well. Every
  time I want to setup bluetooth audio devices, I have to edit several
  config files, and spend hours trying to get audio to work. I think
  there should be a way to configure bluetooth audio devices via gui,
  like I can in OSX and Windows. This doesn't seem to be a technical
  limitation, I guess no one has bothered suggesting it.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1152972] Re: jobs sent by inkscape not printed on Ubuntu 12.04

2013-03-09 Thread Alex Valavanis
Thanks for the report.  Which version of Inkscape are you using, please?

** Also affects: inkscape
   Importance: Undecided
   Status: New

** Tags added: printing

** Changed in: inkscape
   Status: New = Incomplete

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1152972

Title:
  jobs sent by inkscape not printed on Ubuntu 12.04

Status in Inkscape: A Vector Drawing Tool:
  Incomplete
Status in “inkscape” package in Ubuntu:
  Incomplete

Bug description:
  following standard procedures for printing. (File, print, select
  printer, all pages, 1 copy) I press the print button and the print is
  queued but nothing happens, wait half an hour at most. The only
  solution I found, is to select the print preview and print the job
  from there ... This does work, but it is the only way to print from
  inkscape (using the Epson Stylus Office TX600FW connected to a wifi
  router.

  ubuntu 12.04 32-bit
  AMD Phenom(tm) II X6 1055T Processor × 6 
  ram 3,9 GiB
  Hard Disk 1 TB

  Other programs Like Gimp, Open office etc print fine

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153002] [NEW] [HDA-Intel - HDA Intel, playback] No sound at all Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller

2013-03-09 Thread Pavan Kumar
Public bug reported:

I am new to Ubuntu i have installed Ubuntu in Samsung Q1  NP/Q1/V000
Sound is not played. mic is not played and also I am not able to set screen 
config
Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio 
Controller
is the driver Information

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
Uname: Linux 3.2.0-39-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pavan  1480 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xb000 irq 43'
   Mixer name   : 'Analog Devices AD1986A'
   Components   : 'HDA:11d41986,144dc027,00100500'
   Controls  : 11
   Simple ctrls  : 12
Date: Sat Mar  9 23:12:06 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 1480/dev/snd/controlC0:  pavan F pulseaudio
 AND
Symptom_Type: No sound at all
Title: [HDA-Intel - HDA Intel, playback] No sound at all
UpgradeStatus: Upgraded to precise on 2013-03-09 (0 days ago)
dmi.bios.date: 02/06/2007
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 20MA
dmi.board.name: SQ1S
dmi.board.vendor: SAMSUNG ELECTRONICS CO.,LTD
dmi.board.version: Revision MP
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO.,LTD
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr20MA:bd02/06/2007:svnSAMSUNGELECTRONICSCO.,LTD:pnSQ1S:pvrRevisionMP:rvnSAMSUNGELECTRONICSCO.,LTD:rnSQ1S:rvrRevisionMP:cvnSAMSUNGELECTRONICSCO.,LTD:ct1:cvrN/A:
dmi.product.name: SQ1S
dmi.product.version: Revision MP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO.,LTD

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


** Tags: apport-bug i386 precise running-unity third-party-packages

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1153002

Title:
  [HDA-Intel - HDA Intel, playback] No sound at all Intel Corporation
  82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  I am new to Ubuntu i have installed Ubuntu in Samsung Q1  NP/Q1/V000
  Sound is not played. mic is not played and also I am not able to set screen 
config
  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio 
Controller
  is the driver Information

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
  Uname: Linux 3.2.0-39-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pavan  1480 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xb000 irq 43'
 Mixer name : 'Analog Devices AD1986A'
 Components : 'HDA:11d41986,144dc027,00100500'
 Controls  : 11
 Simple ctrls  : 12
  Date: Sat Mar  9 23:12:06 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1480/dev/snd/controlC0:  pavan F pulseaudio
   AND
  Symptom_Type: No sound at all
  Title: [HDA-Intel - HDA Intel, playback] No sound at all
  UpgradeStatus: Upgraded to precise on 2013-03-09 (0 

[Desktop-packages] [Bug 1153003] [NEW] opengl problem ?

2013-03-09 Thread alessandro
Public bug reported:

ubuntu 12.10 automatically log out the session when i try to run
draftsight, librecad, labvuew8.2

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic i686
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] È una directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86 Kernel Module  313.26  Wed Feb 27 12:36:26 PST 
2013
 GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Mar  9 19:05:02 2013
DistUpgraded: 2013-02-14 23:48:29,503 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus: nvidia-313, 313.26, 3.7.0-7-generic, i686: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GF106 [GeForce GTS 450] [10de:0dc4] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8365]
InstallationDate: Installed on 2011-10-24 (502 days ago)
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
Lsusb:
 Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 003: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
MachineType: System manufacturer System Product Name
MarkForUpload: True
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-7-generic 
root=UUID=e001259b-3e61-4e89-ac0d-369121c88838 ro quiet splash
SourcePackage: xorg
UpgradeStatus: Upgraded to quantal on 2013-02-14 (22 days ago)
dmi.bios.date: 07/22/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1807
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7P55D
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1807:bd07/22/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55D:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.8.6-0ubuntu1
version.libdrm2: libdrm2 2.4.42+git20130211.20c5607b-0ubuntu0sarvatt~quantal
version.libgl1-mesa-dri: libgl1-mesa-dri 
9.2.0~git20130301.58bd926d-0ubuntu0sarvatt~quantal
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
9.2.0~git20130301.58bd926d-0ubuntu0sarvatt~quantal
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 
2:1.13.2.902+git20130301+server-1.13-branch.4d98c7da-0ubuntu0ricotz~quantal
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.1.99+git20130301.f1059e3f-0ubuntu0sarvatt~quantal
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.21.3+git20130308.78c75612-0ubuntu0sarvatt~quantal
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6+git20130227.a80785f7-0ubuntu0sarvatt~quantal

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


** Tags: apport-bug compiz-0.9 i386 quantal third-party-packages ubuntu

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

Title:
  opengl problem ?

Status in “xorg” package in Ubuntu:
  New

Bug description:
  ubuntu 12.10 automatically log out the session when i try to run
  draftsight, librecad, labvuew8.2

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] È una directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  313.26  Wed Feb 27 12:36:26 PST 
2013
   GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Sat Mar  9 19:05:02 2013
 

[Desktop-packages] [Bug 1079566] Re: slow by opening local folder

2013-03-09 Thread Aaron Mahlebo
The issue was resolved after i upgraded to Nautilus 3.6. See
instructions to install Nautilus 3.6 here: http://ubuntuguide.net
/install-nautilus-3-6-in-ubuntu-12-10

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1079566

Title:
  slow by opening local folder

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  Since the I upgraded to Ubuntu 12.1, Nautilus file browser are very
  slow to open and then to navigate trough the local folders. If I
  execute Nautilus with sudo command it's much faster. It's work also
  normaly with remote folder like sftp (ssh).

  I try to disable the generating of the thumbnail, but still the same,
  and when I choice Never or only local files it's take a very long
  time to save the option.

  Some times it's so long that a window is appear and tell me that I
  have to wait until the folder will be open. It's a very significantly
  diffirence between the ubuntu 12.0

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Fri Nov 16 08:09:41 2012
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'820x607+49+24'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'221'
  InstallationDate: Installed on 2010-11-02 (744 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to quantal on 2012-10-30 (16 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153012] [NEW] gucharmap hangs on startup

2013-03-09 Thread David Monniaux
Public bug reported:

1. Start gucharmap (be it with default font or another one).
2. The main window is displayed correctly.
3. The program freezes, eats 100% CPU. No GUI interaction possible and the 
window is not even refreshed (if another window is displayed on top, then moved 
away, the gucharmap window is not repainted).

Maybe the problem is due to many fonts being installed on this machine.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gucharmap 1:3.4.1.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
Uname: Linux 3.2.0-37-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Sat Mar  9 19:29:58 2013
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gucharmap
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: gucharmap
UpgradeStatus: Upgraded to precise on 2012-12-28 (70 days ago)

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


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gucharmap in Ubuntu.
https://bugs.launchpad.net/bugs/1153012

Title:
  gucharmap hangs on startup

Status in “gucharmap” package in Ubuntu:
  New

Bug description:
  1. Start gucharmap (be it with default font or another one).
  2. The main window is displayed correctly.
  3. The program freezes, eats 100% CPU. No GUI interaction possible and the 
window is not even refreshed (if another window is displayed on top, then moved 
away, the gucharmap window is not repainted).

  Maybe the problem is due to many fonts being installed on this
  machine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gucharmap 1:3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Mar  9 19:29:58 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gucharmap
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SourcePackage: gucharmap
  UpgradeStatus: Upgraded to precise on 2012-12-28 (70 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153010] Re: [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

2013-03-09 Thread Apport retracing service
*** This bug is a duplicate of bug 907052 ***
https://bugs.launchpad.net/bugs/907052

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1153010/+attachment/3565324/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1153010/+attachment/3565326/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1153010/+attachment/3565327/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1153010/+attachment/3565328/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1153010/+attachment/3565329/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1153010/+attachment/3565330/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1153010/+attachment/3565331/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 907052
   gnome-settings-daemon crashed with signal 5 in _XReply() (XRRSetCrtcConfig)

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1153010

Title:
  [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  Crashed after login

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: gnome-settings-daemon 3.6.4-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic i686
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: i386
  Date: Sat Mar  9 10:23:36 2013
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  InstallationDate: Installed on 2013-02-18 (19 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 5
  SourcePackage: gnome-settings-daemon
  StacktraceTop:
   ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
   _XReply () from /usr/lib/i386-linux-gnu/libX11.so.6
   XRRSetCrtcConfig () from /usr/lib/i386-linux-gnu/libXrandr.so.2
   gnome_rr_crtc_set_config_with_time () from /usr/lib/libgnome-desktop-3.so.4
   ?? () from /usr/lib/libgnome-desktop-3.so.4
  Title: [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()
  UpgradeStatus: Upgraded to raring on 2013-03-09 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1132231] Re: Screen gets distorted with LibreOffice

2013-03-09 Thread Dale Maris
This really hampring my use of my computer.  I have now set up a duel
boot to have access to Windows with Word to be able touse a word
processor.  Please keep me informed of any updated status.  Thanks for
everyone effort.  Dale

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

Title:
  Screen gets distorted with LibreOffice

Status in “nvidia-graphics-drivers” package in Ubuntu:
  New

Bug description:
  Its not consistent, but when using LibreOffice, at some point my
  screen distorts and I cannot read anything or even view icons and
  other graphics.  I can still tell that the windows are there, but
  nothing is readable.  I do manage to re-boot my maching that seems to
  reset my screen.  I have even noticed, that as my machine is closing
  down, I can start to read it again.  I just updated to a new version
  of LibreOffice with no differences.  I have an e-mail with a
  powerpoint file, and when I open it, my screen goes crazy (distorts)
  This seems to be happing ever since I upgraded to 12.10.  I need my
  word processor.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CurrentDmesg:
   [   47.543862] NFSD: starting 90-second grace period
   [   48.257361] init: plymouth-stop pre-start process (2072) terminated with 
status 1
   [   55.664012] eth0: no IPv6 routers present
  Date: Sat Feb 23 15:07:23 2013
  DistUpgraded: 2013-01-28 20:30:43,060 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
   Bus 002 Device 003: ID 413c:2003 Dell Computer Corp. Keyboard
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: root=UUID=00d9ab5c-668d-452c-995b-eadc68d0a4b2 ro 
xforcevesa quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to quantal on 2013-01-29 (25 days ago)
  dmi.bios.date: 01/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.9
  dmi.board.name: 0RY206
  dmi.board.vendor: Dell Inc.
  dmi.product.name: Inspiron 531
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.8.6-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153029] Re: gvfsd-obexftp crashed with SIGSEGV in dbus_message_get_reply_serial()

2013-03-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1054385 ***
https://bugs.launchpad.net/bugs/1054385

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1153029/+attachment/3565448/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1153029/+attachment/3565450/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1153029/+attachment/3565452/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1153029/+attachment/3565453/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1153029/+attachment/3565454/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1153029/+attachment/3565455/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1153029/+attachment/3565456/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1054385

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1153029

Title:
  gvfsd-obexftp crashed with SIGSEGV in dbus_message_get_reply_serial()

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  impossible to get files from mobile phone

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: gvfs-backends 1.15.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic i686
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: i386
  Date: Sat Mar  9 19:10:53 2013
  ExecutablePath: /usr/lib/gvfs/gvfsd-obexftp
  InstallationDate: Installed on 2013-03-09 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130308)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfsd-obexftp --spawner :1.8 
/org/gtk/gvfs/exec_spaw/10
  SegvAnalysis:
   Segfault happened at: 0xb7721bb6:movzbl (%eax),%eax
   PC (0xb7721bb6) ok
   source (%eax) (0x0672) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
   ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
   dbus_message_get_reply_serial () from /lib/i386-linux-gnu/libdbus-1.so.3
   ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
   ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
  Title: gvfsd-obexftp crashed with SIGSEGV in dbus_message_get_reply_serial()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1118765] Re: [Toshiba Satellite P205, Realtek ALC268, Black Headphone Out, Front] No sound at all

2013-03-09 Thread kim
I was finally able to get my headphone jack to work using HDA Analyzer.
It took awhile for me to understand what HDA Analyzer was showing me
(being a newbie and all).  Turns out I just had to turn on the EAPD.

For other reading this, that also do not know what to look for...

Use HDA Analyzer to view pin slots setup and adjust if needed.  
Info for running and using HDA Analyzer can be found here:
http://kundancool.wordpress.com/2011/12/11/routing-audio-from-different-jack-linux-ubuntu/
This link also gives screen shots and walk you through what to check.  Great 
article!

Example HDA Analyzer screen for headphone jack setup is attached above
from Raymond.  My screen matched this and my headphone jack did not work
(except my audi mixer was active, but apparently you can't adjust that).
In my case I only had to turn on the EAPD under EAPD.

But your situation may involve something being muted.  Check that
nothing is muted on this PIN (see screen shot).  Now notice that this
PIN refers to Audio Mixer (0x10).  You can locate this on the left hand
list.  Check  that the audio mixer is not muted.

** Changed in: alsa-driver (Ubuntu)
   Status: New = Confirmed

** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed = New

** Changed in: alsa-driver (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1118765

Title:
  [Toshiba Satellite P205, Realtek ALC268, Black Headphone Out, Front]
  No sound at all

Status in “alsa-driver” package in Ubuntu:
  Fix Released

Bug description:
  Satellite P205 S4769 headphones (actually headphone jack connected to
  surround sound system) works in windows vista.  worked when connected
  to other laptop running windows 7,  Headphones have no sound when
  connected to laptop while running Ubuntu 12.10 (new install).

  Sound check has very faint sound even though master and headphne
  output are turned up all the way in alsa as well as all UI volume
  controls.  But when trying to put other sound (VLC Player) through to
  headphone, nothing.

  Please note I am new to Ubuntu, but did planty of research on this and
  tried changing F6 in Alsa, and verified all are turned up all the way
  in Alsa.  I even tried Alsa Mixer UI, and it did not help.

  Not sure what else to try since I am on the most recent version of
  Ubuntu, so I assume also the most recent version of Alsa.

  Help

  UBuntu 12.10
  Ver of pkg:  (not sure what package to look for, but I did this:  'apt-cache 
policy alsa' and it came back as:  
  Installed (none)
  Candidate (none)
  Version table:
  *I assume I did something wrong here because I know I have alsa, i accessed 
it from terminal.

  I do however also have Gnome Alsa Mixer, which I  installed (when I was 
trying to troubleshoot this).
  gnome-alsamixer 0.9.7~cvs.20060916.ds.1-3

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kim1611 F pulseaudio
  Date: Thu Feb  7 15:12:28 2013
  InstallationDate: Installed on 2013-02-03 (4 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kim1611 F pulseaudio
  Symptom_Jack: Black Headphone Out, Front
  Symptom_Type: No sound at all
  Title: [SATELLITE P205, Realtek ALC268, Black Headphone Out, Front] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/09/2008
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.20
  dmi.board.name: ISRAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.20:bd01/09/2008:svnTOSHIBA:pnSATELLITEP205:pvrPSPB3U-06700L:rvnTOSHIBA:rnISRAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: SATELLITE P205
  dmi.product.version: PSPB3U-06700L
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1118765/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : 

[Desktop-packages] [Bug 1118765] Re: [Toshiba Satellite P205, Realtek ALC268, Black Headphone Out, Front] No sound at all

2013-03-09 Thread kim
no fix was needed, no release was needed, but not sure how to close this
other than to say the fix was released.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1118765

Title:
  [Toshiba Satellite P205, Realtek ALC268, Black Headphone Out, Front]
  No sound at all

Status in “alsa-driver” package in Ubuntu:
  Fix Released

Bug description:
  Satellite P205 S4769 headphones (actually headphone jack connected to
  surround sound system) works in windows vista.  worked when connected
  to other laptop running windows 7,  Headphones have no sound when
  connected to laptop while running Ubuntu 12.10 (new install).

  Sound check has very faint sound even though master and headphne
  output are turned up all the way in alsa as well as all UI volume
  controls.  But when trying to put other sound (VLC Player) through to
  headphone, nothing.

  Please note I am new to Ubuntu, but did planty of research on this and
  tried changing F6 in Alsa, and verified all are turned up all the way
  in Alsa.  I even tried Alsa Mixer UI, and it did not help.

  Not sure what else to try since I am on the most recent version of
  Ubuntu, so I assume also the most recent version of Alsa.

  Help

  UBuntu 12.10
  Ver of pkg:  (not sure what package to look for, but I did this:  'apt-cache 
policy alsa' and it came back as:  
  Installed (none)
  Candidate (none)
  Version table:
  *I assume I did something wrong here because I know I have alsa, i accessed 
it from terminal.

  I do however also have Gnome Alsa Mixer, which I  installed (when I was 
trying to troubleshoot this).
  gnome-alsamixer 0.9.7~cvs.20060916.ds.1-3

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kim1611 F pulseaudio
  Date: Thu Feb  7 15:12:28 2013
  InstallationDate: Installed on 2013-02-03 (4 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kim1611 F pulseaudio
  Symptom_Jack: Black Headphone Out, Front
  Symptom_Type: No sound at all
  Title: [SATELLITE P205, Realtek ALC268, Black Headphone Out, Front] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/09/2008
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.20
  dmi.board.name: ISRAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.20:bd01/09/2008:svnTOSHIBA:pnSATELLITEP205:pvrPSPB3U-06700L:rvnTOSHIBA:rnISRAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: SATELLITE P205
  dmi.product.version: PSPB3U-06700L
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1118765/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153043] [NEW] .do cannot be modified via Firefox

2013-03-09 Thread YannUbuntu
Public bug reported:

https://www.formulaires.modernisation.gouv.fr/gf/cerfa_12100.do is a form from 
the French government.
When I open it normally from the government website, it opens by default in 
Firefox, displays correctly, but it cannot be modified.

To fill in it, I need to workaround by saving the file (right-click -
save link target as) on my disk, then open it in Evince. From inside
Evince, it can be modified correctly.

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

** Description changed:

  https://www.formulaires.modernisation.gouv.fr/gf/cerfa_12100.do is a form 
from the French government.
  When I open it normally from the government website, it opens by default in 
Firefox, displays correctly, but it cannot be modified.
  
  To fill in it, I need to workaround by saving the file (right-click -
- save link target as) on my disk, then open it in Evince.
+ save link target as) on my disk, then open it in Evince. From inside
+ Evince, it can be modified correctly.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1153043

Title:
  .do cannot be modified via Firefox

Status in “firefox” package in Ubuntu:
  New

Bug description:
  https://www.formulaires.modernisation.gouv.fr/gf/cerfa_12100.do is a form 
from the French government.
  When I open it normally from the government website, it opens by default in 
Firefox, displays correctly, but it cannot be modified.

  To fill in it, I need to workaround by saving the file (right-click -
  save link target as) on my disk, then open it in Evince. From inside
  Evince, it can be modified correctly.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153042] [NEW] Full screen window doesn't cover the whole screen

2013-03-09 Thread Jason Robinson
Public bug reported:

When I have Firefox in full screen mode and move the mouse to the right
hand side of the screen, the overlay scrollbar of the window underneath
pops up. If I click the mouse button at the far right of the window, the
window below gets activated as if I clicked it, which I did since
Firefox doesn't seem to cover the whole view in full screen mode.

Screenshot included where if you zoom in to the far right, you can see
the overlay scrollbar in the view, clearly application in fullscreen
mode.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: firefox 19.0.2+build1-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
Uname: Linux 3.8.0-11-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.9.1-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jaywink2075 F pulseaudio
BuildID: 20130308124351
Channel: Unavailable
Date: Sat Mar  9 21:54:26 2013
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-02-12 (24 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130212)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.38  metric 9
MarkForUpload: True
PrefSources:
 prefs.js
 
[Profile]/extensions/{3e0e7d2a-070f-4a47-b019-91fe5385ba79}/defaults/preferences/defaults.js
Profiles: Profile0 (Default) - LastVersion=19.0.2/20130308124351 (In use)
RelatedPackageVersions:
 google-talkplugin 3.15.2.0-1
 totem-mozilla 3.6.3-0ubuntu3
 rhythmbox-mozilla 2.98-0ubuntu3
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/04/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 04PY.M020.2004.WZW
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: 350U2A/350U2B/300U1A/351U2A/351U2B
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: 04PY
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.:bvr04PY.M020.2004.WZW:bd11/04/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pn350U2A/350U2B/300U1A/351U2A/351U2B:pvr04PY:rvnSAMSUNGELECTRONICSCO.,LTD.:rn350U2A/350U2B/300U1A/351U2A/351U2B:rvr04PY:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: 350U2A/350U2B/300U1A/351U2A/351U2B
dmi.product.version: 04PY
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-bug raring

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/1153042/+attachment/3565487/+files/Screenshot%20from%202013-03-09%2022%3A08%3A30.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1153042

Title:
  Full screen window doesn't cover the whole screen

Status in “firefox” package in Ubuntu:
  New

Bug description:
  When I have Firefox in full screen mode and move the mouse to the
  right hand side of the screen, the overlay scrollbar of the window
  underneath pops up. If I click the mouse button at the far right of
  the window, the window below gets activated as if I clicked it, which
  I did since Firefox doesn't seem to cover the whole view in full
  screen mode.

  Screenshot included where if you zoom in to the far right, you can see
  the overlay scrollbar in the view, clearly application in fullscreen
  mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: firefox 19.0.2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jaywink2075 F pulseaudio
  BuildID: 20130308124351
  Channel: Unavailable
  Date: Sat Mar  9 21:54:26 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-02-12 (24 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130212)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.38  metric 
9
  MarkForUpload: True
  PrefSources:
   prefs.js
   
[Profile]/extensions/{3e0e7d2a-070f-4a47-b019-91fe5385ba79}/defaults/preferences/defaults.js
  Profiles: Profile0 (Default) - LastVersion=19.0.2/20130308124351 (In use)
  RelatedPackageVersions:
   google-talkplugin 3.15.2.0-1
   totem-mozilla 3.6.3-0ubuntu3
   

[Desktop-packages] [Bug 1045986] Re: Ubuntu AppArmor policy is too lenient with shell scripts

2013-03-09 Thread Jamie Strandboge
** Changed in: apparmor (Ubuntu Lucid)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1045986

Title:
  Ubuntu AppArmor policy is too lenient with shell scripts

Status in “apparmor” package in Ubuntu:
  Fix Released
Status in “apport” package in Ubuntu:
  Fix Released
Status in “chromium-browser” package in Ubuntu:
  Confirmed
Status in “cups” package in Ubuntu:
  Confirmed
Status in “dhcp3” package in Ubuntu:
  Invalid
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “isc-dhcp” package in Ubuntu:
  Fix Released
Status in “apparmor” source package in Lucid:
  Invalid
Status in “apport” source package in Lucid:
  Fix Released
Status in “chromium-browser” source package in Lucid:
  Confirmed
Status in “cups” source package in Lucid:
  Confirmed
Status in “dhcp3” source package in Lucid:
  Fix Released
Status in “firefox” source package in Lucid:
  Confirmed
Status in “isc-dhcp” source package in Lucid:
  Invalid
Status in “apparmor” source package in Natty:
  Won't Fix
Status in “apport” source package in Natty:
  Won't Fix
Status in “chromium-browser” source package in Natty:
  Won't Fix
Status in “cups” source package in Natty:
  Won't Fix
Status in “dhcp3” source package in Natty:
  Invalid
Status in “firefox” source package in Natty:
  Won't Fix
Status in “isc-dhcp” source package in Natty:
  Fix Released
Status in “apparmor” source package in Oneiric:
  Fix Released
Status in “apport” source package in Oneiric:
  Fix Released
Status in “chromium-browser” source package in Oneiric:
  Confirmed
Status in “cups” source package in Oneiric:
  Confirmed
Status in “dhcp3” source package in Oneiric:
  Invalid
Status in “firefox” source package in Oneiric:
  Confirmed
Status in “isc-dhcp” source package in Oneiric:
  Fix Released
Status in “apparmor” source package in Precise:
  Fix Released
Status in “apport” source package in Precise:
  Fix Released
Status in “chromium-browser” source package in Precise:
  Confirmed
Status in “cups” source package in Precise:
  Confirmed
Status in “dhcp3” source package in Precise:
  Invalid
Status in “firefox” source package in Precise:
  Confirmed
Status in “isc-dhcp” source package in Precise:
  Fix Released
Status in “apparmor” source package in Quantal:
  Fix Released
Status in “apport” source package in Quantal:
  Fix Released
Status in “chromium-browser” source package in Quantal:
  Confirmed
Status in “cups” source package in Quantal:
  Confirmed
Status in “dhcp3” source package in Quantal:
  Invalid
Status in “firefox” source package in Quantal:
  Confirmed
Status in “isc-dhcp” source package in Quantal:
  Fix Released

Bug description:
  Dan Rosenberg has blogged about some AppArmor profile weaknesses in Ubuntu:
  http://blog.azimuthsecurity.com/2012/09/poking-holes-in-apparmor-profiles.html

  This bug will track the work needed to fix them. This is a
  continuation of bug #851986, except for PATH and shell scripts.
  Unfortunately, until we have proper environment filtering support in
  AppArmor, we will have to employ more bandaids-- specifically, either
  eliminating Ux/sanitized helper on shell scripts or adjusting those
  shell scripts to explicitly set their PATH. The good news is that
  environment filtering is on the AppArmor roadmap, and it something we
  will be targeting in the future releases. I filed bug #1045985 to more
  easily track the progress of that work.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153048] [NEW] Chromium crashed the computer multiple times

2013-03-09 Thread Charles Ford
Public bug reported:

The computer hung multiple times while visiting sites in Mandarin. Not
sure if it had anything to do with that or not.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: chromium-browser 24.0.1312.56-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
Uname: Linux 3.8.0-11-generic i686
ApportVersion: 2.9.1-0ubuntu1
Architecture: i386
Date: Sat Mar  9 15:34:25 2013
Desktop-Session:
 DESKTOP_SESSION = cinnamon
 XDG_CONFIG_DIRS = /etc/xdg/xdg-cinnamon:/etc/xdg
 XDG_DATA_DIRS = 
/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationDate: Installed on 2013-02-17 (20 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130211)
MarkForUpload: True
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
chromium-default: CHROMIUM_FLAGS=
gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1153048

Title:
  Chromium crashed the computer multiple times

Status in “chromium-browser” package in Ubuntu:
  New

Bug description:
  The computer hung multiple times while visiting sites in Mandarin. Not
  sure if it had anything to do with that or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: chromium-browser 24.0.1312.56-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic i686
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: i386
  Date: Sat Mar  9 15:34:25 2013
  Desktop-Session:
   DESKTOP_SESSION = cinnamon
   XDG_CONFIG_DIRS = /etc/xdg/xdg-cinnamon:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2013-02-17 (20 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130211)
  MarkForUpload: True
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  chromium-default: CHROMIUM_FLAGS=
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1153048/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153050] [NEW] Video Fails With Blank Screen After Boot

2013-03-09 Thread Brian Gorbe
Public bug reported:

Ubuntu Desktop 12.10

A normal boot results in a black screen with a mouse cursor in the middle (this 
occurs after the drumroll).
Sometimes a normal boot becomes an orange screen, no mouse cursor after the 
durmroll.

A boot in recovery mode works normally (usually) using the open source driver.
A boot in recovery mode using the proprietary driver gets to the login screen, 
but unity fails (no launcher, no top tolbar).

A boot in recovery mode sometimes results in a screem shifted 1/2 screen
- that is, right hand controls are just to the left of center screen,
left hand objects (like the login dialog) are just to the right of
center.

I re-installed from the install CD (kernel 3.5.0.17?) and boot works
normally.  I then updated the system (kernel 3.5.0.25) and the video
problems resumed.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Mar  9 12:20:23 2013
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Whistler XT [AMD Radeon HD 6700M Series] 
[1002:6740] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1630]
InstallationDate: Installed on 2013-03-09 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Hewlett-Packard HP EliteBook 8760w
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=b4eadbb1-29ad-4898-95a8-aa76f6a35197 ro recovery nomodeset
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/18/2012
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68SAD Ver. F.23
dmi.board.name: 1630
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 01.39
dmi.chassis.asset.tag: CNU2121BL1
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SADVer.F.23:bd01/18/2012:svnHewlett-Packard:pnHPEliteBook8760w:pvrA0001C02:rvnHewlett-Packard:rn1630:rvrKBCVersion01.39:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8760w
dmi.product.version: A0001C02
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.8.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

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


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

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

Title:
  Video Fails With Blank Screen After Boot

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Ubuntu Desktop 12.10

  A normal boot results in a black screen with a mouse cursor in the middle 
(this occurs after the drumroll).
  Sometimes a normal boot becomes an orange screen, no mouse cursor after the 
durmroll.

  A boot in recovery mode works normally (usually) using the open source driver.
  A boot in recovery mode using the proprietary driver gets to the login 
screen, but unity fails (no launcher, no top tolbar).

  A boot in recovery mode sometimes results in a screem shifted 1/2
  screen - that is, right hand controls are just to the left of center
  screen, left hand objects (like the login dialog) are just to the
  right of center.

  I re-installed from the install CD (kernel 3.5.0.17?) and boot works
  normally.  I then updated the system (kernel 3.5.0.25) and the video
  problems resumed.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Sat Mar  9 12:20:23 2013
  

[Desktop-packages] [Bug 1153043] Re: .do cannot be modified via Firefox

2013-03-09 Thread wassimo
Hi Yann, in general PDF files are not modifiable. But there are some
applications that can let you do modification on a PDF file like
Inkscape and Evince. But I think that the document you referred to is to
be printed then modified and then it can be achieved to the
administration scanned or simply mailed.


** Changed in: firefox (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1153043

Title:
  .do cannot be modified via Firefox

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  https://www.formulaires.modernisation.gouv.fr/gf/cerfa_12100.do is a form 
from the French government.
  When I open it normally from the government website, it opens by default in 
Firefox, displays correctly, but it cannot be modified.

  To fill in it, I need to workaround by saving the file (right-click -
  save link target as) on my disk, then open it in Evince. From inside
  Evince, it can be modified correctly.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 968919] Re: Index of libreoffice-help-de is in english

2013-03-09 Thread jm-jim
*** This bug is a duplicate of bug 957589 ***
https://bugs.launchpad.net/bugs/957589

Hello,

Searching an issue to this problem : index help in english instead of french. I 
realised that the following packets were on my PC :
[x] libreoffice-help-fr
[x] libreoffice-help-en-us
[x] libreoffice-help-en-gb
[x] libreoffice-help-zh-cn

I have take off all of them except the french one with the packet manager 
Synaptic.
[x] libreoffice-help-fr
[  ] libreoffice-help-en-us
[  ] libreoffice-help-en-gb
[  ] libreoffice-help-zh-cn

I started again LibreOffice, and now the index help is in french

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/968919

Title:
  Index of libreoffice-help-de is in english

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  whole system is in german, only the index is wrong

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-help-de 1:3.5.1-1ubuntu1
  Uname: Linux 3.3.0-030300-generic i686
  ApportVersion: 1.95-0ubuntu1
  Architecture: i386
  Date: Fri Mar 30 08:50:48 2012
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de:en
   TERM=xterm
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to precise on 2012-03-30 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1112859] Re: Optoma HD20 projector recognized but no HDMI signal

2013-03-09 Thread Reece
On Fri, Mar 8, 2013 at 10:31 AM, Robert Hooker sarv...@gmail.com
wrote:

 The problem is this laptop uses optimus and the digital output
 connectors are only physically hooked up to the nvidia gpu while your
 internal display runs off of the intel gpu which is a combination that
 is not supported in linux yet.


Hi Robert-

How do I explain that this laptop works fine with several models of
external monitors and projectors using either the HDMI or miniDP? Those
wouldn't work if these ports were connected to the optimus, right?

-Reece

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

Title:
  Optoma HD20 projector recognized but no HDMI signal

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  Synopsis: I get No Signal and an otherwise blank screen when
  connecting my Dell XPS 14 Ultrabook running 12.10 to Optoma HD20
  projectors (we have two). The projector is recognized as connected.
  This laptop correctly displays on at least 5 other models of external
  monitors and projectors over HDMI without issue. Several Macs are
  known to work fine with these projectors.

  
  Hardware Details:
  The laptop is a Dell XPS Ultrabook (L421X) running 12.10. This laptop has 
Intel 4000 and NVIDIA 630M graphics, and lsmod shows nouveau and i915 drivers 
loaded. This model has both HDMI and mini DisplayPort; results are identical 
for HDMI and the mini DP port (with miniDP-HDMI adapter).

  The projector is the Optoma HD20. This projector has two HDMI inputs
  and native 1920x1600 projection. We have two of them, and all
  behaviors described here are identical for both of them.

  snafu$ lsb_release -rd
  Description:  Ubuntu 12.10
  Release:  12.10

  snafu$ apt-cache policy xorg
  xorg:
Installed: 1:7.7+1ubuntu4
Candidate: 1:7.7+1ubuntu4
Version table:
   *** 1:7.7+1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
  100 /var/lib/dpkg/status


  What I've tried:

  When I plug the projector into my laptop, the projector is recognized
  quickly as OTM 72 in Settings  Displays, but the projector declares
  No Signal and has blank display. (Is OTM 72 right?) Xorg.0.log
  shows frame buffer allocations that seem sensible based on laptop and
  selected projector resolutions. Clicking Apply leads to the 30s
  timeout dialog in which the laptop display is fine (i.e., not garbled)
  but the projector says no signal.

  Both projectors work fine with Macs.

  I have tried multiple cable and cable lengths.

  I have tried multiple resolutions, with and without mirroring.

  http://harts.net/reece/tmp/optoma-hd20.edid-decode contains the edid
  info generated by edid-decode
  /sys/devices/pci\:00/\:00\:02.0/drm/card0/card0-HDMI-A-1/edid
  .

  12.04.1 LTS behaves similarly.

  Rebooting with the projector connected has the same effect.

  I've tried the xrandr and gtf suggestions at
  http://askubuntu.com/questions/216075/no-hdmi-output-on-12-10-intel-
  hd-graphics-ironlake/249593#249593 without success.

  
  Not sure if this is helpful:
  snafu$ xrandr -q
  Screen 0: minimum 320 x 200, current 3520 x 1080, maximum 8192 x 8192
  LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm 
x 174mm
 1600x900   60.0*+   40.0  
 1440x900   59.9  
 1360x768   59.8 60.0  
 1152x864   60.0  
 1024x768   60.0  
 800x60060.3 56.2  
 640x48059.9  
  VGA1 disconnected (normal left inverted right x axis y axis)
  HDMI1 connected 1920x1080+1600+0 (normal left inverted right x axis y axis) 
708mm x 398mm
 1920x1080  60.0*+   50.0 30.0 25.0 24.0 30.0 25.0  
 1600x1200  60.0  
 1680x1050  59.9  
 1680x945   60.0  
  (clipped)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,imgpng,mousepoll,snap,resize,move,grid,unitymtgrabhandles,place,regex,gnomecompat,vpswitch,animation,expo,workarounds,ezoom,wall,session,fade,scale,unityshell]
  CompositorRunning: compiz
  Date: Fri Feb  1 12:10:49 2013
  DistUpgraded: 2012-10-25 06:04:30,095 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.2.6, 3.5.0-21-generic, x86_64: installed
   vboxhost, 4.2.6, 3.5.0-22-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:054d]
 Subsystem: Dell Device [1028:054d]
  InstallationDate: Installed on 2012-10-09 (114 days ago)
  InstallationMedia: Ubuntu 

[Desktop-packages] [Bug 989419] Re: Onboard not shown on login screen automatically on a device with no keyboard

2013-03-09 Thread Paula Doird
 Onboard not shown on login screen automatically on a device with no keyboard.
This feature is not a whish - it is a very very important MUST.
As sonn as Onboard is installed it has to be available 
to login when there is no real keyboard plugged in - 
this is for touchscreens the most important function a virtual keyboard can 
have.

The news Ubuntu 13.04 is dedicated to tablets and touchscreens.
So how to log into a tablet without a virtual keyboard available?

A virtual keyboard that is not available to use at login is 99% useless - 
and lets say it hard as it is: 
A virtual keyboard which is not at hand for login 
a soon as it is installed - this is pure nonsense!

Did you ever see an ipad with a real keyboard attached just for login?

** Changed in: onboard (Ubuntu)
   Status: Invalid = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to onboard in Ubuntu.
https://bugs.launchpad.net/bugs/989419

Title:
  Onboard not shown on login screen automatically on a device with no
  keyboard

Status in Unity Greeter:
  New
Status in “onboard” package in Ubuntu:
  Incomplete

Bug description:
  I expect that on tapping of password field onboard will show, but it does not.
  Please fix.
  I'm going to use Asus T101MT in touchscreen-only mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: onboard 0.97.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu6
  Architecture: i386
  Date: Fri Apr 27 10:19:48 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: onboard
  UpgradeStatus: Upgraded to precise on 2012-04-19 (7 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/989419/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1153071] [NEW] User not added to scanner and lp groups + unhelpful errors

2013-03-09 Thread Brijam
Public bug reported:

On a fresh install of 12.04.2 I tried using Simple Scan and received a
number of unhelpful error messages trying to scan from a USB-attached HP
CM1312nfi MFP color printer/scanner.  Xsane and the hp-scan and hp-info
also reported extremely unhelpful messages similar to I/O error=9

It turns out the issue is that the default user is not added to the
scanner or lp (and possibly other) user groups.  I propose that either
the error message be clarified to something that indicates the user
doesn't have permissions, or better, the user account be granted access
to lp and scanner on a default install, since they're already granted
access to admin.

Thank you.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1153071

Title:
  User not added to scanner and lp groups + unhelpful errors

Status in “hplip” package in Ubuntu:
  New

Bug description:
  On a fresh install of 12.04.2 I tried using Simple Scan and received a
  number of unhelpful error messages trying to scan from a USB-attached
  HP CM1312nfi MFP color printer/scanner.  Xsane and the hp-scan and hp-
  info also reported extremely unhelpful messages similar to I/O
  error=9

  It turns out the issue is that the default user is not added to the
  scanner or lp (and possibly other) user groups.  I propose that either
  the error message be clarified to something that indicates the user
  doesn't have permissions, or better, the user account be granted
  access to lp and scanner on a default install, since they're already
  granted access to admin.

  Thank you.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   >