Pages : 1
#1 Le 23/04/2007, à 09:17
- VpourVienneta
ati radeon 9250
donc je suis le conseil de poupoul2 et je reposte mon problème dans un post spécifique :
je viens tout juste de passer sous Ubuntu et j'ai un problème avec ma carte graphique : c'est une ati radeon 9250 qui n'est plus supportée par les drivers proprio fglrx.
Qu'à cela ne tienne : vive les drivers libres, j'ai donc suivi le tuto pour les installer mais chaque modification de mon xorg.conf (changer le "vesa" en "radeon" etc), même mineure, se solde par une erreur au redemarrage (no screens found) du coup je suis obligée de restaurer le xorg.conf de départ mais avec ce dernier j'ai un affichage vraiment crado. De plus je ne peux pas avoir de résolution d'écran supérieure à 800x600, c'est vraiment pénible...pourtant toutes les résolutions sont activées dans le xorg.conf.
J'ai arpenté divers forums et essayé plusieurs solutions mais aucune n'a fonctionné, si quelqu'un pouvait m 'aider ça serait vraiment chouette.
# /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" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
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 "RV280"
Driver "vesa"
BusID "PCI:1:0:0"
VideoRam 128
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "RV280"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "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
#2 Le 23/04/2007, à 09:28
- poupoul2
Re : ati radeon 9250
Ben voilà, comme ça c'est plus clair
Est ce que tu peux nous donner les résultats de
lspci
et
cat /etc/modules
Avant toute manipulation, tu fais également une copie de sauvegarde de ton xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.sauvegarde
En cas de problème (plus d'affichage par exemple), il suffit de faire la commande inverse
sudo /etc/X11/xorg.sauvegarde /etc/X11/xorg.conf
Dernière modification par poupoul2 (Le 23/04/2007, à 09:31)
#3 Le 23/04/2007, à 09:34
- VpourVienneta
Re : ati radeon 9250
ok les voici :
lspci :
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
01:00.0 VGA compatible controller: ATI Technologies Inc M9+ 5C63 [Radeon Mobility 9200 (AGP)] (rev 01)
et /etc/modules :
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
#4 Le 23/04/2007, à 09:46
- poupoul2
Re : ati radeon 9250
Ce que je te conseille, c'est de procéder comme suit:
- tu fais ta sauvegarde de xorg.conf comme indiqué dans ma réponse précédente
- Ta carte est supportée par le driver livre (vive le libre), donc tu consultes la doc
- Tu modifies ton xorg en laissant tout d'abord en commentaire (donc précédées d'un #) toutes les options que tu ajoutes
- Après modification, tu redémarres X (CTRL+ALT+BACKSPACE) pour t'assurer que tout va toujours bien (ou pas trop mal). En bref tu as toujours un affichage (dégueulasse certes, mais au moins ça marche)
- Ensuite, tu décommentes une à une les lignes ajoutées. Ca te permettra de voir quelles sont les options supportées et celle qui ne le sont pas
Autre chose que tu peux faire, dans ton etc/modules, tu peux ajouter les modules qui vont bien. Pour se faire, il faut les connaitre, ces modules (c'est plus pratique). La doc est ici
Un recommandation forte: Ne fais qu'une modification à la fois, et redémarres ton serveur X après chaque modification. Si tu n'es pas sûr de ce que tu fais, poste les modifications que tu comptes apporter avant de les valider. On pourra vérifier
Dernière modification par poupoul2 (Le 23/04/2007, à 09:47)
#5 Le 23/04/2007, à 11:08
- VpourVienneta
Re : ati radeon 9250
en fait j'avais déjà suivi ce tuto mais dès que j'essaye de changer le "vesa" en "ati" ou "radeon" dans le xorg.conf j'ai l'erreur no screens found, j'ai quand même essayé à nouveau mais j'ai encore le même pb. Par contre en regardant de plus près j'ai repéré qu'avant le message no screens found j'ai failed to load module "radeon" module does not exist, 0, no drivers available auquel je n'avais pas fait gaffe auparavant.
j'ai donc suivi tes conseils car ça semble être un pb de module et j'ai essayé d'ajouter le module radeon à /etc/modules mais ça ne marche toujours pas
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
radeon
ati-agp
en effet dans le repertoire /lib/modules/2.6.20-15-generic/kernel/drivers/char/agp/ je n'ai que
agpgart.ko amd-k7-agp.ko intel-agp.ko sworks-agp.ko
ali-agp.ko ati-agp.ko nvidia-agp.ko via-agp.ko
amd64-agp.ko efficeon-agp.ko sis-agp.ko
par contre si je lance
locate radeon.ko
j'obtiens /lib/modules/2.6.20-15-generic/kernel/drivers/char/drm/radeon.ko
et si je lance locate ati.ko : rien
à ton avis que faut-il que je fasse ?
#6 Le 23/04/2007, à 11:26
- poupoul2
Re : ati radeon 9250
j'ai essayé d'ajouter le module radeon à /etc/modules
Normal. ce module ne se met pas dans etc/module. Ce qui s'ajoute dans /etc/modules, ce sont les modules agp: agpgart et via-agp te concernant.
C'est bizarre que tu ne puisse pas démarrer le driver libre.
vérifie qu'il soit installé: Dans synaptics, tu dois avoir les paquets suivants installés
xserver-xorg
xserver-xorg-video-ati
Après vérification, peux tu lancer un
sudo dpkg-reconfigure xserver-xorg
#7 Le 23/04/2007, à 12:30
- VpourVienneta
Re : ati radeon 9250
tu avais raison : xserver-xorg n'était pas installé ! j'y ai remédié et j'ai donc bien le module radeon maintenant, merci !
donc :
j'ai installé xserver-xorg
j'ai mis agpgart et via-agp dans /etc/modules et viré ce que j'y avais ajouté
j'ai lancé un sudo dpkg-reconfigure xserver-xorg
résultat : là encore je n'ai pas pu démarrer en mode graphique mais pour d'autres raisons :
EE Radeon(0) No valid modes found
EE Screens found but none have a usable configuration
si je fais cat /var/log/Xorg.0.log | grep "(EE)"
j'obtiens :
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
le contenu complet de /var/log/Xorg.0.log
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 emilie-elodie-linux 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 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: Mon Apr 23 13:13:59 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0
(**) | |-->Monitor "Écran générique"
(**) | |-->Device "RV280"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(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"
(**) Extension "RENDER" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(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 1106,3189 card 1849,3189 rev 80 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 1106,3149 card 1849,3149 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1849,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1849,3038 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1849,3038 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1849,3038 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1849,3038 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1849,3104 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1849,3227 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1849,9761 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1849,3065 rev 78 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5c63 card 148c,0640 rev 01 class 03,00,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,1), 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: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xbfd00000 - 0xdfcfffff (0x20000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc M9+ 5C63 [Radeon Mobility 9200 (AGP)] rev 1, Mem @ 0xc0000000/28, 0xdfef0000/16, I/O @ 0xa800/8, BIOS @ 0xdfec0000/17
(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 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xdfffbd00 - 0xdfffbdff (0x100) MX[b]
[1] -1 0 0xdfffbe00 - 0xdfffbeff (0x100) MX[b]
[2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[3] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[b](B)
[4] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[b](B)
[5] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[6] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[7] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[8] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[9] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
[10] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
[11] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[b]
[12] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
[13] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[14] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[15] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[16] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
[17] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[b]
[18] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[b]
[19] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xdfffbd00 - 0xdfffbdff (0x100) MX[b]
[1] -1 0 0xdfffbe00 - 0xdfffbeff (0x100) MX[b]
[2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[3] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[b](B)
[4] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[b](B)
[5] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[6] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[7] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[8] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[9] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
[10] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
[11] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[b]
[12] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
[13] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[14] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[15] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[16] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
[17] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[b]
[18] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[b]
[19] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b](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 0xdfffbd00 - 0xdfffbdff (0x100) MX[b]
[5] -1 0 0xdfffbe00 - 0xdfffbeff (0x100) MX[b]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[7] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[b](B)
[8] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[b](B)
[9] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[12] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[13] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[14] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[15] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
[16] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
[17] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[b]
[18] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
[19] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[20] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[21] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[22] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
[23] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[b]
[24] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[b]
[25] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b](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="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(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) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 01:00: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 0xdfffbd00 - 0xdfffbdff (0x100) MX[b]
[5] -1 0 0xdfffbe00 - 0xdfffbeff (0x100) MX[b]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[7] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[b](B)
[8] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[b](B)
[9] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[12] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[13] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[14] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[15] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
[16] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
[17] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[b]
[18] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
[19] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[20] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[21] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[22] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
[23] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[b]
[24] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[b]
[25] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b](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 0xdfffbd00 - 0xdfffbdff (0x100) MX[b]
[5] -1 0 0xdfffbe00 - 0xdfffbeff (0x100) MX[b]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[7] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[b](B)
[8] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[b](B)
[9] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[15] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[16] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[17] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[18] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
[19] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
[20] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[b]
[21] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
[22] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[23] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[24] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[25] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
[26] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[b]
[27] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[b]
[28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b](B)
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[30] 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 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI RADEON 9200
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: V280
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(**) VESA(0): Depth 24, (--) framebuffer bpp 24
(==) 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. 2 sec.
(II) VESA(0): VESA VBE DDC read failed
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 6a (800x600)
ModeAttributes: 0x1b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 100
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
Mode: 102 (800x600)
ModeAttributes: 0x1b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 100
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
Mode: 104 (1024x768)
ModeAttributes: 0x1b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 128
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 1
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
Mode: 182 (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 320
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 254
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 10d (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 640
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 127
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 10e (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 640
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 127
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
*Mode: 10f (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 960
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 84
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 120 (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 63
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 192 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 320
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 127
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 193 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 640
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 84
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 194 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 640
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 84
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
*Mode: 195 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 960
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 63
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 196 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 50
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1a2 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 400
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 127
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1a3 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 800
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 63
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1a4 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 800
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 63
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
*Mode: 1a5 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1200
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 41
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1a6 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1600
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 31
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1b2 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 512
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 84
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1b3 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1024
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 41
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1b4 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1024
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 41
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
*Mode: 1b5 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1536
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 27
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1b6 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2048
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 20
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1c2 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 640
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
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: 0xc0000000
Mode: 1c3 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 35
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1c4 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 35
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
*Mode: 1c5 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1920
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 22
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 1c6 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2560
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 17
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 100 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 640
XResolution: 640
YResolution: 400
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: 0xc0000000
Mode: 183 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 31
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 184 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 640
YResolution: 400
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: 0xc0000000
*Mode: 185 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1920
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 20
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 186 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2560
XResolution: 640
YResolution: 400
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: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 101 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 50
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 110 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 24
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 111 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 24
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
*Mode: 112 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1920
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 16
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 121 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 12
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 103 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 800
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
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: 0xc0000000
Mode: 113 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 16
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 114 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 16
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
*Mode: 115 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2400
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 10
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 122 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
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: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 105 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 20
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 116 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 9
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 117 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 9
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
*Mode: 118 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 3072
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 6
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 123 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 4
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 107 (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 1280
XResolution: 1280
YResolution: 1024
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: 0xc0000000
Mode: 119 (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 5
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 11a (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
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: 0xc0000000
*Mode: 11b (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 3840
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 3
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 124 (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00053ec
BytesPerScanline: 5120
XResolution: 1280
YResolution: 1024
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: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xc0000000
Mode: 109 (132x25)
ModeAttributes: 0xf
WinAAttributes: 0x6
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0x0
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: 0x0
Mode: 10a (132x43)
ModeAttributes: 0xf
WinAAttributes: 0x6
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 264
XResolution: 132
YResolution: 43
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: 0x0
Mode: 130 (132x44)
ModeAttributes: 0xf
WinAAttributes: 0x6
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 264
XResolution: 132
YResolution: 44
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: 0x0
(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): Écran générique: Using default hsync range of 31.50-37.90 kHz
(II) VESA(0): Écran générique: Using default vrefresh range of 50.00-70.00 Hz
(II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
(II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "640x400" (hsync out of range)
(II) VESA(0): Not using built-in mode "640x350" (hsync out of range)
(--) VESA(0): Virtual size is 800x600 (pitch 800)
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(++) VESA(0): DPI set to (100, 100)
(II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
(II) VESA(0): Attempting to use 60Hz 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 0xdfffbd00 - 0xdfffbdff (0x100) MX[b]
[5] -1 0 0xdfffbe00 - 0xdfffbeff (0x100) MX[b]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[7] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[b](B)
[8] -1 0 0xdfef0000 - 0xdfefffff (0x10000) MX[b](B)
[9] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[15] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[16] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[17] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[18] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
[19] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
[20] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[b]
[21] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
[22] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[23] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[24] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[25] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
[26] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[b]
[27] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[b]
[28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b](B)
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[30] 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 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI RADEON 9200
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: V280
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(==) VESA(0): Write-combining range (0xc0000000,0x1000000)
(II) VESA(0): virtual address = 0xb6a74000,
physical address = 0xc0000000, size = 16777216
(II) VESA(0): VBESetVBEMode failed...Tried again without customized values.
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(**) Option "dpms"
(**) VESA(0): DPMS enabled
(==) 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) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) 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" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "fr"
(**) Generic Keyboard: XkbLayout: "fr"
(**) Option "XkbVariant" "oss"
(**) Generic Keyboard: XkbVariant: "oss"
(**) 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) 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 : Success
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : Success
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : Success
(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!
#8 Le 23/04/2007, à 12:39
- poupoul2
Re : ati radeon 9250
On avance
Est ce que tu as modifié ton xorg.conf après reconfigure? Si non, reposte le que je jette un oeil
#9 Le 23/04/2007, à 12:49
- VpourVienneta
Re : ati radeon 9250
Non je ne touche pas au xorg.conf après le reconfigure.
Il contient alors :
# /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" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
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 "RV280"
Driver "ati"
BusID "PCI:1:0:0"
VideoRam 128
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-75
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "RV280"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "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
#10 Le 23/04/2007, à 13:21
- poupoul2
Re : ati radeon 9250
Est ce qu'à un moment, tu as installé les drivers propriétaire? Vérifie dans synaptic que n'aies aucun paquet installé du genre fglrx-kekchose. pour controler que le bon driver est chargé
glxinfo
Apparemment, il charge le dri correctement, puis il le désactive, pour une raison que je ne m'explique pas pour le moment
#11 Le 23/04/2007, à 13:37
- VpourVienneta
Re : ati radeon 9250
non aucun module fglrx n'est installé.
Après reconfigure, lorsque ça ne demarre pas en graphique et que j'ai l'erreur
EE Radeon(0) No valid modes found
EE Screens found but none have a usable configuration
si je tappe glxinfo en mode console j'ai :
Error: unable to open display (null)
si je restaure le xorg.conf qui marche (celui avec le driver vesa au lieu de radeon mais avec une résolution max de 800x600 et une qualité moche), que je démarre en mode graphique et que je tappe glxinfo là j'ai :
name of display: :0.0
X Error of failed request: GLXBadContext
Major opcode of failed request: 142 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 17
Current serial number in output stream: 17
#12 Le 23/04/2007, à 14:17
- poupoul2
Re : ati radeon 9250
Je dois dire que je sèche un peu. Il semble que la configuration de ton écran ne soit pas détectée correctement
Un autre ubunteors a posté un xorg.conf qui marche sur ati 9200SE avec le driver libre. C'est iciPost #3
En clair, ça veut dire que ton xorg, tu remplaces la section Device par
Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9200 SE (RV280)"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AccelMethod" "XAA" # jo
Option "AGPMode" "8" # jo 4
Option "AGPSize" "128" # default: 8 #jo 64
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
Option "ColorTiling" "1" # jo
Option "UseFBDev" "false" # jo
Option "mtrr" "on" # jo
Option "SubPixelOrder" "none" # jo
Option "DPMS" # jo
Option "DynamicClocks" "on" # jo
EndSection
et que tu ajoutes la section suivante
Section "Extensions"
Option "RENDER" "Enable"
EndSection
puis tu redémarres X
#13 Le 23/04/2007, à 15:05
- VpourVienneta
Re : ati radeon 9250
Donc j'ai changé le xorg.conf et relancé X : ça marche sauf que j'ai encore une image crade et une résolution maximale de 800x600.
J'ai aussi essayé de modifié le xorg.conf en changeant le par "ATI Technologies, Inc. Radeon 9200 SE (RV280)" par "ATI Technologies Inc M9+ 5C63 [Radeon Mobility 9200 (AGP)]" (puisque le deuxième est celui proposé dans le autoconfigure) mais j'obtiens le même résultat.
J'ai aussi ressayé un autoconfigure mais X ne démarre plus ensuite)
# /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" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
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 "ATI Technologies Inc M9+ 5C63 [Radeon Mobility 9200 (AGP)]"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AccelMethod" "XAA" # jo
Option "AGPMode" "8" # jo 4
Option "AGPSize" "128" # default: 8 #jo 64
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
Option "ColorTiling" "1" # jo
Option "UseFBDev" "false" # jo
Option "mtrr" "on" # jo
Option "SubPixelOrder" "none" # jo
Option "DPMS" # jo
Option "DynamicClocks" "on" # jo
EndSection
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc M9+ 5C63 [Radeon Mobility 9200 (AGP)]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "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
Section "Extensions"
Option "RENDER" "Enable"
EndSection
#14 Le 23/04/2007, à 15:32
- poupoul2
Re : ati radeon 9250
On avance encore puisque maintenant le drivre radeon démarre. On vaessayer d'améliorer l'image. On essaie de détecter les pamaètres de ton écran
sudo ddcprobe | grep monitorrange
Cette commande ne fonctionne pas avec tous les écrans. Si elle fonctionne, elle devrait te donner les valeurs de rafriachissement horizontal et vertical de ton écran. A chaque fois, tu as 2 valeurs min et maxi. ces valeurs sont à mettre dans la section Monitor. Cette section deviendra donc
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync XX-XX
VertRefresh XX-XX
EndSection
Les x sont à remplacer par les valeurs retournées par la commande précédente.
EDIT: Tu peux même lancer
sudo ddcprobe
pour détecter tous les modes acceptés par ton écran
Dernière modification par poupoul2 (Le 23/04/2007, à 15:44)
#15 Le 23/04/2007, à 15:47
- VpourVienneta
Re : ati radeon 9250
MERCI !
la commande ddcprobe | grep monitorrange n'affichait rien mais par chance j'ai encore le manuel de mon écran, j'ai donc pu y chercher les fréquences de balayages et les mettre dans le xorg.conf, et là miracle : non seulement l'affichage devient beau mais en plus toutes les résolutions deviennent enfin possible ! (pas seulement 800x600 comme avant)
merci encore pour ta patience, tu m'as tiré une fière chandelle du pied
non, vraiment merci pour le dépannage, je n'y serais jamais arrivée seule !
#16 Le 23/04/2007, à 15:54
- poupoul2
Re : ati radeon 9250
N'oublie pas 2 choses:
- mettre [Résolu] dans ton post initial (Ah non, tu ne pourras pas, tu n'es pas inscrite. Quoi, tu n'es pas inscrite?? Honte sur toi). Si un modérateur passe par là, merci pour le [Résolu] (en même temps ce n'est pas mon poste
- sauvegarde ton tout nouveau xorg.conf
#17 Le 23/04/2007, à 17:29
- VpourVienneta
Re : ati radeon 9250
en fait un dernier problème subsiste, je m'en suis rendue compte en regardant un prog opengl : je n'ai pas l'acceleration graphique
glxinfo | grep "direct rendering"
direct rendering: No
effectivement il y a encore des pbs :
cat /var/log/Xorg.0.log | grep "(EE)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) RADEON(0): [agp] Could not bind
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
j'ai pourtant bien ces lignes dans mon xorg.conf
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Hors ligne
#18 Le 23/04/2007, à 17:42
- poupoul2
Re : ati radeon 9250
Bon ben pas résolu alors.
L'AGP ne démarre pas et désactive le DRI. Peux tu faire:
uname -r
Ca te donne ta version de noyau. Puis
cd /lib/modules/ta_version_de_noyau/kernel/drivers/char/agp/
(n'oublie pas de changer la version de noyau). Puis
ls
et me donner le résultat. Tu devrais voir un module via-agp.ko
Dans ton /etc/modules, commente ati-agp puis mets-y via-agp puis relance X. Si X ne redémarre pas, tu reviens sur /etc/modules et tu fais l'inverse
#19 Le 23/04/2007, à 17:53
- VpourVienneta
Re : ati radeon 9250
en fait le pb semble résolu depuis que j'ai ajouté "Option "BusType" "PCI" dans la section device, c'est bizarre mais je n'ai plus d'erreur.
glxinfo | grep rendering -> direct rendering: Yes
cat /var/log/Xorg.0.log | grep "(EE)"
-> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
et le prog opengl tourne impec !
Hors ligne
#20 Le 23/04/2007, à 17:59
- poupoul2
Re : ati radeon 9250
Bon, ben résolu alors?
#21 Le 23/04/2007, à 18:06
- VpourVienneta
Re : ati radeon 9250
oui merci encore !
je vais garder précieusement un backup de ce xorg.conf
si un modo passe par là : il peut mettre résolu
Dernière modification par VpourVienneta (Le 23/04/2007, à 18:06)
Hors ligne
Pages : 1