[SOLUCIONADO] Problema driver video

Iniciado por ANTRAX, Julio 17, 2012, 11:23:03 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Julio 17, 2012, 11:23:03 PM Ultima modificación: Julio 04, 2014, 10:54:09 PM por Expermicid
Hola a todos, tengo un gran problema con mi pc. Tengo la siguiente placa:

01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)

Solo puedo poner 800x600...

Alguien tiene alguna solucion?

Ya he instalado otros drivers y he modificado el xorg.conf y como mucho la puedo llevar a 1024...


La vida es mas fácil si me tiras el GNU/Linux  y arquitectura vendría de los pelos, por algunas cuestiones pero si modificaste el xorg.conf (suponiendo que ayas tocado bien no) debería andarte....pero capas es tema de driver WELCOME TO THE COMPATIBILITY.

Saludos.


No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

He leido que esa placa de video tiene problemas con compatibilidades.
Uso Ubuntu 10.04 32bits


Empezá a toquetear los driver proba estos....No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

Si, ese fue el que puse, y me lo llevo a 1024, pero no a los 1800...


Julio 18, 2012, 01:57:55 PM #5 Ultima modificación: Julio 18, 2012, 02:12:34 PM por Comandante Linux
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Si, ese fue el que puse, y me lo llevo a 1024, pero no a los 1800...

Pero ya no en 800, listo los 776 que te faltan te los debo para la proxima ;)...
Bueno no queda otra empezá a meterle drivers alguno va andar :P o dejar de hacerlo no puede pasar. Siempre y cuando el xorg.conf este bien pero creo que no le da para 1800

Código: php

xrandr
Screen 0: minimum 640 x 480, current 1440 x 900, maximum 1440 x 900
default connected 1440x900+0+0 0mm x 0mm
   1440x900       60.0*
   1024x768       60.0 
   800x600        60.0 
   640x480        60.0



No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

Julio 26, 2012, 03:47:06 PM #6 Ultima modificación: Julio 26, 2012, 03:50:10 PM por ANTRAX
Muchas gracias por las respuestas!
Logre solucionar el problema de la siguiente manera...

sudo gedit /etc/X11/xorg.conf

Código: text
# 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"
Vendorname "Generic LCD Display"
modelname "LCD Panel 1024x768"
Horizsync 31.5-64.0
Vertrefresh 56.0 - 65.0
modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
Gamma 1.0
# modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
# modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
# modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
# modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
# modeline "1280x800_60.00" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
EndSection

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


Me llevo la resolucion a 1280x768

La ideal de mi pantalla es 1280x800, pero al parecer no se puede, y con eso lo lleve casi a la ideal.

Saludos!