Salut à tous ! Encore un boulet qui comprend rien à comment marchent les drivers sous linux !
J’ai un notebook asus R409L avec une carte graphique nvidia 820M .
J’ai installé debian avec le DVD “complet” (la dernière version dispo sur le site).
Mon problème est que je n’arrive pas à installer le driver propriétaire de nvidia.
Voici mon xorg.conf actuellement avec le driver libre :
[code]# nvidia-xconfig: X configuration file generated by nvidia-xconfig
nvidia-xconfig: version 346.35 (buildmeister@swio-display-x86-rhel47-09) Sat Jan 10 21:58:11 PST 2015
Section “ServerLayout”
Identifier “X.org Configured”
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” “CorePointer”
InputDevice “Keyboard0” “CoreKeyboard”
EndSection
Section “Files”
ModulePath “/usr/lib/xorg/modules”
FontPath “/usr/share/fonts/X11/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/share/fonts/X11/100dpi”
FontPath “/usr/share/fonts/X11/75dpi”
FontPath “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
FontPath “built-ins”
EndSection
Section “Module”
Load “record”
Load “dbe”
Load “dri2”
Load “extmod”
Load “glx”
EndSection
Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
EndSection
Section “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/input/mice”
Option “ZAxisMapping” “4 5 6 7”
EndSection
Section “Monitor”
Identifier “Monitor0”
VendorName “Monitor Vendor”
ModelName “Monitor Model”
EndSection
Section “Device”
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card0"
Driver "fbdev"
BusID "4:00:00"
EndSection
Section “Screen”
Identifier “Screen0”
Device “Card0”
Monitor “Monitor0”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 1
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 4
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 8
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 15
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 16
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection
[/code]
Seulement dès que je met
Driver "nvidia"
ou
Driver "nv"
au lieu de
Driver "fbdev"
j’ai un écran noir quand je lance x mais pas d’erreur.
J’ai l’erreur “no screen found” si je met en driver nvidia et que j’enlève
BusID "4:00:00"
Voici le log de ladite erreur dans /etc/X11/xorg.0.log:
[code][ 339.886]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 339.893] X Protocol Version 11, Revision 0
[ 339.896] Build Operating System: Linux 3.16-2-amd64 x86_64 Debian
[ 339.897] Current Operating System: Linux hector-debian 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1 x86_64
[ 339.897] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=b48180d7-a805-4d30-a7ef-d01ba7e146c7 ro quiet
[ 339.898] Build Date: 09 December 2014 09:12:48PM
[ 339.899] xorg-server 2:1.12.4-6+deb7u5 (Moritz Muehlenhoff jmm@debian.org)
[ 339.900] Current version of pixman: 0.26.0
[ 339.901] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 339.901] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 339.904] (==) Log file: “/var/log/Xorg.0.log”, Time: Sun Jan 25 14:44:54 2015
[ 339.905] (==) Using config directory: “/etc/X11/xorg.conf.d”
[ 339.906] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[ 339.906] (==) No Layout section. Using the first Screen section.
[ 339.906] (==) No screen section available. Using defaults.
[ 339.906] () |–>Screen “Default Screen Section” (0)
[ 339.906] () | |–>Monitor “”
[ 339.906] (==) No device specified for screen “Default Screen Section”.
Using the first device section listed.
[ 339.906] () | |–>Device “My GPU”
[ 339.906] (==) No monitor specified for screen “Default Screen Section”.
Using a default monitor configuration.
[ 339.906] (==) Automatically adding devices
[ 339.906] (==) Automatically enabling devices
[ 339.906] (WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
[ 339.906] Entry deleted from font path.
[ 339.906] (WW) The directory “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType” does not exist.
[ 339.906] Entry deleted from font path.
[ 339.906] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 339.906] (==) ModulePath set to “/usr/lib/xorg/modules”
[ 339.906] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 339.906] (II) Loader magic: 0x7fe895e28ae0
[ 339.906] (II) Module ABI versions:
[ 339.906] X.Org ANSI C Emulation: 0.4
[ 339.906] X.Org Video Driver: 12.1
[ 339.906] X.Org XInput driver : 16.0
[ 339.906] X.Org Server Extension : 6.0
[ 339.907] (–) PCI:*(0:0:2:0) 8086:0a16:1043:13fd rev 11, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 339.907] (–) PCI: (0:4:0:0) 10de:1140:1043:227a rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x???/524288
[ 339.907] (II) Open ACPI successful (/var/run/acpid.socket)
[ 339.907] (II) LoadModule: “extmod”
[ 339.907] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 339.907] (II) Module extmod: vendor=“X.Org Foundation”
[ 339.907] compiled for 1.12.4, module version = 1.0.0
[ 339.907] Module class: X.Org Server Extension
[ 339.907] ABI class: X.Org Server Extension, version 6.0
[ 339.907] (II) Loading extension SELinux
[ 339.907] (II) Loading extension MIT-SCREEN-SAVER
[ 339.907] (II) Loading extension XFree86-VidModeExtension
[ 339.907] (II) Loading extension XFree86-DGA
[ 339.907] (II) Loading extension DPMS
[ 339.907] (II) Loading extension XVideo
[ 339.907] (II) Loading extension XVideo-MotionCompensation
[ 339.907] (II) Loading extension X-Resource
[ 339.907] (II) LoadModule: “dbe”
[ 339.907] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 339.907] (II) Module dbe: vendor=“X.Org Foundation”
[ 339.907] compiled for 1.12.4, module version = 1.0.0
[ 339.907] Module class: X.Org Server Extension
[ 339.907] ABI class: X.Org Server Extension, version 6.0
[ 339.907] (II) Loading extension DOUBLE-BUFFER
[ 339.907] (II) LoadModule: “glx”
[ 339.907] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 339.914] (II) Module glx: vendor=“NVIDIA Corporation”
[ 339.914] compiled for 4.0.2, module version = 1.0.0
[ 339.914] Module class: X.Org Server Extension
[ 339.914] (II) NVIDIA GLX Module 304.125 Mon Dec 1 20:22:48 PST 2014
[ 339.914] (II) Loading extension GLX
[ 339.914] (II) LoadModule: “record”
[ 339.915] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 339.915] (II) Module record: vendor=“X.Org Foundation”
[ 339.915] compiled for 1.12.4, module version = 1.13.0
[ 339.915] Module class: X.Org Server Extension
[ 339.915] ABI class: X.Org Server Extension, version 6.0
[ 339.915] (II) Loading extension RECORD
[ 339.915] (II) LoadModule: “dri”
[ 339.915] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 339.915] (II) Module dri: vendor=“X.Org Foundation”
[ 339.915] compiled for 1.12.4, module version = 1.0.0
[ 339.915] ABI class: X.Org Server Extension, version 6.0
[ 339.915] (II) Loading extension XFree86-DRI
[ 339.915] (II) LoadModule: “dri2”
[ 339.915] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 339.915] (II) Module dri2: vendor=“X.Org Foundation”
[ 339.915] compiled for 1.12.4, module version = 1.2.0
[ 339.915] ABI class: X.Org Server Extension, version 6.0
[ 339.915] (II) Loading extension DRI2
[ 339.915] (II) LoadModule: “nvidia”
[ 339.915] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 339.915] (II) Module nvidia: vendor=“NVIDIA Corporation”
[ 339.915] compiled for 4.0.2, module version = 1.0.0
[ 339.915] Module class: X.Org Video Driver
[ 339.915] (II) NVIDIA dlloader X Driver 304.125 Mon Dec 1 20:00:30 PST 2014
[ 339.915] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 339.915] (–) using VT number 7
[ 339.918] (EE) No devices detected.
[ 339.918]
Fatal server error:
[ 339.918] no screens found
[ 339.918]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 339.918] Please also check the log file at “/var/log/Xorg.0.log” for additional information.
[ 339.918] [/code]
Je précise que j’ai installé le driver proprio via les paquets officiels et trois éexécutables différents du site et que dans tous les cas ça a pas marché (même en utilisant nvidia-xconfigure) (et oui j’ai supprimé l’un avant de rajouter l’autre).
Donc voilà ça m’emmerde un peu : j’aimerais bien utiliser le driver propriétaire car là j’ai un affichage dégueu notamment avec ma souris qui disparaît sans raison, et je pense que passer sur le driver proprio pourrait résoudre le problème !
Merci d’avance pour vos réponses des gros bisous
EDIT: Ma version du noyau est 3.2.0-4-amd64
EDIT2: J’ai aussi oublié mon lspci #boulet
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Device 0a0c (rev 0b)
00:04.0 Signal processing controller: Intel Corporation Device 0a03 (rev 0b)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 (rev e4)
00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 4 (rev e4)
00:1c.4 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation Lynx Point-LP USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
02:00.0 Ethernet controller: Atheros Communications Inc. Device 10a1 (rev 10)
03:00.0 Network controller: Ralink corp. Device 3290
03:00.1 Bluetooth: Ralink corp. Device 3298
04:00.0 3D controller: NVIDIA Corporation Device 1140 (rev a1)