[Bug 578506] Re: [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

2010-07-29 Thread Stéphane Travostino
@Luca: In the bugzilla page I posted. Here's the direct link to it:
https://bugzilla.kernel.org/attachment.cgi?id=25261

-- 
[Kernel] ACPI: EC: input buffer is not empty, aborting transaction
https://bugs.launchpad.net/bugs/578506
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 578506] Re: [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

2010-07-29 Thread Stéphane Travostino
I've got the same laptop model as the OP, but running Archlinux. I
though I could shed some light on this issue.

There's an open kernel bug for this:
https://bugzilla.kernel.org/show_bug.cgi?id=14733

It affects all the kernel since 2.6.32, the only way to have a
functional system is applying the "Add delay before data write, take #2"
patch to the kernel source.

I'm writing this here since 2.6.34.1 is still affected by this bug and
there seems to be no activity on the kernel bugzilla, maybe Ubuntu can
push things a bit. It's quite a important problem as it does inhibit the
possibility to turn on the PC (when shutting down, remove AC and battery
and replug them in).

I've tested 2.6.32.6 and 2.6.34.1, the only way to have them running
correctly without 1s delays every 5 seconds and ACPI errors in the
kernel log is to apply the patch.

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

-- 
[Kernel] ACPI: EC: input buffer is not empty, aborting transaction
https://bugs.launchpad.net/bugs/578506
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 447548] Re: Pidgin tray icon does not follow panel background

2010-02-02 Thread Stéphane Travostino
Got the same issue on Archlinux + Pidgin 2.6.5, so this must be an
upstream bug.

-- 
Pidgin tray icon does not follow panel background
https://bugs.launchpad.net/bugs/447548
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 352228] Re: Intel Wireless 5300 AGN: iwlagn: No space for Tx

2010-01-27 Thread Stéphane Travostino
@62: you may want to try stressing your network connection.. unlike
other people, I get this when I'm running aMule for some time. During
normal operation I have no problem whatsoever.

-- 
Intel Wireless 5300 AGN: iwlagn: No space for Tx
https://bugs.launchpad.net/bugs/352228
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 258446] Re: JMicron internal card reader recognizes SD only when inserted at startup

2010-01-12 Thread Stéphane Travostino
It seems no one suggested this workaround. I'm running Archlinux on a
Acer Aspire 5930G like the original poster, so your mileage may vary.

I added the line:

options pciehp pciehp_force=1

to the file /etc/modprobe.d/fix-the-jmicron-sucker.conf and rebooted.

Now I can hotplug my SD card and have them recognized without a hassle.

For reference, I'm running 2.6.31 in 64bit

-- 
JMicron internal card reader recognizes SD only when inserted at startup
https://bugs.launchpad.net/bugs/258446
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 331918] Re: Clipped area for multiple X screens with different dimensions

2009-04-06 Thread Stéphane Travostino
I dumped the settings for /apps/compiz/general/screen0 with:

gconftool-2 --dump /apps/compiz/general/screen0 > /tmp/screen1

Edited them and replaced screen0 with screen1, then reloaded it:

gconftool-2 --load /tmp/screen1

And it's working! Thank you TJ.
No more screen clipping, however I can't manage Compiz to open the windows
on the secondary monitor. They keep opening on the first one, the only way
to open them there is to force the DISPLAY variables:

DISPLAY=:0.1 gedit

Are you experiencing the same thing, TJ?

2009/4/6 TJ 

> On Mon, 2009-04-06 at 09:56 +, Stéphane Travostino wrote:
> > I tried to try the hack TJ explained above, but unfortunately I don't
> > have any "screen1" section in /apps/compiz/general, only "screen0".
> >
> > I am running NVIDIA, no Twinview, displays are :0.0 and :0.1 but I can't
> see this section.
> > I tried to run with two compiz instances with --only-current-screen but
> it's the same..
> >
> > TJ, did you do anything special to have "screen1" show up on gconf-
> > editor?
>
> I don't recall for certain now, but I *think* it was inherited from the
> previously installed release (Hardy).
>
> It is possible to manually create the screen1 keys using gconftool-2, or
> creating the folder and %gconf.xml using a copy of the screen0 settings.
>
> --
> Clipped area for multiple X screens with different dimensions
> https://bugs.launchpad.net/bugs/331918
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “compiz” source package in Ubuntu: Confirmed
> Status in “nvidia-graphics-drivers-180” source package in Ubuntu: Invalid
> Status in “xorg” source package in Ubuntu: Invalid
>
> Bug description:
> Binary package hint: xorg
>
> On a secondary X screen (:0.1) which has different (larger) dimensions than
> the primary(:0.0), the lower part of the secondary screen is ignored by the
> display manager, remaining black and not displaying windows in that area,
> although the mouse does display in that area.
>
> There appears to be a relationship between the issue and the primary screen
> in that it appears that the height of the primary screen is being used as
> the height of the secondary screen - the black area looks to be 1024-800=224
> pixels.
>
> Not entirely sure if this bug is Xorg or elsewhere. Because it relates to
> running multiple X screens it is testable only with the nvidia driver.
>  However, this is a regression from Hardy/Intrepid in that the same
> configuration on those worked fine.
>
> A picture speaks a thousand words and in this case that is very true.
> Attached are two photographs that demonstrate the issue.
>
> The system has the laptop DFP (1280x800) to the left of an analogue TFT
> (1280x1024). nvidia-settings was used to position the screens relatively so
> the mouse moves between them.
>
> Photograph #1 shows the overview. The secondary screen on the right shows a
> large black band on the lower section of the display where windows cannot
> go. You can see that even the desktop background picture doesn't get
> rendered into that area.
>
> Photograph #2 focuses on the secondary screen. It shows the nvidia-settings
> dialog which is displaying the screen position dialog. If you look closely
> you'll see that the entire bottom section of the dialog window has been
> cropped by the black area, even though the mouse cursor is able to move in
> that area.
>

-- 
Clipped area for multiple X screens with different dimensions
https://bugs.launchpad.net/bugs/331918
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 331918] Re: Clipped area for multiple X screens with different dimensions

2009-04-06 Thread Stéphane Travostino
I dumped the settings for /apps/compiz/general/screen0 with:

gconftool-2 --dump /apps/compiz/general/screen0 > /tmp/screen1

Edited them and replaced screen0 with screen1, then reloaded it:

gconftool-2 --load /tmp/screen1

And it's working! Thank you TJ.
No more screen clipping, however I can't manage Compiz to open the windows on 
the secondary monitor. They keep opening on the first one, the only way to open 
them there is to force the DISPLAY variables:

DISPLAY=:0.1 gedit

Are you experiencing the same thing, TJ?

-- 
Clipped area for multiple X screens with different dimensions
https://bugs.launchpad.net/bugs/331918
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 331918] Re: Clipped area for multiple X screens with different dimensions

2009-04-06 Thread Stéphane Travostino
I tried to try the hack TJ explained above, but unfortunately I don't
have any "screen1" section in /apps/compiz/general, only "screen0".

I am running NVIDIA, no Twinview, displays are :0.0 and :0.1 but I can't see 
this section.
I tried to run with two compiz instances with --only-current-screen but it's 
the same..

TJ, did you do anything special to have "screen1" show up on gconf-
editor?

-- 
Clipped area for multiple X screens with different dimensions
https://bugs.launchpad.net/bugs/331918
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 298021] Re: Sudden Xorg crash

2008-11-14 Thread Stéphane Travostino

** Attachment added: "Xorg.0.log-crash"
   http://launchpadlibrarian.net/19641108/Xorg.0.log-crash

-- 
Sudden Xorg crash
https://bugs.launchpad.net/bugs/298021
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 298021] [NEW] Sudden Xorg crash

2008-11-14 Thread Stéphane Travostino
Public bug reported:

I'm running an updated Intrepid, using latest nvidia 177.80 driver. X crashed 
suddenly and restarted just as if I pressed Ctrl-Alt-Backspace.
There is a backtrace in the X log, I'm attaching it here.

xserver-xorg:  1:7.4~5ubuntu3
nvidia-glx-177: 177.80-0ubuntu3 

$ lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation GeForce 9600M GT (rev a1)

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

-- 
Sudden Xorg crash
https://bugs.launchpad.net/bugs/298021
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 297147] Re: Can't VT switch from X

2008-11-14 Thread Stéphane Travostino
Here it is.
Yesterday while testing various nvidia drivers, X crashed and I have had 
console access.
Now that X works, switching to the console gives me that blank screen.

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/19639659/Xorg.0.log

-- 
Can't VT switch from X
https://bugs.launchpad.net/bugs/297147
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 163670] Re: Epiphany crashes with epilicious synchronisation

2007-12-17 Thread Stéphane Travostino
I have the same problem with Ubuntu Gutsy, just updated.
This bug seems to be related to Debian bug #448685. 
You can find the discussion here: 
http://groups.google.com.ua/group/linux.debian.bugs.dist/browse_thread/thread/e7849a747dccb187

However, looking on Google I found this Ubuntu patch
(http://patches.ubuntu.com/by-release/debian/e/epiphany-extensions
/epiphany-extensions_2.20.1-2.slipped-patch) which seems to solve this
issue. Is it already applied to the current epiphany-extensions package?

Thank you.
Stéphane

-- 
Epiphany crashes with epilicious synchronisation
https://bugs.launchpad.net/bugs/163670
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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