bonsoir,
J´ai une gentoo amd64, xorg, kde 3.4.1 et une carte pc portable 5650 go nvidia
je fais:
emerge nvidia-glx
modprobe nvidia
modules-update
opengl-update nvidia
en modifian le fichier xorg . .. nv---nvidia, load glx #load dri
et j´obtien ce message derreur:
( ww) nvidia chipset " geforce fx 5650" in device section " nvidia0" isn´t valid for this driver
voila mon le message de / var/log/Xorg.0 :
"
( II) Loading font Type1
( II) Loading font CID
( II) LoadModule: " freetype"
( II) Loading / usr/lib64/modules/fonts/libfreetype.so
( II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
( II) Loading font FreeType
( II) LoadModule: " nvidia"
( II) Loading / usr/lib64/modules/drivers/nvidia_drv.o
( II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7664
Module class: XFree86 Video Driver
( II) LoadModule: " mouse"
( II) Loading / usr/lib64/modules/input/mouse_drv.o
( II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
( II) LoadModule: " kbd"
( II) Loading / usr/lib64/modules/input/kbd_drv.o
( II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
( II) NVIDIA X Driver 1.0-7664 Wed May 25 22:16:36 PDT 2005
( II) NVIDIA Unified Driver for all NVIDIA GPUs
( II) Primary Device is: PCI 01:00:0
( WW) NVIDIA: Chipset " GeForce FX Go5650" in Device section " nvidia0" isn´t valid for this driver
( EE) No devices detected.
Fatal server error:
no screens found
"
voila mon / etc/X11/xorg.conf:
"
Section " ServerLayout"
Identifier " Server Layout"
Screen " Screen0"
InputDevice " Mouse0" " CorePointer"
InputDevice " Keyboard0" " CoreKeyboard"
EndSection
Section " Files"
RgbPath " /usr/lib64/X11/rgb"
ModulePath " /usr/lib64/modules"
FontPath " /usr/share/fonts/misc/"
FontPath " /usr/share/fonts/TTF/"
FontPath " /usr/share/fonts/Type1/"
FontPath " /usr/share/fonts/CID/"
FontPath " /usr/share/fonts/75dpi/"
FontPath " /usr/share/fonts/100dpi/"
EndSection
Section " Module"
Load " extmod"
Load " dbe"
Load " record"
Load " xtrap"
Load " glx"
Load " type1"
Load " freetype"
EndSection
Section " InputDevice"
Identifier " Keyboard0"
Driver " kbd"
EndSection
Section " InputDevice"
Identifier " Mouse0"
Driver " mouse"
Option " Protocol" " PS/2"
Option " Device" " /dev/input/mouse0"
EndSection
Section " InputDevice"
Identifier " Keyboard0"
Driver " keyboard"
Option " XkbModel" " pc101"
Option " XkbLayout" " us"
EndSection
Section " Monitor"
Identifier " LCD"
HorizSync 31.5 - 91.1
VertRefresh 50.0 - 70.0
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 " SWcursor" # [<bool>]
#Option " HWcursor" # [<bool>]
#Option " NoAccel" # [<bool>]
#Option " ShadowFB" # [<bool>]
#Option " UseFBDev" # [<bool>]
#Option " Rotate" # [<str>]
#Option " VideoKey" # < i>
#Option " FlatPanel" # [<bool>]
#Option " FPDither" # [<bool>]
#Option " CrtcNumber" # < i>
#Option " FPScale" # [<bool>]
#Option " FPTweak" # < i>
Identifier " nvidia0"
Driver " nvidia"
Option " NvAGP" " 1"
VendorName " nVidia Corporation"
BoardName " GeForce FX Go5650"
ChipSet " GeForce FX Go5650"
Card " GeForce FX Go5650"
BusID " PCI:1:0:0"
EndSection
Section " Screen"
Identifier " Screen0"
Device " nvidia0"
Monitor " LCD"
DefaultDepth 24
SubSection " Display"
Viewport 0 0
Depth 24
Modes " 1400x1050"
EndSubSection
EndSection
"