Hey guys,

Got my X running as I told, but only properly as root, it's damn slow as
a user and I haven't figured out why yet (tho I still have to try some
stuff you told me)

But anyway, in case I forgot sth important, can u have a quick look at
my config?

thx ahead

Section "Module"
Load        "dbe"   # Double buffer extension
SubSection  "extmod"
#Option    "omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load        "type1"
Load        "freetype"
#    Load       "glx"
EndSection

Section "Files"

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

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

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

EndSection

Section "ServerFlags"

#    Option "NoTrapSignals"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection


Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
#    Option     "Protocol"      "Xqueue"
     Option "AutoRepeat" "250 30"
#    Option "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

     Option "XkbRules" "xfree86"
     Option "XkbModel" "pc105"
     Option "XkbLayout" "de"

EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
#    Option "BaudRate" "9600"
#    Option "SampleRate" "150"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
#    Option "ChordMiddle"
EndSection

Section "Monitor"
    Identifier  "107035"
    HorizSync   30-95
    VertRefresh 50-120
EndSection

Section "Device"
    Identifier  "ATIRadeon"
    Driver      "radeon"
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "ATIRadeon"
    Monitor     "107035"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM d-(--)@ s-:+ a-- C++ UL>+++ P>++ L+>++ E- W++ N- o? K? w--(---) !O
M-- V? PS+ PE+++(++) Y+
PGP- t+(++) 5 X+(++) R++(+++) tv--@ b++ DI+++ D+ G(--) e* h(+) r%>* y?
------END GEEK CODE BLOCK------

Nothing fights like the opposition



_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to