Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

debian etch 3D qui fonctionne pas (ATI)

8 réponses
Avatar
tatane
bonsoir,

Je cherche mais je trouve je n'arrive pas à faire fonctionner la 3D
Je possède une machine sous GNU/Debin linux (etch) i386. une carte
graphique Ati 9200 PRO (RV280)

Je souhaite utiliser des pilotes libre! donc celui inclus dans Xorg.
J'ai donc installé le pilote xserver-xorg-video-ati et les packages :

libdrm2
bgl1-mesa-dri
libgl1-mesa-glx
mesa-utils
freeglut3
glutg3

J'ai Donc pas de 3d c'est un peux embettant pour mes enfants...
Je transmet quelques fichiers pour infos.
Merci de votre aide.

brandon@brandon:~$ glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

....

une partie de mon lsmod :

radeon 99168 0
drm 62036 1 radeon
agpgart 30152 2 drm,nvidia_agp

mon lspci :

00:00.0 Host bridge: nVidia Corporation nForce CPU bridge (rev b2)
00:00.1 RAM memory: nVidia Corporation nForce 220/420 Memory Controller (rev b2)
00:00.2 RAM memory: nVidia Corporation nForce 220/420 Memory Controller (rev b2)
00:00.3 RAM memory: nVidia Corporation Unknown device 01aa (rev b2)
00:01.0 ISA bridge: nVidia Corporation nForce ISA Bridge (rev c3)
00:01.1 SMBus: nVidia Corporation nForce PCI System Management (rev c1)
00:06.0 Multimedia audio controller: nVidia Corporation nForce Audio (rev c2)
00:08.0 PCI bridge: nVidia Corporation nForce PCI-to-PCI bridge (rev c2)
00:09.0 IDE interface: nVidia Corporation nForce IDE (rev c3)
00:1e.0 PCI bridge: nVidia Corporation nForce AGP to PCI Bridge (rev b2)
01:09.0 FireWire (IEEE 1394): NEC Corporation uPD72874 IEEE1394 OHCI 1.1 3-port PHY-Link Ctrlr (rev 01)
01:0a.0 USB Controller: NEC Corporation USB (rev 41)
01:0a.1 USB Controller: NEC Corporation USB (rev 41)
01:0a.2 USB Controller: NEC Corporation USB 2.0 (rev 02)
01:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
02:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01

Une partie du dmesg :

Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected NVIDIA nForce chipset
agpgart: AGP aperture is 64M @ 0xf8000000
[drm] Initialized drm 1.0.1 20051102
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 19
ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKE] -> GSI 19 (level, high) -> IRQ 201
[drm] Initialized radeon 1.24.0 20060225 on minor 0

Finalement mon fichier de conf du serveur graphique :
Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/ X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
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"
EndSection

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

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Type" "stylus"
Option "USB" "on"
Option "Threshold" "10"
Option "Device" "/dev/input/wacom"
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Type" "eraser"
Option "USB" "on"
Option "Threshold" "10"
Option "Device" "/dev/input/wacom"
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Type" "cursor"
Option "USB" "on"
Option "Threshold" "10"
Option "Device" "/dev/input/wacom"
EndSection

Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "AccelDFS" # [<bool>]
#Option "PanelOff" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "MergedFB" # [<bool>]
#Option "CRT2HSync" # [<str>]
#Option "CRT2VRefresh" # [<str>]
#Option "CRT2Position" # [<str>]
#Option "MetaModes" # [<str>]
#Option "MergedDPI" # [<str>]
#Option "MergedXinerama" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]

#Option "MergedNonRectangular" # [<bool>]
#Option "MergedMouseRestriction" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "BIOSHotkeys" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ConstantDPI" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-65
VertRefresh 43-120
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Card0"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "pad"
EndSection

Section "DRI"
Mode 0666
EndSection

8 réponses

Avatar
Nicolas George
"tatane" wrote in message <4543bb1c$0$3727$:
:~$ glxinfo
une partie de mon lsmod :
mon lspci :
Une partie du dmesg :
Finalement mon fichier de conf du serveur graphique :


Il faudrait aussi les logs du serveur X11 (/var/log/Xorg.0.log ou quelque
chose comme ça).

Avatar
tatane
Le Sat, 28 Oct 2006 21:19:16 +0000, Nicolas George a écrit:

"tatane" wrote in message <4543bb1c$0$3727$:
:~$ glxinfo
une partie de mon lsmod :
mon lspci :
Une partie du dmesg :
Finalement mon fichier de conf du serveur graphique :


Il faudrait aussi les logs du serveur X11 (/var/log/Xorg.0.log ou quelque
chose comme ça).


Oui en effet j'ai oulié :

/var/log/Xorg.0.log

Je sort ce qui me semble important

(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)



merci


Avatar
Nicolas George
"tatane" wrote in message <4544c271$0$18334$:
Je sort ce qui me semble important

(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)


Oui, c'est clairement ça qui cause le problème.

Vérifie si tu as bien le fichier /usr/lib/xorg/modules/extensions/libglx.so
(c'est en tout cas ici qu'il est chez moi, mais je n'ai pas mis à jour ma
Debian Etch depuis environ une semaine, et justement c'est en train de
passer en X.org 7.1. Regarde aussi si enlever ModulePath dans ton xorg.conf
n'améliorerait pas les choses.

Avatar
tatane
Le Sun, 29 Oct 2006 15:50:01 +0000, Nicolas George a écrit:

"tatane" wrote in message <4544c271$0$18334$:
Je sort ce qui me semble important

(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)


Oui, c'est clairement ça qui cause le problème.

Vérifie si tu as bien le fichier /usr/lib/xorg/modules/extensions/libglx.so
(c'est en tout cas ici qu'il est chez moi, mais je n'ai pas mis à jour ma
Debian Etch depuis environ une semaine, et justement c'est en train de
passer en X.org 7.1. Regarde aussi si enlever ModulePath dans ton xorg.conf
n'améliorerait pas les choses.


Effectivement c'est ça qui ne va pas. Je n'ai pas ce fichier, j'ai
bien ce fichier sur une autre machine si je fait un

dpkg -S /usr/lib/xorg/modules/extensions/libglx.so (sur la machine qui
fonctionne)

j'obtient xserver-xorg-core

Sur la machine qui ne fonctionne pas, je me dit un apt-get install
xserver-xorg-core devrait tout remettre dans l'ordre, mais j'ai déjà ce
package... donc il ne veut pas s'installer

Alors, je réinstall le package,

brandon:/home/brandon# apt-get install --reinstall xserver-xorg-core

Et toujours pas de fihcier /usr/lib/xorg/modules/extensions/libglx.so

Mais alors où est passé ce fichier???
Une idée?? Merçi
(en attendant je vais le copier de l'autre machine c'est pas propre tout
ça)

:~$ ls /usr/lib/xorg/modules/extensions/ -l total 2624
-rw-r--r-- 1 root root 19185 2006-10-17 04:23 libdbe.so -rw-r--r-- 1
root root 34635 2006-10-17 04:23 libdri.so -rw-r--r-- 1 root root 147666
2006-10-17 04:23 libextmod.so -rw-r--r-- 1 root root 2396219 2006-10-17
04:23 libGLcore.so -rw-r--r-- 1 root root 28457 2006-10-17 04:23
librecord.so -rw-r--r-- 1 root root 38908 2006-10-17 04:23 libxtrap.so
:~$

Au cas où :

:~$ ls -l /usr/lib/libGL* -l
lrwxrwxrwx 1 root root 19 2006-06-04 15:15 /usr/lib/libGL.so -> /usr/lib/libGL.so.1
lrwxrwxrwx 1 root root 12 2006-10-28 18:31 /usr/lib/libGL.so.1 -> libGL.so.1.2
-rw-r--r-- 1 root root 425320 2006-10-13 12:55 /usr/lib/libGL.so.1.2
lrwxrwxrwx 1 root root 20 2006-10-28 18:40 /usr/lib/libGLU.so.1 -> libGLU.so.1.3.060501
-rw-r--r-- 1 root root 503452 2006-10-13 12:55 /usr/lib/libGLU.so.1.3.060501
:~$


Avatar
Nicolas George
"tatane" wrote in message <4544dc9e$0$11677$:
brandon:/home/brandon# apt-get install --reinstall xserver-xorg-core

Et toujours pas de fihcier /usr/lib/xorg/modules/extensions/libglx.so

Mais alors où est passé ce fichier???
Une idée?? Merçi


C'est vraiment bizarre : il devrait y être, d'après
http://packages.debian.org/cgi-bin/search_contents.pl?searchmode=filelist&word=xserver-xorg-core&version=testing&arch=amd64

Que te disent :

apt-cache policy xserver-xorg-core
apt-cache show xserver-xorg-core

 ? Ce sont bien les paquets Debian officiels venus d'un dépôt fiable ?

Avatar
tatane
Le Sun, 29 Oct 2006 17:16:46 +0000, Nicolas George a écrit:


C'est vraiment bizarre : il devrait y être, d'après
http://packages.debian.org/cgi-bin/search_contents.pl?searchmode=filelist&word=xserver-xorg-core&version=testing&arch=amd64

Que te disent :

apt-cache policy xserver-xorg-core
apt-cache show xserver-xorg-core

 
? Ce sont bien les paquets Debian officiels venus d'un dépôt fiable ?


Voilà, je te file les résultats des diverses commande que tu souhaitais...
Si ça te cause :)

:~$ apt-cache policy xserver-xorg-core xserver-xorg-core:
Installé : 2:1.1.1-10
Candidat : 2:1.1.1-10
Table de version :
*** 2:1.1.1-10 0
500 http://ftp.fr.debian.org testing/main Packages 100
/var/lib/dpkg/status
:~$

et pour l'autre commande :

:~$ apt-cache show xserver-xorg-core
Package: xserver-xorg-core
Priority: optional
Section: x11
Installed-Size: 9952
Maintainer: Debian X Strike Force
Architecture: i386
Source: xorg-server
Version: 2:1.1.1-10
Replaces: xserver-xorg (<< 6.8.2-38), xserver-xfree86 (<< 1:7.0.0)
Provides: xserver
Depends: x11-common (>= 1:7.0.0), libc6 (>= 2.3.6-6), libfontenc1, libgcc1 (>= 1:4.1.1-12), libxau6, libxdmcp6, libxfont1, zlib1g (>= 1:1.2.1), xserver-xorg
Recommends: xkb-data
Conflicts: xserver-xorg (<< 6.8.2-38), xserver-xfree86 (<< 1:7.0.0), xserver-xorg-video
Filename: pool/main/x/xorg-server/xserver-xorg-core_1.1.1-10_i386.deb
Size: 3597066
MD5sum: b87a4ee9f61ba31085ca77291cabad44
SHA1: 5990c534aaa8110b241d73ae1a3bc3c74fe91c55
SHA256: 5ff6c642f49a22ce17701ff1ad587e7216258931cfc524797f4b4884a2bbb00d
Description: X.Org X server -- core server
The X.Org X server is an X server for several architectures and operating
systems, which is derived from the XFree86 4.x series of X servers.
.
The X.Org server supports most modern graphics hardware from most vendors,
and supersedes all XFree86 X servers.
.
More information about X.Org can be found at:
<URL:http://xorg.freedesktop.org>
<URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
.
This module can be found as the module 'xserver/xorg' at
:pserver::/cvs/xorg

:~$

Mes sources atp :
deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main
deb http://www.quakeforge.net/packages/debian unstable contrib non-free
deb http://www.debian-multimedia.org etch main

Avatar
Nicolas George
"tatane" wrote in message <4544e494$0$3862$:
Voilà, je te file les résultats des diverses commande que tu souhaitais...
Si ça te cause :)

Filename: pool/main/x/xorg-server/xserver-xorg-core_1.1.1-10_i386.deb

deb http://ftp.fr.debian.org/debian/ testing main contrib non-free


C'est vraiment bizarre, le fichier
/usr/lib/xorg/modules/extensions/libglx.so est bien dans l'archive qu'on
trouve là (et il n'y en a aucune autre en conflit).

Ta machine est hantée, je ne vois pas d'autre explication.

Avatar
tatane
Le Sun, 29 Oct 2006 18:02:40 +0000, Nicolas George a écrit:

"tatane" wrote in message <4544e494$0$3862$:
Voilà, je te file les résultats des diverses commande que tu souhaitais...
Si ça te cause :)

Filename: pool/main/x/xorg-server/xserver-xorg-core_1.1.1-10_i386.deb

deb http://ftp.fr.debian.org/debian/ testing main contrib non-free


C'est vraiment bizarre, le fichier
/usr/lib/xorg/modules/extensions/libglx.so est bien dans l'archive qu'on
trouve là (et il n'y en a aucune autre en conflit).

Ta machine est hantée, je ne vois pas d'autre explication.


Ben je te remercie quand même pour ton aide précieuse car ma 3D fonctionne.
J'ai copié le fichier manquand en question et miracle ça cartonne :)

Bon je n'explique pas le problème de fichier absent.. Mais bon, il y a
un méchant qui habite dans ma machine ;)

@+