Resolución salida de video enm Ubuntu 9.04 cuando se conecta un videobeem

Asked by juank

He visto con gran tristeza, cómo los Acer One dan una resolución de 1024 x 768 cuando se les conecta un videobeem y se usa el SO WindowsXP (el que viene pre-instalado).

La tristeza radica en que cuando conecto el videobeem a mi mini Acer, con SO Ubuntu 9.04, solo muestra una resolución de 640 x 480 (ni siquiera 800 x 600 pixeles!!!).

Hay alguna solución para este inconveniente?
Qué debo hacer para tener una salida de 1024 x 768 pixeles cuando conecte un videobeem y use Ubuntu 9.04 en mi AcerOne 10"?

Agradezco sus comentarios y sugerencias.

Question information

Language:
Spanish Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
juank
Solved:
Last query:
Last reply:
Revision history for this message
Fabián Rodríguez (magicfab) said :
#1

juank, gracias por usar el sistema Answers.

Podrías indicar qué modelo exacto de Acer 10" es tu PC ? Asimismo para obtener la información detallada sobre tu controladora de video, pegar aquí el resultado de:
lspci -vv -s `lspci | grep VGA | awk '{print $1}'`

Ese comando debes pegarlo en la terminal (Aplicaciones > Accesorios > Terminal) y presionar <ENTER>.

Revision history for this message
juank (juank7802-gmail) said :
#2

El 3 de septiembre de 2009 06:41, Fabián Rodríguez <
<email address hidden>> escribió:

> Your question #81739 on Ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+question/81739
>
> Status: Open => Answered
>
> Fabián Rodríguez proposed the following answer:
> juank, gracias por usar el sistema Answers.
>
> Podrías indicar qué modelo exacto de Acer 10" es tu PC ? Asimismo para
> obtener la información detallada sobre tu controladora de video, pegar aquí
> el resultado de:
> lspci -vv -s `lspci | grep VGA | awk '{print $1}'`
>
> Ese comando debes pegarlo en la terminal (Aplicaciones > Accesorios >
> Terminal) y presionar <ENTER>.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.edge.launchpad.net/ubuntu/+question/81739/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.edge.launchpad.net/ubuntu/+question/81739
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Los datos que me solicitas son los siguientes:

El equipo es un Acer Aspire One D150-1893

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express
Integrated Graphics Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 019c
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at 56280000 (32-bit, non-prefetchable) [size=512K]
    Region 1: I/O ports at 50c0 [size=8]
    Region 2: Memory at 40000000 (32-bit, prefetchable) [size=256M]
    Region 3: Memory at 56300000 (32-bit, non-prefetchable) [size=256K]
    Capabilities: <access denied>
    Kernel modules: intelfb

Agradezco tu colaboración.

PD: un amigo tiene un Acer como el mio, tiene instalado 8.10 y la salida de
video con videobeem alcanza 1024 x 768 y 800 x 600. Será acaso un bug de
9.04??

--
Juan Carlos Rozo Pardo
Linux user # 466627
Ubuntu User # 20935
http://www.gnu.org/philosophy/no-word-attachments.es.html

Revision history for this message
Fabián Rodríguez (magicfab) said :
#3

JC, teniendo el proyector/pantalla externa prendido y conectado, y habiendo arrancado el PC así, dame el resultado de:
xrandr

Para chipset Intel normalmente se puede ajustar la resolución con System > Preferences > Display. Qué opciones te dá esa herramienta ?

No pude encontrar ejemplos de gente que usara el mismo sistema ni tampoco manuales de él para confirmar qué resoluciones soporta. El comando xrandr debería dar una buena indicación al respecto.

Revision history for this message
juank (juank7802-gmail) said :
#4

SubSection "Display"
         Virtual 1664 606 //configuración que tenía el equipo
        2384 768 //CONIGURACIÓN DE ACER 9"
Virtual

//CONFIGURACIÓN CORRECTA ACER 10.1"
SubSection "Display"
        Virtual 1440 600
    EndSubSection

Revision history for this message
juank (juank7802-gmail) said :
#5

El 3 de septiembre de 2009 09:56, Fabián Rodríguez <
<email address hidden>> escribió:

> Your question #81739 on Ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+question/81739
>
> Status: Open => Answered
>
> Fabián Rodríguez proposed the following answer:
> JC, teniendo el proyector/pantalla externa prendido y conectado, y habiendo
> arrancado el PC así, dame el resultado de:
> xrandr
>
> Para chipset Intel normalmente se puede ajustar la resolución con System
> > Preferences > Display. Qué opciones te dá esa herramienta ?
>
> No pude encontrar ejemplos de gente que usara el mismo sistema ni
> tampoco manuales de él para confirmar qué resoluciones soporta. El
> comando xrandr debería dar una buena indicación al respecto.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.edge.launchpad.net/ubuntu/+question/81739/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.edge.launchpad.net/ubuntu/+question/81739
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Ya encontré la solución:

SubSection "Display"
         Virtual 1664 606 //configuración que tenía el equipo
        2384 768 //CONIGURACIÓN DE ACER 9"
Virtual
*
//CONFIGURACIÓN CORRECTA ACER 10.1"
SubSection "Display"
        Virtual 1440 600
    EndSubSection*

--
Juan Carlos Rozo Pardo
Linux user # 466627
Ubuntu User # 20935
http://www.gnu.org/philosophy/no-word-attachments.es.html
http://twitter.com/juan_rozo