Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Antialiased fonts using the nvidia driver
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mserms
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 162
Location: Edinburgh

PostPosted: Thu Feb 24, 2005 1:02 am    Post subject: Antialiased fonts using the nvidia driver Reply with quote

When using the "nv" driver, my window fonts in KDE are antialiased. If I swap the driver to "nvidia", they're much uglier! I have tried turning on antialiasing in nvidia-settings, to no avail.

Can anyone tell me what I'm doing wrong please? xorg.conf is below:

Code:

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection

Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

    FontPath    "/usr/share/fonts/misc:unscaled"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/freefont"
    FontPath    "/usr/share/fonts/sharefonts"
    FontPath    "/usr/share/fonts/terminus"
    FontPath    "/usr/share/fonts/unifont"
    FontPath    "/usr/share/fonts/75dpi:unscaled"
    FontPath    "/usr/share/fonts/100dpi:unscaled"
    FontPath    "/usr/share/fonts/artwiz"
# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection


EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc102"
    Option "XkbLayout"  "gb"

EndSection

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping" "4 5"

    Option "Emulate3Buttons"

EndSection


Section "Monitor"

    Identifier  "lcd"

     HorizSync   31.5 - 48.5

    VertRefresh 50-90

EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "Nvidia"
    #CHANGING NEXT LINE TO "nv" ALLOWS ANTI-ALIASED FONTS
    Driver      "nvidia"
    #VideoRam    32768
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Nvidia"
    Monitor     "lcd"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection



Thanks.

Mark
Back to top
View user's profile Send private message
madhusker
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2004
Posts: 82
Location: Illinois

PostPosted: Sun Mar 12, 2006 12:45 am    Post subject: Reply with quote

wow! One year and no posts. Same problem here......
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sun Mar 12, 2006 1:16 am    Post subject: Re: Antialiased fonts using the nvidia driver Reply with quote

Change Section "Module" to:
Code:
Section "Module"
        Load                    "glx"
        Load                    "freetype"
        Load                    "bitmap"
        Load                    "type1"
        Load                    "vbe"
        Load                    "extmod"  # Very important
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum