[Bug 209145] Re: Evince couldnot display chinese pdf files

2008-11-20 Thread Alan Tam
I am not sure why wlx can display both correctly.
I think the difference that one works and one doesn't is exactly equivalent to 
the upstream bug. https://bugs.freedesktop.org/show_bug.cgi?id=15301

Even a person who doesn't know Chinese is likely to tell the difference.
* http://bugs.freedesktop.org/attachment.cgi?id=16318
* http://bugs.freedesktop.org/attachment.cgi?id=16319

I noticed more people experiencing the same problem.
* http://linuxdesktop.cn/2007/11/27/xpdf.html
* http://www.linuxsir.org/bbs/thread259224.html

Comment 8 in the link has probably a correct diagnosis of the problem, pending 
to be fixed by upstream.
Using xpdf instead or recompiling poppler with splash backend seems to be 
workarounds.

-- 
Evince couldnot display chinese pdf files
https://bugs.launchpad.net/bugs/209145
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 209145] Re: Evince couldnot display chinese pdf files

2008-11-08 Thread Alan Tam
I can read the chinese after installing poppler-data in my intrepid
install (contrary to earlier reports).

Even though it works, I am dissatisfied with this solution, especially
since the name poppler-data is not meaningful enough. In fact, most
other X-data packages are direct/indirect dependency from the X
package. This induces us not to think the action installing poppler-
data will solve a problem in the poppler package.

It would be much better if it is called poppler-pdf-international-extra.

-- 
Evince couldnot display chinese pdf files
https://bugs.launchpad.net/bugs/209145
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 32963] Xv movies on 810/i945 gives horrible color, Gamma

2007-03-21 Thread Alan Tam
Public bug reported:

I bought a new desktop with a Foxconn 945G7MA-8EKRS2 motherboard [1].

I installed Dapper Flight 4 and bug 27180 occurred. I chose i810 and
results in a working X. However, whenever I play video, the colors are
distorted very much.

I tried with mplayer and found that if I switch the video driver from
xv to gl, then colors will be ok, but very slow. Of course, totem
won't let me switch the driver either --- Where has Multimedia System
Selector gone?

I cannot test using Breezy since it hangs somewhere during booting the
Live CD.

[EMAIL PROTECTED]:~$ sudo lspci -v
...
:00:02.0 VGA compatible controller: Intel Corporation 945G Integrated 
Graphics Controller (rev 02) (prog-if 00 [VGA])
Subsystem: Foxconn International, Inc.: Unknown device 0cc0
Flags: bus master, fast devsel, latency 0, IRQ 193
Memory at fdf0 (32-bit, non-prefetchable) [size=512K]
I/O ports at ff00 [size=8]
Memory at d000 (32-bit, prefetchable) [size=256M]
Memory at fdf8 (32-bit, non-prefetchable) [size=256K]
Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 
Enable-
Capabilities: [d0] Power Management version 2
...

My monitor is LG L1950S.


[1] 
http://www.foxconnchannel.com/products_motherboard_2.cfm?pName=945G7MA-8EKRS2

** Affects: totem (upstream)
 Importance: Undecided
 Status: Rejected
** Affects: totem (Ubuntu)
 Importance: Medium
 Status: Confirmed
** Affects: xserver-xorg-video-i810 (Ubuntu)
 Importance: Medium
 Status: Rejected
** Affects: xserver-xorg-driver-i810 (Debian)
 Importance: Unknown
 Status: Needs Info

-- 
Xv movies on 810/i945 gives horrible color, Gamma
https://launchpad.net/bugs/32963

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


[Bug 78343] Re: gnome-terminal mouse performance slow on feisty

2007-03-04 Thread Alan Tam
I can confirm that both gnome-terminal and xfce4-terminal works fine for
me now.

-- 
gnome-terminal mouse performance slow on feisty
https://launchpad.net/bugs/78343

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


[Bug 88678] New tab crashes both gnome-terminal and xfce4-terminal

2007-02-28 Thread Alan Tam
Public bug reported:

Binary package hint: xorg

It only occurs after the latest xorg upgrade available today.

Steps:
1. Run gnome-terminal (or xfce4-terminal)
2. Maximize it
3. Ctrl-Shift-T
4. segfault

No problem if not maximized.
Running {xfce4,gnome}-terminal --geometry=80x25 also crashes.

I don't know what packages I need to install to generate a correct stacktrace.
[EMAIL PROTECTED]:~$ gdb xfce4-terminal
...
(gdb) r
...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220655424 (LWP 15071)]
0xb7e1d528 in ?? () from /usr/lib/libvte.so.9
(gdb) bt
#0  0xb7e1d528 in ?? () from /usr/lib/libvte.so.9
#1  0x083ff260 in ?? ()
#2  0x083e06c0 in ?? ()
#3  0xbfe885a8 in ?? ()
#4  0xb7e094d6 in ?? () from /usr/lib/libvte.so.9
#5  0x0073 in ?? ()
#6  0x083e2ba0 in ?? ()
#7  0x in ?? ()
#8  0xb7eadda4 in ?? () from /usr/lib/libvte.so.9
#9  0x in ?? ()
(gdb)

** Affects: vte (Ubuntu)
 Importance: Medium
 Assignee: Ubuntu Desktop Bugs
 Status: Fix Released

-- 
New tab crashes both gnome-terminal and xfce4-terminal
https://beta.launchpad.net/bugs/88678

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


[Bug 88489] Re: [feisty] launching gnome-terminal w/geometry argument segfaults

2007-02-28 Thread Alan Tam
I can confirmed that the new libvte fixes the crash.
But running gnome-terminal --geomtery=80x20 has the following unexpected 
behavior - there are some new lines after first character of my shell prompt 
only when the number of rows specified  24 OR  54.

** Attachment added: screenshot
   http://librarian.launchpad.net/6568267/gnome-terminal-geometry-80x20.png

-- 
[feisty] launching gnome-terminal w/geometry argument segfaults
https://launchpad.net/bugs/88489

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


[Bug 78343] Re: gnome-terminal mouse performance slow on feisty

2007-02-23 Thread Alan Tam
I also see the same problem, in fact even more problems, and in fact
with both gnome-terminal and xfce4-terminal. All these happened since I
upgraded to Herd 3, and still persists till now.

General slowness with gnome-terminal is one thing. Sometimes typing a
character to the shell takes a second to appear. Selecting with mouse is
also very slow, especially when it involves scrolling. Scrolling by
Shift-Up/Down is also very slow.

Sometimes, I see broken characters (yes, part of the character is
missing) inside the terminal, but when I select the text, the characters
become alright. But they appear broken again when I deselect.

I am using IBM T40 with P4M 1.4G and 768MB RAM.

-- 
gnome-terminal mouse performance slow on feisty
https://launchpad.net/bugs/78343

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


[Bug 32963] Re: Xv movies on 810/i945 gives horrible color, Gamma

2006-06-14 Thread Alan Tam
matt,

Now that half of the bug is fixed. You don't need xvattr. Just tune the
contrast (Edit - Preferences - Display) into 25% and it will look
right.

-- 
Xv movies on 810/i945 gives horrible color, Gamma
https://launchpad.net/bugs/32963

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


[Bug 32963] Re: Xv movies on 810/i945 gives horrible color, Gamma

2006-05-30 Thread Alan Tam
Will you upload to dapper a new default constrast?

-- 
Xv movies on 810/i945 gives horrible color, Gamma
https://launchpad.net/bugs/32963

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


[Bug 40990] Re: Print failure to HP PSC 750 in Dapper

2006-05-26 Thread Alan Tam
*** This bug is a duplicate of bug 39484 ***

** This bug has been marked a duplicate of bug 39484
   cups smb printing backend no longer works

-- 
Print failure to HP PSC 750 in Dapper
https://launchpad.net/bugs/40990

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


[Bug 39484] Re: cups smb printing backend no longer works

2006-05-26 Thread Alan Tam
** Bug 40990 has been marked a duplicate of this bug

-- 
cups smb printing backend no longer works
https://launchpad.net/bugs/39484

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


[Bug 32963] Re: Xv movies on 810/i945 gives horrible color, Gamma

2006-05-23 Thread Alan Tam
I've installed 1.4.1.3-0ubuntu6 and rebooted. It still persists.

** Changed in: xserver-xorg-driver-i810 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Xv movies on 810/i945 gives horrible color, Gamma
https://launchpad.net/bugs/32963

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


[Bug 32963] Re: Xv movies on 810/i945 gives horrible color, Gamma

2006-05-23 Thread Alan Tam
I suppose you typed an extra # there.

[EMAIL PROTECTED]:~$ xvattr | awk '/ 
Name/{printf$2}/Current/{printf\t%08x\n,$3}'
XV_COLORKEY 000101fe
XV_BRIGHTNESS   fffb
XV_CONTRAST 0030
XV_GAMMA0   
XV_GAMMA1   00101010
XV_GAMMA2   00202020
XV_GAMMA3   00404040
XV_GAMMA4   00808080
XV_GAMMA5   00ff

-- 
Xv movies on 810/i945 gives horrible color, Gamma
https://launchpad.net/bugs/32963

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


[Bug 32963] Re: Xv movies on 810/i945 gives horrible color, Gamma

2006-05-23 Thread Alan Tam
The same values are shown even when totem is playing. When I slide
contrast to the left, the video seems to become ok. But I expect it to
work when the contrast is in the middle.


Adding # does not work:
[EMAIL PROTECTED]:~$ xvattr | awk '/ 
Name/{printf$2}/Current/{printf\t%08#x\n,$3}'
awk: run time error: improper conversion(number 1) in printf(  %08#x
)
FILENAME=- FNR=9 NR=9


[EMAIL PROTECTED]:~$ dpkg -l | awk '/totem-/{print$1,$2m$3}'
ii libtotem-plparser11.4.1-0ubuntu3
rc totem-gstreamer1.3.91-0ubuntu2
ii totem-xine1.4.1-0ubuntu3

The same happens even if I replace totem-xine by totem-gstreamer.

-- 
Xv movies on 810/i945 gives horrible color, Gamma
https://launchpad.net/bugs/32963

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


[Bug 32963] Re: Xv movies on 810/i945 gives horrible color, Gamma

2006-05-23 Thread Alan Tam
It looks nice when XV_CONTRAST is around 55-70 (out of 255).

-- 
Xv movies on 810/i945 gives horrible color, Gamma
https://launchpad.net/bugs/32963

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