[ubuntu-ar] Instalacion con monitor monocromatico

francisco prieto fajprieto en gmail.com
Lun Abr 13 13:13:12 UTC 2015


Fer,

Te cuento mis avances por si se te ocurre algo...

Can't open display para xrandr lo atribuyen a que el monitor no puede ser
detectado.

http://ubuntuforums.org/showthread.php?t=1947733

En primer lugar como dice el post quise realizar esta instruccion

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.bak

Pero resulto que /etc/X11/xorg.conf no existia...

Investigando dice que para que se genere hay que poner la instruccion

X -configure

http://askubuntu.com/questions/4662/where-is-the-x-org-config-file-how-do-i-configure-x-there

Y si bien esto me da un error de generacion la plantilla del archivo
xorg.conf esta en
/root/xorg.conf.new

asi que decidi a mano generar mi propio archivo con

cp /root/xorg.conf.new /etc/X11/xorg.conf

Ok, ahora con este archivo generado necesitaba las especifcaciones de mi
monitor que por suerte encontre aca...

http://www.datasheets.pl/displays/MONITOR_14_INCH_MONOCHROME_DISPLAY_MONITOR.pdf

Mi modelo es el ME4S y ahi me dice las caracteristicas que debo configurar.

Con el siguiente link pude operar el usb en modo consola (porque no
olvidemos que estamos trabajando de esa forma)

http://xandrusoft.blogspot.com.ar/2010/01/montar-usb-en-ubuntu-server-modo.html

Y con eso copie el archi  xorg.conf para poder trascribirlo a este mail...
este es el contenido (que lo puse entre lineas de asteriscos para que no
sea confuso)

***
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Default Screen" 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     "built-ins"
EndSection

Section "Module"
    Load  "glx"
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   "Sunshine"
    ModelName    "ME4S"
        HorizSync     31.5 - 35.5
        VertRefresh   43.0 - 87.0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "kmsdev"                 # <str>
        #Option     "ShadowFB"               # [<bool>]
    Identifier  "Card0"
    Driver      "modesetting"
    BusID       "PCI:0:13:0"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device     "Card0"
    Monitor    "Monitor0"
        Defaultdepth 8
    SubSection "Display"
        Depth     8
         EndSubSection
EndSection

***

No se que mas agregarle para que funcione... a vos se te ocurre algo?

Saludos y gracias,

Pancho
Córdoba
Argentina


El 13 de abril de 2015, 7:49, francisco prieto <fajprieto en gmail.com>
escribió:

> Ess orden me da el siguiente error
>
> Can't open display
>
> Ahora voy a investigarla un poco mas.
>
> Gracias,
>
> Pancho
> Córdoba
> Argentina
>
> El 12 de abril de 2015, 22:34, Fernando Cassia <fcassia en gmail.com>
> escribió:
>
>> 2015-04-12 21:07 GMT-03:00 francisco prieto <fajprieto en gmail.com>:
>>
>> > Sigo probando...
>> >
>> > Gracias,
>> >
>>
>> Yo me referia a
>> $ xrandr --output VGA1 --mode 1024x768 --rate 60
>>
>> FC
>> --
>> During times of Universal Deceit, telling the truth becomes a
>> revolutionary
>> act
>> Durante épocas de Engaño Universal, decir la verdad se convierte en un
>> Acto
>> Revolucionario
>> - George Orwell
>> --
>> Ubuntu-ar lista de correo
>> Ubuntu-ar en lists.ubuntu.com
>> Modifica tus opciones o desuscribite en:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar
>> Siempre leer, comprender y aplicar nuestra etiqueta:
>> https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML
>>
>>
>



Más información sobre la lista de distribución Ubuntu-ar