Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#451 Le 16/01/2007, à 20:00

Philou13

Re : [Info] Installation du driver Libre ATI Radeon

Stemp a écrit :

Dans la section Device on remplace le driver "ati" et on ajoute les options qui boostent :

Pour une ATI 9200 SE :

Driver          "radeon"
Option          "AGPMode" "4"
Option          "AGPSize" "64" # default: 8
Option          "RingSize" "8"
Option          "BufferSize" "2"
Option          "EnablePageFlip" "true"
Option          "EnableDepthMoves" "true"
Option          "RenderAccel" "true"

Bonjour à tous,

Que met on pour une ATI All In Wonder 7500?

Merci de vore aide.

Cdt,
Philou.

Hors ligne

#452 Le 17/01/2007, à 10:55

prometheus

Re : [Info] Installation du driver Libre ATI Radeon

boujour a tous!
j'ai suivi le tuto ayant une radeon 9600, j'ai relancé la bête et....j'y ai cru tongue !
mais j'ai eu un petit bug avec beryl j'ai donc forcé xgl mais voici le message que j'ai eu au demarage de beryl:
~$ libGL warning: 3D driver claims to not support visual 0x4b
XGL Absent, checking for NVIDIA
Nvidia Absent, checking for texture_from_pixmap
texture_from_pixmap Present
libGL warning: 3D driver claims to not support visual 0x4b

** (process:4638): WARNING **: get_setting_is_integrated not found in backend ini

** (process:4638): WARNING **: get_setting_is_read_only not found in backend ini

** (process:4638): WARNING **: get_setting_is_integrated not found in backend ini

** (process:4638): WARNING **: get_setting_is_read_only not found in backend ini
Initiating splash
Que faire ? est-ce normal docteur merci pour toute indication. wink

Hors ligne

#453 Le 17/01/2007, à 11:06

prometheus

Re : [Info] Installation du driver Libre ATI Radeon

oups ! tongue
il faut que je donne mon xorg.conf peut-etre si je trouve comment mettre les balises !!??

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
	Driver		"radeon"
Option          "AGPMode"              "8"
Option          "AGPSize"                "128"
Option          "RingSize"               "8"
Option          "BufferSize"             "2"
Option          "EnablePageFlip"       "true"
Option          "EnableDepthMoves"  "true"
Option          "ColorTiling"             "on"
Option          "RenderAccel"           "true"
Option          "DRI"                       "true"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"G15AAH/S"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
	Monitor		"G15AAH/S"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "832x624" "800x600" "720x400" "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 "Extensions"
 Option "RENDER" "Enable" 
EndSection

Section "DRI"
	Mode	0666
EndSection

bon j'espère que c'est bon hmm ha j'ai trouvé donc merci de me donner des indications big_smile

PS: pour les petits engrenages voilà ce que ça me donne...

glxgears -printfps
libGL warning: 3D driver claims to not support visual 0x4b
11478 frames in 5.0 seconds = 2289.414 FPS
415 frames in 5.0 seconds = 82.784 FPS
750 frames in 5.0 seconds = 149.740 FPS
1810 frames in 5.0 seconds = 361.993 FPS
10640 frames in 5.0 seconds = 2127.999 FPS
13186 frames in 5.0 seconds = 2637.058 FPS
13177 frames in 5.0 seconds = 2635.289 FPS
13119 frames in 5.0 seconds = 2623.800 FPS
13076 frames in 5.0 seconds = 2615.155 FPS
12987 frames in 5.0 seconds = 2597.325 FPS
13060 frames in 5.0 seconds = 2611.930 FPS
7881 frames in 5.0 seconds = 1575.096 FPS
532 frames in 5.0 seconds = 106.398 FPS
6447 frames in 5.0 seconds = 1289.310 FPS
5009 frames in 5.0 seconds = 997.101 FPS
425 frames in 5.0 seconds = 84.997 FPS
490 frames in 5.0 seconds = 97.822 FPS
453 frames in 5.0 seconds = 90.403

A la fin vous remarquez que ça descends beaucoup et c'est là que ça ne va plus j'ai activé simplement la pluie sur le bureau.
pour les engrenage j'ai aussi limage qui "lague" et c'est pire si je bouge la fenettre.
alors si par miracle un pro lit mes messages qui me semblent complets merci de me dire si ça vient de ma config ou de ma carte !? big_smile

Dernière modification par prometheus (Le 17/01/2007, à 20:06)

Hors ligne

#454 Le 19/01/2007, à 00:57

prometheus

Re : [Info] Installation du driver Libre ATI Radeon

bon!
je pensais qu'il y avait plein de linuxiens pret a repondre hmm .
quel dommage je vais chercher ailleur alors sad .
Mais je reviendrais au cas ou... lol

Hors ligne

#455 Le 19/01/2007, à 02:41

lexdu

Re : [Info] Installation du driver Libre ATI Radeon

minute papillon lol

Alors, tu as des perfs normales pour un radeon9600 wink
Et la pluie ça SUCE À MORT les ressources que ta carte graphique ne possèdent pas vraiment (et que le pilote libre n'est pas en mesure d'exploiter de manière optimale pour le moment non plus), donc c'est normal que ça rame comme ça wink

T'es bon pour le service cool

Dernière modification par lexdu (Le 19/01/2007, à 02:43)


Si tu cherches une dent de fourmi dans un sac de sable, trouve d'abord le sac de sable !
Portable Asus U80v + Lucid Lynx 64bits… dans la chaleur Guyanaise
[Ubuntu User #1358] [Membre du club des beaux Ubunteros]

Hors ligne

#456 Le 19/01/2007, à 19:22

prometheus

Re : [Info] Installation du driver Libre ATI Radeon

haaaaa! big_smile
merci lexdu même si la reponse m'atriste, c'est une bonne nouvelle il faut que j'arrete de batailler c'est tout ce que je voulais savoir en faite lol
bon en fait il serait mieux de changer de carte pour améliorer le système reste a déterminer la quelle ati ou nvidia ?
Enfin merci encore. wink

Hors ligne

#457 Le 26/01/2007, à 19:38

froud1

Re : [Info] Installation du driver Libre ATI Radeon

Salut

Bon évidemment j'ai voulu appliquer la procédure, et ça m'a tout planté au reboot, j'ai essayé la méthode donnée pr revenir à la config d'origine ms ça ne donne rien... J'ai une ATI 9600.

Quelqu'un aurait une soluce ?

Hors ligne

#458 Le 26/01/2007, à 19:46

froud1

Re : [Info] Installation du driver Libre ATI Radeon

En fait à mon avis j'ai zappé ou merdé ds l'étape de mémorisation de la configuration d'origine, car le message d'erreur est qu'il n'y a pas de répertoire de ce type pr la 2ème ligne de commande...

Hors ligne

#459 Le 30/01/2007, à 09:58

dionysos06

Re : [Info] Installation du driver Libre ATI Radeon

enormes difficultés d'installation  pour une asus eax 1600 pro , qui peut me renseigner ?

Hors ligne

#460 Le 31/01/2007, à 13:11

dionysos06

Re : [Info] Installation du driver Libre ATI Radeon

waohhh quelle entraide ?

Hors ligne

#461 Le 31/01/2007, à 14:18

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Bonjour,

dionysos06 a écrit :

waohhh quelle entraide ?

C'est un forum, pas une hotline, hein roll (en 3h il n'y a pas forcément de réponse)

Et ensuite, il faudrait être plus précis concernant tes problèmes : à quel moment de l'installation ? wink

Hors ligne

#462 Le 05/02/2007, à 08:09

BMF

Re : [Info] Installation du driver Libre ATI Radeon

gijomo a écrit :

Après de longues heures de recherche j'ai compris pourquoi certaines personnes ayant la même carte que moi arrivaient à avoir la 3D avec les pilotes libres et pas moi.

En fait, cela vient du fait que lorsque l'on a installé une fois les pilotes fglrx, un fichier présent dans libgl1-mesa est modifié. Il faut donc désinstaller les paquets fglrx-control et xorg-driver-fglrx (éventuellement linux-restricted-modules-2.6.17-10-generic et linux-restricted-modules-common) et lancer la commande  :

sudo apt-get install --reinstall libgl1-mesa

Cela réinstalle proprement les fichiers orginaux de libgl1-mesa.

Ne pas oublier d'enlever le module fglrx de la liste /etc/modules, de bien reconfigurer le xorg.conf avec le driver radeon.

Et ça (les petites engrenages de glxinfo) roule...

YEAHHH!!! Merci!

J'ai galéré un bon moment avant de trouver ta solution.

J'ai retiré fglrx de /etc/modules et réinstallé libgl1-mesa et désormais les engrenages de glxgears arrivent enfin à tourner (auparavant ils ne tournaient quasiment pas et j'obtenais à peine les 110 FPS avec le vent dans le dos.

Bon désormais j'arrive à ça avec ma pauvre petite radeon de thinkpad T40 (Radeon Mobility M7 LW [Radeon Mobility 7500]):

krz@gzilla:~$ glxgears -printfps
3603 frames in 5.0 seconds = 720.564 FPS
3586 frames in 5.0 seconds = 717.189 FPS
3597 frames in 5.0 seconds = 719.394 FPS
3589 frames in 5.0 seconds = 717.775 FPS
3585 frames in 5.0 seconds = 716.924 FPS
3581 frames in 5.0 seconds = 716.114 FPS
3594 frames in 5.0 seconds = 718.691 FPS
3564 frames in 5.0 seconds = 712.780 FPS

C'est pas terrible mais c'est clairement mieux que mes vieux 100 FPS.

Par contre en effet secondaire de taille, niveau cpu:  j'ai Xorg qui consomme 20% de cpu en idle, le processeur qui tourne du coup à 800Mhz en idle au lieu de 600Mhz le ventilo qui s'active, et conky qui clignotte...
Il va falloir que j'affine cela.


Ubuntu 18.04 sur Thinkpad T430 et X230

Hors ligne

#463 Le 05/02/2007, à 11:44

faustchewee

Re : [Info] Installation du driver Libre ATI Radeon

Salut à tous,

Bon je crois avoir fait le tour de tous les sujet avant de me lancer..

J'ai tous essayer tous les tutos, tous les posts de forum mais impossible de trouver d'ou vien mon probleme avec ma CG..

J'ai un sempron 3000, une asus K8 et une Ati 9600.

Mon Xorg.conf:

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "Extensions"
     Option "RENDER" "Enable"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. RV350 AP [Radeon 9600]"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
        Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
        Option "AccelDFS"    "0" # mettez à 0 si vous avez une carte AGP
        Option 	"AGPMode" "8" # Décommentez si vous avez une carte AGP
        Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
        Option "GARTSize" "64"
        Option "RingSize" "8"
        Option "BufferSize" "2"
        Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
        Option "ColorTiling" "1"
        Option "EnableDepthMoves" "yes"
        Option "UseFBDev" "false"
        Option "RenderAccel" "true" # Enable the hardware render acceleration
        Option "mtrr" "on"
        Option	"SubPixelOrder" "none"
        Option "DPMS"
        Option "DynamicClocks" "on"

EndSection

Section "Monitor"
	Identifier	"BenQ FP71G X"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. RV350 AP [Radeon 9600]"
	Monitor		"BenQ FP71G X"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	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

Mon glxinfo:

name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x43 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon

mon cat /var/log/Xorg.0.log | grep "EE"

(II) Loading extension MIT-SCREEN-SAVER
(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/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom

Lsmod:

Module                  Size  Used by
binfmt_misc            12808  1
rfcomm                 40856  0
l2cap                  25728  5 rfcomm
bluetooth              55268  4 rfcomm,l2cap
radeon                124704  0
drm                    80788  1 radeon
powernow_k8            16064  0
cpufreq_userspace       5408  0
cpufreq_stats           7360  0
cpufreq_powersave       2688  0
cpufreq_ondemand        9228  1
freq_table              5792  3 powernow_k8,cpufreq_stats,cpufreq_ondemand
cpufreq_conservative     8200  0
video                  16388  0
sbs                    15652  0
i2c_ec                  5888  1 sbs
dock                   10256  0
button                  8720  0
battery                10756  0
container               5248  0
ac                      6020  0
asus_acpi              17308  0
backlight               7040  1 asus_acpi
nls_iso8859_1           5120  1
vfat                   14080  1
fat                    53916  1 vfat
nls_cp437               6784  3
ntfs                  107636  2
tsdev                   8768  0
lp                     12452  0
snd_intel8x0           34076  2
snd_ac97_codec         95008  1 snd_intel8x0
ac97_bus                3200  1 snd_ac97_codec
snd_pcm_oss            44544  0
snd_mixer_oss          17408  1 snd_pcm_oss
snd_pcm                79876  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy           4740  0
snd_seq_oss            32896  0
psmouse                38792  0
serio_raw               7940  0
snd_seq_midi            9600  0
snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
analog                 12832  0
parport_pc             36388  1
parport                36936  2 lp,parport_pc
snd_mpu401              9256  0
snd_mpu401_uart         9472  1 snd_mpu401
snd_rawmidi            25472  2 snd_seq_midi,snd_mpu401_uart
gameport               16520  1 analog
floppy                 59428  0
snd_seq                52592  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              23684  2 snd_pcm,snd_seq
snd_seq_device          9100  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
pcspkr                  4224  0
usblp                  14848  0
snd                    54148  16 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               8672  1 snd
k8temp                  6656  0
shpchp                 34324  0
pci_hotplug            32576  1 shpchp
snd_page_alloc         10888  2 snd_intel8x0,snd_pcm
amd64_agp              13572  0
agpgart                33480  2 drm,amd64_agp
af_packet              23816  4
i2c_nforce2             6784  0
i2c_core               22784  2 i2c_ec,i2c_nforce2
ipv6                  261792  10
evdev                  11008  3
ext3                  133128  1
jbd                    59816  1 ext3
mbcache                 9604  1 ext3
ide_cd                 32672  0
cdrom                  37664  1 ide_cd
ide_disk               17024  7
sata_nv                20100  0
ata_generic             8708  0
libata                110228  2 sata_nv,ata_generic
scsi_mod              142220  1 libata
ne2k_pci               12000  0
8390                   11648  1 ne2k_pci
forcedeth              46724  0
generic                 6404  0 [permanent]
amd74xx                15260  0 [permanent]
ehci_hcd               33932  0
ohci_hcd               22020  0
usbcore               134152  4 usblp,ehci_hcd,ohci_hcd
thermal                14728  0
processor              31048  2 powernow_k8,thermal
fan                     5636  0
fbcon                  42656  0
tileblit                3584  1 fbcon
font                    9216  1 fbcon
bitblit                 6912  1 fbcon
softcursor              3200  1 bitblit
vesafb                  9220  0
capability              5896  0
commoncap               8192  1 capability

et pour finir lspci -v

00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1)
        Subsystem: ASUSTeK Computer Inc. Unknown device 813f
        Flags: bus master, 66MHz, fast devsel, latency 0
        Memory at e0000000 (32-bit, prefetchable) [size=256M]
        Capabilities: <access denied>

00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2)
        Subsystem: ASUSTeK Computer Inc. Unknown device 813f
        Flags: bus master, 66MHz, fast devsel, latency 0

00:01.1 SMBus: nVidia Corporation nForce 250Gb PCI System Management (rev a1)
        Subsystem: ASUSTeK Computer Inc. Unknown device 813f
        Flags: 66MHz, fast devsel
        I/O ports at 5080 [size=32]
        I/O ports at 5000 [size=64]
        I/O ports at 5040 [size=64]
        Capabilities: <access denied>

00:02.0 USB Controller: nVidia Corporation CK8S USB Controller (rev a1) (prog-if 10 [OHCI])
        Subsystem: ASUSTeK Computer Inc. Unknown device 813f
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 16
        Memory at ff6fd000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>

00:02.1 USB Controller: nVidia Corporation CK8S USB Controller (rev a1) (prog-if 10 [OHCI])
        Subsystem: ASUSTeK Computer Inc. Unknown device 813f
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 17
        Memory at ff6fe000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>

00:02.2 USB Controller: nVidia Corporation nForce3 EHCI USB 2.0 Controller (rev a2) (prog-if 20 [EHCI])
        Subsystem: ASUSTeK Computer Inc. Unknown device 813f
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 18
        Memory at ff6ffc00 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>

00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2)
        Subsystem: ASUSTeK Computer Inc. Unknown device 80a7
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 17
        Memory at ff6fc000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at ec00 [size=8]
        Capabilities: <access denied>

00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb AC'97 Audio Controller (rev a1)
        Subsystem: ASUSTeK Computer Inc. Unknown device 812a
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 18
        I/O ports at e800 [size=256]
        I/O ports at e400 [size=128]
        Memory at ff6fb000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>

00:08.0 IDE interface: nVidia Corporation CK8S Parallel ATA Controller (v2.5) (rev a2) (prog-if 8a [Master SecP PriP])
        Subsystem: ASUSTeK Computer Inc. Unknown device 813f
        Flags: bus master, 66MHz, fast devsel, latency 0
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
        I/O ports at ffa0 [size=16]
        Capabilities: <access denied>

00:0a.0 IDE interface: nVidia Corporation CK8S Serial ATA Controller (v2.5) (rev a2) (prog-if 85 [Master SecO PriO])
        Subsystem: ASUSTeK Computer Inc. Unknown device 813f
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 16
        I/O ports at 09f0 [size=8]
        I/O ports at 0bf0 [size=4]
        I/O ports at 0970 [size=8]
        I/O ports at 0b70 [size=4]
        I/O ports at c800 [size=16]
        I/O ports at c400 [size=128]
        Capabilities: <access denied>

00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge (rev a2) (prog-if 00 [Normal decode])
        Flags: bus master, 66MHz, medium devsel, latency 16
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=10
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: ff400000-ff4fffff
        Prefetchable memory behind bridge: 9eb00000-deafffff

00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2) (prog-if 00 [Normal decode])
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=128
        I/O behind bridge: 0000b000-0000bfff
        Memory behind bridge: ff500000-ff5fffff

00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
        Flags: fast devsel
        Capabilities: <access denied>

00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
        Flags: fast devsel

00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
        Flags: fast devsel

00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
        Flags: fast devsel

01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AP [Radeon 9600] (prog-if 00 [VGA])
        Subsystem: C.P. Technology Co. Ltd PowerColor R96A-C3N
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 20
        Memory at c0000000 (32-bit, prefetchable) [size=256M]
        I/O ports at a800 [size=256]
        Memory at ff4f0000 (32-bit, non-prefetchable) [size=64K]
        Expansion ROM at ff4c0000 [disabled] [size=128K]
        Capabilities: <access denied>

01:00.1 Display controller: ATI Technologies Inc RV350 AP [Radeon 9600] (Secondary)
        Subsystem: C.P. Technology Co. Ltd Unknown device 2065
        Flags: bus master, 66MHz, medium devsel, latency 64
        Memory at b0000000 (32-bit, prefetchable) [size=256M]
        Memory at ff4e0000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>

02:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
        Flags: medium devsel, IRQ 19
        I/O ports at bc00 [size=32]
        Expansion ROM at ff5f0000 [disabled] [size=32K]

Si quelqu'un a une idée je suis preneur, et sinon tant pis la 3D attendra que je change de CG wink

Merci d'avance .

Hors ligne

#464 Le 05/02/2007, à 13:31

S@suke

Re : [Info] Installation du driver Libre ATI Radeon

maxime@PClinux:~$ glxgears -printfps
1473 frames in 5.4 seconds = 272.697 FPS
600 frames in 5.8 seconds = 103.248 FPS
720 frames in 5.8 seconds = 124.561 FPS
600 frames in 5.8 seconds = 103.362 FPS
600 frames in 5.8 seconds = 103.558 FPS
600 frames in 5.7 seconds = 105.084 FPS

J'ai ça en reconfigurant avec les drivers ati (avant c'était rien du tout xD)
évidemment... c'est pas suffisant...
le problème c'est que serverx démarre pas en faisant les modifs... j'ai bien désinstallé tous les composants fglrx...
Voici mon xorg.conf sans modifs:

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# 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	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Carte vid� g��ique"
	Driver		"ati"
	BusID		"PCI:2:0:0"
	VideoRam	128000
EndSection

Section "Monitor"
	Identifier	"Lifetec"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Carte vid� g��ique"
	Monitor		"Lifetec"
	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

Quand je fais mes modifs ça donne:

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Carte vid� g��ique"
Driver          "radeon"
Option          "AGPMode" "4"
Option          "AGPSize" "64" # default: 8
Option          "RingSize" "8"
Option          "BufferSize" "2"
Option          "EnablePageFlip" "true"
Option          "EnableDepthMoves" "true"
Option          "RenderAccel" "true"
	BusID		"PCI:2:0:0"
	VideoRam	128000
EndSection

Section "Monitor"
	Identifier	"Lifetec"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Carte vid� g��ique"
	Monitor		"Lifetec"
	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 "Extensions"
 Option "RENDER" "Enable" 
EndSectio

Section "DRI"
        Mode    0666
EndSection

Et ça marche pas roll
rien a faire, il démarre en console et quand je fait "startx" il m'affiche tout plein d'erreurs...

Ma carte graphique est une ATI RADEON 9200SE...
Je comprend rien a rien -_-

Pour ceux qui veulent se marrer, j'ai encore mon ancien xorg tongue

Si quelqu'un peut m'aider... :-°

Hors ligne

#465 Le 06/02/2007, à 20:21

manslipkorn

Re : [Info] Installation du driver Libre ATI Radeon

Bonjour tout le monde wink

Bon, j'ai suivi à la lettre l'installation du driver libre pour radeon.

Seul soucis, ça lag un peu sur Beryl (avec AiglX), donc en fait, que dois-je mettre comme paramètres (qui boostent) pour ma Radeon 9800 Pro ?

D'avance, merci wink

Hors ligne

#466 Le 07/02/2007, à 07:38

S@suke

Re : [Info] Installation du driver Libre ATI Radeon

Bah en fait, ça dépend des paramètres de ta carte graphique, cherche un peu sur le net si quelqu'un a pas déjà mis les paramètres graphiques pi bah sinon tu bidouilles les configs du topic pour les adapter wink

Hors ligne

#467 Le 07/02/2007, à 18:05

manslipkorn

Re : [Info] Installation du driver Libre ATI Radeon

Merci S@suke pour ta réponse.

Malheuresement, je n'ai pas trouvé grand chose pour ma Radeon 9800 Pro, et c'est pas faute d'avoir cherché.

Si quelqu'un sait ce que je dois ajouter au xorg.conf pour que ça rame moins, je suis preneur wink

Hors ligne

#468 Le 08/02/2007, à 00:13

ed0077

Re : [Info] Installation du driver Libre ATI Radeon

Petit problème avec ma radeon 9200 se, j'ai essayé de bidouillé ton xorg.conf Stemp pour le faire coller mais la fréquence était un peu trop grande pour mon écran, j'ai donc bidouillé ça aussi et ça scintillait dans tout les sens... Bref, voici mon xorg.conf, c'est le gros bordel, aidez moi à y remettre de l'ordre et à installer ma radeon 9200 se...
Comme vous le voyez plusieurs "Device" identiques, certains faisant appel à fglrx, d'autre au driver ati...
pareil pour l'écran...
Sinon, comment réinitialiser le fichier xorg.conf (genre la bon vieil utilitaire "xorgconfig", je l'ai pas trouvé sur ubuntu...)

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

    # path to defoma fonts
    FontPath     "/usr/share/X11/fonts/misc"
    FontPath     "/usr/share/X11/fonts/cyrillic"
    FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath     "/usr/share/X11/fonts/Type1"
    FontPath     "/usr/share/X11/fonts/100dpi"
    FontPath     "/usr/share/X11/fonts/75dpi"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load  "i2c"
    Load  "bitmap"
    Load  "ddc"
    Load  "dri"
    Load  "extmod"
    Load  "freetype"
    Load  "glx"
    Load  "int10"
    Load  "type1"
    Load  "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "fr"
    Option        "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option        "CorePointer"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "ExplorerPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "stylus"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "stylus"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "eraser"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "eraser"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "cursor"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "cursor"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier   "AL1916"
    Option        "DPMS"
EndSection


Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
    Driver      "ati"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    Option        "Capabilities" "0x00000000"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device     "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
    Monitor    "AL1916"
    DefaultDepth     24
    SubSection "Display"
        Depth     1
        Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Section "Extensions"
    Option        "RENDER" "Enable"
EndSection

Dernière modification par ed0077 (Le 08/02/2007, à 00:16)

Hors ligne

#469 Le 08/02/2007, à 01:34

ed0077

Re : [Info] Installation du driver Libre ATI Radeon

Je rajoute un message d'erreur que j'obtiens au lancement de Tremulous:

[: 32: ==: unexpected operator
tremulous 1.1.0 linux-x86 Jul 20 2006
----- FS_Startup -----
Current search path:
/home/vlad/.tremulous/base
/usr/share/games/tremulous/base/vms-1.1.0.pk3 (4 files)
/usr/share/games/tremulous/base/map-uncreation-1.1.0.pk3 (110 files)
/usr/share/games/tremulous/base/map-tremor-1.1.0.pk3 (45 files)
/usr/share/games/tremulous/base/map-transit-1.1.0.pk3 (135 files)
/usr/share/games/tremulous/base/map-niveus-1.1.0.pk3 (134 files)
/usr/share/games/tremulous/base/map-nexus6-1.1.0.pk3 (151 files)
/usr/share/games/tremulous/base/map-karith-1.1.0.pk3 (118 files)
/usr/share/games/tremulous/base/map-atcs-1.1.0.pk3 (87 files)
/usr/share/games/tremulous/base/map-arachnid2-1.1.0.pk3 (67 files)
/usr/share/games/tremulous/base/data-1.1.0.pk3 (1229 files)
/usr/share/games/tremulous/base
/usr/lib/tremulous/base

----------------------
2080 files in pk3 files
execing default.cfg
execing autogen.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----

------- Input Initialization -------
Joystick is not active.
------------------------------------
...loading libGL.so.1:
Calling SDL_Init(SDL_INIT_VIDEO)...
SDL_Init(SDL_INIT_VIDEO) passed.
Initializing OpenGL display
...setting mode 3: 640 480
SDL_SetVideoMode failed: Couldn't find matching GLX visual
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Using 8/8/8 Color bits, 16 depth, 8 stencil display.
GL_RENDERER: Mesa GLX Indirect


***********************************************************
You are using software Mesa (no hardware acceleration)!   
Driver DLL used: libGL.so.1
If this is intentional, add
       "+set r_allowSoftwareGL 1"
to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsystem

Hors ligne

#470 Le 08/02/2007, à 15:23

mily

Re : [Info] Installation du driver Libre ATI Radeon

Bonjour à tous,

Après avoir lu tous les (nombreux) topics traitant de la carte ATI Radeon 9200se, j'ai appris pas mal de choses mais j'ai encore pas mal de questions big_smile , dont une concernant l'installation du driver libre radeon.

Voilà ma situation: j'ai installé une Edgy Eft, tout semble s'être bien passé au niveau graphique c'est-à-dire que ma carte (une 9200SE donc) est bien reconnue et le système a bien détecté la bonne résolution (à savoir 1280x1024).
Mais j'ai l'impression que l'affichage graphique n'est pas correctement géré par la carte car le rendu est très décevant: affichage grossier et un peu "flou", à-plats de couleurs à la place du dégradé sur le fond d'écran d'origine d'Ubuntu, et je ne vous parle même pas du rendu lors du resize ou du déplacement des fenêtres...

Ma question est la suivante: est-ce que l'installation du driver radeon comme expliqué dans ce topic pourrait corriger le problème? Ou est-ce que ça n'a rien à voir? (j'ai lu beaucoup de choses sur l'accélération 3D notamment, mais je ne pense pas que mon problème soit un problème de gestion de la 3D) roll

je préfère demander avant de me lancer dans l'install wink

Merci d'avance pour votre aide!

Hors ligne

#471 Le 09/02/2007, à 03:00

ed0077

Re : [Info] Installation du driver Libre ATI Radeon

ben théoriquement, pas de problèmes, les seuls viennents quand tu vut lancer u e application 3D, Beryl, compiz, ou jeu, quoi....

Hors ligne

#472 Le 09/02/2007, à 15:34

jdan

Re : [Info] Installation du driver Libre ATI Radeon

Bonjour...bonjour..
nouvel utilisateur "en devenir.. pour le coup"  j'ai tenté knoppix mib .. kaella .. et depuis 3 semaines ubuntu  ... et cela fait trois semaines que j'essaye de configurer mon ati radeon 9800 pro avec mon Abit NF-s chipset nvidia MCP2-t pour avoir "à la fois la 3D" mais surtout le deuxième écran .. je dois en être à la 3eme ou 4 eme réinstallation sans oublier  les récupérations (du xorg.conf).. après avoir suivi un certain nombre de procédure.. et subi écrans noirs et freeze du systeme.
Il apparait que ma carte n'est par reconnu comme une agp  mais comme une Pci 2.0.0  ( je ne peux pas vérifier dans quels fichiers se trouvent les renseignement  que je vous donne ..je suis sous xp.... du coup..)  problème semble-t-il récurent dans la combinaison 9800pro/chipset nvidia .... j'ai lu cette info dans un forum  mais je ne sais plus dans lequel ( j'en ai tellement consulté )
Il me semble qu'il ne me reste qu'une possibilité...
avoir un autre pc pour xp  .. on ne sait jamais !!  smile)
réactiver  le chipset Nvidia, enlever l'Ati 9800pro ..faire les branchements adéquats  et espérer que Nvidia ne me posera pas de problèmes...
bon... cela attendra l'achat de mon nouveau pc  si cela se fait..
et pourtant cela m'agace..m'irrite.. m'énerve.. me gonfle... de rester sur billou..
si par chance,  une aide est possible je remercie " sur les genoux si ..si .. " celui celle ou ceux qui rendrai(en)t  mon bonheur accessible...

Hors ligne

#473 Le 11/02/2007, à 19:41

pepritan

Re : [Info] Installation du driver Libre ATI Radeon

Bonjour Bonjour.

J'ai présentement une radeon 7500.
Mais dans "Device" après l'instal j'ai :

Section "Device"
    Identifier    "Carte vidéo générique"
    Driver        "vesa"
    BusID        "PCI:0:5:0"
EndSection

Comme ça rame beaucoup, je me suis dis "hop testons cette petite manip(Cf premier post), ça marchera peut-être mieux.


Et hop, horreur et damnation, écran d'erreur à la chaine au redemarage et bonjour le mode console.

je me suis dis, qu'a ce la ne tienne, logiquement si je suis pas trop a coté de la plaque  en tapant:

sudo cp cp /etc/x11/xorg.bak /etc/x11/xorg.conf

Tout devrais rentrer dans l'ordre.

Et bien non, apparement il ne me trouve pas les fichiers en question.

Donc je demande un peu d'aide, a savoir:
Est-il possible de remettre les drivers "vesa" et si oui comment. (parceque logiquement ça devrais résoudre mon probleme de demarage en mode graphique, non?)

Merci d'avance et désolé si j'ai raté une explication quelque part -_-"

#474 Le 11/02/2007, à 20:28

pepritan

Re : [Info] Installation du driver Libre ATI Radeon

Bon, j'ai quand même réussi à récupérer le fichier xorg.conf du .bak (sûrement une erreur de clavier les tentatives précédentes... (Débutant powa...)

reste a comprendre pourquoi il me détecte "Carte vidéo générique" et pas une radeon 7500.

Merci les gens wink

#475 Le 13/02/2007, à 08:32

Echuu Fox

Re : [Info] Installation du driver Libre ATI Radeon

Bonjour tout le monde,

Je viens d'installer les pilotes libre et déjà, quand je fais glxinfo | grep "direct rendering", il me met :

libGL warning: 3D driver claims to not support visual 0x4b
direct rendering: Yes

Première bizarrerie.

Ensuite, quand je fais glxgears -printfps, il me met

libGL warning: 3D driver claims to not support visual 0x4b

Mais les écrous se mettent à tourner cependant mon écran se met à clignoter. C'est assez drôle. Je n'ai pas été voir s'il y avait un truc pareil mais j'irai voir. C'était juste pour poster au cas où.

Bye.

Hors ligne