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.

Hardware Spec

Black Box

bios version: LY8451A.86A.0011.P05
Processor Type     Intel P 4
processor speed    1.70GhZ
system bus speed    400MHz
system memory speed    133MHz
cache RAM    256KB
Total mem    127MB
Intel desktop board D845GLLY

Main Memory Support
The Desktop Boards provide the following memory features:
•  Two DIMM sockets supporting one of the following :
     2.5 V (only) 184-pin 200/266 MHz Double Data Rate (DDR) SDRAM DIMMs with gold-
        plated contacts, or
     3.3 V (only) 168-pin 133 MHz Single Data Rate (SDR) SDRAM DIMMs with gold-plated
        contacts
•   Maximum total system memory: 2 GB; minimum total system memory: 64 MB
•   Serial Presence Detect (SPD) DIMMs only




White Box

bios version: EA81510A.86A.0031.p07
processor type    Intel P 3
processor speed    933MHz
system bus frequency    133MHz
cache RAm 256KB
Total mem    256MB
Intel desktop board D815EEA

Main Memory Support
The board supports 168-pin SDRAM DIMMs as defined below:
• 168-pin SDRAM Dual Inline Memory Modules (DIMMs) with gold-plated contacts
• Three DIMM slots are provided for flexible memory configurations
• 133 MHz SDRAM up to two double-sided DIMMs, or one double-sided DIMM and two
   single-sided DIMMs
• 100 MHz SDRAM up to three double-sided DIMMs
• Minimum system memory: 32 MB
• Maximum system memory: 512 MB

ref:- Intel MoBo spec

[Solved] No eth0 interface - Asus K53S

It was amazing the ease with which ubuntu 10.04 recognized the wifi card (during that period it was taken for granted that ethx interface would have been recognized) but after installing the ubuntu 10.04 one thing missing was the conspicuous Ethernet.
Few CMD line interrogation ascertained the same. Out of all the output the one given below specifies why

03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    Subsystem: Device 1a3b:2c37
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at ddc00000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
    Capabilities: [60] Express Legacy Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting <?>
    Capabilities: [140] Virtual Channel <?>
    Capabilities: [160] Device Serial Number 12-14-24-ff-ff-17-15-00
    Capabilities: [170] Power Budgeting <?>
    Kernel driver in use: ath9k
    Kernel modules: ath9k

04:00.0 USB Controller: Device 1b21:1042 (prog-if 30)
    Subsystem: ASUSTeK Computer Inc. Device 1059
    Flags: bus master, fast devsel, latency 0, IRQ 19
    Memory at dd200000 (64-bit, non-prefetchable) [size=32K]
    Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 Enable-
    Capabilities: [68] MSI-X: Enable- Mask- TabSize=8
    Capabilities: [78] Power Management version 3
    Capabilities: [80] Express Legacy Endpoint, MSI 00
    Capabilities: [100] Virtual Channel <?>
    Kernel driver in use: xhci_hcd
    Kernel modules: xhci

05:00.0 Ethernet controller: Atheros Communications Device 1083 (rev c0)
    Subsystem: ASUSTeK Computer Inc. Device 1851
    Flags: bus master, fast devsel, latency 0, IRQ 5
    Memory at dc800000 (64-bit, non-prefetchable) [size=256K]
    I/O ports at 9000 [size=128]
    Capabilities: [40] Power Management version 3
    Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
    Capabilities: [58] Express Endpoint, MSI 00
    Capabilities: [6c] Vital Product Data <?>
    Capabilities: [100] Advanced Error Reporting <?>
    Capabilities: [180] Device Serial Number ff-48-bf-10-4d-13-17-ff

The driver for the Atheros Ethernet can be found at http://media.cdn.ubuntu-de.org/forum/attachments/48/33/2666793-AR81Family-linux-v1.0.1.14.tar.gz
Followed the instructions at http://importgeek.wordpress.com/2012/05/10/atheros-onboard-network-card-not-detecting-on-ubuntu-10-04/

I cannot get my head around the matter that when
Ethernet controller: Realtek Semiconductor Co.
is available with drivers why in gods name would Asus select Atheros Ethernet.

Is this happening?


Exhaustive list of drugs categorized/segregated based on what it prevents along with the side effects. These drugs are consumed by consumers rather than patients because it is their daily routine to gobble up all the medicine at-least ones a day. 


Name Treatment Side effects/Contraindications
voglibose tablet Diabetes improvement of postprandial hyperglycemia in diabetes mellitus only when diet and/or exercise or oral hyperglycemic drug or Insulin preparation in addition to diet and/or exercise, does not result in adequate glycemic (Glycemic) control. The avoidance of high postprandial (aftermeals) blood glucose level is one of the main advantages of drug. do not use this medicine ------- - You have an obstruction of the stomach or intestine, or you are at risk for these problems - You have long-term (chronic) intestinal inflammation, colon ulcers, or other problems that interfere with digestion or nutrient absorption. Safety info ----- - Voglibose may cause low blood sugar level (hypoglycemia) when used in combination with sulfonylurea drugs or insulin. If such an event occurs, your healthcare provider may need to decrease the dose of medicine that you are taking. Voglibose prevents the breakdown of table sugar. In case of low blood sugar, use glucose (dextrose), not sugar or fruits, to treat symptoms of low blood sugar. - Gas, diarrhea, upset stomach, or stomach pain may occur initially during the first few weeks of treatment with Voglibose. These will improve with time. Your doctor may prescribe special diet to help lessen these side effects. If any of these effects continue or worsen, tell your doctor or pharmacist at once. - Tell your doctor or dentist that you take Voglibose before undergoing any medical, dental or surgical care - Lab tests, including fasting blood glucose, glycosylated hemoglobin and liver function tests may be performed to monitor whether your blood sugar is under control or for side effects. Be sure to keep all doctor and lab appointments. - PREGNANCY and BREAST-FEEDING: Voglibose should be used only when clearly needed during pregnancy. Do not breast-feed while taking Voglibose.
Clopidogrel + Aspirin helps to prevent blood clots. It reduces the chance of having a heart attack or a stroke in people who have already had a heart attack or a stroke. Clopidogrel can also decrease the chance of a heart attack or stroke in certain groups of people at high risk for these events. More common: • black, tarry stools • blood from vomiting • blood in urine or stools • nosebleed • red or purple spots on the skin • skin rash or itching • stomach pain Rare: • difficulty breathing, difficulty swallowing, hoarseness, or tightening of the throat • fever • sudden weakness • swelling of your face, lips, tongue, hands, or feet • unusual bleeding or bruising, or pinpoint red spots on the skin • unusual rash, allergic reaction, or hives • unusually heavy menstrual bleeding Side effects that usually do not require medical attention (report to your prescriber or health care professional if they continue or are bothersome): • diarrhea • indigestion (heartburn) • mild stomach upset What drug(s) may interact with clopidogrel? • aspirin • blood thinners such as warfarin or enoxaparin • antiinflammatory drugs such as NSAIDs (e.g., ibuprofen) • cilostazol • dipyridamole • DHEA • doxercalciferol • feverfew • fish oil (omega-3 fatty acids) supplements • garlic • ginger • ginkgo biloba • horse chestnut • fluvastatin • phenytoin • prasterone • ramelteon • tamoxifen • ticlopidine • tolbutamide • torsemide Tell your prescriber or health care professional about all other medicines you are taking, including non-prescription medicines. Also tell your prescriber or health care professional if you are a frequent user of drinks with caffeine or alcohol, if you smoke, or if you use illegal drugs. These may affect the way your medicine works. Check with your physician or health care professional before stopping or starting any of your medicines.
Vildagliptin and metformin HCL tablets used to treat type 2 diabetes mellitus in people who are already taking vildagliptin and metformin tablets separately, or whose diabetes cannot be controlled by metformin alone. It is given together with diet and exercise. Type 2 diabetes mellitus used to be known as 'non-insulin-dependent diabetes mellitus (NIDDM)' or 'maturity onset diabetes'. Type 2 diabetes develops if the body does not produce enough insulin, or where the insulin that your body makes does not work as well as it should. It can also develop if the body produces too much glucagon. Insulin is a substance which helps to lower the level of sugar in your blood, especially after meals. Glucagon is another substance which triggers the production of sugar by the liver, causing the blood sugar to rise. The pancreas makes both of these substances. Galvumet helps to control the blood sugar level. It works by making the pancreas produce insulin and less glucagon (effect of vildagliptin) and also by helping the body to make better use of the insulin it produces (effect of metformin). Your doctor will prescribe Galvumet to replace the antidiabetic medicine(s) you are already taking, where that medicine(s) alone is not enough to control your blood sugar level. It is important that you continue to follow the diet and/or exercise recommended for you whilst you are on treatment with Galvumet. Warning! Hypoglycaemia (low blood glucose) has been commonly reported with this medicine. Symptoms of hypoglycaemia usually occur suddenly and may include cold sweats, cool pale skin, tremor, anxious feeling, unusual tiredness or weakness, confusion, difficulty in concentration, excessive hunger, temporary vision changes, headache, nausea and palpitations. You should talk to your doctor or diabetes specialist about this and make sure you know what to do if you experience these symptoms. Your ability to concentrate or react may be reduced if you have low blood sugar, and this can cause problems driving or operating machinery. You should take precautions to avoid low blood sugar when driving - discuss this with your doctor. This medicine may also cause dizziness, and if affected you should take care when driving or operating machinery. You should avoid drinking alcohol while you are taking this medicine, as it can increase the risk of low blood sugar (hypoglycaemia) and lactic acidosis (see below). Metformin can cause a rare but serious condition called lactic acidosis, which is an excess of lactic acid in the blood. It is more likely to occur in people with decreased kidney function. Drinking excessive amounts of alcohol while taking this medicine, particularly on an empty stomach or if you have liver problems, can also increase the risk of lactic acidosis. Your doctor will monitor you for this side effect, but symptoms that might indicate its development include rapid and/or deep breathing and non-specific symptoms such as feeling weak, sick or generally unwell, vomiting, abdominal pain, or unusual muscle pains or discomfort. You should stop taking this medicine and consult your doctor if you experience any of these. Your kidney function should be monitored regularly while you are taking this medicine. Your doctor will usually want to check your kidney function once or twice a year, or more frequently if you are elderly or have any existing kidney problems. Rare cases of inflammation of the liver (hepatitis) have been reported in people taking vildagliptin. For this reason, your liver function should be checked before starting treatment, every three months during the first year of treatment, and regularly thereafter. You should consult your doctor if you develop any of the following symptoms while taking this medicine, so that your liver can be checked: unexplained nausea, vomiting, abdominal pain, fatigue, loss of appetite, darkened urine or yellowing of the eyes or skin (jaundice). People with diabetes have a higher risk of developing foot ulcers and blistering of the skin. It is therefore important to have a good foot care routine. Consult your doctor if you get any new blisters or ulcers while taking this medicine. Your doctor will ask you to stop taking this medicine temporarily if you are going to have a certain type of X-ray involving an injection of iodinated dye (contrast agent). Tell your doctor that you are taking this medicine if you are due to have this type of X-ray. You should not start taking this medicine again until 48 hours after the X-ray, and only after your kidney function has been tested and found to be normal. Consult your doctor about your diabetes treatment if you are due to have surgery under a general anaesthetic. In these situations blood sugar is normally controlled by insulin, so your doctor may ask you to stop taking this medicine 48 hours before surgery. Use with caution in Elderly people. People taking ACE inhibitor medicines, eg captopril. Not to be used in Type 1 diabetes - Diabetic keto-acidosis. ,Diabetic pre-coma (due to ketoacidosis in severe and inadequately treated diabetes). - Decreased kidney function or kidney failure. - Decreased liver function. - Heart failure. - People who have recently had a heart attack. - People with conditions that cause breathing to be ineffective, ie to not effectively oxygenate the blood or remove carbon dioxide from the lungs (respiratory failure). People with reduced blood flow to vital internal organs (shock). -Severe infections or trauma. -Dehydration. -Alcohol intoxication. -Alcoholism. Pregnancy. -Breastfeeding. This medicine is not recommended for children and adolescents under 18 years of age because its safety and effectiveness have not been established in children. This medicine should not be used if you are allergic to one or any of its ingredients. Please inform your doctor or pharmacist if you have previously experienced such an allergy. If you feel you have experienced an allergic reaction, stop using this medicine and inform your doctor or pharmacist immediately.
Febuxostat tablets used for treating gout caused by excessive levels of uric acid in the blood (hyperuricemia). Uric acid is formed from the breakdown of certain chemicals (purines) in the body. Hyperuricemia occurs when the body produces more uric acid than it can eliminate. The uric acid forms crystals in joints (gouty arthritis) and tissues, causing inflammation and pain. Elevated blood uric acid levels also can cause kidney disease and kidney stones. Febuxostat prevents the production of uric acid by blocking the activity of the enzyme (xanthine oxidase) that converts purines to uric acid. Uric acid levels may fall to target treatment levels within two weeks. Common reactions to febuxostat include nausea, rash, joint pain, gout flares, and liver problems. Less common side effects include stroke, heart attack, anemia, hepatitis, hypersensitivity, and weight loss.
Glimepiride Glimepiride is an anti-diabetic drug (sulfonylurea-type) used along with a proper diet and exercise program to control high blood sugar. It is used in patients with type 2 diabetes (non-insulin-dependent diabetes). It works by stimulating the release of your body's natural insulin. Controlling high blood sugar helps prevent kidney damage, blindness, nerve problems, loss of limbs, and sexual function problems. Proper control of diabetes may also lessen your risk of a heart attack or stroke. Nausea or upset stomach may occur. If any of these effects persist or worsen, notify your doctor or pharmacist promptly.Remember that your doctor has prescribed this medication because he or she has judged that the benefit to you is greater than the risk of side effects. Many people using this medication do not have serious side effects.Tell your doctor immediately if any of these highly unlikely but very serious side effects occur: yellowing eyes or skin, stomach/abdominal pain, dark urine, unusual tiredness or weakness, easy bleeding or bruising, signs of infection (e.g., fever, persistent sore throat), mental/mood changes, unusual or sudden weight gain, seizures.This medication can cause low blood sugar (hypoglycemia). This effect may occur if you do not consume enough calories (from food, juices, fruit, etc.). The symptoms include chills, cold sweat, blurred vision, dizziness, drowsiness, shaking, rapid heart rate, weakness, headache, fainting, tingling of the hands or feet, or hunger. It is a good habit to carry glucose tablets or gel to treat low blood sugar. If you are in a situation where you don't have these reliable forms of glucose, eat a quick source of sugar such as table sugar, honey, or candy, or drink a glass of orange juice or non-diet soda to quickly raise your blood sugar level. Tell your doctor immediately about the reaction. To help prevent hypoglycemia, eat meals on a regular schedule and do not skip meals.Symptoms of high blood sugar (hyperglycemia) include thirst, increased urination, confusion, drowsiness, flushing, rapid breathing, or fruity breath odor. If these symptoms occur, tell your doctor immediately. Your medication dosage may need to be increased.A serious allergic reaction to this drug is unlikely, but seek immediate medical attention if it occurs. Symptoms of a serious allergic reaction include: rash, itching/swelling (especially of the face/tongue/throat), dizziness, trouble breathing.This is not a complete list of possible side effects. If you notice other effects not listed above, contact your doctor or pharmacist.In the US -Call your doctor for medical advice about side effects.
Glimepiride/Metformin HCL Amaryl M (Glimepiride/Metformin HCL) is given to patients to help treat type 2 diabetes. This drug contains two active ingredients, glimepiride and metformin. These two ingredients work together to control type 2 diabetes. Glimepiride works by causing the pancreas to produce more insulin, thereby helping to lower blood sugbar. Metformin works by reducing the amount of glucose the body absorbs from food, and increasing the body's response to insulin. This drug is not suitable for treating type 1 diabetes. Patients may experience some side effects when taking Amaryl M (Glimepiride/Metformin HCL), such as: Spinning sensation or headaches Tiredness Skin sensitivity to sunlight Upset stomach or vomiting Loose stools Patients should immediately consult their physician if they experience any other more serious side effects, such as loss of breath, dark colored urine, a pain in the upper stomach, yellowing of the eyes or skin, pain in the muscles, hallucinations or fever.
Ranolazine extended-release tablets Ranolazine is an anti-anginal medication. It works by improving blood flow to help the heart work more efficiently. Ranolazine is used to treat chronic angina (chest pain). Ranolazine is not for use during an acute (emergency) attack of angina. Ranolazine may also be used for purposes not listed in this medication guide. You should not take ranolazine if you have cirrhosis of the liver. There are many other drugs that should not be used together with ranolazine, such as dexamethasone (Cortastat, Dexasone, Solurex, DexPak), St. John's wort, barbiturates such as phenobarbital, and certain medicines to treat infections, HIV or AIDS, depression, cancer, seizures, high blood pressure, heart disease, narcolepsy, tuberculosis, or pulmonary arterial hypertension. Before you take ranolazine, tell your doctor about all other medications you are using. To make sure you can safely take ranolazine, tell your doctor if you have a personal or family history of Long QT syndrome. FDA pregnancy category C. It is not known whether ranolazine will harm an unborn baby. Tell your doctor if you are pregnant or plan to become pregnant while using this medication. It is not known whether ranolazine passes into breast milk or if it could harm a nursing baby. You should not breast-feed while you are using ranolazine.
Telmisartan Telmisartan is used alone or in combination with other medications to treat high blood pressure. Telmisartan is also used to decrease the chance of heart attack, stroke, or death in people 55 years of age or older who are at high risk for cardiovascular disease. Telmisartan is in a class of medications called angiotensin II receptor antagonists. It works by blocking the action of certain natural substances that tighten the blood vessels, allowing the blood to flow more smoothly and the heart to pump more efficiently. Before taking telmisartan, tell your doctor and pharmacist if you are allergic to telmisartan, any other medications, or any of the ingredients in telmisartan tablets. Ask your pharmacist for a list of the ingredients. tell your doctor and pharmacist what other prescription and nonprescription medications, vitamins, nutritional supplements, and herbal products you are taking or plan to take. Be sure to mention any of the following: angiotensin-converting enzyme (ACE) inhibitors such as benazepril (Lotensin, in Lotrel), captopril (Captoten, in Capozide), enalapril (Vasotec, Lexxel, in Vaseretic), fosinopril (Monopril), lisinopril (Prinivil, Zestril, in Prinzide), moexipril (Univasc, in Uniretic), perindopril (Aceon), quinapril (Accupril, in Accuretic, Wuinaretic), ramipril (Altace), and trandolapril (Mavik, in Tarka);aspirin and other nonsteroidal anti-inflammatory medications (NSAIDs) such as ibuprofen (Advil, Motrin) and naproxen (Aleve, Naprosyn), and selective COX-2 inhibitor such as celecoxib (Celebrex); digoxin (Lanoxin, Lanoxicaps, Phenytek); diuretics ('water pills') including spironolactone (Aldactone, in Aldactazide); lithium (Eskalith CR, Eskalith, Lithobid); and potassium supplements. Your doctor may need to change the doses of your medications or monitor you carefully for side effects. tell your doctor if you have or have ever had heart failure; blockage of the bile duct (condition when bile can not flow from the liver to the gallbladder and small intestine, which can occur with gallstones, tumors, or injury); or kidney or liver disease. tell your doctor if youare breast-feeding. you should know that telmisartan may cause drowsiness, dizziness, lightheadedness, or fainting. Do not drive a car or operate machinery until you know how this medication affects you. you should know that diarrhea, vomiting, not drinking enough fluids, and sweating a lot can cause a drop in blood pressure, which may cause lightheadedness and fainting. Tell your doctor if you have any of these problems or develop them during your treatment. Do not use salt substitutes containing potassium without talking to your doctor. If your doctor prescribes a low-salt or low-sodium diet, follow these directions carefully Telmisartan may cause side effects. Tell your doctor if any of these symptoms are severe or do not go away: back pain sinus pain and congestion diarrhea Some side effects can be serious. If you experience any of these symptoms, or those listed in the SPECIAL PRECAUTIONS section, call your doctor immediately: swelling of the face, throat, tongue, lips, eyes, hands, feet, ankles, or lower legs hoarseness difficulty breathing or swallowing pain and cramping in the lower leg that comes and goes during walking or exercise blistering of the skin or rash Telmisartan may cause other side effects. Call your doctor if you have any unusual problems while taking this medication.
Atorvastatin Atorvastatin Tablets is a drug that blocks the body's natural ability to make cholesterol. Atorvastatin Tablets can also help lower blood cholesterol levels for patients suffering from stroke or heart disease. Atorvastatin Tablets is not a cure and is only for patients who are not trying to lower their cholesterol by a controlled diet. Tell your physician if you have experienced any of these conditions for Atorvastatin Tablets: Infection Severe injury An hormone disorder such as diabetes or an under active thyroid Seizures Liver disease An alcohol problem Recent surgery Low blood pressure Blood salt imbalance An unusual or abnormal reaction to atorvastatin, other medicines, foods, dyes or preservatives Pregnant or trying to get pregnant Breastfeeding If you are pregnant, breast feeding or currently trying to become pregnant, make sure your doctor is aware of your maternal condition; as Atorvastatin Tablets may not be recommended for certain situations. Conflicting Medications Always consult the doctor who prescribed Atorvastatin Tablets to you; as this is only a partial interacting medicines list: Birth control pills Herbal medicines such as Went Yeast Medicines for fungal infections Cimetidine Medicines used to stop early pregnancy Medicines that suppress your immune system such as cyclosporine Troglitazone Medicines to lower cholesterol or triglycerides Nefazodone Spironolactone Medicines for treating HIV Infection Diltiazem Phenytoin Antacids Verapamil Grapefruit juice Certain antibiotics such as clarithromycin and erythromycin Digoxin It is important that your physician knows if you are currently taking any medications along with Atorvastatin Tablets; as there may be conflicting interaction. Let your physician know if you: Are a smoker Use any other legal or illegal drugs or substances Consume alcohol or caffeine on a regular basis All of the activities listed above could affect the results you see from taking Atorvastatin Tablets. Atorvastatin Tablets Common side effects The following are side effects known to be common of Atorvastatin Tablets and they are experienced by users. These are common, side effects but if you feel uneasy or they persist do not hesitate to contact your physician. Headache Gas Nausea or vomiting Fatigue Diarrhea Stomach upset or pain Joint pain None of the above listed side effects require immediate medical attention. If you continue to experience these Common side effects for a few days, consult your prescribing physician for more advice. It is very important that you do not try to treat these symptoms on your own. Note: that elderly patients have a higher likelihood of experiencing side effects.
Methylcobalamin Methycobal can be prescribed for treating anemia (in subjects with vitamin B12 insufficiency), and also in taking care of subjects with neurological disorders. Methylcobalamin also is administered for early therapy of amyotrophic lateral sclerosis. Headache, nausea, vomiting, stomach upset, diarrhea, muscle pain, hot sensation, rashes, diaphoresis. In case symptoms occur, patients should stop administering Mecobalamin or Methycobal 500mg immediately and consult a doctor. Severe side effects Anaphylactoid reactions and acute allergic reactions- (symptoms include hives, rashes, skin allergy, skin reddening, difficulty in breathing, chest congestion, swelling of the lips, throat, face or tongue). In case any such Mecobalamin side effects occur, stop using it immediately and consult your doctor.
Nitroglycerin Controlled-Release Capsules Preventing chronic chest pain caused by heart disease. It also may be used for other conditions as determined by your doctor. Nitroglycerin Controlled-Release Capsules are a nitrate. It works by relaxing (widening) blood vessels. Chest pain occurs when the heart needs more oxygen than it can get. Relaxing blood vessels allows blood to flow more easily. This reduces the heart's workload and the amount of oxygen needed by the heart. Do NOT use Nitroglycerin Controlled-Release Capsules if: you are allergic to any ingredient in Nitroglycerin Controlled-Release Capsules you have increased pressure in or severe injury to the head you have severe anemia you are taking a phosphodiesterase type 5 inhibitor (eg, sildenafil, tadalafil, vardenafil) Before using Nitroglycerin Controlled-Release Capsules: Some medical conditions may interact with Nitroglycerin Controlled-Release Capsules. Tell your doctor or pharmacist if you have any medical conditions, especially if any of the following apply to you: if you are pregnant, planning to become pregnant, or are breast-feeding if you are taking any prescription or nonprescription medicine, herbal preparation, or dietary supplement if you have allergies to medicines, foods, or other substances if you drink alcoholic beverages if you have a history of other heart problems (eg, heart failure, enlarged heart, heart attack), overactive thyroid, stroke or other bleeding in the brain, or recent head injury if you have anemia, low blood pressure, dehydration, or low blood volume Some MEDICINES MAY INTERACT with Nitroglycerin Controlled-Release Capsules. Tell your health care provider if you are taking any other medicines, especially any of the following: Beta-blockers (eg, propranolol), calcium channel blockers (eg, diltiazem), diuretics (eg, furosemide, hydrochlorothiazide), medicines for high blood pressure, phenothiazines (eg, thioridazine), or phosphodiesterase type 5 inhibitors (eg, sildenafil) because the risk of low blood pressure and dizziness on standing may be increased Salicylates (eg, aspirin) because they may increase the risk of Nitroglycerin Controlled-Release Capsules's side effects Alteplase because the effectiveness of Nitroglycerin Controlled-Release Capsules may be decreased Possible side effects of Nitroglycerin Controlled-Release Capsules: All medicines may cause side effects, but many people have no, or minor, side effects. Check with your doctor if any of these most COMMON side effects persist or become bothersome: Dizziness, lightheadedness, or fainting when sitting up or standing; flushing of face and neck; headache; nausea; vomiting. Seek medical attention right away if any of these SEVERE side effects occur: Severe allergic reactions (rash; hives; itching; difficulty breathing; tightness in the chest; swelling of the mouth, face, lips, or tongue); blurred vision; dry mouth; fainting; flushing; heavy sweating; irregular heartbeat; new or worsening chest pain; pale skin; pounding in the chest; rapid heartbeat; severe dizziness or headache; severe or persistent nausea or vomiting; shortness of breath; slow heartbeat; swelling of the hands, ankles, or feet; unusual weakness.
Trimetazidine Hydrochloride Trimetazidine is a cellular acting anti-ischaemic agent. It has 3 main properties by which it acts as a cytoprotective agent. It inhibits the anaerobic glycolysis and fatty acid metabolism, thus allowing only aerobic glycolysis. This action helps to restore the energy balance in the cell. It inhibits acidosis and free radical accumulation in the cell. All these action help the cell to restore the normal ionic and metabolic balance. Contraindications: Hypersensitivity. Pregnancy and lactation. As with all drugs, Vastarel MR is likely to have undesirable effects: Rare cases of gastro-intestinal disorders (nausea, vomiting) It you notice any undesirable effects, which have not been mentioned here, you should inform your    doctor or pharmacist.
metoprolol succinate and amlodipine besylate Amlodipine besylate has active ingredients of amlodipine besylate. It is used in high blood pressure, essential hypertension, high blood cholesterol, stable angina, hypotension, heart palpitations. Zantac has active ingredients of ranitidine hydrochloride. It is used in gastroesophageal reflux disease, indigestion, gastroesophageal reflux in infants, stomach acid test, uric acid, gastric ulcer. Metoprolol succinate has active ingredients of metoprolol succinate. It is used in high blood pressure, heart rate irregular, heart rate increased, atrial fibrillation/flutter, heart palpitations, tachycardia. Monoket has active ingredients of isosorbide mononitrate. It is used in angina pectoris, cardiac disorder, hypertension, cardiac failure, myocardial ischaemia, cardiovascular disorder. Plavix has active ingredients of clopidogrel bisulfate. It is used in stent, blood clots, heart attack, stroke, coronary heart disease, transient ischemic attack. Lipitor has active ingredients of atorvastatin calcium. It is used in high blood cholesterol, cholesterol test, hyperlipidaemia, heart attack, high density lipoprotein abnormal, lipids abnormal. evere gastritis, moderate dizziness, moderate short of breath
Nebivolol hydrochloride Nebivolol is a lipophilic Beta-blocker. Nebivolol exerts its actions by exhibiting a high selectivity for P­adrenergic receptors and also by reducing the peripheral vascular resistance by modulating No release. Nebivolol is devoid of intrinsic sympathomimetic or membrane stabilising activity but appears to have nitric oxide-mediated vasodilatory effects. Nebivolol can be used to treat high blood pressure. Nebivolol is indicated as a medicine for Essential Hypertension. Like all medicines, Nebivolol can cause some side-effects. Some common side effects reported with this medicine include the following. Call your doctor right away if you notice any of these side effects: Headache Fatigue dizziness Paraesthesiasis Tiredness, coldness of the extremities (fingers, toes and nose), disturbed sleep, nightmares, shortness of breath, upset tummy, skin rashes, dry eyes, fluid retention (swelling of the feet and ankles), depression, problems with eye sight, pins and needles or sexual problems.
amlodipine Amlodipine is used alone or in combination with other medications to treat high blood pressure and chest pain (angina). Amlodipine is in a class of medications called calcium channel blockers. It lowers blood pressure by relaxing the blood vessels so the heart does not have to pump as hard. It controls chest pain by increasing the supply of blood to the heart. If taken regularly, amlodipine controls chest pain, but it does not stop chest pain once it starts. Your doctor may prescribe a different medication to take when you have chest pain. amlodipine may cause side effects. Tell your doctor if any of these symptoms are severe or do not go away: swelling of the hands, feet, ankles, or lower legs headache upset stomach stomach pain dizziness or lightheadedness drowsiness excessive tiredness flushing (feeling of warmth) Some side effects can be serious. The following symptoms are uncommon, but if you experience any of them, call your doctor immediately: more frequent or more severe chest pain rapid, pounding, or irregular heartbeat fainting What special precautions should I follow? Before taking amlodipine, tell your doctor and pharmacist if you are allergic to amlodipine or any other medications. tell your doctor and pharmacist what prescription and nonprescription medications, vitamins, nutritional supplements, and herbal products you are taking. tell your doctor if you have or have ever had heart failure or liver disease. tell your doctor if you are pregnant, plan to become pregnant, or are breast-feeding. If you become pregnant while taking amlodipine, call your doctor.
**all the material(s) is/are assembled together from the WWW

Various weB LOG title(s)

It is taking unusually too much time(not dedicating whole time to such task but in between other work(s) as if it was not enough :)) to scribble on some of the topics about human nature/life, It is not in any haste that such subjects/matters are written. Most of it are in a generalized form which further complicates matters since it has to hold its ground in any situation it is put into.
Some of the title being worked upon are
- Iconoclastic - all the way
- Why there is no need for leaders/power
- belief(s) - deep vs shallow
- liking - knowledge vs money depend on person

There may be other subjects which does require scrutiny.

Hosting Co. Upgrade and causality

In the shared hosting environment the hosting providers upgrade the platform/features/environment which will cause certain unexpected behavior(s) as the screen-shot(s) which showed that certain function were deprecated due to upgrading of php to what the hosting company found fit.

a) In the home page the following msg was displayed

"Function ereg() is deprecated in /home/gnum****/public_html/includes/file.inc on line 895"

In the file file.inc the ereg is replaced with preg_match
- elseif ($depth >= $min_depth && ereg($mask, $file)) {
+ elseif ($depth >= $min_depth && preg_match("/$mask/", $file)) {





b) In the qchronicle page a warning msg similar to
"Warning: strtotime()[fuction.strtotime]: It is not safe to rely on the system's timezone settings. You are "required" to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/London' for 'BST/1.0/DST' instead in /home/gnum****/public_html/sites/all/modules/views/modules/node/views_handler_argument_dates_various.inc on line 66"



The following warning regarding date/time was displayed which was resolved by appending the
date_default_timezone_set('Europe/London');
at the top of bootstrap.inc file

<u-09-08-2012>
when edit tab is selected in the drupal's blog section, following msg is displayed
: Function eregi_replace() is deprecated in /home/gnumeno/public_html/sites/all/themes/basic/template.php on line 46.
- $body_classes[] = 'tax-' . eregi_replace('[^a-z0-9]', '-', $term->name);
+ $body_classes[] = 'tax-' . preg_replace('/[^a-z0-9]/', '-', $term->name);
 </u-09-08-2012>

smartUSB56 Voice Modem - checking the device

The modem with win driver was tested on windoz and was working :). Bit rusty on getting the power from the old USB port other than that things were OK
[u-04-09-2012]
Today again checked out whether the dial-up connection was up and running, to my dismay it wasn't and was flashing the
error 691:Access denied because the username and/or password was invalid on the domain.
After visiting the netone link(http://netonetvm.bsnl.co.in/netone.html)
http://www.bsnl.co.in:9080/opencms/bsnl/BSNL/services/broadband/cities.html
They have migrated to new system. Due to that authentication procedure is/has changed as follows
The customer will continue to dial the present access code 172222(for PSTN access)
Also use the common username and password
username:- netone@netone.in
pwd: netone
and no separate username and password is required for each customer. Billing will be done on the basis of your phone number.
[/u-04-09-2012]


top