Pages : 1
#1 Le 04/08/2006, à 21:09
- lillumultipass
Problème ATI X1600
Coucou tout le monde!
je continue avec mes soucis d'install (si, si, y a des trucs qiu marchent quand même: genre j'ai réussi à mettre d'accord mes versions Win et Linux de Firefox...bref...), cette fois la carte graphique nommée dans le titre (sur un ASUS W2JC).
Après avoir mélangé plusieurs techniques trouvées ici: http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide
je crois que j'ai un peu foutu le bordel partout vu que ça me dit ça quand je fais fglrxinfo:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
et en plus ma résolution qui était à 1400x1050 (au lieu de 1680x1050 sur win) est bloquée à 1024x768! Pas top sur un 17"!
Sinon, mon fichier /etx/X11/worg.conf dit ça:
# /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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
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. ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "Generic Monitor"
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"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
C'est grave docteur?
PS: Ah oui, et il me dit bien sur "Direct rendering=No" quand je fais glxinfo | grep rendering
Hors ligne
#2 Le 04/08/2006, à 22:45
- mr_pouit
Re : Problème ATI X1600
Dans le xorg.conf que tu as copié, tu utilises le driver "vesa". Dans ton cas, il faut mettre "fglrx" pour que l'accélération 3d fonctionne
Hors ligne
#3 Le 05/08/2006, à 00:00
- raspouille
Re : Problème ATI X1600
salut,
pour la resolution du monitor:
1) connaitre la synchro horizontal,vertical du monitor,Tres important.
2) ligne de commande sur un terminal:
& sudo dpkg-reconfigure xserver-xorg
si cela ne fonctionne pas,il faut ouvrir le xorg.conf et ajouter les resolutions a la main,les synchros aussi.
3)pour la 3D
sous synaptic a jour chargez:
& fglrx-control
& fglrx-kernel-source
& xorg-driver-fglrx
& xorg-driver-fglrx-dev
& xserver-xorg-driver-ati
& sudo aticonfig --initial
ou
sous console root:
& apt-get install fglrx-control fglrx-kernel-source xorg-driver-fglrx xorg-driver-fglrx-dev xserver-xorg-driver-ati
& aticonfig --initial
reboot
glxinfo
voir l'adresse:
http://forum.ubuntu-fr.org/viewtopic.php?id=53221
@+
Dernière modification par raspouille (Le 05/08/2006, à 00:57)
Linux Mint Mate 17.3 GNU/Linux.
Hors ligne
#4 Le 05/08/2006, à 13:27
- lillumultipass
Re : Problème ATI X1600
alors, j'ai résolu les problèmes de résolution, donc merci, déjà ça c'est cool!
Par contre, pour la 3D marche toujours pas! Pourtant, j'ai fait tout ce que tu m'as marqué...sauf aticonfig --initial, il trouvait pas...est-ce à cause de ça?
Quand je fais glxinfo ça donne ça:
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_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
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 1 0 None
0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 1 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 1 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 1 0 None
0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 1 0 None
0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 1 0 None
0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 1 0 None
0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 1 0 None
et sinon, mon fichier xorg a l'air bon:
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 "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"
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. ATI Default Card X1600"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card X1600"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "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"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
et pourtant...
EDIT: ah je viens de refaire sudo aticonfig --initial et il me dit:
"Found fglrx primary device section
Nothing to do, terminating."
Donc normalement j'ai tout fait non???
Dernière modification par lillumultipass (Le 05/08/2006, à 13:31)
Hors ligne
#5 Le 05/08/2006, à 14:02
- raspouille
Re : Problème ATI X1600
compris:"Found fglrx primary device section Nothing to do, terminating."
ligne commande terminal:
sudo aticonfig --initial -f
si le meme message apparait.
& sudo nautilus
allez sur systeme de fichiers/etc/X11/
la vous aller voir plusieurs fichiers xorg.conf et par extention org.conf.xxxxxxxx,suprimer les fichichiers par extention les fichiers org.conf.xxxxxxxx,faire une copie de fichier xorg.conf en xorg.conf.bak.surtout pas d'erreurs.
sudo aticonfig --initial
@+
Linux Mint Mate 17.3 GNU/Linux.
Hors ligne
#6 Le 05/08/2006, à 14:24
- mr_pouit
Re : Problème ATI X1600
"Found fglrx primary device section
Nothing to do, terminating."
ça veut bien dire qu'il n'y a rien à faire... pas besoin de s'embêter avec ta manipulation raspouille .
lillumultipass >
Quelle version des pilotes ati as-tu installé avec la méthode du wiki cchtml ? Et quelle partie de la méthode as-tu suivi exactement (installation des paquets générés à partir de l'installeur je suppose) ?
Car si tu as rajouté ce que t'as donné raspouille par dessus, c'est normal que ça ne fonctionne pas (problème de conflits de versions)
Dernière modification par mr_pouit (Le 05/08/2006, à 14:26)
Hors ligne
#7 Le 05/08/2006, à 14:38
- lillumultipass
Re : Problème ATI X1600
ben oui, j'ai essayé d'installer ceux de l'installer, cad la dernière version...donc il y a conflit de versions c'est ça...
comment puis-je m'en sortir alors???
Hors ligne
#8 Le 05/08/2006, à 15:07
- mr_pouit
Re : Problème ATI X1600
Tu as utilisé l'installeur directement ou alors les paquets deb générés à partir de l'installeur ?
Si tu as utilisé les paquets deb, supprime fglrx-kernel-$(uname -r), et installe linux-restricted-modules-$(uname -r). Ensuite fais "sudo depmod -a", puis redémarre, et normalement, il ne devrait plus y avoir de problème de version
Hors ligne
#9 Le 05/08/2006, à 15:48
- lillumultipass
Re : Problème ATI X1600
ben normalement j'ai fait comme dans le tutorial, cad que j'ai crée des paquets deb. Donc je vais essayer ce que tu me dis de faire!
Merci pour ton aide en tout cas!
Hors ligne
#10 Le 05/08/2006, à 15:51
- lillumultipass
Re : Problème ATI X1600
euh, mais il semblerait qu'ils soient déjà installés ces packages là...enfin, c'est ce que me dit synaptics...
Hors ligne
Pages : 1