Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: hiro on September 13, 2010, 08:48:02 AM
-
All my fonts are rendered too small in gtk2. I'm currently using font size 64.
microcore 3.1 with radeon xorg, xinerama, kms
-
I have a similar sort of issue with kms, except that my problem is that gtk2 windows are rendered too big.
I played with a couple of settings in xorg.conf: Section "Monitor"
Identifier "LCD"
DisplaySize 260 162
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Integrated Graphics Chipset: Intel(R) 945GM"
BusID "PCI:0:2:0"
Option "DPI" "125 x 125"
Option "Monitor-LVDS1" "LCD"
EndSection
..basically I varied DisplaySize and DPI. Maybe you could also try 100dpi fonts?
-
If it is GTK2 related, you can change font style, size, etc. in GTK2 settings.
-
That's what I did...
-
I'm not using xorg.conf, but xrandr for my multiple screen setup.
And I'm only using truetye/freetype fonts.
After I now ran xrandr --dpi 75 gtk apps run correctly. It seems to be the only library which bothers about that property...
-
This thread may be a bit of age but...
Helped me to fix size of fonts which were way too big with Xorg, but besides from gtk2 apps also jwm (only dependent on X libs) and opera (in X toolkit mode) were affected, while with Xvesa font sizes have always been perfect out of the box.
Using "xrandr --dpi 75" fixes font sizes, though I lost a lot of energy and time, not realizing that with "jwm -restart" the new setting wasn't applied - it needed a kill and run cycle.
-
I take it "--dpi 75" is the size of the xorg fonts and not your screen?
-
Hrm? I just did "xrandr --dpi 75" as read in post above, which then renders fonts of apps mentioned much smaller. There seems to be no change with fonts of fltk apps or aterm (which were fine to begin with), I suspect it might affect antialiased fonts only (TTF ??).
-
Clarification: As I mentioned opera, only fonts of GUI are affected, not content of webpages.
-
Having done some more testing I can confirm the settings indeed affects only certain fonts.
I gets more obvious when choosing extreme values like --dpi 8 or --dpi 1024 :P
-
I'm not using xorg.conf, but xrandr for my multiple screen setup.
And I'm only using truetye/freetype fonts.
After I now ran xrandr --dpi 75 gtk apps run correctly.
Adding the value to .xsession fixes it for me without need of xrandr:
/usr/local/bin/Xorg -dpi 75 -nolisten tcp &