violazoli /xorg.conf

xorg.conf for nVidia graphic card with 3D
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen     0 "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/System/Links/Shared/X11/rgb"
        ModulePath   "/System/Links/Libraries/xorg/modules"
        FontPath     "/Files/Fonts/Misc/"
        FontPath     "/Files/Fonts/TrueType/"
        FontPath     "/Files/Fonts/TTF/"
        FontPath     "/Files/Fonts/OTF"
        FontPath     "/Files/Fonts/Type1/"
        FontPath     "/Files/Fonts/100dpi/"
        FontPath     "/Files/Fonts/75dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option "XkbLayout" "hu"
        Option "XkbModel" "pc104"
EndSection

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

Section "Monitor"
        VertRefresh 43-75
        HorizSync 28-50
        Identifier   "Monitor0"
        VendorName   "nVidia Corporation"
        ModelName    "Amaga"
Option "backingstore" "True"
Option "TripleBuffer" "True"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # []
        #Option     "HWcursor"                  # []
        #Option     "NoAccel"                   # []
        #Option     "ShadowFB"                  # []
        #Option     "UseFBDev"                  # []
        #Option     "Rotate"                    # []
        #Option     "VideoKey"                  # 
        #Option     "FlatPanel"                 # []
        #Option     "FPDither"                  # []
        #Option     "CrtcNumber"                # 
        #Option     "FPScale"                   # []
        #Option     "FPTweak"                   # 
        Identifier  "GeForce FX 5200"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV34 [GeForce FX 5200]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "GeForce FX 5200"
Monitor    "Monitor0"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24

SubSection "Display"
 Depth 8
 Modes "1024x768" "800x600" "640x480"
EndSubSection

SubSection "Display"
 Depth 16
 Modes "1024x768" "800x600" "640x480"
EndSubSection

SubSection "Display"
 Depth 24
 Modes "1024x768" "800x600" "640x480"
EndSubSection

EndSection


Section "Extensions"
 Option "Composite" "Enable"
EndSection