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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 3 04:45:33 EST 2009


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

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


Heikki Salokanto <heikki.salokanto at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |heikki.salokanto at gmail.com




--- Comment #14 from Heikki Salokanto <heikki.salokanto at gmail.com>  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.


More information about the mono-bugs mailing list