Buenas de nuevo,

las XF86Config-4 que mande veo que no estaban bien, perdonadme, las
mando de nuevo (eran para la Riva TNT2).

Saludos.

Section "ServerLayout"
        Identifier     "Layout"
        Screen      0  "pantalla" 0 0
        InputDevice    "teclado" "CoreKeyboard"
        InputDevice    "raton" "CorePointer"
EndSection

Section "Files"
        FontPath     "unix/:7100"
        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"
EndSection

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

Section "InputDevice"
        Identifier  "raton"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "ButtonNumber" "5"
        Option      "Name"  "Autodetected" 
        Option      "Vendor"  "Autodetected"
        
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4   5"   


EndSection

Section "InputDevice"
        Identifier  "teclado"
        Driver      "keyboard"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "es"
EndSection

Section "Monitor"
        Identifier   "monitor"
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 120.0
EndSection

Section "Device"
        Identifier  "tarjetagraf"
        Driver      "nv"
EndSection

Section "Screen"
        Identifier "pantalla"
        Device     "tarjetagraf"
        Monitor    "monitor"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Responder a