Sponsored Content
Operating Systems Linux Fedora Fedora 30 and Slackware 14.2, how to obtain the same rendering? Post 303036828 by Linusolaradm1 on Saturday 13th of July 2019 07:28:22 AM
Old 07-13-2019
Fedora 30 and Slackware 14.2, how to obtain the same rendering?

Look this very good rendering on Slackware 14.2
in my opinion is near perfect.

Image


Now look the same page on Fedora 30

Image

In my opinion the fonts on Fedora are too small and difficult to read, I prefer the fat fonts of Slackware 14.2.
Is possible to get the same rendering?
On Fedora I use the same settings of Slackware

Fonts: Deja Vu sans 10
DPI: 96
Hinting: slight

Of course Firefox use the same settings too
Sans Serif 16

On /etc/profile.d/freetype.sh I use this settings on Fedora

export FREETYPE_PROPERTIES=truetype:interpreter-version=35

And /etc/X11/Xresources is this on Fedora

Xft.hinting: true
Xft.autohint: false
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight

On Slackware is missing,so I cannot paste.

Any suggestion to avoid headache and eyes burning and get the same rendering of Slackware 14.2?
I have noticed the same problem on Slackware current
I use the Freetype 35 because otherwise fonts are even more small and unreadable.
 

6 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Unix GUI rendering

Does anyone know why Fonts and most Graphics in KDE and Gnome are rendered rather badly. There are some text editors in KDE where the font is just horrible as far as legible. Any links or knowledge on this topic would be grealy appreciated. A Huge Unix/Linux Fan Gregg (2 Replies)
Discussion started by: gdboling
2 Replies

2. Linux

Dual Boot Win XP And Fedora with Fedora Installed First

Hi everyone, I hope this question goes here. Anyways, I have a unique situation where my friend's comp has Fedora installed and wants to add Win XP as a dual boot without formatting the drive. Is it possible to create a partition on the current hard drive and then install win xp? I couldn't find... (4 Replies)
Discussion started by: eltinator
4 Replies

3. UNIX for Advanced & Expert Users

Exceed and offscreen rendering

Hi everyone. I made a program which renders a 3D scene into a pbuffer/pixmap (if pbuffer aren't supported) in order to export it to a postscript file. On a RHEL4 (32/64 bits) or whatever distribution may be, it works just fine. I'm using Exceed when I'm working under WinXP and each time I run my... (0 Replies)
Discussion started by: JB007ROLV
0 Replies

4. Red Hat

Fedora temporarily obtain root previlages

Hii friends!! i am quite a bit dealing with linux stuff i worked mostly on macosx unix side i created a user phoenix during installation of fedora 14 now after installation i want some rights to do a task i usually use sudo to elevate to do a operation; i did the same here but its going on... (3 Replies)
Discussion started by: phoenix_nebula
3 Replies

5. Red Hat

fedora grub help, moving to tri boot (XP, ubuntu, fedora soemething)

I will shortly be adding a fedora flavor to my devel box. I currently have XP (installed first on an ssd), ubuntu 10.04 (installed second on the first partition of a platter drive), and I want to add either Cent or SL on the second partition of the platter drive. I will probably also want to... (0 Replies)
Discussion started by: LMHmedchem
0 Replies

6. Red Hat

XCB crash while Video Rendering in multithreded application

I encounter the following crash on RHEL 7.0 when I run a multithreaded video rendering application using GLFW and OpenGL. OpenGL version is 2.1 and MESA version is 9.3.0 Following is the back trace of the multi-threaded program I am working on:... (0 Replies)
Discussion started by: anuachin
0 Replies
XFT(3)							     Library Functions Manual							    XFT(3)

NAME
XFT - X FreeType interface library DESCRIPTION
Xft is a simple library designed to interface the FreeType rasterizer with the X Rendering Extension. This manual page barely scratches the surface of this library. DATATYPES
XftPattern holds a set of names with associated value lists; each name refers to a property of a font. XftPatterns are used as inputs to the matching code as well as holding information about specific fonts. XftFont contains general font metrics and a pointer to either the core XFontStruct data or a structure holding FreeType and X Render Exten- sion data. XftFontStruct contains information about FreeType fonts used with the X Render Extension. XftFontSet contains a list of XftPatterns. Internally Xft uses this data structure to hold sets of fonts. Externally, Xft returns the results of listing fonts in this format. XftObjectSet holds a set of names and is used to specify which fields from fonts are placed in the the list of returned patterns when list- ing fonts. XftDraw is an opaque object which holds information used to render to an X drawable using either core protocol or the X Rendering exten- sion. FUNCTIONS
XftFont * XftFontOpen (Display *dpy, int screen, ...); XftFontOpen takes a list of pattern elements of the form (field, type, value) terminated with a 0, matches that pattern against the avail- able fonts and opens the matching font. Example: font = XftFontOpen (dpy, scr, XFT_FAMILY, XftTypeString, "charter", XFT_SIZE, XftTypeDouble, 12.0); This opens the charter font at 12 points. The point size is automatically converted to the correct pixel size based on the resolution of the monitor. void XftTextExtents8 (Display *dpy, XftFont *font, unsigned char *string, int len, XGlyphInfo *extents); XftTextExtents8 computes the pixel extents of "string" when drawn with "font". XftDraw * XftDrawCreate (Display *dpy, Drawable drawable, Visual *visual, Colormap colormap); XtDrawCreate creates a structure that can be used to render text and rectangles to the screen. void XftDrawString8 (XftDraw *d, XRenderColor *color, XftFont *font, int x, int y, unsigned char *string, int len); XftDrawString8 draws "string" using "font" in "color" at "x, y". void XftDrawRect (XftDraw *d, XRenderColor *color, int x, int y, unsigned int width, unsigned int height); XftDrawRect fills a solid rectangle in the specified color. XftConfig The XftConfig file contains configuration information for the Xft library consisting of directories to look at for font information as well as instructions on editing program specified font patterns before attempting to match the available fonts. config : "dir" STRING | "include" STRING | "includeif" STRING | "match" tests "edit" edits ; test : qual FIELD-NAME COMPARE CONSTANT ; qual : "any" | "all" ; edit : FIELD-NAME ASSIGN expr SEMI ; STRINGs are double-quote delimited. FIELD-NAMEs are identifiers, ASSIGN is one of "=", "+=" or "=+". expr can contain the usual arith- metic operators and can include FIELD-NAMEs. "dir" adds a directory to the list of places Xft will look for fonts. There is no particular order implied by the list; Xft treats all fonts about the same. "include" and "includeif" cause Xft to load more configuration parameters from the indicated file. "includeif" doesn't elicit a complaint if the file doesn't exist. If the file name begins with a '~' character, it refers to a path relative to the home directory of the user. If the tests in a "match" statement all match a user-specified pattern, the pattern will be edited with the specified instructions. Where ASSIGN is "=", the matching value in the pattern will be replaced by the given expression. "+="/"=+" will prepend/append a new value to the list of values for the indicated field. COMPATIBILITY
As of version 2, Xft has become relatively stable and is expected to retain source and binary compatibility in future releases. AUTHOR
Keith Packard, member of the XFree86 Project, Inc. XFree86 Version 1.0 XFT(3)
All times are GMT -4. The time now is 10:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy