You are not logged in.
Well, I already released the newest wine package (1.1.12) to extra. The most interesting feature in this release, for me, is the font smoothing support. Maybe you have noticed that after installing the latest version, still no smooth fonts were used, this is because of the option not being enabled by default. For if you want to use this feature:
nano wine_fontsmoothing.reg
paste this in the file you just opened for writing:
REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
then, as user:
regedit wine_fontsmoothing.reg
Now launch winecfg, or any of your installed applications through wine, and there you have it. I'm still working out a way to get better smooth fonts, this ones hurt my eyes since the are sub-pixel, and look blueish to me. Any suggestions or help on this is greatly appreciated, I just wanted to get the ball rolling.
Offline
Where should I put this file? I tried creating it on .wine/ and regedit didn't work.
(lambda ())
Offline
Where should I put this file? I tried creating it on .wine/ and regedit didn't work.
You can put it anywhere. You could also add it manually.
Last edited by Procyon (2009-01-04 16:01:07)
Offline
regedit says it couldn't find the file:
(14:02|andre@overlord)
[~] ls
TODO/ code/ docs/ downloads/ images/ music/ my_songs/ roms/ tmp/ wine_fontsmoothing.reg
(14:02|andre@overlord)
[~] regedit ~/wine_fontsmoothing.reg
Warning: could not find DOS drive for current working directory '/home/andre', starting in the Windows directory.
regedit: File not found "/home/andre/wine_fontsmoothing.reg" (2)
(lambda ())
Offline
That worked nicely, thank you.
Somewhere, just out of sight, the Penguins are gathering!
Offline
It works for me in winecfg and other wine apps, but not in my other windows apps.
Offline
I just wanted to get the ball rolling.
And you have most excellently! Thank you for this registry update - I've been waiting to see nicer fonts in Wine for a long, long time.
Offline
For the ones having problems doing it the way I described in the original post, just:
nano .wine/user.reg
and in the [Control Panel\\Desktop] section in there, just below add:
"FontSmoothing"="2"
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002
Offline
I moved the file to .wine/drive_c/Program Files, but it didn't work too. Then I did as kensai said in the last post and it's working now. Thanks.
edit: moving the file to the folder I said should have solved the problem if there wasn't for a mistake I made. I don't know why, there was a V at the end of the last line. Something related to vim, but I can't tell why would I press V if I didn't want to go to visual mode.
Last edited by andre.ramaciotti (2009-01-05 15:02:05)
(lambda ())
Offline
wow, that really messed up my wine functionality. The only app I use in wine is ImgBurn, and now even after removing the font lines from user.reg the splash screen font looks all ugly, and then the application just locks up. I have to kill it with xkill. How can I fix this now? Did it mess up the registry somehow?
--------------------> okay, fixed it. I tried writing the original .reg file back to the registry, it gave a lot of errors, but it seems to work now. splash screen font is still fuged. not sure what's up with that, might be the WM. just glad to have ImgBurn working again.
Last edited by userlander (2009-01-05 16:25:39)
Offline
wow, that really messed up my wine functionality. The only app I use in wine is ImgBurn, and now even after removing the font lines from user.reg the splash screen font looks all ugly, and then the application just locks up. I have to kill it with xkill. How can I fix this now? Did it mess up the registry somehow?
--------------------> okay, fixed it. I tried writing the original .reg file back to the registry, it gave a lot of errors, but it seems to work now. splash screen font is still fuged. not sure what's up with that, might be the WM. just glad to have ImgBurn working again.
Well, this is a limitation from the only font smoothing option wine has so far, here i hope that this will improve eventually.
Offline
Wow, Wine looks SO much better with this, thanks!
Offline
Tried it again, works pretty well this time. I must have removed some line that was there before when I changed it back. Some fonts aren't smoothed, but overall it's much better.
What's the difference between fontsmoothing "1" and "2"? I tried them both and they look the same.
Offline
What's the difference between fontsmoothing "1" and "2"? I tried them both and they look the same.
Me neither, well, as of yet this is not well documented, so I'm just getting the ball rolling with the way I found it to work. If you guys find something more, let me know, through this thread.
Offline
Doesn't work for me on x86_64.
Last edited by userlander (2009-02-15 03:52:57)
Offline
Now the wine apps look much better! Thank you very much!
Offline
Thanks a lot!!
Its so much easier to read word files!
Offline
You should add this to the Wine Wiki, too.
Last edited by Wintervenom (2009-02-24 05:06:32)
Offline
Doesn't work for me on x86_64. :(
doesn't work for me too
Offline
userlander wrote:Doesn't work for me on x86_64.
doesn't work for me too
at least, for me using bin32-wine-suse, I get the font smoothing for the text inside the application but not for the application itself. Will have to investigate more on this.
And yeah, whoever wants to add this to the wiki, I give you my bless.
Offline
userlander wrote:Doesn't work for me on x86_64.
doesn't work for me too
It works for me.
local/bin32-wine 1.1.15-1
Interpreter for the Windows 3.x and Win32 APIs
What version of wine do you use?
Offline
For the ones having problems doing it the way I described in the original post, just:
nano .wine/user.reg
and in the [Control Panel\\Desktop] section in there, just below add:
"FontSmoothing"="2" "FontSmoothingGamma"=dword:00000578 "FontSmoothingOrientation"=dword:00000001 "FontSmoothingType"=dword:00000002
thanks kensai!
works great here, bin32-wine version 1.1.15.
ps: some apps like the veoh downloader does not show fonts anymore. so i had to change this back.
Last edited by DonVla (2009-02-27 08:11:57)
Offline
I wouldn't call it a simpler solution. All you have to do is copy and paste the reg keys into a file and run them :s
Offline
BTW, there is a simplier solution.
whoah! that one works for me while editing the user.reg file doesn't. Maybe because I'm using the suse package? (1.1.16)
Offline
It worked like a charm! Cool! Thanks!
Offline