necesitaria ayuda para instalar impresora aaculaser c1100 en red wifi

Asked by Jubiny

soloqueria saer como la puedo instalar, ya que el asistente de la distrubucion eeebuntu me la configura pero luego no va.
aso que soy bastante inexperto

Question information

Language:
Spanish Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Ivan Lautaro Lemos
Solved:
Last query:
Last reply:
Revision history for this message
Ivan Lautaro Lemos (ivancete) said :
#1

Bueno, tenes que entrar en recovery mode, una vez ahi elegir una consola de root
escribir el comando:
dpkg-reconfigure xserver-xorg
Con esto reconfiguras el xorg, elegis como driver de video "S3" y
luego respondes a todo con lo que ya está por defecto. En la parte que
pregunta sobre la resolución, marcás con la barra espaciadora las
resoluciones que queres que muestre el monitor. Cuando termina pones
el comando reboot, reinicias en modo normal y te fijas si ya estas en
esa resolucion o si ya la puedes cambiar dentro de ubuntu. Si no
llegara a funcionar, hacelo de nuevo y elegi 16 bits de colores.

El día 15 de abril de 2009 16:06, Jubiny
<email address hidden> escribió:
> New question #67583 on Ubuntu:
> https://answers.launchpad.net/ubuntu/+question/67583
>
> Hola a todos espero que me puedan ayudar con un pequeño inconveniente con la resolucion de mi pantalla,  resulta que acabo de intalar ubuntu 8.10 en mi pc pero la maxima resolucion que me permite es de 1024 x 768 (4:3) pero mi monitor soporta una maxima resolucion de 1280 x 1024, mi "tarjeta" grafica integrada es S3 Prosavage DDR de 32 MB, se que los controladores para la misma ya estan instalados porque en el gestor de paquetes aparecen instalados xserver-xorg-video-s3virge, xserve-xorg-video-s3 y xserver-xorg-video-savage los cuales se suponen son los controladores y es mas e realizado la prueba para determinar si poseo aceleracion grafica con el comando: glxinfo |grep direct y el resultado a sido: direct rendering: Yes, espero que me puedan ayudar a configurar la resolucion de mi pc y lograr colocar la de 1280 x 1024. muchas gracias de Antemano..
>
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
>

Revision history for this message
Jubiny (jubiny212006) said :
#2

Hola Amigo ivancete e tratado de seguir las instrucciones que me has recomendado pero al momento de buscar la opcion para cambiarle el driver a "S3" en la configuracion de el xorg no e podido encontrar ninguna opcion parecida, a lo mejor e cometido algun error en el proceso y quisiera saber si es posible configurar lo con algun otro metodo. Muchas gracias por tu ayuda.

Revision history for this message
k-milogars (sergio-mordelon) said :
#3

En consola entras a la configuracion de las x sudo /etc/x11/xorg.conf y pones donde dice 1024x768 por la configuracion deseada.

Hagas una copia de seguridad de la configuracion.

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

En caso de seguir lo que recomienda k-milogars, el comando sería:

gksudo /etc/X11/xorg.conf

Revision history for this message
Ivan Lautaro Lemos (ivancete) said :
#5

el comando seria en consola:
sudo nano /etc/X11/xorg.conf

en consola desde el entorno grafico:
sudo gedit /etc/X11/xorg.conf

2009/4/19 Fabián Rodríguez <email address hidden>:
> Question #67583 on Ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+question/67583
>
> Fabián Rodríguez requested for more information:
> En caso de seguir lo que recomienda k-milogars, el comando sería:
>
> gksudo /etc/X11/xorg.conf
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
>

Revision history for this message
Jubiny (jubiny212006) said :
#6

Hola a todos quiero agradecerles sinceramente por todas sus orientaciones y espero que perdonen mi ignorancia, esta es la informacion que encuentro en el archivo "xorg.conf":

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
 Identifier "Configured Video Device"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
EndSection

Ahora quisiera saber si no es mucha molestia cual es la linea que deberia de modificar para solucionar mi problema, espero que sepan disculpar mi ignorancia y todas mis molestias. Muchas gracias a todos por su tiempo y muchas gracias por toda su ayuda.

Revision history for this message
Best Ivan Lautaro Lemos (ivancete) said :
#7

Modifica el "section screen" con esto:

Section "Screen"
        Identifier "Default Screen"
        Device "Configured Video Device"
        Monitor "Configured Monitor"
        DefaultDepth 24
        SubSection "Display"
                Viewport 0 0
                Depth 24
                Modes "1280x1024" "1024x768"
        EndSubSection
EndSection

Lo guardas y reinicias. Al editarlo trata de usar bien las comillas y
que queden bien encolumnadas las palabras

2009/4/19 Jubiny <email address hidden>:
> Question #67583 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/67583
>
>    Status: Answered => Open
>
> Jubiny is still having a problem:
> Hola a todos quiero agradecerles sinceramente por todas sus
> orientaciones y espero que perdonen mi ignorancia, esta es la
> informacion que encuentro en el archivo "xorg.conf":
>
> # xorg.conf (X.Org X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool, using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the xorg.conf manual page.
> # (Type "man xorg.conf" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xorg package upgrades *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # Note that some configuration settings that could be done previously
> # in this file, now are automatically configured by the server and settings
> # here are ignored.
> #
> # If you have edited this file but would like it to be automatically updated
> # again, run the following command:
> #   sudo dpkg-reconfigure -phigh xserver-xorg
>
> Section "Device"
>        Identifier      "Configured Video Device"
> EndSection
>
> Section "Monitor"
>        Identifier      "Configured Monitor"
> EndSection
>
> Section "Screen"
>        Identifier      "Default Screen"
>        Monitor         "Configured Monitor"
>        Device          "Configured Video Device"
> EndSection
>
> Ahora quisiera saber si no es mucha molestia cual es la linea que
> deberia de modificar para solucionar mi problema, espero que sepan
> disculpar mi ignorancia y todas mis molestias. Muchas gracias a todos
> por su tiempo y muchas gracias por toda su ayuda.
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
>

Revision history for this message
Jubiny (jubiny212006) said :
#8

Thanks ivancete, that solved my question.

Revision history for this message
Jubiny (jubiny212006) said :
#9

GRACIAS MUCHISIMAS GRASIAS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

La verdad e seguido al pie de la letra los detalles y e podido resolver mi problema, muchas gracias a todos por su ayuda! =D