Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Nvidia] RENDER acceleration (EE) Failed [1/2resolu]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
apocryphe
n00b
n00b


Joined: 03 Jul 2005
Posts: 59
Location: 78 - Pres de Saint Germain

PostPosted: Fri Mar 31, 2006 9:46 pm    Post subject: [Nvidia] RENDER acceleration (EE) Failed [1/2resolu] Reply with quote

Bonsoirs,

Visiblement je ne dois pas etre le seul a avoir ce souci:
J'ai un amd64, avec les driver proprio nvidia, et xorg7

Log de X
Quote:

(**) NVIDIA(0): Enabling experimental 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.


par voie de consequence, je ne peux donc pu jouer a enemy teritory ;)
Quote:

23:44:30 ~ # glxinfo
name of 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
----------------------------------------------------------------------
0x23 24 tc 0 -1 0 r y . -1 -1 0 0 0 16 0 0 0 0 0 0 0 None
0x24 24 tc 0 -1 0 r y . -1 -1 0 0 0 16 8 16 16 16 0 0 0 None
0x25 24 tc 0 -1 0 r y . -1 -1 8 0 0 16 8 16 16 16 16 0 0 None
0x26 24 tc 0 -1 0 r . . -1 -1 8 0 0 16 8 16 16 16 16 0 0 None
0x27 24 dc 0 -1 0 r y . -1 -1 0 0 0 16 0 0 0 0 0 0 0 None
0x28 24 dc 0 -1 0 r y . -1 -1 0 0 0 16 8 16 16 16 0 0 0 None
0x29 24 dc 0 -1 0 r y . -1 -1 8 0 0 16 8 16 16 16 16 0 0 None
0x2a 24 dc 0 -1 0 r . . -1 -1 8 0 0 16 8 16 16 16 16 0 0 None


Quote:

23:41:02 ~ # glxgears
Error: couldn't get an RGB, Double-buffered visual


Je tiens a dire, que je n'avais pas ce Pb il y a 2/3 semaine alors que j'utilise xorg7... donc c est un souci qui est aparu apres une maj...

mon xorg.conf:
Quote:

00:01:16 ~ # cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen"
InputDevice "Mouse" "SendCoreEvents"
InputDevice "Touchpad" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
Option "OffTime" "4"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection

Section "Module"
Load "synaptics"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
EndSection

Section "InputDevice"
Driver "synaptics"
Identifier "Touchpad"
Option "Device" "/dev/input/event2"
Option "Protocol" "event"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "BottomEdge" "1800"
Option "TopEdge" "3900"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "133"
Option "MinSpeed" "0.15"
Option "MaxSpeed" "0.36"
Option "AccelFactor" "0.0023"
Option "SHMConfig" "on"
EndSection

Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "LCD"
HorizSync 31.5 - 91.1
VertRefresh 50.0 - 100.0
Option "DPMS"
EndSection

Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV31M [GeForce FX Go5650]"
BusID "PCI:1:0:0"
VideoRam 65536
Option "NoLogo" "true"
Option "UseEdidDpi" "FALSE"
Option "RenderAccel" "true"
# Option "backingstore" "true"
# Option "RandRRotation" "true"
# Option "AllowGLXWithComposite" "True"
EndSection

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

Section "Screen"
Identifier "Screen"
Device "nvidia"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050"
EndSubSection
EndSection


merci
_________________
Laptop Dell Inspiron 1520
Intel Core2Duo T7250 - GM965 - 4 Go 667MHz DDR2 - Nvidia 8400 GS (256MiB) - BCM4401- iwlwifi3945 - SD R5C822
~amd64 - GCC 4.4.1 - XFS ahci officiel 2.6.30.4 - Xorg 1.6.2 - kde 4.3 - Nvidia 190.18 - WSXGA+ (1680x1050)


Last edited by apocryphe on Fri Mar 31, 2006 10:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Fri Mar 31, 2006 10:33 pm    Post subject: Re: [Nvidia] RENDER acceleration (EE) NVIDIA(0): Failed Reply with quote

T'as essayé de faire un
Code:
eselect opengl set nvidia
?
Back to top
View user's profile Send private message
apocryphe
n00b
n00b


Joined: 03 Jul 2005
Posts: 59
Location: 78 - Pres de Saint Germain

PostPosted: Fri Mar 31, 2006 10:43 pm    Post subject: Reply with quote

Ey
of course


bon ba j ai decommente les composite... de mon xorg et la le render remarche

vous avez dis mystique... hum
_________________
Laptop Dell Inspiron 1520
Intel Core2Duo T7250 - GM965 - 4 Go 667MHz DDR2 - Nvidia 8400 GS (256MiB) - BCM4401- iwlwifi3945 - SD R5C822
~amd64 - GCC 4.4.1 - XFS ahci officiel 2.6.30.4 - Xorg 1.6.2 - kde 4.3 - Nvidia 190.18 - WSXGA+ (1680x1050)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum