[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=549882

https://bugzilla.novell.com/show_bug.cgi?id=549882#c19


--- Comment #19 from cygeus cygeus  2011-08-11 12:38:47 UTC 
---
(In reply to comment #18)
> > Only the first fraction of a text elemt is displayed.
> Same problem here. I've tried several software versions, without any effect.
> Is this a mono bug or should I create a bug report for KeePass?
Ignore my previous post. It was an user error, in Gentoo if you compile
dev-dotnet/libgdiplus with the cairo USE flag the font problem is solved.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2011-02-17 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=549882

https://bugzilla.novell.com/show_bug.cgi?id=549882#c18


cygeus cygeus  changed:

   What|Removed |Added

 CC||cyg...@gmail.com

--- Comment #18 from cygeus cygeus  2011-02-17 16:23:03 UTC 
---
(In reply to comment #17)
> Could this be related?
> 
> Only the first fraction of a text elemt is displayed.
Same problem here. I've tried several software versions, without any effect.
Is this a mono bug or should I create a bug report for KeePass?

KeePass 2.14
Mono 2.6.7 and 2.8.2
xorg-server 1.9.2 and 1.9.4
xf86-video-intel 2.13 and 2.14
pixman 0.20 and 0.20.2
linux-2.6.34-gentoo-r12

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2010-04-19 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

http://bugzilla.novell.com/show_bug.cgi?id=549882#c17


--- Comment #17 from René Leonhardt  2010-04-19 09:31:32 UTC ---
Created an attachment (id=355231)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355231)
Screenshot of KeePass 2.10 on Mono 2.6.3

Could this be related?

Only the first fraction of a text elemt is displayed.
In addition, the menu bar shows only the first text element. 
When I hover over the other text elements they appear in blue.
When I hover again over the other text elements they disappear again.

KeePass 2.10
Mono 2.6.3
X.Org 1.7.6
radeon 6.12.6
Pixman 0.17.2
linux-2.6.33-gentoo-r1

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-12-09 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

http://bugzilla.novell.com/show_bug.cgi?id=549882#c16


Ivan Zlatev  changed:

   What|Removed |Added

 CC||j...@byjg.com.br

--- Comment #16 from Ivan Zlatev  2009-12-09 14:54:41 UTC ---
*** Bug 561854 has been marked as a duplicate of this bug. *** 
http://bugzilla.novell.com/show_bug.cgi?id=561854

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-11-03 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User heikki.saloka...@gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c14


Heikki Salokanto  changed:

   What|Removed |Added

 CC||heikki.saloka...@gmail.com




--- Comment #14 from Heikki Salokanto   2009-11-03 
02:45:31 MST ---
(In reply to comment #13)
> I am having the same trouble I downloaded the latest drivers ran 
> ./configure
> make
> make install (as root)
> 
> all appeared to work ok but I do not know if and how to use the new driver as
> the program still appears not to render any text.

"make install" places the new drivers in an incorrect directory.

Switch to a text console (ctrl-alt-f1) and execute:
# sudo service gdm stop
# sudo cp /usr/local/lib/xorg/modules/drivers/* /usr/lib/xorg/modules/drivers
# sudo service gdm start

Check /var/log/Xorg.0.log for the driver version currently in use. It should
say something like:

  (II) Module intel: vendor="X.Org Foundation"
compiled for 1.6.4, module version = 2.9.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 5.0

Switching to the new drivers solved the problem for me.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-11-02 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User dan_keep...@hotmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c13





--- Comment #13 from Daniel Keeping   2009-11-02 
15:11:00 MST ---
Hi All,

I am having the same trouble I downloaded the latest drivers ran 
/configure
make
make install (as root)

all appeared to work ok but I do not know if and how to use the new driver as
the program still appears not to render any text.

Any help would be appreciated

p.s. Trey I also downloaded the file you have with the autogen which I got from
a link on the driver release announcement but this errored for me so downloaded
it from the following link.

http://xorg.freedesktop.org/archive/individual/driver/

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-11-02 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User wea...@nc.rr.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c12


Trey Weaver  changed:

   What|Removed |Added

 CC||wea...@nc.rr.com




--- Comment #12 from Trey Weaver   2009-11-02 07:58:11 MST ---
I am having the same problem and I wanted to install xserver-xorg-video-intel
2:2.9.1.  

But, I am having some difficulties.  It appears that the instructions do not
work that I found at:

http://intellinuxgraphics.org/install.html

"If these packages are available, building should be as simple as:
$ ./autogen
$ make
$ sudo -c "make install"
"

In the first step there is no file "autogen" in the package.

Can someone help me figure out how to install this package?

The README found in the package is no help.

I am not an expert at Linux or Driver Install, so it is probably something
obvious.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-30 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User michel.lafonp...@gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c11





--- Comment #11 from Michel LAFON-PUYO   2009-10-30 
01:46:06 MDT ---
I installed xf86-video-intel 2.9.1 (a.k.a xserver-xorg-video-intel) from
sources and the text is back. 

It seems definitively it is a driver problem and has nothing to do with mono.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User michel.lafonp...@gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c10





--- Comment #10 from Michel LAFON-PUYO   2009-10-29 
09:41:41 MDT ---
Uh... I'm sorry, copy/paste error.

I was referring to the following bug report:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/462349

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User cia...@ciarang.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c9





--- Comment #9 from Ciaran Gultnieks   2009-10-29 08:33:48 
MDT ---
Yes, you're right, that machine has version 2:2.9.0-1ubuntu2 of
xserver-xorg-video-intel.

I'm still not seeing any mention of this stuff at
https://bugs.launchpad.net/ubuntu/+source/mono/+bug/456279 though, what I am
doing wrong? Three comments, and the original report - no mention of video
drivers or Xorg.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User michel.lafonp...@gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c8





--- Comment #8 from Michel LAFON-PUYO   2009-10-29 
08:13:06 MDT ---
In my understanding, it is a 2-part driver: the first part is in the kernel
(i915.ko) and the second part is a Xorg module named xf86-video-intel (or
xserver-xorg-video-intel in the Ubuntu package list).

The links above mentions the Xorg module. 

Please could you try to find the package version on your system to confirm it
is a 2.9.0 version problem?
For example, you can try the following command line:
dpkg -l | grep xserver-xorg-video-intel

Thank you.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User cia...@ciarang.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c7





--- Comment #7 from Ciaran Gultnieks   2009-10-29 07:58:04 
MDT ---
The machine I'm seeing this on has the i915 chipset. (using
/lib/modules/2.6.31-14-generic/kernel/drivers/gpu/drm/i915/i915.ko)

I don't see any mention of the video driver on that launchpad bug - is that the
wrong link, or am I looking in the wrong place?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User michel.lafonp...@gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c6


Michel LAFON-PUYO  changed:

   What|Removed |Added

 CC||michel.lafonp...@gmail.com




--- Comment #6 from Michel LAFON-PUYO   2009-10-29 
07:34:31 MDT ---
I have 2 boxes with similar configuration (Archlinux Mono 2.4.2). The first one
is in fact a virtual machine (Vmware) and there is no text rendering problem
with it. 

The second one is a netbook with i945 graphic chipset (xf86-video-intel 2.9.0
driver) and I have the same issue as Andrew (cf. screenshot) and Ciaran with
all the Mono applications I tried.

According to https://bugs.launchpad.net/ubuntu/+source/mono/+bug/456279 it
seems to be a problem with this particular version of the driver...

Could you confirm that you are using this driver too?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-26 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User cia...@ciarang.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c5





--- Comment #5 from Ciaran Gultnieks   2009-10-26 14:51:15 
MDT ---
See also: https://bugs.launchpad.net/ubuntu/+source/mono/+bug/456279

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-26 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User cia...@ciarang.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c4





--- Comment #4 from Ciaran Gultnieks   2009-10-26 12:21:58 
MDT ---
Just to clarify the above, these are all standard WinForms controls, with no
explicit colour settings. So, for example, a read-only TextBox does render
text. An editable TextBox does not. However, a Label doesn't render text
either, even though it would be the same font and colour as the read-only
TextBox.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-26 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User cia...@ciarang.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c3


Ciaran Gultnieks  changed:

   What|Removed |Added

 CC||cia...@ciarang.com




--- Comment #3 from Ciaran Gultnieks   2009-10-26 12:14:22 
MDT ---
Just for info, I have the same problem. Was fine on Intrepid, (almost) no text
rendered when upgraded to Karmic. Could well be a colour issue, since the text
that *is* rendered is all black on a grey background, while all the missing
text is (or isn't) on a white background.

Anything I can do to workaround or help diagnose further?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-26 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User ajorgen...@novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c2





--- Comment #2 from Andrew Jorgensen   2009-10-26 
07:22:37 MDT ---
Created an attachment (id=324113)
 --> (http://bugzilla.novell.com/attachment.cgi?id=324113)
screenshot of NClass

This doesn't seem to be the same bug.  I switched to the Clearlooks theme
before taking this screenshot and it has the same bug (I had been using the new
Darkroom theme).

Another possible culprit would be cairo, etc. which we normally embed in
gdiplus (with a specific version) but debian / ubuntu likes to link to the
system version.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2009-10-25 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=549882

User calberto.cor...@gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549882#c1


Carlos Alberto Cortez  changed:

   What|Removed |Added

 CC||calberto.cor...@gmail.com




--- Comment #1 from Carlos Alberto Cortez   
2009-10-25 10:38:32 MDT ---
Andrew: just for the sake of testing purposes, could you provide a screenshot?
We got a similar issue on irc in the latest days, and it was due to the colors
selected to draw the strings.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs