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

[video] direct rendering

7 réponses
Avatar
Michael EDLICH
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bonjour,

je n'arrive pas a activer le direct rendering de ma carte Nvidia
Pouvez vous me donner des pistes, j'ai cherché un peu partout, je ne
vois pas ou je pèche...

Merci d'avance,

michael.

voici quelques infos:

# lsmod|grep nvidia
nvidia 4551988 12
nvidia_agp 7452 0
agpgart 32076 3 nvidia,nvidia_agp,intel_agp
i2c_core 19840 2 nvidia,i2c_i801

# xdpyinfo |grep GLX
GLX
NV-GLX

# cat /proc/driver/nvidia/agp/status
Status: Enabled
Driver: AGPGART
AGP Rate: 8x
Fast Writes: Enabled
SBA: Enabled

# cat /proc/driver/nvidia/agp/card
Fast Writes: Supported
SBA: Supported
AGP Rates: 8x 4x
Registers: 0x1f000e1b:0x1f004312

# cat /proc/driver/nvidia/agp/host-bridge
Host Bridge: PCI device 8086:2570
Fast Writes: Supported
SBA: Supported
AGP Rates: 8x 4x
Registers: 0x1f004a1b:0x00000b12


# glxinfo
direct rendering: No
server glx vendor string: NVIDIA Corporation


# cat /etc/X11/xorg.conf

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

Section "Files"

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

Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "dbe"
Load "v4l"
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"
EndSection

Section "Monitor"
Identifier "StudioWorks"
Option "DPMS"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"
Option "DPMS"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "NvAGP" "3"
Option "AllowGLXWithComposit" "true"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "StudioWorks"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEooaQ+7uqgD/CNm8RAp+8AJ4uKEuOyBU7RREuI5U82qrC/tSKtgCfau5c
qHR1M4o/Dk9xkMR9bMr0bfI=
=uPU5
-----END PGP SIGNATURE-----


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

7 réponses

Avatar
Michael EDLICH
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

précision, depuis j'ai installé nvidia-glx-legacy:

# aptitude install nvidia-glx-legacy
et mainteant glx info ou glxgears ne marche plus :-( (meme apres reboot
ou réinstall de mesa-utils)
visiblement ca touche tout ce qui utilise la 3D

$ glxgears
Erreur de segmentation
$ glxinfo
Erreur de segmentation
# 3ddeskd
Erreur de segmentation
$ frozen-bubble
Erreur de segmentation

une idée ?



Michael EDLICH wrote:
Bonjour,

je n'arrive pas a activer le direct rendering de ma carte Nvidia
Pouvez vous me donner des pistes, j'ai cherché un peu partout, je ne
vois pas ou je pèche...

Merci d'avance,

michael.

voici quelques infos:

# lsmod|grep nvidia
nvidia 4551988 12
nvidia_agp 7452 0
agpgart 32076 3 nvidia,nvidia_agp,intel_agp
i2c_core 19840 2 nvidia,i2c_i801

# xdpyinfo |grep GLX
GLX
NV-GLX

# cat /proc/driver/nvidia/agp/status
Status: Enabled
Driver: AGPGART
AGP Rate: 8x
Fast Writes: Enabled
SBA: Enabled

# cat /proc/driver/nvidia/agp/card
Fast Writes: Supported
SBA: Supported
AGP Rates: 8x 4x
Registers: 0x1f000e1b:0x1f004312

# cat /proc/driver/nvidia/agp/host-bridge
Host Bridge: PCI device 8086:2570
Fast Writes: Supported
SBA: Supported
AGP Rates: 8x 4x
Registers: 0x1f004a1b:0x00000b12


# glxinfo
direct rendering: No
server glx vendor string: NVIDIA Corporation


# cat /etc/X11/xorg.conf

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

Section "Files"

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

Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "dbe"
Load "v4l"
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"
EndSection

Section "Monitor"
Identifier "StudioWorks"
Option "DPMS"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"
Option "DPMS"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "NvAGP" "3"
Option "AllowGLXWithComposit" "true"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "StudioWorks"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEoosS+7uqgD/CNm8RAmlLAJ429UXGyd5Q/S1UNF+QRvy4kpCrFwCgiGBW
SAx53I4ljaKW05W+jIaZGcs =UvYn
-----END PGP SIGNATURE-----


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Didier Raboud
--nextPart1368016.cO4utu9k0J
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Le mercredi 28 juin 2006 15:58, Michael EDLICH a écrit :
précision, depuis j'ai installé nvidia-glx-legacy:

# aptitude install nvidia-glx-legacy
et mainteant glx info ou glxgears ne marche plus :-( (meme apres reboot
ou réinstall de mesa-utils)
visiblement ca touche tout ce qui utilise la 3D
(...)
une idée ?
(...)
> voici quelques infos:
> (...)
> # cat /etc/X11/xorg.conf
>
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Default Screen" 0 0
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> EndSection
>
> Section "Files"
>
> # path to defoma fonts
> FontPath "/usr/share/fonts/X11/misc"
> FontPath "/usr/X11R6/lib/X11/fonts/misc"
> FontPath "/usr/share/fonts/X11/cyrillic"
> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/Type1"
> FontPath "/usr/X11R6/lib/X11/fonts/Type1"
> FontPath "/usr/share/fonts/X11/100dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
> FontPath "/usr/share/fonts/X11/75dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
>
> Section "Module"
> Load "bitmap"
> Load "ddc"
> Load "extmod"
> Load "freetype"
> Load "glx"
> Load "int10"
> Load "type1"
> Load "vbe"
> Load "dbe"
> Load "v4l"
> 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"
> EndSection
>
> Section "Monitor"
> Identifier "StudioWorks"
> Option "DPMS"
> EndSection
>
> Section "Device"
> Identifier "Carte vidéo générique"
> Driver "nvidia"



Essaie de virer de ici :
---------
> Option "DPMS"
> Option "NoLogo" "1"
> Option "RenderAccel" "1"
> Option "NvAGP" "3"
> Option "AllowGLXWithComposit" "true"


---------
À là (Composite avec «e»).

> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "Carte vidéo générique"
> Monitor "StudioWorks"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection



Enlève aussi les extensions (tu rajouteras après, si ça joue)...

> Section "Extensions"
> Option "Composite" "Enable"
> Option "RENDER" "Enable"
> EndSection




T'as quoi dans /var/log/Xorg.0.log ?

$ grep (EE) /var/log/Xorg.0.log
$ grep (WW) /var/log/Xorg.0.log

++, Didier

--nextPart1368016.cO4utu9k0J
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEoq0qwW1nnOmiePARAnTRAJ9wydIMcLw4JE+XdGcP1SDVBp58GwCdH/kT
mAS6J+9O5Dz7m2bhfyZFhoA =Rrmw
-----END PGP SIGNATURE-----

--nextPart1368016.cO4utu9k0J--


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Hugues LARRIVE
Didier Raboud a écrit :
Le mercredi 28 juin 2006 15:58, Michael EDLICH a écrit :

précision, depuis j'ai installé nvidia-glx-legacy:

# aptitude install nvidia-glx-legacy
et mainteant glx info ou glxgears ne marche plus :-( (meme apres reboot
ou réinstall de mesa-utils)
visiblement ca touche tout ce qui utilise la 3D
(...)
une idée ?
(...)





Oui, réinstall nvidia-glx, et le module qui va avec, les versions legacy
c'est pour les vieilles cartes genre Riva...
C'est quoi comme carte (lspci) ?

voici quelques infos:
(...)
# cat /etc/X11/xorg.conf

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

Section "Files"

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

Section "Module"







il faudrait peut-être mettre Load "dri" (=direct rendering) ça devrait
aider ;)
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "dbe"
Load "v4l"
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"
EndSection

Section "Monitor"
Identifier "StudioWorks"
Option "DPMS"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"






Essaie de virer de ici :
---------

Option "DPMS"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "NvAGP" "3"
Option "AllowGLXWithComposit" "true"





---------
À là (Composite avec «e»).


EndSection

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






Enlève aussi les extensions (tu rajouteras après, si ça joue)...


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







T'as quoi dans /var/log/Xorg.0.log ?

$ grep (EE) /var/log/Xorg.0.log
$ grep (WW) /var/log/Xorg.0.log

++, Didier



Pour le reste je suis d'accord avec didier...

Tu cherches à faire quoi au juste ? si c'est pour installer xgl / compiz
je peux approfondir un peu,
je l'ai installé avec succès sur 5 machines en etch équipés de carte
nvidia (geforce2, geforce4, et 7800gtx).
C'est vraiment magnifique, je suis accro !

@+


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Didier Raboud
--nextPart2519627.3bRMNvCPmX
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Le mercredi 28 juin 2006 19:50, Hugues LARRIVE a écrit :
(...)
>>> Section "Module"

il faudrait peut-être mettre Load "dri" (=direct rendering) ça de vrait
aider ;)



NON !

/usr/share/doc/nvidia-glx/README.Debian
------------------------------------------------------------------------- ----------------------------
Using the nvidia X driver requires some user modification.
(...)
Minimum requirements:
In Section "Module"
add Load "glx"
remove Load "dri"
remove Load "GLcore"
In Section "Device"
Change Driver "nv" to Driver "nvidia"

See /usr/share/doc/nvidia-glx/README.gz and
/usr/share/doc/nvidia-glx/examples/XF86Config.sample.gz
for descriptions of all supported options.
Appendix F: CONFIGURING AGP is an important section.
(...)
Also note all users using GLX must be in group video. (i.e. adduser <user>
video)
------------------------------------------------------------------------- ----------------------------

À lire donc (c'est en anglais lisible...)

@+, Didier

--nextPart2519627.3bRMNvCPmX
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEospkwW1nnOmiePARAtC4AJ9VCZBBMnlfXEg5XYUzLfWCkwS4kgCglSAn
z37mr9EB3Ui9wAiI0/qNH1U =HNza
-----END PGP SIGNATURE-----

--nextPart2519627.3bRMNvCPmX--


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Michael
Bonjour et merci pour vos réponses,

Donc,

# lspci
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX
4000 AGP 8x]


# Xorg.0.log

(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7174
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
...
...
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX
module. If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 4000 at PCI:1:0:0
...
...
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "AllowGLXWithComposit" is not used
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
error opening security policy file /etc/X11/xserver/SecurityPolicy


Je suis assez interessé par compiz, bien que ma carte soit pas terrible,
pour le moment je cherche à faire marcher l'accélération 3D apreès on
verra :-)

L'analyse des logs montre bien une erreur.... que je suis incapable
d'interpréter :-( ....

Merci pour votre aide !

Michael.




Hugues LARRIVE wrote:
Didier Raboud a écrit :
Le mercredi 28 juin 2006 15:58, Michael EDLICH a écrit :

précision, depuis j'ai installé nvidia-glx-legacy:

# aptitude install nvidia-glx-legacy
et mainteant glx info ou glxgears ne marche plus :-( (meme apres reboot
ou réinstall de mesa-utils)
visiblement ca touche tout ce qui utilise la 3D
(...)
une idée ?
(...)





Oui, réinstall nvidia-glx, et le module qui va avec, les versions legacy
c'est pour les vieilles cartes genre Riva...
C'est quoi comme carte (lspci) ?

voici quelques infos:
(...)
# cat /etc/X11/xorg.conf

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

Section "Files"

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

Section "Module"







il faudrait peut-être mettre Load "dri" (=direct rendering) ça devrait
aider ;)
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "dbe"
Load "v4l"
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"
EndSection

Section "Monitor"
Identifier "StudioWorks"
Option "DPMS"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"






Essaie de virer de ici :
---------

Option "DPMS"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "NvAGP" "3"
Option "AllowGLXWithComposit" "true"





---------
À là (Composite avec «e»).


EndSection

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






Enlève aussi les extensions (tu rajouteras après, si ça joue)...


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







T'as quoi dans /var/log/Xorg.0.log ?

$ grep (EE) /var/log/Xorg.0.log
$ grep (WW) /var/log/Xorg.0.log

++, Didier



Pour le reste je suis d'accord avec didier...

Tu cherches à faire quoi au juste ? si c'est pour installer xgl / compiz
je peux approfondir un peu,
je l'ai installé avec succès sur 5 machines en etch équipés de carte
nvidia (geforce2, geforce4, et 7800gtx).
C'est vraiment magnifique, je suis accro !

@+






--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Didier Raboud
--nextPart5541855.M8LerJ84s6
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Le jeudi 29 juin 2006 12:34, Michael a écrit :
Bonjour et merci pour vos réponses,

Donc,

# lspci
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX
4000 AGP 8x]


# Xorg.0.log

(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7174
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
...
...
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX
module. If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 4000 at PCI:1:0:0
...
...
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "AllowGLXWithComposit" is not used
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
error opening security policy file /etc/X11/xserver/SecurityPolicy


Je suis assez interessé par compiz, bien que ma carte soit pas terrible,
pour le moment je cherche à faire marcher l'accélération 3D apreè s on
verra :-)

L'analyse des logs montre bien une erreur.... que je suis incapable
d'interpréter :-( ....

Merci pour votre aide !

Michael.




> Didier Raboud a écrit :
>>
>> Essaie de virer de ici :
>> ---------
>>
>>>> Option "DPMS"
>>>> Option "NoLogo" "1"
>>>> Option "RenderAccel" "1"
>>>> Option "NvAGP" "3"
>>>> Option "AllowGLXWithComposit" "true"
>>
>> ---------
>> À là (Composite avec «e»).



Et je le répète...

Remplace ta Section "Device" par celle-là :

Section "Device"
Identifier     "Carte vidéo générique"
Driver         "nvidia"
EndSection

Et si ça ne marche toujours pas (pas de logo Nvidia au démarrage), essa ye :

# dpkg-reconfigure xserver-xorg

Salutations,

Didier

--nextPart5541855.M8LerJ84s6
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEo7sQwW1nnOmiePARAo9gAJ9FH7lRLjC0MwNL8CyT1Rxskl1UBQCgnybf
da2P02OfOvrc5S+5SqRBjJc =6PqO
-----END PGP SIGNATURE-----

--nextPart5541855.M8LerJ84s6--


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Michael
Didier Raboud wrote:
Le jeudi 29 juin 2006 12:34, Michael a écrit :
Bonjour et merci pour vos réponses,

Donc,

# lspci
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX
4000 AGP 8x]


# Xorg.0.log

(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7174
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
...
...
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX
module. If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 4000 at PCI:1:0:0
...
...
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "AllowGLXWithComposit" is not used
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
error opening security policy file /etc/X11/xserver/SecurityPolicy


Je suis assez interessé par compiz, bien que ma carte soit pas terrible,
pour le moment je cherche à faire marcher l'accélération 3D apreès on
verra :-)

L'analyse des logs montre bien une erreur.... que je suis incapable
d'interpréter :-( ....

Merci pour votre aide !

Michael.




Didier Raboud a écrit :
Essaie de virer de ici :
---------

Option "DPMS"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "NvAGP" "3"
Option "AllowGLXWithComposit" "true"




---------
À là (Composite avec «e»).







Et je le répète...

Remplace ta Section "Device" par celle-là :

Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"
EndSection

Et si ça ne marche toujours pas (pas de logo Nvidia au démarrage), essaye :

# dpkg-reconfigure xserver-xorg

Salutations,

Didier



Merci didier pour la réponse,
J'ai testé tes deux solutions,
le logo nvidia apparait bien au démarrage,
j'ai un nouveau soucis:

:~$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
:~$ 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

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
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x5d 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None


log de X:
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"

(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX
module. If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.

(II) Initializing built-in extension XEVIE
error opening security policy file /etc/X11/xserver/SecurityPolicy

une idée ?

michael.


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact