[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problema configuracion monitor y touchpad post-instalacion Squeeze



Gracias por responder. 
A César:
Intenté bajar las X con el comando "/etc/init.d/gdm3 stop" y la pantalla se torna oscura con manchas pequeñas pasando muy rápido de un lado a otro todo el tiempo, y lo único que me deja hacer es reiniciar el sistema con "Ctrl+Alt+Supr". Opté por entrar en el modo recuperación que aparece en la lista de grub2, y cuando ingreso el password de root, entonces hago "Xorg -configure", con lo que genera el archivo xorg.conf.new en el directorio /root/xorg.conf.new.
De ahí lo copié al directorio /etc/X11/xorg.conf.new, reinicié el sistema y todo sigue igual.

A Camaleón:
Inicialmente usé xrandr, siguiendo instrucciones del link que pones y no hay cambios. 
Con lo del touchpad, creo que escribí un poco confuso, lo tenía configurado para poder activar botones, lanzar aplicaciones, etc., haciendo doble-click en el touchpad y bien, pero ésto ya no pasa desde que se desconfiguró la resolución de pantalla. 

Actualicé el sistema y todo sigue igual. No hay cambio.

Con respecto a usar pastebin, lo intenté pero el administardor de red no permite usarlo (está bloqueado). Yo uso la red de un instituto de investigación científica (y en el cual también resido), en el que estoy haciendo postgrado en Venezuela  y estoy limitado a no poder usar ciertas páginas, según el anuncio de la gerencia de administración de red, que es por razones institucionales. Así que me temo que seguiré colocando el texto completo aquí en el correo.


A continuación les cuento lo que hice, luego de investigar un buen rato en internet y muestro el contenido de xorg.conf.new:

Este es el contenido del archivo xorg.conf.new recien creado:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
Load "extmod"
Load "record"
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 "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "VIA Technologies, Inc."
BoardName "CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro]"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


Luego desde terminal ordene lspci y obtuve lo siguiente:

root@lapfmogollo:/home/fdmogollon# lspci
00:00.0 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. PT890 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
00:0e.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)
00:0e.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)
00:0e.2 SD Host controller: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01)
00:0e.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem Controller (rev 80)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
01:00.0 VGA compatible controller: VIA Technologies, Inc. CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro] (rev 01)


En base a la información expuesta en el sitio http://man-es.debianchile.org/xorg.html, a la información mostrada por el comando lspci, y a la info que pude conseguir sobre el LCD del portátil (marca Chunghwa, modelo CLAA140WA01A, WXGA de 14 pulgadas), modifiqué el archivo xorg.conf.new, quedando como se muestra abajo:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
Load "extmod"
Load "record"
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 "CHUNGHWA"
ModelName "CLAA140WA01A"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "openchrome"
VendorName "VIA Technologies, Inc."
BoardName "CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro]"
BusID "PCI:01:00.0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


Reinicié el sistema y todo sigue igual.

He estado buscando info sobre la HorizSync y VertRefresh del LCD Chunghwa para modificar la Section "Monitor" en el xorg.conf.new a ver si con eso hay algún efecto y nada.
Intenté determinar éstos parámetros con el paquete xresprobe y tampoco hay cambio. Les muestro lo que arrojó la terminal:

fdmogollon@lapfmogollo:~$ sudo ddcprobe | less
vbe: VESA 3.0 detected.
oem: VIA P4N800 PRO
vendor:
product:
memory: 65536kb
mode: 640x480x256
mode: 640x480x64k
mode: 640x480x16m
mode: 800x600x256
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x256
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x256
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 1600x1200x256
mode: 1600x1200x64k
edid:
edidfail
(END)


Si sirve de lago, les cuento que en una particón lógica en el mismo disco duro tengo instalado Puppy Linux Lucid (siempre me guata tener otro sistema por si algo sale mal en uno y no puedo repararlo rápidamente, como es éste caso) y al buscar info del hardware desde puppy me dice que la resolución está configurada a 1280x768, pero no me da inigún dato sobre la HorizSync y VertRefresh del LCD.

Bien, hasta ahora veo tres opciones posibles para continuar:

1-Voy a añadir el repo de squeeze-proposed-updates por si hay un parche que lo arreglé.
2-Si lo anterior no funciona, voy a copiar el contenido de xorg.conf desde un sistema Canaima GNU/Linux que instalé alguna vez en otro dico duro IDE para ésta misma portátil y que sé que funciona. Además, Canaima está basado en Squeeze.
3-Si lo anterior no funciona, reinstalaré el sistema desde netinstall vía USB, con Gnome mínimo y listo.

Gracias de antemano.

Pido disculpas si me pongo algo fastidioso. 

Saludos

Frederit





Reply to: