[Bug 1970898] [NEW] unable to use nfs client to mount nfs in Ubuntu 22.04

2022-04-29 Thread Albert Vilella
Public bug reported:

https://askubuntu.com/questions/1405231/unable-to-mount-nfs-on-
ubuntu-22-04

I've installed Ubuntu 22.04 on a machine and I am trying to mount an NFS
share which has no problems mounting on an array of other Linux Ubuntu
machines (21.04, 20.04, 18.04, etc.).

The command we use is:

```
sudo apt install nfs-common # Only required once for installation
sudo mount -t nfs 10.234.123.11:/bfx_share1 /bfx_share1
```

If I do a:
```
sudo showmount -e 10.234.123.11
```
It shows the list of possible mounts, so everything is kosher in that respect.

It's just stuck there, not doing anything. Any ideas? Anything I can do
or add to debug the situation? Any other clients not `nfs-common`?

I've installed `nfstrace` and while trying to mount the nfs folder, I
kicked it off in another terminal, to obtain the prompt below:

```
## On one terminal
(base) user@LS6-MS-7D04:~$ ping 10.234.123.11
PING 10.234.123.11 (10.234.123.11) 56(84) bytes of data.
64 bytes from 10.234.123.11: icmp_seq=1 ttl=64 time=0.202 ms
64 bytes from 10.234.123.11: icmp_seq=2 ttl=64 time=0.122 ms
64 bytes from 10.234.123.11: icmp_seq=3 ttl=64 time=0.172 ms
^C
--- 10.234.123.11 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2027ms
rtt min/avg/max/mdev = 0.122/0.165/0.202/0.033 ms
(base) user@LS6-MS-7D04:~$ sudo mount 10.234.123.11:/bfx_share1 /bfx_share1


## In the other terminal with nfstrace running

root@LS6-MS-7D04:/home/user# nfstrace -Z user
Log file: nfstrace.log
Read from interface: enp111s0
  BPF filter  : port 2049 or port 445
  snapshot len: 65535 bytes
  read timeout: 100 ms
  buffer size : 20971520 bytes
  promiscuous mode: on
  capture traffic : inout
Processing packets. Press CTRL-C to quit and view results.
Detect session 10.234.123.8:902 --> 10.234.123.11:2049 [TCP]
Detect session 10.234.123.8:772 --> 10.234.123.11:2049 [TCP]
10.234.123.8:772 --> 10.234.123.11:2049 [TCP]NULL
CALL  []
REPLY []
Detect session 10.234.123.8:947 --> 10.234.123.11:2049 [TCP]
10.234.123.8:947 --> 10.234.123.11:2049 [TCP]NULL
CALL  []
REPLY []

```

Looking at the release notes of Ubuntu 22.04 (Jammy Jellyfish Release Notes):
https://discourse.ubuntu.com/t/jammy-jellyfish-release-notes/24668?_ga=2.13738.630065420.1651222708-2033241278.1650531954

There is a section:
```
UDP disabled for NFS mounts
Since Ubuntu 20.10 (“Groovy Gorilla”), the kernel option 
CONFIG_NFS_DISABLE_UDP_SUPPORT=y is set and this disables using UDP as the 
transport for NFS mounts, regardless of NFS version.

In practice, if you try to use udp, you will get this error:

$ sudo mount f1:/storage /mnt -o udp
mount.nfs: an incorrect mount option was specified

###

NFS server
The NFS server and client packages have finally been updated to the latest 
upstream version.

All NFS services now read their configuration from /etc/nfs.conf and
/etc/nfs.conf.d/*.conf, which is an INI-style configuration file, where
each section is about one daemon or aspect of the NFS service. The old
/etc/defaults/nfs-* configuration files are still left around, but are
unused.

During upgrade, a conversion script is run if the package detects that
the /etc/default/nfs-* files have been changed. This script is
/usr/share/nfs-common/nfsconvert.py and it will read the options from
/etc/defaults/nfs-* and generate /etc/nfs.conf.d/local.conf, which
overrides the defaults in /etc/nfs.conf.

If the conversion script fails for some reason, the package installation
or upgrade will fail, and the issue will have to be resolved. Please
file a bug against nfs-utils in Launchpad 2 if you encounter such a
scenario.

A new tool called nfsconf(8) can be used to query the configuration
settings of /etc/nfs.conf and /etc/nfs.conf.d/*.conf.

##

the CTDB package was adjusted to work with the new NFS server version
shipped in this Ubuntu 22.04

```

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

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

Title:
  unable to use nfs client to mount nfs in Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1970898/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1163765] [NEW] virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox-guest kernel module failed to build

2013-04-03 Thread Albert Vilella
Public bug reported:

I installed the Oracle version of virtualbox, then did a regular update
of packages and got this error on reboot. I think Ubuntu is confused as
to which virtualbox-dkms has to have installed...

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.2
ProcVersionSignature: Ubuntu 3.5.0-26.42~precise1-generic 3.5.7.6
Uname: Linux 3.5.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
DKMSKernelVersion: 3.5.0-26-generic
Date: Thu Mar 28 11:14:24 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.2
SourcePackage: virtualbox
Title: virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox-guest kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox-guest kernel
  module failed to build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1162729] [NEW] mplayer window moving to the left when switching between workspaces

2013-04-01 Thread Albert Vilella
Public bug reported:

I noticed on my Ubuntu 12.04 32-bit that when I have an mplayer window
open on a workspace with the right hand edge of the window at the right
edge of the screen, if I then navigate to other workspaces and go back
to the workspace where the mplayer window is, the window will move a few
pixels to the left, not being placed exactly at the right edge of the
screen anymore. If I move the screen back to the right edge and navigate
through the workspaces again, it will move a few pixels to the left
again.

It only happens with mplayer windows, does not happen with cvlc. Any
ideas on how to solve this annoying glitch?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: mplayer 2:1.0~rc4.dfsg1+svn34540-1
ProcVersionSignature: Ubuntu 3.2.0-39.62-generic-pae 3.2.39
Uname: Linux 3.2.0-39-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Mon Apr  1 10:49:16 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
SourcePackage: mplayer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise third-party-packages

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

Title:
  mplayer window moving to the left when switching between workspaces

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1083520] Re: virtualbox hard resets computer

2013-01-22 Thread Albert Vilella
One of my VMs got into a state that makes my Ubuntu guest crash every
single time. Is it of any use to upload the VM somewhere? It's rather
large...

On Mon, Jan 7, 2013 at 6:58 PM, Launchpad Bug Tracker
1083...@bugs.launchpad.net wrote:
 Status changed to 'Confirmed' because the bug affects multiple users.

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

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

 Title:
   virtualbox hard resets computer

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

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

Title:
  virtualbox hard resets computer

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1083520] Re: virtualbox hard resets computer

2013-01-22 Thread Albert Vilella
Adding to the previous comment, I re-installed Oracle's 4.2 version of
virtualbox, and the same VMs that crach with Ubuntu's 4.1 version, work
fine with 4.2.

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

Title:
  virtualbox hard resets computer

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1083520] [NEW] virtualbox hard resets computer

2012-11-27 Thread Albert Vilella
Public bug reported:

It has already happened a couple of times that when I have a virtualbox
machine running, I get a hard reset from my system, which then boots up
again. It only happens using virtualbox, the system has always been
stable otherwise.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: virtualbox 4.1.12-dfsg-2ubuntu0.2
ProcVersionSignature: Ubuntu 3.2.0-33.52-generic-pae 3.2.31
Uname: Linux 3.2.0-33-generic-pae i686
ApportVersion: 2.0.1-0ubuntu15
Architecture: i386
Date: Tue Nov 27 10:55:51 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
SourcePackage: virtualbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  virtualbox hard resets computer

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1051646] Re: Printer stops printing too early; doesn't print full document

2012-10-29 Thread Albert Vilella
I have the same issue with an HP Deskjet 720C. For things like office
documents, I resorted to add an extra page at the end with some dummy
text, so that up to the penultimate page, the printing will go fine.

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

Title:
  Printer stops printing too early; doesn't print full document

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1046712] [NEW] unable to mount ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge on Ubuntu 12.04.01

2012-09-06 Thread Albert Vilella
Public bug reported:

 I plugged it into a laptop with Ubuntu 12.04.1. I am used to the drives
being automatically mounted, but this one doesn't show up in /media.
After doing a dmesg, all I got is this:

[215298.671924] usb 2-1.1: new full-speed USB device number 5 using ehci_hcd
[215298.767330] scsi19 : usb-storage 2-1.1:1.0
[215299.841701] usb 2-1.1: reset full-speed USB device number 5 using ehci_hcd
[215300.017258] usb 2-1.1: reset full-speed USB device number 5 using ehci_hcd
[215300.197050] usb 2-1.1: reset full-speed USB device number 5 using ehci_hcd
[215300.372730] usb 2-1.1: reset full-speed USB device number 5 using ehci_hcd
I tried plugging in the adapter to the three different USB ports in my laptop 
(one of them USB 3.0), but got no luck with any of them. I get different 
devices under, for example: /dev/bus/usb/003/002 or /dev/bus/usb/002/004, but I 
don't get any /dev/sdbN links. The output blkid -o list -c /dev/null is just 
the laptop's partitions.

I have tried taking out the jumper, putting it as master and as CS
Enabled, but didn't change the result.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-29-generic-pae 3.2.0-29.46
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
Uname: Linux 3.2.0-29-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu12
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  avilella   1963 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd880 irq 54'
   Mixer name   : 'Intel IbexPeak HDMI'
   Components   : 'HDA:10ec0269,104311e3,00100100 
HDA:80862804,80860101,0010'
   Controls  : 25
   Simple ctrls  : 12
Date: Thu Sep  6 09:39:59 2012
HibernationDevice: RESUME=UUID=5d9fe946-2c1b-4561-91f7-c958e1f2c895
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MachineType: ASUSTeK Computer Inc. U33Jc
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic-pae 
root=UUID=dada662a-27ac-4618-a892-970f983aa682 ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-29-generic-pae N/A
 linux-backports-modules-3.2.0-29-generic-pae  N/A
 linux-firmware1.79
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/04/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: U33Jc.208
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: U33Jc
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.:bvrU33Jc.208:bd06/04/2010:svnASUSTeKComputerInc.:pnU33Jc:pvr1.0:rvnASUSTeKComputerInc.:rnU33Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: U33Jc
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: apport-bug i386 precise staging

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

Title:
  unable to mount ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge on
  Ubuntu 12.04.01

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1046712] Re: unable to mount ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge on Ubuntu 12.04.01

2012-09-06 Thread Albert Vilella
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046712

Title:
  unable to mount ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge on
  Ubuntu 12.04.01

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1046712] Re: unable to mount ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge on Ubuntu 12.04.01

2012-09-06 Thread Albert Vilella
With the upstream kernel, dmesg is slightly more verbose, but still no
mounting or /dev/sdbN device found:

[  175.531463] usb 2-1.3: new full-speed USB device number 4 using ehci_hcd
[  175.626505] usb 2-1.3: New USB device found, idVendor=04ce, idProduct=0002
[  175.626510] usb 2-1.3: New USB device strings: Mfr=1, Product=1, 
SerialNumber=0
[  175.626515] usb 2-1.3: Product: ScanLogic USBIDE
[  175.626518] usb 2-1.3: Manufacturer: ScanLogic USBIDE
[  175.627314] scsi5 : usb-storage 2-1.3:1.0
[  176.700616] usb 2-1.3: reset full-speed USB device number 4 using ehci_hcd
[  176.876168] usb 2-1.3: reset full-speed USB device number 4 using ehci_hcd
[  177.051668] usb 2-1.3: reset full-speed USB device number 4 using ehci_hcd
[  177.227343] usb 2-1.3: reset full-speed USB device number 4 using ehci_hcd


** Tags removed: needs-upstream-testing

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

Title:
  unable to mount ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge on
  Ubuntu 12.04.01

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 752542] Re: ACPI DSDT info

2012-06-13 Thread Albert Vilella
This model has the same NVIDIA GeForce GT 650M model than the mid-2012
Macbook Pro Retina models.

** Attachment added: Intel+NVIDIA GeForce GT 650M
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/3187841/+files/Hewlett-Packard-HP_Pavilion_dv6_Notebook_PC.tar.gz

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/bumblebee-project/+bug/752542/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 970661] [NEW] touchpad interaction is lost on 11.10 laptop but USB external mouse works fine

2012-04-01 Thread Albert Vilella
Public bug reported:

957751, attached log is from a freshly booted laptop that lost touchpad
after ~1 minute after the boot process finished.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-input-synaptics 1.4.1-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic-pae 3.0.20
Uname: Linux 3.0.0-16-generic-pae i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sun Apr  1 09:35:43 2012
DistUpgraded: Log time: 2012-02-01 06:34:32.231909
DistroCodename: oneiric
DistroVariant: ubuntu
DpkgLog:
 
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MachineType: ASUSTeK Computer Inc. U33Jc
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic-pae 
root=UUID=e4a72f5d-6b91-49fc-8e43-4535f5e335ad ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-input-synaptics
UpgradeStatus: Upgraded to oneiric on 2012-02-12 (49 days ago)
dmi.bios.date: 06/04/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: U33Jc.208
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: U33Jc
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.:bvrU33Jc.208:bd06/04/2010:svnASUSTeKComputerInc.:pnU33Jc:pvr1.0:rvnASUSTeKComputerInc.:rnU33Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: U33Jc
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6.1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-bug i386 oneiric patch ubuntu

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

Title:
  touchpad interaction is lost on 11.10 laptop but USB external mouse
  works fine

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 970661] Re: touchpad interaction is lost on 11.10 laptop but USB external mouse works fine

2012-04-01 Thread Albert Vilella
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/970661

Title:
  touchpad interaction is lost on 11.10 laptop but USB external mouse
  works fine

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960307] Re: lowriter fails to start

2012-03-20 Thread Albert Vilella
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960307

Title:
  lowriter fails to start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960307] [NEW] lowriter fails to start

2012-03-20 Thread Albert Vilella
Public bug reported:

If I try to start lowriter, it will fail to start after 1 second:
avilella@magneto:~$ /usr/bin/lowriter 

(soffice:9838): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(soffice:9838): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(soffice:9838): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(soffice:9838): Gtk-WARNING **: Unable to locate theme engine in module_path: 
pixmap,
avilella@magneto:~$

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libreoffice-writer 1:3.4.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic-pae 3.0.20
Uname: Linux 3.0.0-16-generic-pae i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Tue Mar 20 15:30:25 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: libreoffice
UpgradeStatus: Upgraded to oneiric on 2012-02-12 (37 days ago)

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


** Tags: apport-bug i386 oneiric

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

Title:
  lowriter fails to start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 957751] [NEW] touchpad interaction is lost on 11.10 laptop but USB external mouse works fine

2012-03-17 Thread Albert Vilella
Public bug reported:

I have a laptop usually working fine but every now and then I lose the
touchpad on the laptop, no clicking or anything, I have to plug a USB
mouse to be able to navigate around or reboot. This has happened
occasionally before and it works fine after reboot but would like to
investigate why it's happening.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-input-mouse 1:1.7.1-1
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic-pae 3.0.20
Uname: Linux 3.0.0-16-generic-pae i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sat Mar 17 08:03:45 2012
DistUpgraded: Log time: 2012-02-01 06:34:32.231909
DistroCodename: oneiric
DistroVariant: ubuntu
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MachineType: ASUSTeK Computer Inc. U33Jc
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic-pae 
root=UUID=e4a72f5d-6b91-49fc-8e43-4535f5e335ad ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-input-mouse
UpgradeStatus: Upgraded to oneiric on 2012-02-12 (34 days ago)
dmi.bios.date: 06/04/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: U33Jc.208
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: U33Jc
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.:bvrU33Jc.208:bd06/04/2010:svnASUSTeKComputerInc.:pnU33Jc:pvr1.0:rvnASUSTeKComputerInc.:rnU33Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: U33Jc
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6.1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-bug i386 needs-reassignment oneiric regression-update ubuntu

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

Title:
  touchpad interaction is lost on 11.10 laptop but USB external mouse
  works fine

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 957751] Re: touchpad interaction is lost on 11.10 laptop but USB external mouse works fine

2012-03-17 Thread Albert Vilella
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957751

Title:
  touchpad interaction is lost on 11.10 laptop but USB external mouse
  works fine

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 752542] Re: ACPI DSDT info

2011-11-26 Thread Albert Vilella
** Description changed:

  This is for people with a hybrid graphics configuration to be able to
  submit the DSDT information:
  
  To compile your DSDT information, install if you haven't already the
  acpidump and iasl tools:
  
- sudo apt-get install acpidump iasl
+ sudo apt-get install acpidump iasl
  
  or
  
- sudo yum install pmtools iasl
+ sudo yum install pmtools iasl
  
- Then run the following commands:
+ Then run the following commands on a bash terminal:
  
- sudo acpidump  acpidump.txt  sudo acpixtract acpidump.txt  iasl
- -d DSDT.dat  ls -l DSDT.dsl
+ mkdir ~/acpiinfo ; cd ~/acpiinfo
+ sudo acpidump  acpidump.txt
+ # enter password
+ sudo acpixtract acpidump.txt
+ ls *.dat | while read i; do iasl -d ${i}; done
+ pid=`sudo dmidecode -s system-product-name`
+ vid=`sudo dmidecode -s system-version`
+ name=${pid// /}.${vid// /}
+ mkdir ${name}  cp *.dsl ${name}/
+ tar czf ${name}.tar.gz ${name}/  ls -l $( pwd )/${name}.tar.gz
  
- This will create a DSDT.dsl file that you can attach to the bug report.
+ This will create a tar.gz file that you can attach to the bug report.
  Finally, for posting the information in the bug report, you can check
  the laptop and graphics card model identifiers with these commands:
  
- sudo dmidecode -s system-product-name  sudo dmidecode -s system-version
- lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
+ sudo dmidecode -s system-product-name  sudo dmidecode -s system-version
+ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
  
  This information will allow the full development of hybrid graphics
  features for Linux. Thanks for your help!
- 
  
  --- original description was replaced by the following, this should probably 
be removed (including this line.
   code -s system-version
  Vostro 3700
  A10
  
  00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor 
Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA 
controller])
  01:00.0 VGA compatible controller [0300]: nVidia Corporation GT216 [GeForce 
GT 330M] [10de:0a29] (rev a2) (prog-if 00 [VGA controller])

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

Title:
  ACPI DSDT info

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 880739] [NEW] changing option show menubar by default won't be saved

2011-10-24 Thread Albert Vilella
Public bug reported:

If I choose Edit - Profile Preferences - untick Show menubar by default in 
new terminals - Close
The menubar will disappear from the current terminal, but if I close it and 
reopen a new terminal, it will appear again.
So somehow this change in the profile is not reflected in the newly appearing 
terminals, even though if I then go again and try and change the option, it is 
unchecked in the options menu.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
Uname: Linux 3.0.0-12-generic-pae i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Mon Oct 24 10:19:03 2011
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 oneiric

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

Title:
  changing option show menubar by default won't be saved

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 880739] Re: changing option show menubar by default won't be saved

2011-10-24 Thread Albert Vilella
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/880739

Title:
  changing option show menubar by default won't be saved

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 829981] [NEW] rectangles appearing in side windows not in focus

2011-08-20 Thread Albert Vilella
Public bug reported:

Hi,

When I plug my laptop to an external screen, and resize any of the
windows I have, the other windows in the external screen that are not in
focus sometimes show up rectangles of image corresponding to the
background desktop or to the window under them.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.6+4ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
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 Kernel Module  280.13  Wed Jul 27 16:55:43 PDT 
2011
 GCC version:  gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
CompositorRunning: None
Date: Sat Aug 20 10:52:53 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 acpi_call, 1.0, 2.6.38-8-generic-pae, i686: installed  (WARNING! Diff between 
built and installed module!)
 nvidia-current, 280.13, 2.6.38-10-generic-pae, i686: installed 
 nvidia-current, 280.13, 2.6.38-11-generic-pae, i686: installed 
 nvidia-current, 280.13, 2.6.38-8-generic-pae, i686: installed
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 18) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1362]
 nVidia Corporation GT218 [GeForce 310M] [10de:0a70] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1362]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
JockeyStatus: xorg:nvidia_current - NVIDIA accelerated graphics driver 
(Proprietary, Enabled, Not in use)
MachineType: ASUSTeK Computer Inc. U33Jc
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic-pae 
root=UUID=246ef24e-a43b-4a53-9629-eaedc083855f ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xorg
UnitySupportTest:
 Error: command ['/usr/lib/nux/unity_support_test', '-p'] failed with exit code 
1: Xlib:  extension GLX missing on display :0.0.
 Xlib:  extension GLX missing on display :0.0.
 Xlib:  extension GLX missing on display :0.0.
 Error: unable to create the OpenGL context
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/04/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: U33Jc.208
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: U33Jc
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.:bvrU33Jc.208:bd06/04/2010:svnASUSTeKComputerInc.:pnU33Jc:pvr1.0:rvnASUSTeKComputerInc.:rnU33Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: U33Jc
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty2
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: apport-bug i386 natty ubuntu

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

Title:
  rectangles appearing in side windows not in focus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 829981] Re: rectangles appearing in side windows not in focus

2011-08-20 Thread Albert Vilella
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/829981

Title:
  rectangles appearing in side windows not in focus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 829981] Re: rectangles appearing in side windows not in focus

2011-08-20 Thread Albert Vilella
See for example the tearing of the terminal windows on the top left in
this screenshot. This happens when I move a window around the other
terminal windows.

** Attachment added: Screenshot.png
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/829981/+attachment/2294273/+files/Screenshot.png

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

Title:
  rectangles appearing in side windows not in focus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826603] [NEW] package thunderbird 3.1.10+build1+nobinonly-0ubuntu0.11.04.2 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-08-15 Thread Albert Vilella
Public bug reported:

I got this error when updating packages via update-manager

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: thunderbird 3.1.10+build1+nobinonly-0ubuntu0.11.04.2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Aug 15 09:15:33 2011
ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: thunderbird
Title: package thunderbird 3.1.10+build1+nobinonly-0ubuntu0.11.04.2 failed to 
install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package thunderbird 3.1.10+build1+nobinonly-0ubuntu0.11.04.2 failed to
  install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error
  exit status 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826603] Re: package thunderbird 3.1.10+build1+nobinonly-0ubuntu0.11.04.2 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-08-15 Thread Albert Vilella
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826603

Title:
  package thunderbird 3.1.10+build1+nobinonly-0ubuntu0.11.04.2 failed to
  install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error
  exit status 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 822564] [NEW] 4-pages view for dual screen systems

2011-08-08 Thread Albert Vilella
Public bug reported:

Hi,

I would like to request for a new feature, an extension to the View - Dual 
option, to have more than 2 pages in the window.
The rationale is to be able to quickly have a 4-pages view for a dual screen 
system, with for example two side-to-side screens that can take 2-pages each.

Please label as 'enhancement',

Cheers

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evince 2.32.0-0ubuntu12.2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Aug  8 09:28:36 2011
ExecutablePath: /usr/bin/evince
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcCmdline_: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic-pae 
root=UUID=246ef24e-a43b-4a53-9629-eaedc083855f ro quiet splash vt.handoff=7
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 natty

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

Title:
  4-pages view for dual screen systems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 822564] Re: 4-pages view for dual screen systems

2011-08-08 Thread Albert Vilella
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/822564

Title:
  4-pages view for dual screen systems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 312756] Re: MASTER: support graphics card hot switch

2011-04-06 Thread Albert Vilella
Hi Timo,

Is it possible to automatically make a tar.gz of all the attachments
in this bug?

On Wed, Apr 6, 2011 at 8:26 AM, Timo Aaltonen
timo.aalto...@canonical.com wrote:
 The hybrid graphics linux -project might want to open a bug on it's
 bugtracker to get these reports, the X team doesn't need them. Closing
 the bug.

 ** Changed in: xorg-server (Ubuntu)
       Status: Triaged = Won't Fix

 ** Changed in: xorg-server
       Status: New = Invalid

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/312756

 Title:
  MASTER: support graphics card hot switch

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/xorg-server/+bug/312756/+subscribe


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

Title:
  MASTER: support graphics card hot switch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-05 Thread Albert Vilella
z...@ziur-satellite-a665:~$ sudo dmidecode -s system-product-name 
Satellite A665
z...@ziur-satellite-a665:~$ sudo dmidecode -s system-version
PSAW3U-06J001
z...@ziur-satellite-a665:~$ lspci -vnnn | perl -lne 'print if 
/^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor 
Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA 
controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [GeForce 
310M] [10de:0a70] (rev a2) (prog-if 00 [VGA controller])

** Attachment added: Toshiba.Satellite.A665.DSDT.dsl
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1756424/+files/Toshiba.Satellite.A665.DSDT.dsl

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

Title:
  MASTER: support graphics card hot switch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 312756] Re: support graphics card hot switch

2010-10-14 Thread Albert Vilella
Hi, can you try acpi_call with this method?

\_SB.PCI0.LPC.EC.PUBS._OFF

\_SB.PCI0.LPC.EC.PUBS._ON

Please, let us know if it works by subscribing to
https://launchpad.net/~hybrid-graphics-linux and emailing
hybrid-graphics-li...@lists.launchpad.net with the results...

On Thu, Oct 14, 2010 at 9:53 AM, brani 312...@bugs.launchpad.net wrote:
 208252G
 ThinkPad T500 (ATI Mobility Radeon 3650)
 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
 Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA 
 controller])


 ** Attachment added: DSDT.dsl
   
 https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1692164/+files/DSDT.dsl

 --
 support graphics card hot switch
 https://bugs.launchpad.net/bugs/312756
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 627908] [NEW] memory blow out when trying to copy data to Archos 5IT USB harddrive

2010-09-01 Thread Albert Vilella
Public bug reported:

Binary package hint: gvfs

When I try to copy data from my laptop to an Archos 5 IT, I mount it via
nautilus, and every file I copy seems to get uploaded into memory. After
2-3 300MB files, the system runs out of memory and becomes unresponsive.
Doing a top shows a gvfsd-gphoto2 process taking GBs of memory.

This wasn't happening on older versions of Ubuntu, the same device was
shown as a /media/ARCHOS5 device with no memory problems.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gvfs-backends 1.6.1-0ubuntu1build1
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  1 09:26:01 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gvfs

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


** Tags: apport-bug i386 lucid

-- 
memory blow out when trying to copy data to Archos 5IT USB harddrive
https://bugs.launchpad.net/bugs/627908
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627908] Re: memory blow out when trying to copy data to Archos 5IT USB harddrive

2010-09-01 Thread Albert Vilella

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/627908/+attachment/1533787/+files/Dependencies.txt

-- 
memory blow out when trying to copy data to Archos 5IT USB harddrive
https://bugs.launchpad.net/bugs/627908
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 605803] [NEW] Fn up/down/off keys repeated after next keystroke

2010-07-15 Thread Albert Vilella
Public bug reported:

Binary package hint: gnome-media

When I use the Fn key in combination with F3 (down), F4 (up) or F5 (on/off), 
the volume goes up/down on/off accordingly,
but the next random key I press repeats the command of the volume keys as many 
times as consecutively done before.

For example, if I do Fn-F4 twice, the volume goes up twice, and if I
then press any key, it goes up twice again.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-media 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Jul 15 09:48:46 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gnome-media

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


** Tags: apport-bug i386 lucid

-- 
Fn up/down/off keys repeated after next keystroke
https://bugs.launchpad.net/bugs/605803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 605803] Re: Fn up/down/off keys repeated after next keystroke

2010-07-15 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51970508/Dependencies.txt

-- 
Fn up/down/off keys repeated after next keystroke
https://bugs.launchpad.net/bugs/605803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604700] Re: Fn volume up/down/off repeates with next pressed key

2010-07-15 Thread Albert Vilella
*** This bug is a duplicate of bug 605803 ***
https://bugs.launchpad.net/bugs/605803

** This bug has been marked a duplicate of bug 605803
   Fn up/down/off keys repeated after next keystroke

-- 
Fn volume up/down/off repeates with next pressed key
https://bugs.launchpad.net/bugs/604700
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 604696] Re: disappearing low right add-on

2010-07-13 Thread Albert Vilella
yes, they are enabled. the whole of the bottom part of the window is
gone. for example,
hoovering over a link doesn't show the url...

On Mon, Jul 12, 2010 at 9:40 PM, drew212 mstngdrew...@gmail.com wrote:
 Hello, thank you for taking the time to report this bug and helping to
 improve Ubuntu. Can you verify that the add-ons you're looking for are
 enabled? You can verify by clicking ToolsAdd-ons and making sure that
 each add-on you wish to use are enabled. Thanks in advance!

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

 --
 disappearing low right add-on
 https://bugs.launchpad.net/bugs/604696
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
disappearing low right add-on
https://bugs.launchpad.net/bugs/604696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 604696] [NEW] disappearing low right add-on

2010-07-12 Thread Albert Vilella
Public bug reported:

Binary package hint: firefox

the low right add-on buttons have disappeared from my firefox windows. I can
shut down and restart and it still doesn't show. I had scribefire, a proxy 
add-on
and some other stuff that I cannot access now from the bottom right corner
area...

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Jul 12 17:51:38 2010
FirefoxPackages:
 firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
 firefox-gnome-support 3.6.6+nobinonly-0ubuntu0.10.04.1
 firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

-- 
disappearing low right add-on
https://bugs.launchpad.net/bugs/604696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604696] Re: disappearing low right add-on

2010-07-12 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51791211/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/51791212/ExtensionSummary.txt

** Attachment added: profile_default_pluginreg.dat.txt
   http://launchpadlibrarian.net/51791213/profile_default_pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/51791214/profiles.ini.txt

-- 
disappearing low right add-on
https://bugs.launchpad.net/bugs/604696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604700] [NEW] Fn volume up/down/off repeates with next pressed key

2010-07-12 Thread Albert Vilella
Public bug reported:

Binary package hint: gnome-media

when I use the Fn volume up/down or on/off key combinations, the next random
key I type on the laptop keyboard repeats as many operations as I did before.
For example, typing volume up twice and then pressing Alt, I get two levels up 
on
top of the two from the Fn keys after pressing Alt. Only when no external 
keyboard
is plugged into the laptop.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-media 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Jul 12 17:57:11 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gnome-media

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


** Tags: apport-bug i386 lucid

-- 
Fn volume up/down/off repeates with next pressed key
https://bugs.launchpad.net/bugs/604700
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604700] Re: Fn volume up/down/off repeates with next pressed key

2010-07-12 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51791478/Dependencies.txt

-- 
Fn volume up/down/off repeates with next pressed key
https://bugs.launchpad.net/bugs/604700
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 312756] Re: support graphics card hot switch

2010-04-15 Thread Albert Vilella
Thanks for the ars technica link.

Yes, we've been following this closely since the last year or so. In
terms of hardware, Optimus seems to be going mainstream now, but with
ATI you can also put the discrete card to sleep. Dave Airlie's
vga_switcheroo code does some of this hot switching, and it has
entered 2.6.34. But we want to achieve the same level of functionality
in Windows 7 and OSX. Dave has started to write some code for real
hot switching, but developers are needed now to follow with the
implementation:
http://airlied.livejournal.com/71734.html

For more info:
http://linux-hybrid-graphics.blogspot.com/

On Thu, Apr 15, 2010 at 6:22 AM, Sandeep san...@gmail.com wrote:
 OSX has enabled a new feature (recently introduced with its new Core i5
 laptops), that allow the system to switch between integrated and
 discrete graphics _on the fly_.

 Note that this is not something that is supported by specific hardware,
 but instead is something that the operating system does :
 http://arstechnica.com/apple/news/2010/04/inside-apples-automatic-gpu-
 switching.ars

 Such a feature allows for significantly increased battery time and since
 is done totally in software, would be a great addition to Linux.

 --
 support graphics card hot switch
 https://bugs.launchpad.net/bugs/312756
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486714] Re: hp Dm3z with switchable graphics can not use fglrx graphics / disable card

2010-02-27 Thread Albert Vilella
David Airlie has posted v11 of his vga-switcheroo patch:
http://people.freedesktop.org/~airlied/vgaswitcheroo/0001-vga_switcheroo-initial-implementation-v11.patch

You can use the excellent howto here:
http://asusm51ta-with-linux.blogspot.com/

-- 
hp Dm3z with switchable graphics can not use fglrx graphics / disable card
https://bugs.launchpad.net/bugs/486714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435906] Re: need to turn off extra Switchable graphics GPU

2010-02-27 Thread Albert Vilella
For those with G Timeline models (with discrete ATI card),

David Airlie has posted v11 of his vga-switcheroo patch:
http://people.freedesktop.org/~airlied/vgaswitcheroo/0001-vga_switcheroo-initial-implementation-v11.patch

You can use the excellent howto here:
http://asusm51ta-with-linux.blogspot.com/

-- 
need to turn off extra Switchable graphics GPU
https://bugs.launchpad.net/bugs/435906
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 312756] Re: support graphics card hot switch

2010-01-31 Thread Albert Vilella
Hi Zyxmon,
I think you may want to try the lenovo_acpi.c module. Your DSDT.dsl
file has the ATPX method, like the Lenovo W500 and Lenovo TP-6F
bioses.

See this blogpost for more details:
http://linux-best-seller-laptops.blogspot.com/2009/12/new-launchpad-team-lenovo-ideapad-u.html

On Sun, Jan 31, 2010 at 7:50 AM, Zyxmon zyx...@gmail.com wrote:
 Lenovo U450 (Please note it is different from U450P! U450P does not have 
 switchable graphics).
 Intel GMA 4500MHD
 Mobility Radeon HD 4330
 Have some problems installing Linux.
 DSDT was retrieved with iasl under Win7.


 ** Attachment added: dsdt_CB-01.dsl.gz
   http://launchpadlibrarian.net/38574223/dsdt_CB-01.dsl.gz

 --
 support graphics card hot switch
 https://bugs.launchpad.net/bugs/312756
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 312756] Re: support graphics card hot switch

2010-01-27 Thread Albert Vilella
Hi all,

After inspecting the contents of 3 Fujitsu Amilo DSDT.dsl
tables we've got, it looks like the calls to switch on/off graphics card in this
laptop model are:

^^P0P2.PEGP._ON
^^P0P2.PEGP._OFF
^^P0P2.PEGP._STA

so instead of using the method below, which works in Asus UL*0V models:

status = acpi_get_handle(root_handle, \\_SB.PCI0.P0P1.VGA._OFF,
handle);

one would use this:

status = acpi_get_handle(root_handle, \\_SB.PCI0.P0P2.PEGP._OFF,
handle);

See a modified version of the module and makefile:

fujitsu_nvidia.c

#include acpi/acpi.h
#include linux/suspend.h

MODULE_LICENSE(GPL);

static acpi_handle root_handle;

static int kill_nvidia(void)
{
acpi_status status;
// The device handle
acpi_handle handle;
struct acpi_object_list args;
// For the return value
struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };

status = acpi_get_handle(root_handle, \\_SB.PCI0.P0P2.PEGP._OFF, 
amp;handle);
if (ACPI_FAILURE(status))
{
printk(%s: cannot get ACPI handle: %s\n, __func__, 
acpi_format_exception(status));
return -ENOSYS;
}

args.count = 0;
args.pointer = NULL;

status = acpi_evaluate_object(handle, NULL, amp;args, amp;buffer);
if (ACPI_FAILURE(status))
{
printk(%s: _OFF method call failed: %s\n, __func__, 
acpi_format_exception(status));
return -ENOSYS;
}
kfree(buffer.pointer);

printk(%s: disabled the discrete graphics card\n,__func__);
return 0;
}

static int power_event(struct notifier_block *this, unsigned long event,
   void *ptr)
{
switch (event) {
case PM_POST_HIBERNATION:
kill_nvidia();
return NOTIFY_DONE;
case PM_POST_SUSPEND:
case PM_HIBERNATION_PREPARE:
case PM_SUSPEND_PREPARE:
default:
return NOTIFY_DONE;
}
}

static struct notifier_block power_notifier = {
.notifier_call = power_event,
};

static int __init fujitsu_nvidia(void)
{
int ret = register_pm_notifier(amp;power_notifier);
if (ret) return ret;
return kill_nvidia();
}

static void dummy(void)
{
}

module_init(fujitsu_nvidia);
module_exit(dummy);


Makefile

ifneq ($(KERNELRELEASE),)
  obj-m := fujitsu_nvidia.o
else
  KERNELDIR ?= /lib/modules/$(shell uname -r)/build
  PWD := $(shell pwd)

default:
$(MAKE) -C $(KERNELDIR) M=$(PWD) $(EXTRA_FLAGS) modules

clean:
$(MAKE) -C $(KERNELDIR) M=$(PWD) $(EXTRA_FLAGS) clean

endif


-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2010-01-27 Thread Albert Vilella
Hi,

After inspecting the contents of 2 MSI Megabook DSDT.dsl tables we've got, it 
looks like the calls to switch on/off graphics card in this
laptop model are:

^^^MXR0.MXM0._ON
^^^MXR0.MXM0._OFF
^^^MXR0.MXM0._STA

so instead of using the method below, which works in Asus UL*0V models:

status = acpi_get_handle(root_handle, \\_SB.PCI0.P0P1.VGA._OFF,
handle);

one would use this:

status = acpi_get_handle(root_handle, \\_SB.PCI0.MXR0.MXM0._OFF,
handle);

See a modified version of the module and makefile:

msi_nvidia.c

#include acpi/acpi.h
#include linux/suspend.h

MODULE_LICENSE(GPL);

static acpi_handle root_handle;

static int kill_nvidia(void)
{
acpi_status status;
// The device handle
acpi_handle handle;
struct acpi_object_list args;
// For the return value
struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };

status = acpi_get_handle(root_handle, \\_SB.PCI0.MXR0.MXM0._OFF, 
amp;handle);
if (ACPI_FAILURE(status))
{
printk(%s: cannot get ACPI handle: %s\n, __func__, 
acpi_format_exception(status));
return -ENOSYS;
}

args.count = 0;
args.pointer = NULL;

status = acpi_evaluate_object(handle, NULL, amp;args, amp;buffer);
if (ACPI_FAILURE(status))
{
printk(%s: _OFF method call failed: %s\n, __func__, 
acpi_format_exception(status));
return -ENOSYS;
}
kfree(buffer.pointer);

printk(%s: disabled the discrete graphics card\n,__func__);
return 0;
}

static int power_event(struct notifier_block *this, unsigned long event,
   void *ptr)
{
switch (event) {
case PM_POST_HIBERNATION:
kill_nvidia();
return NOTIFY_DONE;
case PM_POST_SUSPEND:
case PM_HIBERNATION_PREPARE:
case PM_SUSPEND_PREPARE:
default:
return NOTIFY_DONE;
}
}

static struct notifier_block power_notifier = {
.notifier_call = power_event,
};

static int __init msi_nvidia(void)
{
int ret = register_pm_notifier(amp;power_notifier);
if (ret) return ret;
return kill_nvidia();
}

static void dummy(void)
{
}

module_init(msi_nvidia);
module_exit(dummy);


Makefile

ifneq ($(KERNELRELEASE),)
  obj-m := msi_nvidia.o
else
  KERNELDIR ?= /lib/modules/$(shell uname -r)/build
  PWD := $(shell pwd)

default:
$(MAKE) -C $(KERNELDIR) M=$(PWD) $(EXTRA_FLAGS) modules

clean:
$(MAKE) -C $(KERNELDIR) M=$(PWD) $(EXTRA_FLAGS) clean

endif


-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2010-01-17 Thread Albert Vilella
One of the Asus UL*0V users has created a deb package for the switchable
nvidia. Added here as attachment.

** Attachment added: nvidia-g210m-acpi-source_0.1.0-1~ppa0~karmic_all.deb
   
http://launchpadlibrarian.net/38007460/nvidia-g210m-acpi-source_0.1.0-1%7Eppa0%7Ekarmic_all.deb

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2010-01-11 Thread Albert Vilella
@Eric Burgess:
Hi Eric,
Your machine probably has one of the _DSM ACPI calls. Doing a grep on one of 
the existing Dell DSDT gives me:

3863:Method (_DSM, 4, NotSerialized)
3903:Return 
(\_SB.PCI0.IXVE.IGPU.PLAT (Arg3))
3909:Return 
(\_SB.PCI0.IXVE.IGPU.DSMS (Arg3))
3971:Device (CRT0)
3980:Device (LCD0)
3989:Device (SVD0)
3998:Device (DPV0)
4092:Scope (\_SB.PCI0)
4188:Scope (\_SB.PCI0.IXVE.IGPU)
4190:OperationRegion (IGPU, PCI_Config, 0x40, 0x04)
4196:Name (DSMF, 0x00)
4197:Method (_DSM, 4, NotSerialized)
4199:Store (--- DSM , Debug)
4217:Store (One, DSMF)
4243:CreateByteField (Arg3, 0x00, DSM2)
4244:If (And (DSM2, 0x10))
4246:And (DSM2, 0x0F, Local0)
4248:Notify (\_SB.PCI0.IXVE.IGPU, 
0xD9)
4271:\_SB.PCI0.XVR0.Z01I.DGON ()
4277:
\_SB.PCI0.XVR0.Z01I.DGOF ()
4281:
\_SB.PCI0.XVR0.Z01I.HSTA ()
4295:Return (DSMS (Arg3))

So you should be able to take one of the existing acpi modules and
modify the acpi_get_handle call to use your specific ACPI method:

\_SB.PCI0.IXVE.IGPU.DSMS or something like that.

See this blog post of mine:
http://linux-hybrid-graphics.blogspot.com/2010/01/exploring-dsdtdsl-file.html

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 312756] Re: support graphics card hot switch

2010-01-09 Thread Albert Vilella
Hi Timo,

I do use the DSDT.dsl files myself and we already got 3 different ACPI
calls known to work, more are being investigated. Is it possible to
keep this bug open and let people submit more DSDT.dsl files?

Thanks

On Sat, Jan 9, 2010 at 9:04 AM, Timo Aaltonen tjaal...@ubuntu.com wrote:
 Please don't attach any DSDT files anymore, we don't do anything with
 them.

 --
 support graphics card hot switch
 https://bugs.launchpad.net/bugs/312756
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2010-01-03 Thread Albert Vilella

** Attachment added: Lenovo W500 DSDT.dsl
   http://launchpadlibrarian.net/37384000/Lenovo.W500.DSDT.dsl

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435906] Re: need to turn off extra Switchable graphics GPU

2009-12-31 Thread Albert Vilella
You can possibly use the code from asus_nvidia.c in the link below that
has resume from hibernation support for the Asus UL30Vt/UL50V/UL80V:

http://linux-hybrid-graphics.blogspot.com/2009/12/solution-to-switch-
off-nvidia-card-in.html

-- 
need to turn off extra Switchable graphics GPU
https://bugs.launchpad.net/bugs/435906
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178448] Re: can't compile webcam driver due to missing media/video-buf.h

2009-11-29 Thread Albert Vilella
It seems that the latest version is available here:

http://www.palmix.org/r5u870-en.html

But now it doesn't work for the newest 2.6.31:

avile...@magneto:~/sonyvaio/camera/latest/r5u870$ sudo make install
make -C /lib/modules/2.6.31-15-generic/build 
M=/home/avilella/sonyvaio/camera/latest/r5u870 V=0 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-15-generic'
  CC [M]  /home/avilella/sonyvaio/camera/latest/r5u870/r5u870_md.o
In file included from 
/home/avilella/sonyvaio/camera/latest/r5u870/r5u870_md.c:55:
/home/avilella/sonyvaio/camera/latest/r5u870/usbcam.h:36:29: error: 
media/video-buf.h: No such file or directory
make[2]: *** [/home/avilella/sonyvaio/camera/latest/r5u870/r5u870_md.o] Error 1
make[1]: *** [_module_/home/avilella/sonyvaio/camera/latest/r5u870] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-15-generic'
make: *** [all] Error 2

-- 
can't compile webcam driver due to missing media/video-buf.h
https://bugs.launchpad.net/bugs/178448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178448] Re: can't compile webcam driver due to missing media/video-buf.h

2009-11-29 Thread Albert Vilella
Apologies for the previous comment, I was using the old driver. It works
for Karmic, 2.6.31 with this driver:

http://www.palmix.org/r5u870-en.html

LAST RELEASE (23/06/2009):
First of all i give a personal thank you to Onur Küçük and Jaroslaw Zola for 
their contributions!
A new driver is ready:

1) driver for kernel 2.6.30: amd64 (64bit) and i386 (32bit)

-- 
can't compile webcam driver due to missing media/video-buf.h
https://bugs.launchpad.net/bugs/178448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 405120] Re: resume from suspend doesn't work (powers off instead) for Acer Timeline 3810t/3410t

2009-10-18 Thread Albert Vilella
Just to mention that there are now more than 100 users affected by this suspend 
problem. I hope either a BIOS update or a fix in the kernel code can solve it 
:-)
https://launchpad.net/~acertimeline

-- 
resume from suspend doesn't work (powers off instead) for Acer Timeline 
3810t/3410t
https://bugs.launchpad.net/bugs/405120
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348043] Re: [jaunty] Screen brightness is minimal until login

2009-06-16 Thread Albert Vilella
Tt looks like you have a computer with a hybrid graphics card for which
we still don't have enough information: could you please submit your
DSDT.dsl information as an attachment to this bug report?

http://bugs.launchpad.net/bugs/312756

To compile your DSDT information, install if you haven't already the acpidump 
and iasl tools:
sudo apt-get install acpidump iasl

Then run the following commands:

sudo acpidump  acpidump.txt
sudo acpixtract acpidump.txt
iasl -d DSDT.dat

This will create a DSDT.dsl file that you can attach to the bug report.
This information will allow the developers to fully implement the hybrid
graphics features for Linux.

Finally, for posting the information in the bug report, you can check
the model and generation identifier for your computer with this
command:
sudo dmidecode -s system-product-name
And the model of the graphics card/s with this command:
lspci | grep VGA

-- 
[jaunty] Screen brightness is minimal until login
https://bugs.launchpad.net/bugs/348043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 360363] Re: [Micro-Star International MSI Notebook PX211] suspend/resume failure [non-free: fglrx]

2009-06-16 Thread Albert Vilella
It looks like you have a computer with a hybrid graphics card for which
we still don't have enough information: could you please submit your
DSDT.dsl information as an attachment to this bug report?

http://bugs.launchpad.net/bugs/312756

To compile your DSDT information, install if you haven't already the acpidump 
and iasl tools:
sudo apt-get install acpidump iasl

Then run the following commands:

sudo acpidump  acpidump.txt
sudo acpixtract acpidump.txt
iasl -d DSDT.dat

This will create a DSDT.dsl file that you can attach to the bug report.
This information will allow the developers to fully implement the hybrid
graphics features for Linux.

Finally, for posting the information in the bug report, you can check
the model and generation identifier for your computer with this
command:
sudo dmidecode -s system-product-name
And the model of the graphics card/s with this command:
lspci | grep VGA

-- 
[Micro-Star International MSI Notebook PX211] suspend/resume failure [non-free: 
fglrx]
https://bugs.launchpad.net/bugs/360363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 361124] Re: website crashes X window

2009-06-12 Thread Albert Vilella
this bug has disappeared with Jaunty. I think it was an issue with the
binary nvidia drivers. can close.

-- 
website crashes X window
https://bugs.launchpad.net/bugs/361124
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2009-06-04 Thread Albert Vilella
DSDT.dsl

MSI EX630-034US
02:00.0 VGA compatible controller: nVidia Corporation GeForce 9100M G (rev a2)
03:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M GS (rev a1)

** Attachment added: MSI_EX630-034US.dsl
   http://launchpadlibrarian.net/27485588/MSI_EX630-034US.dsl

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 358547] Re: nautilus overrides focus when swapping between main and secondary screen

2009-05-17 Thread Albert Vilella
yes, it still happens in jaunty, using LiveCD. It's nautilus that is a
problem:

I download 2 images from the web into my Desktop. I open a web browser that
occupies most of the desktop space but where the images are, then
double-click on the first of them, eog stays on top of the browser,
double-click the second one, new eog stays on top of browser and first
image.

Now I open a nautilus window and go to Desktop. Double-click on the first
image, eog stays on top of the browser. Double-click on the second image,
and it's hidden behind the nautilus window.

On Thu, May 14, 2009 at 12:41 PM, Sebastien Bacher
seb...@ubuntu.comwrote:

 could you try if that's still an issue in jaunty?

 --
 nautilus overrides focus when swapping between main and secondary screen
 https://bugs.launchpad.net/bugs/358547
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
nautilus overrides focus when swapping between main and secondary screen
https://bugs.launchpad.net/bugs/358547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 358547] Re: nautilus overrides focus when swapping between main and secondary screen

2009-05-17 Thread Albert Vilella
Done. Thanks!

http://bugzilla.gnome.org/show_bug.cgi?id=582931

On Sun, May 17, 2009 at 11:00 AM, Sebastien Bacher
seb...@ubuntu.comwrote:

 Not confirming and the ubuntu team doesn't have the ressources to work
 on this specific issue but it would be nice if somebody having it could
 send the bug the to the people writting the software
 (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

 --
 nautilus overrides focus when swapping between main and secondary screen
 https://bugs.launchpad.net/bugs/358547
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
nautilus overrides focus when swapping between main and secondary screen
https://bugs.launchpad.net/bugs/358547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 358547] Re: nautilus overrides focus when swapping between main and secondary screen

2009-05-17 Thread Albert Vilella
** Bug watch added: GNOME Bug Tracker #582931
   http://bugzilla.gnome.org/show_bug.cgi?id=582931

-- 
nautilus overrides focus when swapping between main and secondary screen
https://bugs.launchpad.net/bugs/358547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2009-05-08 Thread Albert Vilella

** Attachment added: Elitegroup_GF8100VM_nv.dsl
   http://launchpadlibrarian.net/26479171/Elitegroup_GF8100VM_nv.dsl

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2009-05-06 Thread Albert Vilella
Dell XPS M1330

** Attachment added: Dell XPS M1330 DSDT table
   http://launchpadlibrarian.net/26384406/Dell_XPS_M1330_nv.dsl

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 363715] [NEW] two gnome-power-managers

2009-04-19 Thread Albert Vilella
Public bug reported:

When I unplug the laptop and then plug it back to AC, I get a second
gnome-power-manager in the slider. Having configured the power button to
power off the laptop, and having a terminal open with a different user
ssh session, if I push the power button, the second gnome-power-manager
disappears.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
two gnome-power-managers
https://bugs.launchpad.net/bugs/363715
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 361124] Re: website crashes X window

2009-04-17 Thread Albert Vilella
another example:

http://view.genomeweb.com/c.html?rtr=ons=eaic,7snj,4gz,3lkz,3gaa,5rjt,47snMLM_MID=363727MLM_UNIQUEID=41ab930077

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/25607649/Xorg.0.log.old

-- 
website crashes X window
https://bugs.launchpad.net/bugs/361124
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 361124] [NEW] website crashes X window

2009-04-14 Thread Albert Vilella
Public bug reported:

Binary package hint: firefox-3.0

Attempting to open this website on Firefox crashes X windows, that gets
stuck in infinite loop:

http://view.genomeweb.com/c.html?rtr=ons=eaic,7po1,4gz,hs6y,fnrf,5rjt,47snMLM_MID=359857MLM_UNIQUEID=41ab930077

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.8+nobinonly-0ubuntu0.8.10.2
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-11-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
website crashes X window
https://bugs.launchpad.net/bugs/361124
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 361124] Re: website crashes X window

2009-04-14 Thread Albert Vilella

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/25454992/Xorg.0.log.old

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25454993/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/25454995/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/25454997/profiles.ini.txt

-- 
website crashes X window
https://bugs.launchpad.net/bugs/361124
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 358547] Re: nautilus overrides focus when swapping between main and secondary screen

2009-04-13 Thread Albert Vilella
that's true. It's a lot less complicated than I described: opening 2 files
with eog on the same screen has the same effect.

On Mon, Apr 13, 2009 at 11:43 AM, Sebastien Bacher
seb...@ubuntu.comwrote:

 the issue doesn't seem due to nautilus bug just eog when there is an
 instance already running, do you get the bug opening two files on the
 same screen?

 ** Package changed: nautilus (Ubuntu) = eog (Ubuntu)

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

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

 ** Changed in: eog (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

 --
 nautilus overrides focus when swapping between main and secondary screen
 https://bugs.launchpad.net/bugs/358547
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
nautilus overrides focus when swapping between main and secondary screen
https://bugs.launchpad.net/bugs/358547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 358547] [NEW] nautilus overrides focus when swapping between main and secondary screen

2009-04-09 Thread Albert Vilella
Public bug reported:

Binary package hint: nautilus

A session with an external screen (A) and the laptop screen (B). Open a
nautilus browser window with 3 images in it on screen A. Double-click on
image 1, it correctly opens eog 1 and eog 1 takes focus. Drag nautilus
to screen B. Double-click on image 2, it correctly opens eog 2 and eog 2
takes focus. Drag nautilus back to screen A. Double-click on image 3, it
opens eog 3 but nautilus keeps focus, leaving a blinking eog 3 on the
panel.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/nautilus
NonfreeKernelModules: nvidia
Package: nautilus 1:2.24.1-0ubuntu2
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

-- 
nautilus overrides focus when swapping between main and secondary screen
https://bugs.launchpad.net/bugs/358547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 358547] Re: nautilus overrides focus when swapping between main and secondary screen

2009-04-09 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25121817/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/25121818/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/25121819/ProcStatus.txt

-- 
nautilus overrides focus when swapping between main and secondary screen
https://bugs.launchpad.net/bugs/358547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 357670] [NEW] overriden configuration after disk check

2009-04-08 Thread Albert Vilella
Public bug reported:

Binary package hint: evolution

My Ubuntu 8.10 did an automated disk check on boot and now some of the
configuration options in Evolution have been overriden: the sound I use
to signify new email is also used when I navigate through the menus,
just before any menu window appear, or if I do a Search: in the search
box...

What are the relevant config files and how should they look like?

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: nvidia
Package: evolution 2.24.3-0ubuntu1
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
SourcePackage: evolution
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

-- 
overriden configuration after disk check
https://bugs.launchpad.net/bugs/357670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 357670] Re: overriden configuration after disk check

2009-04-08 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25014649/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/25014650/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/25014651/ProcStatus.txt

-- 
overriden configuration after disk check
https://bugs.launchpad.net/bugs/357670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 357670] Re: overriden configuration after disk check

2009-04-08 Thread Albert Vilella
Now I got this error from Evolution when trying to close it:

GConf error: Bad key or directory name: �O
�3�olution/mail/composer/window_width: Must begin with a slash '/'

-- 
overriden configuration after disk check
https://bugs.launchpad.net/bugs/357670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 355557] [NEW] TwitterFox window doesn't show up on nvidia with Normal Visual Effects setup

2009-04-05 Thread Albert Vilella
Public bug reported:

Binary package hint: firefox-3.0

TwitterFox window doesn't show up when the Normal Visual Effects are
enabled on an nvidia binary drivers configuration. It shows up fine when
using None Visual Effects configuration with same driver
configuration.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.8+nobinonly-0ubuntu0.8.10.2
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-11-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
TwitterFox window doesn't show up on nvidia with Normal Visual Effects setup
https://bugs.launchpad.net/bugs/37
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355557] Re: TwitterFox window doesn't show up on nvidia with Normal Visual Effects setup

2009-04-05 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/24830532/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/24830533/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/24830534/profiles.ini.txt

-- 
TwitterFox window doesn't show up on nvidia with Normal Visual Effects setup
https://bugs.launchpad.net/bugs/37
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2009-03-26 Thread Albert Vilella
This is the DSDT.dsl for a Dell Studio XPS 13 with:
02:00.0 VGA compatible controller: nVidia Corporation GeForce 9200M GS (rev a1)
03:00.0 VGA compatible controller: nVidia Corporation GeForce 9400M G (rev b1)

** Attachment added: DSDT.dsl
   http://launchpadlibrarian.net/24358773/DSDT.dsl

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346201] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] hibernate/resume failure [non-free: fglrx]

2009-03-24 Thread Albert Vilella
If you've got a HP Pavilion tx2500 and you have tried to use Linux on it, you 
may have noticed that there are issues with the hybrid graphics setup. To help 
improve the Linux hybrid graphics support for this laptop, please attach your 
DSDT information to this Launchpad bug report specifying your laptop model:
https://bugs.launchpad.net/bugs/312756

To compile your DSDT information, install if you haven't already the acpidump 
and iasl tools:
sudo apt-get install acpidump iasl   # on Debian-based systems

Then run the following commands:

sudo acpidump  acpidump.txt
sudo acpixtract acpidump.txt
iasl -d DSDT.dat

This will create a DSDT.dsl file that you can attach to the bug report.
This information will allow the developers to fully implement the hybrid
graphics features for Linux.

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] hibernate/resume failure 
[non-free: fglrx]
https://bugs.launchpad.net/bugs/346201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346259] [NEW] firefox hangs if closing window that is loading a java applet

2009-03-21 Thread Albert Vilella
Public bug reported:

Binary package hint: firefox-3.0

If I close a pop-up window that is in the middle of loading a java
applet button, firefox becomes unresponsive. If I kill the firefox
instance and try to reload the same page with the same window again, but
not closing the window while the java applet is loading, everything
works fine.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.7+nobinonly-0ubuntu0.8.10.1
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-11-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
firefox hangs if closing window that is loading a java applet
https://bugs.launchpad.net/bugs/346259
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346259] Re: firefox hangs if closing window that is loading a java applet

2009-03-21 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/24174729/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/24174730/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/24174731/profiles.ini.txt

-- 
firefox hangs if closing window that is loading a java applet
https://bugs.launchpad.net/bugs/346259
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 312756] Re: support graphics card hot switch

2009-03-18 Thread Albert Vilella
On the ATI front, the Lenovo T400/T500 laptops also have this dual
graphics option.

Here is a link with the DSDT for a Lenovo T400:
http://n.ethz.ch/~smani/dsdt

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 340421] Re: vertical toolbar

2009-03-10 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23715113/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/23715114/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/23715115/ProcStatus.txt

-- 
vertical toolbar
https://bugs.launchpad.net/bugs/340421
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 340421] [NEW] vertical toolbar

2009-03-10 Thread Albert Vilella
Public bug reported:

Binary package hint: evince

I would like to request as a feature the possibility to have a vertical
toolbar instead of the horizontal toolbar on top of the window.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evince
NonfreeKernelModules: nvidia
Package: evince 2.24.1-0ubuntu1
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

-- 
vertical toolbar
https://bugs.launchpad.net/bugs/340421
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 336676] Re: igoogle image artifact when in external monitor

2009-03-09 Thread Albert Vilella
To add more info to the bug, this does not happen when using the nvidia
drivers on the same conditions. This laptop has an intel graphics card
and an nvidia card that can be switched with a cold reboot.

-- 
igoogle image artifact when in external monitor
https://bugs.launchpad.net/bugs/336676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-03-08 Thread Albert Vilella
The blinking still happens using 2.6.28 from http://kernel.ubuntu.com
/~kernel-ppa/mainline/:

Linux magneto 2.6.28-020628-generic #020628 SMP Sat Jan 31 16:24:27 UTC
2009 i686 GNU/Linux

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 233802] Re: no sound from mic TOSHIBA LAPTOP L00

2009-03-08 Thread Albert Vilella
I have a laptop with this High Definition Audio Controller [8086:27d8]
device and I can't get the microphone to work neither with the latest
Ubuntu 8.10 2.26.27-11 kernel nor with this kernel:

http://kernel.ubuntu.com/~kernel-ppa/mainline/

Linux magneto 2.6.28-020628-generic #020628 SMP Sat Jan 31 16:24:27 UTC
2009 i686 GNU/Linux

Sound from the speakers is fine otherwise.

-- 
no sound from mic TOSHIBA LAPTOP L00
https://bugs.launchpad.net/bugs/233802
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 233802] Re: no sound from mic TOSHIBA LAPTOP L00

2009-03-08 Thread Albert Vilella

** Attachment added: lspci-vvnn.2.6.28.log
   http://launchpadlibrarian.net/23604096/lspci-vvnn.2.6.28.log

-- 
no sound from mic TOSHIBA LAPTOP L00
https://bugs.launchpad.net/bugs/233802
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 233802] Re: no sound from mic TOSHIBA LAPTOP L00

2009-03-08 Thread Albert Vilella

** Attachment added: dmesg.2.6.28.log
   http://launchpadlibrarian.net/23604098/dmesg.2.6.28.log

-- 
no sound from mic TOSHIBA LAPTOP L00
https://bugs.launchpad.net/bugs/233802
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 233802] Re: no sound from mic TOSHIBA LAPTOP L00

2009-03-08 Thread Albert Vilella
avile...@magneto:~/instalats/ubuntu$ tail -2 /proc/asound/oss/sndstat
Mixers:
0: SigmaTel CXD9872RD/K
avile...@magneto:~/instalats/ubuntu$ amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 41799 [64%] [off]
  Front Right: Playback 41799 [64%] [off]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 56798 [87%] [on]
  Front Right: Capture 56798 [87%] [on]

-- 
no sound from mic TOSHIBA LAPTOP L00
https://bugs.launchpad.net/bugs/233802
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 336676] Re: igoogle image artifact when in external monitor

2009-03-02 Thread Albert Vilella
 uname -a
Linux magneto 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 
GNU/Linux

-- 
igoogle image artifact when in external monitor
https://bugs.launchpad.net/bugs/336676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 336676] Re: igoogle image artifact when in external monitor

2009-03-02 Thread Albert Vilella

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/23295915/dmesg.log

-- 
igoogle image artifact when in external monitor
https://bugs.launchpad.net/bugs/336676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 336676] Re: igoogle image artifact when in external monitor

2009-03-02 Thread Albert Vilella

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/23295871/lspci-vvnn.log

-- 
igoogle image artifact when in external monitor
https://bugs.launchpad.net/bugs/336676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 336676] Re: igoogle image artifact when in external monitor

2009-03-02 Thread Albert Vilella

** Attachment added: artifact.jpg
   http://launchpadlibrarian.net/23295837/artifact.jpg

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23295838/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/23295840/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/23295841/profiles.ini.txt

-- 
igoogle image artifact when in external monitor
https://bugs.launchpad.net/bugs/336676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 336676] [NEW] igoogle image artifact when in external monitor

2009-03-02 Thread Albert Vilella
Public bug reported:

Binary package hint: firefox-3.0

When using the external monitor for the laptop, every time I click on a
google reader news with an image on the iGoogle applet, the image in the
bubble bounces by about 10 pixels left and right for 6 times in about 2
seconds in the rectangle corresponding to the other widget below (see
samsung logo shifted to the right in the image link below).

This doesn't happen if the image is not overlapping the other applet
behind, or if there is no image, only text in the overlapping area, or
if I use the main laptop screen instead of the external screen.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: firefox-3.0 3.0.6+nobinonly-0ubuntu0.8.10.1
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-11-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
igoogle image artifact when in external monitor
https://bugs.launchpad.net/bugs/336676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-25 Thread Albert Vilella
the workaround mentioned by Jeff Abbott
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/250211/comments/77)
works for me in a Sony Vaio SZ-series laptop under Ubuntu 8.10:

sudo -s -H
echo none  /sys/class/leds/iwl-phy0\:assoc/trigger

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317036] Re: password window in both screens

2009-02-25 Thread Albert Vilella

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/23117454/lspci-vvnn.log

-- 
password window in both screens
https://bugs.launchpad.net/bugs/317036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317036] Re: password window in both screens

2009-02-25 Thread Albert Vilella

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/23117455/xorg.conf

-- 
password window in both screens
https://bugs.launchpad.net/bugs/317036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317036] Re: password window in both screens

2009-02-25 Thread Albert Vilella
avile...@magneto:~$ uname -a
Linux magneto 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 
GNU/Linux

-- 
password window in both screens
https://bugs.launchpad.net/bugs/317036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317036] Re: password window in both screens

2009-02-25 Thread Albert Vilella
Just to give more info, the window will appear in the screen where the
mouse was at the moment of trying back to access the locked screen. If
the mouse was on the external screen, it will appear there. If one types
Esc and brings the mouse to the other screen and tries to access the
computer again, the window will switch to the other screen.

The problem is that users may not realize this is happening and will not
find the solution easily

-- 
password window in both screens
https://bugs.launchpad.net/bugs/317036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 334417] [NEW] autocompletion slow

2009-02-25 Thread Albert Vilella
Public bug reported:

Binary package hint: firefox-3.0

The autocompletion function in the URL field becomes slow in time. There
is no clear way of purging old entries.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: firefox-3.0 3.0.6+nobinonly-0ubuntu0.8.10.1
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-11-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
autocompletion slow
https://bugs.launchpad.net/bugs/334417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 334417] Re: autocompletion slow

2009-02-25 Thread Albert Vilella

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23122372/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/23122373/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/23122374/profiles.ini.txt

-- 
autocompletion slow
https://bugs.launchpad.net/bugs/334417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   >