LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   FSCK or similar help please. Must fix corrupted drive. (https://www.linuxquestions.org/questions/linux-hardware-18/fsck-or-similar-help-please-must-fix-corrupted-drive-4175442005/)

AbeFM 12-18-2012 12:58 PM

FSCK or similar help please. Must fix corrupted drive.
 
Note: Probably wrong approach. Marked thread as solved because there was no real problem. Please disregard.

Quote:

Originally Posted by Background Info:
So, after a day full of reboots and bios tweaking trying to optimize a slow running unrelated program (Handbrake) - my server boots up to a login screen - I normally have this turned off so the GF can watch movies even after a power failure. Whatever - I type in password and screen goes black then returns to login screen. Guest account behaves the same way.

I can log in any of the via terminals and look around and I don't notice anything. All the background services are running, I can log in vai subsonic or access the RAID from other computers in the house. I just can't get to the desktop.

However, I've seen errors while trying to run FSCK, it never works on the raid (only data here!) or on the SSD. I've booted of CD or USB but get stuck when I can't FIX anything.

The disk in question is a genII OSX SSD, already once replaced for corrupted data.
When I try safe graphics mode or run disk check, I end up getting infinite (as in, there seems to be a loop) pages of errors. One of them is that blocks are incorrectly shared.

Badblocks doesn't get any hits.


Does anyone have any suggestions? I know my post is pretty lacking in technical details, but a "boot off this" or "plug computer into windows machine and run that" would go a long way in making me a happy person again. Thanks!

AbeFM 12-18-2012 06:27 PM

Tinsy bit more info. Loaded up Linux Mint and got in a terminal:

Code:

mint@mint ~ $ sudo fdisk -l /dev/sda

Disk /dev/sda: 32.0 GB, 32017047552 bytes
255 heads, 63 sectors/track, 3892 cylinders, total 62533296 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d3c30

  Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *        2048      499711      248832  83  Linux
/dev/sda2          501758    62531583    31014913    5  Extended
/dev/sda5          501760    62531583    31014912  8e  Linux LVM
mint@mint ~ $ sudo fsck /dev/sda
fsck from util-linux 2.19.1
e2fsck 1.41.14 (22-Dec-2010)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>

mint@mint ~ $ sudo fsck /dev/sda1
fsck from util-linux 2.19.1
e2fsck 1.41.14 (22-Dec-2010)
/dev/sda1: clean, 293/124496 files, 191511/248832 blocks
mint@mint ~ $ sudo fsck /dev/sda2
fsck from util-linux 2.19.1
e2fsck 1.41.14 (22-Dec-2010)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda2
Could this be a zero-length partition?
mint@mint ~ $ sudo fsck /dev/sda5
fsck from util-linux 2.19.1
fsck: fsck.LVM2_member: not found
fsck: Error 2 while executing fsck.LVM2_member for /dev/sda5
mint@mint ~ $


michaelk 12-18-2012 07:12 PM

Your correct your post does not provide any information or IMHO a description of the actual problem.

/dev/sda references the entire drive and so does not contain a file system. The first part of the hard drive contains the master boot record which contains part of the boot code and partition table. fsck failing is normal.

/dev/sda1 is your boot partition.

/dev/sda2 is an extended partition which in a nutshell is a container for logical partitions. This allows one to create more then 4 partitions on with a MBR. fsck failing is normal since this also does not contain a file system.

/dev/sda5 is a logical partition that contains a LVM. LVM in a nutshell provides a method of allocating space on hard drives that is more flexible than conventional partitioning schemes. It in itself is not a file system and so fsck failing is again normal. You have not provided enough information but I would guess your / and possible swap file systems lie within the LVM and are called logical volumes.

In order to run fsck on logical volumes you need to determine find the pv’s, vg’s, lv’s and activate them. In general you do not want to run fsck on a mounted partition.

# lvm pvscan
# lvm vgscan
# lvm lvchange -ay /dev/VolGroup00/LogVol0 (as an example, this step activates the lv)
# lvm lvscan

# fsck /dev/VolGroup00/LogVol0 (Use the actual logical volume from the output of the lvm vgscan)

AbeFM 12-18-2012 07:15 PM

Thanks. A friend talked me through that at the same time.... Using mount to find path to root, I ran:
fsck -n /dev/mapper/ubunutu-root

which told me everything was clean. Does that sound reasonable, or do I need to do more digging?

michaelk 12-18-2012 07:20 PM

That sounds reasonable but I still do not have a clear understanding of the problem.

AbeFM 12-18-2012 07:51 PM

The real issue is I can't log in. When I try to boot up in safe graphics mode, it wants to run fsck and puts out an unlimited number of pages of errors about stuff being double referenced (I can only assume it's since both partitions are sharing one physical space?)....

Perhaps the drive is ok and I should open another topic on the real issue. I thought it was hardware, but it could just be logging in that I'm having problems with.

AbeFM 12-18-2012 07:55 PM

Login Screen Returns to Login Screen, Ubuntu 12.10
 
Continuation of issues started in thread http://www.linuxquestions.org/questi...ve-4175442005/
Thought SSD was at fault, now not so sure.
-----------------------

After many many reboots in a couple days while experimenting with BIOS settings effecting the speed Hardbrake runs at, today I find after a reboot that I have to type in password to log in - ordinarily I have this disabled.

When I DO enter my password, it goes to a black screen for a bit, then returns. I can log in as guest, which does the same thing (minus the password) and if I use the wrong password, it complains instead of doing the same.

Using the install disc, I see three partitions on my drive, a ~200 MB boot sector, and two 32 GB (one extended) which seem to share the rest of the SSD.

Running FSCK seems to generate tons of errors.


The odd bits: All my background stuff is running - I can access stuff served by Subsonic, and see network shares from my windows machines. I can log in in another terminal and do stuff... I just can't get into the GUI/OS proper.

Sort of at a loss where to start. Would be happy to free drive of errors if I could (I've another machine, I could mount drive over USB and check it), but it seems everything else is working?

edit: Screensaver also seems to kick on, even from fsck's run from the boot menu.

--------------
i3-2100t, H67 chipset I believe, 12.10, everything's been working fine for the better part of a year. Seen several similar topics, but either they turn out to be something unrelated (fresh install or known graphics issues) or there are no answers. I'm happy to get any logs/info anyone want.

---------------
Starting to think SSD is corrupted in some way that's preventing booting. Can't get FSCK to complete on it.

update: ran ""fsck -n /dev/mapper/ubunutu-root"" got the answer it was clean.

---------- Post added 12-18-12 at 08:56 PM ----------

Ok, here's a copy of my Xorg.0.log.old file:

Code:

[  340.321]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[  340.321] X Protocol Version 11, Revision 0
[  340.321] Build Operating System: Linux 3.2.0-26-generic i686 Ubuntu
[  340.321] Current Operating System: Linux HBO 3.5.0-19-generic #30-Ubuntu SMP Tue Nov 13 17:49:53 UTC 2012 i686
[  340.321] Kernel command line: BOOT_IMAGE=/vmlinuz-3.5.0-19-generic root=/dev/mapper/ubuntu-root ro quiet splash vt.handoff=7
[  340.321] Build Date: 27 November 2012  07:44:37AM
[  340.321] xorg-server 2:1.13.0-0ubuntu6.1 (For technical support please see http://www.ubuntu.com/support)
[  340.321] Current version of pixman: 0.26.0
[  340.321]        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  340.321] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  340.321] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 18 16:34:28 2012
[  340.321] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  340.321] (==) No Layout section.  Using the first Screen section.
[  340.321] (==) No screen section available. Using defaults.
[  340.321] (**) |-->Screen "Default Screen Section" (0)
[  340.321] (**) |  |-->Monitor "<default monitor>"
[  340.322] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  340.322] (==) Automatically adding devices
[  340.322] (==) Automatically enabling devices
[  340.322] (==) Automatically adding GPU devices
[  340.322] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  340.322]        Entry deleted from font path.
[  340.322] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  340.322]        Entry deleted from font path.
[  340.322] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  340.322]        Entry deleted from font path.
[  340.322] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  340.322]        Entry deleted from font path.
[  340.322] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  340.322]        Entry deleted from font path.
[  340.322] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  340.322]        Entry deleted from font path.
[  340.322] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
[  340.322] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[  340.322] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  340.322] (II) Loader magic: 0xb7787640
[  340.322] (II) Module ABI versions:
[  340.322]        X.Org ANSI C Emulation: 0.4
[  340.322]        X.Org Video Driver: 13.0
[  340.322]        X.Org XInput driver : 18.0
[  340.322]        X.Org Server Extension : 7.0
[  340.322] (II) config/udev: Adding drm device (/dev/dri/card0)
[  340.323] (--) PCI:*(0:0:2:0) 8086:0102:19da:a166 rev 9, Mem @ 0xfe000000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[  340.323] (II) Open ACPI successful (/var/run/acpid.socket)
[  340.323] Initializing built-in extension Generic Event Extension
[  340.323] Initializing built-in extension SHAPE
[  340.323] Initializing built-in extension MIT-SHM
[  340.323] Initializing built-in extension XInputExtension
[  340.323] Initializing built-in extension XTEST
[  340.323] Initializing built-in extension BIG-REQUESTS
[  340.323] Initializing built-in extension SYNC
[  340.323] Initializing built-in extension XKEYBOARD
[  340.323] Initializing built-in extension XC-MISC
[  340.323] Initializing built-in extension SECURITY
[  340.323] Initializing built-in extension XINERAMA
[  340.323] Initializing built-in extension XFIXES
[  340.323] Initializing built-in extension RENDER
[  340.323] Initializing built-in extension RANDR
[  340.323] Initializing built-in extension COMPOSITE
[  340.323] Initializing built-in extension DAMAGE
[  340.323] Initializing built-in extension MIT-SCREEN-SAVER
[  340.323] Initializing built-in extension DOUBLE-BUFFER
[  340.323] Initializing built-in extension RECORD
[  340.323] Initializing built-in extension DPMS
[  340.323] Initializing built-in extension X-Resource
[  340.323] Initializing built-in extension XVideo
[  340.323] Initializing built-in extension XVideo-MotionCompensation
[  340.323] Initializing built-in extension XFree86-VidModeExtension
[  340.323] Initializing built-in extension XFree86-DGA
[  340.323] Initializing built-in extension XFree86-DRI
[  340.323] Initializing built-in extension DRI2
[  340.323] (II) LoadModule: "glx"
[  340.323] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  340.324] (II) Module glx: vendor="X.Org Foundation"
[  340.324]        compiled for 1.13.0, module version = 1.0.0
[  340.324]        ABI class: X.Org Server Extension, version 7.0
[  340.324] (==) AIGLX enabled
[  340.324] Loading extension GLX
[  340.324] (==) Matched intel as autoconfigured driver 0
[  340.324] (==) Matched intel as autoconfigured driver 1
[  340.324] (==) Matched vesa as autoconfigured driver 2
[  340.324] (==) Matched modesetting as autoconfigured driver 3
[  340.324] (==) Matched fbdev as autoconfigured driver 4
[  340.324] (==) Assigned the driver to the xf86ConfigLayout
[  340.324] (II) LoadModule: "intel"
[  340.324] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  340.324] (II) Module intel: vendor="X.Org Foundation"
[  340.324]        compiled for 1.13.0, module version = 2.20.9
[  340.324]        Module class: X.Org Video Driver
[  340.324]        ABI class: X.Org Video Driver, version 13.0
[  340.324] (II) LoadModule: "vesa"
[  340.325] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  340.325] (II) Module vesa: vendor="X.Org Foundation"
[  340.325]        compiled for 1.12.99.902, module version = 2.3.2
[  340.325]        Module class: X.Org Video Driver
[  340.325]        ABI class: X.Org Video Driver, version 13.0
[  340.325] (II) LoadModule: "modesetting"
[  340.325] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  340.325] (II) Module modesetting: vendor="X.Org Foundation"
[  340.325]        compiled for 1.13.0, module version = 0.5.0
[  340.325]        Module class: X.Org Video Driver
[  340.325]        ABI class: X.Org Video Driver, version 13.0
[  340.325] (II) LoadModule: "fbdev"
[  340.325] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  340.325] (II) Module fbdev: vendor="X.Org Foundation"
[  340.325]        compiled for 1.12.99.902, module version = 0.4.3
[  340.325]        Module class: X.Org Video Driver
[  340.325]        ABI class: X.Org Video Driver, version 13.0
[  340.325] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
        Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
        Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
        Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
        Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
        Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
        Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
        Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
        Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
        Haswell Server (GT2+), Haswell SDV Desktop (GT1),
        Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
        Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
        Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
        Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
        Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
        Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
        Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
        Haswell ULT Server (GT1), Haswell ULT Server (GT2),
        Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
        Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
        Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
        Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
        Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
        ValleyView PO board
[  340.326] (II) VESA: driver for VESA chipsets: vesa
[  340.326] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  340.326] (II) FBDEV: driver for framebuffer: fbdev
[  340.326] (++) using VT number 7

[  340.326] (II) intel(0): using device path '/dev/dri/card0'
[  340.326] (WW) Falling back to old probe method for vesa
[  340.326] (WW) Falling back to old probe method for modesetting
[  340.326] (WW) Falling back to old probe method for fbdev
[  340.326] (II) Loading sub module "fbdevhw"
[  340.326] (II) LoadModule: "fbdevhw"
[  340.326] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  340.326] (II) Module fbdevhw: vendor="X.Org Foundation"
[  340.326]        compiled for 1.13.0, module version = 0.0.2
[  340.326]        ABI class: X.Org Video Driver, version 13.0
[  340.326] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[  340.326] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  340.326] (==) intel(0): RGB weight 888
[  340.326] (==) intel(0): Default visual is TrueColor
[  340.326] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Desktop (GT1)
[  340.327] (**) intel(0): Relaxed fencing enabled
[  340.327] (**) intel(0): Wait on SwapBuffers? enabled
[  340.327] (**) intel(0): Triple buffering? enabled
[  340.327] (**) intel(0): Framebuffer tiled
[  340.327] (**) intel(0): Pixmaps tiled
[  340.327] (**) intel(0): 3D buffers tiled
[  340.327] (**) intel(0): SwapBuffers wait enabled
[  340.327] (==) intel(0): video overlay key set to 0x101fe
[  340.327] (II) intel(0): Output VGA1 has no monitor section
[  340.399] (II) intel(0): Output HDMI1 has no monitor section
[  340.448] (II) intel(0): Output DP1 has no monitor section
[  340.464] (II) intel(0): Output HDMI2 has no monitor section
[  340.480] (II) intel(0): Output HDMI3 has no monitor section
[  340.528] (II) intel(0): Output DP2 has no monitor section
[  340.576] (II) intel(0): Output DP3 has no monitor section
[  340.576] (II) intel(0): EDID for output VGA1
[  340.648] (II) intel(0): EDID for output HDMI1
[  340.648] (II) intel(0): Manufacturer: GSM  Model: 5819  Serial#: 647527
[  340.648] (II) intel(0): Year: 2011  Week: 1
[  340.648] (II) intel(0): EDID Version: 1.3
[  340.648] (II) intel(0): Digital Display Input
[  340.648] (II) intel(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[  340.648] (II) intel(0): Gamma: 2.20
[  340.648] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[  340.648] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  340.648] (II) intel(0): First detailed timing is preferred mode
[  340.648] (II) intel(0): redX: 0.631 redY: 0.349  greenX: 0.341 greenY: 0.622
[  340.648] (II) intel(0): blueX: 0.152 blueY: 0.058  whiteX: 0.313 whiteY: 0.329
[  340.648] (II) intel(0): Supported established timings:
[  340.648] (II) intel(0): 720x400@70Hz
[  340.648] (II) intel(0): 640x480@60Hz
[  340.648] (II) intel(0): 640x480@75Hz
[  340.648] (II) intel(0): 800x600@60Hz
[  340.648] (II) intel(0): 800x600@75Hz
[  340.648] (II) intel(0): 1024x768@60Hz
[  340.648] (II) intel(0): 1024x768@75Hz
[  340.648] (II) intel(0): 1280x1024@75Hz
[  340.648] (II) intel(0): Manufacturer's mask: 0
[  340.648] (II) intel(0): Supported standard timings:
[  340.648] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  340.648] (II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  340.648] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
[  340.648] (II) intel(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  340.648] (II) intel(0): Supported detailed timing:
[  340.648] (II) intel(0): clock: 148.5 MHz  Image Size:  477 x 268 mm
[  340.648] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  340.648] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  340.648] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[  340.648] (II) intel(0): Monitor name: E2241
[  340.648] (II) intel(0): Serial No: 101NDGLK1527
[  340.648] (II) intel(0): EDID (in hex):
[  340.648] (II) intel(0):        00ffffffffffff001e6d195867e10900
[  340.648] (II) intel(0):        0115010380301b78ea9535a159579f27
[  340.648] (II) intel(0):        0e5054a54b00714f8180818fb3000101
[  340.648] (II) intel(0):        010101010101023a801871382d40582c
[  340.648] (II) intel(0):        4500dd0c1100001e000000fd00384b1e
[  340.648] (II) intel(0):        530f000a202020202020000000fc0045
[  340.648] (II) intel(0):        323234310a20202020202020000000ff
[  340.648] (II) intel(0):        003130314e44474c4b313532370a0000
[  340.648] (II) intel(0): Printing probed modes for output HDMI1
[  340.648] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  340.648] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  340.648] (II) intel(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
[  340.648] (II) intel(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[  340.648] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[  340.648] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  340.648] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  340.648] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  340.648] (II) intel(0): Modeline "1440x900"x59.9  88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  340.648] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  340.648] (II) intel(0): Modeline "1366x768"x60.0  85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[  340.648] (II) intel(0): Modeline "1360x768"x60.0  85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[  340.648] (II) intel(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[  340.648] (II) intel(0): Modeline "1280x800"x59.9  71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  340.648] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  340.648] (II) intel(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
[  340.648] (II) intel(0): Modeline "1280x768"x60.0  68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[  340.648] (II) intel(0): Modeline "1024x768"x75.1  78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  340.648] (II) intel(0): Modeline "1024x768"x70.1  75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  340.648] (II) intel(0): Modeline "1024x768"x60.0  65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  340.648] (II) intel(0): Modeline "1024x576"x60.0  46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[  340.648] (II) intel(0): Modeline "800x600"x72.2  50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  340.648] (II) intel(0): Modeline "800x600"x75.0  49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  340.648] (II) intel(0): Modeline "800x600"x60.3  40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  340.648] (II) intel(0): Modeline "800x600"x56.2  36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  340.648] (II) intel(0): Modeline "848x480"x60.0  33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  340.648] (II) intel(0): Modeline "640x480"x72.8  31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  340.648] (II) intel(0): Modeline "640x480"x75.0  31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  340.648] (II) intel(0): Modeline "640x480"x60.0  25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  340.648] (II) intel(0): Modeline "720x400"x70.1  28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)


AbeFM 12-18-2012 07:56 PM

and second half of log file:
Code:


[  340.696] (II) intel(0): EDID for output DP1
[  340.712] (II) intel(0): EDID for output HDMI2
[  340.728] (II) intel(0): EDID for output HDMI3
[  340.776] (II) intel(0): EDID for output DP2
[  340.824] (II) intel(0): EDID for output DP3
[  340.824] (II) intel(0): Output VGA1 disconnected
[  340.824] (II) intel(0): Output HDMI1 connected
[  340.824] (II) intel(0): Output DP1 disconnected
[  340.824] (II) intel(0): Output HDMI2 disconnected
[  340.824] (II) intel(0): Output HDMI3 disconnected
[  340.824] (II) intel(0): Output DP2 disconnected
[  340.824] (II) intel(0): Output DP3 disconnected
[  340.824] (II) intel(0): Using exact sizes for initial modes
[  340.824] (II) intel(0): Output HDMI1 using initial mode 1920x1080
[  340.824] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  340.824] (II) intel(0): Kernel page flipping support detected, enabling
[  340.824] (==) intel(0): DPI set to (96, 96)
[  340.824] (II) Loading sub module "fb"
[  340.824] (II) LoadModule: "fb"
[  340.824] (II) Loading /usr/lib/xorg/modules/libfb.so
[  340.824] (II) Module fb: vendor="X.Org Foundation"
[  340.824]        compiled for 1.13.0, module version = 1.0.0
[  340.824]        ABI class: X.Org ANSI C Emulation, version 0.4
[  340.824] (II) Loading sub module "dri2"
[  340.824] (II) LoadModule: "dri2"
[  340.824] (II) Module "dri2" already built-in
[  340.824] (II) UnloadModule: "vesa"
[  340.824] (II) Unloading vesa
[  340.824] (II) UnloadModule: "modesetting"
[  340.824] (II) Unloading modesetting
[  340.824] (II) UnloadModule: "fbdev"
[  340.824] (II) Unloading fbdev
[  340.824] (II) UnloadSubModule: "fbdevhw"
[  340.824] (II) Unloading fbdevhw
[  340.824] (==) Depth 24 pixmap format is 32 bpp
[  340.824] (II) intel(0): [DRI2] Setup complete
[  340.824] (II) intel(0): [DRI2]  DRI driver: i965
[  340.824] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[  340.825] (II) UXA(0): Driver registered support for the following operations:
[  340.825] (II)        solid
[  340.825] (II)        copy
[  340.825] (II)        composite (RENDER acceleration)
[  340.825] (II)        put_image
[  340.825] (II)        get_image
[  340.825] (==) intel(0): Backing store disabled
[  340.825] (==) intel(0): Silken mouse enabled
[  340.825] (II) intel(0): Initializing HW Cursor
[  340.826] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  340.826] (==) intel(0): DPMS enabled
[  340.826] (==) intel(0): Intel XvMC decoder enabled
[  340.826] (II) intel(0): Set up textured video
[  340.826] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  340.826] (II) intel(0): direct rendering: DRI2 Enabled
[  340.826] (==) intel(0): hotplug detection: "enabled"
[  340.840] (--) RandR disabled
[  340.852] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  340.852] (II) AIGLX: enabled GLX_INTEL_swap_event
[  340.852] (II) AIGLX: enabled GLX_ARB_create_context
[  340.852] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  340.852] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[  340.852] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  340.852] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  340.852] (II) AIGLX: Loaded and initialized i965
[  340.852] (II) GLX: Initialized DRI2 GL provider for screen 0
[  340.852] (II) intel(0): Setting screen physical size to 507 x 285
[  340.858] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[  340.860] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  340.860] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  340.860] (II) LoadModule: "evdev"
[  340.860] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  340.861] (II) Module evdev: vendor="X.Org Foundation"
[  340.861]        compiled for 1.13.0, module version = 2.7.3
[  340.861]        Module class: X.Org XInput Driver
[  340.861]        ABI class: X.Org XInput driver, version 18.0
[  340.861] (II) Using input driver 'evdev' for 'Power Button'
[  340.861] (**) Power Button: always reports core events
[  340.861] (**) evdev: Power Button: Device: "/dev/input/event1"
[  340.861] (--) evdev: Power Button: Vendor 0 Product 0x1
[  340.861] (--) evdev: Power Button: Found keys
[  340.861] (II) evdev: Power Button: Configuring as keyboard
[  340.861] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  340.861] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  340.861] (**) Option "xkb_rules" "evdev"
[  340.861] (**) Option "xkb_model" "pc105"
[  340.861] (**) Option "xkb_layout" "us"
[  340.861] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  340.861] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  340.861] (II) Using input driver 'evdev' for 'Power Button'
[  340.861] (**) Power Button: always reports core events
[  340.861] (**) evdev: Power Button: Device: "/dev/input/event0"
[  340.861] (--) evdev: Power Button: Vendor 0 Product 0x1
[  340.861] (--) evdev: Power Button: Found keys
[  340.861] (II) evdev: Power Button: Configuring as keyboard
[  340.861] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[  340.861] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  340.861] (**) Option "xkb_rules" "evdev"
[  340.861] (**) Option "xkb_model" "pc105"
[  340.861] (**) Option "xkb_layout" "us"
[  340.861] (II) config/udev: Adding drm device (/dev/dri/card0)
[  340.862] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[  340.862] (II) No input driver specified, ignoring this device.
[  340.862] (II) This device may have been added with another device file.
[  340.862] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[  340.862] (II) No input driver specified, ignoring this device.
[  340.862] (II) This device may have been added with another device file.
[  340.862] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[  340.862] (II) No input driver specified, ignoring this device.
[  340.862] (II) This device may have been added with another device file.
[  340.862] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event13)
[  340.862] (II) No input driver specified, ignoring this device.
[  340.862] (II) This device may have been added with another device file.
[  340.863] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[  340.863] (II) No input driver specified, ignoring this device.
[  340.863] (II) This device may have been added with another device file.
[  340.863] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event15)
[  340.863] (II) No input driver specified, ignoring this device.
[  340.863] (II) This device may have been added with another device file.
[  340.863] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event7)
[  340.863] (II) No input driver specified, ignoring this device.
[  340.863] (II) This device may have been added with another device file.
[  340.863] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[  340.863] (II) No input driver specified, ignoring this device.
[  340.863] (II) This device may have been added with another device file.
[  340.863] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[  340.863] (II) No input driver specified, ignoring this device.
[  340.863] (II) This device may have been added with another device file.
[  340.863] (II) config/udev: Adding input device HID 0c16:0001 (/dev/input/event5)
[  340.863] (**) HID 0c16:0001: Applying InputClass "evdev keyboard catchall"
[  340.863] (II) Using input driver 'evdev' for 'HID 0c16:0001'
[  340.863] (**) HID 0c16:0001: always reports core events
[  340.864] (**) evdev: HID 0c16:0001: Device: "/dev/input/event5"
[  340.864] (--) evdev: HID 0c16:0001: Vendor 0xc16 Product 0x1
[  340.864] (--) evdev: HID 0c16:0001: Found keys
[  340.864] (II) evdev: HID 0c16:0001: Configuring as keyboard
[  340.864] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input5/event5"
[  340.864] (II) XINPUT: Adding extended input device "HID 0c16:0001" (type: KEYBOARD, id 8)
[  340.864] (**) Option "xkb_rules" "evdev"
[  340.864] (**) Option "xkb_model" "pc105"
[  340.864] (**) Option "xkb_layout" "us"
[  340.864] (II) config/udev: Adding input device HID 0c16:0001 (/dev/input/event6)
[  340.864] (**) HID 0c16:0001: Applying InputClass "evdev pointer catchall"
[  340.864] (**) HID 0c16:0001: Applying InputClass "evdev keyboard catchall"
[  340.864] (II) Using input driver 'evdev' for 'HID 0c16:0001'
[  340.864] (**) HID 0c16:0001: always reports core events
[  340.864] (**) evdev: HID 0c16:0001: Device: "/dev/input/event6"
[  340.864] (--) evdev: HID 0c16:0001: Vendor 0xc16 Product 0x1
[  340.864] (--) evdev: HID 0c16:0001: Found 13 mouse buttons
[  340.864] (--) evdev: HID 0c16:0001: Found scroll wheel(s)
[  340.864] (--) evdev: HID 0c16:0001: Found relative axes
[  340.864] (--) evdev: HID 0c16:0001: Found x and y relative axes
[  340.864] (--) evdev: HID 0c16:0001: Found absolute axes
[  340.864] (II) evdev: HID 0c16:0001: Forcing absolute x/y axes to exist.
[  340.864] (--) evdev: HID 0c16:0001: Found keys
[  340.864] (II) evdev: HID 0c16:0001: Configuring as mouse
[  340.864] (II) evdev: HID 0c16:0001: Configuring as keyboard
[  340.864] (II) evdev: HID 0c16:0001: Adding scrollwheel support
[  340.864] (**) evdev: HID 0c16:0001: YAxisMapping: buttons 4 and 5
[  340.864] (**) evdev: HID 0c16:0001: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  340.864] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-1/3-1.3/3-1.3:1.1/input/input6/event6"
[  340.864] (II) XINPUT: Adding extended input device "HID 0c16:0001" (type: KEYBOARD, id 9)
[  340.864] (**) Option "xkb_rules" "evdev"
[  340.864] (**) Option "xkb_model" "pc105"
[  340.864] (**) Option "xkb_layout" "us"
[  340.864] (II) evdev: HID 0c16:0001: initialized for relative axes.
[  340.864] (WW) evdev: HID 0c16:0001: ignoring absolute axes.
[  340.864] (**) HID 0c16:0001: (accel) keeping acceleration scheme 1
[  340.864] (**) HID 0c16:0001: (accel) acceleration profile 0
[  340.865] (**) HID 0c16:0001: (accel) acceleration factor: 2.000
[  340.865] (**) HID 0c16:0001: (accel) acceleration threshold: 4
[  340.865] (II) config/udev: Adding input device HID 0c16:0001 (/dev/input/mouse1)
[  340.865] (II) No input driver specified, ignoring this device.
[  340.865] (II) This device may have been added with another device file.
[  340.865] (II) config/udev: Adding input device Chicony USB EL Backlit Keyboard (/dev/input/event2)
[  340.865] (**) Chicony USB EL Backlit Keyboard: Applying InputClass "evdev keyboard catchall"
[  340.865] (II) Using input driver 'evdev' for 'Chicony USB EL Backlit Keyboard'
[  340.865] (**) Chicony USB EL Backlit Keyboard: always reports core events
[  340.865] (**) evdev: Chicony USB EL Backlit Keyboard: Device: "/dev/input/event2"
[  340.865] (--) evdev: Chicony USB EL Backlit Keyboard: Vendor 0x4f2 Product 0x533
[  340.865] (--) evdev: Chicony USB EL Backlit Keyboard: Found keys
[  340.865] (II) evdev: Chicony USB EL Backlit Keyboard: Configuring as keyboard
[  340.865] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input2/event2"
[  340.865] (II) XINPUT: Adding extended input device "Chicony USB EL Backlit Keyboard" (type: KEYBOARD, id 10)
[  340.865] (**) Option "xkb_rules" "evdev"
[  340.865] (**) Option "xkb_model" "pc105"
[  340.865] (**) Option "xkb_layout" "us"
[  340.865] (II) config/udev: Adding input device Chicony USB EL Backlit Keyboard (/dev/input/event3)
[  340.865] (**) Chicony USB EL Backlit Keyboard: Applying InputClass "evdev keyboard catchall"
[  340.865] (II) Using input driver 'evdev' for 'Chicony USB EL Backlit Keyboard'
[  340.866] (**) Chicony USB EL Backlit Keyboard: always reports core events
[  340.866] (**) evdev: Chicony USB EL Backlit Keyboard: Device: "/dev/input/event3"
[  340.866] (--) evdev: Chicony USB EL Backlit Keyboard: Vendor 0x4f2 Product 0x533
[  340.866] (--) evdev: Chicony USB EL Backlit Keyboard: Found keys
[  340.866] (II) evdev: Chicony USB EL Backlit Keyboard: Configuring as keyboard
[  340.866] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/input/input3/event3"
[  340.866] (II) XINPUT: Adding extended input device "Chicony USB EL Backlit Keyboard" (type: KEYBOARD, id 11)
[  340.866] (**) Option "xkb_rules" "evdev"
[  340.866] (**) Option "xkb_model" "pc105"
[  340.866] (**) Option "xkb_layout" "us"
[  340.866] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event4)
[  340.866] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
[  340.866] (II) Using input driver 'evdev' for 'PIXART USB OPTICAL MOUSE'
[  340.866] (**) PIXART USB OPTICAL MOUSE: always reports core events
[  340.866] (**) evdev: PIXART USB OPTICAL MOUSE: Device: "/dev/input/event4"
[  340.866] (--) evdev: PIXART USB OPTICAL MOUSE: Vendor 0x93a Product 0x2510
[  340.866] (--) evdev: PIXART USB OPTICAL MOUSE: Found 3 mouse buttons
[  340.866] (--) evdev: PIXART USB OPTICAL MOUSE: Found scroll wheel(s)
[  340.866] (--) evdev: PIXART USB OPTICAL MOUSE: Found relative axes
[  340.866] (--) evdev: PIXART USB OPTICAL MOUSE: Found x and y relative axes
[  340.866] (II) evdev: PIXART USB OPTICAL MOUSE: Configuring as mouse
[  340.866] (II) evdev: PIXART USB OPTICAL MOUSE: Adding scrollwheel support
[  340.866] (**) evdev: PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
[  340.866] (**) evdev: PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  340.866] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input4/event4"
[  340.866] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE, id 12)
[  340.866] (II) evdev: PIXART USB OPTICAL MOUSE: initialized for relative axes.
[  340.866] (**) PIXART USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
[  340.866] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration profile 0
[  340.866] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[  340.866] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[  340.866] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse0)
[  340.866] (II) No input driver specified, ignoring this device.
[  340.866] (II) This device may have been added with another device file.
[  341.141] (II) intel(0): EDID vendor "GSM", prod id 22553
[  341.141] (II) intel(0): Using EDID range info for horizontal sync
[  341.141] (II) intel(0): Using EDID range info for vertical refresh
[  341.141] (II) intel(0): Printing DDC gathered Modelines:
[  341.141] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  341.141] (II) intel(0): Modeline "800x600"x0.0  40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  341.141] (II) intel(0): Modeline "640x480"x0.0  31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  341.141] (II) intel(0): Modeline "640x480"x0.0  25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  341.141] (II) intel(0): Modeline "720x400"x0.0  28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  341.141] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  341.141] (II) intel(0): Modeline "1024x768"x0.0  78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  341.141] (II) intel(0): Modeline "1024x768"x0.0  65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  341.141] (II) intel(0): Modeline "800x600"x0.0  49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  341.141] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  341.141] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  341.141] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  341.481] (II) intel(0): EDID vendor "GSM", prod id 22553
[  341.481] (II) intel(0): Using hsync ranges from config file
[  341.481] (II) intel(0): Using vrefresh ranges from config file
[  341.481] (II) intel(0): Printing DDC gathered Modelines:
[  341.481] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  341.481] (II) intel(0): Modeline "800x600"x0.0  40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  341.481] (II) intel(0): Modeline "640x480"x0.0  31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  341.481] (II) intel(0): Modeline "640x480"x0.0  25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  341.481] (II) intel(0): Modeline "720x400"x0.0  28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  341.481] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  341.481] (II) intel(0): Modeline "1024x768"x0.0  78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  341.481] (II) intel(0): Modeline "1024x768"x0.0  65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  341.481] (II) intel(0): Modeline "800x600"x0.0  49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  341.481] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  341.482] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  341.482] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  346.532] (II) evdev: PIXART USB OPTICAL MOUSE: Close
[  346.532] (II) UnloadModule: "evdev"
[  346.532] (II) evdev: Chicony USB EL Backlit Keyboard: Close
[  346.532] (II) UnloadModule: "evdev"
[  346.532] (II) evdev: Chicony USB EL Backlit Keyboard: Close
[  346.532] (II) UnloadModule: "evdev"
[  346.532] (II) evdev: HID 0c16:0001: Close
[  346.532] (II) UnloadModule: "evdev"
[  346.532] (II) evdev: HID 0c16:0001: Close
[  346.532] (II) UnloadModule: "evdev"
[  346.532] (II) evdev: Power Button: Close
[  346.533] (II) UnloadModule: "evdev"
[  346.533] (II) evdev: Power Button: Close
[  346.533] (II) UnloadModule: "evdev"
[  346.764] Server terminated successfully (0). Closing log file.


Wim Sturkenboom 12-18-2012 11:38 PM

From what I've seen on the web, the cause for the login / black / login is often (always?) the .xsession-errors file (with a huge size). I'm not sure what to do with this information myself; probably analyze the file for pointers to identify the problem or delete it.

I assume you can press <ctrl><alt><F1> to get to a console and login normally.

AbeFM 12-19-2012 01:57 AM

Quote:

Originally Posted by Wim Sturkenboom (Post 4852516)
From what I've seen on the web, the cause for the login / black / login is often (always?) the .xsession-errors file (with a huge size). I'm not sure what to do with this information myself; probably analyze the file for pointers to identify the problem or delete it.

I assume you can press <ctrl><alt><F1> to get to a console and login normally.

Code:

Welcome to Ubuntu 12.10 (GNU/Linux 3.5.0-19-generic i686)

 * Documentation:  https://help.ubuntu.com/

Last login: Tue Dec 18 23:38:48 2012
abe@HBO:~$ more .xsession-errors
initctl: Unknown job: lightdm-session
The script you are attempting to invoke has been converted to an Upstart
job, but gnome-session --session=ubuntu is not supported for Upstart jobs.
abe@HBO:~$ more .xsession-errors.old
initctl: Unknown job: lightdm-session
The script you are attempting to invoke has been converted to an Upstart
job, but gnome-session --session=ubuntu is not supported for Upstart jobs.
abe@HBO:~$

Makes me think I'm onto something.

AbeFM 12-19-2012 02:42 AM

Someone elsewhere came up with a clever "find all logged errors" command/script which I tweaked slightly.

Ran command:
MYLOG=/media/HBO-RAID/RAID-Storage/MyLog$(date +%T-%d.%m.%y).log; echo '['"code"']' >> ${MYLOG} && uname -a >> ${MYLOG} && lsb_release -a >> ${MYLOG} && for LOGFILE in $(ls /var/log/*.log); do sudo grep -iHw 'segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\)' $LOGFILE | tee -a ${MYLOG}; done && echo '['"code"']' >> ${MYLOG}

output:
Code:

Linux HBO 3.5.0-19-generic #30-Ubuntu SMP Tue Nov 13 17:49:53 UTC 2012 i686 i686 i686 GNU/Linux
Distributor ID:        Ubuntu
Description:        Ubuntu 12.10
Release:        12.10
Codename:        quantal
/var/log/auth.log:Dec 18 23:38:27 HBO lightdm: pam_unix(lightdm-autologin:session): session opened for user abe by (uid=0)
/var/log/auth.log:Dec 18 23:38:27 HBO lightdm: pam_ck_connector(lightdm-autologin:session): nox11 mode, ignoring PAM_TTY :0
/var/log/auth.log:Dec 18 23:38:27 HBO lightdm: pam_unix(lightdm-autologin:session): session closed for user abe
/var/log/auth.log:Dec 18 23:38:28 HBO lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
/var/log/auth.log:Dec 18 23:38:28 HBO lightdm: pam_ck_connector(lightdm-greeter:session): nox11 mode, ignoring PAM_TTY :0
/var/log/auth.log:Dec 18 23:38:29 HBO lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "abe"
/var/log/auth.log:Dec 18 23:38:29 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.25" (uid=110 pid=2223 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 18 23:38:30 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.29" (uid=110 pid=2225 comm="/usr/lib/indicator-datetime/indicator-datetime-ser") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 18 23:38:48 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.25" (uid=110 pid=2223 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 18 23:38:48 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.25" (uid=110 pid=2223 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 18 23:43:25 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/sbin/restart lightdm
/var/log/auth.log:Dec 18 23:43:25 HBO lightdm: pam_unix(lightdm-greeter:session): session closed for user lightdm
/var/log/auth.log:Dec 18 23:43:26 HBO lightdm: pam_unix(lightdm-autologin:session): session opened for user abe by (uid=0)
/var/log/auth.log:Dec 18 23:43:26 HBO lightdm: pam_ck_connector(lightdm-autologin:session): nox11 mode, ignoring PAM_TTY :0
/var/log/auth.log:Dec 18 23:43:26 HBO lightdm: pam_unix(lightdm-autologin:session): session closed for user abe
/var/log/auth.log:Dec 18 23:43:27 HBO lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
/var/log/auth.log:Dec 18 23:43:27 HBO lightdm: pam_ck_connector(lightdm-greeter:session): nox11 mode, ignoring PAM_TTY :0
/var/log/auth.log:Dec 18 23:43:27 HBO lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "abe"
/var/log/auth.log:Dec 18 23:43:27 HBO lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "abe"
/var/log/auth.log:Dec 18 23:43:28 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.54" (uid=110 pid=3577 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 18 23:43:28 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.59" (uid=110 pid=3580 comm="/usr/lib/indicator-datetime/indicator-datetime-ser") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 18 23:44:38 HBO lightdm: pam_unix(lightdm-greeter:session): session closed for user lightdm
/var/log/auth.log:Dec 18 23:44:38 HBO lightdm: pam_unix(lightdm:session): session opened for user abe by (uid=0)
/var/log/auth.log:Dec 18 23:44:38 HBO lightdm: pam_ck_connector(lightdm:session): nox11 mode, ignoring PAM_TTY :0
/var/log/auth.log:Dec 18 23:44:38 HBO lightdm: pam_unix(lightdm:session): session closed for user abe
/var/log/auth.log:Dec 18 23:44:39 HBO lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
/var/log/auth.log:Dec 18 23:44:39 HBO lightdm: pam_ck_connector(lightdm-greeter:session): nox11 mode, ignoring PAM_TTY :0
/var/log/auth.log:Dec 18 23:44:40 HBO lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "abe"
/var/log/auth.log:Dec 18 23:44:40 HBO lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "abe"
/var/log/auth.log:Dec 18 23:44:40 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 18 23:44:40 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.75" (uid=110 pid=3831 comm="/usr/lib/indicator-datetime/indicator-datetime-ser") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/boot.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dpkg.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stderr.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stdout.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/kern.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/mail.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/pm-powersave.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/ufw.log
/var/log/auth.log:Dec 19 00:13:08 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/Xorg.0.log
/var/log/auth.log:Dec 19 00:15:10 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:15:10 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/boot.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dpkg.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stderr.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stdout.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/kern.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/mail.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/pm-powersave.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/ufw.log
/var/log/auth.log:Dec 19 00:16:34 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/Xorg.0.log
/var/log/auth.log:Dec 19 00:20:27 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:20:27 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:20:30 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/boot.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dpkg.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stderr.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stdout.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/kern.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/mail.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/pm-powersave.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/ufw.log
/var/log/auth.log:Dec 19 00:20:31 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/Xorg.0.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/boot.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dpkg.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stderr.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stdout.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/kern.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/mail.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/pm-powersave.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/ufw.log
/var/log/auth.log:Dec 19 00:24:56 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/Xorg.0.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/boot.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dpkg.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stderr.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stdout.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/kern.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/mail.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/pm-powersave.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/ufw.log
/var/log/auth.log:Dec 19 00:26:09 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/Xorg.0.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/boot.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dpkg.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stderr.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stdout.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/kern.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/mail.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/pm-powersave.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/ufw.log
/var/log/auth.log:Dec 19 00:26:10 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/Xorg.0.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/boot.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dpkg.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stderr.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stdout.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/kern.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/mail.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/pm-powersave.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/ufw.log
/var/log/auth.log:Dec 19 00:32:28 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/Xorg.0.log
/var/log/auth.log:Dec 19 00:33:00 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:33:00 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/boot.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dpkg.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stderr.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/dvbhdhomerun_stdout.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/kern.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/mail.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/pm-powersave.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/ufw.log
/var/log/auth.log:Dec 19 00:34:35 HBO sudo:      abe : TTY=pts/3 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/Xorg.0.log
/var/log/auth.log:Dec 19 00:34:53 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:34:53 HBO dbus[591]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=110 pid=3829 comm="/usr/lib/indicator-session/indicator-session-servi") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=1406 comm="/usr/sbin/console-kit-daemon --no-daemon ")
/var/log/auth.log:Dec 19 00:34:56 HBO sudo:      abe : TTY=tty1 ; PWD=/home/abe ; USER=root ; COMMAND=/bin/grep -iHw segfault\|warning\|error\|critical\|lightdm\|\(WW \)\|\(EE\) /var/log/auth.log
/var/log/boot.log: * Starting LightDM Display Manager[74G[ OK ]
/var/log/kern.log:Dec 18 23:38:25 HBO kernel: [    4.346979] type=1400 audit(1355902705.787:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1081 comm="apparmor_parser"
/var/log/kern.log:Dec 18 23:38:25 HBO kernel: [    4.382811] ACPI Warning: 0x00000460-0x0000047f SystemIO conflicts with Region \_SB_.PCI0.GFX0.TCOI 1 (20120320/utaddress-251)
/var/log/Xorg.0.log:        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

No shortage of errors, many involving lightdm. Mean anything to anyone?

AbeFM 12-19-2012 02:56 AM

Specifically, the last line looks suspicious:
Code:

/var/log/kern.log:Dec 18 23:38:25 HBO kernel: [    4.382811] ACPI Warning: 0x00000460-0x0000047f SystemIO conflicts with Region \_SB_.PCI0.GFX0.TCOI 1 (20120320/utaddress-251)
I WAS playing with the bios. Could I have accidentally turned off something it expects to see?


All times are GMT -5. The time now is 09:21 AM.