LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-19-2016, 03:32 PM   #1
edged
LQ Newbie
 
Registered: Apr 2016
Posts: 5

Rep: Reputation: Disabled
Debian Jessie black screen after grub only just started happening


Hi,

I've been using Debian Jessie for a few weeks, and all has been fine until this afternoon when I noticed that the screen appeared to have frozen on the screensaver. I restarted the box (Dell 7020 i3 intel integrated graphics) and after the grub screen there is a flash of TTY login, then the screen turns black and all keyboard/mouse input fails. The server is still running, as I can SSH in, but local login no longer works. Does anyone have any ideas what I can try? I have tried re-installing xorg and GDM from apt, and can get terminal login back by adding "nomodeset" in grub, but still no x-server. Xorg.log.0 file doesn't show any errors either.

Thanks in advance
 
Old 04-19-2016, 03:44 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
To make sure it is not a hardware issue boot with some liveCD (SystemRescueCD is a must tool) and see if X works.
 
Old 04-20-2016, 04:22 AM   #3
edged
LQ Newbie
 
Registered: Apr 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hi. Thanks for answering. I'll try this later. I've done some more digging, and have found an error in libpixbuf2 which states "g_module_open failed for /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/x86_64-linux-gnul)/libcairo.so.2: undefined symbol: pixman_image_composite32" it's looking like i need to remove/reinstall one or both, but i'm not sure how to do this.

Thanks
 
Old 04-20-2016, 02:15 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
edged, i doubt the error message has anything to do with the problem at hand.
how did you get by it anyway?

what you described sounds more like a standard gpu/driver problem (could there have been a system update/upgrade just before the failure?).

what exactly is this "screensaver" it gets "stuck" on?

do what emerson asked.

assuming it works with a live cd/usb, boot back into the command line of the installed linux, enter following command:
Code:
lspci -k
and, grep the Xorg log file of both the running and the previous session (*) for EE, with about 5 lines of context.

(*) and no, i don't know which is which. i'd have to look it up on the web first.
 
Old 04-20-2016, 05:43 PM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
The problems that I had on my sid system was gdm3, I was able to startx from root but not the user
 
Old 04-21-2016, 04:01 AM   #6
edged
LQ Newbie
 
Registered: Apr 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hi Ondoho,

lspci -k shows:-

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
Subsystem: Dell Device 0577
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Control ler (rev 09)
Subsystem: Dell Device 0577
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (r ev 04)
Subsystem: Dell Device 0577
Kernel driver in use: mei_me
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
Subsystem: Dell Device 052c
Kernel driver in use: e1000e
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller # 2 (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: snd_hda_intel
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller # 1 (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation Q77 Express Chipset LPC Controller (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
Subsystem: Dell Device 0577
root@Defiant:/var/log# lspci -k
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
Subsystem: Dell Device 0577
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Dell Device 0577
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: mei_me
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
Subsystem: Dell Device 052c
Kernel driver in use: e1000e
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: snd_hda_intel
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation Q77 Express Chipset LPC Controller (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
Subsystem: Dell Device 0577
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
Subsystem: Dell Device 0577

So the hardware seems to be reported OK, but with "nomodeset" option in grub, Xorg.0.log shows "no devices detected" and "no screens found".

Booting without "nomodeset" and using SSH to get into the server Xorg.0.log shows

X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 30.431] X Protocol Version 11, Revision 0
[ 30.431] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 30.431] Current Operating System: Linux Defiant 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64
[ 30.431] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-4-amd64 root=UUID=db84c83f-750f-4340-801a-c93a26cf7baf ro quiet
[ 30.431] Build Date: 11 February 2015 12:32:02AM
[ 30.431] xorg-server 2:1.16.4-1 (http://www.debian.org/support)
[ 30.431] Current version of pixman: 0.10.0
[ 30.431] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 30.431] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 30.431] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 21 09:42:54 2016
[ 30.483] (==) Using config file: "/etc/X11/xorg.conf"
[ 30.483] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 30.519] (==) ServerLayout "X.org Configured"
[ 30.519] (**) |-->Screen "Screen0" (0)
[ 30.519] (**) | |-->Monitor "Monitor0"
[ 30.541] (**) | |-->Device "Card0"
[ 30.541] (**) |-->Input Device "Mouse0"
[ 30.541] (**) |-->Input Device "Keyboard0"
[ 30.541] (==) Automatically adding devices
[ 30.541] (==) Automatically enabling devices
[ 30.541] (==) Automatically adding GPU devices
[ 30.645] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 30.645] Entry deleted from font path.
[ 30.745] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 30.764] Entry deleted from font path.
[ 30.764] (**) 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,
/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
[ 30.764] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 30.764] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 30.764] (WW) Disabling Mouse0
[ 30.764] (WW) Disabling Keyboard0
[ 30.836] (II) Loader magic: 0x7f462521ed80
[ 30.836] (II) Module ABI versions:
[ 30.836] X.Org ANSI C Emulation: 0.4
[ 30.836] X.Org Video Driver: 18.0
[ 30.836] X.Org XInput driver : 21.0
[ 30.836] X.Org Server Extension : 8.0
[ 30.837] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 30.837] (--) PCI:*(0:0:2:0) 8086:0162:1028:0577 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[ 30.839] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 30.839] (II) LoadModule: "glx"
[ 30.843] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 31.167] (II) Module glx: vendor="X.Org Foundation"
[ 31.167] compiled for 1.16.4, module version = 1.0.0
[ 31.167] ABI class: X.Org Server Extension, version 8.0
[ 31.167] (==) AIGLX enabled
[ 31.167] (II) LoadModule: "intel"
[ 31.180] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 31.248] (II) Module intel: vendor="X.Org Foundation"
[ 31.248] compiled for 1.15.99.904, module version = 2.21.15
[ 31.248] Module class: X.Org Video Driver
[ 31.248] ABI class: X.Org Video Driver, version 18.0
[ 31.248] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[ 31.249] (++) using VT number 7

[ 31.264] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 31.264] (==) intel(0): RGB weight 888
[ 31.264] (==) intel(0): Default visual is TrueColor
[ 31.264] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[ 31.268] (**) intel(0): Relaxed fencing enabled
[ 31.268] (**) intel(0): Wait on SwapBuffers? enabled
[ 31.268] (**) intel(0): Triple buffering? enabled
[ 31.268] (**) intel(0): Framebuffer tiled
[ 31.268] (**) intel(0): Pixmaps tiled
[ 31.268] (**) intel(0): 3D buffers tiled
[ 31.268] (**) intel(0): SwapBuffers wait enabled
[ 31.268] (==) intel(0): video overlay key set to 0x101fe

Other than Cyrillic font being missing it looks fairly normal. The oldest Xorg.log seems to have more mod probing, and fails back to a different module that the newest doesn't seem to be doing

[ 1617.576] X Protocol Version 11, Revision 0
[ 1617.576] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 1617.576] Current Operating System: Linux Defiant 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u4 (2016-02-29) x86_64
[ 1617.576] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-4-amd64 root=UUID=db84c83f-750f-4340-801a-c93a26cf7baf ro quiet
[ 1617.576] Build Date: 11 February 2015 12:32:02AM
[ 1617.576] xorg-server 2:1.16.4-1 (http://www.debian.org/support)
[ 1617.576] Current version of pixman: 0.10.0
[ 1617.576] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1617.576] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1617.576] (==) Log file: "/var/log/Xorg.6.log", Time: Tue Apr 19 17:53:04 2016
[ 1617.576] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1617.576] (==) No Layout section. Using the first Screen section.
[ 1617.576] (==) No screen section available. Using defaults.
[ 1617.576] (**) |-->Screen "Default Screen Section" (0)
[ 1617.576] (**) | |-->Monitor "<default monitor>"
[ 1617.577] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1617.577] (==) Automatically adding devices
[ 1617.577] (==) Automatically enabling devices
[ 1617.577] (==) Automatically adding GPU devices
[ 1617.577] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 1617.577] Entry deleted from font path.
[ 1617.577] (==) 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
[ 1617.577] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1617.577] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1617.577] (II) Loader magic: 0x7fd225399d80
[ 1617.577] (II) Module ABI versions:
[ 1617.577] X.Org ANSI C Emulation: 0.4
[ 1617.577] X.Org Video Driver: 18.0
[ 1617.577] X.Org XInput driver : 21.0
[ 1617.577] X.Org Server Extension : 8.0
[ 1617.577] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1617.578] (--) PCI:*(0:0:2:0) 8086:0162:1028:0577 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[ 1617.578] (II) LoadModule: "glx"
[ 1617.578] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1617.579] (II) Module glx: vendor="X.Org Foundation"
[ 1617.579] compiled for 1.16.4, module version = 1.0.0
[ 1617.579] ABI class: X.Org Server Extension, version 8.0
[ 1617.579] (==) AIGLX enabled
[ 1617.579] (==) Matched intel as autoconfigured driver 0
[ 1617.579] (==) Matched intel as autoconfigured driver 1
[ 1617.579] (==) Matched modesetting as autoconfigured driver 2
[ 1617.579] (==) Matched fbdev as autoconfigured driver 3
[ 1617.579] (==) Matched vesa as autoconfigured driver 4
[ 1617.579] (==) Assigned the driver to the xf86ConfigLayout
[ 1617.579] (II) LoadModule: "intel"
[ 1617.579] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 1617.579] (II) Module intel: vendor="X.Org Foundation"
[ 1617.579] compiled for 1.15.99.904, module version = 2.21.15
[ 1617.580] Module class: X.Org Video Driver
[ 1617.580] ABI class: X.Org Video Driver, version 18.0
[ 1617.580] (II) LoadModule: "modesetting"
[ 1617.580] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 1617.580] (II) Module modesetting: vendor="X.Org Foundation"
[ 1617.580] compiled for 1.16.4, module version = 0.9.0
[ 1617.580] Module class: X.Org Video Driver
[ 1617.580] ABI class: X.Org Video Driver, version 18.0
[ 1617.580] (II) LoadModule: "fbdev"
[ 1617.580] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 1617.580] (II) Module fbdev: vendor="X.Org Foundation"
[ 1617.580] compiled for 1.15.99.904, module version = 0.4.4
[ 1617.580] Module class: X.Org Video Driver
[ 1617.580] ABI class: X.Org Video Driver, version 18.0
[ 1617.580] (II) LoadModule: "vesa"
[ 1617.580] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 1617.580] (II) Module vesa: vendor="X.Org Foundation"
[ 1617.580] compiled for 1.15.99.904, module version = 2.3.3
[ 1617.580] Module class: X.Org Video Driver
[ 1617.580] ABI class: X.Org Video Driver, version 18.0
[ 1617.580] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[ 1617.581] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1617.581] (II) FBDEV: driver for framebuffer: fbdev
[ 1617.581] (II) VESA: driver for VESA chipsets: vesa
[ 1617.581] (--) using VT number 2

[ 1617.581] (WW) Falling back to old probe method for modesetting
[ 1617.581] (WW) Falling back to old probe method for fbdev
[ 1617.581] (II) Loading sub module "fbdevhw"
[ 1617.581] (II) LoadModule: "fbdevhw"
[ 1617.581] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 1617.581] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 1617.581] compiled for 1.16.4, module version = 0.0.2
[ 1617.581] ABI class: X.Org Video Driver, version 18.0
[ 1617.581] (WW) Falling back to old probe method for vesa
[ 1617.581] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1617.581] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 1617.581] (==) intel(0): RGB weight 888
[ 1617.581] (==) intel(0): Default visual is TrueColor
[ 1617.581] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[ 1617.581] (**) intel(0): Relaxed fencing enabled
[ 1617.581] (**) intel(0): Wait on SwapBuffers? enabled
[ 1617.581] (**) intel(0): Triple buffering? enabled
[ 1617.581] (**) intel(0): Framebuffer tiled
[ 1617.581] (**) intel(0): Pixmaps tiled
[ 1617.581] (**) intel(0): 3D buffers tiled
[ 1617.581] (**) intel(0): SwapBuffers wait enabled
[ 1617.581] (==) intel(0): video overlay key set to 0x101fe

Thanks for all assistance so far
 
Old 04-21-2016, 04:30 AM   #7
edged
LQ Newbie
 
Registered: Apr 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hi Ondoho,

To answer your other question about the screensaver, I had walked upto the machine, and noticed that the standard unlock screen was unresponsive. I reloaded the device and instead of the GUI I got a blackscreen with a non-flashing cursor in the top left corner.

@EDDY1, I've tried launching both gdm3 and kde as root and standard user, but neither gives a GUI environment.

Thanks
 
Old 04-22-2016, 12:54 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
edged, i don't understand your previous post.
it doesn't seem to answer my question (what exactly is this "screensaver" it gets "stuck" on?).
anyhow, it begs the question: how did you reload and what exactly did you reload?

about your previous code:
please start without nomodeset, then ssh into the machine and get the output of
Code:
lspci -k
and also the most recent Xorg log.
but please, grep for EE, e.g. thus:
Code:
grep -B5 EE /var/log/Xorg.something.log
and use code tags (see my signature on how to use them).
i'm sure i missed some important info from your last post because it's plain unreadable.

edit:
how new is this machine?
it could be that debian jessie (stable) is not the best distro for it, or that you need a backported kernel.

Last edited by ondoho; 04-22-2016 at 12:57 AM.
 
Old 04-22-2016, 05:43 AM   #9
edged
LQ Newbie
 
Registered: Apr 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hi Ondoho,

Apologies for complicating things!

The restart that I performed was a full system reboot from ssh.

lspci -k shows:-

Code:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
        Subsystem: Dell Device 0577
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
        Subsystem: Dell Device 0577
        Kernel driver in use: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
        Subsystem: Dell Device 0577
        Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
        Subsystem: Dell Device 0577
        Kernel driver in use: mei_me
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
        Subsystem: Dell Device 052c
        Kernel driver in use: e1000e
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
        Subsystem: Dell Device 0577
        Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
        Subsystem: Dell Device 0577
        Kernel driver in use: snd_hda_intel
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
        Subsystem: Dell Device 0577
        Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation Q77 Express Chipset LPC Controller (rev 04)
        Subsystem: Dell Device 0577
        Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
        Subsystem: Dell Device 0577
        Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
        Subsystem: Dell Device 0577
Xorg.log doesn't really show anything, but I've included the output as requested.

Code:
[    30.431] Current version of pixman: 0.10.0
[    30.431]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    30.431] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Thanks
 
Old 04-22-2016, 01:20 PM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
everything seems to be in order.
BUT, i'm not so sure if debian jessie's default kernel supports this hardware, hence my question about the age of the machine, which you left unanswered.
some kernel backporting might be in order.

but before you do it, please try to boot the system from a live medium (e.g. usb or dvd), first with a debian stable based distro, then with ubuntu or mint, and see if you can reproduce the problem.
 
Old 04-22-2016, 10:58 PM   #11
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Workin on a laptop that just boots to single user mode right now.
I did an apt-get update & apt-get upgrade & found that /var/cache/apt/archives was full.
post out of
Quote:
df -h

Last edited by EDDY1; 04-22-2016 at 11:09 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian (Jessie) program started by /etc/inittab but now empty. systemlordanubis Programming 1 03-06-2016 10:41 PM
lost screen resolution after Debian/Jessie upgrade j1wu Linux - Hardware 1 04-09-2014 07:17 AM
curious black lines on screen, just started appearing pierssnell Linux - Newbie 2 03-07-2013 03:16 PM
Started up Mandrake 10.1 and screen goes black. ajh30 Linux - Laptop and Netbook 2 02-15-2006 07:39 AM
GRUB : just write grub in black screen. (Urgent) dezeque Linux - Newbie 11 05-27-2005 12:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration