Autor
|
Tema: ayuda con xorg.conf (Leído 3,993 veces)
|
franfis
Desconectado
Mensajes: 248
|
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
Mensajes: 4
|
renombra el xorg y reinicia...
esto produce que se genere un nuevo xorg de acuerdo al monitor nuevo
|
|
|
En línea
|
|
|
|
franfis
Desconectado
Mensajes: 248
|
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
|
|
|
|
|
|