[openGL] Etat de l'accélération graphique ? (résolu)

Reconnaissance et configuration du matériel / kernel linux
Bogey Jammer
newbie
Messages : 4
Inscription : dim. 03 avr. 2011, 10:55

[openGL] Etat de l'accélération graphique ? (résolu)

Message par Bogey Jammer »

Bonjour tout le monde :mrgreen:

J'utilise l'application Paraview, qui effectue des rendus 3D temps réels du sujet qu'elle étudie. Mon souci est son extrême lenteur, même pour afficher un simple cube. Dans le doute j'ai installé Blender, et l'interface tourne à 3 fps avec la scène par défaut, un pauvre cube aussi…
Je crains donc que l'accélération matérielle ne fonctionne pas, de plus le chipset graphique est ancien, il ne sert peut-être à rien en réalité…

Ce que j'ai fait jusque là est la création du xorg.conf suivant, que Xorg indique utiliser lors de son démarrage, pas de message d'erreur ensuite:

Code : Tout sélectionner

Section "Device"
	Identifier	"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)"
	#Driver		"fbdev"
	Driver		"intel"
EndSection
À noter que j'utilisais le pilote fbdev le temps que celui d'intel (ou carrément le kernel) devienne une version qui ne fasse pas planter X systématiquement (problème connu pous ce chipset). Aujourd'hui que j'ai remis le pilote intel, je ne sens aucune amélioration dans la rapidité de l'affichage.

La question: est-il possible de savoir si l'accélération matérielle est bien en marche pour les application utilisant OpenGL?
Dernière modification par Bogey Jammer le mer. 15 juin 2011, 17:50, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17624
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [openGL] comment vérifier l'état de l'accélération graph

Message par benjarobin »

Tout d'abord il faut vérifier que tu utilise le bon driver. Quel est la sortie des log de Xorg ?
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Bogey Jammer
newbie
Messages : 4
Inscription : dim. 03 avr. 2011, 10:55

Re: [openGL] comment vérifier l'état de l'accélération graph

Message par Bogey Jammer »

Voici le dernier log en date:

Code : Tout sélectionner

[  1033.678] 
X.Org X Server 1.10.2
Release Date: 2011-05-28
[  1033.688] X Protocol Version 11, Revision 0
[  1033.691] Build Operating System: Linux 2.6.38-ARCH i686 
[  1033.694] Current Operating System: Linux LinuxCalculStation 2.6.39-ARCH #1 SMP PREEMPT Tue Jun 7 05:49:02 UTC 2011 i686
[  1033.697] Kernel command line: root=/dev/sda6 ro
[  1033.701] Build Date: 30 May 2011  08:16:10AM
[  1033.704]  
[  1033.707] Current version of pixman: 0.22.0
[  1033.710] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1033.717] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1033.727] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 14 21:09:50 2011
[  1033.730] (==) Using config file: "/etc/X11/xorg.conf"
[  1033.734] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1033.750] (==) No Layout section.  Using the first Screen section.
[  1033.751] (==) No screen section available. Using defaults.
[  1033.751] (**) |-->Screen "Default Screen Section" (0)
[  1033.751] (**) |   |-->Monitor "<default monitor>"
[  1033.751] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1033.751] (**) |   |-->Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)"
[  1033.751] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1033.751] (==) Automatically adding devices
[  1033.751] (==) Automatically enabling devices
[  1033.751] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  1033.751] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1033.751] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1033.751] (II) Loader magic: 0x822e120
[  1033.751] (II) Module ABI versions:
[  1033.751] 	X.Org ANSI C Emulation: 0.4
[  1033.751] 	X.Org Video Driver: 10.0
[  1033.752] 	X.Org XInput driver : 12.2
[  1033.752] 	X.Org Server Extension : 5.0
[  1033.753] (--) PCI:*(0:0:2:0) 8086:2562:1028:0126 rev 1, Mem @ 0xe8000000/134217728, 0xff680000/524288
[  1033.753] (II) Open ACPI successful (/var/run/acpid.socket)
[  1033.754] (II) LoadModule: "extmod"
[  1033.754] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1033.780] (II) Module extmod: vendor="X.Org Foundation"
[  1033.780] 	compiled for 1.10.2, module version = 1.0.0
[  1033.780] 	Module class: X.Org Server Extension
[  1033.780] 	ABI class: X.Org Server Extension, version 5.0
[  1033.780] (II) Loading extension MIT-SCREEN-SAVER
[  1033.780] (II) Loading extension XFree86-VidModeExtension
[  1033.780] (II) Loading extension XFree86-DGA
[  1033.780] (II) Loading extension DPMS
[  1033.780] (II) Loading extension XVideo
[  1033.780] (II) Loading extension XVideo-MotionCompensation
[  1033.780] (II) Loading extension X-Resource
[  1033.780] (II) LoadModule: "dbe"
[  1033.780] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  1033.785] (II) Module dbe: vendor="X.Org Foundation"
[  1033.785] 	compiled for 1.10.2, module version = 1.0.0
[  1033.785] 	Module class: X.Org Server Extension
[  1033.785] 	ABI class: X.Org Server Extension, version 5.0
[  1033.786] (II) Loading extension DOUBLE-BUFFER
[  1033.786] (II) LoadModule: "glx"
[  1033.786] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1033.793] (II) Module glx: vendor="X.Org Foundation"
[  1033.793] 	compiled for 1.10.2, module version = 1.0.0
[  1033.793] 	ABI class: X.Org Server Extension, version 5.0
[  1033.793] (==) AIGLX enabled
[  1033.793] (II) Loading extension GLX
[  1033.793] (II) LoadModule: "record"
[  1033.794] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  1033.800] (II) Module record: vendor="X.Org Foundation"
[  1033.800] 	compiled for 1.10.2, module version = 1.13.0
[  1033.800] 	Module class: X.Org Server Extension
[  1033.800] 	ABI class: X.Org Server Extension, version 5.0
[  1033.800] (II) Loading extension RECORD
[  1033.800] (II) LoadModule: "dri"
[  1033.800] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1033.826] (II) Module dri: vendor="X.Org Foundation"
[  1033.826] 	compiled for 1.10.2, module version = 1.0.0
[  1033.826] 	ABI class: X.Org Server Extension, version 5.0
[  1033.826] (II) Loading extension XFree86-DRI
[  1033.826] (II) LoadModule: "dri2"
[  1033.827] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1033.827] (II) Module dri2: vendor="X.Org Foundation"
[  1033.827] 	compiled for 1.10.2, module version = 1.2.0
[  1033.827] 	ABI class: X.Org Server Extension, version 5.0
[  1033.827] (II) Loading extension DRI2
[  1033.827] (II) LoadModule: "intel"
[  1033.827] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1033.870] (II) Module intel: vendor="X.Org Foundation"
[  1033.870] 	compiled for 1.10.2, module version = 2.15.0
[  1033.870] 	Module class: X.Org Video Driver
[  1033.870] 	ABI class: X.Org Video Driver, version 10.0
[  1033.870] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[  1033.871] (--) using VT number 7

[  1033.968] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1033.968] drmOpenDevice: node name is /dev/dri/card0
[  1033.968] drmOpenDevice: open result is 9, (OK)
[  1033.968] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  1033.968] drmOpenDevice: node name is /dev/dri/card0
[  1033.968] drmOpenDevice: open result is 9, (OK)
[  1033.968] drmOpenByBusid: drmOpenMinor returns 9
[  1033.968] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  1033.968] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1033.968] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1033.968] (==) intel(0): RGB weight 888
[  1033.968] (==) intel(0): Default visual is TrueColor
[  1033.969] (II) intel(0): Integrated Graphics Chipset: Intel(R) 845G
[  1033.969] (--) intel(0): Chipset: "845G"
[  1033.969] (**) intel(0): Relaxed fencing disabled
[  1033.969] (**) intel(0): Framebuffer tiled
[  1033.969] (**) intel(0): Pixmaps tiled
[  1033.969] (**) intel(0): 3D buffers tiled
[  1033.969] (**) intel(0): SwapBuffers wait enabled
[  1033.969] (==) intel(0): video overlay key set to 0x101fe
[  1034.074] (II) intel(0): Output VGA1 has no monitor section
[  1034.179] (II) intel(0): EDID for output VGA1
[  1034.179] (II) intel(0): Manufacturer: VSC  Model: 5920  Serial#: 16843009
[  1034.179] (II) intel(0): Year: 2009  Week: 38
[  1034.179] (II) intel(0): EDID Version: 1.3
[  1034.179] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[  1034.179] (II) intel(0): Sync:  Separate  Composite  SyncOnGreen
[  1034.179] (II) intel(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[  1034.179] (II) intel(0): Gamma: 2.20
[  1034.179] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[  1034.179] (II) intel(0): Default color space is primary color space
[  1034.179] (II) intel(0): First detailed timing is preferred mode
[  1034.179] (II) intel(0): redX: 0.640 redY: 0.329   greenX: 0.284 greenY: 0.617
[  1034.179] (II) intel(0): blueX: 0.142 blueY: 0.067   whiteX: 0.313 whiteY: 0.329
[  1034.179] (II) intel(0): Supported established timings:
[  1034.179] (II) intel(0): 720x400@70Hz
[  1034.179] (II) intel(0): 640x480@60Hz
[  1034.179] (II) intel(0): 640x480@67Hz
[  1034.179] (II) intel(0): 640x480@72Hz
[  1034.179] (II) intel(0): 640x480@75Hz
[  1034.179] (II) intel(0): 800x600@56Hz
[  1034.179] (II) intel(0): 800x600@60Hz
[  1034.179] (II) intel(0): 800x600@72Hz
[  1034.179] (II) intel(0): 800x600@75Hz
[  1034.179] (II) intel(0): 832x624@75Hz
[  1034.180] (II) intel(0): 1024x768@60Hz
[  1034.180] (II) intel(0): 1024x768@70Hz
[  1034.180] (II) intel(0): 1024x768@75Hz
[  1034.180] (II) intel(0): 1280x1024@75Hz
[  1034.180] (II) intel(0): 1152x864@75Hz
[  1034.180] (II) intel(0): Manufacturer's mask: 0
[  1034.180] (II) intel(0): Supported standard timings:
[  1034.180] (II) intel(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  1034.180] (II) intel(0): #1: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[  1034.180] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1034.180] (II) intel(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1034.180] (II) intel(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  1034.180] (II) intel(0): Supported detailed timing:
[  1034.180] (II) intel(0): clock: 106.5 MHz   Image Size:  410 x 256 mm
[  1034.180] (II) intel(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[  1034.180] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[  1034.180] (II) intel(0): Serial No: QXL0938B2122
[  1034.180] (II) intel(0): Ranges: V min: 50 V max: 75 Hz, H min: 24 H max: 82 kHz, PixClock max 145 MHz
[  1034.180] (II) intel(0): Monitor name: VA1926wSERIES
[  1034.180] (II) intel(0): EDID (in hex):
[  1034.180] (II) intel(0): 	00ffffffffffff005a63205901010101
[  1034.180] (II) intel(0): 	261301030e291a782edc55a354489e24
[  1034.180] (II) intel(0): 	115054bfef809500950f81808140714f
[  1034.180] (II) intel(0): 	0101010101019a29a0d0518422305098
[  1034.180] (II) intel(0): 	36009a001100001c000000ff0051584c
[  1034.180] (II) intel(0): 	3039333842323132320a000000fd0032
[  1034.180] (II) intel(0): 	4b18520e000a202020202020000000fc
[  1034.180] (II) intel(0): 	00564131393236775345524945530045
[  1034.180] (II) intel(0): EDID vendor "VSC", prod id 22816
[  1034.180] (II) intel(0): Using EDID range info for horizontal sync
[  1034.180] (II) intel(0): Using EDID range info for vertical refresh
[  1034.180] (II) intel(0): Printing DDC gathered Modelines:
[  1034.180] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  1034.180] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1034.180] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1034.180] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  1034.180] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[  1034.180] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  1034.180] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1034.180] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1034.180] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  1034.180] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  1034.180] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  1034.180] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1034.180] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  1034.180] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1034.181] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  1034.181] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  1034.181] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
[  1034.181] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1034.181] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  1034.181] (II) intel(0): Printing probed modes for output VGA1
[  1034.181] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  1034.181] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  1034.181] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1034.181] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
[  1034.181] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  1034.181] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  1034.181] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[  1034.181] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  1034.181] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1034.181] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  1034.181] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  1034.181] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1034.181] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1034.181] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1034.181] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
[  1034.181] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  1034.181] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  1034.181] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1034.181] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1034.181] (II) intel(0): Output VGA1 connected
[  1034.181] (II) intel(0): Using exact sizes for initial modes
[  1034.181] (II) intel(0): Output VGA1 using initial mode 1440x900
[  1034.181] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1034.181] (II) intel(0): Kernel page flipping support detected, enabling
[  1034.181] (**) intel(0): Display dimensions: (410, 260) mm
[  1034.181] (**) intel(0): DPI set to (89, 87)
[  1034.181] (II) Loading sub module "fb"
[  1034.181] (II) LoadModule: "fb"
[  1034.182] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1034.192] (II) Module fb: vendor="X.Org Foundation"
[  1034.192] 	compiled for 1.10.2, module version = 1.0.0
[  1034.192] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1034.192] (II) Loading sub module "dri2"
[  1034.192] (II) LoadModule: "dri2"
[  1034.192] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1034.192] (II) Module dri2: vendor="X.Org Foundation"
[  1034.192] 	compiled for 1.10.2, module version = 1.2.0
[  1034.192] 	ABI class: X.Org Server Extension, version 5.0
[  1034.192] (==) Depth 24 pixmap format is 32 bpp
[  1034.192] (II) intel(0): [DRI2] Setup complete
[  1034.192] (II) intel(0): [DRI2]   DRI driver: i915
[  1034.193] (II) intel(0): Allocated new frame buffer 1472x900 stride 8192, tiled
[  1034.193] (II) UXA(0): Driver registered support for the following operations:
[  1034.193] (II)         solid
[  1034.193] (II)         copy
[  1034.193] (II)         composite (RENDER acceleration)
[  1034.193] (II)         put_image
[  1034.193] (II)         get_image
[  1034.193] (==) intel(0): Backing store disabled
[  1034.193] (==) intel(0): Silken mouse enabled
[  1034.193] (II) intel(0): Initializing HW Cursor
[  1034.223] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1034.223] (==) intel(0): DPMS enabled
[  1034.223] (==) intel(0): Intel XvMC decoder disabled
[  1034.223] (II) intel(0): Set up overlay video
[  1034.223] (II) intel(0): direct rendering: DRI2 Enabled
[  1034.223] (==) intel(0): hotplug detection: "enabled"
[  1034.246] (--) RandR disabled
[  1034.246] (II) Initializing built-in extension Generic Event Extension
[  1034.246] (II) Initializing built-in extension SHAPE
[  1034.246] (II) Initializing built-in extension MIT-SHM
[  1034.246] (II) Initializing built-in extension XInputExtension
[  1034.246] (II) Initializing built-in extension XTEST
[  1034.246] (II) Initializing built-in extension BIG-REQUESTS
[  1034.246] (II) Initializing built-in extension SYNC
[  1034.247] (II) Initializing built-in extension XKEYBOARD
[  1034.247] (II) Initializing built-in extension XC-MISC
[  1034.247] (II) Initializing built-in extension SECURITY
[  1034.247] (II) Initializing built-in extension XINERAMA
[  1034.247] (II) Initializing built-in extension XFIXES
[  1034.247] (II) Initializing built-in extension RENDER
[  1034.247] (II) Initializing built-in extension RANDR
[  1034.247] (II) Initializing built-in extension COMPOSITE
[  1034.247] (II) Initializing built-in extension DAMAGE
[  1034.312] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1034.312] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1034.312] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1034.312] (II) AIGLX: enabled GLX_SGI_make_current_read
[  1034.312] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1034.312] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[  1034.312] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1034.313] (II) intel(0): Setting screen physical size to 380 x 238
[  1034.727] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1034.727] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1034.727] (**) Power Button: Applying InputClass "Keyboard Defaults"
[  1034.727] (II) LoadModule: "evdev"
[  1034.727] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1034.734] (II) Module evdev: vendor="X.Org Foundation"
[  1034.734] 	compiled for 1.10.0, module version = 2.6.0
[  1034.734] 	Module class: X.Org XInput Driver
[  1034.734] 	ABI class: X.Org XInput driver, version 12.2
[  1034.734] (II) Using input driver 'evdev' for 'Power Button'
[  1034.734] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1034.734] (**) Power Button: always reports core events
[  1034.734] (**) Power Button: Device: "/dev/input/event2"
[  1034.739] (--) Power Button: Found keys
[  1034.739] (II) Power Button: Configuring as keyboard
[  1034.740] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1034.740] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1034.740] (**) Option "xkb_rules" "evdev"
[  1034.740] (**) Option "xkb_model" "pc105"
[  1034.740] (**) Option "xkb_layout" "fr"
[  1034.740] (**) Option "xkb_variant" "bepo_latin9"
[  1034.793] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1034.793] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1034.793] (**) Power Button: Applying InputClass "Keyboard Defaults"
[  1034.793] (II) Using input driver 'evdev' for 'Power Button'
[  1034.793] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1034.793] (**) Power Button: always reports core events
[  1034.793] (**) Power Button: Device: "/dev/input/event1"
[  1034.799] (--) Power Button: Found keys
[  1034.799] (II) Power Button: Configuring as keyboard
[  1034.800] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[  1034.800] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1034.800] (**) Option "xkb_rules" "evdev"
[  1034.800] (**) Option "xkb_model" "pc105"
[  1034.800] (**) Option "xkb_layout" "fr"
[  1034.800] (**) Option "xkb_variant" "bepo_latin9"
[  1034.810] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1034.810] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1034.810] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[  1034.810] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  1034.811] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1034.811] (**) AT Translated Set 2 keyboard: always reports core events
[  1034.811] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  1034.813] (--) AT Translated Set 2 keyboard: Found keys
[  1034.813] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[  1034.813] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1034.813] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[  1034.813] (**) Option "xkb_rules" "evdev"
[  1034.813] (**) Option "xkb_model" "pc105"
[  1034.813] (**) Option "xkb_layout" "fr"
[  1034.813] (**) Option "xkb_variant" "bepo_latin9"
[  1034.814] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event4)
[  1034.814] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[  1034.814] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[  1034.814] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1034.814] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[  1034.814] (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event4"
[  1034.819] (--) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[  1034.819] (--) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[  1034.819] (--) ImPS/2 Logitech Wheel Mouse: Found relative axes
[  1034.820] (--) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[  1034.820] (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[  1034.820] (II) ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[  1034.820] (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[  1034.820] (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1034.820] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[  1034.820] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
[  1034.820] (II) ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[  1034.820] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[  1034.820] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[  1034.820] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[  1034.820] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[  1034.820] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[  1034.821] (II) No input driver/identifier specified (ignoring)
[  1034.821] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[  1034.821] (II) No input driver/identifier specified (ignoring)
[  1042.479] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1096.036] (II) Open ACPI successful (/var/run/acpid.socket)
[  1096.036] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1096.161] (II) intel(0): EDID vendor "VSC", prod id 22816
[  1096.161] (II) intel(0): Using hsync ranges from config file
[  1096.161] (II) intel(0): Using vrefresh ranges from config file
[  1096.161] (II) intel(0): Printing DDC gathered Modelines:
[  1096.161] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  1096.161] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1096.161] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1096.162] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  1096.162] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[  1096.162] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  1096.162] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1096.162] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1096.162] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  1096.162] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  1096.162] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  1096.162] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1096.162] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  1096.162] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1096.162] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  1096.162] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  1096.162] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
[  1096.162] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1096.162] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  1108.666] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1284.040] (II) Open ACPI successful (/var/run/acpid.socket)
[  1284.040] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1284.158] (II) intel(0): EDID vendor "VSC", prod id 22816
[  1284.158] (II) intel(0): Using hsync ranges from config file
[  1284.158] (II) intel(0): Using vrefresh ranges from config file
[  1284.158] (II) intel(0): Printing DDC gathered Modelines:
[  1284.158] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  1284.158] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1284.158] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1284.158] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  1284.158] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[  1284.158] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  1284.158] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1284.158] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1284.158] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  1284.158] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  1284.158] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  1284.158] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1284.158] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  1284.158] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1284.158] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  1284.158] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  1284.158] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
[  1284.158] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1284.159] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  1367.979] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1389.947] (II) Open ACPI successful (/var/run/acpid.socket)
[  1389.947] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1390.071] (II) intel(0): EDID vendor "VSC", prod id 22816
[  1390.071] (II) intel(0): Using hsync ranges from config file
[  1390.071] (II) intel(0): Using vrefresh ranges from config file
[  1390.071] (II) intel(0): Printing DDC gathered Modelines:
[  1390.071] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  1390.071] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1390.071] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1390.071] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  1390.071] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[  1390.072] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  1390.072] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1390.072] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1390.072] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  1390.072] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  1390.072] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  1390.072] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1390.072] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  1390.072] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1390.072] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  1390.072] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  1390.072] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
[  1390.072] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1390.072] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
Drexya
archer de cavalerie
Messages : 161
Inscription : sam. 20 juin 2009, 15:00

Re: [openGL] comment vérifier l'état de l'accélération graph

Message par Drexya »

Le module Intel a l'air d'être bien chargé et l’accélération graphique aussi, tu peux toujours vérifier avec cette commande :

Code : Tout sélectionner

glxinfo | grep rendering
Bogey Jammer
newbie
Messages : 4
Inscription : dim. 03 avr. 2011, 10:55

Re: [openGL] Etat de l'accélération graphique ?

Message par Bogey Jammer »

Ça me dit:
direct rendering: Yes
:cry: zut ça fonctionne finalement, le pc est trop vieux…
Drexya
archer de cavalerie
Messages : 161
Inscription : sam. 20 juin 2009, 15:00

Re: [openGL] Etat de l'accélération graphique ? (SOLVÉ)

Message par Drexya »

Je ne connais pas ton matos mais en faisant une rapide recherche avec google « paraview requirements », j'ai trouvé ça sur une ml :
It depends on the data but if you had to say something generic, I would say:

Pentium IV or above (or equivalent on Unix including PPC for Macs)
512 MB memory
100 MB of disk space

I would recommend some sort of GPU that has hardware acceleration
support for OpenGL but it is not a requirement.

-berk



On Wed, May 27, 2009 at 10:19 AM, Alin M Elena
<alinm.elena at googlemail.com> wrote:
> Hi,
>
> What will be let us say minimum or recommended hardware requirements for
> paraview?
>
> regards,
> Alin
> --
Bogey Jammer
newbie
Messages : 4
Inscription : dim. 03 avr. 2011, 10:55

Re: [openGL] Etat de l'accélération graphique ? (SOLVÉ)

Message par Bogey Jammer »

C'est pile mes specs, pentium 4 2,4Ghz, 512Mo de ram.
Répondre