[ubuntu-ar] Instalacion con monitor monocromatico

francisco prieto fajprieto at gmail.com
Mon Apr 13 19:36:17 UTC 2015


Fer,

La mala noticia es que no llegue a nada, la buena es que revolviendo mi
deposito encontre un monitor color viejo y ahora algo se ve...

Asi que voy a continuar por ahi.

Saludos y gracias por todo,

Pancho

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

> Fer,
>
> Avance unos centimetros mas pero aun no anda... te cuento...
>
> Encontre otro link de Debian que hacía referencia al Can't open display
>
> http://forums.debian.net/viewtopic.php?f=30&t=114613
>
> En el mismo dice que hay que agregar la frecuencia que maneja el monitor y
> utilizar el comando gtf
>
> Siguiendo el ejemplo agregue a las lineas Modeline a mi archivo xorg.conf
> el cual ahora quedo asi:
>
>
> ***
> 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
>         Option "PreferredMode" "1024X768_60.00"
>   Modeline "640X350_60.00" 16.73 640 640 704 768 350 351 354 363 -HSync
> +Vsync
>   Modeline "640X400_60.00" 19.52 640 648 712 784 400 401 404 415 -HSync
> +Vsync
>   Modeline "640X480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync
> +Vsync
>   Modeline "800X600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync
> +Vsync
>   Modeline "1024X768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795
> -HSync +Vsync
> 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
>
> ***
>
> Al final dice que si ejecuto xrandr deberia mostrarme el monitor que
> agregue sin embargo sigue apareciendo el error, asi que evidentemente falta
> algo...
>
> Espero me puedas ayudar.
>
> Saludos y gracias,
>
> Pancho
> Córdoba
> Argentina
>
> El 13 de abril de 2015, 10:13, francisco prieto <fajprieto en gmail.com>
> escribió:
>
>> 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
>>>>
>>>>
>>>
>>
>


More information about the Ubuntu-ar mailing list