elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Curso de javascript por TickTack


+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  GNU/Linux (Moderador: MinusFour)
| | |-+  ayuda con xorg.conf
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: ayuda con xorg.conf  (Leído 3,783 veces)
franfis

Desconectado Desconectado

Mensajes: 245



Ver Perfil
ayuda con xorg.conf
« 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


En línea

olm4do

Desconectado Desconectado

Mensajes: 4


Ver Perfil
Re: ayuda con xorg.conf
« Respuesta #1 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


En línea

franfis

Desconectado Desconectado

Mensajes: 245



Ver Perfil
Re: ayuda con xorg.conf
« Respuesta #2 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
« Última modificación: 13 Febrero 2011, 01:10 am por franfis » En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Fontconfig error: "/etc/fonts/conf.d/30-defoma.conf", line 1: no element found
GNU/Linux
Meyer900 8 3,541 Último mensaje 2 Mayo 2010, 17:26 pm
por Meyer900
[MINT] Qué hago con xorg.conf vacío?? « 1 2 »
GNU/Linux
NikNitro! 10 5,498 Último mensaje 5 Junio 2010, 18:13 pm
por luinuz
Necesito vuestro xorg.conf
GNU/Linux
ccrunch 8 3,503 Último mensaje 30 Diciembre 2013, 14:53 pm
por dato000
deshabilitar Ctrl+Alt+BackSpace - xorg.conf
GNU/Linux
kikelillo 2 1,894 Último mensaje 31 Marzo 2020, 09:29 am
por kikelillo
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines