LINUX Mageia 4.1 Control Blocks and Scripts


This is an extension to the LINUX Mageia 4.1 page.
Compiled by: Waldis Jirgens. Latest update: 1st June 2015.

The usual disclaimer applies:
Use the information on this page AT YOUR OWN RISK. Don't blame me, if you, your data, or your PC get hurt!


Contents
Hardware Set-up
Current /etc/fstab
Current /etc/fstab on the Blag system
Current /etc/modprobe.conf
Installed rpms
Installed rpms on the Blag system
Current /etc/modules
Current /etc/X11/xorg.conf
Content /var/log/Xorg.0.log
GTK Configuration File $HOME/.gtkrc-2.0
/boot/grub/menu.lst
Boot Messages
$HOME/.xawtv
/etc/mozpluggerrc
/etc/cups/printers.conf - Epson XP-200 Printer Configuration File

Hardware Set-up

Peripheral Configuration:
Audio: Enable
On Board 1394: Enable
Trusted Platform Module: Disable

Drive Configuration:
Use Automatic Mode: Enable
ATA/IDE Mode: Enhanced
Configure SATA as: IDE
S.M.A.R.T. for hard drives: Enable

Video:
DVMT Mode: DVMT
IGD DVMT Memory: 128 MB
IGD Aperture size: 256 MB
Primary Video Adapter: Int Graphics (IGD)

Current /etc/fstab

# Entry for /dev/sdb1 :
UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33 / ext4 relatime,acl 1 1
# Entry for /dev/sdb6 :
UUID=e33dfa8a-5e7c-4871-92c3-d2a9deecedf7 /home ext4 acl,relatime 1 2
none /proc proc defaults 0 0
# Entry for /dev/sda1
/dev/sda1 /media/blagsys ext4 acl,relatime 1 2
# Entry for /dev/sda2 :
UUID=6abe7e58-2eed-4549-a2f0-e50de5b0ca93 swap swap defaults 0 0
# Entry for /dev/sdb5 :
UUID=6da82e3f-7005-4b5b-b856-79a2b324936c swap swap defaults 0 0
# Entry for /dev/sda3
/dev/sda3 /media/blaghome ext4 acl,relatime 1 2

Current /etc/fstab on the Blag system

#
# /etc/fstab
# Created by anaconda on Wed Jun 15 21:20:21 2011
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=9d6584fb-0657-4015-9409-74d9d7d42ea5 /                       ext4    defaults        1 1
UUID=393a2eab-8140-4282-983b-b4dbc8f07b56 /home                   ext4    defaults        1 2
UUID=6abe7e58-2eed-4549-a2f0-e50de5b0ca93 swap                    swap    defaults        0 0
UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10 swap                    swap    defaults        0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
/dev/sdb1 /media/sdb1 ext4
/dev/sdb6 /media/sdb6 ext4

Current /etc/modprobe.conf

install usb-interface /sbin/modprobe uhci_hcd; /sbin/modprobe ehci_hcd; /sbin/modprobe ehci_pci; /bin/true
install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe pata_acpi; /sbin/modprobe ata_generic; /sbin/modprobe ahci; /bin/true
install ide-controller /sbin/modprobe ide_pci_generic; /sbin/modprobe piix; /bin/true

Current /etc/modules

empty

Current /etc/X11/xorg.conf

# File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "v4l" # Video for Linux
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "E190HQV"
    HorizSync 31-80
    VertRefresh 56-76
    
    # Monitor preferred modeline (59.8 Hz vsync, 47.7 kHz hsync, ratio 16/9, 78 dpi)
    ModeLine "1366x768" 85.5 1366 1436 1579 1792 768 771 774 798 +hsync +vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Intel Corporation"
    BoardName "Intel 810 and later"
    Driver "intel"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection

Current /var/log/Xorg.0.log

[    19.823] 
X.Org X Server 1.14.5
Release Date: 2013-12-12
[    19.823] X Protocol Version 11, Revision 0
[    19.823] Build Operating System: Linux_3.14.27-server-1.mga4 Mageia
[    19.823] Current Operating System: Linux localhost 3.14.32-desktop-1.mga4 #1 SMP Sat Feb 7 00:45:59 UTC 2015 i686
[    19.823] Kernel command line: BOOT_IMAGE=linux root=UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33 splash quiet resume=UUID=6da82e3f-7005-4b5b-b856-79a2b324936c vga=788
[    19.823] Build Date: 11 February 2015  04:26:49PM
[    19.823]  
[    19.823] Current version of pixman: 0.32.4
[    19.823] 	Before reporting problems, check http://bugs.mageia.org
	to make sure that you have the latest version.
[    19.823] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.823] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 24 19:32:07 2015
[    19.824] (==) Using config file: "/etc/X11/xorg.conf"
[    19.824] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.824] (==) ServerLayout "layout1"
[    19.824] (**) |-->Screen "screen1" (0)
[    19.824] (**) |   |-->Monitor "monitor1"
[    19.824] (**) |   |-->Device "device1"
[    19.824] (**) Option "DontZap" "False"
[    19.824] (**) Option "AllowMouseOpenFail"
[    19.824] (==) Automatically adding devices
[    19.824] (==) Automatically enabling devices
[    19.824] (==) Automatically adding GPU devices
[    19.825] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d
[    19.825] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    19.825] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.825] (II) Loader magic: 0x825c640
[    19.825] (II) Module ABI versions:
[    19.825] 	X.Org ANSI C Emulation: 0.4
[    19.825] 	X.Org Video Driver: 14.1
[    19.825] 	X.Org XInput driver : 19.1
[    19.825] 	X.Org Server Extension : 7.0
[    19.825] (II) xfree86: Adding drm device (/dev/dri/card0)
[    19.827] (--) PCI:*(0:0:2:0) 8086:2772:8086:544e rev 2, Mem @ 0x68200000/524288, 0x60000000/134217728, 0x68280000/131072, I/O @ 0x000020e0/8
[    19.828] (--) PCI: (0:6:1:0) 109e:036e:0000:0000 rev 17, Mem @ 0x68001000/4096
[    19.828] (II) Open ACPI successful (/var/run/acpid.socket)
[    19.828] Initializing built-in extension Generic Event Extension
[    19.828] Initializing built-in extension SHAPE
[    19.828] Initializing built-in extension MIT-SHM
[    19.828] Initializing built-in extension XInputExtension
[    19.828] Initializing built-in extension XTEST
[    19.828] Initializing built-in extension BIG-REQUESTS
[    19.828] Initializing built-in extension SYNC
[    19.828] Initializing built-in extension XKEYBOARD
[    19.828] Initializing built-in extension XC-MISC
[    19.828] Initializing built-in extension SECURITY
[    19.828] Initializing built-in extension XINERAMA
[    19.828] Initializing built-in extension XFIXES
[    19.828] Initializing built-in extension XFree86-Bigfont
[    19.828] Initializing built-in extension RENDER
[    19.828] Initializing built-in extension RANDR
[    19.828] Initializing built-in extension COMPOSITE
[    19.828] Initializing built-in extension DAMAGE
[    19.828] Initializing built-in extension MIT-SCREEN-SAVER
[    19.828] Initializing built-in extension DOUBLE-BUFFER
[    19.828] Initializing built-in extension RECORD
[    19.828] Initializing built-in extension DPMS
[    19.828] Initializing built-in extension X-Resource
[    19.828] Initializing built-in extension XVideo
[    19.828] Initializing built-in extension XVideo-MotionCompensation
[    19.828] Initializing built-in extension XFree86-VidModeExtension
[    19.828] Initializing built-in extension XFree86-DGA
[    19.828] Initializing built-in extension XFree86-DRI
[    19.828] Initializing built-in extension DRI2
[    19.828] (II) "glx" will be loaded by default.
[    19.828] (II) LoadModule: "v4l"
[    20.242] (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
[    20.242] (II) Module v4l: vendor="X.Org Foundation"
[    20.242] 	compiled for 1.14.3, module version = 0.1.1
[    20.242] 	ABI class: X.Org Video Driver, version 14.1
[    20.242] (II) LoadModule: "glx"
[    20.243] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    20.244] (II) Module glx: vendor="X.Org Foundation"
[    20.244] 	compiled for 1.14.5, module version = 1.0.0
[    20.244] 	ABI class: X.Org Server Extension, version 7.0
[    20.244] (==) AIGLX enabled
[    20.244] Loading extension GLX
[    20.244] (II) LoadModule: "intel"
[    20.244] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    20.246] (II) Module intel: vendor="X.Org Foundation"
[    20.246] 	compiled for 1.14.5, module version = 2.99.909
[    20.246] 	Module class: X.Org Video Driver
[    20.246] 	ABI class: X.Org Video Driver, version 14.1
[    20.246] (II) v4l driver for Video4Linux
[    20.246] (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
[    20.247] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[    20.247] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[    20.247] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[    20.247] (--) using VT number 2

[    20.247] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    20.247] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    20.253] (WW) Falling back to old probe method for v4l
[    20.254] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945G
[    20.254] (--) intel(0): CPU: x86, sse2, sse3
[    20.254] (II) intel(0): Creating default Display subsection in Screen section
	"screen1" for depth/fbbpp 24/32
[    20.254] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    20.254] (==) intel(0): RGB weight 888
[    20.254] (==) intel(0): Default visual is TrueColor
[    20.254] (**) intel(0): Framebuffer tiled
[    20.254] (**) intel(0): Pixmaps tiled
[    20.254] (**) intel(0): "Tear free" disabled
[    20.254] (**) intel(0): Forcing per-crtc-pixmaps? no
[    20.254] (II) intel(0): Output VGA1 using monitor section monitor1
[    20.254] (II) intel(0): Output VIRTUAL1 has no monitor section
[    20.254] (--) intel(0): Output VGA1 using initial mode 1366x768 on pipe 0
[    20.254] (==) intel(0): DPI set to (96, 96)
[    20.255] (II) Loading sub module "dri2"
[    20.255] (II) LoadModule: "dri2"
[    20.255] (II) Module "dri2" already built-in
[    20.255] (==) Depth 24 pixmap format is 32 bpp
[    20.255] (II) intel(0): SNA initialized with Alviso (gen3) backend
[    20.255] (==) intel(0): Backing store disabled
[    20.255] (==) intel(0): Silken mouse enabled
[    20.255] (II) intel(0): HW Cursor enabled
[    20.255] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    20.255] (**) intel(0): DPMS enabled
[    20.255] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[    20.255] (II) intel(0): [DRI2] Setup complete
[    20.255] (II) intel(0): [DRI2]   DRI driver: i915
[    20.255] (II) intel(0): [DRI2]   VDPAU driver: i915
[    20.255] (II) intel(0): direct rendering: DRI2 Enabled
[    20.255] (==) intel(0): hotplug detection: "enabled"
[    20.255] (--) RandR disabled
[    20.275] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    20.275] (II) AIGLX: enabled GLX_INTEL_swap_event
[    20.275] (II) AIGLX: enabled GLX_ARB_create_context
[    20.275] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    20.275] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    20.275] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    20.275] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    20.275] (II) AIGLX: Loaded and initialized i915
[    20.275] (II) GLX: Initialized DRI2 GL provider for screen 0
[    20.286] (II) intel(0): switch to mode 1366x768@59.8 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[    20.305] (II) intel(0): Setting screen physical size to 361 x 203
[    21.218] (II) XKB: generating xkmfile /usr/share/X11/xkb/compiled/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
[    21.249] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    21.249] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.249] (II) LoadModule: "evdev"
[    21.391] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    21.391] (II) Module evdev: vendor="X.Org Foundation"
[    21.392] 	compiled for 1.14.3, module version = 2.8.2
[    21.392] 	Module class: X.Org XInput Driver
[    21.392] 	ABI class: X.Org XInput driver, version 19.1
[    21.392] (II) Using input driver 'evdev' for 'Power Button'
[    21.392] (**) Power Button: always reports core events
[    21.392] (**) evdev: Power Button: Device: "/dev/input/event2"
[    21.392] (--) evdev: Power Button: Vendor 0 Product 0x1
[    21.392] (--) evdev: Power Button: Found keys
[    21.392] (II) evdev: Power Button: Configuring as keyboard
[    21.392] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    21.392] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.392] (**) Option "xkb_rules" "evdev"
[    21.392] (**) Option "xkb_model" "pc105"
[    21.392] (**) Option "xkb_layout" "lv"
[    21.392] (**) Option "xkb_options" "compose:rwin"
[    21.396] (II) XKB: generating xkmfile /usr/share/X11/xkb/compiled/server-FAC33053FA1F81500128160644D67262587EAEE6.xkm
[    21.422] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    21.422] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    21.422] (II) Using input driver 'evdev' for 'Sleep Button'
[    21.422] (**) Sleep Button: always reports core events
[    21.422] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[    21.422] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    21.422] (--) evdev: Sleep Button: Found keys
[    21.423] (II) evdev: Sleep Button: Configuring as keyboard
[    21.423] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[    21.423] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    21.423] (**) Option "xkb_rules" "evdev"
[    21.423] (**) Option "xkb_model" "pc105"
[    21.423] (**) Option "xkb_layout" "lv"
[    21.423] (**) Option "xkb_options" "compose:rwin"
[    21.423] (II) config/udev: Adding drm device (/dev/dri/card0)
[    21.424] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[    21.424] (II) No input driver specified, ignoring this device.
[    21.424] (II) This device may have been added with another device file.
[    21.424] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
[    21.424] (II) No input driver specified, ignoring this device.
[    21.424] (II) This device may have been added with another device file.
[    21.425] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event5)
[    21.425] (II) No input driver specified, ignoring this device.
[    21.425] (II) This device may have been added with another device file.
[    21.425] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event4)
[    21.425] (II) No input driver specified, ignoring this device.
[    21.425] (II) This device may have been added with another device file.
[    21.426] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event3)
[    21.426] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    21.426] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[    21.426] (**) USB Optical Mouse: always reports core events
[    21.426] (**) evdev: USB Optical Mouse: Device: "/dev/input/event3"
[    21.426] (--) evdev: USB Optical Mouse: Vendor 0x15ca Product 0xc3
[    21.426] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[    21.426] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[    21.426] (--) evdev: USB Optical Mouse: Found relative axes
[    21.426] (--) evdev: USB Optical Mouse: Found x and y relative axes
[    21.426] (II) evdev: USB Optical Mouse: Configuring as mouse
[    21.426] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[    21.426] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    21.426] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    21.426] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/0003:15CA:00C3.0001/input/input3/event3"
[    21.426] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 8)
[    21.426] (II) evdev: USB Optical Mouse: initialized for relative axes.
[    21.426] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[    21.427] (**) USB Optical Mouse: (accel) acceleration profile 0
[    21.427] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    21.427] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    21.427] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[    21.427] (II) No input driver specified, ignoring this device.
[    21.427] (II) This device may have been added with another device file.
[    21.428] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.428] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.428] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    21.428] (**) AT Translated Set 2 keyboard: always reports core events
[    21.428] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    21.428] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    21.428] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    21.428] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    21.428] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    21.428] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    21.428] (**) Option "xkb_rules" "evdev"
[    21.428] (**) Option "xkb_model" "pc105"
[    21.428] (**) Option "xkb_layout" "lv"
[    21.428] (**) Option "xkb_options" "compose:rwin"
[    21.572] (II) XKB: generating xkmfile /usr/share/X11/xkb/compiled/server-BA576B95D645C62C20D1CD4AAF4BF1A3CBA83DA1.xkm
[    45.370] (II) XKB: generating xkmfile /usr/share/X11/xkb/compiled/server-D2778A7E5DDCA94C5AC6389C7ADB190AB1AD28EC.xkm
[    45.971] (II) intel(0): EDID vendor "EMA", prod id 530
[    45.971] (II) intel(0): Using hsync ranges from config file
[    45.971] (II) intel(0): Using vrefresh ranges from config file
[    45.971] (II) intel(0): Printing DDC gathered Modelines:
[    45.971] (II) intel(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[    45.971] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    45.971] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    45.971] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    45.971] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    45.971] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    45.971] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    45.971] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    45.971] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    45.971] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    45.971] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    45.971] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    45.971] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    45.971] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    45.971] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    45.971] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    45.971] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    45.971] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    45.971] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    45.971] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
;

GTK Configuration File $HOME/.gtkrc-2.0


# Edit these colors and fonts however you like.
style "default"
{
fg[NORMAL]         =    "#190C18"    
fg[ACTIVE]         =    "#190C12"    
fg[PRELIGHT]       =    "#190C15"
fg[SELECTED]       =    "#F5FAF7"       
fg[INSENSITIVE]    =    "#4C7F5D"     
bg[NORMAL]         =    "#59B9C9"       
bg[ACTIVE]         =    "#C0C0C0"     
bg[PRELIGHT]       =   "#7DB381"  
bg[SELECTED]       =   "#B3D0D0"    
bg[INSENSITIVE]    =  "#B0B0B0"   
 
text[NORMAL]       =  "#000000"    
text[ACTIVE]       =  "#190C12"    
text[PRELIGHT]     =  "#190C15"
text[SELECTED]     =  "#FFFFFF"  
text[INSENSITIVE]  =  "#000000"    
base[NORMAL]       =  "#BEBEBE"     
base[ACTIVE]       =  "#7DB39C"     
base[PRELIGHT]     =  "#B37B81"  
base[SELECTED]     =  "#B3B3B3"    
base[INSENSITIVE]  =  "#597F5C"     
       GtkRange::slider_width = 12
       GtkRange::stepper_size = 12
       GtkScrollbar::min_slider_length = 14
       GtkCheckButton::indicator_size = 12
}
class "*" style "default"
style "ToolTip"
{
 bg[NORMAL] = "#597F5C"
 base[NORMAL] = "#597F5C"
 text[NORMAL] = "#190C18"
 fg[NORMAL] = "#190C18"
}
widget "gtk-tooltips" style "ToolTip"
style "MenuItem"
{
 bg[PRELIGHT] = { 1.000, 0.867, 0.463 }
}
class "*MenuItem" style "MenuItem"

Beware: Some windowmanagers like AfterStep change this file at start!

/boot/grub/menu.lst

timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0

title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33 splash quiet resume=UUID=6da82e3f-7005-4b5b-b856-79a2b324936c vga=788
root (hd0,0)
initrd /boot/initrd.img

title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33  resume=UUID=6da82e3f-7005-4b5b-b856-79a2b324936c
root (hd0,0)
initrd /boot/initrd.img

title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33  failsafe
root (hd0,0)
initrd /boot/initrd.img

title BLAG (spartakus)
root (hd1,0)
kernel (hd1,0)/boot/vmlinuz-2.6.35.10-libre.74.fc14.1.i686 ro root=UUID=9d6584fb-0657-4015-9409-74d9d7d42ea5 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd (hd1,0)/boot/initramfs-2.6.35.10-libre.74.fc14.1.i686.img

title desktop 3.12.21-2.mga4
kernel (hd0,0)/boot/vmlinuz-3.12.21-desktop-2.mga4 BOOT_IMAGE=desktop_3.12.21-2.mga4 root=UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33 splash quiet resume=UUID=6da82e3f-7005-4b5b-b856-79a2b324936c vga=788
root (hd0,0)
initrd /boot/initrd-3.12.21-desktop-2.mga4.img

title desktop 3.14.24-1.mga4
kernel (hd0,0)/boot/vmlinuz-3.14.24-desktop-1.mga4 BOOT_IMAGE=desktop_3.14.24-1.mga4 root=UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33 splash quiet resume=UUID=6da82e3f-7005-4b5b-b856-79a2b324936c vga=788
root (hd0,0)
initrd /boot/initrd-3.14.24-desktop-1.mga4.img

title desktop 3.14.43-1.mga4
kernel (hd0,0)/boot/vmlinuz-3.14.43-desktop-1.mga4 BOOT_IMAGE=desktop_3.14.43-1.mga4 root=UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33 splash quiet resume=UUID=6da82e3f-7005-4b5b-b856-79a2b324936c vga=788
root (hd0,0)
initrd /boot/initrd-3.14.43-desktop-1.mga4.img

Boot Messages:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.32-desktop-1.mga4 (iurt@ecosse.mageia.org) (gcc version 4.8.2 (GCC) ) #1 SMP Sat Feb 7 00:45:59 UTC 2015
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005f676fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005f677000-0x000000005f6e7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005f6e8000-0x000000005f6ebfff] usable
[    0.000000] BIOS-e820: [mem 0x000000005f6ec000-0x000000005f6fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000005f6ff000-0x000000005f6fffff] usable
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI:                  /D945GTP, BIOS NT94510J.86A.3528.2006.0208.1102 02/08/2006
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x5f700 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 040000000 mask FE0000000 write-back
[    0.000000]   2 base 05F800000 mask FFF800000 uncachable
[    0.000000]   3 base 05F700000 mask FFFF00000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000fe680-0x000fe68f] mapped at [c00fe680]
[    0.000000] initial memory mapped: [mem 0x00000000-0x00ffffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x32c00000-0x32ffffff]
[    0.000000]  [mem 0x32c00000-0x32ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x32bfffff]
[    0.000000]  [mem 0x30000000-0x32bfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x33000000-0x333fdfff]
[    0.000000]  [mem 0x33000000-0x333fdfff] page 4k
[    0.000000] BRK [0x00b3b000, 0x00b3bfff] PGTABLE
[    0.000000] BRK [0x00b3c000, 0x00b3dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x377e2000-0x37feffff]
[    0.000000] Allocated new RAMDISK: [mem 0x32bf0000-0x333fd7cf]
[    0.000000] Move RAMDISK from [mem 0x377e2000-0x37fef7cf] to [mem 0x32bf0000-0x333fd7cf]
[    0.000000] ACPI: RSDP 000fe020 000014 (v00 INTEL )
[    0.000000] ACPI: RSDT 5f6fde48 000040 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
[    0.000000] ACPI: FACP 5f6fcf10 000074 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
[    0.000000] ACPI: DSDT 5f6f7010 004004 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
[    0.000000] ACPI: FACS 5f6dcc40 000040
[    0.000000] ACPI: APIC 5f6fce10 000078 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
[    0.000000] ACPI: WDDT 5f6f6f90 000040 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
[    0.000000] ACPI: MCFG 5f6f6f10 00003C (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
[    0.000000] ACPI: ASF! 5f6fcd10 0000A6 (v32 INTEL  D945GTP  00000DC8 MSFT 01000013)
[    0.000000] ACPI: HPET 5f6f6e90 000038 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
[    0.000000] ACPI: TCPA 5f677010 0009CA (v01 INTEL  TIANO    00000002 MSFT 01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 707MB HIGHMEM available.
[    0.000000] 819MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 333fe000
[    0.000000]   low ram: 0 - 333fe000
[    0.000000] BRK [0x00b3e000, 0x00b3efff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x333fdfff]
[    0.000000]   HighMem  [mem 0x333fe000-0x5f6fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x5f676fff]
[    0.000000]   node   0: [mem 0x5f6e8000-0x5f6ebfff]
[    0.000000]   node   0: [mem 0x5f6ff000-0x5f6fffff]
[    0.000000] On node 0 totalpages: 390682
[    0.000000] free_area_init_node: node 0, pgdat c09c2d40, node_mem_map f2000020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1608 pages used for memmap
[    0.000000]   Normal zone: 205822 pages, LIFO batch:31
[    0.000000]   HighMem zone: 1415 pages used for memmap
[    0.000000]   HighMem zone: 180862 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x60000000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f1fc3000 s32384 r0 d20864 u53248
[    0.000000] pcpu-alloc: s32384 r0 d20864 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 389042
[    0.000000] Kernel command line: BOOT_IMAGE=linux root=UUID=98d6e79d-40f7-4a13-98a3-1095b3216c33 splash quiet resume=UUID=6da82e3f-7005-4b5b-b856-79a2b324936c vga=788
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000333fe:0005f700)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 1530656K/1562728K available (5849K kernel code, 536K rwdata, 2668K rodata, 744K init, 612K bss, 32072K reserved, 723448K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xffab4000 - 0xfffff000   (5420 kB)
    pkmap   : 0xff400000 - 0xff800000   (4096 kB)
    vmalloc : 0xf3bfe000 - 0xff3fe000   ( 184 MB)
    lowmem  : 0xc0000000 - 0xf33fe000   ( 819 MB)
      .init : 0xc09da000 - 0xc0a94000   ( 744 kB)
      .data : 0xc06b687d - 0xc09d9380   (3210 kB)
      .text : 0xc0100000 - 0xc06b687d   (5850 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:712 16
[    0.000000] CPU 0 irqstacks, hard=f1808000 soft=f180a000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2999.956 MHz processor
[    0.001015] Calibrating delay loop (skipped), value calculated using timer frequency.. 5999.91 BogoMIPS (lpj=2999956)
[    0.001022] pid_max: default: 32768 minimum: 301
[    0.001033] ACPI: Core revision 20131218
[    0.003888] ACPI: All ACPI Tables successfully acquired
[    0.004037] Security Framework initialized
[    0.004050] TOMOYO Linux initialized
[    0.004071] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004076] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.005048] Initializing cgroup subsys devices
[    0.005054] Initializing cgroup subsys freezer
[    0.005058] Initializing cgroup subsys net_cls
[    0.005061] Initializing cgroup subsys blkio
[    0.005106] CPU: Physical Processor ID: 0
[    0.005110] CPU: Processor Core ID: 0
[    0.005114] mce: CPU supports 4 MCE banks
[    0.005127] CPU0: Thermal monitoring enabled (TM1)
[    0.005145] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64, 1GB 0
tlb_flushall_shift: 6
[    0.005643] Freeing SMP alternatives memory: 36K (c0a94000 - c0a9d000)
[    0.007220] ftrace: allocating 24196 entries in 48 pages
[    0.017132] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.017526] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.027771] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz (fam: 0f, model: 06, stepping: 02)
[    0.028000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.028000] ... version:                0
[    0.028000] ... bit width:              40
[    0.028000] ... generic registers:      18
[    0.028000] ... value mask:             000000ffffffffff
[    0.028000] ... max period:             0000007fffffffff
[    0.028000] ... fixed-purpose events:   0
[    0.028000] ... event mask:             000000000003ffff
[    0.029556] CPU 1 irqstacks, hard=f18de000 soft=f18e8000
[    0.029560] x86: Booting SMP configuration:
[    0.029563] .... node  #0, CPUs:      #1
[    0.002000] Initializing CPU#1
[    0.041060] x86: Booted up 1 node, 2 CPUs
[    0.041067] smpboot: Total of 2 processors activated (11999.82 BogoMIPS)
[    0.042159] devtmpfs: initialized
[    0.043081] PM: Registering ACPI NVS region [mem 0x5f677000-0x5f6e7fff] (462848 bytes)
[    0.044100] xor: measuring software checksum speed
[    0.053266]    pIII_sse  :  4172.000 MB/sec
[    0.063266]    prefetch64-sse:  4244.000 MB/sec
[    0.063271] xor: using function: prefetch64-sse (4244.000 MB/sec)
[    0.063276] pinctrl core: initialized pinctrl subsystem
[    0.063352] RTC time: 19:31:48, date: 04/24/15
[    0.063417] NET: Registered protocol family 16
[    0.063646] cpuidle: using governor ladder
[    0.063650] cpuidle: using governor menu
[    0.063774] ACPI: bus type PCI registered
[    0.063778] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.063917] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[    0.063922] PCI: not using MMCONFIG
[    0.066595] PCI: Using configuration type 1 for base access
[    0.069118] bio: create slab <bio-0> at 0
[    0.086021] raid6: mmxx1     1835 MB/s
[    0.103026] raid6: mmxx2     2132 MB/s
[    0.120055] raid6: sse1x1    1097 MB/s
[    0.137010] raid6: sse1x2    2074 MB/s
[    0.154005] raid6: sse2x1    2207 MB/s
[    0.171016] raid6: sse2x2    3085 MB/s
[    0.171019] raid6: using algorithm sse2x2 (3085 MB/s)
[    0.171022] raid6: using intx1 recovery algorithm
[    0.171203] ACPI: Added _OSI(Module Device)
[    0.171207] ACPI: Added _OSI(Processor Device)
[    0.171210] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.171213] ACPI: Added _OSI(Processor Aggregator Device)
[    0.174871] ACPI: Interpreter enabled
[    0.174895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[    0.174919] ACPI: (supports S0 S1 S3 S4 S5)
[    0.174923] ACPI: Using IOAPIC for interrupt routing
[    0.174950] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[    0.175962] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in ACPI motherboard resources
[    0.175968] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
[    0.175971] PCI: Using MMCONFIG for extended config space
[    0.175996] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.176163] ACPI: No dock devices found.
[    0.185412] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.185422] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.185433] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.187484] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.187489] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.187493] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.187497] acpi PNP0A03:00: host bridge window [mem 0x000e0000-0x000effff] (ignored)
[    0.187501] acpi PNP0A03:00: host bridge window [mem 0xf8000000-0xfebfffff] (ignored)
[    0.187504] acpi PNP0A03:00: host bridge window [mem 0x60000000-0xf0000000] (ignored)
[    0.187508] PCI: root bus 00: using default resources
[    0.187512] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.187719] PCI host bridge to bus 0000:00
[    0.187724] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.187728] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.187732] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.187749] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
[    0.187913] pci 0000:00:02.0: [8086:2772] type 00 class 0x030000
[    0.187932] pci 0000:00:02.0: reg 0x10: [mem 0x68200000-0x6827ffff]
[    0.187941] pci 0000:00:02.0: reg 0x14: [io  0x20e0-0x20e7]
[    0.187951] pci 0000:00:02.0: reg 0x18: [mem 0x60000000-0x67ffffff pref]
[    0.187960] pci 0000:00:02.0: reg 0x1c: [mem 0x68280000-0x6829ffff]
[    0.188154] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.188176] pci 0000:00:1b.0: reg 0x10: [mem 0x682a0000-0x682a3fff 64bit]
[    0.188273] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.188376] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.188457] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.188557] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.188630] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.188711] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
[    0.188811] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.188882] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.188959] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
[    0.189065] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.189140] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.189217] pci 0000:00:1c.4: [8086:27e0] type 01 class 0x060400
[    0.189317] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.189388] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.189468] pci 0000:00:1c.5: [8086:27e2] type 01 class 0x060400
[    0.189567] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.189638] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.189718] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.189771] pci 0000:00:1d.0: reg 0x20: [io  0x2080-0x209f]
[    0.189888] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.189962] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.190020] pci 0000:00:1d.1: reg 0x20: [io  0x2060-0x207f]
[    0.190136] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.190213] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.190266] pci 0000:00:1d.2: reg 0x20: [io  0x2040-0x205f]
[    0.190384] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.190460] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.190513] pci 0000:00:1d.3: reg 0x20: [io  0x2020-0x203f]
[    0.190629] pci 0000:00:1d.3: System wakeup disabled by ACPI
[    0.190715] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.190743] pci 0000:00:1d.7: reg 0x10: [mem 0x682a4400-0x682a47ff]
[    0.190845] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.190942] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.191030] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.191153] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.191236] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[    0.191334] pci 0000:00:1f.0: address space collision: [io  0x0400-0x047f] conflicts with ACPI CPU throttle [??? 0x00000410-0x00000415 flags 0x80000000]
[    0.191342] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    0.191348] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[    0.191497] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    0.191515] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.191528] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.191540] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.191552] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.191565] pci 0000:00:1f.1: reg 0x20: [io  0x20b0-0x20bf]
[    0.191707] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
[    0.191727] pci 0000:00:1f.2: reg 0x10: [io  0x20c8-0x20cf]
[    0.191740] pci 0000:00:1f.2: reg 0x14: [io  0x20ec-0x20ef]
[    0.191753] pci 0000:00:1f.2: reg 0x18: [io  0x20c0-0x20c7]
[    0.191764] pci 0000:00:1f.2: reg 0x1c: [io  0x20e8-0x20eb]
[    0.191775] pci 0000:00:1f.2: reg 0x20: [io  0x20a0-0x20af]
[    0.191786] pci 0000:00:1f.2: reg 0x24: [mem 0x682a4000-0x682a43ff]
[    0.191826] pci 0000:00:1f.2: PME# supported from D3hot
[    0.191954] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.192023] pci 0000:00:1f.3: reg 0x20: [io  0x2000-0x201f]
[    0.192266] pci 0000:01:00.0: [8086:108c] type 00 class 0x020000
[    0.192297] pci 0000:01:00.0: reg 0x10: [mem 0x68180000-0x6819ffff]
[    0.192318] pci 0000:01:00.0: reg 0x14: [mem 0x68100000-0x6817ffff]
[    0.192339] pci 0000:01:00.0: reg 0x18: [io  0x1000-0x101f]
[    0.192515] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.192651] pci 0000:01:00.3: [8086:108f] type 00 class 0x070002
[    0.192682] pci 0000:01:00.3: reg 0x10: [io  0x1020-0x1027]
[    0.192703] pci 0000:01:00.3: reg 0x14: [mem 0x681a1000-0x681a1fff]
[    0.192897] pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
[    0.193031] pci 0000:01:00.4: [8086:108e] type 00 class 0x0c0701
[    0.193062] pci 0000:01:00.4: reg 0x10: [mem 0x681a0000-0x681a0fff]
[    0.193083] pci 0000:01:00.4: reg 0x14: [io  0x1028-0x102b]
[    0.193276] pci 0000:01:00.4: PME# supported from D0 D3hot D3cold
[    0.193381] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.193407] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.193414] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.193419] pci 0000:00:1c.0:   bridge window [mem 0x68100000-0x681fffff]
[    0.193509] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.193599] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.193690] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.193781] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.193869] pci 0000:06:01.0: [109e:036e] type 00 class 0x040000
[    0.193895] pci 0000:06:01.0: reg 0x10: [mem 0x68001000-0x68001fff pref]
[    0.194080] pci 0000:06:01.1: [109e:0878] type 00 class 0x048000
[    0.194106] pci 0000:06:01.1: reg 0x10: [mem 0x68000000-0x68000fff pref]
[    0.194321] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
[    0.194335] pci 0000:00:1e.0:   bridge window [mem 0x68000000-0x680fffff 64bit pref]
[    0.194340] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.194343] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.194388] pci_bus 0000:00: on NUMA node 0
[    0.194510] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[    0.194630] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.194754] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
[    0.194872] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[    0.194989] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.195114] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.195233] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
[    0.195350] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[    0.195832] ACPI: Enabled 1 GPEs in block 00 to 1F
[    0.195925] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.195925] vgaarb: loaded
[    0.195925] vgaarb: bridge control possible 0000:00:02.0
[    0.196023] sta2x11_scr_init
[    0.196042] sta2x11_apb_soc_regs_init
[    0.196056] sta2x11_sctl_init
[    0.196068] sta2x11_apbreg_init
[    0.196463] SCSI subsystem initialized
[    0.196516] libata version 3.00 loaded.
[    0.196516] PCI: Using ACPI for IRQ routing
[    0.198534] PCI: pci_cache_line_size set to 64 bytes
[    0.198616] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.198621] e820: reserve RAM buffer [mem 0x5f677000-0x5fffffff]
[    0.198624] e820: reserve RAM buffer [mem 0x5f6ec000-0x5fffffff]
[    0.198626] e820: reserve RAM buffer [mem 0x5f700000-0x5fffffff]
[    0.198806] NetLabel: Initializing
[    0.198810] NetLabel:  domain hash size = 128
[    0.198812] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.198831] NetLabel:  unlabeled traffic allowed by default
[    0.198905] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.198911] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.198919] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.201036] Switched to clocksource hpet
[    0.215406] pnp: PnP ACPI init
[    0.215433] ACPI: bus type PNP registered
[    0.215564] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.215569] system 00:00: [mem 0xfed13000-0xfed13fff] has been reserved
[    0.215573] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.215577] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.215581] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.215585] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.215589] system 00:00: [mem 0xfed20000-0xfed9ffff] has been reserved
[    0.215594] system 00:00: [mem 0x000c0000-0x000dffff] could not be reserved
[    0.215598] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.215604] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.215852] pnp 00:01: [dma 4]
[    0.215893] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.215962] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.216036] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.216092] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.216179] system 00:05: [io  0x0500-0x053f] has been reserved
[    0.216184] system 00:05: [io  0x0400-0x047f] could not be reserved
[    0.216188] system 00:05: [io  0x0680-0x06ff] has been reserved
[    0.216194] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.216487] pnp 00:06: [dma 2]
[    0.216570] pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.216916] pnp 00:07: [dma 0 disabled]
[    0.217025] pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.217131] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.217412] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.217566] pnp 00:0a: Plug and Play ACPI device, IDs PNP0003 (active)
[    0.217621] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.217671] pnp: PnP ACPI: found 12 devices
[    0.217673] ACPI: bus type PNP unregistered
[    0.217676] PnPBIOS: Disabled
[    0.256672] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.256686] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.256691] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.256695] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.256707] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.256711] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[    0.256716] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
[    0.256727] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.256732] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
[    0.256736] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
[    0.256748] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    0.256753] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
[    0.256757] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000
[    0.256776] pci 0000:00:1f.0: BAR 13: [io  0x0400-0x047f] has bogus alignment
[    0.256783] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.256788] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.256792] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.256796] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.256800] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.256804] pci 0000:00:1c.4: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.256808] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.256812] pci 0000:00:1c.5: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.256816] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.256820] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.256824] pci 0000:00:1c.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.256828] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.256832] pci 0000:00:1c.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.256840] pci 0000:00:1c.0: BAR 15: assigned [mem 0x68300000-0x684fffff 64bit pref]
[    0.256845] pci 0000:00:1c.2: BAR 14: assigned [mem 0x68500000-0x686fffff]
[    0.256850] pci 0000:00:1c.2: BAR 15: assigned [mem 0x68700000-0x688fffff 64bit pref]
[    0.256855] pci 0000:00:1c.3: BAR 14: assigned [mem 0x68900000-0x68afffff]
[    0.256859] pci 0000:00:1c.3: BAR 15: assigned [mem 0x68b00000-0x68cfffff 64bit pref]
[    0.256864] pci 0000:00:1c.4: BAR 14: assigned [mem 0x68d00000-0x68efffff]
[    0.256869] pci 0000:00:1c.4: BAR 15: assigned [mem 0x68f00000-0x690fffff 64bit pref]
[    0.256873] pci 0000:00:1c.5: BAR 14: assigned [mem 0x69100000-0x692fffff]
[    0.256878] pci 0000:00:1c.5: BAR 15: assigned [mem 0x69300000-0x694fffff 64bit pref]
[    0.256883] pci 0000:00:1c.2: BAR 13: assigned [io  0x3000-0x3fff]
[    0.256888] pci 0000:00:1c.3: BAR 13: assigned [io  0x4000-0x4fff]
[    0.256892] pci 0000:00:1c.4: BAR 13: assigned [io  0x5000-0x5fff]
[    0.256897] pci 0000:00:1c.5: BAR 13: assigned [io  0x6000-0x6fff]
[    0.256903] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.256908] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.256915] pci 0000:00:1c.0:   bridge window [mem 0x68100000-0x681fffff]
[    0.256921] pci 0000:00:1c.0:   bridge window [mem 0x68300000-0x684fffff 64bit pref]
[    0.256929] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.256934] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.256941] pci 0000:00:1c.2:   bridge window [mem 0x68500000-0x686fffff]
[    0.256947] pci 0000:00:1c.2:   bridge window [mem 0x68700000-0x688fffff 64bit pref]
[    0.256954] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.256959] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.256966] pci 0000:00:1c.3:   bridge window [mem 0x68900000-0x68afffff]
[    0.256972] pci 0000:00:1c.3:   bridge window [mem 0x68b00000-0x68cfffff 64bit pref]
[    0.256979] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.256984] pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
[    0.256991] pci 0000:00:1c.4:   bridge window [mem 0x68d00000-0x68efffff]
[    0.256997] pci 0000:00:1c.4:   bridge window [mem 0x68f00000-0x690fffff 64bit pref]
[    0.257014] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.257020] pci 0000:00:1c.5:   bridge window [io  0x6000-0x6fff]
[    0.257027] pci 0000:00:1c.5:   bridge window [mem 0x69100000-0x692fffff]
[    0.257033] pci 0000:00:1c.5:   bridge window [mem 0x69300000-0x694fffff 64bit pref]
[    0.257041] pci 0000:00:1e.0: PCI bridge to [bus 06]
[    0.257051] pci 0000:00:1e.0:   bridge window [mem 0x68000000-0x680fffff 64bit pref]
[    0.257060] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.257064] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.257068] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.257072] pci_bus 0000:01: resource 1 [mem 0x68100000-0x681fffff]
[    0.257075] pci_bus 0000:01: resource 2 [mem 0x68300000-0x684fffff 64bit pref]
[    0.257079] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.257083] pci_bus 0000:02: resource 1 [mem 0x68500000-0x686fffff]
[    0.257086] pci_bus 0000:02: resource 2 [mem 0x68700000-0x688fffff 64bit pref]
[    0.257090] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.257093] pci_bus 0000:03: resource 1 [mem 0x68900000-0x68afffff]
[    0.257097] pci_bus 0000:03: resource 2 [mem 0x68b00000-0x68cfffff 64bit pref]
[    0.257101] pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
[    0.257104] pci_bus 0000:04: resource 1 [mem 0x68d00000-0x68efffff]
[    0.257108] pci_bus 0000:04: resource 2 [mem 0x68f00000-0x690fffff 64bit pref]
[    0.257111] pci_bus 0000:05: resource 0 [io  0x6000-0x6fff]
[    0.257115] pci_bus 0000:05: resource 1 [mem 0x69100000-0x692fffff]
[    0.257118] pci_bus 0000:05: resource 2 [mem 0x69300000-0x694fffff 64bit pref]
[    0.257122] pci_bus 0000:06: resource 2 [mem 0x68000000-0x680fffff 64bit pref]
[    0.257126] pci_bus 0000:06: resource 4 [io  0x0000-0xffff]
[    0.257130] pci_bus 0000:06: resource 5 [mem 0x00000000-0xffffffff]
[    0.257175] NET: Registered protocol family 2
[    0.257448] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.257474] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.257517] TCP: Hash tables configured (established 8192 bind 8192)
[    0.257562] TCP: reno registered
[    0.257567] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.257579] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.257661] NET: Registered protocol family 1
[    0.257681] pci 0000:00:02.0: Boot video device
[    0.259484] PCI: CLS 64 bytes, default 64
[    0.259565] Trying to unpack rootfs image as initramfs...
[    0.446418] Freeing initrd memory: 8248K (f2bf0000 - f33fe000)
[    0.446427] sta2x11_mfd_init
[    0.446684] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[    0.446688] apm: disabled - APM is not SMP safe.
[    0.447219] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.447317] audit: initializing netlink subsys (disabled)
[    0.447345] audit: type=2000 audit(1429903907.446:1): initialized
[    0.474519] bounce pool size: 64 pages
[    0.474545] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.477790] zbud: loaded
[    0.477928] VFS: Disk quotas dquot_6.5.2
[    0.478033] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.478723] msgmni has been set to 1592
[    0.479280] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.479342] io scheduler noop registered
[    0.479348] io scheduler deadline registered
[    0.479418] io scheduler cfq registered (default)
[    0.479902] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.480207] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[    0.480488] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
[    0.480772] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
[    0.481065] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
[    0.481207] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.481239] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.481349] vesafb: mode is 800x600x16, linelength=1600, pages=7
[    0.481352] vesafb: scrolling: redraw
[    0.481355] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[    0.481372] vesafb: framebuffer at 0x60000000, mapped to 0xf3c80000, using 1875k, total 8000k
[    0.497629] Console: switching to colour frame buffer device 100x37
[    0.513636] fb0: VESA VGA frame buffer device
[    0.513705] GHES: HEST is not enabled!
[    0.513805] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.513807] isapnp: Scanning for PnP cards...
[    0.534526] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.556693] 0000:01:00.3: ttyS1 at I/O 0x1020 (irq = 18, base_baud = 115200) is a 16550A
[    0.556978] Linux agpgart interface v0.103
[    0.557213] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[    0.557233] agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
[    0.557894] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.558083] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0x60000000
[    0.561787] brd: module loaded
[    0.562278] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.562283] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.563189] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.563378] mousedev: PS/2 mouse device common for all mice
[    0.564038] rtc_cmos 00:02: RTC can wake from S4
[    0.564226] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.564261] rtc_cmos 00:02: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.564316] ledtrig-cpu: registered to indicate activity on CPUs
[    0.564586] TCP: cubic registered
[    0.564604] Key type dns_resolver registered
[    0.564903] Using IPI No-Shortcut mode
[    0.565108] registered taskstats version 1
[    0.565602] bio: create slab <bio-1> at 1
[    0.570290] Btrfs loaded
[    0.570940]   Magic number: 11:285:547
[    0.571035] rtc_cmos 00:02: setting system clock to 2015-04-24 19:31:48 UTC (1429903908)
[    0.571041] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
[    0.571196] PM: Checking hibernation image partition UUID=6da82e3f-7005-4b5b-b856-79a2b324936c
[    0.597559] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.826977] isapnp: No Plug & Play device found
[    0.826999] PM: Hibernation image not present or could not be loaded.
[    0.827480] Freeing unused kernel memory: 744K (c09da000 - c0a94000)
[    0.827686] Write protecting the kernel text: 5852k
[    0.827772] Write protecting the kernel read-only data: 2672k
[    0.908814] dracut: dracut-034
[    0.931833] ata_piix 0000:00:1f.1: version 2.13
[    0.933219] scsi0 : ata_piix
[    0.933414] scsi1 : ata_piix
[    0.933497] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x20b0 irq 14
[    0.933502] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x20b8 irq 15
[    0.933785] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.934398] ata2: port disabled--ignoring
[    0.934470] scsi2 : ata_piix
[    0.934637] scsi3 : ata_piix
[    0.934718] ata3: SATA max UDMA/133 cmd 0x20c8 ctl 0x20ec bmdma 0x20a0 irq 19
[    0.934722] ata4: SATA max UDMA/133 cmd 0x20c0 ctl 0x20e8 bmdma 0x20a8 irq 19
[    1.096601] ata1.00: ATA-8: WDC WD2500AAJB-00J3A0, 01.03E01, max UDMA/133
[    1.096606] ata1.00: 488397168 sectors, multi 16: LBA48 
[    1.096615] ata1.01: ATAPI: SONY    DVD RW AW-G170A, 1.71, max UDMA/66
[    1.102433] ata1.00: configured for UDMA/100
[    1.108232] ata1.01: configured for UDMA/66
[    1.108604] scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500AAJB-0 01.0 PQ: 0 ANSI: 5
[    1.108829] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.108980] sd 0:0:0:0: [sda] Write Protect is off
[    1.108987] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.109515] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.109959] scsi 0:0:1:0: CD-ROM            SONY     DVD RW AW-G170A  1.71 PQ: 0 ANSI: 5
[    1.132706]  sda: sda1 sda2 sda3
[    1.133386] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.138649] ata3.00: ATA-7: ST3120813AS, 3.AAD, max UDMA/133
[    1.138654] ata3.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.213604] ata3.00: configured for UDMA/133
[    1.213759] scsi 2:0:0:0: Direct-Access     ATA      ST3120813AS      3.AA PQ: 0 ANSI: 5
[    1.213991] sd 2:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    1.214166] sd 2:0:0:0: [sdb] Write Protect is off
[    1.214173] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.214239] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.270211]  sdb: sdb1 sdb2 < sdb5 sdb6 >
[    1.270919] sd 2:0:0:0: [sdb] Attached SCSI disk
[    1.297817] Uniform Multi-Platform E-IDE driver
[    1.452076] tsc: Refined TSC clocksource calibration: 2999.889 MHz
[    1.461509] systemd-udevd[202]: starting version 208
[    1.569625] [drm] Initialized drm 1.1.0 20060810
[    1.579727] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    1.579740] ACPI: Sleep Button [SLPB]
[    1.580948] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.580960] ACPI: Power Button [PWRF]
[    1.658155] [drm] Memory usable by graphics device = 128M
[    1.658166] checking generic (60000000 7d0000) vs hw (60000000 8000000)
[    1.658170] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[    1.658199] Console: switching to colour dummy device 80x25
[    1.658838] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.658844] [drm] Driver supports precise vblank timestamp query.
[    1.659431] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.660220] [drm] initialized overlay support
[    1.707376] fbcon: inteldrmfb (fb0) is primary device
[    1.761036] Console: switching to colour frame buffer device 170x48
[    1.765905] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.765909] i915 0000:00:02.0: registered panic notifier
[    1.765920] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.769244] dracut: Starting plymouth daemon
[    2.452098] Switched to clocksource tsc
[    5.427098] ACPI: bus type USB registered
[    5.427184] usbcore: registered new interface driver usbfs
[    5.427249] usbcore: registered new interface driver hub
[    5.427345] usbcore: registered new device driver usb
[    5.435096] uhci_hcd: USB Universal Host Controller Interface driver
[    5.435497] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.435516] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    5.435530] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.435585] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00002080
[    5.436943] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    5.436952] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.436958] usb usb1: Product: UHCI Host Controller
[    5.436964] usb usb1: Manufacturer: Linux 3.14.32-desktop-1.mga4 uhci_hcd
[    5.436970] usb usb1: SerialNumber: 0000:00:1d.0
[    5.437384] hub 1-0:1.0: USB hub found
[    5.437405] hub 1-0:1.0: 2 ports detected
[    5.437970] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.437988] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[    5.438017] uhci_hcd 0000:00:1d.1: detected 2 ports
[    5.438050] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00002060
[    5.439529] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.439538] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.439545] usb usb2: Product: UHCI Host Controller
[    5.439551] usb usb2: Manufacturer: Linux 3.14.32-desktop-1.mga4 uhci_hcd
[    5.439557] usb usb2: SerialNumber: 0000:00:1d.1
[    5.440279] hub 2-0:1.0: USB hub found
[    5.440300] hub 2-0:1.0: 2 ports detected
[    5.440891] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.440908] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[    5.440920] uhci_hcd 0000:00:1d.2: detected 2 ports
[    5.440972] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002040
[    5.444130] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.444139] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.444145] usb usb3: Product: UHCI Host Controller
[    5.444150] usb usb3: Manufacturer: Linux 3.14.32-desktop-1.mga4 uhci_hcd
[    5.444156] usb usb3: SerialNumber: 0000:00:1d.2
[    5.447293] hub 3-0:1.0: USB hub found
[    5.447316] hub 3-0:1.0: 2 ports detected
[    5.447908] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    5.447928] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[    5.447941] uhci_hcd 0000:00:1d.3: detected 2 ports
[    5.447972] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00002020
[    5.450122] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.450130] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.450136] usb usb4: Product: UHCI Host Controller
[    5.450141] usb usb4: Manufacturer: Linux 3.14.32-desktop-1.mga4 uhci_hcd
[    5.450147] usb usb4: SerialNumber: 0000:00:1d.3
[    5.451299] hub 4-0:1.0: USB hub found
[    5.451322] hub 4-0:1.0: 2 ports detected
[    5.484330] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.484340] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.485882] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    5.575624] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.575633] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    5.582146] ehci-pci: EHCI PCI platform driver
[    5.612141] random: nonblocking pool is initialized
[    5.624241] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    5.624265] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
[    5.624290] ehci-pci 0000:00:1d.7: debug port 1
[    5.628203] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    5.628248] ehci-pci 0000:00:1d.7: irq 23, io mem 0x682a4400
[    5.636521] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.636635] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    5.636640] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.636644] usb usb5: Product: EHCI Host Controller
[    5.636648] usb usb5: Manufacturer: Linux 3.14.32-desktop-1.mga4 ehci_hcd
[    5.636652] usb usb5: SerialNumber: 0000:00:1d.7
[    5.636940] hub 5-0:1.0: USB hub found
[    5.636962] hub 5-0:1.0: 8 ports detected
[    5.658130] hub 1-0:1.0: USB hub found
[    5.658155] hub 1-0:1.0: 2 ports detected
[    5.679118] hub 2-0:1.0: USB hub found
[    5.679141] hub 2-0:1.0: 2 ports detected
[    5.700115] hub 3-0:1.0: USB hub found
[    5.700136] hub 3-0:1.0: 2 ports detected
[    5.721160] hub 4-0:1.0: USB hub found
[    5.721183] hub 4-0:1.0: 2 ports detected
[    5.939061] usb 5-1: new high-speed USB device number 2 using ehci-pci
[    5.964150] PM: Marking nosave pages: [mem 0x0009f000-0x000fffff]
[    5.964161] PM: Basic memory bitmaps created
[    5.975492] PM: Basic memory bitmaps freed
[    5.979636] PM: Starting manual resume from disk
[    5.979645] PM: Hibernation image partition 8:21 present
[    5.979648] PM: Looking for hibernation image.
[    5.990752] PM: Image not found (code -22)
[    5.990757] PM: Hibernation image not present or could not be loaded.
[    6.042634] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    6.054314] usb 5-1: New USB device found, idVendor=05e3, idProduct=0608
[    6.054319] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.054323] usb 5-1: Product: USB2.0 Hub
[    6.054802] hub 5-1:1.0: USB hub found
[    6.055066] hub 5-1:1.0: 4 ports detected
[    6.152736] dracut: Checking ext4: /dev/disk/by-uuid/98d6e79d-40f7-4a13-98a3-1095b3216c33
[    6.153109] dracut: issuing e2fsck -a  /dev/disk/by-uuid/98d6e79d-40f7-4a13-98a3-1095b3216c33
[    6.210658] dracut: /dev/disk/by-uuid/98d6e79d-40f7-4a13-98a3-1095b3216c33: clean, 191760/960992 files, 1725319/3839279 blocks
[    6.213382] dracut: Mounting /dev/disk/by-uuid/98d6e79d-40f7-4a13-98a3-1095b3216c33 with -o relatime,acl
[    6.276377] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: acl
[    6.331048] usb 3-2: new low-speed USB device number 2 using uhci_hcd
[    6.370057] dracut: Mounted root filesystem /dev/sdb1
[    6.488076] usb 3-2: New USB device found, idVendor=15ca, idProduct=00c3
[    6.488083] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    6.488087] usb 3-2: Product: USB Optical Mouse
[    6.501895] hidraw: raw HID events driver (C) Jiri Kosina
[    6.523884] usbcore: registered new interface driver usbhid
[    6.523890] usbhid: USB HID core driver
[    6.525908] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/0003:15CA:00C3.0001/input/input3
[    6.526129] hid-generic 0003:15CA:00C3.0001: input,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:1d.2-2/input0
[    6.556335] usb 5-1.4: new full-speed USB device number 4 using ehci-pci
[    6.610046] dracut: Switching root
[    6.622299] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    6.642210] usb 5-1.4: New USB device found, idVendor=04a9, idProduct=2220
[    6.642216] usb 5-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.642220] usb 5-1.4: Product: CanoScan
[    6.642223] usb 5-1.4: Manufacturer: Canon
[    7.077532] systemd[1]: RTC configured in localtime, applying delta of 600 minutes to system time.
[    7.094921] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT -SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    7.269833] systemd[1]: Inserted module 'autofs4'
[    7.349729] NET: Registered protocol family 10
[    7.350262] systemd[1]: Inserted module 'ipv6'
[    7.364355] systemd[1]: Set hostname to <localhost>.
[    7.981456] systemd[1]: Starting Collect Read-Ahead Data...
[    7.995098] systemd[1]: Starting Replay Read-Ahead Data...
[    7.995859] systemd[1]: Starting Login Prompts.
[    7.996048] systemd[1]: Reached target Login Prompts.
[    7.996111] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    7.996255] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.996287] systemd[1]: Starting RPC Port Mapper.
[    7.996418] systemd[1]: Reached target RPC Port Mapper.
[    7.996461] systemd[1]: Starting Remote File Systems.
[    7.996588] systemd[1]: Reached target Remote File Systems.
[    7.996645] systemd[1]: Starting Delayed Shutdown Socket.
[    7.996875] systemd[1]: Listening on Delayed Shutdown Socket.
[    7.996899] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    7.997054] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    7.997087] systemd[1]: Starting Encrypted Volumes.
[    7.997207] systemd[1]: Reached target Encrypted Volumes.
[    7.997246] systemd[1]: Starting Journal Socket.
[    7.997462] systemd[1]: Listening on Journal Socket.
[    7.997498] systemd[1]: Starting Set default kernel console loglevel...
[    8.012593] systemd[1]: Starting Journal Service...
[    8.013688] systemd[1]: Started Journal Service.
[    8.182603] systemd-readahead[456]: Bumped block_nr parameter of 8:16 to 20480. This is a temporary hack and should be removed one day.
[    8.977806] EXT4-fs (sdb1): re-mounted. Opts: acl
[    9.384814] systemd-udevd[498]: starting version 208
[    9.822922] media: Linux media interface: v0.10
[    9.857299] Linux video capture interface: v2.00
[    9.882739] bttv: driver version 0.9.19 loaded
[    9.882746] bttv: using 8 buffers with 2080k (520 pages) each for capture
[    9.882806] bttv: Bt8xx card found (0)
[    9.883143] bttv: 0: Bt878 (rev 17) at 0000:06:01.0, irq: 22, latency: 64, mmio: 0x68001000
[    9.883166] bttv: 0: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]
[    9.883986] tveeprom 6-0050: Huh, no eeprom present (err=-6)?
[    9.883990] bttv: 0: tuner type unset
[    9.884160] bttv: 0: registered device video0
[    9.884248] bttv: 0: registered device vbi0
[    9.889267] bt878: AUDIO driver version 0.0.0 loaded
[    9.891782] p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
[    9.902767] Floppy drive(s): fd0 is 1.44M
[    9.916652] FDC 0 is a post-1991 82077
[   10.637874] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   10.656742] pps_core: LinuxPPS API ver. 1 registered
[   10.656750] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.658438] parport_pc 00:07: reported by Plug and Play ACPI
[   10.658500] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
[   10.660203] ipmi message handler version 39.2
[   10.671117] intel_rng: Firmware space is locked read-only. If you can't or
intel_rng: don't want to disable this in firmware setup, and if
intel_rng: you are certain that your system has a functional
intel_rng: RNG, try using the 'no_fwh_detect' option.
[   10.671574] PTP clock support registered
[   10.705869] IPMI System Interface driver.
[   10.705923] ipmi_si 0000:01:00.4: probing via PCI
[   10.709996] ipmi_si 0000:01:00.4: [mem 0x681a0000-0x681a0fff] regsize 1 spacing 1 irq 19
[   10.710035] ipmi_si: Adding PCI-specified kcs state machine
[   10.710156] ipmi_si: Trying PCI-specified kcs state machine at mem address 0x681a0000, slave address 0x0, irq 19
[   10.712157] leds_ss4200: no LED devices found
[   10.716967] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[   10.760611] microcode: CPU0 sig=0xf62, pf=0x4, revision=0xd
[   10.764525] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[   10.764534] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[   10.764893] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   10.764951] e1000e 0000:01:00.0: irq 45 for MSI/MSI-X
[   10.785046] ipmi_si: There appears to be no BMC at this location
[   10.814479] e1000e 0000:01:00.0: Warning: detected DSPD enabled in EEPROM
[   10.870265] e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:16:76:32:cd:5b
[   10.870275] e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
[   10.870292] e1000e 0000:01:00.0 eth0: MAC: 2, PHY: 2, PBA No: FFFFFF-0FF
[   10.912361] ppdev: user-space parallel port driver
[   10.917057] iTCO_vendor_support: vendor-support=0
[   10.918910] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[   10.918979] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0460)
[   10.919373] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=1)
[   10.922137] gpio_ich: GPIO from 206 to 255 on gpio_ich
[   10.945217] systemd-udevd[519]: renamed network interface eth0 to enp1s0f0
[   10.951418] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[   10.982524] autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:line
[   10.982530]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.982534]    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   10.982536]    mono: mono_out=0x0
[   10.982538]    inputs:
[   10.982541]      Rear Mic=0xb
[   10.982544]      Front Mic=0x15
[   10.982547]      Line=0xc
[   10.991846] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   10.992657] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   10.992865] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   10.993087] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[   11.063084] microcode: CPU0 sig=0xf62, pf=0x4, revision=0xd
[   11.063676] microcode: CPU0 updated to revision 0xf, date = 2005-12-15
[   11.063695] microcode: CPU1 sig=0xf62, pf=0x4, revision=0xd
[   11.063737] microcode: CPU1 sig=0xf62, pf=0x4, revision=0xd
[   11.064048] microcode: CPU1 updated to revision 0xf, date = 2005-12-15
[   11.064479] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   11.378685] Adding 1023996k swap on /dev/sda2.  Priority:-1 extents:1 across:1023996k FS
[   11.576644] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: acl
[   11.759001] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: acl
[   13.202948] Adding 4191100k swap on /dev/sdb5.  Priority:-2 extents:1 across:4191100k FS
[   15.430064] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: acl
[   15.468507] systemd-journald[458]: Received request to flush runtime journal from PID 1
[   19.751037] systemd[1]: Received SIGRTMIN+21 from PID 250 (plymouthd).
[   29.677064] systemd-sysctl[837]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/51-alt-sysrq.conf'.
[   42.512312] e1000e 0000:01:00.0: irq 45 for MSI/MSI-X
[   42.613103] e1000e 0000:01:00.0: irq 45 for MSI/MSI-X
[   42.613737] IPv6: ADDRCONF(NETDEV_UP): enp1s0f0: link is not ready
[   44.190575] e1000e: enp1s0f0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[   44.190751] e1000e 0000:01:00.0 enp1s0f0: 10/100 speed: disabling TSO
[   44.190836] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0f0: link becomes ready
[   45.021645] Bluetooth: Core ver 2.18
[   45.021744] NET: Registered protocol family 31
[   45.021749] Bluetooth: HCI device and connection manager initialized
[   45.021763] Bluetooth: HCI socket layer initialized
[   45.021772] Bluetooth: L2CAP socket layer initialized
[   45.021797] Bluetooth: SCO socket layer initialized
[   45.030913] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   45.030921] Bluetooth: BNEP filters: protocol multicast
[   45.030938] Bluetooth: BNEP socket layer initialized
[   47.343614] NET: Registered protocol family 17
[ 3270.880356] ip_tables: (C) 2000-2006 Netfilter Core Team
$HOME/.xawtv:
[global]
ratio = 4:3
freqtab = australia
pixsize = 128 x 96
pixcols = 1
jpeg-quality = 25
keypad-ntsc = no
keypad-partial = yes
osd = yes
osd-position = 30 , 20
use-wm-fullscreen = yes
fullscreen = 768x576
# [Station name]
# capture = overlay | grabdisplay | off
# input = Television | Composite1 | S-Video | ...
# norm = PAL | NTSC | SECAM | ...
# channel = #
# fine = # (-128..+127)
# key = keysym | modifier+keysym
# color = #
# bright = #
# hue = #
# contrast = #
[defaults]
group = main
norm = PAL
input = Television
capture = overlay
color = 88%
contrast = 60%
bright = 10%
hue = 11%
audio = mono
[TEN]
channel = 7
[ABC]
channel = 9
[SBS]
channel = 28
[WIN]
channel = 31
[PRIME]
channel = 34
[Camera]channel = 0
input = Composite1
#norm = NTSC
color = 88%
hue=49%
contrast = 60%
bright = 70%
key = K

/etc/mozpluggerrc:

# Configure file for MozPlugger 1.14.4
# Version: Jan 04, 2012
#
# Commands which are not installed on your system will not be used.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.


###################
### m4 macros   ###
###################

changequote([,])

### Helpers

### MPlayer

define(MP_CMD,[mplayer -really-quiet -nojoystick -nofs -zoom -vo xv,x11 -ao pulse,esd,alsa,oss,arts,null -osdlevel 0 $1 </dev/null])

define(MP_EMBED,[embed noisy ignore_errors: MP_CMD(-xy $width -wid $window $1)])

define(MP_NOEMBED,[noembed noisy ignore_errors maxaspect swallow(MPlayer): MP_CMD($1)])

# If you want a small controls in top left corner of embedded window when using
# mplayer then uncomment the first and comment the second below 

#define(MP_VIDEO_STREAM,[controls stream MP_EMBED($1 "$file")
#	stream MP_NOEMBED($1 "$file")])

define(MP_VIDEO_STREAM,[stream MP_EMBED($1 "$file")
	stream MP_NOEMBED($1 "$file")])

define(MP_VIDEO_PLAYLIST, [fmatch($1) MP_EMBED(-playlist "$file")
	                   fmatch($1) MP_NOEMBED(-playlist "$file")])
# Special case for Quicktime
define(MP_LINKS,[stream links noisy ignore_errors: MP_CMD($1)])

define(MP_AUDIO,[mplayer -really-quiet -nojoystick $1 </dev/null])

define(MP_AUDIO_STREAM,[controls stream noisy ignore_errors: mplayer -really-quiet -nojoystick $1 "$file" </dev/null])

### Totem

define(TM_CMD,[totem $1</dev/null])

define(TM_EMBED,[embed noisy ignore_errors fill swallow(Totem): TM_CMD(--toggle-controls $1)])

define(TM_NOEMBED,[nokill noembed noisy ignore_errors: TM_CMD($1)])


define(TM_VIDEO_STREAM,[stream TM_EMBED("$file")
	stream TM_NOEMBED("$file")])

# Special case for Quicktime
define(TM_LINKS,[stream links nokill noembed noisy ignore_errors: TM_CMD($1)])

define(TM_AUDIO_STREAM,[controls stream noisy ignore_errors: TM_CMD("$file")])

### OpenOffice
define([OO],[swallow(VCLSalFrame) fill: libreoffice -nologo -norestore -view $1 "$file"
	swallow(VCLSalFrame) fill: ooffice -nologo -norestore -view $1 "$file"
	swallow(VCLSalFrame) fill: soffice -nologo $1 "$file"])

### Acrobat Reader
define(ACROREAD, [repeat swallow(acroread) fill : acroread -openInNewWindow /a "$fragment" "$file"])

### GV
define(GV_OPTS,[--safer --quiet --antialias -geometry +9000+9000])
define(GV_FLAGS,[repeat noisy swallow(gv) fill])
define(GV,[GV_FLAGS(): gv GV_OPTS() "$file"])

###################
### Video       ###
###################

video/mpeg:mpeg,mpg,mpe:MPEG animation
video/x-mpeg:mpeg,mpg,mpe:MPEG animation
video/x-mpeg2:mpv2,mp2ve:MPEG2 animation
	MP_VIDEO_STREAM()
	TM_VIDEO_STREAM()
        nokill noisy: xine -pq "$file"
	loop: mtvp -l -W$window "$file"
	: mtvp -W$window "$file"
	loop: xanim +Av100 -Zr +W$window +q +f "$file"
	: xanim +Av100 -Zr +W$window +q +Ze +f "$file"

video/mp4:mp4:MPEG4 animation
video/msvideo:avi:AVI animation
video/x-msvideo:avi:AVI animation
video/fli:fli,flc:FLI animation
video/x-fli:fli,flc:FLI animation
	MP_VIDEO_STREAM()
	TM_VIDEO_STREAM()
        nokill noisy: xine -pq "$file"

application/x-mplayer2:*:Windows Media video
video/x-ms-asf:asf,asx:Windows Media video
video/x-ms-wm:wm:Windows Media video
video/x-ms-wmv:wmv:Windows Media video
video/x-ms-wvx:wvx:Windows Media video
video/x-ms-asf-plugin:*:Window Media video
        MP_VIDEO_PLAYLIST(%.asx)
	MP_VIDEO_STREAM()
	TM_VIDEO_STREAM()

application/asx:asx:Windows Media video
	MP_VIDEO_STREAM(-playlist)
	TM_VIDEO_STREAM()

application/x-quicktimeplayer:mov:Quicktime animation
image/x-macpaint:pntg,mov:Quicktime animation
video/quicktime:mov,qt:Quicktime animation
video/x-quicktime:mov,qt:Quicktime animation
	MP_VIDEO_STREAM()
        MP_LINKS("$file")
	TM_VIDEO_STREAM()
        TM_LINKS("$file")
	stream links : xine -pq "$file"
	nokill noisy: xine -pq "$file"

video/x-theora:ogg:OGG stream with video
video/theora:ogg:OGG stream with video
video/ogg:ogg:OGG stream with video
video/x-ogg:ogm,ogv:OGG stream with video
	MP_VIDEO_STREAM()
	TM_VIDEO_STREAM()

video/dl:dl:DL animation
video/x-dl:dl:DL animation
video/sgi-movie:movie,movi,mv:SGI animation
video/x-sgi-movie:movie,movi,mv:SGI animation
video/anim:iff,anim5,anim3,anim7:IFF animation
video/x-anim:iff,anim5,anim3,anim7:IFF animation
	loop: xanim +Av100 -Zr +W$window +q +f "$file"
	: xanim +Av100 -Zr +W$window +q +Ze +f "$file"


##################
### Audio      ###
##################

audio/mid:midi,mid:MIDI audio file
audio/x-mid:midi,mid:MIDI audio file
audio/midi:midi,mid:MIDI audio file
audio/x-midi:midi,mid:MIDI audio file
        controls: timidity "$file"
	controls: playmidi "$file"

audio/mod:mod:Soundracker audio Module
audio/x-mod:mod:Soundracker audio Module
	controls loop noisy: mikmod -q --interpolate "$file"
	controls noisy: mikmod -q --interpolate "$file"
	controls loop noisy: xmp -l --nocmd "$file"
	controls noisy: xmp --nocmd "$file"

audio/mp3:mp3:MPEG audio
audio/x-mp3:mp3:MPEG audio
audio/mpeg2:mp2:MPEG audio
audio/x-mpeg2:mp2:MPEG audio
audio/mpeg3:mp3:MPEG audio
audio/x-mpeg3:mp3:MPEG audio
audio/mpeg:mpa,abs,mpega:MPEG audio
audio/x-mpeg:mpa,abs,mpega:MPEG audio
	MP_AUDIO_STREAM()
	TM_AUDIO_STREAM()
	controls: mpg321 -q "$file"
	controls: mpg123 -q "$file"
	controls: splay -t 200 "$file"
	controls: amp -b 200 -q "$file"
	controls: maplay "$file"
	controls: mpeg3play "$file"
	nokill noisy : xmms -e -p "$file"
	repeat noisy swallow(alsaplayer): alsaplayer -q "$file"

audio/mpeg-url:m3u:MPEG music resource locator
audio/x-mpeg-url:m3u:MPEG music resource locator
audio/mpegurl:m3u:MPEG music resource locator
audio/x-mpegurl:m3u:MPEG music resource locator
audio/x-scpls:pls:Shoutcast Playlists
	: mpg123 -q -@ "$file"
	nokill noisy : xmms -e -p "$file"

audio/x-ogg:ogg:OGG audio
application/x-ogg:ogg:OGG audio
application/ogg:ogg:OGG audio
	MP_AUDIO_STREAM()
	TM_AUDIO_STREAM()
	controls stream noisy: ogg123 -q -b 128 "$file"
	nokill noisy : xmms -e -p "$file"

audio/x-flac:flac:FLAC audio
application/x-flac:flac:FLAC audio
	MP_AUDIO_STREAM()
	nokill noisy : xmms -e -p "$file"

audio/x-sidtune:sid,psid:Commodore 64 Audio
audio/sidtune:sid,psid:Commodore 64 Audio
audio/psid:psid,sid:Commodore 64 Audio
audio/x-psid:psid,sid:Commodore 64 Audio
	controls noisy: sidplay -16 -f44100 -a "$file"

audio/basic:au,snd:Basic audio file
audio/x-basic:au,snd:Basic audio file
	controls: play "$file"
	controls: sox "$file" -t .au - > /dev/audio

audio/wav:wav:Microsoft wave file
audio/x-wav:wav:Microsoft wave file
audio/x-pn-wav:wav:Microsoft wave file
audio/x-pn-windows-acm:wav:Microsoft wave file
        controls: play "$file"
	controls: wavplay -q "$file"
	controls noisy: bplay "$file"
	controls: splay "$file"
	nokill noisy : xmms -e -p "$file"
 	repeat noisy swallow(alsaplayer): alsaplayer -q "$file"

audio/x-pn-realaudio-plugin:rpm:RealPlayer Plugin Metafile
audio/x-pn-realaudio:ra,rm,ram:Realaudio-plugin resource locator
audio/x-realaudio:ra,rm,ram:RealAudio file
application/vnd.rn-realmedia:rm:RealMedia file
application/smil:smi:RealPlayer
audio/vnd.rn-realaudio:ra,ram:RealAudio file
audio/vnd.rn-realvideo:rv:RealVideo file
	nokill stream: hxplay "$file"
        nokill stream: realplay "$file"

audio/x-ms-wax:wax:Windows Media Audio
	MP_AUDIO_STREAM(-playlist-playlist))
	TM_AUDIO_STREAM()

audio/x-ms-wma:wma:Windows Media Audio
	MP_AUDIO_STREAM()
	TM_AUDIO_STREAM()

#######################
### Documents       ###
#######################

image/sun-raster:rs:SUN raster image
image/x-sun-raster:rs:SUN raster image
image/x-rgb:rgb:RGB Image
image/x-portable-pixmap:ppm:PPM Image
image/x-portable-graymap:pgm:PGM Image
image/x-portable-bitmap:pbm:PBM Image
image/x-portable-anymap:pnm:PBM Image
image/tiff:tiff,tif:TIFF image
image/x-tiff:tiff,tif:TIFF image
	exits: display -window $window -backdrop "$file"
	repeat noisy swallow(gqview) fill: gqview -t "$file"
	swallow(:) maxaspect: xv -ima -igeom +9000+9000 -geometry +9000+9000 "$file"
	repeat swallow(display): display "$file"
	repeat swallow(Sdtimage) fill: sdtimage "$file"
	swallow(*qiv:) fill maxaspect: qiv -n "$file"

image/x-xcf:xcf:Gimp Image
image/xcf:xcf:Gimp Image
application/x-gimp:xcf:Gimp Image
application/gimp:xcf:Gimp Image
application/photoshop:psd:PhotoShop Image
application/x-photoshop:psd:PhotoShop Image
	exits: display -window $window -backdrop "$file"
	repeat swallow(display) fill: display "$file"

application/pdf:pdf:PDF file
application/x-pdf:pdf:PDF file
text/pdf:pdf:PDF file
text/x-pdf:pdf:PDF file
	ACROREAD()
	repeat noisy swallow(kpdf) fill: kpdf "$file"
	repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
	repeat noisy swallow(okular) fill: okular "$file"
        repeat noisy swallow(epdfview) fill: epdfview "$file"
	GV()
	repeat noisy fill exits: evince "$file"

application/x-dvi:dvi:DVI file
        repeat swallow(kdvi) fill: kdvi "$file"
	repeat swallow(xdvi) fill: xdvi -safer -hush -geometry +9000+9000 "$file"

application/x-postscript:ps:PostScript file
application/postscript:ps:PostScript file
	GV()
	repeat noisy fill exits: evince "$file"

application/x-rtf:rtf:Rich Text Format
application/rtf:rtf:Rich Text Format
text/rtf:rtf:Rich Text Format
	OO()
	repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
	repeat noisy swallow(kword): kword "$file"
	repeat noisy swallow(Ted) fill: Ted "$file"

application/x-msword:doc,dot:Microsoft Word Document
application/msword:doc,dot:Microsoft Word Document
	OO()
	repeat noisy swallow(kword): kword "$file"
	repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"

application/vnd.ms-excel:xls,xlb:Microsoft Excel Document
	OO()
	repeat swallow(Gnumeric) fill: gnumeric "$file"

# OpenOffice MimeTypes (http://framework.openoffice.org/documentation/mimetypes/mimetypes.html)
application/vnd.sun.xml.writer:sxw:OpenOffice Writer 6.0 documents
application/so7_vnd.sun.xml.writer:sxw:OpenOffice Writer 7.0 documents
application/vnd.sun.xml.writer.template:stw:OpenOffice Writer 6.0 templates
application/vnd.sun.xml.writer.global:sxg:OpenOffice Writer 6.0 global documents
application/vnd.stardivision.writer:sdw:StarWriter 5.x documents
application/vnd.stardivision.writer-global:sgl:StarWriter 5.x global documents
application/x-starwriter:sdw:StarWriter 4.x documents
application/vnd.sun.xml.calc:sxc:OpenOffice Calc 6.0 spreadsheets
application/so7_vnd.sun.xml.calc:sxc:OpenOffice Calc 7.0 spreadsheets
application/vnd.sun.xml.calc.template:stc:OpenOffice Calc 6.0 templates
application/vnd.stardivision.calc:sdc:StarCalc 5.x spreadsheets
application/x-starcalc:sdc:StarCalc 4.x spreadsheets
application/vnd.lotus-1-2-3: 123, wk1: Lotus 1-2-3 Document
application/vnd.sun.xml.draw:sxd:OpenOffice Draw 6.0 documents
application/so7_vnd.sun.xml.draw:sxc:StarOffice Draw 7.0 documents
application/vnd.sun.xml.draw.template:std:OpenOffice Draw 6.0 templates
application/vnd.stardivision.draw:sda:StarDraw 5.x documents
application/x-stardraw:sda:StarDraw 4.x documents
application/vnd.sun.xml.impress:sxi:OpenOffice Impress 6.0 presentations
application/so7_vnd.sun.xml.impress:sxi:StarOffice 7.0 Impress presentations
application/vnd.sun.xml.impress.template:sti:OpenOffice Impress 6.0 templates
application/vnd.stardivision.impress:sdd:StarImpress 5.x presentations
application/vnd.stardivision.impress-packed:sdp:StarImpress Packed 5.x files
application/x-starimpress:sdd:StarImpress 4.x presentations
application/vnd.ms-powerpoint:ppt:PowerPoint Slideshow
application/mspowerpoint:ppt,ppz,pps,pot:PowerPoint Slideshow
application/vnd.sun.xml.math:sxm:OpenOffice Math 6.0 documents
application/so7_vnd.sun.xml.math:sxm:StarOffice 7.0 Math documents
application/vnd.stardivision.math:smf:StarMath 5.x documents
application/x-starmath:smf:StarMath 4.x documents
application/vnd.oasis.opendocument.text:odt,ODT:OASIS OpenDocument Text
application/vnd.oasis.opendocument.spreadsheet:ods,ODS:OASIS OpenDocument SpreadSheet
application/vnd.oasis.opendocument.presentation:odp,ODP:OASIS OpenDocument Presentation
	OO()

chemical/x-pdb:pdb: Protein Data Bank file
model/x-pdb:pdb: Protein Data Bank file
	swallow(rasmol) fill: rasmol "$file"
        swallow(molecule) fill: /usr/X11R6/lib/xscreensaver/molecule -delay 20000 -geometry +9000+9000 -no-spin -molecule "$file"

application/bge:blend:Blender Game Engine
        swallow(%f): blenderplayer $file

Epson XP-200 Printer Configuration File

Location: /etc/cups/printers.conf:
# Printer configuration file for CUPS v1.7.0
# Written by cupsd on 2014-10-22 15:09
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
<Printer XP200>
UUID urn:uuid:7e4e220f-8016-3e4f-620f-11f85cce1716
Info EPSON XP-200 Series
Location main-area
MakeModel Epson XP-200 Series - epson-inkjet-printer-escpr 1.4.3-1lsb3.2 (Seiko Epson Corporation LSB 3.2)
DeviceURI usb://EPSON/XP-200%20Series?serial=514A444B3038303510&interface=1
State Idle
StateTime 1413950976
Type 4108
Accepting Yes
Shared No
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>

Click here to return to my Linux page
Click here to return to my home-page
Free Web Hosting