[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree 4



> Hola Rodrigo...
> 
Hola Daniel,

> decías, el 07 de nov de 2000, a las 08:06 -0100:
> > apt-get install task-x-window-system-core
> > me falta algun paquete mas?
> A ver, te paso los paquetes que yo tengo instalados
> 
> ii  xbase-clients  4.0.1-1        miscellaneous X clients
> ii  xdm            4.0.1-1        X display manager
> ii  xfonts-100dpi  4.0.1-1        100 dpi fonts for X
> ii  xfonts-75dpi   4.0.1-1        75 dpi fonts for X
> ii  xfonts-base    4.0.1-1        standard fonts for X
> ii  xfree86-common 4.0.1-1        X Window System (XFree86) infrastructure
> ii  xfs            4.0.1-1        X font server
> ii  xlib6g         4.0.1-1        pseudopackage providing X libraries
> ii  xlibmesa-dev   4.0.1-1        XFree86 version of Mesa 3D graphics library
> ii  xlibmesa3      4.0.1-1        XFree86 version of Mesa 3D graphics library
> ii  xlibs          4.0.1-1        X Window System client libraries
> ii  xterm          4.0.1-1        X terminal emulator
> 
solo me faltaba el xfonts-base. Los demas estan ya instalados

> > tengo una neomagic MagicGraph 128ZV (es un portatil). Antes usaba el
> > SVGA server, y ahora por lo que veo, este
> > paquete no lo hay para la XF 4.
> > He probado a configurar con xf86config y dexter (xf86cfg se queda
> > colgado).
> Con dexter te va? Pues lo que tienes que hacer es retocar el archivo de
> configuración que te crea el dexter, /etc/X11/XF86Config-4, lo que puede pasar
> es que por defecto te ponga 640... a mi me pasaba con 800x600 y lo cambié a
> 1024x768, y sin problemas....
> -- 
este es mi XF86Config-4, y sigue sin funcionar:

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # 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"
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      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "es"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Protocol"              "PS/2"
        Option          "Device"                "/dev/psaux"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Generic Graphics Device"
        Driver "neomagic"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       28-49
        VertRefresh     43-72
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Graphics Device"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection




Reply to: