Before
After

Before what was carried out, set of outputs of the following commands to know about the environment as well as screenshots are submitted. Tried to include the xorg.conf in the /etc/X11 by including the following section

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport  0 0
                Depth     24
                Modes     "1024x768"
        EndSubSection
To generate Xorg.conf.new file
sudo service lightdm stop
sudo Xorg -configure
this will generate xorg.conf.new in the current working dir

output:
X.Org X Server 1.13.0
Release date: 2012-09-05
X protocol version 11, revision 0
Build operating system: LInux 3.2.0-26-generic i686 Ubuntu
-------
-------
current version of pixman: 0.26.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**)from config file, (==) default settings,
        (++) from cmd line, (!!)notice, (II)informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) log file: "/var/log/Xorg.0.log", Time: Tue Jan 15 .....
List of video drivers:
    ati
    trident
    nouveau
    qsl
    modesetting
    sisusb
    intel
    mga
    cirrus
    vmware
    tdfx
    sis
    s3
    mach64
    radeon
    r128
    neomagic
    siliconmotion
    savage
    openchrome
    fbdev
    vesa
(++) Using config file: "/home/ranjit/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
Configuration failed
Server terminated with error (2). closing log file
after changes and moving the file(Xorg.conf.new) to /etc/X11/xorg.conf
sudo service lightdm start

It worked but the console (Ctrl + Alt + Fx) was way beyond usable, ref the 3rd screenshot/image.
Another thing noticeable was when normal boot from the rescue mode was done, the console was usable. Don't know what was happening behind the scene.






































content of xorg.conf.new

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Screen 3 "Screen3" RightOf "Screen2"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor3"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "kmsdev" # <str>
#Option "ShadowFB" # [<bool>]
Identifier "Card0"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "Throttle" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "DelayedFlush" # [<bool>]
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
#Option "TripleBuffer" # [<bool>]
Identifier "Card1"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card2"
Driver "fbdev"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card3"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen3"
Device "Card3"
Monitor "Monitor3"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
=================================================
content of Xorg.0.log

[ 22.954]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[ 22.954] X Protocol Version 11, Revision 0
[ 22.954] Build Operating System: Linux 3.2.0-26-generic i686 Ubuntu
[ 22.954] Current Operating System: Linux Lubuntu 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012 i686
[ 22.954] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=19d88c95-6644-4ca2-a1b5-cd9a2655ec99 ro quiet splash vt.handoff=7
[ 22.955] Build Date: 08 October 2012 03:34:08PM
[ 22.955] xorg-server 2:1.13.0-0ubuntu6 (For technical support please see http://www.ubuntu.com/support)
[ 22.955] Current version of pixman: 0.26.0
[ 22.955] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 22.955] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 22.955] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 16 04:06:33 2013
[ 22.975] (==) Using config file: "/etc/X11/xorg.conf"
[ 22.975] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 23.069] (==) ServerLayout "X.org Configured"
[ 23.069] (**) |-->Screen "Screen0" (0)
[ 23.069] (**) | |-->Monitor "Monitor0"
[ 23.070] (**) | |-->Device "Card0"
[ 23.070] (**) |-->Screen "Screen1" (1)
[ 23.070] (**) | |-->Monitor "Monitor1"
[ 23.071] (**) | |-->Device "Card1"
[ 23.071] (**) |-->Screen "Screen2" (2)
[ 23.071] (**) | |-->Monitor "Monitor2"
[ 23.071] (**) | |-->Device "Card2"
[ 23.071] (**) |-->Screen "Screen3" (3)
[ 23.075] (**) | |-->Monitor "Monitor3"
[ 23.076] (**) | |-->Device "Card3"
[ 23.076] (**) |-->Input Device "Mouse0"
[ 23.076] (**) |-->Input Device "Keyboard0"
[ 23.076] (==) Automatically adding devices
[ 23.076] (==) Automatically enabling devices
[ 23.076] (==) Automatically adding GPU devices
[ 23.076] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 23.076] Entry deleted from font path.
[ 23.076] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 23.077] Entry deleted from font path.
[ 23.077] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 23.077] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 23.077] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 23.077] (WW) Disabling Mouse0
[ 23.077] (WW) Disabling Keyboard0
[ 23.077] (II) Loader magic: 0xb7765640
[ 23.077] (II) Module ABI versions:
[ 23.077] X.Org ANSI C Emulation: 0.4
[ 23.077] X.Org Video Driver: 13.0
[ 23.077] X.Org XInput driver : 18.0
[ 23.078] X.Org Server Extension : 7.0
[ 23.088] (--) PCI:*(0:0:2:0) 8086:1132:8086:4541 rev 2, Mem @ 0xf8000000/67108864, 0xffa80000/524288
[ 23.090] (II) Open ACPI successful (/var/run/acpid.socket)
[ 23.090] Initializing built-in extension Generic Event Extension
[ 23.090] Initializing built-in extension SHAPE
[ 23.090] Initializing built-in extension MIT-SHM
[ 23.091] Initializing built-in extension XInputExtension
[ 23.091] Initializing built-in extension XTEST
[ 23.091] Initializing built-in extension BIG-REQUESTS
[ 23.091] Initializing built-in extension SYNC
[ 23.091] Initializing built-in extension XKEYBOARD
[ 23.091] Initializing built-in extension XC-MISC
[ 23.091] Initializing built-in extension SECURITY
[ 23.091] Initializing built-in extension XINERAMA
[ 23.091] Initializing built-in extension XFIXES
[ 23.091] Initializing built-in extension RENDER
[ 23.091] Initializing built-in extension RANDR
[ 23.091] Initializing built-in extension COMPOSITE
[ 23.091] Initializing built-in extension DAMAGE
[ 23.091] Initializing built-in extension MIT-SCREEN-SAVER
[ 23.091] Initializing built-in extension DOUBLE-BUFFER
[ 23.091] Initializing built-in extension RECORD
[ 23.091] Initializing built-in extension DPMS
[ 23.091] Initializing built-in extension X-Resource
[ 23.091] Initializing built-in extension XVideo
[ 23.091] Initializing built-in extension XVideo-MotionCompensation
[ 23.091] Initializing built-in extension XFree86-VidModeExtension
[ 23.091] Initializing built-in extension XFree86-DGA
[ 23.091] Initializing built-in extension XFree86-DRI
[ 23.091] Initializing built-in extension DRI2
[ 23.091] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 23.091] (II) LoadModule: "glx"
[ 23.093] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 23.106] (II) Module glx: vendor="X.Org Foundation"
[ 23.106] compiled for 1.13.0, module version = 1.0.0
[ 23.106] ABI class: X.Org Server Extension, version 7.0
[ 23.106] (==) AIGLX enabled
[ 23.106] Loading extension GLX
[ 23.106] (II) LoadModule: "modesetting"
[ 23.107] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 23.132] (II) Module modesetting: vendor="X.Org Foundation"
[ 23.132] compiled for 1.13.0, module version = 0.5.0
[ 23.132] Module class: X.Org Video Driver
[ 23.132] ABI class: X.Org Video Driver, version 13.0
[ 23.132] (II) LoadModule: "intel"
[ 23.133] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 23.141] (II) Module intel: vendor="X.Org Foundation"
[ 23.141] compiled for 1.13.0, module version = 2.20.9
[ 23.141] Module class: X.Org Video Driver
[ 23.141] ABI class: X.Org Video Driver, version 13.0
[ 23.141] (II) LoadModule: "fbdev"
[ 23.142] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 23.148] (II) Module fbdev: vendor="X.Org Foundation"
[ 23.149] compiled for 1.12.99.902, module version = 0.4.3
[ 23.149] Module class: X.Org Video Driver
[ 23.149] ABI class: X.Org Video Driver, version 13.0
[ 23.149] (II) LoadModule: "vesa"
[ 23.149] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 23.167] (II) Module vesa: vendor="X.Org Foundation"
[ 23.167] compiled for 1.12.99.902, module version = 2.3.2
[ 23.167] Module class: X.Org Video Driver
[ 23.167] ABI class: X.Org Video Driver, version 13.0
[ 23.167] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 23.167] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
Haswell Server (GT2+), Haswell SDV Desktop (GT1),
Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
Haswell ULT Server (GT1), Haswell ULT Server (GT2),
Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
ValleyView PO board
[ 23.170] (II) FBDEV: driver for framebuffer: fbdev
[ 23.170] (II) VESA: driver for VESA chipsets: vesa
[ 23.170] (++) using VT number 7

[ 23.170] (EE) open /dev/dri/card0: No such file or directory
[ 23.190] (WW) Falling back to old probe method for modesetting
[ 23.190] (EE) open /dev/dri/card0: No such file or directory
[ 23.529] (WW) Falling back to old probe method for fbdev
[ 23.530] (II) Loading sub module "fbdevhw"
[ 23.530] (II) LoadModule: "fbdevhw"
[ 23.530] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 23.573] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 23.573] compiled for 1.13.0, module version = 0.0.2
[ 23.573] ABI class: X.Org Video Driver, version 13.0
[ 23.574] (WW) Falling back to old probe method for vesa
[ 23.574] (EE) Screen 0 deleted because of no matching config section.
[ 23.574] (II) UnloadModule: "modesetting"
[ 23.574] (II) Loading sub module "vgahw"
[ 23.574] (II) LoadModule: "vgahw"
[ 23.575] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 23.604] (II) Module vgahw: vendor="X.Org Foundation"
[ 23.605] compiled for 1.13.0, module version = 0.1.0
[ 23.605] ABI class: X.Org Video Driver, version 13.0
[ 23.605] (==) intel(0): Depth 16, (==) framebuffer bpp 16
[ 23.605] (==) intel(0): RGB weight 565
[ 23.605] (==) intel(0): Default visual is TrueColor
[ 23.605] (II) Loading sub module "xaa"
[ 23.605] (II) LoadModule: "xaa"
[ 23.633] (WW) Warning, couldn't open module xaa
[ 23.633] (II) UnloadModule: "xaa"
[ 23.633] (II) Unloading xaa
[ 23.633] (EE) intel: Failed to load module "xaa" (module does not exist, 0)
[ 23.633] (II) Loading sub module "vbe"
[ 23.633] (II) LoadModule: "vbe"
[ 23.634] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 23.645] (II) Module vbe: vendor="X.Org Foundation"
[ 23.645] compiled for 1.13.0, module version = 1.1.0
[ 23.645] ABI class: X.Org Video Driver, version 13.0
[ 23.645] (II) Loading sub module "int10"
[ 23.645] (II) LoadModule: "int10"
[ 23.646] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 23.655] (II) Module int10: vendor="X.Org Foundation"
[ 23.656] compiled for 1.13.0, module version = 1.0.0
[ 23.656] ABI class: X.Org Video Driver, version 13.0
[ 23.656] (II) intel(0): initializing int10
[ 23.657] (II) intel(0): Primary V_BIOS segment is: 0xc000
[ 23.658] (II) intel(0): VESA BIOS detected
[ 23.658] (II) intel(0): VESA VBE Version 3.0
[ 23.658] (II) intel(0): VESA VBE Total Mem: 1024 kB
[ 23.658] (II) intel(0): VESA VBE OEM: Intel(R) 815 Chipset Video BIOS
[ 23.658] (II) intel(0): VESA VBE OEM Software Rev: 34.49
[ 23.658] (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
[ 23.659] (II) intel(0): VESA VBE OEM Product: Intel(R) 815 Chipset
[ 23.659] (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[ 23.659] (II) Loading sub module "ddc"
[ 23.659] (II) LoadModule: "ddc"
[ 23.659] (II) Module "ddc" already built-in
[ 23.759] (II) intel(0): VESA VBE DDC supported
[ 23.759] (II) intel(0): VESA VBE DDC Level none
[ 23.759] (II) intel(0): VESA VBE DDC transfer in appr. 0 sec.
[ 24.756] (II) intel(0): VESA VBE DDC read successfully
[ 24.756] (II) intel(0): Manufacturer: VSC Model: 1a25 Serial#: 16843009
[ 24.756] (II) intel(0): Year: 2009 Week: 39
[ 24.756] (II) intel(0): EDID Version: 1.3
[ 24.756] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 24.756] (II) intel(0): Sync: Separate
[ 24.760] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 24.760] (II) intel(0): Gamma: 2.20
[ 24.760] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[ 24.760] (II) intel(0): Default color space is primary color space
[ 24.760] (II) intel(0): First detailed timing is preferred mode
[ 24.760] (II) intel(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.605
[ 24.760] (II) intel(0): blueX: 0.150 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
[ 24.760] (II) intel(0): Supported established timings:
[ 24.760] (II) intel(0): 720x400@70Hz
[ 24.760] (II) intel(0): 640x480@60Hz
[ 24.760] (II) intel(0): 640x480@67Hz
[ 24.760] (II) intel(0): 640x480@72Hz
[ 24.760] (II) intel(0): 640x480@75Hz
[ 24.760] (II) intel(0): 800x600@56Hz
[ 24.760] (II) intel(0): 800x600@60Hz
[ 24.760] (II) intel(0): 800x600@72Hz
[ 24.760] (II) intel(0): 800x600@75Hz
[ 24.760] (II) intel(0): 832x624@75Hz
[ 24.760] (II) intel(0): 1024x768@60Hz
[ 24.760] (II) intel(0): 1024x768@70Hz
[ 24.760] (II) intel(0): 1024x768@75Hz
[ 24.760] (II) intel(0): 1280x1024@75Hz
[ 24.760] (II) intel(0): 1152x864@75Hz
[ 24.760] (II) intel(0): Manufacturer's mask: 0
[ 24.761] (II) intel(0): Supported standard timings:
[ 24.761] (II) intel(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 24.761] (II) intel(0): Supported detailed timing:
[ 24.761] (II) intel(0): clock: 85.5 MHz Image Size: 344 x 193 mm
[ 24.761] (II) intel(0): h_active: 1366 h_sync: 1436 h_sync_end 1579 h_blank_end 1792 h_border: 0
[ 24.761] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 798 v_border: 0
[ 24.761] (II) intel(0): Serial No: RRR093901993
[ 24.761] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 145 MHz
[ 24.762] (II) intel(0): Monitor name: VA1601W-LED
[ 24.762] (II) intel(0): EDID (in hex):
[ 24.763] (II) intel(0): 00ffffffffffff005a63251a01010101
[ 24.763] (II) intel(0): 27130103082213782ec8859e57549b26
[ 24.763] (II) intel(0): 125054bfef8081800101010101010101
[ 24.763] (II) intel(0): 010101010101662156aa51001e30468f
[ 24.763] (II) intel(0): 330058c11000001e000000ff00525252
[ 24.763] (II) intel(0): 3039333930313939330a000000fd0038
[ 24.763] (II) intel(0): 4b1f530e000a202020202020000000fc
[ 24.763] (II) intel(0): 00564131363031572d4c45440a2000a4
[ 24.763] (II) intel(0): EDID vendor "VSC", prod id 6693
[ 24.763] (II) intel(0): Using EDID range info for horizontal sync
[ 24.763] (II) intel(0): Using EDID range info for vertical refresh
[ 24.763] (II) intel(0): Printing DDC gathered Modelines:
[ 24.763] (II) intel(0): Modeline "1366x768"x0.0 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz eP)
[ 24.763] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 24.763] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 24.763] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 24.763] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 24.763] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 24.763] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 24.763] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 24.764] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 24.764] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 24.764] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 24.764] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 24.764] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 24.764] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 24.764] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 24.764] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 24.764] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 24.764] (--) intel(0): Integrated Graphics Chipset: Intel(R) i815
[ 24.764] (--) intel(0): Linear framebuffer at 0xF8000000
[ 24.764] (--) intel(0): IO registers at addr 0xFFA80000
[ 24.765] (II) intel(0): Kernel reported 45568 total, 0 used
[ 24.765] (II) intel(0): I810CheckAvailableMemory: 182272k available
[ 24.765] (==) intel(0): Will alloc AGP framebuffer: 16384 kByte
[ 24.765] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 24.765] (II) intel(0): Monitor1: Using hsync range of 31.00-83.00 kHz
[ 24.765] (II) intel(0): Monitor1: Using vrefresh range of 56.00-75.00 Hz
[ 24.765] (II) intel(0): Monitor1: Using maximum pixel clock of 145.00 MHz
[ 24.765] (II) intel(0): Estimated virtual size for aspect ratio 1.7895 is 1366x768
[ 24.765] (II) intel(0): Clock range: 9.50 to 163.00 MHz
[ 24.765] (II) intel(0): Not using default mode "640x350" (vrefresh out of range)
[ 24.765] (II) intel(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "640x400" (vrefresh out of range)
[ 24.765] (II) intel(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "720x400" (vrefresh out of range)
[ 24.765] (II) intel(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
[ 24.765] (II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[ 24.765] (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[ 24.766] (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1024x768i" (unknown reason)
[ 24.766] (II) intel(0): Not using default mode "512x384i" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
[ 24.766] (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 24.766] (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[ 24.766] (II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1792x1344" (width too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1792x1344" (width too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1856x1392" (width too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1856x1392" (width too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1920x1440" (width too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1920x1440" (width too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
[ 24.767] (II) intel(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
[ 24.767] (II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
[ 24.767] (II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1440x900" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1600x1024" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1680x1050" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1680x1050" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1680x1050" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1680x1050" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1680x1050" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1920x1080" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1920x1200" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "1920x1440" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[ 24.768] (II) intel(0): Not using default mode "2048x1536" (width too large for virtual size)
[ 24.768] (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[ 24.769] (II) intel(0): Not using default mode "2048x1536" (width too large for virtual size)
[ 24.769] (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[ 24.769] (II) intel(0): Not using default mode "2048x1536" (width too large for virtual size)
[ 24.769] (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[ 24.769] (II) intel(0): Not using driver mode "1280x1024" (height too large for virtual size)
[ 24.769] (II) intel(0): Not using driver mode "1152x864" (height too large for virtual size)
[ 24.769] (II) intel(0): Not using driver mode "1280x1024" (height too large for virtual size)
[ 24.769] (--) intel(0): Virtual size is 1366x768 (pitch 1408)
[ 24.769] (**) intel(0): *Driver mode "1366x768": 85.5 MHz, 47.7 kHz, 59.8 Hz
[ 24.769] (II) intel(0): Modeline "1366x768"x59.8 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz ezP)
[ 24.769] (**) intel(0): *Default mode "1360x768": 84.8 MHz, 47.7 kHz, 59.8 Hz
[ 24.769] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz zd)
[ 24.769] (**) intel(0): *Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
[ 24.769] (II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz ez)
[ 24.769] (**) intel(0): *Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
[ 24.769] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz ez)
[ 24.769] (**) intel(0): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[ 24.769] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz ez)
[ 24.769] (**) intel(0): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
[ 24.769] (II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz zd)
[ 24.769] (**) intel(0): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
[ 24.770] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz zd)
[ 24.770] (**) intel(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[ 24.770] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz zd)
[ 24.770] (**) intel(0): *Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
[ 24.770] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz ez)
[ 24.770] (**) intel(0): *Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
[ 24.770] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz zd)
[ 24.770] (**) intel(0): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
[ 24.770] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz ez)
[ 24.770] (**) intel(0): *Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
[ 24.770] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz ez)
[ 24.770] (**) intel(0): *Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[ 24.770] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz ez)
[ 24.770] (**) intel(0): *Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[ 24.770] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz ez)
[ 24.770] (**) intel(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
[ 24.770] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz zd)
[ 24.770] (**) intel(0): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
[ 24.770] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz zd)
[ 24.770] (**) intel(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[ 24.770] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz zd)
[ 24.770] (**) intel(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[ 24.770] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz zd)
[ 24.770] (**) intel(0): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
[ 24.771] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz ez)
[ 24.771] (**) intel(0): *Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
[ 24.771] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz ez)
[ 24.771] (**) intel(0): *Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz
[ 24.771] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz ez)
[ 24.771] (**) intel(0): *Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[ 24.771] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz ez)
[ 24.771] (**) intel(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
[ 24.771] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz zd)
[ 24.771] (**) intel(0): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
[ 24.771] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz zd)
[ 24.771] (**) intel(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[ 24.771] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz zd)
[ 24.771] (**) intel(0): *Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz
[ 24.771] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz ez)
[ 24.771] (**) intel(0): Display dimensions: (340, 190) mm
[ 24.771] (**) intel(0): DPI set to (102, 102)
[ 24.771] (II) Loading sub module "fb"
[ 24.771] (II) LoadModule: "fb"
[ 24.772] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.786] (II) Module fb: vendor="X.Org Foundation"
[ 24.786] compiled for 1.13.0, module version = 1.0.0
[ 24.786] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.786] (II) Loading sub module "ramdac"
[ 24.786] (II) LoadModule: "ramdac"
[ 24.786] (II) Module "ramdac" already built-in
[ 24.786] (**) intel(0): page flipping disabled
[ 24.786] (II) intel(0): XvMC is Disabled: use XvMCSurfaces config option to enable.
[ 24.786] (II) UnloadModule: "fbdev"
[ 24.786] (II) Unloading fbdev
[ 24.786] (II) UnloadSubModule: "fbdevhw"
[ 24.786] (II) Unloading fbdevhw
[ 24.786] (II) UnloadModule: "vesa"
[ 24.786] (II) Unloading vesa
[ 24.891] (EE) [drm] drmOpen failed.
[ 24.891] (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
[ 24.895] (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[ 24.897] (II) intel(0): Setting dot clock to 85.5 MHz [ 0x37 0xe 0x20 ] [ 57 16 2 ]
[ 24.897] (II) intel(0): chose watermark 0x22210000: (tab.freq 94.5)
[ 25.025] (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00000000 (pgoffset 0)
[ 25.027] (WW) intel(0): xf86AllocateGARTMemory: allocation of 1024 pages failed
(Cannot allocate memory)
[ 25.027] (II) intel(0): No physical memory available for 4194304 bytes of DCACHE
[ 25.028] (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01000000 (pgoffset 4096)
[ 25.028] (II) intel(0): Allocated of 4096 bytes for HW cursor
[ 25.029] (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01001000 (pgoffset 4097)
[ 25.029] (II) intel(0): Allocated of 16384 bytes for ARGB HW cursor
[ 25.029] (II) intel(0): Adding 384 scanlines for pixmap caching
[ 25.029] (II) intel(0): Allocated Scratch Memory
[ 25.029] (==) intel(0): Backing store disabled
[ 25.029] (==) intel(0): Silken mouse enabled
[ 25.030] (==) intel(0): DPMS enabled
[ 25.030] (WW) intel(0): Direct rendering disabled
[ 25.030] (==) RandR enabled
[ 25.061] (II) AIGLX: Screen 0 is not DRI2 capable
[ 25.061] (II) AIGLX: Screen 0 is not DRI capable
[ 25.147] (II) AIGLX: Loaded and initialized swrast
[ 25.147] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 25.282] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 25.302] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 25.302] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 25.302] (II) LoadModule: "evdev"
[ 25.303] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 25.324] (II) Module evdev: vendor="X.Org Foundation"
[ 25.324] compiled for 1.13.0, module version = 2.7.3
[ 25.324] Module class: X.Org XInput Driver
[ 25.324] ABI class: X.Org XInput driver, version 18.0
[ 25.324] (II) Using input driver 'evdev' for 'Power Button'
[ 25.324] (**) Power Button: always reports core events
[ 25.324] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 25.325] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 25.325] (--) evdev: Power Button: Found keys
[ 25.325] (II) evdev: Power Button: Configuring as keyboard
[ 25.325] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 25.325] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 25.325] (**) Option "xkb_rules" "evdev"
[ 25.325] (**) Option "xkb_model" "pc105"
[ 25.325] (**) Option "xkb_layout" "us"
[ 25.327] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 25.327] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 25.327] (II) Using input driver 'evdev' for 'Sleep Button'
[ 25.327] (**) Sleep Button: always reports core events
[ 25.327] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[ 25.328] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 25.328] (--) evdev: Sleep Button: Found keys
[ 25.328] (II) evdev: Sleep Button: Configuring as keyboard
[ 25.328] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"
[ 25.328] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[ 25.328] (**) Option "xkb_rules" "evdev"
[ 25.328] (**) Option "xkb_model" "pc105"
[ 25.328] (**) Option "xkb_layout" "us"
[ 25.330] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 25.330] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 25.331] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 25.331] (**) AT Translated Set 2 keyboard: always reports core events
[ 25.331] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 25.331] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 25.331] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 25.331] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 25.331] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 25.331] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[ 25.331] (**) Option "xkb_rules" "evdev"
[ 25.331] (**) Option "xkb_model" "pc105"
[ 25.331] (**) Option "xkb_layout" "us"
[ 25.333] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event3)
[ 25.333] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[ 25.333] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[ 25.334] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[ 25.334] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event3"
[ 25.334] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
[ 25.334] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[ 25.334] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[ 25.334] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
[ 25.334] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[ 25.334] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[ 25.334] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[ 25.334] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[ 25.334] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 25.334] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
[ 25.334] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 9)
[ 25.334] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[ 25.335] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[ 25.335] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[ 25.335] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[ 25.335] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[ 25.336] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[ 25.336] (II) No input driver specified, ignoring this device.
[ 25.336] (II) This device may have been added with another device file.
[ 36.453] (II) intel(0): xf86UnbindGARTMemory: unbind key 0
[ 36.453] (II) intel(0): xf86UnbindGARTMemory: unbind key 1
[ 36.453] (II) intel(0): xf86UnbindGARTMemory: unbind key 2
[ 41.126] (II) Open ACPI successful (/var/run/acpid.socket)
[ 41.126] (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00000000 (pgoffset 0)
[ 41.127] (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01000000 (pgoffset 4096)
[ 41.127] (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01001000 (pgoffset 4097)
[ 41.127] (II) intel(0): Setting dot clock to 85.5 MHz [ 0x37 0xe 0x20 ] [ 57 16 2 ]
[ 41.127] (II) intel(0): chose watermark 0x22210000: (tab.freq 94.5)
[ 498.899] (II) intel(0): xf86UnbindGARTMemory: unbind key 0
[ 498.900] (II) intel(0): xf86UnbindGARTMemory: unbind key 1
[ 498.900] (II) intel(0): xf86UnbindGARTMemory: unbind key 2
[ 502.554] (II) Open ACPI successful (/var/run/acpid.socket)
[ 502.554] (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00000000 (pgoffset 0)
[ 502.555] (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01000000 (pgoffset 4096)
[ 502.555] (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01001000 (pgoffset 4097)
[ 502.555] (II) intel(0): Setting dot clock to 85.5 MHz [ 0x37 0xe 0x20 ] [ 57 16 2 ]
[ 502.555] (II) intel(0): chose watermark 0x22210000: (tab.freq 94.5)

========
xrandr - output1

Screen 0: minimum 640 x 400, current 1366 x 768, maximum 1366 x 768
default connected 1366x768+0+0 0mm x 0mm
1366x768 60.0*
1360x768 60.0
1024x768 75.0 70.0 60.0
832x624 75.0
800x600 75.0 72.0 60.0 56.0
640x480 75.0 73.0 67.0 60.0
720x400 70.0

xrandr - output2

Screen 0: minimum 720 x 400, current 720 x 400, maximum 720 x 400
default connected 720x400+0+0 0mm x 0mm
720x400 70.0*

Solution
 ref:- http://www.intdblog.com/2009/09/grub-2-graphical-boot-tips-to-set.html

Few changes in
/etc/default/grub as well as in
/etc/grub.d/00_header works

be sure to sudo update-grub2

Look out for the line(s) highlighted in the following files

/etc/default/grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
#GRUB_TIMEOUT=30
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
#GRUB_CMDLINE_LINUX_DEFAULT="text"
#video=uvesafb:mode_option=1366*768-24,mtrr=3,scroll=ywrap
GRUB_CMDLINE_LINUX=""
#GRUB_CMDLINE_LINUX="video=VGA-1:640x480"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
GRUB_GFXMODE=my_resolution

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

/etc/grub.d/00_header

#! /bin/sh
set -e

# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.
#
# GRUB 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 3 of the License, or
# (at your option) any later version.
#
# GRUB 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 GRUB. If not, see <http://www.gnu.org/licenses/>.

transform="s,x,x,"

prefix="/usr"
exec_prefix="${prefix}"
datarootdir="${prefix}/share"
grub_lang=`echo $LANG | cut -d . -f 1`

export TEXTDOMAIN=grub
export TEXTDOMAINDIR="${datarootdir}/locale"

. "${datarootdir}/grub/grub-mkconfig_lib"

# Do this as early as possible, since other commands might depend on it.
# (e.g. the `loadfont' command might need lvm or raid modules)
for i in ${GRUB_PRELOAD_MODULES} ; do
echo "insmod $i"
done

if [ "x${GRUB_DEFAULT}" = "x" ] ; then GRUB_DEFAULT=0 ; fi
if [ "x${GRUB_DEFAULT}" = "xsaved" ] ; then GRUB_DEFAULT='${saved_entry}' ; fi
if [ "x${GRUB_TIMEOUT}" = "x" ] ; then GRUB_TIMEOUT=5 ; fi
if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=auto ; fi

if [ "x${GRUB_DEFAULT_BUTTON}" = "x" ] ; then GRUB_DEFAULT_BUTTON="$GRUB_DEFAULT" ; fi
if [ "x${GRUB_DEFAULT_BUTTON}" = "xsaved" ] ; then GRUB_DEFAULT_BUTTON='${saved_entry}' ; fi
if [ "x${GRUB_TIMEOUT_BUTTON}" = "x" ] ; then GRUB_TIMEOUT_BUTTON="$GRUB_TIMEOUT" ; fi

cat << EOF
if [ -s \$prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
EOF
if [ "x$GRUB_BUTTON_CMOS_ADDRESS" != "x" ]; then
cat <<EOF
if cmostest $GRUB_BUTTON_CMOS_ADDRESS ; then
set default="${GRUB_DEFAULT_BUTTON}"
else
set default="${GRUB_DEFAULT}"
fi
EOF
else
cat <<EOF
set default="${GRUB_DEFAULT}"
EOF
fi
cat <<EOF

if [ x"\${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi

export menuentry_id_option

if [ "\${prev_saved_entry}" ]; then
set saved_entry="\${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z "\${boot_once}" ]; then
saved_entry="\${chosen}"
save_env saved_entry
fi
}

function recordfail {
set recordfail=1
if [ -n "\${have_grubenv}" ]; then if [ -z "\${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
EOF
if [ -n "${GRUB_VIDEO_BACKEND}" ]; then
cat <<EOF
insmod ${GRUB_VIDEO_BACKEND}
EOF
else
# If all_video.mod isn't available load all modules available
# with versions prior to introduction of all_video.mod
cat <<EOF
if [ x\$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
EOF
fi
cat <<EOF
}

EOF

serial=0;
gfxterm=0;
for x in ${GRUB_TERMINAL_INPUT} ${GRUB_TERMINAL_OUTPUT}; do
if [ xserial = "x$x" ]; then
serial=1;
fi
if [ xgfxterm = "x$x" ]; then
gfxterm=1;
fi
done

if [ "x$serial" = x1 ]; then
if [ "x${GRUB_SERIAL_COMMAND}" = "x" ] ; then
grub_warn "$(gettext "Requested serial terminal but GRUB_SERIAL_COMMAND is unspecified. Default parameters will be used.")"
GRUB_SERIAL_COMMAND=serial
fi
echo "${GRUB_SERIAL_COMMAND}"
fi

if [ "x$gfxterm" = x1 ]; then
if [ -n "$GRUB_FONT" ] ; then
# Make the font accessible
prepare_grub_to_access_device `${grub_probe} --target=device "${GRUB_FONT}"`
cat << EOF
if loadfont `make_system_path_relative_to_its_root "${GRUB_FONT}"` ; then
EOF
else
for dir in "${pkgdatadir}" "`echo '/boot/grub' | sed "s,//*,/,g"`" /usr/share/grub ; do
for basename in unicode unifont ascii; do
path="${dir}/${basename}.pf2"
if is_path_readable_by_grub "${path}" > /dev/null ; then
font_path="${path}"
else
continue
fi
break 2
done
done
if [ -n "${font_path}" ] ; then
cat << EOF
if [ x\$feature_default_font_path = xy ] ; then
font=unicode
else
EOF
# Make the font accessible
prepare_grub_to_access_device `${grub_probe} --target=device "${font_path}"`
cat << EOF
font="`make_system_path_relative_to_its_root "${font_path}"`"
fi

if loadfont \$font ; then
EOF
else
cat << EOF
if loadfont unicode ; then
EOF
fi
fi

cat << EOF
set gfxmode=${GRUB_GFXMODE}
set gfxpayload=keep
load_video
insmod gfxterm
EOF

# Gettext variables and module
if [ "x${LANG}" != "xC" ] ; then
cat << EOF
set locale_dir=\$prefix/locale
set lang=${grub_lang}
insmod gettext
EOF
fi

cat <<EOF
fi
EOF
fi

case x${GRUB_TERMINAL_INPUT} in
x)
# Just use the native terminal
;;
x*)
cat << EOF
terminal_input ${GRUB_TERMINAL_INPUT}
EOF
;;
esac

case x${GRUB_TERMINAL_OUTPUT} in
x)
# Just use the native terminal
;;
x*)
cat << EOF
terminal_output ${GRUB_TERMINAL_OUTPUT}
EOF
;;
esac

if [ "x$gfxterm" = x1 ]; then
if [ "x$GRUB_THEME" != x ] && [ -f "$GRUB_THEME" ] \
&& is_path_readable_by_grub "$GRUB_THEME"; then
gettext_printf "Found theme: %s\n" "$GRUB_THEME" >&2

prepare_grub_to_access_device `${grub_probe} --target=device "$GRUB_THEME"`
cat << EOF
insmod gfxmenu
EOF
themedir="`dirname "$GRUB_THEME"`"
for x in "$themedir"/*.pf2 "$themedir"/f/*.pf2; do
if [ -f "$x" ]; then
cat << EOF
loadfont (\$root)`make_system_path_relative_to_its_root $x`
EOF
fi
done
if [ x"`echo "$themedir"/*.jpg`" != x"$themedir/*.jpg" ] || [ x"`echo "$themedir"/*.jpeg`" != x"$themedir/*.jpeg" ]; then
cat << EOF
insmod jpeg
EOF
fi
if [ x"`echo "$themedir"/*.png`" != x"$themedir/*.png" ]; then
cat << EOF
insmod png
EOF
fi
if [ x"`echo "$themedir"/*.tga`" != x"$themedir/*.tga" ]; then
cat << EOF
insmod tga
EOF
fi

cat << EOF
set theme=(\$root)`make_system_path_relative_to_its_root $GRUB_THEME`
export theme
EOF
elif [ "x$GRUB_BACKGROUND" != x ] && [ -f "$GRUB_BACKGROUND" ] \
&& is_path_readable_by_grub "$GRUB_BACKGROUND"; then
gettext_printf "Found background: %s\n" "$GRUB_BACKGROUND" >&2
case "$GRUB_BACKGROUND" in
*.png) reader=png ;;
*.tga) reader=tga ;;
*.jpg|*.jpeg) reader=jpeg ;;
*) gettext "Unsupported image format" >&2; echo >&2; exit 1 ;;
esac
prepare_grub_to_access_device `${grub_probe} --target=device "$GRUB_BACKGROUND"`
cat << EOF
insmod $reader
background_image -m stretch `make_system_path_relative_to_its_root "$GRUB_BACKGROUND"`
EOF
fi
fi

make_timeout ()
{
cat << EOF
if [ "\${recordfail}" = 1 ]; then
set timeout=${GRUB_RECORDFAIL_TIMEOUT:--1}
else
set timeout=${2}
fi
EOF
}

if [ "x$GRUB_BUTTON_CMOS_ADDRESS" != "x" ]; then
cat <<EOF
if cmostest $GRUB_BUTTON_CMOS_ADDRESS ; then
EOF
make_timeout "${GRUB_HIDDEN_TIMEOUT_BUTTON}" "${GRUB_TIMEOUT_BUTTON}"
echo else
make_timeout "${GRUB_HIDDEN_TIMEOUT}" "${GRUB_TIMEOUT}"
echo fi
else
make_timeout "${GRUB_HIDDEN_TIMEOUT}" "${GRUB_TIMEOUT}"
fi

if [ "x$GRUB_BUTTON_CMOS_ADDRESS" != "x" ] && [ "x$GRUB_BUTTON_CMOS_CLEAN" = "xyes" ]; then
cat <<EOF
cmosclean $GRUB_BUTTON_CMOS_ADDRESS
EOF
fi

# Play an initial tune
if [ "x${GRUB_INIT_TUNE}" != "x" ] ; then
echo "play ${GRUB_INIT_TUNE}"
fi

if [ "x${GRUB_BADRAM}" != "x" ] ; then
echo "badram ${GRUB_BADRAM}"
fi

The desirable output obtained by making the following changes in the file.

top