Relation between xrdb and wine

Questions about Wine on Linux
Locked
etwineb
Level 4
Level 4
Posts: 101
Joined: Wed Dec 10, 2008 12:05 pm

Relation between xrdb and wine

Post by etwineb »

A recent thread remembered me that I have a weird behavior in my system.

As you can see in the enclosed pictures, wine has quite a different font rendering if I change the xrdb or not.
In my monitor the noxrdb.png text in the wine window is quite unreadable, the noxrdb.png is instead quite nice.

The command is:

Code: Select all

# xrdb -query | grep -vE 'Xft\.(anti|hint|rgba)' | xrdb
that essentially removes the configurations of anti, hint, and rgba from the X server resource database.


I have no idea of what can cause this, do anyone has an idea?
As far as I know no other applications show a similar problem.
Attachments
Resetting xrdb
Resetting xrdb
Default xrdb
Default xrdb
noxrdb.png (8.35 KiB) Viewed 1131 times
Locked