[Bug 24097] Missing letters and numbers in Starcraft II

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 30 11:56:35 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24097

--- Comment #36 from Christian Coish <ccoish at gmail.com> 2010-08-30 11:56:35 CDT ---
(In reply to comment #29)
> (In reply to comment #25)
> > I added nopat to my boot line, and now the fonts are working perfectly! Try it
> > and let me know.
> 
> Ubuntu 10.4, Wine 1.3.1, Ati Radeon HD 4850, ATI Catalyst 10.8
> 
> adding nopat to my kernel line in /boot/grub/grub.conf didn't change anything. 
> Fonts are still garbled.

I believe editing grub.conf directly won't work in recent versions of Ubuntu.
It gets overwritten on reboot.

To add nopat to grub, open a console and edit /etc/default/grub
sudo nano /etc/default/grub

Change the line:
GRUB_CMDLINE_LINUX=""
to
GRUB_CMDLINE_LINUX="nopat"

Save and exit, then run:
sudo update-grub

Adding nopat to grub this way worked for me

ATI catalyst 10.7 and 10.8 (tried both, they both work)
ATI 5750
Wine 1.3.1
Kernel 2.6.32-24
Ubuntu 10.04 (64-bit)

If that doesn't fix it, perhaps the workaround only works for 5000 series
cards? Can anyone with a 4000 series confirm if the nopat workaround works?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list