[Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2016-02-13 Thread Diego Iastrubni
Usama,

The reason for bug #1537064 is me nagging Yaron. The problem of BiDi
cannot be solved in a terminal vt100 environment. The reason - is that
the application does not  telling the VTE the boundaries of the
paragraph.

Imagine "mc" opeenning a dialog to rename a file. Lets check the
options;

1) A line contains  RTL - apply BiDi to it and display line in RTL. Funny 
things will happen, as the line bellow will also be reverted. The file name of 
the right panel - will be on the left. 
2) Even funnier - when you type lam and aliph - those will be displayed as a 
single glyph on screen and the app counted two unicode chars (4 bytes in UTF8) 
and now the left margin is off by one (the frames of the dialog are also text, 
remember - the app needs to pad spaces until the "|" char will be displayed).
3) OK  - instead of reverting a whole line - lets revers each word - this is 
broken since you now have proper words in LTR order (lets ignore #2)
4) OK - lets detect the word boundary and de-order "n" words - when happens 
when the first word of the next paragraph starts with an english word? the 
direction will be broken.

I assume we can find other problems. Lets find solutions:
1) Do the BiDi in apps, while assuming the ternimal is dumb: OK, it will work 
on xterm, konsole, gnome-terminal, and VT. Problem - we need to fix *ALL* 
terminal apps.
2) Do the BiDi in terminals - in order to fix all above problems, we need a way 
to report to the terminal about the regions that will contain text that he may 
modify. Then code a reference implementation, issue an RFC and port to all 
other terminals.

TL.DR.  Ternimals are broken by design and cannot support RTL/BIDI. Just
move on and use X11/Wayland for Arabic/Farsi/Hebrew/Whatever and don't
translate those interfaces to the native languages on terminals.

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

Title:
  RTL (right to left) support in terminal (BiDi)

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

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


[Bug 238762]

2012-11-07 Thread Diego Iastrubni
This even works on Debian testing, using KDE 4.7. The bug must have been
fixed by the move to the Qt4 engine (using QTextLayout and
QFontMetricsF).

Tested with English, Cyrillic and Hebrew.

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

Title:
  zwnj character causes the cursor jump in kde

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

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


[Bug 495897] Re: XORCOM Astribank - Use of uninitialized value $busnum in sprintf

2009-12-30 Thread Diego Iastrubni
Which package version are you patching against?

-- 
XORCOM Astribank - Use of uninitialized value $busnum in sprintf
https://bugs.launchpad.net/bugs/495897
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 244228] Re: Bidi text: no method for right- and left- aligning text in KDE text boxes

2009-10-26 Thread Diego Iastrubni
I am sorry, but what does this upstream (qt/nokia) but has anything to
do with kate?

The bug you linked to talks about QGraphicsLinearLayout, and not
katepart. QGraphicsLinearLayout  is used in plasma, and the fix for RTL
desktops has not been fixed by nokia, it was fixed by another fix in
Plasma.

To keep on topic: please run qt4-config, then in the interface tab you
will see a checkbox called Enhance support for Right To Left
languages, please check it and restart KDE.

Now, you can choose the direction of the paragraphs in *some* elements,
like krunner, KMail (anything which derives QTextEdit and QLineEdit).
Kate uses it's own layout engine, and thus is not affected by this
definition.

אתה חוליגן אתה, עושה בעיות :)

-- 
Bidi text: no method for right- and left- aligning text in KDE text boxes
https://bugs.launchpad.net/bugs/244228
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 325324] Re: Hebrew not displayed correctly in terminal

2009-02-24 Thread Diego Iastrubni
Yaron:

Read again what I read. This is not something worth spending time. Even
if you hack the terminal code inside the kernel to display bidi
(doable!), applications will have no control over the visual location of
the phisical cursor. Ok, lets add new API for that. Now you broke *all*
legacy applications.

DOS is exactly VISUAL hebrew, just like the current terminal
implementations have.

Now, the real issue is hidden in the huge pile of text here:

real issue
Hebrew (Arabic too?) translators should not be displayed POTs or POs of CLI 
applications. 

There should be an option in *rosseta* to mark translations as non relevant to 
this team. This way we can disable the command line application translation 
from the workflow of the translators.
/real issue

-- 
Hebrew not displayed correctly in terminal
https://bugs.launchpad.net/bugs/325324
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 325324] Re: Hebrew not displayed correctly in terminal

2009-02-23 Thread Diego Iastrubni
Lets stop the insanity and talk facts:

1) full screen console, tty[0-9] are handled by linux. Arabeyes were
working on a a project which would mirror the display. But such daemon
would break applications which handle their own BiDi, for those who
don't know, it would mess the cursor position.

2) under X,  *term (xterm, konsole, gnome-terminal). There are options
for viewing visual hebrew as well. But the same problem would happen. If
you display logical hebrew, and then the display gets rendered outside
the application (a daemon, or the terminal emulator) the application
would get confused and screen is getting garbeled.

If you don't beleave me, under konsole- Settings - Edit current
profile - Advanced - Enable Bi-Directional text rendering and play
with it.

Please stop - it's been decided that Hebrew does not belong in Console
applications. Every other solution is a hack which will bite you in the
%%^ when you play with it. Example:

dpkg --help | grep הסרה

The text we are grepping is in logical form, while dpkg will display
visual. And if dpkg displays logical, it will get rendered reversed on
screen.

Please mark this as invalid, or won't fix and stop wasting our time. We
still have to translate a whole desktop, and it's not easy.

-- 
Hebrew not displayed correctly in terminal
https://bugs.launchpad.net/bugs/325324
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 314016] Re: Kate is useless for editing code which contains hebrew or arabic

2009-02-19 Thread Diego Iastrubni
I was actually hooping this would get backported to KDE 4.1 in Ubuntu
8.10, not everyone uses the unsupported KDE 4.2 in Ubuntu 8.10.

Marking this as we fixed this problem is not exactly correct, and not
what I requested.

-- 
Kate is useless for editing code which contains hebrew or arabic
https://bugs.launchpad.net/bugs/314016
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in ubuntu.

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


[Bug 314016] Re: Kate is useless for editing code which contains hebrew or arabic

2009-02-19 Thread Diego Iastrubni
Jonathan, HUGE THANKS!

But please... pretty please... (and that is for all other ubuntu
developers) please be more specific when writing in these bug reports.
Not everyone is a native english speaker, and many time I fail to
understand what did you really meant.

-- 
Kate is useless for editing code which contains hebrew or arabic
https://bugs.launchpad.net/bugs/314016
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in ubuntu.

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


[Bug 314016] Re: Kate is useless for editing code which contains hebrew or arabic

2009-01-05 Thread Diego Iastrubni
first, because kde 4.1.4 is tagged in a few hours ;-)
second, because this is a behavior change inside a branch - not accepted.

From KDE's point of view, 4.2.0 is released in a week, or two or three
and 4.1.4 is obsolete (more or less...). From the ubuntu point of view:
4.1.4 should be supported for a year (this is the policy no?). I would
not like to continue coding broken php code under this kate...

-- 
Kate is useless for editing code which contains hebrew or arabic
https://bugs.launchpad.net/bugs/314016
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdesdk in ubuntu.

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


[Bug 314016] [NEW] Kate is useless for editing code which contains hebrew or arabic

2009-01-05 Thread Diego Iastrubni
Public bug reported:

Binary package hint: kate-kde4

This is a request for a backport from trunk to 4.1.3 in ubuntu. The
original bug is https://bugs.kde.org/show_bug.cgi?id=178594

Back in March someone (who shall remain un-named) added to kate a new
function which would calculate the best direction of a paragraph by
counting the LTR and RTL chars in that line. That is r788729:
http://websvn.kde.org/trunk/KDE/kdelibs/kate/render/katerenderer.cpp?r1=772931r2=788729
The last month I found a really ugly bug in it.

Imagine this php code:

function foo() { 
  $a = שלום עולם; 
  return $a; 
} 

Now paste it into kate and see what happens. This get funkier when the
hebrew is inside lists or hashes. IMHO, this renders this feature
useless - much more people will be using kate to code then to write
plain text. My proposal is detecting the paragraph direction using
QString::isRightToLeft() and in 4.3 also provide a manual method for
setting the direction of the paragraph. IMHO, this renders kate unusable
for editing code.

A visual display of how code looks can be seen here:
http://elcuco.blogli.co.il/files/2009/01/kate-hebrew-code-broken.png

I am requesting a backport of changeset 905112 to the currently
available packages in 8.10. See the patch here:
http://websvn.kde.org/?view=revrevision=905112 (it will apply to the
branch as well).

** Affects: kdesdk-kde4 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Kate is useless for editing code which contains hebrew or arabic
https://bugs.launchpad.net/bugs/314016
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 192119] Re: [hardy] iwl3945 fails reporting networks with iwlist wlan0 scan

2008-04-27 Thread Diego Iastrubni
The suggested workaround (as described in the form) is:
{{{
sudo echo options iwl3945 disable_hw_scan=1  /etc/modprobe.d/iwl3945
}}}

Then reboot (or unload the driver, and modprobe it once more)

-- 
[hardy] iwl3945 fails reporting networks with iwlist wlan0 scan
https://bugs.launchpad.net/bugs/192119
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 161988] Re: Lenovo N100 3000 0768-A52 touchpad stops working

2008-04-27 Thread Diego Iastrubni
Hi,

Please look at the Wiki for the Laptop, follow the workaround for this
problem. Then close this bug ;-)

https://wiki.ubuntu.com/LaptopTestingTeam/Lenovo3000N100_0768

-- 
Lenovo N100 3000 0768-A52 touchpad stops working
https://bugs.launchpad.net/bugs/161988
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 136810] Re: snd-hda-intel - Lenovo N100, headphones does not mute speakers

2008-04-27 Thread Diego Iastrubni
 Jacob ,

Can you reproduce the problem on the released version of 8.04?

-- 
snd-hda-intel - Lenovo N100, headphones does not mute speakers
https://bugs.launchpad.net/bugs/136810
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 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2008-04-27 Thread Diego Iastrubni
Manan,

Are you still experiencing this problem with the released version of the
linux-image?

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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 107821] Re: no sound with lenovo 3000 n100 0768FEG

2008-04-27 Thread Diego Iastrubni
Is it safe to close this bug?

-- 
no sound with lenovo 3000 n100 0768FEG
https://bugs.launchpad.net/bugs/107821
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 210782] Re: wifi not working on Lenovo 3000 V100 nor does camera or finger scanner

2008-04-27 Thread Diego Iastrubni
For the WiFi:

Can you confirm this is the same as:
https://wiki.ubuntu.com/LaptopTestingTeam/Lenovo3000N100_0768#preview

There is a workaround there, does it work for you?

-- 
wifi not working on Lenovo 3000 V100 nor does camera or finger scanner
https://bugs.launchpad.net/bugs/210782
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 136810] Re: snd-hda-intel - Lenovo N100, headphones does not mute speakers

2008-01-09 Thread Diego Iastrubni
On Wednesday 09 January 2008 22:56:55 Rolla Selbak wrote:
 Diego Iastrubni:  are you also reporting this problem on the same Lenovo
 3000 n100?

I can confirm this for Lenovo 3000 n100 running linux-image-2.6.22-14-generic   
   
(2.6.22-14.47) 64bit and alsa-base 1.0.14-1ubuntu2. (Kubuntu 7.10 with all 
updates as of 9-1-2008).

If you need more details about my laptop, on the bottom it says 0768-B9G. If 
you need even more, you will have to tell me how to produce it for you :)

-- 
snd-hda-intel - Lenovo N100, headphones does not mute speakers
https://bugs.launchpad.net/bugs/136810
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


Re: [Bug 136810] Re: snd-hda-intel - Lenovo N100, headphones does not mute speakers

2008-01-09 Thread Diego Iastrubni
If you want, I can test on 7.10, by compiling a stock 2.6.24 (or any other 
kernel at your request). just ask.

On Thursday 10 January 2008 00:33:13 Rolla Selbak wrote:
 I see, ok thanks.  If you can also retest with Hardy Alpha 2 or 3 to
 confirm the bug's existence in 2.6.24 that would be great, thanks.

-- 
snd-hda-intel - Lenovo N100, headphones does not mute speakers
https://bugs.launchpad.net/bugs/136810
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


[Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-12-14 Thread Diego Iastrubni
Is it possible to suspend from a LiveCD? It worked for me once, but I don't 
trust it as something reproducable.
Is it possible to hibernate from a LiveCD? Never worked for me. 

I will still wait for the next LiveCD for testing, but uploading a 7.10
package to a separate place and giving us a link, will give you another
test bunny. BTW, I think this bug is confirmed, who can confirm it?

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


Re: [Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-12-14 Thread Diego Iastrubni
Hi Leann,

see comments inline:
On Friday 14 December 2007 22:12:17 Leann Ogasawara wrote:
 Hi Diego,

 Can you just clarify a few things for me.  Are you experiencing this
 issue when you don't Suspend/Resume or only after you Suspend/Resume?
 Your original description doesn't mention anything about Suspend/Resume
 being related.  If it is, can you update the description?  This can be
 done be selecting the Edit description/tags link in the Actions
 section on the left side of this page.
Lets start by saying that I upgraded to 7.10 and 2.6.22-14-generic 64bit, so 
everything I say is from memory. :)

In the kernels available in 7.04 (2.6.20-15), I could not suspend to ram at 
all. However, when I suspended to disk, on I resume the fan control did not 
work *at all* causing the computer to overheat.

 Regarding being able to test Suspend/Resume from the LiveCD, yes that is
 possible.  Testing Hibernation from the LiveCD however is not possible.
The problem did not happen when I suspended to ram, since I was not able to 
suspend to ram on that kernel. Is it possible to hibernate from a LiveCD 
using an existsing swap parititon...? maybe that can help.

Just to keep you calm, on this kernel:
Linux pinky 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007 x86_64 
GNU/Linux

I can suspend to disk, and resume without any heat related problems. I can 
also suspend to ram (with some limitations), which again do not cause any 
heat related problems.

I managed to get *one* single time a problem with heat, which was caused by 
the linux-sensors to get stuck at 70c, while the real temperare was low. This 
caused the fan to work even when the machine was cold. 

 A few other people claim that 2.6.22-14 on 7.10 fixes the heat/fan control 
problem. There are some other known issues with this machine, which are all 
documented here: 
https://wiki.ubuntu.com/LaptopTestingTeam/Lenovo3000N100_0768

However, there is another person susbcribed to this bug which claims to have 
this fan control problem even with 2.6.22-14. it is unknown why on his system 
(same machine, same SW) he can reproduce the problem while others cannot.

 Also, regarding the status of this bug report.  Please leave it as
 Incomplete against the 'linux' task.  That indicates to us that we
 still need more information regarding this report.  Ie. we still need
 feedback if the Hardy kernel resolves this issue or not.  To learn more
 about bug report status please refer to:
 https://wiki.ubuntu.com/Bugs/Status .  Once we gather the appropriate
 information, we'll be sure to update the Status/Importance accordingly
 and assign this the appropriate team.  Thanks!
ok, I will do it. However, since most of the users susbcribed to this bug are 
already running 7.10, as soon as 8.04 is out I will close, no matter what 
(unsupported distro, and no users, hence invalid). I will not change it's 
state to invalid until 8.04 is out or a verified fix exists, even tough that 
page states that a bug with no additional information for 4 weeks needs to be 
closed.

Thanks for your attention, even tough late (2 distros later...) you are 
helping. Don't worry, we know you have a lot of work ;-)

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-12-10 Thread Diego Iastrubni
Bad luck, I just saw it for the first time, with a tweast. I just
powered up my laptop, after been shut for 2 days, and after several
minutes I notice that he fan is working like hell, and I don't fell the
computer hot. Putting my had on the left side to feel the temperature
reveals that the fan is working for fun. I opened up a console and
typed:

watch -n1 cat /proc/acpi/thermal_zone/*/*

only to find out that the machine thinks it's at 77degrees, and not
going down. It seems that the HW got crazy, and the measurements were
wrong.

Does it happen to you?

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 136810] Re: snd-hda-intel - Lenovo N100, headphones does not mute speakers

2007-12-08 Thread Diego Iastrubni
Not working as expected under 2.6.22-14-generic. When plugging the
headphones internal speaker does not mute.

-- 
snd-hda-intel - Lenovo N100, headphones does not mute speakers
https://bugs.launchpad.net/bugs/136810
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


[Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-12-08 Thread Diego Iastrubni
Evgeny,

The site you linked to is not responding. Can you explain what is needed
on your system? Otherwise I think closing this bug with a warning
please upgrade to a new Ubuntu version is fine by me.

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-12-08 Thread Diego Iastrubni
Evgeny, Ok by me - I will not close this issue until there is a version
of Ubuntu that installs and works out of the box also for you. (lets try
again in May? one month after the release of a new version?)

I would like to mention, that for me 7.10 is working pretty good (see
the wiki, I am adding all the quirks I am doing to the stock
installation). If it was not clear, I am saying it again: 7.10 does not
reproduce the problem on my system, and I did not install uswsusp, but
the stock software suspend available in Ubuntu 7.10.

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-10-25 Thread Diego Iastrubni
I have installed Gutsy64bit on this machine from scratch. Now this
system can hibernate (it did so several times this week) and even
suspend to disk without too much problems.

For hibernation I did anything, it just worked. To make suspend working I had 
to work:
I tried to add this i8042.nomux to the boot parameters (edit 
/boot/grub/menu.lst and append this to the kopt commented in the stanta and 
execute update-grub). Now the system can suspend to ran and the mouse works 
as expected. However, the LID closure event is not sent, and I cannot convince 
the machine to suspend when I close the LID.

Adding the parameter i8042.reset does the trick. I don't have enough
statistics yet, but about 90% of the time the LID closure event is sent
properly.

I have documented this in
https://wiki.ubuntu.com/LaptopTestingTeam/Lenovo3000N100_0768 , and the
original idea came from the Gentoo Wiki: http://gentoo-
wiki.com/HARDWARE_Lenovo_3000_N100

I would be glad if someone can explain what those options do :)

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-10-25 Thread Diego Iastrubni
** Also affects: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


Re: [Bug 85894] Re: ThinkPad overheats

2007-08-23 Thread Diego Iastrubni
Just to mention:
my machine does not over head. I just don't hibernate it. This is lame, this 
is a laptop, and I do miss that functionality... 

IMHO this is grave, and affects everyone who has a 3000 N100 machine.

-- 
ThinkPad overheats
https://bugs.launchpad.net/bugs/85894
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


Re: [Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-06-20 Thread Diego Iastrubni
Using here:
Linux pinky 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 
GNU/Linux

and I can still reproduce. I also found that if you hibernate to a smal period 
(1-2 minutes) the fan does work on resume. If you hibernate to a larger 
period (20 minutes) the fan does not work on resume.

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


Re: [Bug 63834] Re: suspend/resume broken on Lenovo 3000 N100

2007-06-15 Thread Diego Iastrubni
[EMAIL PROTECTED]:~# dpkg -l | grep susp
ii  uswsusp0.3~cvs20060928-6ubuntu3 
  
tools to use userspace software suspend provided by Li
[EMAIL PROTECTED]:~# s2ram -i
This machine can be identified by:
sys_vendor   = LENOVO
sys_product  = 0768B9G
sys_version  = 3000 N100   
bios_version = 61ET36WW
See http://en.opensuse.org/S2ram for details.

I added the parameter  i8042.nomux to grub (as explained on that page). Now I 
can suspend to ram (by choosing the correct option from the logout menu in 
KDE). When I do this 3 times at a row, the system gets stucked on resume. On 
the times the machine booted back up, and the was functional and I 
experienced no keyboard problems as explained before.

Next I tried suspend to disk, which worked quite good for several times.

Next test was to setup the machine to suspend to ram when I close the lid. 
What happens is that when I close the lid the themachine logs out of my 
session, and when it comes back I get the KDM menu. I log in once more, and I 
get a message saying that the lid is close, and it suspends once more. The 
machine gets into this nice loop, until I power it off by force.

Right now I have 2 problems:
 1) suspend to ram fails on the 3rd time.
 2) closing the lid, after I instruced KDE's PowerManager to suspend on lid 
close even makes the machine suspend until I power it off brutally.

(1) will be hard to fix, but (2) should be easy. I am not sure why it locks 
up, some help will be appreciated.

-- 
suspend/resume broken on Lenovo 3000 N100 
https://bugs.launchpad.net/bugs/63834
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


Re: [Bug 63834] Re: suspend/resume broken on Lenovo 3000 N100

2007-06-15 Thread Diego Iastrubni
2 more points:

1) If some newbie is reading this: to add a parameter to the boot sequence 
please edit a commented line which looks like this:

# kopt=root=UUID=2ea921be-867d-4841-a08c-5e91661aa5b8 ro i8042.nomux

and add the parameter to it. Then execute update-grub. Do not edit directly 
the grubentries.

2) When I suspend to disk, and the machine is down for a long period (about 20 
mins is long enough), when the machine resumes the fan does not spin. 

I should mention that this happens with 2.6.20-16-generic, and probably not 
with 2.6.17. Do still, do not upgrade to the new kernel if you have an 
option.

-- 
suspend/resume broken on Lenovo 3000 N100 
https://bugs.launchpad.net/bugs/63834
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


[Bug 63834] Re: suspend/resume broken on Lenovo 3000 N100

2007-06-11 Thread Diego Iastrubni
I just tested it (install a new package, and edit a configuration file),
and it does seem to work. Sometimes.

From my minimal tests, hibernate seems to work. Suspend to RAM is a
problem:

when you make the sleep from the Power Manager applet the machine comes
back some of the times. When it does come back, there are some options

1) the num lock led is lighted, this  means that the mouse-pad will not work. 
note also that the num luck is on, and to remove it, just press caps-lock twise.
2) Sometimes the machine just works perfectly.
3) Sometimes the machine just does not restore. this happens when I suspend 
more then once.

When asked the Power Manager to suspend the machine when I close the
lid, it got into a loop: each time I returned from the suspend, it
suspended the machine, until it got locks. and  I have to force it to
power off.

I also hibernated the machine now for 10 minutes and now the fan does
not work. Funny, shorter hibernations (hibernate and immediately
restore) it works pretty good.

I also played with some packages, see:
[EMAIL PROTECTED]:~$ dpkg -l | grep powe
ii  acpid  1.0.4-5ubuntu6   
  Utilities for using ACPI power management
ii  kde-guidance-powermanager  0.8.0-0ubuntu5   
  HAL based Power Manager Applet
ii  laptop-mode-tools  1.32-1ubuntu1
  Scripts to spin down hard drive and save power
ii  libgnomecanvas2-0  2.14.0-3ubuntu2  
  A powerful object-oriented display - runtime files
ii  libgnomecanvas2-common 2.14.0-3ubuntu2  
  A powerful object-oriented display - common files
ii  libimlib2  1.3.0.0debian1-4build1   
  powerful image loading and rendering library
ii  libpowersave10 0.14.0-6ubuntu1  
  power management daemon - shared library
ii  mc 4.6.1-7ubuntu1   
  midnight commander - a powerful file manager
ii  powermanagement-interface  0.3.15   
  platform neutral powermanagement interface
ii  powermgmt-base 1.29build1   
  Common utils and configs for power management
rc  powernowd  0.97-1ubuntu7
  control cpu speed and voltage using 2.6 kernel interfa
ii  powersaved 0.14.0-6ubuntu1  
  power management daemon
ii  tcpdump3.9.5-2  
  A powerful tool for network monitoring and data acquis


BTW,
How can I tell which 3000 N100 model do I have...?

-- 
suspend/resume broken on Lenovo 3000 N100 
https://bugs.launchpad.net/bugs/63834
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


[Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-05-16 Thread Diego Iastrubni
** Summary changed:

- Lenovo 3000n N100 overheats when running 2.6.20-15-generic
+ Lenovo 3000 N100 overheats when running 2.6.20-15-generic

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 85894] Re: ThinkPad overheats

2007-05-16 Thread Diego Iastrubni
mafu,

In bug 114312 (which I opened specially for my model, since it's not
sure how similar are those computers), I can confirm that the older
kernel from Edgy works. Can you give this a try?

https://bugs.launchpad.net/ubuntu/+source/linux-
source-2.6.20/+bug/114312

-- 
ThinkPad overheats
https://bugs.launchpad.net/bugs/85894
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


[Bug 114312] Re: Lenovo 3000 N100 overheats when running 2.6.20-15-generic

2007-05-16 Thread Diego Iastrubni
Here is the temperature (while compiling a kernel using make -j 2,
after a resume ):

[EMAIL PROTECTED]:~$ cat /proc/acpi/thermal_zone/*/*
cooling mode:   active
polling disabled
state:   ok
temperature: 102 C
critical (S5):   102 C
passive: 87 C: tc1=0 tc2=4 tsp=4 devices=0xdf8046bc 0xdf8046a8

I am attaching dmesg. Something funny I see there:
[  490.216000] ACPI Exception (acpi_thermal-0412): AE_NOT_FOUND, Invalid active 
threshold [0] [20060707]


** Attachment added: dmesg
   http://librarian.launchpad.net/7665717/dmsg.txt

-- 
Lenovo 3000 N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 114312] Re: Lenovo 300n N100 overheats when running 2.6.20-15-generic

2007-05-15 Thread Diego Iastrubni
More info:

I compiled a stock 2.6.21.1 from kernel.org. Same problem: when I resume
from suspend to disk the fan does not work.

Then I booted back to the kernel of 6.10 2.6.17-11-generic. Now the fan
is working after suspend to disk. The temperature stays at about 60C
when compiling a kernel, while on 2.6.21.1 it went up to 103C after 2
hours of normal usage, as browsing the net.

I will try several kernels from kernel.org, to find where exactly the
laptop fails.

-- 
Lenovo 300n N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 114312] Re: Lenovo 3000n N100 overheats when running 2.6.20-15-generic

2007-05-15 Thread Diego Iastrubni
** Summary changed:

- Lenovo 300n N100 overheats when running 2.6.20-15-generic
+ Lenovo 3000n N100 overheats when running 2.6.20-15-generic

-- 
Lenovo 3000n N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 85894] Re: ThinkPad overheats

2007-05-12 Thread Diego Iastrubni
I can confirm this for Lenovo 3000 N100. On my system in 6.10 it worked
pretty good, but after the update to 7.04, fans are not working at all.
The machine gets very hot, and booting to windows I see that that the
CPU temperature is high, and drops down after 10 minutes of usage.

[EMAIL PROTECTED]:/var/log# uname -a
Linux pinky 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux

-- 
ThinkPad overheats
https://bugs.launchpad.net/bugs/85894
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


[Bug 63834] Re: suspend/resume broken on Lenovo 3000 N100

2007-05-12 Thread Diego Iastrubni
I just wanted to comment that this is working nicely on 7.04.

Hoever, I am facing heat problems on my machine after upgrade, so I would not 
recommend you upgrade yet. See:
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/85894

-- 
suspend/resume broken on Lenovo 3000 N100 
https://bugs.launchpad.net/bugs/63834
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


[Bug 114312] Lenovo 300n N100 overheats when running 2.6.20-15-generic

2007-05-12 Thread Diego Iastrubni
Public bug reported:

When running 6.10 the fan control was working pretty good. After
upgrading to 7.04 the fan control does not work at all causing the
machine to overheat. Rebooting to windows shows that the CPU temperature
is about 50, and can get down to ~30 after 10 minutes of working.

[EMAIL PROTECTED]:~$ uname -a
Linux pinky 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux

I will try to lookup older deb versions and reboot.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Lenovo 300n N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 114312] Re: Lenovo 300n N100 overheats when running 2.6.20-15-generic

2007-05-12 Thread Diego Iastrubni
After initial panic, I started testing. On Linux the temperature can get
as high as 60, while on windows it reaches 32 in idle.

I rebooted the machine instead of hibernating it, and I started issuing
some dummy test commands (whilte true; do cat /dev/null  /dev/zero)
while quering the temp of the machine (watch -n1 cat cat
/proc/acpi/thermal_zone/*/*). I can see the temp getting high from 52 to
62, and then the fan started working (I also added another test thread
to test the other CPI, as this is a dual core machine). The highest
temperature I measure was 62 with fan working lightly. The lowest
temperature measured was 49.

Then on the second test, I hibernated the machine and on restart I did
the same tests. Now on 2 cat threads, the temperature was up 72, and
the fan was not working at all. When I stopped the test threads, the
temperature did not drop down as on the first tests.

-- 
Lenovo 300n N100 overheats when running 2.6.20-15-generic
https://bugs.launchpad.net/bugs/114312
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


[Bug 79225] kde-guidance should announce it's hibernating

2007-01-14 Thread Diego Iastrubni
Public bug reported:

Imagine that you are working on a laptop, and it's configured in such
way that 5 minutes before the battery is dry it should hibernate. You
start working on a document, and suddenly you see a message that the
battery is dry and the computer shuts down.

It would be nice if the kde daemon would tell you in 5 minutes your
computer is going to hibernate.

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
kde-guidance should announce it's hibernating
https://launchpad.net/bugs/79225

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


[Bug 79225] kde-guidance should announce it's hibernating

2007-01-14 Thread Diego Iastrubni
Public bug reported:

Imagine that you are working on a laptop, and it's configured in such
way that 5 minutes before the battery is dry it should hibernate. You
start working on a document, and suddenly you see a message that the
battery is dry and the computer shuts down.

It would be nice if the kde daemon would tell you in 5 minutes your
computer is going to hibernate.

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
kde-guidance should announce it's hibernating
https://launchpad.net/bugs/79225

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


[Bug 63834] Re: suspend/resume broken on Lenovo 3000 N100

2007-01-11 Thread Diego Iastrubni
on my system (same moduel, running kubuntu 6.10) hibernation works, even
tough it fails to resume on rare cases.

however, the wireless fails to work when i resume from suspend. a
workaround i found was killing the

   killall ipw3945d-2.6.17-10-generic 
   rmmod ipw3945
   modprobe ipw3945

it seems that the daemon fails on resume.

-- 
suspend/resume broken on Lenovo 3000 N100 
https://launchpad.net/bugs/63834

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


[Bug 78856] kdesktop in ltr in hebrew

2007-01-11 Thread Diego Iastrubni
Public bug reported:

Binary package hint: kdebase

When a user installs the kde hebrew translations, the UI gets reversed.
We will call this mode RTL.

Now, for some reason, kdesktop (the right click on the desktop, ctrl+f2,
etc) are all LTR, and still translated to hebrew, but missing several
translations. The problem is that kdesktop does not load kdelibs.mo at
all. Other applications DO load it. This explains why the UI is LTR and
not RTL: the string which reverses the UI is found in kdelibs.po, and
it's not been loaded.

This can be verified by killing kdesktop, and strace -f -eopen -o 1.txt
kdesktop

See also bug number 78318

** Affects: kdebase (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
kdesktop in ltr in hebrew
https://launchpad.net/bugs/78856

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


[Bug 78318] Re: Screensaver unlock dialog ignores translation

2007-01-11 Thread Diego Iastrubni
I am seeing something similar. Can you see what I wrote on bug number
78856?

-- 
Screensaver unlock dialog ignores translation
https://launchpad.net/bugs/78318

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


[Bug 74060] Re: lenovo 3000 N100 touch pad doesn't work after resume

2007-01-11 Thread Diego Iastrubni
I can reproduce this somtimes when resuming from sleep, never from
hibernate.

-- 
lenovo 3000 N100 touch pad doesn't work after resume
https://launchpad.net/bugs/74060

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