On Sat, 21 Jul 2001, Branden Robinson wrote:
> 
> On Sat, Jul 21, 2001 at 04:59:09PM -0700, Ian Eure wrote:
> > 1. switching from x to a text console corrupts fonts. very minor, but the
> > lower half of all my exclamation points are missing. :)
> 
> I used to have this problem with my Voodoo3 2000 PCI, but not anymore.
> 
> Can you provide your /etc/X11/XF86Config-4 file?
> 
attached.
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
#       FontPath        "unix/:7100"                    # local font server
#       FontPath        "unix/:7110"
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
#       FontPath        "/usr/lib/X11/fonts/cyrillic"
#       FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
#       FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/TrueType"

        #ModulePath "/usr/X11R6/lib/modules-dri"
        ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
        Load    "ddc"
        Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "pex5"
        Load    "record"
        Load    "xie"
        Load    "bitmap"
        Load    "freetype"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "int10"
EndSection

Section "InputDevice"
        Identifier      "Microsoft Natural Keyboard Pro"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "inet"
        Option          "XkbVariant"    "microsoftpro"
EndSection

Section "InputDevice"
        Identifier      "Logitech MouseMan M-CQ38"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/tts/0"
        Option          "Protocol"              "MouseMan"
EndSection

Section "InputDevice"
        Identifier      "Wacom Graphire Stylus"
        Driver          "wacom"
        Option          "USB" "on"
        Option          "Type" "stylus"
        Option          "Mode" "Absolute"
        Option          "KeepShape" "on"
        Option          "Device" "/dev/input/event0"
EndSection

Section "InputDevice"
        Identifier      "Wacom Graphire Eraser"
        Driver          "wacom"
        Option          "USB" "on"
        Option          "Type" "eraser"
        Option          "Mode" "Absolute"
        Option          "KeepShape" "on"
        Option          "Device" "/dev/input/event0"
EndSection

Section "InputDevice"
        Identifier      "Wacom Graphire Mouse"
        Driver          "wacom"
        Option          "USB" "on
        Option          "Type" "cursor"
        Option          "Mode" "Relative"
        Option          "AlwaysCore" "on"
        Option          "Device" "/dev/input/event0"
EndSection

Section "Device"
        Identifier      "3Dfx Voodoo3 2000 AGP"
        Driver          "tdfx"
EndSection

Section "Monitor"
        Identifier      "CTL 910TF"
        HorizSync       30-95
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "LowRez"
        Device          "3Dfx Voodoo3 2000 AGP"
        Monitor         "CTL 910TF"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "640x480"
        EndSubSection
EndSection      

Section "Screen"
        Identifier      "MedRez"
        Device          "3Dfx Voodoo3 2000 AGP"
        Monitor         "CTL 910TF"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "3Dfx Voodoo3 2000 AGP"
        Monitor         "CTL 910TF"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "800x600" "640x480" "640x400"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Microsoft Natural Keyboard Pro"
        InputDevice     "Logitech MouseMan M-CQ38"
        #InputDevice    "Wacom Graphire Stylus"
        #InputDevice    "Wacom Graphire Eraser"
        #InputDevice    "Wacom Graphire Mouse"
EndSection

Section "ServerLayout"
        Identifier      "LowRez"
        Screen          "LowRez"
        InputDevice     "Microsoft Natural Keyboard Pro"
        InputDevice     "Logitech MouseMan M-CQ38"
EndSection

Section "ServerLayout"
        Identifier      "MedRez"
        Screen          "MedRez"
        InputDevice     "Microsoft Natural Keyboard Pro"
        InputDevice     "Logitech MouseMan M-CQ38"
EndSection

Section "DRI"
        Mode    0666
EndSection

# end of XF86Config

Reply via email to