Foro de elhacker.net

Sistemas Operativos => GNU/Linux => Mensaje iniciado por: franfis en 10 Febrero 2011, 16:57 pm



Título: ayuda con xorg.conf
Publicado por: franfis en 10 Febrero 2011, 16:57 pm
Hola amigos, mi consulta es la siguiente, tengo instalado el Ubuntu 10.04, despues de instalarlo la imagen en el monitor se veia demasiado grande el cual lo solucioné generando el xorg.conf y editando este archivo en la sección que dice Driver  "unichrome" cambiandolo por Driver "vesa". Pero cambié de monitor y ya no me funciona esto,la imagen se vee demasiado grande.

gracias por la ayuda.

saludoss


Título: Re: ayuda con xorg.conf
Publicado por: olm4do en 12 Febrero 2011, 23:22 pm
renombra el xorg y reinicia...

esto produce que se genere un nuevo xorg de acuerdo al monitor nuevo


Título: Re: ayuda con xorg.conf
Publicado por: franfis en 13 Febrero 2011, 01:02 am
Hola, generé un xorg.conf.new en /root y luego lo copié en /etc/X11/xorg.conf por lo tanto ya tiene su nombre correcto, pero con este xorg.conf no arranca.

Cuando inicio en modo recuperacion elijo la opcion de reconfigurar modo grafico (bueno creo que dice asi), se genera un xorg.conf.failsafe y arranca pero con imagen grande.

Dejo los dos archivos:

El generado el /root con Xorg -configure con el que no arranca es:

 
 Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/X11/misc"
   FontPath     "/usr/share/fonts/X11/cyrillic"
   FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/100dpi"
   FontPath     "/usr/share/fonts/X11/75dpi"
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath     "built-ins"
EndSection

Section "Module"
   Load  "glx"
   Load  "dbe"
   Load  "dri2"
   Load  "extmod"
   Load  "dri"
   Load  "record"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

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

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "PrintVGARegs"          # [<bool>]
        #Option     "PrintTVRegs"           # [<bool>]
        #Option     "I2CScan"               # [<bool>]
        #Option     "VBEModes"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "AccelMethod"           # <str>
        #Option     "ExaNoComposite"        # [<bool>]
        #Option     "ExaScratchSize"        # <i>
        #Option     "SWCursor"              # [<bool>]
        #Option     "ShadowFB"              # [<bool>]
        #Option     "RotationType"          # [<str>]
        #Option     "Rotate"                # [<str>]
        #Option     "VideoRAM"              # <i>
        #Option     "ActiveDevice"          # [<str>]
        #Option     "BusWidth"              # [<str>]
        #Option     "Center"                # [<bool>]
        #Option     "PanelSize"             # [<str>]
        #Option     "ForcePanel"            # [<bool>]
        #Option     "TVDotCrawl"            # [<bool>]
        #Option     "TVDeflicker"           # <i>
        #Option     "TVType"                # [<str>]
        #Option     "TVOutput"              # [<str>]
        #Option     "TVPort"                # [<str>]
        #Option     "DisableVQ"             # [<bool>]
        #Option     "DisableIRQ"            # [<bool>]
        #Option     "EnableAGPDMA"          # [<bool>]
        #Option     "NoAGPFor2D"            # [<bool>]
        #Option     "NoXVDMA"               # [<bool>]
        #Option     "VbeSaveRestore"        # [<bool>]
        #Option     "DisableXvBWCheck"      # [<bool>]
        #Option     "ModeSwitchMethod"      # [<str>]
        #Option     "MaxDRIMem"             # <i>
        #Option     "AGPMem"                # <i>
   Identifier  "Card0"
   Driver      "openchrome"
   VendorName  "VIA Technologies, Inc."
   BoardName   "KM400/KN400/P4M800 [S3 UniChrome]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


El otro xorg.conf.failsafe con el que si arranca pero es :


Section "Device"
   Identifier   "Configured Video Device"
   Driver      "vesa"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection