On Wed, Nov 19, 2003 at 10:35:45AM +0100, Jose Antonio Jimenez Madrid wrote: > Ya he probado con las resoluciones est�ndares de 640x480, y 800x600, > y ninguna me funciona. De hecho uno de los port�tiles se cuelga. > > Me gustar�a saber si hay alg�n programa, o forma humana de saber > las frecuencias de refresco ( horizontall y vertical) del monitor.
Existe un paquete debian llamado read-edid que incluye dos
utilidades, aunque s�lo para la arquitectura i386, y que permiten
interrogar al monitor sobre sus caracter�sticas. Con ellas, y algo
de suerte si el monitor no es muy antiguo, podr�s averig�ar la
informaci�n que precisas para configurar las X.
Como ejemplo pongo aqu� la salida de parse-edid correspondiente a mi
monitor:
sarajevo:/etc/apt# get-edid | parse-edid
get-edid: get-edid version 1.4.1
Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful
VBE version 200
VBE string at 0xc1030 "S3 Incorporated. 86C390"
VBE/DDC service about to be called
Report DDC capabilities
Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful
Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination supports DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer
Reading next EDID block
VBE/DDC service about to be called
Read EDID
Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function supported
Call successful
parse-edid: parse-edid version 1.4.1
parse-edid: EDID checksum passed.
# EDID version 1 revision 1
Section "Monitor"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
Identifier "PHILIPS 107E"
VendorName "PHL"
ModelName "PHILIPS 107E"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
HorizSync 30-70
VertRefresh 50-160
# Max dot clock (video bandwidth) 110 MHz
# DPMS capabilities: Active off:yes Suspend:yes Standby:yes
Mode "640x350" # vfreq 70.100Hz, hfreq 31.475kHz
DotClock 25.180000
HTimings 640 656 752 800
VTimings 350 387 389 449
Flags "-HSync" "+VSync"
EndMode
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
EndSection
Saludos
--
Victor Moral <[EMAIL PROTECTED]>
Usuario Linux registrado n�: 139246
Jabber ID: [EMAIL PROTECTED]
Clave p�blica en: http://www.keyserver.net
- Yo tambi�n quiero una Europa libre de Patentes de Software -
--------------------------------------------------------------
EuropeSwPatentFree - http://EuropeSwPatentFree.hispalinux.es
--------------------------------------------------------------
signature.asc
Description: Digital signature

