Send buglog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:
1. Re: Openmoko Bug #2255: xf86-video-glamo/703acea13: xrandr -o
1; xrandr -o 3 causes distortion (Openmoko Public Trac)
2. Re: Openmoko Bug #2255: xf86-video-glamo/703acea13: xrandr -o
1; xrandr -o 3 causes distortion (Openmoko Public Trac)
3. Re: Openmoko Bug #2255: xf86-video-glamo/703acea13: xrandr -o
1; xrandr -o 3 causes distortion (Openmoko Public Trac)
4. Re: Openmoko Bug #2209: alsactl restore wakes up X
(Openmoko Public Trac)
5. Re: Openmoko Bug #2255: xf86-video-glamo/703acea13: xrandr -o
1; xrandr -o 3 causes distortion (Openmoko Public Trac)
6. Re: Openmoko Bug #2253: Very high, silent beep when screen in
horizontal mode (xrand -3) (Openmoko Public Trac)
7. Re: Openmoko Bug #2253: Very high, silent beep when screen in
horizontal mode (xrand -3) (Openmoko Public Trac)
--- Begin Message ---
#2255: xf86-video-glamo/703acea13: xrandr -o 1; xrandr -o 3 causes distortion
---------------------+------------------------------------------------------
Reporter: lindi | Owner: openmoko-devel
Type: defect | Status: new
Priority: highest | Milestone:
Component: unknown | Version: unspecified
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Comment(by lindi):
I reverted only 6bf861ed654ff59cdf8829e47d6b7361c40f75ba and I can still
see the bug on screen and in the output of virtual_size:
{{{
li...@ginger:~$ head /sys/class/graphics/fb0/{stride,virtual_size}
==> /sys/class/graphics/fb0/stride <==
960
==> /sys/class/graphics/fb0/virtual_size <==
960,640
li...@ginger:~$ xrandr -o 1
li...@ginger:~$ head /sys/class/graphics/fb0/{stride,virtual_size}
==> /sys/class/graphics/fb0/stride <==
960
==> /sys/class/graphics/fb0/virtual_size <==
640,960
li...@ginger:~$ xrandr -o 3
li...@ginger:~$ head /sys/class/graphics/fb0/{stride,virtual_size}
==> /sys/class/graphics/fb0/stride <==
960
==> /sys/class/graphics/fb0/virtual_size <==
480,1280
}}}
Now also /etc/init.d/xdm stop works normally.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2255#comment:5>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2255: xf86-video-glamo/703acea13: xrandr -o 1; xrandr -o 3 causes distortion
---------------------+------------------------------------------------------
Reporter: lindi | Owner: openmoko-devel
Type: defect | Status: new
Priority: highest | Milestone:
Component: unknown | Version: unspecified
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Comment(by lindi):
I reverted now both 8e07543735b1b180ff45993f0e3cc82dad8142ea and
6bf861ed654ff59cdf8829e47d6b7361c40f75ba and everything seems to work
normally:
{{{
li...@ginger:~$ head /sys/class/graphics/fb0/{stride,virtual_size}
==> /sys/class/graphics/fb0/stride <==
960
==> /sys/class/graphics/fb0/virtual_size <==
480,1280
li...@ginger:~$ xrandr -o 1
li...@ginger:~$ head /sys/class/graphics/fb0/{stride,virtual_size}
==> /sys/class/graphics/fb0/stride <==
960
==> /sys/class/graphics/fb0/virtual_size <==
1280,480
li...@ginger:~$ xrandr -o 3
li...@ginger:~$ head /sys/class/graphics/fb0/{stride,virtual_size}
==> /sys/class/graphics/fb0/stride <==
960
==> /sys/class/graphics/fb0/virtual_size <==
1280,480
}}}
This means that we have narrowed the bug down to commit:
{{{
commit 8e07543735b1b180ff45993f0e3cc82dad8142ea
Author: Balaji Rao <[email protected]>
Date: Thu Jan 29 18:25:32 2009 +0000
Subject: glamo_fix_improper_xrandr_geometry_setting.patch
X-Git-Url:
http://git.openmoko.org/?p=kernel.git;a=commitdiff_plain;h=3b09161ffa5f29870d1f2cab1442f79ff2017b69
glamo_fix_improper_xrandr_geometry_setting.patch
Switching to xrandr -o 3 from xrandr -o 1 caused the screen to look
crazy
because of the way lcd geometry is set in glamo. This patch fixes it.
Signed-off-by: Balaji Rao <[email protected]>
}}}
I'add add balajirrao to Cc but I don't seem to have permissions to do
that. I'm sending him email instead.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2255#comment:6>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2255: xf86-video-glamo/703acea13: xrandr -o 1; xrandr -o 3 causes distortion
---------------------+------------------------------------------------------
Reporter: lindi | Owner: openmoko-devel
Type: defect | Status: new
Priority: highest | Milestone:
Component: unknown | Version: unspecified
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Comment(by lars):
8e07543735b1b180ff45993f0e3cc82dad8142ea seems to try to fix some Xglamo
bugs in the kernel driver. This is a really really bad idea and I don't
think I'm going to re-implement bugs seen in Xglamo just to be compatible
with the kernel driver.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2255#comment:7>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2209: alsactl restore wakes up X
-----------------------------+----------------------------------------------
Reporter: lindi | Owner: openmoko-kernel
Type: defect | Status: new
Priority: normal | Milestone:
Component: System Software | Version:
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
-----------------------------+----------------------------------------------
Comment(by joerg):
Internal power management of ALSA WM8753 driver enables and disables
MICBIAS depending on setting of control.66.
MICBIAS triggers HOLD.
When pressing and holding down HOLD-button of an attached headset, IRQ
generation and screen wakeup via control.66 as well as 'alsactl restore'
is stopped.
Masking HOLD-IRQ by tracking JACK_INSERT seems to be the best way fix this
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2209#comment:9>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2255: xf86-video-glamo/703acea13: xrandr -o 1; xrandr -o 3 causes distortion
---------------------+------------------------------------------------------
Reporter: lindi | Owner: openmoko-devel
Type: defect | Status: new
Priority: highest | Milestone:
Component: unknown | Version: unspecified
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Changes (by andy):
* cc: balajir...@… (added)
Comment:
If it's better to fix these issues in Xglamo, who is going to do that?
It's out of scope for Balaji and myself.
It's fine if someone will commit to that, we will reduce Balaji's patch
down to what it usefully otherwise corrects if anything.
But the problem Balaji's fixing there is reported as a Kernel regression
IIRC "that worked on 2.6.24".
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2255#comment:8>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2253: Very high, silent beep when screen in horizontal mode (xrand -3)
---------------------+------------------------------------------------------
Reporter: rhk | Owner: openmoko-devel
Type: defect | Status: new
Priority: normal | Milestone:
Component: unknown | Version:
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
---------------------+------------------------------------------------------
Changes (by wendy_hung):
* cc: test...@… (added)
Comment:
we would like to know which hardware version you're using (open the front
case, you'll see A5/A6 word at left bottom corner). The testing team
doesn't happen with this problem while testing this, but maybe because
we're using different HW version?
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2253#comment:4>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2253: Very high, silent beep when screen in horizontal mode (xrand -3)
---------------------+------------------------------------------------------
Reporter: rhk | Owner: openmoko-devel
Type: defect | Status: new
Priority: normal | Milestone:
Component: unknown | Version:
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
---------------------+------------------------------------------------------
Comment(by andy):
My guess is this problem belongs to the specific unit FWIW, likely
something to do with total current on that device or something physical
about a PMU inductor that makes it resonate.
When we change to landscape orientation the speed of the Glamo video unit
changes and so does the total amount of current drawn, I guess the PMU is
feeling that for some reason.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2253#comment:5>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog