PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fonts bei make xconfig


tim99
18.04.03, 10:18
Hallo!

Hab irgendwie Probleme mit dem Schriften beim 'make xconfig'.

Hab einen Ausschnitt mal angehängt.

Ich benutze eine NVidia-Graphikkarte.

Wäre Dankbar für jede Hilfe!

Ciao

Tim

PS: Hier die XF86Config:


Section "ServerLayout"
Identifier "Tim Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "AlwaysCore"
EndSection



Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
# Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "xtrap"
Load "speedo"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
Option "Buttons" "5"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Emulate3Buttons" "yes"
EndSection

#


Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-48.5
VertRefresh 40-70
Option "dpms"
EndSection

Section "Device"
# no known options
Identifier "VESA driver (generic)"
Driver "vesa"
VendorName "VESA driver (generic)"
BoardName "VESA driver (generic)"
#BusID
EndSection

Section "Device"
Identifier "nv0"
Driver "nvidia"
Option "NvAGP" "3"
Option "NoLogo" "1"
Option "DigitalVibrance" "0"
Option "CursorShadow" "1"
Option "TwinView" "0"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "TVStandard" "PAL-B"
Option "MetaModes" "640x480@1024x768,1024x768@1024x768;640x480 @800x600,800x600 @800x600;640x480 @640x480,640x480 @640x480"
EndSection


Section "Screen"
Identifier "Screen0"
#Device "VESA driver (generic)"
Device "nv0"
Monitor "Monitor0"
DefaultDepth 16

Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
# Modes "640x480"
EndSubsection

EndSection

Section "DRI"
Mode 0666
EndSection