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.

#1 Le 01/10/2005, à 21:17

laurent

ATI mobility radeon 9000 IGP

Bonjour à tous,

j'ai un problème concernant l'installation des drivers ati sur la carte ATI mobility radeon 9000 IGP, sur un travelmate 2201WLC.

Les drivers proprios (fglrx) ne fonctionnent absolument pas, tout plante dès que je lance glxgears, ceci malgré mes très nombreux bidouillages de xorg.conf, et meme en utilisant le xorg.conf généré par fglrxconf.

Les drivers libre radeon fonctionnent à moitié: glxgears ne fait plus planter le pc mais les rouent tournent à peu près aussi vite que la roue de mon vélo après avoir grimpé un col de première catégorie. D'ailleurs, le temps que j'écrive ici, je n'ai toujours pas le nombre de fps.

J'ai lancé le live-cd pclinuxos pour voir ce que ça donne. Et là, tout fonctionne très bien, avec les drivers radeon. Néanmoins, le fichier xorg.conf fait planter le serveur x qui ne se lance pas.

Voilà en gros ou j'en suis. Pour plus d'info, je vous donne 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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure 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/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	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"	"be"
EndSection

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

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
	Driver		"radeon"
	Option 		"DPMS" "false"
	BusID		"PCI:1:5:0"
EndSection

Section "Monitor"
	Identifier	"Color LCD"
	Option		"DPMS"
	HorizSync	28-50
	VertRefresh	43-75
	Modeline	"1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
	Monitor		"Color LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1400x1050" "1280x960" "1280x854" "1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1400x1050" "1280x960" "1280x854" "1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1400x1050" "1280x960" "1280x854" "1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1400x1050" "1280x960" "1280x854" "1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1400x1050" "1280x960" "1280x854" "1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" "1280x960" "1280x854" "1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Ainsi que le xorg.conf de pclinuxos, si jamais vous pouvez y trouver la formule magique (après ajout de DPMS "false", une petite accélération est apparue).

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, PCLinuxOS and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "en_US"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1024x768"
    HorizSync 31.5-48.5
    VertRefresh 40-70
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI"
    BoardName "ATI Radeon (fglrx)"
    Driver "radeon"
    Option "DPMS" "false"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16
    
    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection

Bon voilà, je vais continuer à trifouiller mon xorg.conf dans l'espoir que ça fonctionne...

A noter encore que le problème se pose avec hoary et breezy. J'ai maintenant breezy installé sur le pc en question.

Merci pour votre aide (Stemp? Kagou? vu que vous avez l'air de vous y connaitre...)


Laurent, petit belge explorant la banquise

Hors ligne

#2 Le 01/10/2005, à 22:57

laurent

Re : ATI mobility radeon 9000 IGP

bon, je vais devoir installer les drivers avec l'installateur ati, ou quoi?

(ça me dérange un peu parce que j'ai cru comprendre qu'en cas d'upgrade du noyau, il se pouvait que ça fonctionne plus....)

Personne n'a d'idée?


Laurent, petit belge explorant la banquise

Hors ligne

#3 Le 02/10/2005, à 09:09

laurent

Re : ATI mobility radeon 9000 IGP

juste une petite idée, meme pas une solution, c'est tout ce que je demande. Vous pouvez meme me balancer un tuto de 3459 lignes, je prends... lol


Laurent, petit belge explorant la banquise

Hors ligne

#4 Le 02/10/2005, à 09:15

cep_

Re : ATI mobility radeon 9000 IGP

Dans l'attente de trouver une solution, le vesa ne fonctionne pas sur ce genre de materiel ?

#5 Le 02/10/2005, à 09:24

laurent

Re : ATI mobility radeon 9000 IGP

si si, pas de prob, j'ai un affichage. Le problème c'est que la personne pour qui j'installe veut abs-o-lu-ment la 3D pour jouer.

Bon, moi je veux bien mais bon... Là j'ai changé default depht à 16 au lieu de 24, parait que parfois ça résoud des probs, mais non....

merci pour ta réponse, cep....

je rajoute un petit glxinfo pour ceux qui y comprennent quelque chose... wink

jeremy@ubuntu:~$ glxheads
glxheads: exercise multiple GLX connections (any key = exit)
Usage:
  glxheads xdisplayname ...
Example:
  glxheads :0 mars:0 venus:1
Name: :0
  Display:     0x805e008
  Window:      0x2c00002
  Context:     0x8066f40
  GL_VERSION:  1.3 Mesa 6.3.2
  GL_VENDOR:   Tungsten Graphics, Inc.
  GL_RENDERER: Mesa DRI R200 20041207 AGP 4x x86/MMX/SSE2 NO-TCL
jeremy@ubuntu:~$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
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_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
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_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 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_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20041207 AGP 4x x86/MMX/SSE2 NO-TCL
OpenGL version string: 1.3 Mesa 6.3.2
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
    GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_equation_separate,
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_histogram, GL_EXT_packed_pixels, GL_EXT_polygon_offset,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, 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_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
    GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_OES_read_format,
    GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod
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 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x24 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x25 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x26 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x27 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x28 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x29 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x2a 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x2b 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x2c 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x2d 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x2e 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x2f 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x30 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x31 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x32 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow

Laurent, petit belge explorant la banquise

Hors ligne

#6 Le 02/10/2005, à 09:28

cep_

Re : ATI mobility radeon 9000 IGP

Ok, et Ati dit que "This software driver provides 2D support only for the ATI Radeon® 9100 IGP and ATI Radeon® 9100 PRO IGP"

http://www2.ati.com/drivers/linux/linux_8.16.20.html

Bon courage smile

#7 Le 02/10/2005, à 09:30

laurent

Re : ATI mobility radeon 9000 IGP

oui, ça c'est le driver proprio... Mais dans un sens, ils disent aussi:
supported:
...
Mobility™ Radeon® 9000
...

Donc, bon.... Mais comme qqun sur le forum (à qui j'ai envoyé un mail, d'ailleurs) a réussi à faire tourner la meme carte avec les radeon et que les fglrx font tout planter chez moi, je persévère...


Laurent, petit belge explorant la banquise

Hors ligne

#8 Le 02/10/2005, à 09:47

cep_

Re : ATI mobility radeon 9000 IGP

laurent a écrit :

bon, je vais devoir installer les drivers avec l'installateur ati, ou quoi?

(ça me dérange un peu parce que j'ai cru comprendre qu'en cas d'upgrade du noyau, il se pouvait que ça fonctionne plus....)

Personne n'a d'idée?

Tu as du déjà le lire, mais au cas ou :
"Linux 2.6.12 Kernel Support

This release of the ATI Proprietary Linux driver introduces driver compatibly with Linux 2.6.12 kernel.
GCC 4.0 Support

The latest ATI Proprietary Linux driver now provides support for building the driver kernel module on systems with GCC 4.0
Driver Package Update

The Debian and Ubuntu operating systems are now supported by the ATI Installer Package Generator."
dans : http://www2.ati.com/drivers/linux/linux_8.16.20.html#177818

et  les Known Issues

#9 Le 02/10/2005, à 09:52

laurent

Re : ATI mobility radeon 9000 IGP

oui, je vais essayer

(en fait, d'abord, je grave une knoppix et je tente pour voir, pe que le xorg sera plus compatible...)

mais quand est-il lors des upgrade? (surtout qu'en plus, étant en breezy...)


Laurent, petit belge explorant la banquise

Hors ligne

#10 Le 02/10/2005, à 10:14

laurent

Re : ATI mobility radeon 9000 IGP

Bon, la knoppix ne passe que légèrement mieux le test glxgears. J'obtiens 360fps (au lieu des... rien du tout actuellement et des 1500 avec pclinuxos). Je vais tenter de passer les options du wiki une à une...


Laurent, petit belge explorant la banquise

Hors ligne

#11 Le 02/10/2005, à 12:05

laurent

Re : ATI mobility radeon 9000 IGP

bon, avec une mepis, ça rox... Seulement mepis utilise xfree86... Quelqu'un a une idée de la bonne option à mettre?

(tant qu'à faire, je préfèrerais rester sous ubuntu)

Voilà le XF86config-4:

Section "ServerLayout"
  Identifier "XFree86 Configured"
  Screen 0 "Screen0" 0 0
  InputDevice "Keyboard0" "CoreKeyboard"
 #InputDevice "PS/2 Mouse" "CorePointer"
  InputDevice "USB Mouse" "CorePointer"
 #InputDevice "Touchpad" "CorePointer"
 #InputDevice "Serial Mouse" "CorePointer"
EndSection

Section "ServerFlags"
  Option "AllowMouseOpenFail" "true"
EndSection

Section "Files"
  RgbPath "/usr/X11R6/lib/X11/rgb"
  ModulePath "/usr/X11R6/lib/modules"
# True type and type1 fonts

    FontPath 	"/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath 	"/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath 	"/usr/X11R6/lib/X11/fonts/PEX"
    FontPath 	"/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath 	"/usr/share/fonts/truetype/ttf-xfree86-nonfree"
    FontPath 	"/usr/share/fonts/truetype/java"
    FontPath 	"/usr/share/fonts/truetype/arphic"
    FontPath 	"/usr/share/fonts/truetype/freefont"
    FontPath 	"/usr/share/fonts/truetype/openoffice"
    FontPath 	"/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath 	"/usr/share/fonts/ttf/western"
    FontPath 	"/usr/share/fonts/ttf/decoratives"
    FontPath 	"/usr/share/fonts/type1/gsfonts"
    FontPath 	"/usr/X11R6/lib/X11/fonts/Type1"
    FontPath 	"/usr/X11R6/lib/X11/fonts/defoma/CID"
    FontPath 	"/usr/X11R6/lib/X11/fonts/defoma/TrueType"
    FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
    FontPath 	"/usr/local/share/fonts"
    FontPath 	"/usr/share/fonts"
    FontPath 	"/usr/X11R6/lib/X11/fonts"
    FontPath 	"/usr/share/fonts/afms"
    FontPath 	"/usr/share/fonts/bitmap"
    FontPath 	"/usr/share/fonts/truetype"
    FontPath 	"/usr/share/fonts/ttf"
    FontPath 	"/usr/share/fonts/type1"
    FontPath 	"/usr/X11R6/lib/X11/fonts/defoma"
EndSection

Section "Module"
  Load "GLcore"
  Load "bitmap"
  Load "dbe"
  Load "ddc"
  Load "dri"
  Load "extmod"
  Load "freetype"
  Load "glx"
  Load "int10"
  Load "record"
  Load "speedo"
  Load "type1"
  Load "vbe"
  Load "synaptics"
EndSection

Section "InputDevice"
  Identifier "Keyboard0"
  Driver "keyboard"
  Option "CoreKeyboard"
  Option "XkbModel" "pc105"
  Option "XkbLayout" "us"
  Option "XKbOptions" ""
EndSection

Section "InputDevice"
  Identifier "Serial Mouse"
  Driver "mouse"
  Option  "Protocol" "Microsoft"
  Option  "Device" "/dev/ttyS0"
  Option  "Emulate3Buttons" "false"
  Option  "Emulate3Timeout" "70"
EndSection

Section "InputDevice"
 Identifier "Touchpad"
 Driver "synaptics"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "LeftEdge" "1700"
 Option "RightEdge" "5300"
 Option "TopEdge" "1700"
 Option "BottomEdge" "4200"
 Option "FingerLow" "25"
 Option "FingerHigh" "30"
 Option "MaxTapTime" "180"
 Option "MaxTapMove" "220"
 Option "VertScrollDelta" "100"
 Option "MinSpeed" "0.06"
 Option "MaxSpeed" "0.12"
 Option "AccelFactor" "0.0010"
 Option "SHMConfig" "on"
 Option "Repeater" "/dev/input/mice"
EndSection

Section "InputDevice"
  Identifier "PS/2 Mouse"
  Driver "mouse"
  Option "Protocol" "auto"
  Option "Device" "/dev/psaux"
  Option "Emulate3Buttons" "false"
  Option "Emulate3Timeout" "70"
  Option "ZAxisMapping" "4 5"
  Option "Buttons" "5"
EndSection

Section "InputDevice"
  Identifier "USB Mouse"
  Driver "mouse"
  Option "Device" "/dev/input/mice"
  Option "Protocol" "ExplorerPS/2"
  Option "ZAxisMapping" "4 5"
  Option "Buttons" "5"
EndSection

Section "Monitor"
  Identifier "Monitor0"
  VendorName "unknown"
  ModelName "unknown"
 #Option "DPMS" "true"
  HorizSync    30.0 - 82.0 # Warning: This may fry old Monitors
  VertRefresh  50.0 - 70.0 # Very conservative. May flicker.
  Modeline "640x480"     25.175 640  664  760  800   480  491  493  525 #60Hz
  Modeline "800x600"     40.12  800  848  968 1056   600  601  605  628 #60Hz
  Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync -vsync
  Modeline "1024x768"    85    1024 1056 1152 1360   768  784  787  823
  ModeLine "1152x864"    65    1152 1168 1384 1480   864  865  875  985 Interlace
  Modeline "1152x864"    92    1152 1208 1368 1474   864  865  875  895
  Modeline "1152x864"   110    1152 1240 1324 1552   864  864  876  908
  Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908
  Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync
  Modeline "1280x768"    80.14 1280 1344 1480 1680   768  769  772  795
  ModeLine "1280x800"    80.58 1280 1344 1480 1680   800  801  804  827 -HSync -VSync
  Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace
  Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054
  Modeline "1280x1024"  126.5  1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
  Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064
  Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064
  Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync
  Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync
  Modeline "1440x900"   106.47 1440 1520 1672 1904   900  901  904  932 +HSync +VSync
  Modeline "1400x1050"  129    1400 1464 1656 1960  1050 1051 1054 1100 +HSync +VSync
  Modeline "1600x1200"  162    1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
  Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync
  Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
  Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync
  Modeline "1680x1050"  147.14 1680 1784 1968 2256  1050 1051 1054 1087
  ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
  ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
  Modeline "1920x1200"  230    1920 1936 2096 2528  1200 1201 1204 1250 +HSync +VSync
EndSection

Section "Device"
 #Option "sw_cursor" # needed for some ati cards
 #Option "hw_cursor"
 #Option "NoAccel"
 #Option "ShowCache"
 #Option "ShadowFB"
 #Option "UseFBDev"
 #Option "Rotate"
 #Option "NoUseBios" # needed for some Savage cards
  Option "UseInternalAGPGART" "no"
# nvidia special options, use with care
  Option "CursorShadow" "1"
  Option "CursorShadowAlpha" "63"
  Option "CursorShadowYOffset" "2"
  Option "CursorShadowXOffset" "4"
  Option "FlatPanelProperties" "Scaling = native"
  Option "NoLogo" "false"
  Option "IgnoreEdid" "true" # needs to be true for some nvidia cards
  Identifier  "Card0"
  Driver "radeon"
  BoardName "unknown"
 #BusID  "PCI:1:0:0"
EndSection

Section "Screen"
  Identifier "Screen0"
  Device "Card0"
  Monitor "Monitor0"
  DefaultColorDepth 16
  SubSection "Display"
  Depth 1
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 4
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 8
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 15
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 16
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 24
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 32
  Modes "1024x768"
  EndSubSection
  # Only the official NVIDIA driver supports twinview
  # these setting are an example
  Option "TwinView" "false"
  Option "SecondMonitorVendorName" "unknown"
  Option "SecondMonitorModelName" "unknown"
  Option "SecondMonitorHorizSync" "30-82"
  Option "SecondMonitorVertRefresh" "50-75"
  Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480"
  Option "TwinViewOrientation" "RightOf"
  Option "ConnectedMonitor" "dfp,dfp"
EndSection

Section "DRI"
  Mode 0666
EndSection

Laurent, petit belge explorant la banquise

Hors ligne

#12 Le 02/10/2005, à 20:15

laurent

Re : ATI mobility radeon 9000 IGP

Beueueuh!!!

1. La mepis veut pas s'installer en gardant le /home (sal*%*)
2. J'ai essayé les drivers ati (le .run) et ça plante encore et tjrs...
3. J'arrive plus à les virer, maintenant... Qqun sait quels fichiers ont doit virer (oui, je sais, j'aurais du vérifier avant, mais je m'étais dit: j'essaie et si ça marche pas, j'installe la mepis)

help needed, please smile


Laurent, petit belge explorant la banquise

Hors ligne

#13 Le 03/10/2005, à 09:39

laurent

Re : ATI mobility radeon 9000 IGP

bon, ben tant pis, je vais réinstaller ubuntu, alors...


Laurent, petit belge explorant la banquise

Hors ligne

#14 Le 03/10/2005, à 10:56

laurent

Re : ATI mobility radeon 9000 IGP

autant pour moi, il existe un fichier uninstall-fglrx-driver.sh qui fonctionne très bien à mon grand soulagement.

Néanmoins, je suis toujours dans la muise, si une bonne ame a une idée, c'est vraiment vraiment vraiment pas de refus...


Laurent, petit belge explorant la banquise

Hors ligne

#15 Le 08/10/2005, à 00:00

Marukakuru

Re : ATI mobility radeon 9000 IGP

Si fgl_glxgears ne marche pas, c'est que le module est mal chargé.
Sinon, regarde dans les logs de xorg.conf, tu peux trouver des pistes.

Pour ma part, je vais tenter l'install de fglrx demain, j'ai exactement le même type de carte (enfin, c'est ce que me dit Linux, le marchand m'a dit que c'était une 9200). Mais j'ai déjà réussi à le faire marcher, il y a quelque temps, je te ferais mon rapport.

Edit : Bon ben j'en ai perdu avec le temps. J'y arrive pas non plus, sur Breezy avec l'installateur officiel. Tant pis, je vais me tourner vers le radeon libre, vu que de toutes façons je ne pense pas jouer (ça évite les mises sur orbite du portable wink )...

Dernière modification par Maruk (Le 09/10/2005, à 22:35)


9ème corollaire à la loi de Murphy : "L'Univers n'est pas indifférent à l'intelligence, il lui est activement hostile."

Hors ligne

#16 Le 24/10/2005, à 15:21

Omega

Re : ATI mobility radeon 9000 IGP

Salut,

Je viens de telecharger et installer le CD de brezzy, et j'ai le meme problème.

J'ai une ATI radeon 9100 sur un vieux 1ghz.

J'ai suivi le tuto fglrx de breezy ici http://wiki.ubuntu-fr.org/materiel/ati

resultat, bon j'arrive a faire fonctionner quand je tape glxgears, seulement rien ne s'affiche pour le fps, plantage repetitif des que je lance nautilus ou mozilla, epiphany... heureusement j'ai fait une sauvegarde de xorg.conf et que j'ai pu le remettre.

J'ai essaye d'installer le driver propriétaire, pareil mes performances ne varie pas. j'ai essayé de regarder les  logs dans /var/log bon, j'ai trouvé rien de spécial je pense, juste des warning car certains dossiers n'existait pas comme : "/usr/share/X11/fonts/cyrillic"
ce qui parait normal je pense...

Bref, je sais pas comment reglé ce problème, si quelqu'un a la solution merci d'avance big_smile

Hors ligne

#17 Le 02/11/2005, à 03:49

Maze12

Re : ATI mobility radeon 9000 IGP

+1 meme probleme j'ai essaye toute les solutions proposer dans le Wiki et celle proposée dans le forum mais rien y fais aucun probleme graphique mais aucune acceleration 3D la roue dans fglrx tourne pour ainsi dire pas et aucun FPS afficher et impossible de lancer le cube en 3D..
J'ai essayé les proprietaire d'ati, le fglrx et les libre rien y fais...


To be continued...

Materiel : HP Pavillon HDX  - Core2Duo T8100 , Ram 3Gb, Nvidia 8800gt ,Wifi  PRO/Wireless 4965 AGN
OS : Kubuntu 9.04 - KDE 4.2.90

Hors ligne

#18 Le 03/11/2005, à 17:10

eldadou38

Re : ATI mobility radeon 9000 IGP

Salut @ tous,

   J'ai un IBM A30p, avec une carte vidéo ATI Moiblity (9000), et je n'ai jamais réussi (sous Hoary) à faire fonctionner la 3D !! Alors que sur Windaube, NICKEL CHROME sad

   En plus, pas faute d'avoir posté, essayé, re-essayé (x10 fois) l'installation des drivers Ati ou radeon ou fglrx, rien n'y fait !! Donc, je reste avec mon driver Radeon de base wink Ca me suffit pour l'instant.

   Mais, si une personne à LA solution je suis carrément preneur.

   Sur ce courage Laurent (parce qu'il en faut avec Ati !! big_smile ).

A+
El Dadou


In Ubuntu I trust

Hors ligne

#19 Le 31/05/2006, à 17:22

SportBenny

Re : ATI mobility radeon 9000 IGP

Bonjour à tous!

Malheureusement, je sympatise avec vous tous. Je suis pris avec le même prob que laurent... J'ai une ATI Radeon 9100 IGP on-board... Je suis rendu à tester la 3D avec fglrx.

Bref, je cherches avec vous tous et s'il y a quelqu'un sur cette terre qui connaît la solution, eh bien, je crois que nous sommes une bonne petite troupe à attendre son renfort!

Pendant ce temps, je continues mes recherches...

Hors ligne

#20 Le 01/06/2006, à 14:56

SportBenny

Re : ATI mobility radeon 9000 IGP

Hello Tout le monde!

Je devrais publier un livre : "Comment se coucher aux petites heures du mat 101!"

Peut-être l'avez vous déjà trouver, mais j'ai trouvé un lien fort intéressant qui explique (une autre fois) comment installer ces fichus drivers :

http://linuxfacile.neuf.fr/astuces/Serv … Ubuntu.htm

Cependant, avec fglrx, j'ai réussi à obtenir les bonnes infos de ma carte :

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9100 IGP Generic DDR

Sauf qu'un coup fgl_gears démarré, un écran noir est affiché et Ubuntu gèle...
Présentement, je suis au travail mais je fournirai sous peu mon xorg.conf et Xorg.0.log...

Un autre veut bien s'avancer ? hmm

Hors ligne

#21 Le 01/06/2006, à 19:18

SportBenny

Re : ATI mobility radeon 9000 IGP

Après avoir continué à chercher un peu... un autre HOWTO à jour est disponible sur le site d'Ubuntu :

https://wiki.ubuntu.com/BinaryDriverHowto/ATI

Hors ligne

#22 Le 04/06/2006, à 20:39

vinber

Re : ATI mobility radeon 9000 IGP

Et bien cela ne marche pas pour moi.

Avec le driver "radeon", il y a toujours le direct rendering : No

 glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: No

Xorg.conf (Option "RENDER" "Enable") :

# /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"
	# 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		"XkbVariant"	"latin9"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
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. Radeon Mobility 9100 U3 (R200 IGP)"
	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:1:5:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	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"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Et dans Xorg.0.log

Des erreurs (c'est quoi "failed to open the DRM"):

:/var/log$ cat Xorg.0.log | grep EE
Current Operating System: Linux vincent 2.6.15-23-386 #1 PREEMPT Tue May 23 13:49:40 UTC 2006 i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
(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

Des warning (Direct rendering disabled: mais par qui !!!)

cat Xorg.0.log | grep WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) RADEON(0): Direct rendering disabled
vincent@vincent:/var/log$

Et aussi, j'ai vu dans un poste qu'il faut des fichiers genres :
libgl1-mesa-dri et libgl1-mesa-glx.

La première est présente, la seconde (libgl1-mesa-glx) est introuvable avec synaptic (ni installé, ni sur des dépots).
Si quelqu'un a une idée, Merci.

Hors ligne