#1 Le 02/05/2007, à 14:57
- madmaker
[RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
bonjour à tous
trés gros probleme sur mon portable avec la nouvel feisty 32 bits (noter que avec envy ca a marcher du 1er coups sur la edgy 64bits)
voila j'ai essayer plusieur méthode:
- le soft livré qui gére les pilotes proprio
- le script envy (meme si il n'est pas recommandé)
- A LA MAIN !!! (make des driver new_glx)
... et toujours la meme réponse
The interrupt for NVIDIA graphics device PCI:1:0:0 appears to be edge-triggered
je suis a 2 doigt de me pendre j'ai besoin de glut pour coder un truc ... et donc bien sur l'openGL marche pas
Dernière modification par madmaker (Le 11/05/2007, à 12:11)
Hors ligne
#2 Le 02/05/2007, à 14:58
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
bonjour à tous
trés gros probleme sur mon portable avec la nouvel feisty 32 bits (noter que avec envy ca a marcher du 1er coups sur la edgy 64bits)
voila j'ai essayer plusieur méthode:
- le soft livré qui gére les pilotes proprio
- le script envy (meme si il n'est pas recommandé)
- A LA MAIN !!! (make des driver new_glx)
(je suis pas trop newbie.. j'ai tout bien respecté)... et toujours la meme réponse
The interrupt for NVIDIA graphics device PCI:1:0:0 appears to be edge-triggered
en vérifiant avec lspci c le bon slot
PS je suis a 2 doigt de me pendre j'ai besoin de glut pour coder un truc ... et donc bien sur l'openGL marche pas
Dernière modification par madmaker (Le 02/05/2007, à 14:59)
Hors ligne
#3 Le 02/05/2007, à 15:06
- Woshee
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Ce message te viens a quel moment?
L'installation simple du paquet nvidia-glx-new ne fonctionne pas?
Devenez parrain Linux ou trouvez quelqu'un pour vous aider près de chez vous:
http://parrains.linux.free.fr/
Hors ligne
#4 Le 02/05/2007, à 15:10
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
c la 1er erreur detecté dans le log .. juste apres le chargemetn du module dans le noyau
je précise que j'ai utilisé aussi le 9755
Dernière modification par madmaker (Le 02/05/2007, à 15:34)
Hors ligne
#5 Le 02/05/2007, à 19:07
- Marge
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Hello
Moi aussi ça marche pas. Jai déjà envoyé plusieurs messages et je désespère! J'ai une GForce2 MX/Mx 400, et, comme madmaker, j'ai essayé avec le feisty (pilotes proprio), avec envy, avec synaptic, à la main... J'ai vérifié et revérifié les bons paquets a installé pour ma carte, j'ai tout purgé qui touchait de loin ou de près nvidia pour reinstallé sur du propre... J'ai même essayé avec les3 drivers et rien ne marche!!
J'ai conscience d'être un peu lourde mais j'aatend tjs le dernier moment pour demander de l'aide sur le forum et là j'ai tt essayé et rien ne marche help me! Et help madmaker.
Merci!
Hors ligne
#6 Le 02/05/2007, à 23:04
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
bon je viens de m'apercevoir qu'il y a un blem (d'allocation?) memoire PCI aux démarrage
.. mais je pense que Canonical a foiré sur la compil du noyaux ... ce n'est pas possible que ca passe pas sur certaines config...
je vais voir ce que je peux faire pour une recompil de noyaux
Hors ligne
#7 Le 03/05/2007, à 10:17
- Woshee
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Les erreurs pci au démarrage sont pas forcément dues a la carte graphique.
Pour les geforce 2, ça doit etre le nvidia-glx qu'il faut, pas le new.
Ensuite l'erreur se situe au démarrage, aucun lancement du serveur X?
Je sais pas trop quoi proposer de plus...
Devenez parrain Linux ou trouvez quelqu'un pour vous aider près de chez vous:
http://parrains.linux.free.fr/
Hors ligne
#8 Le 03/05/2007, à 10:36
- inbox
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Salut madmaker,
Dans google, avec
appears to be edge-triggered
j'ai trouvé ces infos en anglais mais très compréhensible.
En gros, il faut voir du côté des IRQ (des différents périphériques), de la gestion ACPI, vérifier que ta carte ne partage pas sont adresse IRQ avec un autre périphérique. Il y a encore d'autres suggestion concernant l'amélioration de ton problème.
[EDIT]
A noter
Currently, the NVIDIA driver will attempt to detect edge triggered interrupts and X will purposely fail to start (to avoid stability issues). This behavior can be overridden by setting the "NVreg_RMEdgeIntrCheck" NVIDIA Linux kernel module parameter. This parameter defaults to "1", which enables the edge triggered interrupt detection. Set this parameter to "0" to disable this detection.
que l'option NVreg_RMEdgeIntrCheck peut être positionnée à "0" pour ne pas utiliser la détection des interruption "edge triggered" (je préfère ne pas tenter de traduire )
A+
Dernière modification par inbox (Le 03/05/2007, à 10:40)
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#9 Le 03/05/2007, à 12:08
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
ok . j'ai peut etre une autre solution .. je vais compiler mon noyaux sans l'ACPI legacy (en plus a la base il a été choisi alors que ce n'était pas "apprécié" )
quand j'ai regardé les IRQ (dans /proc/interrupt ) j'ai vu que ma carte la partageait avec le controleur hote USB (d'ou les freeze de ma souris d'ailleur ou j'étais obligé de rebooter)
je tiens au courant... (j'ai pas testé mais le noacpi au démarrage devrait suffir ... bon je suis perfectionniste )
Dernière modification par madmaker (Le 03/05/2007, à 16:47)
Hors ligne
#10 Le 03/05/2007, à 16:59
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
bon avec les option noapic et acpi=off et pnpbios=off (je sais ce que vous allez dire sure ce dernier .. pas tester de pluger une PCMCIA a chaud avec c option) ...
ET
avec ... script envy
... ca passe
JE CONTINUE MES TESTS
PS: j'ai merdé sur mon noyau cet aprem .. je continue ce soir)
Hors ligne
#11 Le 03/05/2007, à 17:01
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
bon avec les option noapic et acpi=off et pnpbios=off (je sais ce que vous allez dire sure ce dernier .. pas tester de pluger une PCMCIA a chaud avec c option) ...
ET
avec ... script envy
... ca passeJE CONTINUE MES TESTS
PS: j'ai merdé sur mon noyau cet aprem .. je continue ce soir)
PS2: toujours meme remarque au démarage
PS3: je hais ce portable (ASUS L5D).. il m'a tjrs apporté que des souci d'install c le seul portable AMD64 ou il est impossible d'installer windows 64 bits.. et vous savez encore a cause de quoi .. ACPI DE MERDE !!!!
Hors ligne
#12 Le 04/05/2007, à 00:30
- Marge
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Je confirme que j'ai bien essayé avec nvidia-glx (entre autres) le tuto donnait nvidia-glx-legacy pour cette carte... De ttes façons les drivers ça marche pas.
Après... J'ai rien compris à vos histoires d'adresses IRQ partagées c'est au dessus de mes compétences! Donc je peux rien tenter la dessus pour l'instant à moins qu'on m'explique de manière plus détaillée où vérifier, que faire? De ttes façons même si je voulais je saurais pas faire...
Bref bosser bien les gars et trouvez une soluce svp!
Merrci
Hors ligne
#13 Le 04/05/2007, à 03:28
- Kerlam
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
#14 Le 04/05/2007, à 15:35
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Après... J'ai rien compris à vos histoires d'adresses IRQ partagées c'est au dessus de mes compétences! Donc je peux rien tenter la dessus pour l'instant à moins qu'on m'explique de manière plus détaillée où vérifier, que faire? De ttes façons même si je voulais je saurais pas faire...
pour cela regarde si il n'y a pas conflit au niveau des IRQ
cat /proc/interrupts
si ca se trouve c'est le meme probleme que moi
si c'est ca rajoute les option noapic, acpi=off et pnpbios=off derriere ta ligne de boot de ton noyau dans /boot/grub/menu.lst
(bon pas de gestion d'alim.. mais je vais m'occuper des option kernel pour que tout ca soit propre j'enverrai la soluce)
Dernière modification par madmaker (Le 04/05/2007, à 15:40)
Hors ligne
#15 Le 04/05/2007, à 17:16
- Marge
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Merci madmaker...
En voyant ça, je tente:cat /proc/interrupts ce qui donne:
CPU0
0: 112725 IO-APIC-edge timer
1: 2 IO-APIC-edge i8042
6: 4 IO-APIC-edge floppy
7: 1 IO-APIC-edge parport0
8: 3 IO-APIC-edge rtc
9: 1 IO-APIC-fasteoi acpi
12: 4 IO-APIC-edge i8042
14: 69729 IO-APIC-edge ide0
15: 4560 IO-APIC-edge ide1
18: 2818 IO-APIC-fasteoi ohci_hcd:usb1
19: 0 IO-APIC-fasteoi ohci_hcd:usb2, saa7133[0], saa7133[0]
20: 0 IO-APIC-fasteoi ohci_hcd:usb3
21: 3 IO-APIC-fasteoi ehci_hcd:usb4
23: 4093 IO-APIC-fasteoi eth0
24: 505 IO-APIC-fasteoi ALi M5455
NMI: 0
LOC: 112601
ERR: 0
MIS: 0
Donc si j'ai bien compris, pas de conflit IRQ dans mon cas... (Je suis presque triste j'avais enfin une piste)
Hors ligne
#16 Le 04/05/2007, à 21:05
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Merci madmaker...
En voyant ça, je tente:cat /proc/interrupts ce qui donne:
CPU0
0: 112725 IO-APIC-edge timer
1: 2 IO-APIC-edge i8042
6: 4 IO-APIC-edge floppy
7: 1 IO-APIC-edge parport0
8: 3 IO-APIC-edge rtc
9: 1 IO-APIC-fasteoi acpi
12: 4 IO-APIC-edge i8042
14: 69729 IO-APIC-edge ide0
15: 4560 IO-APIC-edge ide1
18: 2818 IO-APIC-fasteoi ohci_hcd:usb1
19: 0 IO-APIC-fasteoi ohci_hcd:usb2, saa7133[0], saa7133[0]
20: 0 IO-APIC-fasteoi ohci_hcd:usb3
21: 3 IO-APIC-fasteoi ehci_hcd:usb4
23: 4093 IO-APIC-fasteoi eth0
24: 505 IO-APIC-fasteoi ALi M5455
NMI: 0
LOC: 112601
ERR: 0
MIS: 0Donc si j'ai bien compris, pas de conflit IRQ dans mon cas... (Je suis presque triste j'avais enfin une piste)
bah si tu as une piste ... parceque ta carte graphique n'utilise aucune IRQ ce qui est impossible lol
on voit bien ta carte d'acquisition(saa7133 .. j'ai une PCMCIA comme ca aussi ) .. t USB .. ton systeme etc mais aucune carte graphique
mise a part ca ... l'interruption peut etre masqué du fait que ton systeme utilise l'APIC (enfin je dis peut etre une connerie) ... en tout cas je sais que le mien avait "normalleemtn " le IO APIC aussi .. mais avant que je le désactive je n'avais tout de mme pas le meme message que toi le fameux "IO-APIC-fasteoi"
essaye tout de meme de faire ce que je t'ai expliqué a rajouter dans grub
courage t'y es presque !!!
PS: envoi ton log du serveur graphique
Hors ligne
#17 Le 07/05/2007, à 14:45
- Marge
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Bien...
J'ai pas compris grand chose, à part que ça cloche...
Je n'ai pas rajoutée la ligne dans le grub parceque je sais pas où exactement (j'ai honte)
Je balance mon grub:
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## ## End Default Options ##
title Ubuntu, kernel 2.6.20-15-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-386
savedefault
title Ubuntu, kernel 2.6.20-15-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro single
initrd /boot/initrd.img-2.6.20-15-386
title Ubuntu, kernel 2.6.17-11-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-11-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro quiet splash
initrd /boot/initrd.img-2.6.17-11-386
savedefault
title Ubuntu, kernel 2.6.17-11-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-11-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro single
initrd /boot/initrd.img-2.6.17-11-386
title Ubuntu, kernel 2.6.17-10-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro quiet splash
initrd /boot/initrd.img-2.6.17-10-386
savedefault
title Ubuntu, kernel 2.6.17-10-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro single
initrd /boot/initrd.img-2.6.17-10-386
title Ubuntu, kernel 2.6.15-23-k7
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-23-k7 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro quiet splash
initrd /boot/initrd.img-2.6.15-23-k7
savedefault
title Ubuntu, kernel 2.6.15-23-k7 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-23-k7 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro single
initrd /boot/initrd.img-2.6.15-23-k7
title Ubuntu, kernel 2.6.15-23-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-23-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro quiet splash
initrd /boot/initrd.img-2.6.15-23-386
savedefault
title Ubuntu, kernel 2.6.15-23-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-23-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro single
initrd /boot/initrd.img-2.6.15-23-386
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
Je t'envoie aussi mon server graphique qui est "tout nu" puisque je l'ai reconfiguré par défaut pour que ça marche...
# /etc/X11/xorg.conf (xorg 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(5) 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.
#
# 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 "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
Driver "vesa"
BusID "PCI:4:5:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "IBM G96"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "IBM G96"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Voilà...
Merci pour tt et dsl d'avoir mis du temps à répondre, j'étais en WE...
Hors ligne
#18 Le 07/05/2007, à 21:11
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
en fait ce qui faut c le log du serveur graphique .... /var/log/xorg.0.log
la soluc je l'ai re redetaillé la... http://forum.ubuntu-fr.org/viewtopic.php?id=69857
PS: tu peux remettre bien tout en code avec les balise dans les bons endroit stp
Hors ligne
#19 Le 08/05/2007, à 01:13
- inbox
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Salut Marge,
Ce que veut dire madmaker en
PS: tu peux remettre bien tout en code avec les balise dans les bons endroit stp
est : utilises les balises Code los de ta réponse.
En gros tu colles ton texte entre (texte entre balises B) les balises qui sont affichées lorsque tu cliques sur le bouton Code.
A+
[EDIT]
@marge
Dans ton dernier message, tu as collé ton /etc/X11/xorg.conf.
Une autre chose aussi, il te faudrait supprimer les anciens noyaux Ubuntu
title Ubuntu, kernel 2.6.20-15-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-386 root=UUID=8da3f863-6f83-4682-90ba-6bc8b985e341 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-386
savedefault
en allant dans synaptic et recherchant tous ce qu'il y a en rapport avec 2.6.15-* et 2.6.17-10*- afin d'alleger ta place disque et ton menu Grub. En gros, il te suffit de conserver, au plus, les deux plus anciens noyaux.
Avec apt-get remove puis apt-get clean.
A+
Dernière modification par inbox (Le 08/05/2007, à 01:25)
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#20 Le 08/05/2007, à 20:36
- Buggy
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Bonjour
Je crois avoir le même problème car quand je laisse un terminal ouvert, j'ai au bout d'un certain temps le message suisvant
Message from syslogd@buggy-desktop at Wed May 2 20:34:22 2007 ...
buggy-desktop kernel: [ 9907.299986] Disabling IRQ #10
Message from syslogd@buggy-desktop at Wed May 2 21:05:36 2007 ...
buggy-desktop kernel: [11779.423490] Disabling IRQ #19
Je cherche donc à faire la solution de Madmaker mais je ne sais pas exactement où mettre cela dans mon "Menu.lst.
Pourriez-vous me donner plus de précision
Merci.
EDIT
Désolé la réponse existe déjà à cette adresse http://forum.ubuntu-fr.org/viewtopic.php?id=69857
Mais une petite question encore, c'est bien les 2 lignes intitulées "Kernel" qu'il faut modifié ???
Dernière modification par Buggy (Le 08/05/2007, à 20:55)
Hors ligne
#21 Le 10/05/2007, à 16:55
- Marge
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Ok ok ok...
En me reconcentrant bien j'espère avoir compris!
donc le log de mon server graphique serait:
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux margot-desktop 2.6.20-15-386 #2 Sun Apr 15 07:34:00 UTC 2007 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 10 17:43:34 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Écran générique"
(**) | |-->Device "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/usr/share/fonts/X11/misc,
/usr/X11R6/lib/X11/fonts/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/X11R6/lib/X11/fonts/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81c92e0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10b9,1695 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10b9,524b card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,524c card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10b9,1689 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:05:0: chip 10b9,5246 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 10b9,5249 card 0000,0000 rev 00 class 06,04,01 hdr 01
(II) PCI: 00:07:0: chip 10b9,1563 card 1849,1563 rev 70 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 10b9,7101 card 1849,7101 rev 00 class 06,80,00 hdr 80
(II) PCI: 00:08:0: chip 10b9,5455 card 1849,0850 rev 20 class 04,01,00 hdr 00
(II) PCI: 00:11:0: chip 10b9,5263 card 1849,5263 rev 40 class 02,00,00 hdr 00
(II) PCI: 00:12:0: chip 10b9,5229 card 1849,5229 rev c7 class 01,01,8a hdr 00
(II) PCI: 00:13:0: chip 10b9,5237 card 1849,5237 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 10b9,5237 card 1849,5237 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:13:2: chip 10b9,5237 card 1849,5237 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:13:3: chip 10b9,5239 card 1849,5239 rev 01 class 0c,03,20 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 04:05:0: chip 10de,0110 card 1048,0c61 rev b2 class 03,00,00 hdr 00
(II) PCI: 04:06:0: chip 1131,7133 card 1421,0350 rev f0 class 04,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc700000 - 0xfc7fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:2:0), (0,2,2), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfc800000 - 0xfc8fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:5:0), (0,3,3), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfc900000 - 0xfc9fffff (0x100000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:6:0), (0,4,4), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfca00000 - 0xfeafffff (0x2100000) MX[b]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xc7f00000 - 0xd7efffff (0x10000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(4:5:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xfd000000/24, 0xc8000000/27, BIOS @ 0xfeaf0000/16
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xdc000000 from 0xdfffffff to 0xdbffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[b]
[1] -1 0 0xfebfe800 - 0xfebfe8ff (0x100) MX[b]
[2] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[b]
[3] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
[4] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
[5] -1 0 0xfebfec00 - 0xfebfecff (0x100) MX[b]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
[7] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[b]O
[8] -1 0 0xc7f00000 - 0xc7f0ffff (0x10000) MX[b](B)
[9] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
[10] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[11] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[b]
[12] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[13] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[14] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[15] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[16] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[b]
[1] -1 0 0xfebfe800 - 0xfebfe8ff (0x100) MX[b]
[2] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[b]
[3] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
[4] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
[5] -1 0 0xfebfec00 - 0xfebfecff (0x100) MX[b]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
[7] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[b]O
[8] -1 0 0xc7f00000 - 0xc7f0ffff (0x10000) MX[b](B)
[9] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
[10] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[11] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[b]
[12] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[13] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[14] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[15] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[16] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[b]
[5] -1 0 0xfebfe800 - 0xfebfe8ff (0x100) MX[b]
[6] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[b]
[7] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
[9] -1 0 0xfebfec00 - 0xfebfecff (0x100) MX[b]
[10] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
[11] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[b]O
[12] -1 0 0xc7f00000 - 0xc7f0ffff (0x10000) MX[b](B)
[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
[14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[b]
[18] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[19] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[22] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.2.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7185
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) Wacom driver level: 47-0.7.7-7 $
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 04:05:0
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[b]
[5] -1 0 0xfebfe800 - 0xfebfe8ff (0x100) MX[b]
[6] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[b]
[7] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
[9] -1 0 0xfebfec00 - 0xfebfecff (0x100) MX[b]
[10] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
[11] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[b]O
[12] -1 0 0xc7f00000 - 0xc7f0ffff (0x10000) MX[b](B)
[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
[14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[b]
[18] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[19] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[22] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[b]
[5] -1 0 0xfebfe800 - 0xfebfe8ff (0x100) MX[b]
[6] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[b]
[7] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
[9] -1 0 0xfebfec00 - 0xfebfecff (0x100) MX[b]
[10] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
[11] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[b]O
[12] -1 0 0xc7f00000 - 0xc7f0ffff (0x10000) MX[b](B)
[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
[14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[20] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[b]
[21] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[22] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[23] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[25] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[26] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
[27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[28] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) VESA(0): initializing int10
(II) Loading sub module "vm86"
(II) LoadModule: "vm86"
(II) Loading /usr/lib/xorg/modules//libvm86.so
(II) Module vm86: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 32768 kB
(II) VESA(0): VESA VBE OEM: NVidia
(II) VESA(0): VESA VBE OEM Software Rev: 3.17
(II) VESA(0): VESA VBE OEM Vendor: NVidia Corporation
(II) VESA(0): VESA VBE OEM Product: NV11 (GeForce2) Board
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev B2
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules//libddc.so
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 2
(II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) VESA(0): VESA VBE DDC read successfully
(II) VESA(0): Manufacturer: IBM Model: 40a5 Serial#: 16843009
(II) VESA(0): Year: 2000 Week: 35
(II) VESA(0): EDID Version: 1.1
(II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) VESA(0): Sync: Separate
(II) VESA(0): Max H-Image Size [cm]: horiz.: 36 vert.: 27
(II) VESA(0): Gamma: 2.74
(II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) VESA(0): redX: 0.615 redY: 0.350 greenX: 0.290 greenY: 0.610
(II) VESA(0): blueX: 0.155 blueY: 0.070 whiteX: 0.283 whiteY: 0.298
(II) VESA(0): Supported VESA Video Modes:
(II) VESA(0): 720x400@70Hz
(II) VESA(0): 720x400@88Hz
(II) VESA(0): 640x480@60Hz
(II) VESA(0): 640x480@72Hz
(II) VESA(0): 640x480@75Hz
(II) VESA(0): 800x600@56Hz
(II) VESA(0): 800x600@60Hz
(II) VESA(0): 800x600@72Hz
(II) VESA(0): 800x600@75Hz
(II) VESA(0): 1024x768@60Hz
(II) VESA(0): 1024x768@70Hz
(II) VESA(0): 1024x768@75Hz
(II) VESA(0): 1280x1024@75Hz
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported Future Video Modes:
(II) VESA(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) VESA(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) VESA(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) VESA(0): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) VESA(0): #4: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
(II) VESA(0): Supported additional Video Mode:
(II) VESA(0): clock: 52.6 MHz Image Size: 355 x 265 mm
(II) VESA(0): h_active: 960 h_sync: 972 h_sync_end 1080 h_blank_end 1260 h_border: 0
(II) VESA(0): v_active: 529 v_sync: 530 v_sync_end 540 v_blanking: 557 v_border: 0
(II) VESA(0): Monitor name: IBM G96
(II) VESA(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 95 kHz, PixClock max 210 MHz
(II) VESA(0): Serial No: 23-PWLW2
(II) VESA(0): EDID (in hex):
(II) VESA(0): 00ffffffffffff00244da54001010101
(II) VESA(0): 230a010168241baee8a5c99d594a9c27
(II) VESA(0): 12484cefcf003159455961598199a94f
(II) VESA(0): 0101010101019014c02c31111c200c6c
(II) VESA(0): 1a0063091100001a000000fc0049424d
(II) VESA(0): 204739360a2020202020000000fd0032
(II) VESA(0): a01e5f15000a202020202020000000ff
(II) VESA(0): 0032332d50574c57320a202020200024
(II) VESA(0): Using hsync ranges from config file
(II) VESA(0): Using vrefresh ranges from config file
(II) VESA(0): Printing DDC gathered Modelines:
(II) VESA(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
(II) VESA(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
(II) VESA(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
(II) VESA(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync
(II) VESA(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
(II) VESA(0): Modeline "720x400" 35.50 720 738 846 900 400 421 423 449 -hsync -vsync
(II) VESA(0): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync
(II) VESA(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
(II) VESA(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
(II) VESA(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
(II) VESA(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
(II) VESA(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
(II) VESA(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
(II) VESA(0): Modeline "640x480" 35.00 640 664 728 816 480 483 487 507 -hsync +vsync
(II) VESA(0): Modeline "800x600" 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync
(II) VESA(0): Modeline "1024x768" 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync
(II) VESA(0): Modeline "1280x1024" 159.50 1280 1376 1512 1744 1024 1027 1034 1078 -hsync +vsync
(II) VESA(0): Modeline "1600x1200" 204.75 1600 1720 1888 2176 1200 1203 1207 1255 -hsync +vsync
(II) VESA(0): Modeline "960x529" 52.64 960 972 1080 1260 529 530 540 557 -hsync +vsync
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 640
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 15
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 15
LinNumberOfImagePages: 15
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 101 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 11
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 11
LinNumberOfImagePages: 11
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 102 (800x600)
ModeAttributes: 0x31f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 100
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 15
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 100
BnkNumberOfImagePages: 15
LinNumberOfImagePages: 15
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 103 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 800
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 7
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 800
BnkNumberOfImagePages: 7
LinNumberOfImagePages: 7
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 104 (1024x768)
ModeAttributes: 0x31f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 128
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 7
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 128
BnkNumberOfImagePages: 7
LinNumberOfImagePages: 7
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 105 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 4
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1024
BnkNumberOfImagePages: 4
LinNumberOfImagePages: 4
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 106 (1280x1024)
ModeAttributes: 0x31f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 160
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 4
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 160
BnkNumberOfImagePages: 4
LinNumberOfImagePages: 4
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 107 (1280x1024)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1280
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 2
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 108 (80x60)
ModeAttributes: 0x38f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 32
WinSize: 32
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 160
XResolution: 80
YResolution: 60
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 160
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 109 (132x25)
ModeAttributes: 0x38f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 32
WinSize: 32
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 264
XResolution: 132
YResolution: 25
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 264
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 10a (132x43)
ModeAttributes: 0x38f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 32
WinSize: 32
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 264
XResolution: 132
YResolution: 43
XCharSize: 8
YCharSize: 9
NumberOfPlanes: 1
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 264
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 10b (132x50)
ModeAttributes: 0x38f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 32
WinSize: 32
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 264
XResolution: 132
YResolution: 50
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 264
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 10c (132x60)
ModeAttributes: 0x38f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 32
WinSize: 32
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 264
XResolution: 132
YResolution: 60
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 264
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 10e (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 640
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 31
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 31
LinNumberOfImagePages: 31
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 10f (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1280
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 15
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 15
LinNumberOfImagePages: 15
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 111 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 5
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 5
LinNumberOfImagePages: 5
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 112 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 2
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 114 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 3
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 115 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 117 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 2048
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 118 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 4096
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 11a (1280x1024)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 130 (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 320
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 63
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 63
LinNumberOfImagePages: 63
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 131 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 320
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 31
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 31
LinNumberOfImagePages: 31
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 132 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 640
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 15
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 15
LinNumberOfImagePages: 15
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 133 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1280
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 7
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 7
LinNumberOfImagePages: 7
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 134 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 320
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 31
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 31
LinNumberOfImagePages: 31
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 135 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 640
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 20
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 20
LinNumberOfImagePages: 20
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 136 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1280
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 11
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 11
LinNumberOfImagePages: 11
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 13d (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1280
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 7
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 7
LinNumberOfImagePages: 7
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 13e (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 2560
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 3
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 145 (1600x1200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 1600
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 146 (1600x1200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000956a
BytesPerScanline: 3200
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc8000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
(II) VESA(0): Total Memory: 512 64KB banks (32768kB)
(II) VESA(0): Écran générique: Using hsync range of 30.00-70.00 kHz
(II) VESA(0): Écran générique: Using vrefresh range of 50.00-160.00 Hz
(II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
(--) VESA(0): Virtual size is 1024x768 (pitch 1024)
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(**) VESA(0): Display dimensions: (360, 270) mm
(**) VESA(0): DPI set to (72, 72)
(II) VESA(0): Attempting to use 85Hz refresh for mode "1024x768" (118)
(II) VESA(0): Attempting to use 85Hz refresh for mode "800x600" (115)
(II) VESA(0): Attempting to use 85Hz refresh for mode "640x480" (112)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules//libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[b]
[5] -1 0 0xfebfe800 - 0xfebfe8ff (0x100) MX[b]
[6] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[b]
[7] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
[9] -1 0 0xfebfec00 - 0xfebfecff (0x100) MX[b]
[10] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
[11] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[b]O
[12] -1 0 0xc7f00000 - 0xc7f0ffff (0x10000) MX[b](B)
[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
[14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[20] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[b]
[21] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[22] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[23] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[25] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[26] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
[27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[28] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 32768 kB
(II) VESA(0): VESA VBE OEM: NVidia
(II) VESA(0): VESA VBE OEM Software Rev: 3.17
(II) VESA(0): VESA VBE OEM Vendor: NVidia Corporation
(II) VESA(0): VESA VBE OEM Product: NV11 (GeForce2) Board
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev B2
(==) VESA(0): Write-combining range (0xc8000000,0x2000000)
(II) VESA(0): virtual address = 0xb52a8000,
physical address = 0xc8000000, size = 33554432
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(**) Option "dpms"
(**) VESA(0): DPMS enabled
(WW) VESA(0): Option "UseFBDev" is not used
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "fr"
(**) Generic Keyboard: XkbLayout: "fr"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/input/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/input/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/input/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) Synaptics touchpad driver version 0.14.6 (1406)
Synaptics Touchpad no synaptics event device found (checked 13 nodes)
(**) Option "Device" "/dev/psaux"
(**) Option "HorizScrollDelta" "0"
Query no Synaptics: 6003C8
(EE) Synaptics Touchpad no synaptics touchpad detected and no repeater device
(EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Synaptics Touchpad"
(II) UnloadModule: "synaptics"
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list!
Voilà voilà...
J'ai bien essayé de rajouter la ligne dans le grub où on m'a dit, dans le grub... Tjs pas de changement!!
Je m'occupe également de nettoyer les vieux noyaux...
Merci!
Hors ligne
#22 Le 10/05/2007, à 17:46
- inbox
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Salut Marge & madmaker,
J'ai trouvé une méthode de correction manuelle concernant les cartes geforce 4 mx 400/440 (et sûrement autres cartes nvidia) sur launchpad.
Cette solution concerne principalement les personnes ayant installé le pilote nvidia-gxl-new puis le nvidia-glx et ont un crash du serveur X.
J'ai donné cette info ici, mais les utilisateurs concernés ne répondent pas.
Donc à vous d'essayer afin de confirmer si cela fonctionne ou pas.
A+
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#23 Le 11/05/2007, à 09:46
- Marge
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Hello Inbox.
Pour petite rectif, ma carte est une GeForce 2 MX/MX 400 et non une GeForce 4... Ceci dit je ne sait pas si ça a une importance. J'ai moi aussi installé direct Feisty à l'époque donc je n'ai pas désinstallé les drivers avant migration sous Feisty, comme il est conseillé.
Ceci dit, désinstallé les drivers puis les réinstallert, bien évidemment j'ai essayé, sans résulats.
J'en reviens à me poser la question suivante: serait il interessant pour moi de revenir à *edgy, sous lequel tt fonctionnait nickel? (y compris Beryl). Eventuellemnt repasser ensuite à feisty après avoir fait les bonne procédures?
Et, d
Hors ligne
#24 Le 11/05/2007, à 09:46
- Marge
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
Je finis:
Dans ce cas, quelle procédure pour faire ça "proprement"?
Merci de votre aide, je commence à en avoir vraiment marre!
Hors ligne
#25 Le 11/05/2007, à 12:05
- madmaker
Re : [RESOLU]Pb Geforce FX Go5650 sur ASUS L5D
bon dsl . je finis...
pour les personnes (normal) ne developpant pas :
laisser juste noapic dans la ligne de kernel de boot de grub cela devrai suffir (testé chez moi) ... le ACPI fonctionnera normallement (donc bouton d'alim etc.. ok) et pour l'usage quotidien c bon
pour les autres ... qui ne veulent pas de ce bordel partager (genre avec matos qui chira sur les @PCI ) ... recompiler le noyau en enlevant l'ACPI legacy (dans power management ACPI).. et la plus de message d'erreur au boot pour le PCI on peut meme ne pas mettre le noapic... enfin bref comme avant
alors question pourquoi la politique de canonical a été de compiler le noyaux avec ACPI en ressource unique (legacy) ... bonne question car je trouve ca totalement con perso (juste quand y réfléchit un peu .. mais pas trop)
PS: glx / new glx ... meme combat c'est kifkif l'autre est plus recent 9755 .. enfin pour ma carte le gestionnaire automatique d'ailleur voulait absolument m'installer l'ancien ... TO REVIEWS CANONICAL!!!
PS2 : j'ai essayé le run de NVIDIA tout nouveau le 100.14.03 sorti en fin avril ... marche pas .. pire qd on lui demande de faire un update il me retelecharge le 9755
PS3: en fait les fenetre noir lorsque l'on fait tourner une appli openGL sont du au bureau 3D beryl ... pour éviter cela désactiver beryl.. ou attendez la MAJ
voilivoilou
a bientot au bistrot
Dernière modification par madmaker (Le 11/05/2007, à 12:08)
Hors ligne