#1 Le 29/04/2009, à 14:56
- Dooinhell
Problème de bi-écran
Alors, en tant que newbie de linux, j'ai eu peur de poster sur le forum, mais après avoir creusé et recreusé la question, j'en suis venu à la conclusion que personne n'avait jamais rencontré mon problème dans la communauté francophone en tout cas ...
Je m'explique : j'ai un HP 6730b, avec une carte graphique chipset annoncée dans mon lspci comme
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
le tout relié à deux moniteurs 17" ïïyama identiques, le premier relié en VGA à la station d'accueil, le second en DVI, à cette même station.
Le problème que je rencontre commence à l'extension de mon bureau, et lorsque je désactive l'écran de mon laptop; je perd généralement l'écran principal qui est censé remplacer celui du laptop, avec la barre des taches et tout. il se met en "out of range" voir n'affiche meme plus le message et "clignote" jusqu'au redémarrage à la sauvage et la suppression de l'écran en question.
La procédure que j'ai mis en place pour avoir un affichage dual screen viable est la suivante :
- branchement d'un seul écran pour l'extention du bureau depuis l'ordinateur portable
- extention du bureau
- redémarrage de session
- branchement du nouvel écran
- désactivation de l'écran de l'ordinateur portable
- activation du 2nd moniteur
- redémarrage de session
- affichage clair sur le moniteur principal
- changement de la fréquence de balayage sur le moniteur étendu
- récupération de l'affichage étendu et principal
Pour information; voici mon xorg.conf :
Section "Monitor"
Identifier "Configured Monitor"
EndSectionSection "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 2560 1024
EndSubSection
EndSectionSection "Device"
Identifier "Configured Video Device"
EndSection
Voilà, j'espère avoir été assez complet, si quelqu'un peut m'aider je serais très reconnaissant.
EDIT
On m'a conseillé de remplacer la ligne virtual par virtual "2560x1024", cette opération s'est révélée sans succès.
Dernière modification par Dooinhell (Le 29/04/2009, à 14:59)
Hors ligne
#2 Le 29/04/2009, à 16:43
- Grunt
Re : Problème de bi-écran
Ton Xorg.conf ne parle que d'un seul écran, c'est déjà en soi problématique.
Tu veux cloner la sortie sur les deux écrans?
#3 Le 29/04/2009, à 17:19
- Dooinhell
Re : Problème de bi-écran
Non, du tout, je veux étendre mon bureau sur deux écrans ... pour pouvoir faire passer mes applis d'un écran à l'autre, et ne pas être handicapé par une appli qui prendrait trop de place.
Hors ligne
#4 Le 29/04/2009, à 17:37
- Grunt
Re : Problème de bi-écran
Il faudra que tu modifies ton Xorg.conf afin de faire du dual screen proprement, alors
#5 Le 29/04/2009, à 21:54
- Dooinhell
Re : Problème de bi-écran
et tu pourrais me donner la marche à suivre ? Encore une fois, je suis un gros noobie de linux, et windowsien de souche (je sais, je collectionne les défauts ...)
Hors ligne
#6 Le 29/04/2009, à 22:08
- Grunt
Re : Problème de bi-écran
Si avoir commencé l'informatique sous Windows était un défaut, on pourrait pratiquement tous aller se jeter dans un précipice en arrachant nos vêtements et nos cheveux sous la pluie battante..
Ne te mortifie pas J'ai passé 5 ans sous Windows avant de découvrir La Voie De La Vérité, Mon Frère
Bref.
La marche à suivre est la même pour tout le monde, il faut commencer ici
Tu regardes le premier résultat, vite fait.. ça parle de Ati, ça ne te concerne pas précisément.
Hop, le deuxième. C'est sous Mandriva, mais surtout c'est sur "CommentCamarche", où les réponses sont rarement bonnes et la présentation assez horrible. Bof.
Troisième résultat: le blog d'un geek qui a fait un script. Prometteur, on va voir. Ah ben non, c'est pas vraiment ce qu'on cherche.
Quatrième résultat: Quelqu'un pose une question similaire sur "Generation NT", avec un chipset Intel (c'est aussi ton cas ), et il a trois réponses. On jette un oeil aux réponses, y'a deux liens dans les réponses:
- http://wiki.debian.org/XStrikeForce/HowToRandR12 en anglais.
- http://www.thinkwiki.org/wiki/Xorg_RandR_1.2 en anglais aussi.
Moi j'arrêterais là si j'étais à ta place, ces deux pages donnent toutes les infos nécessaires et je sais lire l'anglais. Est-ce ton cas? Si non, je continue à te guider
#7 Le 30/04/2009, à 08:01
- Dooinhell
Re : Problème de bi-écran
Je vais chercher dans cette voie ci, en esperant y trouver la vérité merci beaucoup
EDIT
Section "Device"
Identifier "Configured Video Device"
EndSection
Option "monitor-VGA" "foo"Option "monitor-TMDS-1" "dvi"
Section "Monitor"
Identifier "foo"
Option "PreferredMode" "1280x1024"
#Option "Ignore" "true"EndSection
Section "Monitor"
Identifier "dvi"
Option "RightOf" "foo"
Option "PreferredMode" "1280x1024"
#Option "Ignore" "true"
EndSectionSection "Screen"
Identifier "Default Screen"
Monitor "foo"
Device "Configured Video Device"
Modes "1280x1024" "800x600"
Virtual 2048 2048
EndSection
J'ai édité mon xorg.conf de cette façon, mais ca n'a pas fonctionné ... ai-je commis une erreur ?
Dernière modification par Dooinhell (Le 30/04/2009, à 08:55)
Hors ligne
#8 Le 30/04/2009, à 10:35
- Grunt
Re : Problème de bi-écran
Quand tu dis "ça n'a pas fonctionné", ce serait bien de dire ce qu'il se passe: un seul écran s'allume? Lequel? Les deux s'allument mais ça ne fait pas ce que tu veux? Et ça fait quoi alors?
Je vois que tu as oublié une partie:
SubSection "Display"
Depth 24
# big virtual screen to place
Virtual 2560 1024
EndSubSection
C'est dans la Section "Screen" qu'il faut inclure ça, et vire le "Virtual" qui s'y trouve actuellement.
La taille de ton écran "Virtual" doit faire 2560x1024: c'est la taille de deux écrans 1280x1024 mis l'un à côté de l'autre.
#9 Le 30/04/2009, à 10:52
- Dooinhell
Re : Problème de bi-écran
en effet, j'avais oublié cette partie pourtant ca n'a pas changé grand chose à mon problème, j'obtiens toujours le même resultat ...
c'était déjà le résultat obtenu lors des premiers essais de modification du xorg.conf, peut être que ma syntaxe pour les commandes n'est pas correcte ?
Dernière modification par Dooinhell (Le 30/04/2009, à 10:54)
Hors ligne
#10 Le 30/04/2009, à 11:02
- Grunt
Re : Problème de bi-écran
"Troubleshoot the error", et tu nous copies les erreurs ici
#11 Le 30/04/2009, à 11:56
- Dooinhell
Re : Problème de bi-écran
voici les erreurs (j'ai pris un reflex pour la netteté.)
je peux te filer les images en grandeur nature si tu as du mal a déchiffrer
Dernière modification par Dooinhell (Le 30/04/2009, à 11:56)
Hors ligne
#12 Le 30/04/2009, à 12:24
- Grunt
Re : Problème de bi-écran
Je déchiffre ceci:
Parse error on line 24 of section Device in file /etc/X11/xorg.conf"
"Option" is not a valid keyword in this section
Poste tout le fichier "/etc/X11/xorg.conf", en numérotant les lignes s'il te plait.
#13 Le 30/04/2009, à 13:31
- Dooinhell
Re : Problème de bi-écran
# 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-xorgSection "Device"
Identifier "Configured Video Device"
EndSection
Option "monitor-VGA" "foo"Option "monitor-TMDS-1" "dvi"
Section "Monitor"
Identifier "foo"
Option "PreferredMode" "1280x1024"
#Option "Ignore" "true"EndSection
Section "Monitor"
Identifier "dvi"
Option "RightOf" "foo"
Option "PreferredMode" "1280x1024"
#Option "Ignore" "true"
EndSectionSection "Screen"
Identifier "Default Screen"
Monitor "foo"
Device "Configured Video Device"
Modes "1280x1024" "800x600"
Virtual 2048 2048
SubSection "Display"
Depth 24
# big virtual screen to place
Virtual 2560 1024
EndSubSection
EndSection
voilà le conf, j'ai mis la ligne 24 en gras, en tenant comptes des lignes commentées, puis en n'en tenant plus compte.
petite précision, malgré le xorg.conf j'arrive a avoir un affichage étendu ... le seul défaut c'est qu'il ne supporte pas le redémarrage. Est-ce que ca ne viendrait pas d'un problème d'enregistrement de ma configuration lorsque j'active l'affichage ?
Dernière modification par Dooinhell (Le 30/04/2009, à 14:34)
Hors ligne
#14 Le 30/04/2009, à 14:40
- Grunt
Re : Problème de bi-écran
Ces deux lignes doivent faire partie de la section "Device":
Option "monitor-VGA" "foo"
Option "monitor-TMDS-1" "dvi"
#15 Le 30/04/2009, à 15:04
- pipou24
Re : Problème de bi-écran
Question con... as-tu essayé Xrandr qui est censé permettre de beneficier du multi-ecran sans toucher au xorg.conf ? http://doc.ubuntu-fr.org/multi-ecran
Non geek et fier de l'être. ㋡
Hors ligne
#16 Le 30/04/2009, à 16:09
- Dooinhell
Re : Problème de bi-écran
J'avais en effet négligé cette partie ... Apres une bonne heure d'acharnement, je n'ai toujours pas réussi à activer une extention de bureau avec grandr ... il m'affiche un écran LVDS (celui du portable, je suppose) un écran VGA, et un écran HDMI (?_?) cependant je n'arrive a activer que l'écran VGA, et lorsque l'écran "hdmi" qui est en réalité l'écran DVI démarre enfin c'est uniquement pour cloner l'affichage du premier, les options "clone" et "étendu" sont grisées, de ce fait le drag and drop de la gestion layout ne me permet pas de positionner mes écrans l'un par rapport à l'autre, ils sont généralement situés tout les deux dans la meme "case"
EDIT
Je viens d'essayer de mettre les écran VGA et HDMi en mode "auto" qui s'est automatiquement désactivé par la suite, cependant j'ai maintenant un affichage cloné sur les deux écrans, avec le message suivant qui s'est affiché :
The program 'grandr' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 21 error_code 8 request_code 150 minor_code 21)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.
Dernière modification par Dooinhell (Le 30/04/2009, à 16:14)
Hors ligne
#17 Le 30/04/2009, à 16:49
- Dooinhell
Re : Problème de bi-écran
j'espère que vous aurez quelques suggestions à me faire, je ne pourrais les mettre en oeuvre que mercredi prochain ... En attendant, merci de m'aider ! et bonne soirée à vous
Hors ligne
#18 Le 30/04/2009, à 16:59
- Grunt
Re : Problème de bi-écran
Avec les modifications que je t'ai indiquées, que se passe-t-il?
#19 Le 30/04/2009, à 18:13
- Dooinhell
Re : Problème de bi-écran
Ben la meme chose à chaque fois, le message d'erreur se décale juste du nombre de lignes que j'ai rajouté dans le xorg.conf
Hors ligne
#20 Le 30/04/2009, à 20:08
- Grunt
Re : Problème de bi-écran
ça, ça devrait marcher:
Section "Device"
Identifier "Configured Video Device"
Option "monitor-VGA" "foo"
Option "monitor-TMDS-1" "dvi"
EndSection
#21 Le 06/05/2009, à 08:16
- Dooinhell
Re : Problème de bi-écran
Hop, de retour au boulot après 2 jours de cours, j'en profite donc pour poursuivre ce problème qui me fait tourner en bourrique. J'ai apporté les modifications que tu as proposé. Elles sont intégrées sans problèmes, cependant arrivé quelques lignes plus bas, une nouvelle erreur, à la ligne 44 : "Modes" is not a valid keyword in this section
Voici le xorg que j'ai tenté d'appliquer
Section "Device"
Identifier "Configured Video Device"
Option "monitor-VGA" "foo"
Option "monitor-TMDS-1" "dvi"
EndSection
Section "Monitor"
Identifier "foo"
Option "PreferredMode" "1280x1024"
#Option "Ignore" "true"
EndSection
Section "Monitor"
Identifier "dvi"
Option "RightOf" "foo"
Option "PreferredMode" "1280x1024"
#Option "Ignore" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "foo"
Device "Configured Video Device"
Modes "1280x1024" "800x600"
Virtual 2048 2048
SubSection "Display"
Depth 24
# big virtual screen to place
Virtual 2560 1024
EndSubSection
EndSection
Hors ligne
#22 Le 06/05/2009, à 09:09
- Mc Lenet
Re : Problème de bi-écran
La ligne "Modes" doit être dans la 'SubSection "Display"', il me semble
Hors ligne
#23 Le 06/05/2009, à 10:13
- Dooinhell
Re : Problème de bi-écran
Bien joué ! en effet c'était la subsection qui posait problème ... Maintenant, le xorg.conf n'a plus l'air de poser problème, cependant mon affichage est toujours borgne de l'écran DVI, mais le VGA supporte l'application de la règle apres redémarrage
EDIT
je me demande si la perte de mon écran DVI vient du fait qu'il n'est pas déclaré en tant que moniteur dans le xorg.conf, est-ce que quelqu'un a une idée là dessus ?
Dernière modification par Dooinhell (Le 06/05/2009, à 10:34)
Hors ligne
#24 Le 06/05/2009, à 10:43
- Mc Lenet
Re : Problème de bi-écran
Donne-nous le résultat de :
cat /var/log/Xorg.0.log
et xrandr -q
avec tes deux écrans branchés.
Hors ligne
#25 Le 06/05/2009, à 10:45
- Dooinhell
Re : Problème de bi-écran
voilà pour le Xorg log
II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 662 x 264
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 2.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) AT Translated Set 2 keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) AT Translated Set 2 keyboard: xkb_model: "pc105"
(**) Option "xkb_layout" "fr"
(**) AT Translated Set 2 keyboard: xkb_layout: "fr"
(**) Option "xkb_variant" "oss"
(**) AT Translated Set 2 keyboard: xkb_variant: "oss"
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event9"
(II) Logitech USB Receiver: Found 9 mouse buttons
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as mouse
(II) Logitech USB Receiver: Configuring as keyboard
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Logitech USB Receiver: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) Logitech USB Receiver: xkb_model: "pc105"
(**) Option "xkb_layout" "fr"
(**) Logitech USB Receiver: xkb_layout: "fr"
(**) Option "xkb_variant" "oss"
(**) Logitech USB Receiver: xkb_variant: "oss"
(**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
(**) Logitech USB Receiver: (accel) filter chain progression: 2.00
(**) Logitech USB Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech USB Receiver: (accel) set acceleration profile 0
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event11"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Video Bus: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) Video Bus: xkb_model: "pc105"
(**) Option "xkb_layout" "fr"
(**) Video Bus: xkb_layout: "fr"
(**) Option "xkb_variant" "oss"
(**) Video Bus: xkb_variant: "oss"
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event8"
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Logitech USB Receiver: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) Logitech USB Receiver: xkb_model: "pc105"
(**) Option "xkb_layout" "fr"
(**) Logitech USB Receiver: xkb_layout: "fr"
(**) Option "xkb_variant" "oss"
(**) Logitech USB Receiver: xkb_variant: "oss"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event3"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 0.99.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 0.99.3
(**) Option "Device" "/dev/input/event12"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad touchpad found
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 69.30 1280 1296 1344 1416 800 801 804 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 69.30 1280 1296 1344 1416 800 801 804 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 69.30 1280 1296 1344 1416 800 801 804 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 69.30 1280 1296 1344 1416 800 801 804 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 69.30 1280 1296 1344 1416 800 801 804 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x70.0 128.94 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x70.0 128.94 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x70.0 128.94 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x70.0 128.94 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x70.0 128.94 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): EDID vendor "SEC", prod id 20293
(II) intel(0): EDID vendor "IVM", prod id 18149
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x70.0 128.94 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): EDID vendor "IVM", prod id 18149
et le xrandr -q :
Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 2560 x 1024
VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis) 340mm x 270mm
1280x1024 60.0*+ 75.0 70.0 60.0*
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 59.9
720x400 70.1
LVDS connected (normal left inverted right x axis y axis)
1280x800 60.0 +
1024x768 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
HDMI-1 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 340mm x 270mm
1280x1024 60.0*+ 75.0 70.0 60.0*
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 59.9
720x400 70.1
TV disconnected (normal left inverted right x axis y axis)
Hors ligne