You are not logged in.
Pages: 1
Hello,
I am desperately trying to install xorg, and getting it to work on a Dell inspiron 7720se :
lspci | grep VGA gives me :
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller : NVIDIA Corporation GK107M [GeForce GT 650M] (rev a1)My current configuration file /etc/X11/xorg.conf.d/20-nvidia.conf contains :
Section "Device"
Identifier "Nvidia Card"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSectionthe busid line is there because it complains about not being able to find the device.
and here is the log file (Xorg.0.log):
[ 79.848]
X.Org X Server 1.16.3
Release Date: 2014-12-20
[ 79.848] X Protocol Version 11, Revision 0
[ 79.848] Build Operating System: Linux 3.18.1-1-ARCH x86_64
[ 79.848] Current Operating System: Linux Scriptor-Laptop 3.18.2-2-ARCH #1 SMP PREEMPT Fri Jan 9 07:37:51 CET 2015 x86_64
[ 79.848] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d69b28c3-b795-43af-a568-19e5d32259f8 rw quiet
[ 79.848] Build Date: 29 December 2014 01:09:58PM
[ 79.848]
[ 79.848] Current version of pixman: 0.32.6
[ 79.849] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 79.849] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 79.849] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 23 15:40:51 2015
[ 79.849] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 79.849] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 79.849] (==) No Layout section. Using the first Screen section.
[ 79.850] (==) No screen section available. Using defaults.
[ 79.850] (**) |-->Screen "Default Screen Section" (0)
[ 79.850] (**) | |-->Monitor "<default monitor>"
[ 79.850] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 79.850] (**) | |-->Device "Nvidia Card"
[ 79.850] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 79.850] (==) Automatically adding devices
[ 79.850] (==) Automatically enabling devices
[ 79.850] (==) Automatically adding GPU devices
[ 79.850] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[ 79.850] Entry deleted from font path.
[ 79.850] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[ 79.850] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 79.850] Entry deleted from font path.
[ 79.850] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 79.850] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 79.850] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 79.850] (II) Loader magic: 0x818d80
[ 79.850] (II) Module ABI versions:
[ 79.850] X.Org ANSI C Emulation: 0.4
[ 79.850] X.Org Video Driver: 18.0
[ 79.850] X.Org XInput driver : 21.0
[ 79.850] X.Org Server Extension : 8.0
[ 79.853] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 79.853] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 79.854] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[ 79.854] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 79.855] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[ 79.856] (--) PCI:*(0:0:2:0) 8086:0166:1028:0578 rev 9, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
[ 79.856] (--) PCI: (0:1:0:0) 10de:0fd1:1028:0578 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
[ 79.857] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 79.857] (II) LoadModule: "glx"
[ 79.857] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 79.858] (II) Module glx: vendor="X.Org Foundation"
[ 79.858] compiled for 1.16.3, module version = 1.0.0
[ 79.858] ABI class: X.Org Server Extension, version 8.0
[ 79.858] (==) AIGLX enabled
[ 79.858] (II) LoadModule: "nvidia"
[ 79.858] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 79.859] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 79.859] compiled for 4.0.2, module version = 1.0.0
[ 79.859] Module class: X.Org Video Driver
[ 79.859] (II) NVIDIA dlloader X Driver 346.35 Sat Jan 10 20:32:18 PST 2015
[ 79.859] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 79.859] (++) using VT number 2
[ 79.859] (--) controlling tty is VT number 2, auto-enabling KeepTty
[ 79.859] (II) Loading sub module "fb"
[ 79.859] (II) LoadModule: "fb"
[ 79.859] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 79.860] (II) Module fb: vendor="X.Org Foundation"
[ 79.860] compiled for 1.16.3, module version = 1.0.0
[ 79.860] ABI class: X.Org ANSI C Emulation, version 0.4
[ 79.860] (II) Loading sub module "wfb"
[ 79.860] (II) LoadModule: "wfb"
[ 79.860] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 79.860] (II) Module wfb: vendor="X.Org Foundation"
[ 79.860] compiled for 1.16.3, module version = 1.0.0
[ 79.860] ABI class: X.Org ANSI C Emulation, version 0.4
[ 79.860] (II) Loading sub module "ramdac"
[ 79.860] (II) LoadModule: "ramdac"
[ 79.860] (II) Module "ramdac" already built-in
[ 79.861] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 79.861] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 79.861] (==) NVIDIA(0): RGB weight 888
[ 79.861] (==) NVIDIA(0): Default visual is TrueColor
[ 79.861] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 79.861] (**) NVIDIA(0): Enabling 2D acceleration
[ 79.861] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 79.861] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 79.861] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 79.861] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 79.861] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 80.010] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 80.012] (II) NVIDIA(0): NVIDIA GPU GeForce GT 650M (GK107) at PCI:1:0:0 (GPU-0)
[ 80.012] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 80.012] (--) NVIDIA(0): VideoBIOS: 80.07.35.00.0c
[ 80.012] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 80.018] (--) NVIDIA(0): Valid display device(s) on GeForce GT 650M at PCI:1:0:0
[ 80.018] (--) NVIDIA(0): CRT-0
[ 80.018] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 80.018] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0.
[ 80.018] (EE) NVIDIA(0): Set AllowEmptyInitialConfiguration if you want the server
[ 80.018] (EE) NVIDIA(0): to start anyway
[ 80.042] (EE) NVIDIA(0): Failing initialization of X screen 0
[ 80.042] (II) UnloadModule: "nvidia"
[ 80.042] (II) UnloadSubModule: "wfb"
[ 80.042] (II) UnloadSubModule: "fb"
[ 80.042] (EE) Screen(s) found, but none have a usable configuration.
[ 80.042] (EE)
Fatal server error:
[ 80.042] (EE) no screens found(EE)
[ 80.042] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 80.042] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 80.042] (EE)
[ 80.049] (EE) Server terminated with error (1). Closing log file.I have tried with and without bumblebee, with no success, and the same with and without the nouveau driver.
Everytime I get stuck at the screen displaying :
systemd-fsck[268]: /devsdb1 : clean ... Thank you in advance for any help hoping the information was sufficient enough
Offline
Pages: 1