#1 Le 17/06/2006, à 11:52
- GanGann
Probleme 3D ati drapper sur portable dell 6400
Bonjour à tous,
Voila j'ai suivi les tuto disponible dans documentation mais :
root@dellix:/etc/X11# fgl_glxgears
Using GLX_SGIX_pbuffer
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 32
Current serial number in output stream: 32
et
root@dellix:/etc/X11# fglrxinfo
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
root@dellix:/etc/X11# glxinfo | grep render
direct rendering: No
GLX_ATI_render_texture
OpenGL renderer string: Mesa GLX Indirect
une idée ?
merci d'avance
#2 Le 17/06/2006, à 12:18
- Mac-Patxaran
Re : Probleme 3D ati drapper sur portable dell 6400
Dans ton xorg.conf, section Module, commente Load "extmod" et ajoute en-dessous
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Vérifie bien que tu utilises fglrx et non ati (ou radeon, mais c'est moins grave) comme driver aussi.
Hors ligne
#3 Le 17/06/2006, à 12:43
- GanGann
Re : Probleme 3D ati drapper sur portable dell 6400
j'ai fais ce que tu m'as dis mais rien a changé
merci quand meme de ton aide
root@dellix:/home/gangan# fglrxinfo
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)
root@dellix:/home/gangan# glxinfo | grep render
direct rendering: No
GLX_ATI_render_texture
OpenGL renderer string: Mesa GLX Indirect
extrait xorg.conf
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"
InputDevice "Synaptics Touchpad"
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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
# Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
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"
# /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 "Écran générique"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
Option "DesktopSetup" "single"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
ma carte graphique est une X1400
ca c'est la ligne de la carte dans lspci
0000:01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 714 5
#4 Le 17/06/2006, à 20:04
- Gangann
Re : Probleme 3D ati drapper sur portable dell 6400
personne a une idée ?
#5 Le 17/06/2006, à 21:11
- formatou
Re : Probleme 3D ati drapper sur portable dell 6400
Salut!
Dis-voir je n'ai jamais entendu parlé de X1400... Tu es sûr du modèle?
Hors ligne
#6 Le 17/06/2006, à 22:07
- Gangann
Re : Probleme 3D ati drapper sur portable dell 6400
Ati mobility radeon X1400
oui chui sur msieu
#7 Le 21/06/2006, à 18:12
- GanGann
Re : Probleme 3D ati drapper sur portable dell 6400
personne a une petite idée ?
#8 Le 25/06/2006, à 10:35
- thelimp
Re : Probleme 3D ati drapper sur portable dell 6400
j'ai exactement le meme probleme
je sait plus quoi faire, j'ai une Radeon Mobility X700
Hors ligne
#9 Le 28/06/2006, à 21:54
- GangANn
Re : Probleme 3D ati drapper sur portable dell 6400
mh... toujours tchi ?
#10 Le 07/07/2006, à 01:18
- Sangoku
Re : Probleme 3D ati drapper sur portable dell 6400
Salut,
J'ai aussi l'inspiron 6400 et j'ai une petite idée, installe le kernel optimisé (686 smp)
Pour cela ouvre le terminal :
sudo apt-get install linux-image-686-smp
redémarre
En espérant que ça résoud ton/vos problème(s)
@+
lumières ?
climatisations ?
Et si il y a des caméras dans les lumières et les climatisations : quel serait ta réaction ?
Hors ligne