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

Re: problema con x y xorg



los errores donde los miro? gracias

aqui dejo el xorg.conf

xorg.conf
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/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "v4l"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "es"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "5200"
        Driver          "nvidia"
EndSection

Section "Monitor"
        Identifier      "Monitor genérico"
        Option          "DPMS"
        HorizSync       28-49
        VertRefresh     43-72
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "5200"
        Monitor         "Monitor genérico"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                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 "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

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

Section "DRI"
        Mode    0666
EndSection


y hasta aqui he llegado, soy newbie con el tema de las X, jejejeje.
nunca las utilize pero ya es hora de cambiar a un escritorio mejor,
jejejeje.

gracias

El 9/09/05, Tomas Zulberti<tzulberti@gmail.com> escribió:
> 
> 
> 
> On 9/9/05, avisx <srmojo@gmail.com> wrote:
> > hola lista!!!
> > 
> > acabo de actualizar el sistema, y se me ha desinstalado xfree86 y se
> > ha instalado xorg en su lugar.
> > pues bien, logre tener configurada la tarjeta grafica con xfree86 y
> > ahora mismo con xorg, no soy capaz, he leido unos cuantos howtos y no 
> > he podido hacerla funcionar.
> > 
> > la grafica es una nvidia 5200, y estan instalados los drivers.
> > 
> > pero no logro hacerla correr.
> > 
> > alguien me podria orientar con lo que tengo que hacer? o bien posteo
> > mejor el fichero xorg.conf y asi lo miramos??
> 
> Cuales son los errores que tenes cuando corres el x?? Poste el xorg.conf
> 
> 
>  
> > un saludo a todos y gracias
> > 
> > 
> 
>



Reply to: