LINUX Mageia 1.0 Control Blocks and Scripts


This is an extension to the LINUX Mageia 1.0 page.
Compiled by: Waldis Jirgens. Latest update: 25 January 2013.

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/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/X11/app-defaults/Xfm
Icondesk Scripts

Hardware Set-up

Peripheral Configuration:
Audio: Disable
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=8272b7f5-3778-42c6-b399-cc81a6441f3e / ext3 acl,relatime 1 1
# Entry for /dev/sdb5 :
UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10 swap swap defaults 0 0
# Entry for /dev/sdb6 :
UUID=c415538a-a9ec-461a-a11d-20b0e18f4471 /usr ext3 acl,relatime 1 2
# Entry for /dev/sdb7 :
UUID=db7c3a62-ada2-46a3-b5cb-746ee30302e4 /home ext3 acl,relatime 1 2
# Entry for /dev/sda1
/dev/sda1 /media/blagsys ext4 acl,relatime 1 2
/dev/sda3 /media/blaghome ext4 acl,relatime 1 2
/dev/cdrom /media/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0
/dev/fd0 /media/floppy auto umask=0,users,iocharset=utf8,noauto,exec,flush 0 0
none /proc proc defaults 0 0

Current /etc/modprobe.conf

options bttv card=37 tuner=2 gbuffers=4
install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

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"
    Option "DontZap" "False" # disable  (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable / (resolution switching)
EndSection

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

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1360x768"
    HorizSync 31.5-48.0
    VertRefresh 56.0-65.0
    Option "PreferredMode" "1360x768"
    Modeline "1360x768"   85.50  1360 1424 1536 1792  768 771 777 795
    
    # 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"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1360x768" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1360x768" "1280x1024" "1024x768"  "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1360x768" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

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

Current /var/log/Xorg.0.log

[    17.354] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    17.354] X Protocol Version 11, Revision 0
[    17.354] Build Operating System: Linux_2.6.33.18-desktop-0.rc1.1mnb Mageia
[    17.354] Current Operating System: Linux waldis_main 2.6.38.7-desktop-1.mga #1 SMP Sun May 22 12:29:42 UTC 2011 i686
[    17.354] Kernel command line: BOOT_IMAGE=linux root=UUID=8272b7f5-3778-42c6-b399-cc81a6441f3e resume=UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10 splash=silent vga=788
[    17.354] Build Date: 01 January 2012  10:55:09PM
[    17.354]  
[    17.354] Current version of pixman: 0.20.2
[    17.354] 	Before reporting problems, check http://bugs.mageia.org
	to make sure that you have the latest version.
[    17.354] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.354] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 29 15:18:03 2012
[    17.403] (==) Using config file: "/etc/X11/xorg.conf"
[    17.403] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.452] (==) ServerLayout "layout1"
[    17.452] (**) |-->Screen "screen1" (0)
[    17.452] (**) |   |-->Monitor "monitor1"
[    17.452] (**) |   |-->Device "device1"
[    17.452] (**) Option "DontZap" "False"
[    17.453] (**) Option "AllowMouseOpenFail"
[    17.453] (==) Automatically adding devices
[    17.453] (==) Automatically enabling devices
[    17.453] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d
[    17.453] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    17.453] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.453] (II) Loader magic: 0x8235dc0
[    17.453] (II) Module ABI versions:
[    17.453] 	X.Org ANSI C Emulation: 0.4
[    17.453] 	X.Org Video Driver: 10.0
[    17.453] 	X.Org XInput driver : 12.2
[    17.453] 	X.Org Server Extension : 5.0
[    17.454] (--) PCI:*(0:0:2:0) 8086:2772:8086:544e rev 2, Mem @ 0x68200000/524288, 0x60000000/134217728, 0x68280000/131072, I/O @ 0x000030e0/8
[    17.455] (--) PCI: (0:6:1:0) 109e:036e:0000:0000 rev 17, Mem @ 0x68001000/4096
[    17.455] (II) Open ACPI successful (/var/run/acpid.socket)
[    17.455] (II) "extmod" will be loaded by default.
[    17.455] (II) "dbe" will be loaded by default.
[    17.455] (II) "glx" will be loaded by default.
[    17.455] (II) "record" will be loaded by default.
[    17.455] (II) "dri" will be loaded by default.
[    17.455] (II) "dri2" will be loaded by default.
[    17.455] (II) LoadModule: "v4l"
[    17.513] (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
[    17.518] (II) Module v4l: vendor="X.Org Foundation"
[    17.518] 	compiled for 1.10.0, module version = 0.1.1
[    17.518] 	ABI class: X.Org Video Driver, version 10.0
[    17.518] (II) LoadModule: "extmod"
[    17.636] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    17.649] (II) Module extmod: vendor="X.Org Foundation"
[    17.649] 	compiled for 1.10.1, module version = 1.0.0
[    17.649] 	Module class: X.Org Server Extension
[    17.649] 	ABI class: X.Org Server Extension, version 5.0
[    17.649] (II) Loading extension MIT-SCREEN-SAVER
[    17.649] (II) Loading extension XFree86-VidModeExtension
[    17.649] (II) Loading extension XFree86-DGA
[    17.649] (II) Loading extension DPMS
[    17.649] (II) Loading extension XVideo
[    17.649] (II) Loading extension XVideo-MotionCompensation
[    17.649] (II) Loading extension X-Resource
[    17.649] (II) LoadModule: "dbe"
[    17.650] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    17.651] (II) Module dbe: vendor="X.Org Foundation"
[    17.651] 	compiled for 1.10.1, module version = 1.0.0
[    17.651] 	Module class: X.Org Server Extension
[    17.651] 	ABI class: X.Org Server Extension, version 5.0
[    17.651] (II) Loading extension DOUBLE-BUFFER
[    17.651] (II) LoadModule: "glx"
[    17.652] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.879] (II) Module glx: vendor="X.Org Foundation"
[    17.879] 	compiled for 1.10.1, module version = 1.0.0
[    17.879] 	ABI class: X.Org Server Extension, version 5.0
[    17.879] (==) AIGLX enabled
[    17.879] (II) Loading extension GLX
[    17.896] (II) LoadModule: "record"
[    17.898] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    18.181] (II) Module record: vendor="X.Org Foundation"
[    18.181] 	compiled for 1.10.1, module version = 1.13.0
[    18.181] 	Module class: X.Org Server Extension
[    18.181] 	ABI class: X.Org Server Extension, version 5.0
[    18.181] (II) Loading extension RECORD
[    18.181] (II) LoadModule: "dri"
[    18.182] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    18.234] (II) Module dri: vendor="X.Org Foundation"
[    18.234] 	compiled for 1.10.1, module version = 1.0.0
[    18.234] 	ABI class: X.Org Server Extension, version 5.0
[    18.234] (II) Loading extension XFree86-DRI
[    18.234] (II) LoadModule: "dri2"
[    18.236] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    18.237] (II) Module dri2: vendor="X.Org Foundation"
[    18.237] 	compiled for 1.10.1, module version = 1.2.0
[    18.237] 	ABI class: X.Org Server Extension, version 5.0
[    18.237] (II) Loading extension DRI2
[    18.237] (II) LoadModule: "intel"
[    18.238] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    18.264] (II) Module intel: vendor="X.Org Foundation"
[    18.264] 	compiled for 1.10.1, module version = 2.15.0
[    18.264] 	Module class: X.Org Video Driver
[    18.264] 	ABI class: X.Org Video Driver, version 10.0
[    18.265] (II) v4l driver for Video4Linux
[    18.265] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[    18.265] (++) using VT number 7

[    18.265] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    18.265] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    18.271] (WW) Falling back to old probe method for v4l
[    18.274] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    18.275] drmOpenDevice: node name is /dev/dri/card0
[    18.275] drmOpenDevice: open result is 9, (OK)
[    18.275] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.275] drmOpenDevice: node name is /dev/dri/card0
[    18.275] drmOpenDevice: open result is 9, (OK)
[    18.275] drmOpenByBusid: drmOpenMinor returns 9
[    18.275] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.275] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    18.275] (==) intel(0): RGB weight 888
[    18.275] (==) intel(0): Default visual is TrueColor
[    18.275] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945G
[    18.275] (--) intel(0): Chipset: "945G"
[    18.275] (**) intel(0): Relaxed fencing disabled
[    18.275] (**) intel(0): Framebuffer tiled
[    18.275] (**) intel(0): Pixmaps tiled
[    18.275] (**) intel(0): 3D buffers tiled
[    18.275] (**) intel(0): SwapBuffers wait enabled
[    18.275] (==) intel(0): video overlay key set to 0x101fe
[    18.365] (II) intel(0): Output VGA1 using monitor section monitor1
[    18.365] (**) intel(0): Option "PreferredMode" "1360x768"
[    18.433] (II) intel(0): EDID for output VGA1
[    18.433] (II) intel(0): Manufacturer: ___  Model: 180  Serial#: 0
[    18.433] (II) intel(0): Year: 2008  Week: 44
[    18.433] (II) intel(0): EDID Version: 1.3
[    18.433] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    18.433] (II) intel(0): Sync:  Separate
[    18.433] (II) intel(0): Max Image Size [cm]: horiz.: 89  vert.: 50
[    18.433] (II) intel(0): Gamma: 2.20
[    18.433] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    18.433] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[    18.433] (II) intel(0): redX: 0.632 redY: 0.357   greenX: 0.289 greenY: 0.596
[    18.433] (II) intel(0): blueX: 0.143 blueY: 0.085   whiteX: 0.280 whiteY: 0.290
[    18.433] (II) intel(0): Supported established timings:
[    18.433] (II) intel(0): 720x400@70Hz
[    18.433] (II) intel(0): 640x480@60Hz
[    18.433] (II) intel(0): 800x600@60Hz
[    18.433] (II) intel(0): 1024x768@60Hz
[    18.433] (II) intel(0): Manufacturer's mask: 0
[    18.433] (II) intel(0): Supported standard timings:
[    18.433] (II) intel(0): #0: hsize: 640  vsize 480  refresh: 60  vid: 16433
[    18.433] (II) intel(0): #1: hsize: 800  vsize 600  refresh: 60  vid: 16453
[    18.433] (II) intel(0): #2: hsize: 1024  vsize 768  refresh: 60  vid: 16481
[    18.433] (II) intel(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    18.433] (II) intel(0): Supported detailed timing:
[    18.433] (II) intel(0): clock: 85.5 MHz   Image Size:  884 x 497 mm
[    18.433] (II) intel(0): h_active: 1360  h_sync: 1424  h_sync_end 1536 h_blank_end 1792 h_border: 0
[    18.434] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 795 v_border: 0
[    18.434] (II) intel(0): Supported detailed timing:
[    18.434] (II) intel(0): clock: 107.0 MHz   Image Size:  663 x 372 mm
[    18.434] (II) intel(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[    18.434] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[    18.434] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 32 H max: 80 kHz, PixClock max 115 MHz
[    18.434] (II) intel(0): Monitor name: LCD TV
[    18.434] (II) intel(0): EDID (in hex):
[    18.434] (II) intel(0): 	00ffffffffffff007fff800100000000
[    18.434] (II) intel(0): 	2c12010308593278e8e2bda15b4a9824
[    18.434] (II) intel(0): 	15474aa1080031404540614081800101
[    18.434] (II) intel(0): 	010101010101662150b051001b304070
[    18.434] (II) intel(0): 	360074f13100001ecc29a0d051842230
[    18.434] (II) intel(0): 	5098360097742100001c000000fd0038
[    18.434] (II) intel(0): 	4b20500b000a202020202020000000fc
[    18.434] (II) intel(0): 	004c43442054560a202020202020006b
[    18.434] (II) intel(0): EDID vendor "___", prod id 384
[    18.443] (II) intel(0): Using hsync ranges from config file
[    18.443] (II) intel(0): Using vrefresh ranges from config file
[    18.443] (II) intel(0): Printing DDC gathered Modelines:
[    18.444] (II) intel(0): Modeline "1360x768"x0.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz)
[    18.444] (II) intel(0): Modeline "1440x900"x0.0  107.00  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (56.2 kHz)
[    18.444] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    18.444] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    18.444] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    18.444] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    18.444] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    18.444] (II) intel(0): Not using mode "768x576" (vrefresh out of range)
[    18.444] (II) intel(0): Not using mode "768x576" (vrefresh out of range)
[    18.444] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[    18.444] (II) intel(0): Not using mode "1440x900" (hsync out of range)
[    18.444] (II) intel(0): Not using mode "720x400" (vrefresh out of range)
[    18.444] (II) intel(0): Printing probed modes for output VGA1
[    18.444] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 (47.7 kHz)
[    18.444] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz)
[    18.444] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    18.444] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    18.444] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    18.444] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[    18.444] (II) intel(0): Output VGA1 connected
[    18.444] (II) intel(0): Using user preference for initial modes
[    18.444] (II) intel(0): Output VGA1 using initial mode 1360x768
[    18.444] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    18.444] (II) intel(0): Kernel page flipping support detected, enabling
[    18.444] (**) intel(0): Display dimensions: (890, 500) mm
[    18.444] (**) intel(0): DPI set to (38, 39)
[    18.444] (II) Loading sub module "fb"
[    18.444] (II) LoadModule: "fb"
[    18.445] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.479] (II) Module fb: vendor="X.Org Foundation"
[    18.479] 	compiled for 1.10.1, module version = 1.0.0
[    18.479] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.479] (II) Loading sub module "dri2"
[    18.479] (II) LoadModule: "dri2"
[    18.480] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    18.480] (II) Module dri2: vendor="X.Org Foundation"
[    18.480] 	compiled for 1.10.1, module version = 1.2.0
[    18.480] 	ABI class: X.Org Server Extension, version 5.0
[    18.480] (==) Depth 24 pixmap format is 32 bpp
[    18.480] (II) intel(0): [DRI2] Setup complete
[    18.480] (II) intel(0): [DRI2]   DRI driver: i915
[    18.480] (II) intel(0): Allocated new frame buffer 1408x768 stride 8192, tiled
[    18.518] (II) UXA(0): Driver registered support for the following operations:
[    18.518] (II)         solid
[    18.518] (II)         copy
[    18.518] (II)         composite (RENDER acceleration)
[    18.518] (II)         put_image
[    18.518] (II)         get_image
[    18.518] (==) intel(0): Backing store disabled
[    18.519] (==) intel(0): Silken mouse enabled
[    18.519] (II) intel(0): Initializing HW Cursor
[    18.553] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    18.553] (**) intel(0): DPMS enabled
[    18.553] (==) intel(0): Intel XvMC decoder disabled
[    18.554] (II) intel(0): Set up textured video
[    18.554] (II) intel(0): Set up overlay video
[    18.554] (II) intel(0): direct rendering: DRI2 Enabled
[    18.554] (WW) intel(0): Option "PreferredMode" is not used
[    18.554] (==) intel(0): hotplug detection: "enabled"
[    18.555] (--) RandR disabled
[    18.555] (II) Initializing built-in extension Generic Event Extension
[    18.555] (II) Initializing built-in extension SHAPE
[    18.555] (II) Initializing built-in extension MIT-SHM
[    18.555] (II) Initializing built-in extension XInputExtension
[    18.555] (II) Initializing built-in extension XTEST
[    18.555] (II) Initializing built-in extension BIG-REQUESTS
[    18.555] (II) Initializing built-in extension SYNC
[    18.555] (II) Initializing built-in extension XKEYBOARD
[    18.555] (II) Initializing built-in extension XC-MISC
[    18.555] (II) Initializing built-in extension SECURITY
[    18.555] (II) Initializing built-in extension XINERAMA
[    18.555] (II) Initializing built-in extension XFIXES
[    18.555] (II) Initializing built-in extension XFree86-Bigfont
[    18.555] (II) Initializing built-in extension RENDER
[    18.555] (II) Initializing built-in extension RANDR
[    18.555] (II) Initializing built-in extension COMPOSITE
[    18.555] (II) Initializing built-in extension DAMAGE
[    18.895] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    18.895] (II) AIGLX: enabled GLX_INTEL_swap_event
[    18.895] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    18.895] (II) AIGLX: enabled GLX_SGI_make_current_read
[    18.895] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    18.895] (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
[    18.895] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.896] (II) intel(0): Setting screen physical size to 359 x 203
[    19.869] (II) XKB: generating xkmfile /usr/share/X11/xkb/compiled/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
[    20.391] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    20.391] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.391] (II) LoadModule: "evdev"
[    20.392] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.432] (II) Module evdev: vendor="X.Org Foundation"
[    20.432] 	compiled for 1.10.0, module version = 2.6.0
[    20.432] 	Module class: X.Org XInput Driver
[    20.432] 	ABI class: X.Org XInput driver, version 12.2
[    20.432] (II) Using input driver 'evdev' for 'Power Button'
[    20.432] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.432] (**) Power Button: always reports core events
[    20.432] (**) Power Button: Device: "/dev/input/event2"
[    20.437] (--) Power Button: Found keys
[    20.437] (II) Power Button: Configuring as keyboard
[    20.437] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    20.437] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    20.437] (**) Option "xkb_rules" "evdev"
[    20.437] (**) Option "xkb_model" "pc105"
[    20.437] (**) Option "xkb_layout" "lv"
[    20.437] (**) Option "xkb_options" "compose:rwin"
[    20.440] (II) XKB: generating xkmfile /usr/share/X11/xkb/compiled/server-FAC33053FA1F81500128160644D67262587EAEE6.xkm
[    20.498] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    20.498] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    20.498] (II) Using input driver 'evdev' for 'Sleep Button'
[    20.498] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.498] (**) Sleep Button: always reports core events
[    20.498] (**) Sleep Button: Device: "/dev/input/event1"
[    20.501] (--) Sleep Button: Found keys
[    20.501] (II) Sleep Button: Configuring as keyboard
[    20.501] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[    20.501] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    20.501] (**) Option "xkb_rules" "evdev"
[    20.501] (**) Option "xkb_model" "pc105"
[    20.501] (**) Option "xkb_layout" "lv"
[    20.501] (**) Option "xkb_options" "compose:rwin"
[    20.508] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event3)
[    20.509] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
[    20.509] (II) Using input driver 'evdev' for 'PS/2+USB Mouse'
[    20.509] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.509] (**) PS/2+USB Mouse: always reports core events
[    20.509] (**) PS/2+USB Mouse: Device: "/dev/input/event3"
[    20.514] (--) PS/2+USB Mouse: Found 3 mouse buttons
[    20.514] (--) PS/2+USB Mouse: Found scroll wheel(s)
[    20.514] (--) PS/2+USB Mouse: Found relative axes
[    20.514] (--) PS/2+USB Mouse: Found x and y relative axes
[    20.514] (II) PS/2+USB Mouse: Configuring as mouse
[    20.514] (II) PS/2+USB Mouse: Adding scrollwheel support
[    20.514] (**) PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
[    20.514] (**) PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    20.514] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/input/input3/event3"
[    20.514] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE)
[    20.514] (II) PS/2+USB Mouse: initialized for relative axes.
[    20.514] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
[    20.514] (**) PS/2+USB Mouse: (accel) acceleration profile 0
[    20.514] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
[    20.514] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
[    20.515] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse0)
[    20.515] (II) No input driver/identifier specified (ignoring)
[    20.530] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    20.531] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    20.531] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    20.531] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.531] (**) AT Translated Set 2 keyboard: always reports core events
[    20.531] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    20.534] (--) AT Translated Set 2 keyboard: Found keys
[    20.534] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    20.534] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    20.534] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    20.534] (**) Option "xkb_rules" "evdev"
[    20.534] (**) Option "xkb_model" "pc105"
[    20.534] (**) Option "xkb_layout" "lv"
[    20.534] (**) Option "xkb_options" "compose:rwin"

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!

XFM Configuration File xfmrc

#
# xfm configuration file 20071027 WJI
# 
# for use with the 3dicons collection from the contrib dir
#
##########################################################
# some nice icons for current and parent dir ...

<DIR>.:folder.xpm::
<DIR>..:folder_up.xpm::

# ... and some special directories
<DIR>.xfm:system.xpm::
<DIR>bin:tools.xpm::
<DIR>mail:mailfolder.xpm::
<DIR>Mail:mailfolder.xpm::

# standard directory icons
<DIR>:folder.xpm::
<DIR LNK>:folder_link.xpm::

# standard suffixes
*.xpm:teddy.xpm:exec xpaint $1:
*.htm:html.xpm:exec navigator file\:$PWD/$1:
*.html:html.xpm:exec navigator file\:$PWD/$1:
*.HTM:html.xpm:exec navigator file\:$PWD/$1:
*.HTML:html.xpm:exec navigator file\:$PWD/$1:
*.abw:book.xpm:exec abiword $1:
*.rtf:book.xpm:exec abiword $1:
*.RTF:book.xpm:exec abiword $1:
*.DOC:write.xpm:exec abiword $1:
*.doc:write.xpm:exec abiword $1:
*.kwd:book.xpm:exec kword $1:
*.txt:text.xpm:exec nedit $1:
*.TXT:text.xpm:exec nedit $1:
*.mp3:music.xpm:exec mplayer $1:
*.MP3:music.xpm:exec mplayer $1:
*.wav:sound.xpm:exec play $1:
*.WAV:sound.xpm:exec play $1:
*.mid:sound.xpm:exec timidity $1:
*.midi:sound.xpm:exec timidity $1:
*.MID:sound.xpm:exec timidity $1:
*.MIDI:sound.xpm:exec  timidity $1:
*.avi:video.xpm:exec mplayer -fs $1:
*.AVI:video.xpm:exec mplayer -fs $1:
*.mov:video.xpm:exec mplayer -fs $1:
*.MOV:video.xpm:exec mplayer -fs $1:
*.sdw:calc2.xpm:exec ooffice2.0 $1:
*.pps:stuff.xpm:exec ooffice2.0 $1:
*.PPS:stuff.xpm:exec ooffice2.0 $1:
*.ppt:stuff.xpm:exec ooffice2.0 $1:
*.PPT:stuff.xpm:exec ooffice2.0 $1:
*.xls:calc2.xpm:exec gnumeric $1:
*.XLS:calc2.xpm:exec gnumeric $1:
*.sdc:calc2.xpm:exec ooffice2.0 $1:
*.sxc:calc2.xpm:exec ooffice $1:
*.sxw:write.xpm:exec ooffice $1:
*.xml:calc2.xpm:exec gnumeric $1:
*.gnumeric:calc2.xpm:exec gnumeric $1:
*.ksp:calc2.xpm:exec kspread $1:
*.rpm:stuff.xpm:exec xterm -e urpmi $1:
*.bmp:tiff.xpm:exec xv $1:
*.BMP:tiff.xpm:exec xv $1:
*.jpg:jpeg.xpm:exec xv $1:
*.jpeg:jpeg.xpm:exec xv $1:
*.JPG:jpeg.xpm:exec xv $1:
*.gif:gif.xpm:exec xv $1:
*.GIF:gif.xpm:exec xv $1:
*.png:tiff.xpm:exec xpaint $1:
*.tif:tiff.xpm:exec xpaint $1:
*.tiff:tiff.xpm:exec xpaint $1:
*.pdf:ghost.xpm:exec xpdf $1:
*.PDF:ghost.xpm:exec xpdf $1:

# executables
<EXEC>:app.xpm::
<EXEC LNK>:app_link.xpm::

# temporary files
\#*:tmpfile.xpm:exec nedit $1:
*~:tmpfile.xpm:exec nedit $1:

# X-related stuff
<ascii>.Xresources:res.xpm:exec nedit $1:
<ascii>.Xdefaults:res.xpm:exec nedit $1:
<ascii>.X*:x.xpm:exec nedit $1:


# various info files
<ascii>readme:readme.xpm:exec nedit $1:
<ascii>read.me:readme.xpm:exec nedit $1:
<ascii>README:readme.xpm:exec nedit $1:
<ascii>README*:readme.xpm:exec nedit $1:
<ascii>*.README:readme.xpm:exec nedit $1:
<ascii>magic:magic.xpm:exec nedit $1:
<ascii>INSTALL:text.xpm:exec nedit $1:
<ascii>NEWS:text.xpm:exec nedit $1:
<ascii>ChangeLog:text.xpm:exec nedit $1:


# core dumps
<data>core:core.xpm:exec ddd $1:

# common file types

<MAIL>:mail.xpm:exec xmailtool -file $1:
<BDF>:font.xpm:exec nedit $1:
<MAN>:manpage.xpm:groff -TX100 -man -mX -P-geometry -P655x860 $1:

<data>*.a:dot_a.xpm:exec nedit $1:
<ascii>*.c:dot_c.xpm:exec nedit $1:
<ascii>*.cc:dot_cc.xpm:exec nedit $1:
<data>*.dvi:dvi.xpm:exec xdvi $1:
<ascii>*.h:dot_h.xpm:exec nedit $1:
<data>*.o:dot_o.xpm::
<ascii>*.tex:tex.xpm:exec nedit $1:
<ascii>*.txi:tex.xpm:exec nedit $1:
<ascii>*.texi:tex.xpm:exec nedit $1:
<ascii>*.texinfo:tex.xpm:exec nedit $1:

# Makefiles

<ascii>Imakefile:make.xpm:xmkmf; echo "*** imake done ***":
<ascii>Makefile:make.xpm:make; echo "*** make done ***":
<ascii>Makefile.*:make.xpm:make -f $*; echo "*** make done ***":
<ascii>makefile:make.xpm:make; echo "*** make done ***":
<ascii>makefile.*:make.xpm:make -f $*; echo "*** make done ***":

# archives, compressed files and such

<ascii>*.tar:tar.xpm:tar xfv $1; echo "*** tar done ***":tar cfv $*; echo "*** tar done ***"
<data>*.zip:zip.xpm:unzip $1; echo "*** zip done ***":zip -r $*; echo "*** zip done ***"

<COMPRESS>*.tar.Z:tar.xpm:tar xfvZ $1; echo "*** tar done ***":tar cfvZ $*; echo "*** tar done ***"
<COMPRESS>:compressed.xpm:exec uncompress $1:

*.tar.gz:tar.xpm:tar xfvz $1; echo "*** tar done ***":tar cfvz $*; echo "*** tar done ***"
*.taz:tar.xpm:tar xfvz $1; echo "*** tar done ***":tar cfvz $*; echo "*** tar done ***"
*.tgz:tar.xpm:tar xfvz $1; echo "*** tar done ***":tar cfvz $*; echo "*** tar done ***"
*.tar.z:tar.xpm:tar xfvz $1; echo "*** tar done ***":tar cfvz $*; echo "*** tar done ***"
*.gz:compressed.xpm:exec gunzip $1:

<UUENC>:uu.xpm:exec uudecode $1:


# default entries

<unreadable>:file_bad.xpm::
<ascii>:file.xpm:exec nedit $1:
<data>:hex.xpm:exec nedit $1:
<empty>:empty.xpm:exec nedit $1:

/boot/grub/menu.lst

timeout 10
default 0

title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=8272b7f5-3778-42c6-b399-cc81a6441f3e resume=UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10 splash=silent vga=788
initrd (hd0,0)/boot/initrd.img

title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=8272b7f5-3778-42c6-b399-cc81a6441f3e resume=UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10
initrd (hd0,0)/boot/initrd.img

title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=8272b7f5-3778-42c6-b399-cc81a6441f3e failsafe
initrd (hd0,0)/boot/initrd.img

title Blag
kernel (hd1,0)/boot/vmlinuz-2.6.35.10-libre.74.fc14.1.i686 BOOT_IMAGE=Blag root=/dev/sda1 LANG=en_AU.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 2.6.36.2-desktop-2
kernel (hd0,0)/boot/vmlinuz-2.6.36.2-desktop-2mnb BOOT_IMAGE=2.6.36.2-desktop-2 root=UUID=8272b7f5-3778-42c6-b399-cc81a6441f3e resume=UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10 splash=silent vga=788
initrd (hd0,0)/boot/initrd-2.6.36.2-desktop-2mnb.img

title 2.6.38.7-desktop-1.mga
kernel (hd0,0)/boot/vmlinuz-2.6.38.7-desktop-1.mga BOOT_IMAGE=2.6.38.7-desktop-1.mga root=UUID=8272b7f5-3778-42c6-b399-cc81a6441f3e resume=UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10 splash=silent vga=788
initrd (hd0,0)/boot/initrd-2.6.38.7-desktop-1.mga.img

Boot Messages:

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.38.7-desktop-1.mga (iurt@ecosse.mageia.org) (gcc version 4.5.2 (GCC) ) #1 SMP Sun May 22 12:29:42 UTC 2011
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000005f677000 (usable)
 BIOS-e820: 000000005f677000 - 000000005f6e8000 (ACPI NVS)
 BIOS-e820: 000000005f6e8000 - 000000005f6ec000 (usable)
 BIOS-e820: 000000005f6ec000 - 000000005f6ff000 (ACPI data)
 BIOS-e820: 000000005f6ff000 - 000000005f700000 (usable)
Notice: NX (Execute Disable) protection missing in CPU!
DMI 2.3 present.
DMI:                  /D945GTP, BIOS NT94510J.86A.3528.2006.0208.1102 02/08/2006
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0x5f700 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-FFFFF uncachable
MTRR variable ranges enabled:
  0 base 000000000 mask FC0000000 write-back
  1 base 040000000 mask FE0000000 write-back
  2 base 05F800000 mask FFF800000 uncachable
  3 base 05F700000 mask FFFF00000 uncachable
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
found SMP MP-table at [c00fe680] fe680
initial memory mapped : 0 - 00c00000
init_memory_mapping: 0000000000000000-00000000333fe000
 0000000000 - 0000400000 page 4k
 0000400000 - 0033000000 page 2M
 0033000000 - 00333fe000 page 4k
kernel direct mapping tables up to 333fe000 @ bfa000-c00000
RAMDISK: 37c05000 - 37ff0000
Allocated new RAMDISK: 33013000 - 333fd34b
Move RAMDISK from 0000000037c05000 - 0000000037fef34a to 33013000 - 333fd34a
ACPI: RSDP 000fe020 00014 (v00 INTEL )
ACPI: RSDT 5f6fde48 00040 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
ACPI: FACP 5f6fcf10 00074 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
ACPI: DSDT 5f6f7010 04004 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
ACPI: FACS 5f6dcc40 00040
ACPI: APIC 5f6fce10 00078 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
ACPI: WDDT 5f6f6f90 00040 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
ACPI: MCFG 5f6f6f10 0003C (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
ACPI: ASF! 5f6fcd10 000A6 (v32 INTEL  D945GTP  00000DC8 MSFT 01000013)
ACPI: HPET 5f6f6e90 00038 (v01 INTEL  D945GTP  00000DC8 MSFT 01000013)
ACPI: TCPA 5f677010 009CA (v01 INTEL  TIANO    00000002 MSFT 01000013)
ACPI: Local APIC address 0xfee00000
707MB HIGHMEM available.
819MB LOWMEM available.
  mapped low ram: 0 - 333fe000
  low ram: 0 - 333fe000
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x000333fe
  HighMem  0x000333fe -> 0x0005f700
Movable zone start PFN for each node
early_node_map[4] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0005f677
    0: 0x0005f6e8 -> 0x0005f6ec
    0: 0x0005f6ff -> 0x0005f700
On node 0 totalpages: 390667
free_area_init_node: node 0, pgdat c069f200, node_mem_map f2422200
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3951 pages, LIFO batch:0
  Normal zone: 1608 pages used for memmap
  Normal zone: 204214 pages, LIFO batch:31
  HighMem zone: 1415 pages used for memmap
  HighMem zone: 179447 pages, LIFO batch:31
Using APIC driver default
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
SMP: Allowing 4 CPUs, 2 hotplug CPUs
nr_irqs_gsi: 40
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Allocating PCI resources starting at 5f700000 (gap: 5f700000:a0900000)
Booting paravirtualized kernel on bare hardware
setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 12 pages/cpu @f2000000 s27904 r0 d21248 u1048576
pcpu-alloc: s27904 r0 d21248 u1048576 alloc=1*4194304
pcpu-alloc: [0] 0 1 2 3 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 387612
Kernel command line: BOOT_IMAGE=linux root=UUID=8272b7f5-3778-42c6-b399-cc81a6441f3e resume=UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10 splash=silent vga=788
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Initializing CPU#0
allocated 7817920 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Initializing HighMem for node 0 (000333fe:0005f700)
Memory: 1530732k/1563648k available (3557k kernel code, 31936k reserved, 2239k data, 556k init, 723448k highmem)
virtual kernel memory layout:
    fixmap  : 0xffab5000 - 0xfffff000   (5416 kB)
    pkmap   : 0xff400000 - 0xff800000   (4096 kB)
    vmalloc : 0xf3bfe000 - 0xff3fe000   ( 184 MB)
    lowmem  : 0xc0000000 - 0xf33fe000   ( 819 MB)
      .init : 0xc06aa000 - 0xc0735000   ( 556 kB)
      .data : 0xc047941d - 0xc06a9040   (2239 kB)
      .text : 0xc0100000 - 0xc047941d   (3557 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=15, HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Hierarchical RCU implementation.
	RCU-based detection of stalled CPUs is disabled.
NR_IRQS:2304
CPU 0 irqstacks, hard=f1420000 soft=f1422000
Console: colour dummy device 80x25
console [tty0] enabled
hpet clockevent registered
Fast TSC calibration using PIT
Detected 2999.745 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 5999.49 BogoMIPS (lpj=2999745)
pid_max: default: 32768 minimum: 301
Security Framework initialized
TOMOYO Linux initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 4 MCE banks
CPU0: Thermal monitoring enabled (TM1)
using mwait in idle threads.
ACPI: Checking initramfs for custom DSDT
ACPI: Core revision 20110112
ftrace: allocating 15950 entries in 32 pages
Enabling APIC mode:  Flat.  Using 1 I/O APICs
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 02
Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
... version:                0
... bit width:              40
... generic registers:      18
... value mask:             000000ffffffffff
... max period:             0000007fffffffff
... fixed-purpose events:   0
... event mask:             000000000003ffff
CPU 1 irqstacks, hard=f14b4000 soft=f14b6000
Booting Node   0, Processors  #1
Initializing CPU#1
Brought up 2 CPUs
Total of 2 processors activated (11999.11 BogoMIPS).
devtmpfs: initialized
Time: 16:23:36  Date: 01/18/13
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
PCI: not using MMCONFIG
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in ACPI motherboard resources
PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
PCI: Using MMCONFIG for extended config space
ACPI: No dock devices found.
HEST: Table not found.
PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x000e0000-0x000effff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xf8000000-0xfebfffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x60000000-0xf0000000] (ignored)
pci 0000:00:00.0: [8086:2770] type 0 class 0x000600
pci 0000:00:02.0: [8086:2772] type 0 class 0x000300
pci 0000:00:02.0: reg 10: [mem 0x68200000-0x6827ffff]
pci 0000:00:02.0: reg 14: [io  0x20e0-0x20e7]
pci 0000:00:02.0: reg 18: [mem 0x60000000-0x67ffffff pref]
pci 0000:00:02.0: reg 1c: [mem 0x68280000-0x6829ffff]
pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
pci 0000:00:1b.0: reg 10: [mem 0x682a0000-0x682a3fff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.3: [8086:27d6] type 1 class 0x000604
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: PME# disabled
pci 0000:00:1c.4: [8086:27e0] type 1 class 0x000604
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1c.5: [8086:27e2] type 1 class 0x000604
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
pci 0000:00:1d.0: reg 20: [io  0x2080-0x209f]
pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
pci 0000:00:1d.1: reg 20: [io  0x2060-0x207f]
pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
pci 0000:00:1d.2: reg 20: [io  0x2040-0x205f]
pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
pci 0000:00:1d.3: reg 20: [io  0x2020-0x203f]
pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
pci 0000:00:1d.7: reg 10: [mem 0x682a4400-0x682a47ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
pci 0000:00:1f.0: [8086:27b8] type 0 class 0x000601
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
pci 0000:00:1f.1: [8086:27df] type 0 class 0x000101
pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
pci 0000:00:1f.1: reg 20: [io  0x20b0-0x20bf]
pci 0000:00:1f.2: [8086:27c0] type 0 class 0x000101
pci 0000:00:1f.2: reg 10: [io  0x20c8-0x20cf]
pci 0000:00:1f.2: reg 14: [io  0x20ec-0x20ef]
pci 0000:00:1f.2: reg 18: [io  0x20c0-0x20c7]
pci 0000:00:1f.2: reg 1c: [io  0x20e8-0x20eb]
pci 0000:00:1f.2: reg 20: [io  0x20a0-0x20af]
pci 0000:00:1f.2: reg 24: [mem 0x682a4000-0x682a43ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
pci 0000:00:1f.3: reg 20: [io  0x2000-0x201f]
pci 0000:01:00.0: [8086:108c] type 0 class 0x000200
pci 0000:01:00.0: reg 10: [mem 0x68180000-0x6819ffff]
pci 0000:01:00.0: reg 14: [mem 0x68100000-0x6817ffff]
pci 0000:01:00.0: reg 18: [io  0x1000-0x101f]
pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
pci 0000:01:00.0: PME# disabled
pci 0000:01:00.3: [8086:108f] type 0 class 0x000700
pci 0000:01:00.3: reg 10: [io  0x1020-0x1027]
pci 0000:01:00.3: reg 14: [mem 0x681a1000-0x681a1fff]
pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
pci 0000:01:00.3: PME# disabled
pci 0000:01:00.4: [8086:108e] type 0 class 0x000c07
pci 0000:01:00.4: reg 10: [mem 0x681a0000-0x681a0fff]
pci 0000:01:00.4: reg 14: [io  0x1028-0x102b]
pci 0000:01:00.4: PME# supported from D0 D3hot D3cold
pci 0000:01:00.4: PME# disabled
pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:00:1c.0: PCI bridge to [bus 01-01]
pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
pci 0000:00:1c.0:   bridge window [mem 0x68100000-0x681fffff]
pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1c.2: PCI bridge to [bus 02-02]
pci 0000:00:1c.2:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1c.3: PCI bridge to [bus 03-03]
pci 0000:00:1c.3:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1c.4: PCI bridge to [bus 04-04]
pci 0000:00:1c.4:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1c.5: PCI bridge to [bus 05-05]
pci 0000:00:1c.5:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:06:01.0: [109e:036e] type 0 class 0x000400
pci 0000:06:01.0: reg 10: [mem 0x68001000-0x68001fff pref]
pci 0000:06:01.1: [109e:0878] type 0 class 0x000480
pci 0000:06:01.1: reg 10: [mem 0x68000000-0x68000fff pref]
pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1e.0:   bridge window [mem 0x68000000-0x680fffff 64bit pref]
pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
 pci0000:00: Requesting ACPI _OSC control (0x1d)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
reserve RAM buffer: 000000005f677000 - 000000005fffffff 
reserve RAM buffer: 000000005f6ec000 - 000000005fffffff 
reserve RAM buffer: 000000005f700000 - 000000005fffffff 
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource hpet
Switched to NOHz mode on CPU #0
Switched to NOHz mode on CPU #1
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:00: [bus 00-ff]
pnp 00:00: [io  0x0cf8-0x0cff]
pnp 00:00: [io  0x0000-0x0cf7 window]
pnp 00:00: [io  0x0d00-0xffff window]
pnp 00:00: [mem 0x000a0000-0x000bffff window]
pnp 00:00: [mem 0x000e0000-0x000effff window]
pnp 00:00: [mem 0xf8000000-0xfebfffff window]
pnp 00:00: [mem 0x60000000-0xf0000000 window]
pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
pnp 00:01: [mem 0xf0000000-0xf3ffffff]
pnp 00:01: [mem 0xfed13000-0xfed13fff]
pnp 00:01: [mem 0xfed14000-0xfed17fff]
pnp 00:01: [mem 0xfed18000-0xfed18fff]
pnp 00:01: [mem 0xfed19000-0xfed19fff]
pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
pnp 00:01: [mem 0xfed20000-0xfed9ffff]
pnp 00:01: [mem 0x000c0000-0x000dffff]
pnp 00:01: [mem 0x000e0000-0x000fffff]
system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
system 00:01: [mem 0xfed13000-0xfed13fff] has been reserved
system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:01: [mem 0xfed20000-0xfed9ffff] has been reserved
system 00:01: [mem 0x000c0000-0x000dffff] could not be reserved
system 00:01: [mem 0x000e0000-0x000fffff] could not be reserved
system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:02: [io  0x0000-0x000f]
pnp 00:02: [io  0x0081-0x0083]
pnp 00:02: [io  0x0087]
pnp 00:02: [io  0x0089-0x008b]
pnp 00:02: [io  0x008f]
pnp 00:02: [io  0x00c0-0x00df]
pnp 00:02: [dma 4]
pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:03: [io  0x0070-0x0071]
pnp 00:03: [io  0x0074-0x0077]
pnp 00:03: [irq 8]
pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp 00:04: [io  0x00f0]
pnp 00:04: [irq 13]
pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
pnp 00:05: [io  0x0061]
pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
pnp 00:06: [io  0x0500-0x053f]
pnp 00:06: [io  0x0400-0x047f]
pnp 00:06: [io  0x0092]
pnp 00:06: [io  0x0680-0x06ff]
pnp 00:06: [io  0x0010-0x001f]
pnp 00:06: [io  0x0072-0x0073]
pnp 00:06: [io  0x0080]
pnp 00:06: [io  0x0084-0x0086]
pnp 00:06: [io  0x0088]
pnp 00:06: [io  0x008c-0x008e]
pnp 00:06: [io  0x0090-0x009f]
system 00:06: [io  0x0500-0x053f] has been reserved
system 00:06: [io  0x0400-0x047f] has been reserved
system 00:06: [io  0x0680-0x06ff] has been reserved
system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:07: [io  0x03f0-0x03f5]
pnp 00:07: [io  0x03f0]
pnp 00:07: [irq 6]
pnp 00:07: [dma 2]
pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
pnp 00:08: [io  0x0378-0x037f]
pnp 00:08: [io  0x0778-0x077f]
pnp 00:08: [irq 7]
pnp 00:08: [dma 0 disabled]
pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (active)
pnp 00:09: [io  0x0060]
pnp 00:09: [io  0x0064]
pnp 00:09: [irq 1]
pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
pnp 00:0a: [io  0x03f8-0x03ff]
pnp 00:0a: [irq 4]
pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
pnp 00:0b: [mem 0xfec00000-0xfec000ff]
pnp 00:0b: Plug and Play ACPI device, IDs PNP0003 (active)
pnp 00:0c: [mem 0xfed00000-0xfed003ff]
pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled
pci 0000:00:1c.0: BAR 15: assigned [mem 0x68300000-0x684fffff 64bit pref]
pci 0000:00:1c.2: BAR 14: assigned [mem 0x68500000-0x686fffff]
pci 0000:00:1c.2: BAR 15: assigned [mem 0x68700000-0x688fffff 64bit pref]
pci 0000:00:1c.3: BAR 14: assigned [mem 0x68900000-0x68afffff]
pci 0000:00:1c.3: BAR 15: assigned [mem 0x68b00000-0x68cfffff 64bit pref]
pci 0000:00:1c.4: BAR 14: assigned [mem 0x68d00000-0x68efffff]
pci 0000:00:1c.4: BAR 15: assigned [mem 0x68f00000-0x690fffff 64bit pref]
pci 0000:00:1c.5: BAR 14: assigned [mem 0x69100000-0x692fffff]
pci 0000:00:1c.5: BAR 15: assigned [mem 0x69300000-0x694fffff 64bit pref]
pci 0000:00:1c.2: BAR 13: assigned [io  0x3000-0x3fff]
pci 0000:00:1c.3: BAR 13: assigned [io  0x4000-0x4fff]
pci 0000:00:1c.4: BAR 13: assigned [io  0x5000-0x5fff]
pci 0000:00:1c.5: BAR 13: assigned [io  0x6000-0x6fff]
pci 0000:00:1c.0: PCI bridge to [bus 01-01]
pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
pci 0000:00:1c.0:   bridge window [mem 0x68100000-0x681fffff]
pci 0000:00:1c.0:   bridge window [mem 0x68300000-0x684fffff 64bit pref]
pci 0000:00:1c.2: PCI bridge to [bus 02-02]
pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
pci 0000:00:1c.2:   bridge window [mem 0x68500000-0x686fffff]
pci 0000:00:1c.2:   bridge window [mem 0x68700000-0x688fffff 64bit pref]
pci 0000:00:1c.3: PCI bridge to [bus 03-03]
pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
pci 0000:00:1c.3:   bridge window [mem 0x68900000-0x68afffff]
pci 0000:00:1c.3:   bridge window [mem 0x68b00000-0x68cfffff 64bit pref]
pci 0000:00:1c.4: PCI bridge to [bus 04-04]
pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
pci 0000:00:1c.4:   bridge window [mem 0x68d00000-0x68efffff]
pci 0000:00:1c.4:   bridge window [mem 0x68f00000-0x690fffff 64bit pref]
pci 0000:00:1c.5: PCI bridge to [bus 05-05]
pci 0000:00:1c.5:   bridge window [io  0x6000-0x6fff]
pci 0000:00:1c.5:   bridge window [mem 0x69100000-0x692fffff]
pci 0000:00:1c.5:   bridge window [mem 0x69300000-0x694fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 06-06]
pci 0000:00:1e.0:   bridge window [io  disabled]
pci 0000:00:1e.0:   bridge window [mem disabled]
pci 0000:00:1e.0:   bridge window [mem 0x68000000-0x680fffff 64bit pref]
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.4: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.5: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
pci_bus 0000:01: resource 1 [mem 0x68100000-0x681fffff]
pci_bus 0000:01: resource 2 [mem 0x68300000-0x684fffff 64bit pref]
pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
pci_bus 0000:02: resource 1 [mem 0x68500000-0x686fffff]
pci_bus 0000:02: resource 2 [mem 0x68700000-0x688fffff 64bit pref]
pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
pci_bus 0000:03: resource 1 [mem 0x68900000-0x68afffff]
pci_bus 0000:03: resource 2 [mem 0x68b00000-0x68cfffff 64bit pref]
pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
pci_bus 0000:04: resource 1 [mem 0x68d00000-0x68efffff]
pci_bus 0000:04: resource 2 [mem 0x68f00000-0x690fffff 64bit pref]
pci_bus 0000:05: resource 0 [io  0x6000-0x6fff]
pci_bus 0000:05: resource 1 [mem 0x69100000-0x692fffff]
pci_bus 0000:05: resource 2 [mem 0x69300000-0x694fffff 64bit pref]
pci_bus 0000:06: resource 2 [mem 0x68000000-0x680fffff 64bit pref]
pci_bus 0000:06: resource 4 [io  0x0000-0xffff]
pci_bus 0000:06: resource 5 [mem 0x00000000-0xffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
pci 0000:00:02.0: Boot video device
PCI: CLS 64 bytes, default 64
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 4012k freed
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
audit: initializing netlink socket (disabled)
type=2000 audit(1358526215.357:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1584
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:1c.0: setting latency timer to 64
pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
pcieport 0000:00:1c.2: setting latency timer to 64
pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
pcieport 0000:00:1c.3: setting latency timer to 64
pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
pcieport 0000:00:1c.4: setting latency timer to 64
pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
pcieport 0000:00:1c.5: setting latency timer to 64
pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
vesafb: framebuffer at 0x60000000, mapped to 0xf3c80000, using 1875k, total 8000k
vesafb: mode is 800x600x16, linelength=1600, pages=7
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 100x37
fb0: VESA VGA frame buffer device
ERST: Table is not found!
isapnp: Scanning for PnP cards...
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
isapnp: No Plug & Play device found
00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial 0000:01:00.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
serial8250: skipping TxEn test for device [8086:108f] subsystem [8086:0000]
0000:01:00.3: ttyS1 at I/O 0x1020 (irq = 18) is a 16550A
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 945G Chipset
agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
agpgart-intel 0000:00:00.0: detected 8192K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0x60000000
brd: module loaded
i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
mousedev: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
Registering the dns_resolver key type
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Using IPI No-Shortcut mode
PM: Checking hibernation image partition UUID=0180f966-a27b-40f6-8bc7-effbf44a8b10
PM: Hibernation image not present or could not be loaded.
registered taskstats version 1
  Magic number: 13:839:388
  hash matches drivers/base/power/main.c:514
rtc_cmos 00:03: setting system clock to 2013-01-18 16:23:36 UTC (1358526216)
BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
Freeing unused kernel memory: 556k freed
Write protecting the kernel text: 3560k
Write protecting the kernel read-only data: 1636k
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
ACPI: Power Button [PWRF]
[drm] Initialized drm 1.1.0 20060810
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
Refined TSC clocksource calibration: 2999.889 MHz.
Switching to clocksource tsc
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] Driver supports precise vblank timestamp query.
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[drm] initialized overlay support
checking generic (60000000 7d0000) vs hw (60000000 8000000)
fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
Console: switching to colour dummy device 80x25
fbcon: inteldrmfb (fb0) is primary device
Console: switching to colour frame buffer device 160x64
fb0: inteldrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
SCSI subsystem initialized
libata version 3.00 loaded.
ata_piix 0000:00:1f.1: version 2.13
ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.1: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x20b0 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x20b8 irq 15
ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: setting latency timer to 64
ata2: port disabled. ignoring.
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0x20c8 ctl 0x20ec bmdma 0x20a0 irq 19
ata4: SATA max UDMA/133 cmd 0x20c0 ctl 0x20e8 bmdma 0x20a8 irq 19
ata1.00: ATA-8: WDC WD2500AAJB-00J3A0, 01.03E01, max UDMA/133
ata1.00: 488397168 sectors, multi 16: LBA48 
ata1.01: ATAPI: SONY    DVD RW AW-G170A, 1.71, max UDMA/66
ata1.00: configured for UDMA/100
ata1.01: configured for UDMA/66
scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500AAJB-0 01.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
scsi 0:0:1:0: CD-ROM            SONY     DVD RW AW-G170A  1.71 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: detected capacity change from 0 to 250059350016
ata3.00: ATA-7: ST3120813AS, 3.AAD, max UDMA/133
ata3.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
 sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
ata3.00: configured for UDMA/133
scsi 2:0:0:0: Direct-Access     ATA      ST3120813AS      3.AA PQ: 0 ANSI: 5
sd 2:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdb: detected capacity change from 0 to 120034123776
 sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 >
sd 2:0:0:0: [sdb] Attached SCSI disk
Uniform Multi-Platform E-IDE driver
ide-gd driver 1.18
PM: Marking nosave pages: 000000000009f000 - 0000000000100000
PM: Basic memory bitmaps created
PM: Basic memory bitmaps freed
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sdb1): mounted filesystem with ordered data mode
Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
udev[112]: starting version 166
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
ACPI: acpi_idle registered with cpuidle
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00002080
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: UHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.38.7-desktop-1.mga uhci_hcd
usb usb1: SerialNumber: 0000:00:1d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00002060
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.38.7-desktop-1.mga uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.1
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002040
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.38.7-desktop-1.mga uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.2
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.3: irq 16, io base 0x00002020
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.38.7-desktop-1.mga uhci_hcd
usb usb4: SerialNumber: 0000:00:1d.3
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
parport_pc 00:08: reported by Plug and Play ACPI
parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
ppdev: user-space parallel port driver
usb 1-2: new full speed USB device using uhci_hcd and address 2
usb 1-2: New USB device found, idVendor=04a9, idProduct=2220
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-2: Product: CanoScan
usb 1-2: Manufacturer: Canon
WARNING! power/level is deprecated; use power/control instead
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
ehci_hcd 0000:00:1d.7: using broken periodic workaround
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0x682a4400
usb 3-2: new low speed USB device using uhci_hcd and address 2
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: EHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.38.7-desktop-1.mga ehci_hcd
usb usb5: SerialNumber: 0000:00:1d.7
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 8 ports detected
hub 3-0:1.0: unable to enumerate USB device on port 2
usb 1-2: USB disconnect, address 2
usb 1-2: new full speed USB device using uhci_hcd and address 3
EXT3-fs (sdb1): using internal journal
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
usb 1-2: New USB device found, idVendor=04a9, idProduct=2220
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-2: Product: CanoScan
usb 1-2: Manufacturer: Canon
usb 3-2: new low speed USB device using uhci_hcd and address 3
usb 3-2: New USB device found, idVendor=04f3, idProduct=0210
usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
usb 3-2: Product: PS/2+USB Mouse
input: PS/2+USB Mouse as /devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/input/input3
generic-usb 0003:04F3:0210.0001: input,hidraw0: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-0000:00:1d.2-2/input0
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sdb6): using internal journal
EXT3-fs (sdb6): mounted filesystem with ordered data mode
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sdb7): using internal journal
EXT3-fs (sdb7): mounted filesystem with ordered data mode
Bluetooth: L2CAP ver 2.15
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: acl
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: acl
IR NEC protocol handler initialized
IR RC5(x) protocol handler initialized
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
lirc_dev: IR Remote Control driver registered, major 251 
IR LIRC bridge handler initialized
Linux video capture interface: v2.00
bttv: driver version 0.9.18 loaded
bttv: using 4 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv 0000:06:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
bttv0: Bt878 (rev 17) at 0000:06:01.0, irq: 22, latency: 64, mmio: 0x68001000
bttv0: using: Prolink PixelView PlayTV pro [card=37,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00ffc0ff [init]
bttv0: tuner type=2
bttv0: audio absent, no audio device found!
i2c-core: driver [tuner] using legacy suspend method
i2c-core: driver [tuner] using legacy resume method
tuner 14-0061: chip found @ 0xc2 (bt878 #0 [sw])
tuner-simple 14-0061: creating new instance
tuner-simple 14-0061: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: PLL: 28636363 => 35468950 .
bttv0: PLL: 28636363 => 35468950 
bttv0: PLL: 28636363 => 35468950 ... ok
 ok
 ok
bt878: AUDIO driver version 0.0.0 loaded
p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
Adding 3783272k swap on /dev/sdb5.  Priority:-1 extents:1 across:3783272k 
e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-k2
e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
e1000e 0000:01:00.0: Disabling ASPM  L1
e1000e 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
e1000e 0000:01:00.0: setting latency timer to 64
e1000e 0000:01:00.0: irq 45 for MSI/MSI-X
e1000e 0000:01:00.0: Disabling ASPM L0s 
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 0:0:1:0: Attached scsi CD-ROM sr0
e1000e 0000:01:00.0: Warning: detected DSPD enabled in EEPROM
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 0:0:1:0: Attached scsi generic sg1 type 5
sd 2:0:0:0: Attached scsi generic sg2 type 0
e1000e 0000:01:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:16:76:32:cd:5b
e1000e 0000:01:00.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:01:00.0: eth0: MAC: 2, PHY: 2, PBA No: FFFFFF-0FF
i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
leds_ss4200: no LED devices found
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.
ipmi message handler version 39.2
IPMI System Interface driver.
ipmi_si 0000:01:00.4: probing via PCI
ipmi_si 0000:01:00.4: PCI INT D -> GSI 19 (level, low) -> IRQ 19
ipmi_si 0000:01:00.4: [mem 0x681a0000-0x681a0fff] regsize 1 spacing 1 irq 19
ipmi_si: Adding PCI-specified kcs state machine
ipmi_si: Trying PCI-specified kcs state machine at mem address 0x681a0000, slave address 0x0, irq 19
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0460)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=1)
ipmi_si: There appears to be no BMC at this location
ipmi_si 0000:01:00.4: PCI INT D disabled
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: irq 46 for MSI/MSI-X
HDA Intel 0000:00:1b.0: setting latency timer to 64
autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0)
   speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
   hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
   mono: mono_out=0x0
   inputs:
stac92xx: dac_nids=3 (0x2/0x3/0x4/0x0/0x0)
input: HDA Intel Line In at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
input: HDA Intel Mic at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
input: HDA Intel Mic at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
input: HDA Intel Mic at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
input: HDA Intel Line In at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
input: HDA Intel Line Out at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
input: HDA Intel HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
NET: Registered protocol family 10
e1000e 0000:01:00.0: irq 45 for MSI/MSI-X
e1000e 0000:01:00.0: irq 45 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
e1000e 0000:01:00.0: eth0: 10/100 speed: disabling TSO
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
NET: Registered protocol family 17
martian source 255.255.255.255 from 192.168.2.1, on dev eth0
ll header: ff:ff:ff:ff:ff:ff:00:30:bd:b4:3f:ce:08:00
eth0: no IPv6 routers present
fuse init (API version 7.16)
Bluetooth: SCO (Voice Link) ver 0.6
Bluetooth: SCO socket layer initialized
$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.13.3
# Version: April 17, 2010
#
# 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: ooffice2.0 -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"
        :  xine -pq "$file"
        : vlc "$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()
        : vlc "$file"

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
	: plmidi "$file"
#	controls noisy stream: timidity -Od "$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"
	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"
	
application/vnd.ms-powerpoint:pps,ppt: Powerpoint Slideshow
       	: ooffice "$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/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

/etc/X11/app-defaults/Xfm

!***********************************************************************
! Application defaults for xfm.
! Most of these are the defaults anyway, but they are listed here so you can
! change them if necessary.
!***********************************************************************

! Search paths for icon files
Xfm*bitmapPath: /usr/X11R6/lib/X11/xfm/bitmaps:/usr/include/X11/bitmaps
Xfm*pixmapPath: /usr/X11R6/lib/X11/xfm/icons:/usr/X11R6/lib/X11/xfm/pixmaps:/usr/include/X11/pixmaps

! Default applications file to be loaded at startup
Xfm*applicationDataFile: ~/.xfm/Apps

! Directory in which new application files are created
Xfm*applicationDataDir: ~/.xfm

! Clipboard for Cut/Copy/Paste operations in application window
Xfm*applicationDataClip: ~/.xfm/.XfmClip

! Configuration file (where the file types are specified)
Xfm*configFile: ~/.xfm/xfmrc

! Device configuration file (floppies and such)
Xfm*devFile: ~/.xfm/xfmdev

! Magic headers configuration file (files you recognize by their header)
Xfm*magicFile: ~/.xfm/magic

! Double click time in milliseconds
Xfm*doubleClickTime:               300

! Time interval in milliseconds for automatic folder updates (set to zero to
! disable this feature)
Xfm*updateInterval:		10000

! stat the directory every hardUpdateTicks*updateInterval millisecs
! to discover changed modes or links to deleted files
! (set to zero to disable this feature)
Xfm*hardUpdateTicks:		10


!You can specify the name of the shell you want XFM to use here.
!Only if this fails (eg. by commenting out) $SHELL will be used.
Xfm*shellCommand: /bin/sh

! Just two examples -- you should not need this
!Xfm*BourneShells: AUTO
!Xfm*BourneShells: /bin/sh, /usr/local/bin/bash

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!The separator (arbitrary string) to be used when transferring
!the paths of the selected files to the requestor of the PRIMARY
!selection. This string will be used between individual paths,
!the default being a space character (note the quoting by '\')
!
!Xfm*selectionPathsSeparator:\ 


! Some settings for the log window
Xfm*fmLog.title: Xfm output log
! 
! You can enable the horizontal scrollbar if you want:
Xfm*fmLog*Text.scrollHorizontal: whenNeeded
!
! The initial value of the 'auto popup' toggle which
! determines if the Log window pops up automatically
! when new data is available.
Xfm*fmLog*Auto Flag.state: False


!***********************************************************************
! Preferences
!***********************************************************************

! Geometry for application and initial file manager windows

Xfm.Geometry:			620x440+0+0

Xfm.initGeometry:		515x345+5+130
! Geometry for subsequent file windows
Xfm.file window.Geometry:	515x345

! The dimensions of the Log window on startup
Xfm*fmLog.width:515
Xfm*fmLog.height:200

! If you do not want to go chasing dialog popups around the screen, but rather
! have them in a fixed location, uncomment the following (recommended)
!Xfm*TransientShell.geometry: 320x200+400+400
 
! The following removes borders from the main menu buttons (my own preference)
Xfm*file window*button box.?.borderWidth: 0

! NOTE: The background color of icons is determined from the Xfm.background
! resource. Make sure that this resource is always given a value appropriate
! for *both* application and file windows.

! The background color for file and application windows
Xfm*background: grey77

! The foreground color for icon toggles; this is also used when an icon toggle
! is highlighted or marked

Xfm.highlightColor: midnight blue

! Some nice settings for the log window
xfm*fmLog*background:			white
xfm*fmLog.form.background:		grey77
xfm*fmLog*Command*background:		grey77
xfm*fmLog*Label*background:		grey77
xfm*fmLog*Toggle*background:		grey77
xfm*fmLog*Scrollbar*background:		grey77


! Use these only if you  have the 75dpi fonts. (recommended)
Xfm*boldFont:			-adobe-helvetica-bold-r-*-*-12-*
Xfm*iconFont:			-adobe-helvetica-medium-r-*-*-10-*
Xfm*buttonFont:			-adobe-helvetica-medium-r-*-*-12-*
Xfm*menuFont:			-adobe-helvetica-medium-r-*-*-12-*
Xfm*labelFont:			-adobe-helvetica-medium-r-*-*-12-*
Xfm*statusFont:			-adobe-helvetica-medium-r-*-*-12-*

! The font for the log window's text widget
! you might like afixed width font
Xfm*fmLog*AsciiSink.font:	-*-lucidatypewriter-medium-r-*-*-12-*

! This must be a fixed width font
Xfm*cellFont:			fixed

! Specify the sizes of the different icon toggles. The following values
! are appropriate for the icons supplied with xfm.

Xfm*appIconWidth: 48
Xfm*appIconHeight: 40

Xfm*fileIconWidth: 48
Xfm*fileIconHeight: 40
Xfm*treeIconWidth: 48
Xfm*treeIconHeight: 32

! Confirmation for various operations
Xfm*confirmDeletes: 		true
Xfm*confirmDeleteFolder: 		true
Xfm*confirmCopies: 		true
Xfm*confirmMoves: 		true
Xfm*confirmOverwrite:		true
Xfm*confirmQuit:		    	false

! Echo actions on stderr (useful for debugging purposes)
Xfm*echoActions:		false

! What should be shown by the text view
! (can be changed interactively by the options menu)

Xfm*showOwner: true
Xfm*showDate: true
Xfm*showPermissions: true
Xfm*showLength: true

Xfm*showInode: false
Xfm*showType:  true
Xfm*showLinks: true
Xfm*showGroup: true

! The type of the first and subsequent file windows
! valid values are Tree, Icons and Text
Xfm*initialDisplayType:	 	Icons
Xfm*defaultDisplayType:		Icons

! The type of sorting used by default
! valid values are SortBy{Name,Size,Date}
Xfm*defaultSortType: 		SortByName

! The default editor to use
Xfm*defaultEditor: 		exec xedit

! The default viewer to use
Xfm*defaultViewer: 		exec nedit

! The default xterm to use
Xfm*defaultXterm: 		exec xterm


! Some settings for the path history menu
Xfm*fm_history.label: Path history
Xfm*fm_history*SmeLine.lineWidth: 1

! This is the max. number of entries
Xfm*historyMaxN: 30


!***********************************************************************
! Miscellaneous settings (see also FmMain.c)
! Normally you won't have to change these.
!***********************************************************************

Xfm*Command.cursor: hand2
Xfm*MenuButton.cursor: hand2
Xfm*viewport.forceBars: False
!Xfm.awform.viewport.borderWidth : 0
Xfm*popup form*bitmap.borderWidth : 0
Xfm*popup form*label.borderWidth : 0
Xfm*button box.orientation: horizontal
Xfm*button box.borderWidth: 0
!Xfm*file window*viewport.borderWidth: 0
Xfm*viewport.icon box*Label.borderWidth : 0
Xfm*viewport.icon box.Command.borderWidth : 0
Xfm*viewport.icon box.Form.borderWidth : 0
Xfm*viewport.icon box*Toggle.borderWidth : 1

Xfm*viewport.TextFileList.borderWidth: 1
Xfm*viewport.TextFileList.entrySep: 2
Xfm*viewport.TextFileList.topSep: 2
Xfm*viewport.TextFileList.leftSep: 2
Xfm*viewport.TextFileList.tabSep: 4
Xfm*viewport.TextFileList.dragTimeout: 200
Xfm*viewport.IconFileList.borderWidth: 1
Xfm*viewport.IconFileList.entrySep: 2
Xfm*viewport.IconFileList.topSep: 2
Xfm*viewport.IconFileList.leftSep: 2
Xfm*viewport.IconFileList.labelSep: 2
Xfm*viewport.IconFileList.dragTimeout: 200

Xfm*chmod*Label.borderWidth : 0
Xfm*info*Label.borderWidth : 0
Xfm*error*Label.borderWidth : 0
Xfm*confirm*Label.borderWidth : 3

Xfm*TextField.baseTranslations:#override\n<Btn3Down>:FocusSet() FmUpdateHistory(fm_history)MenuPopup(fm_history)  \n Shift	<Key>Tab:FocusTraverse(b)\n	<Key>Tab:FocusTraverse()\n	<FocusIn>:Detail_NotifyAncestor(CursorState,a)\n	<FocusOut>:Detail_NotifyAncestor(CursorState,i)\n	<Btn1Up>:FocusSet()	         HighlightExtend()	         MakeSelection(PRIMARY)\n	<Btn2Up>:FocusSet()		 MoveCursor()		 InsertSelection(PRIMARY)\n	<Enter>:\n	<Leave>:\n	<Key>Escape: \n	<Key>Return: \n	<Key>Linefeed:\n


! shadow widths for Xaw3d

Xfm*file window*folderlabel.shadowWidth: 2
Xfm*file window*folderlabel.borderWidth: 0

Xfm*icon box*shadowWidth: 0
Xfm*MenuButton.highlightThickness: 0
Xfm*Command.highlightThickness: 0
Xfm*Toggle.highlightThickness: 0
Xfm*Label.ShadowWidth: 0
Xfm*Label*borderWidth: 0
Xfm*status*shadowWidth: 2


Xfm*file window*icon box*tree_icon.baseTranslations: #override\n  <Enter>             : fileHighlight()\n  <Leave>             : resetCursor()\n  Shift <Btn1Down>,<Btn1Up> : fileToggle()\n  <Btn1Down>,<Btn1Up> : fileSelect()\n  <Btn1Down>,<Leave>  : fileBeginDrag(1,move)\n  <Btn2Down>,<Btn2Up> : fileToggle()\n  <Btn2Down>,<Leave>  : fileBeginDrag(2,copy)\n  <Btn3Down>          : dirPopup()\n

Xfm*awform*icon box*icon.baseTranslations:#override\n    <Enter>             : appMaybeHighlight()\n    <Leave>             : unhighlight()\n    <Btn1Up>(2)         : runApp()\n    <Btn1Down>,<Btn1Up> : appSelect()\n    <Btn1Down>,<Leave>  : appBeginDrag(1,move)\n    <Btn2Down>,<Btn2Up> : appToggle()\n    <Btn2Down>,<Leave>  : appBeginDrag(2,copy)\n

Xfm*awform*icon box.baseTranslations: #override\n    <Btn2Up>            : dummy()\n    <Btn3Up>            : dummy()\n    <Btn3Down>          : appPopup()\n

Xfm*file window*folderlabel.baseTranslations: #override\n  <Enter>	      : trackCursor()\n  <Leave>	      : trackCursor()\n<Btn3Down>: FmUpdateHistory(fm_history)MenuPopup(fm_history) \n   <Btn1Up>(2)         : fileRefresh()\n

Xfm*file window*viewport.baseTranslations:#override\n  <Enter>: trackCursor()\n <Leave>: trackCursor()\n

Xfm*IconFileList*baseTranslations: #override\n        <Enter>	        	: dispatchDirExeFile(fileHighlight,fileHighlight,fileMaybeHighlight,"")\n        <Leave>	        	: resetCursor()\n Shift  <Btn1Down>,<Btn1Up> 	: fileToggle()\n        <Btn1Up>(2)           	: dispatchDirExeFile(fileOpenDir,fileExecFile,fileExecAction,"")\n        <Btn1Down>,<Btn1Up>   	: fileSelect()\n        <Btn1Down>,<Motion>   	: fileBeginDrag(1,move)\n        <Btn2Down>,<Btn2Up>   	: fileToggle()\n        <Btn2Down>,<Motion>   	: fileBeginDrag(2,copy)\n        <Btn3Down>            	: dispatchDirExeFilePopup(dirPopup,filePopup,filePopup,"")\nShift   <Key>n			: notify(*folder*new)\nShift   <Key>g			: notify(*folder*goto)\nShift   <Key>h			: notify(*folder*home)\nShift   <Key>u			: notify(*folder*up)\nShift   <Key>c			: notify(*folder*clone)\nShift   <Key>q			: notify(*folder*close)\nCtrl	<Key>r			: notify(*view*tree)\nCtrl	<Key>i			: notify(*view*icons)\nCtrl	<Key>t			: notify(*view*text)\nCtrl	<Key>n			: notify("*view*sort by name")\nCtrl	<Key>s			: notify("*view*sort by size")\nCtrl	<Key>d			: notify("*view*sort by mtime")\nCtrl	<Key>f			: notify(*view*filter)\nCtrl	<Key>h			: notify("*view*hide folders")\nCtrl	<Key>m			: notify("*view*mix folders/files")\nCtrl	<Key>u			: notify("*view*show hidden files")\nCtrl	<Key>l			: notify("*view*show log")\n 	<Key>n			: notify(*file*new)\n 	<Key>m			: notify(*file*move)\n 	<Key>c			: notify(*file*copy)\n 	<Key>l			: notify(*file*link)\n 	<Key>d			: notify(*file*delete)\n	<Key>Delete		: notify(*file*delete)\n	<Key>BackSpace		: notify(*file*delete)\n 	<Key>s			: notify(*file*select)\n 	<Key>a			: notify("*file*select all")\n 	<Key>u			: notify("*file*deselect all")\n 	<Key>o			: notify("*file*own Selection")\n 	<Key>x			: notify(*file*xterm)\n 	<Key>q			: notify(*file*quit)\n

Xfm*TextFileList*baseTranslations: #override\n        <Enter>	        	: dispatchDirExeFile(fileHighlight,fileHighlight,fileMaybeHighlight,"")\n        <Leave>	        	: resetCursor()\n Shift  <Btn1Down>,<Btn1Up> 	: fileToggle()\n        <Btn1Up>(2)           	: dispatchDirExeFile(fileOpenDir,fileExecFile,fileExecAction,"")\n        <Btn1Down>,<Btn1Up>   	: fileSelect()\n        <Btn1Down>,<Motion>   	: fileBeginDrag(1,move)\n        <Btn2Down>,<Btn2Up>   	: fileToggle()\n        <Btn2Down>,<Motion>   	: fileBeginDrag(2,copy)\n        <Btn3Down>            	: dispatchDirExeFilePopup(dirPopup,filePopup,filePopup,"")\nShift   <Key>n			: notify(*folder*new)\nShift   <Key>g			: notify(*folder*goto)\nShift   <Key>h			: notify(*folder*home)\nShift   <Key>u			: notify(*folder*up)\nShift   <Key>c			: notify(*folder*clone)\nShift   <Key>q			: notify(*folder*close)\nCtrl	<Key>r			: notify(*view*tree)\nCtrl	<Key>i			: notify(*view*icons)\nCtrl	<Key>t			: notify(*view*text)\nCtrl	<Key>n			: notify("*view*sort by name")\nCtrl	<Key>s			: notify("*view*sort by size")\nCtrl	<Key>d			: notify("*view*sort by mtime")\nCtrl	<Key>f			: notify(*view*filter)\nCtrl	<Key>h			: notify("*view*hide folders")\nCtrl	<Key>m			: notify("*view*mix folders/files")\nCtrl	<Key>u			: notify("*view*show hidden files")\nCtrl	<Key>l			: notify("*view*show log")\n 	<Key>n			: notify(*file*new)\n 	<Key>m			: notify(*file*move)\n 	<Key>c			: notify(*file*copy)\n 	<Key>l			: notify(*file*link)\n 	<Key>d			: notify(*file*delete)\n	<Key>Delete		: notify(*file*delete)\n	<Key>BackSpace		: notify(*file*delete)\n 	<Key>s			: notify(*file*select)\n 	<Key>a			: notify("*file*select all")\n 	<Key>u			: notify("*file*deselect all")\n 	<Key>o			: notify("*file*own Selection")\n 	<Key>x			: notify(*file*xterm)\n 	<Key>q			: notify(*file*quit)\n

Xfm*button box*cancel.accelerators:#override\n<ClientMessage>WM_PROTOCOLS: set() notify() unset()\n<Key>Escape: set() notify() unset()\n

Xfm*about*button box*ok.accelerators:#override\n<ClientMessage>WM_PROTOCOLS: set() notify() unset()\n<Key>Escape: set() notify() unset()\n

Xfm*button box*ok.accelerators:#override\n<Key>Return: set() notify() unset()\n<Key>Linefeed: set() notify() unset()\n

Xfm*button box*replace.accelerators:#override\n<Key>Return: set() notify() unset()\n<Key>Linefeed: set() notify() unset()\n

Xfm*button box*install.accelerators:#override\n<Key>Return: set() notify() unset()\n<Key>Linefeed: set() notify() unset()\n

Xfm*fmLog*Hide.accelerators:#override\n<ClientMessage>WM_PROTOCOLS: set() notify() unset()\n<Key>Return: set() notify() unset()\n<Key>Linefeed: set() notify() unset()\n

Xfm*fmLog*Clear Log.accelerators:#override\n<Key>Delete: set() notify() unset()\n

! dont change the version number
Xfm.appDefsVersion: "1.4.3"

Icondesk Scripts

They consist of Ideskr, Idesknewic, Idesknew, Ideskrm and Ideskeddel.
These are all bash scripts. They use auxilliary command xterm and Xdialog (Xdialog-2.3.1-2.mga1.rpm).

Ideskr - Reload icondesk.
#!/bin/bash
killall idesk
idesk &
exit 0

Usage example (icondesk icon):
table Icon
  Caption: Reload
  ToolTip.Caption: Restart idesk
  Icon: /home/waldis/icons/forms_32x32.xpm
  Width: 32
  Heigth: 32
  X: 21
  Y: 75
  Command[0]: ideskr
  Command[1]: ideskrm ~/.idesktop/ideskr.lnk
end


Idesknewic - Create a new icon and subsequently reload icondesk. 
#!/bin/bash
xterm -geometry 640x480+0+0 -e idesknew
killall idesk
idesk &
exit 0

Usage example (icondesk icon):
table Icon
  Caption: New Icon
  ToolTip.Caption: generate one
  Icon: /home/waldis/icons/kedit_32x32.xpm
  Width: 32
  Heigth: 32
  X: 25
  Y: 19
  Command[0]: idesknewic
  Command[1]: ideskrm ~/.idesktop/New.lnk
end

It uses the script idesknew, which MUST be run in an xterm terminal window :
#!/bin/bash
XDIALOG_HIGH_DIALOG_COMPAT=1
cd ~/.idesktop
filex=1
suffx=".lnk"
until [ $filex -eq 0 ]
do
  echo "Creating new IDESK item"
  echo "Name in directory, suffix .lnk will be appended :"
  read nenam
  nename="$nenam$suffx"
  if [ -f $nename ] 
  then
    echo "This file DOES ALREADY EXIST. Try again."
  else  
    filex=0
  fi
done
touch "$nename"
echo "table Icon">$nename 
echo "Enter Caption (displayed on desktop):"
read captname
echo "  Caption: $captname">>$nename
echo "Enter Caption-Tip (further explanation):"
read catip
echo "  ToolTip.Caption: $catip">>$nename
loopend0=0
until [ $loopend0 -eq 1 ]
do
 loopend1=0
   until [ $loopend1 -eq 1 ]
   do
      echo "Select icon-file. Hit ENTER to start"
      read dummy
      clear
      icfnam=$(Xdialog --title "Select an icon" --stdout --ok-label "done" --fselect ~/ 24 80)
          if [ -f $icfnam ] 
          then
             filex=1
             loopend1=1
          else
             echo "Something went wrong with your selection. Try again."
          fi
   done
 if [ -z $icfnam ]
 then
   echo "Incorrect selection or cancel hit - try again"
 else 
   loopend0=1
 fi
done
echo "Icon = " $icfnam
echo "  Icon: $icfnam">>$nename
echo "Width of icon in pixels (32):"
read wipic
if [ $wipic -z ] 
then
  wipic="32"
fi
echo "  Width: $wipic">>$nename
echo "Heigth of icon in pixels (32):"
read hipic
if [ $hipic -z ] 
then
  hipic="32"
fi
echo "  Heigth: $hipic">>$nename
echo "Initial X-location of icon (500):"
read xloc
if [ $xloc -z ] 
then
  xloc="500"
fi
echo "  X: $xloc">>$nename
echo "Initial Y-location of icon (500):"
read yloc
if [ $yloc -z ] 
then
  yloc="500"
fi
echo "  Y: $yloc">>$nename
echo "Command to execute as  primary:"
read comma
echo "  Command[0]: $comma">>$nename
echo "  Command[1]: ideskrm ~/.idesktop/$nename">>$nename
echo "end">>$nename
echo "Your chance to make any changes"
inmed="$nename###"
Xdialog --title "Edit file if you want to change anything" --stdout --ok-label "done" --editbox $nename 17 80 1>$inmed
if [ $? -eq 0 ]
   then
     mv -f $inmed $nename
   else
     rm -f $inmed
   fi
cd
exit 0

Ideskrm - Edit or remove an icon plus restart icondesk.
Must not be run in a terminal window: 
#!/bin/bash
xterm -e ideskeddel $1
killall idesk
idesk &
exit 0

It uses script ideskeddel, which MUST be run in a terminal window:
#!/bin/bash
ansok=0
until [ $ansok -eq 1 ]
do
  echo "Edit(1) or delete(2) item?"
  read answ
  if [ $answ -eq 1 ]
  then
    clear
    inmed="$1###"
    Xdialog --title "Edit file" --stdout --ok-label "done" --editbox $1 17 80 1>$inmed
    if [ $? -eq 0 ]
    then
       mv -f $inmed $1
    else
       rm -f $inmed
    fi
    ansok=1
  elif [ $answ -eq 2 ]
    then
      rm -f $1
      ansok=1
    else 
    ansok=0
    echo "Reply 1 or 2 ONLY"
  fi
done      
exit 0
exit 0
Click here to return to my Linux page
Click here to return to my home-page
Free Web Hosting