You are not logged in.

#1 2019-02-24 22:31:37

Jekuma
Member
Registered: 2019-02-24
Posts: 7

[SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)

Hello, I've been trying to boot into a desktop environment for many hours now.

I have installed Arch Linux on a MacBookPro 7,1. I have also followed the instructions on https://wiki.archlinux.org/index.php/MacBookPro7,1 specifically the video section that fixes this sort of issue. The instructions linked in that article did help, as I am now at least getting some sort of image before the screen goes black.

I'm trying to install LXDE and I have installed everything from the lxde group. I have also edited  ~/xinitrc to include exec startlxde.

Anyways, as the title says whenever I run startx, xorg starts. But upon starting, it shows the NVIDIA logo for a second or two then the screen just goes black.

However when I type in systemctl reboot, the computer does reboot.

So what have I missed/done wrong?

Last edited by Jekuma (2019-06-14 04:02:54)

Offline

#2 2019-02-24 23:01:18

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)

Please paste your xorg log and your xinitrc.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2019-02-24 23:19:55

Jekuma
Member
Registered: 2019-02-24
Posts: 7

Re: [SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)

How can I from my other computer?

Offline

#4 2019-02-24 23:23:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2019-02-25 00:11:16

Jekuma
Member
Registered: 2019-02-24
Posts: 7

Re: [SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)

Okay this is for .xinitrc:

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login
exec startlxde

and the xorg log:

[  2783.406] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[  2783.407] Build Operating System: Linux Arch Linux
[  2783.407] Current Operating System: Linux jerry 4.20.11-arch2-1-ARCH #1 SMP PREEMPT Fri Feb 22 13:09:33 UTC 2019 x86_64
[  2783.407] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=92ff02d4-cde1-494a-b629-2022568b4148 rw quiet
[  2783.408] Build Date: 25 October 2018  04:42:32PM
[  2783.409]  
[  2783.409] Current version of pixman: 0.38.0
[  2783.410] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2783.410] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2783.413] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 24 18:13:39 2019
[  2783.438] (==) Using config file: "/etc/X11/xorg.conf"
[  2783.439] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2783.503] (==) ServerLayout "Layout0"
[  2783.503] (**) |-->Screen "Screen0" (0)
[  2783.503] (**) |   |-->Monitor "Monitor0"
[  2783.533] (**) |   |-->Device "Device0"
[  2783.534] (**) |-->Input Device "Keyboard0"
[  2783.534] (**) |-->Input Device "Mouse0"
[  2783.534] (==) Automatically adding devices
[  2783.534] (==) Automatically enabling devices
[  2783.534] (==) Automatically adding GPU devices
[  2783.534] (==) Automatically binding GPU devices
[  2783.534] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2783.541] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[  2783.542] 	Entry deleted from font path.
[  2783.542] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[  2783.542] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  2783.542] 	Entry deleted from font path.
[  2783.542] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  2783.542] 	Entry deleted from font path.
[  2783.542] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2783.542] 	Entry deleted from font path.
[  2783.545] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  2783.545] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2783.545] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2783.545] (WW) Disabling Keyboard0
[  2783.546] (WW) Disabling Mouse0
[  2783.546] (II) Module ABI versions:
[  2783.546] 	X.Org ANSI C Emulation: 0.4
[  2783.546] 	X.Org Video Driver: 24.0
[  2783.546] 	X.Org XInput driver : 24.1
[  2783.546] 	X.Org Server Extension : 10.0
[  2783.548] (++) using VT number 1

[  2783.552] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  2783.554] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2783.556] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  2783.560] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  2783.560] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[  2783.563] (--) PCI:*(4@0:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[  2783.563] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2783.563] (II) LoadModule: "glx"
[  2783.574] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  2784.448] (II) Module glx: vendor="NVIDIA Corporation"
[  2784.449] 	compiled for 4.0.2, module version = 1.0.0
[  2784.449] 	Module class: X.Org Server Extension
[  2784.457] (II) NVIDIA GLX Module  340.107  Thu May 24 21:40:32 PDT 2018
[  2784.465] (II) LoadModule: "nvidia"
[  2784.497] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2784.584] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2784.584] 	compiled for 4.0.2, module version = 1.0.0
[  2784.584] 	Module class: X.Org Video Driver
[  2784.592] (II) NVIDIA dlloader X Driver  340.107  Thu May 24 21:18:05 PDT 2018
[  2784.592] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2784.607] (II) Loading sub module "fb"
[  2784.607] (II) LoadModule: "fb"
[  2784.607] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2784.623] (II) Module fb: vendor="X.Org Foundation"
[  2784.623] 	compiled for 1.20.3, module version = 1.0.0
[  2784.623] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2784.623] (WW) Unresolved symbol: fbGetGCPrivateKey
[  2784.623] (II) Loading sub module "wfb"
[  2784.623] (II) LoadModule: "wfb"
[  2784.623] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2784.632] (II) Module wfb: vendor="X.Org Foundation"
[  2784.632] 	compiled for 1.20.3, module version = 1.0.0
[  2784.632] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2784.632] (II) Loading sub module "ramdac"
[  2784.632] (II) LoadModule: "ramdac"
[  2784.632] (II) Module "ramdac" already built-in
[  2784.657] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  2784.657] (==) NVIDIA(0): RGB weight 888
[  2784.657] (==) NVIDIA(0): Default visual is TrueColor
[  2784.657] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2784.657] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  2784.658] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  2784.658] (**) NVIDIA(0): Enabling 2D acceleration
[  2785.243] (II) NVIDIA(0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[  2785.243] (II) NVIDIA(0):     stereo.
[  2785.243] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[  2785.245] (II) NVIDIA(0): NVIDIA GPU GeForce 320M (C89) at PCI:4:0:0 (GPU-0)
[  2785.245] (--) NVIDIA(0): Memory: 262144 kBytes
[  2785.245] (--) NVIDIA(0): VideoBIOS: 70.89.02.00.00
[  2785.249] (--) NVIDIA(0): Valid display device(s) on GeForce 320M at PCI:4:0:0
[  2785.249] (--) NVIDIA(0):     Apple (DFP-0) (boot, connected)
[  2785.249] (--) NVIDIA(0):     DFP-1
[  2785.249] (--) NVIDIA(0):     DFP-2
[  2785.249] (--) NVIDIA(0): Apple (DFP-0): Internal LVDS
[  2785.249] (--) NVIDIA(GPU-0): Apple (DFP-0): 330.0 MHz maximum pixel clock
[  2785.249] (--) NVIDIA(0): DFP-1: Internal TMDS
[  2785.249] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  2785.249] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[  2785.249] (--) NVIDIA(GPU-0): DFP-2: 480.0 MHz maximum pixel clock
[  2785.249] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  2785.249] (**) NVIDIA(0):     device Apple (DFP-0) (Using EDID frequencies has been
[  2785.249] (**) NVIDIA(0):     enabled on all display devices.)
[  2785.250] (==) NVIDIA(0): 
[  2785.250] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  2785.250] (==) NVIDIA(0):     will be used as the requested mode.
[  2785.250] (==) NVIDIA(0): 
[  2785.250] (II) NVIDIA(0): Validated MetaModes:
[  2785.250] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[  2785.250] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[  2786.315] (--) NVIDIA(0): DPI set to (112, 112); computed from "UseEdidDpi" X config
[  2786.315] (--) NVIDIA(0):     option
[  2786.315] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[  2786.331] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2786.331] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2786.331] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2786.331] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2786.331] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2786.331] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2786.331] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2786.331] (II) NVIDIA(0):     Config Options in the README.
[  2786.334] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  2786.800] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2786.800] (==) NVIDIA(0): Backing store enabled
[  2786.800] (==) NVIDIA(0): Silken mouse disabled
[  2786.800] (**) NVIDIA(0): DPMS enabled
[  2786.820] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  2786.820] (II) Loading sub module "dri2"
[  2786.820] (II) LoadModule: "dri2"
[  2786.820] (II) Module "dri2" already built-in
[  2786.820] (II) NVIDIA(0): [DRI2] Setup complete
[  2786.820] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  2786.828] (II) Initializing extension Generic Event Extension
[  2786.828] (II) Initializing extension SHAPE
[  2786.828] (II) Initializing extension MIT-SHM
[  2786.829] (II) Initializing extension XInputExtension
[  2786.829] (II) Initializing extension XTEST
[  2786.829] (II) Initializing extension BIG-REQUESTS
[  2786.830] (II) Initializing extension SYNC
[  2786.830] (II) Initializing extension XKEYBOARD
[  2786.830] (II) Initializing extension XC-MISC
[  2786.830] (II) Initializing extension SECURITY
[  2786.831] (II) Initializing extension XFIXES
[  2786.831] (II) Initializing extension RENDER
[  2786.831] (II) Initializing extension RANDR
[  2786.832] (II) Initializing extension COMPOSITE
[  2786.832] (II) Initializing extension DAMAGE
[  2786.832] (II) Initializing extension MIT-SCREEN-SAVER
[  2786.832] (II) Initializing extension DOUBLE-BUFFER
[  2786.833] (II) Initializing extension RECORD
[  2786.833] (II) Initializing extension DPMS
[  2786.833] (II) Initializing extension Present
[  2786.833] (II) Initializing extension DRI3
[  2786.833] (II) Initializing extension X-Resource
[  2786.834] (II) Initializing extension XVideo
[  2786.834] (II) Initializing extension XVideo-MotionCompensation
[  2786.834] (II) Initializing extension XFree86-VidModeExtension
[  2786.834] (II) Initializing extension XFree86-DGA
[  2786.834] (II) Initializing extension XFree86-DRI
[  2786.834] (II) Initializing extension DRI2
[  2786.835] (II) Initializing extension GLX
[  2786.835] (II) Initializing extension GLX
[  2786.835] (II) Indirect GLX disabled.(II) Initializing extension NV-GLX
[  2786.835] (II) Initializing extension NV-CONTROL
[  2786.835] (II) Initializing extension XINERAMA
[  2787.378] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  2787.378] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2787.378] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2787.378] (II) LoadModule: "libinput"
[  2787.378] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2787.414] (II) Module libinput: vendor="X.Org Foundation"
[  2787.414] 	compiled for 1.20.3, module version = 0.28.2
[  2787.415] 	Module class: X.Org XInput Driver
[  2787.415] 	ABI class: X.Org XInput driver, version 24.1
[  2787.415] (II) Using input driver 'libinput' for 'Power Button'
[  2787.416] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[  2787.416] (**) Power Button: always reports core events
[  2787.416] (**) Option "Device" "/dev/input/event3"
[  2787.419] (**) Option "_source" "server/udev"
[  2787.450] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  2787.450] (II) event3  - Power Button: device is a keyboard
[  2787.450] (II) event3  - Power Button: device removed
[  2787.450] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  2787.450] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2787.451] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  2787.451] (II) event3  - Power Button: device is a keyboard
[  2787.452] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  2787.452] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  2787.452] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2787.452] (II) Using input driver 'libinput' for 'Video Bus'
[  2787.453] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[  2787.453] (**) Video Bus: always reports core events
[  2787.453] (**) Option "Device" "/dev/input/event4"
[  2787.453] (**) Option "_source" "server/udev"
[  2787.454] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  2787.454] (II) event4  - Video Bus: device is a keyboard
[  2787.455] (II) event4  - Video Bus: device removed
[  2787.455] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input4/event4"
[  2787.455] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2787.456] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  2787.456] (II) event4  - Video Bus: device is a keyboard
[  2787.457] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2787.457] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2787.457] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2787.457] (II) Using input driver 'libinput' for 'Power Button'
[  2787.458] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 36 paused 0
[  2787.458] (**) Power Button: always reports core events
[  2787.458] (**) Option "Device" "/dev/input/event1"
[  2787.458] (**) Option "_source" "server/udev"
[  2787.459] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2787.459] (II) event1  - Power Button: device is a keyboard
[  2787.459] (II) event1  - Power Button: device removed
[  2787.459] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  2787.459] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  2787.460] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2787.460] (II) event1  - Power Button: device is a keyboard
[  2787.461] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  2787.461] (II) No input driver specified, ignoring this device.
[  2787.461] (II) This device may have been added with another device file.
[  2787.462] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  2787.462] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  2787.462] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  2787.462] (II) Using input driver 'libinput' for 'Sleep Button'
[  2787.463] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 37 paused 0
[  2787.463] (**) Sleep Button: always reports core events
[  2787.463] (**) Option "Device" "/dev/input/event2"
[  2787.463] (**) Option "_source" "server/udev"
[  2787.464] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  2787.464] (II) event2  - Sleep Button: device is a keyboard
[  2787.464] (II) event2  - Sleep Button: device removed
[  2787.464] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  2787.464] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  2787.465] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  2787.465] (II) event2  - Sleep Button: device is a keyboard
[  2787.466] (II) config/udev: Adding input device Built-in iSight: Built-in iSigh (/dev/input/event10)
[  2787.466] (**) Built-in iSight: Built-in iSigh: Applying InputClass "evdev keyboard catchall"
[  2787.466] (**) Built-in iSight: Built-in iSigh: Applying InputClass "libinput keyboard catchall"
[  2787.466] (II) Using input driver 'libinput' for 'Built-in iSight: Built-in iSigh'
[  2787.468] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[  2787.468] (**) Built-in iSight: Built-in iSigh: always reports core events
[  2787.468] (**) Option "Device" "/dev/input/event10"
[  2787.468] (**) Option "_source" "server/udev"
[  2787.470] (II) event10 - Built-in iSight: Built-in iSigh: is tagged by udev as: Keyboard
[  2787.470] (II) event10 - Built-in iSight: Built-in iSigh: device is a keyboard
[  2787.470] (II) event10 - Built-in iSight: Built-in iSigh: device removed
[  2787.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.1/usb1/1-6/1-6:1.0/input/input10/event10"
[  2787.470] (II) XINPUT: Adding extended input device "Built-in iSight: Built-in iSigh" (type: KEYBOARD, id 10)
[  2787.473] (II) event10 - Built-in iSight: Built-in iSigh: is tagged by udev as: Keyboard
[  2787.473] (II) event10 - Built-in iSight: Built-in iSigh: device is a keyboard
[  2787.474] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event5)
[  2787.474] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[  2787.474] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[  2787.474] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[  2787.476] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 39 paused 0
[  2787.476] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[  2787.476] (**) Option "Device" "/dev/input/event5"
[  2787.476] (**) Option "_source" "server/udev"
[  2787.478] (II) event5  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[  2787.478] (II) event5  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[  2787.479] (II) event5  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[  2787.479] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.0/0003:05AC:0236.0001/input/input5/event5"
[  2787.479] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 11)
[  2787.481] (II) event5  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[  2787.481] (II) event5  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[  2787.483] (II) config/udev: Adding input device bcm5974 (/dev/input/event8)
[  2787.483] (**) bcm5974: Applying InputClass "evdev touchpad catchall"
[  2787.483] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[  2787.483] (**) bcm5974: Applying InputClass "touchpad catchall"
[  2787.483] (**) bcm5974: Applying InputClass "Default clickpad buttons"
[  2787.483] (**) bcm5974: Applying InputClass "Disable clickpad buttons on Apple touchpads"
[  2787.483] (II) LoadModule: "synaptics"
[  2787.483] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2787.484] (II) Module synaptics: vendor="X.Org Foundation"
[  2787.484] 	compiled for 1.20.0, module version = 1.9.1
[  2787.484] 	Module class: X.Org XInput Driver
[  2787.484] 	ABI class: X.Org XInput driver, version 24.1
[  2787.484] (II) Using input driver 'synaptics' for 'bcm5974'
[  2787.490] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 40 paused 0
[  2787.490] (**) bcm5974: always reports core events
[  2787.490] (**) Option "Device" "/dev/input/event8"
[  2787.490] (II) synaptics: bcm5974: found clickpad property
[  2787.490] (--) synaptics: bcm5974: x-axis range -4460 - 5166 (res 92)
[  2787.490] (--) synaptics: bcm5974: y-axis range -75 - 6700 (res 90)
[  2787.490] (--) synaptics: bcm5974: pressure range 0 - 256
[  2787.490] (--) synaptics: bcm5974: finger width range 0 - 16
[  2787.490] (--) synaptics: bcm5974: buttons: left double triple
[  2787.490] (--) synaptics: bcm5974: Vendor 0x5ac Product 0x236
[  2787.490] (**) Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
[  2787.490] (--) synaptics: bcm5974: touchpad found
[  2787.490] (**) bcm5974: always reports core events
[  2787.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.2/input/input8/event8"
[  2787.490] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 12)
[  2787.490] (**) synaptics: bcm5974: (accel) MinSpeed is now constant deceleration 2.5
[  2787.491] (**) synaptics: bcm5974: (accel) MaxSpeed is now 1.75
[  2787.491] (**) synaptics: bcm5974: (accel) AccelFactor is now 0.017
[  2787.491] (**) bcm5974: (accel) keeping acceleration scheme 1
[  2787.491] (**) bcm5974: (accel) acceleration profile 1
[  2787.491] (**) bcm5974: (accel) acceleration factor: 2.000
[  2787.491] (**) bcm5974: (accel) acceleration threshold: 4
[  2787.491] (--) synaptics: bcm5974: touchpad found
[  2787.492] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
[  2787.492] (**) bcm5974: Ignoring device from InputClass "touchpad ignore duplicates"
[  2787.493] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event9)
[  2787.493] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "evdev keyboard catchall"
[  2787.493] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "libinput keyboard catchall"
[  2787.493] (II) Using input driver 'libinput' for 'Apple Computer, Inc. IR Receiver'
[  2787.494] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 41 paused 0
[  2787.494] (**) Apple Computer, Inc. IR Receiver: always reports core events
[  2787.494] (**) Option "Device" "/dev/input/event9"
[  2787.494] (**) Option "_source" "server/udev"
[  2787.496] (II) event9  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[  2787.496] (II) event9  - Apple Computer, Inc. IR Receiver: device is a keyboard
[  2787.496] (II) event9  - Apple Computer, Inc. IR Receiver: device removed
[  2787.496] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-5/4-5:1.0/0003:05AC:8242.0003/input/input9/event9"
[  2787.496] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 13)
[  2787.498] (II) event9  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[  2787.498] (II) event9  - Apple Computer, Inc. IR Receiver: device is a keyboard
[  2787.499] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event11)
[  2787.499] (II) No input driver specified, ignoring this device.
[  2787.499] (II) This device may have been added with another device file.
[  2787.499] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[  2787.499] (II) No input driver specified, ignoring this device.
[  2787.499] (II) This device may have been added with another device file.
[  2787.500] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[  2787.500] (II) No input driver specified, ignoring this device.
[  2787.500] (II) This device may have been added with another device file.
[  2787.500] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[  2787.500] (II) No input driver specified, ignoring this device.
[  2787.500] (II) This device may have been added with another device file.
[  2787.501] (II) config/udev: Adding input device applesmc (/dev/input/event7)
[  2787.501] (II) No input driver specified, ignoring this device.
[  2787.501] (II) This device may have been added with another device file.
[  2787.501] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[  2787.501] (II) No input driver specified, ignoring this device.
[  2787.501] (II) This device may have been added with another device file.
[  2787.502] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  2787.502] (II) No input driver specified, ignoring this device.
[  2787.502] (II) This device may have been added with another device file.
[  2787.706] (**) Option "fd" "32"
[  2787.706] (II) event3  - Power Button: device removed
[  2787.706] (**) Option "fd" "35"
[  2787.706] (II) event4  - Video Bus: device removed
[  2787.706] (**) Option "fd" "36"
[  2787.706] (II) event1  - Power Button: device removed
[  2787.707] (**) Option "fd" "37"
[  2787.707] (II) event2  - Sleep Button: device removed
[  2787.707] (**) Option "fd" "38"
[  2787.707] (II) event10 - Built-in iSight: Built-in iSigh: device removed
[  2787.707] (**) Option "fd" "39"
[  2787.707] (II) event5  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[  2787.707] (**) Option "fd" "41"
[  2787.707] (II) event9  - Apple Computer, Inc. IR Receiver: device removed
[  2787.731] (II) UnloadModule: "libinput"
[  2787.731] (II) systemd-logind: releasing fd for 13:73
[  2787.782] (II) UnloadModule: "synaptics"
[  2787.782] (II) systemd-logind: releasing fd for 13:72
[  2787.852] (II) UnloadModule: "libinput"
[  2787.852] (II) systemd-logind: releasing fd for 13:69
[  2787.879] (II) UnloadModule: "libinput"
[  2787.879] (II) systemd-logind: releasing fd for 13:74
[  2787.932] (II) UnloadModule: "libinput"
[  2787.932] (II) systemd-logind: releasing fd for 13:66
[  2787.955] (II) UnloadModule: "libinput"
[  2787.955] (II) systemd-logind: releasing fd for 13:65
[  2787.979] (II) UnloadModule: "libinput"
[  2787.979] (II) systemd-logind: releasing fd for 13:68
[  2788.040] (II) UnloadModule: "libinput"
[  2788.040] (II) systemd-logind: releasing fd for 13:67
[  2789.199] (II) NVIDIA(GPU-0): Deleting GPU-0
[  2789.205] (II) Server terminated successfully (0). Closing log file.

Offline

#6 2019-02-25 00:15:14

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login
exec startlxde

Your startlxde will not run. Nothing after "exec xterm -geometry..." will run. Comment out (or remove) everything from "twm &" and including the last "exec xterm".

Offline

#7 2019-02-25 00:17:11

Jekuma
Member
Registered: 2019-02-24
Posts: 7

Re: [SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)

And it worked. Thank you!

Offline

#8 2019-02-25 00:17:54

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)

exec xterm -geometry 80x66+0+0 -name login
exec startlxde

exec replaces the script with xterm so startlxde is never called.  Is xterm installed on the system?
Edit:
too slow

Last edited by loqs (2019-02-25 00:18:24)

Offline

#9 2019-02-25 00:18:07

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] NVIDIA logo for a few Seconds then nothing (Xorg)

Jekuma wrote:

And it worked. Thank you!

You're welcome. Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

Board footer

Powered by FluxBB