I am are using a windows program under linux via wine. The program runs fine with KDE. Didn't test it on gnome. Finally we wanted to start the program without KDE - something like kiosk mode, so users not to be able to use anything but this gui program. I do that by:
startx the_program.exe
The program runs and it works, but the fonts are not antialised at all. xfs server is started:
[root@mclive5 ~]# chkconfig --list|grep -i xfs
xfs 0:off 1:off 2:on 3:on 4:on 5:on 6:off
"startx firefox" works just fine and with anti-aliasing.
Linux distribution is CentOS 5.5, wine is 1.2.1 (1.2.1-1.el5.rf from romforge)
Any ideas how to turn on antialising?
