Use of scope resolution operator in PHP development example

I am relatively new to OOP in general so this question may sound dumb but
In this documentation:  Query Performance and Prefetching
To quote that text, "
The $db->setPrefetch() call is used to set the prefetch value. The microtime() calls are used to show how long the report took to generate.
A new Db::fetchRow() method is used to get one row at a time. It is called in a loop after the query has been run"
Why the does it use the scope resolution operator? Isn't it used for just static methods and overridden methods.
I do not see any static declaration when this method is entered into class.
To quote the method declaration:
  /** * Fetch a row of data. Call this in a loop after calling Db::execute() * * @return array An array of data for one row of the query */
public function fetchRow() {
$row = oci_fetch_array($this->stid, OCI_ASSOC + OCI_RETURN_NULLS);
return($row);
Am I missing something really trivial thing about this concept?
Thank you.

It's shorthand documentation for "A new fetchRow() method in the DB class is used to get..."

Similar Messages

  • On boot, xrandr does not use the preferred resolution anymore

    Hello,
    I run ArchLInux on my ThinkPad T420 at work. When I am at my Desktop, I use it in double screen, with the laptop screen (LVDS1 for xrandr) and the HDMI output on larger LCD screen (HDMI1 for xrandr).
    At least in that working state, I don't use the screens side by side (In fact I close the lid, usually), so it's just in "clone" mode (but with different resolutions...).
    Since about one month, When I boot, X doesn't start anymore with the expected resolutions ("preferred", for xrandr). When setting them by and, it works, but nothing automatic... And it's only at (cold) boot; after a suspend-to-disk, it resumes on the correct (former) resolution. I also think that it works fine if I boot with the HDMI cable unplugged (and plug it after X launch and call xrandr --auto).
    I don't have anything in /etc/X11/xorg.conf.d/, only the basic default files, only tdealing with inputs (mouse, touch pad, etc). So I don't really where to start from.
    Here X's output for today :
    [ 390.509]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 390.509] X Protocol Version 11, Revision 0
    [ 390.509] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 390.509] Current Operating System: Linux tperson 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
    [ 390.509] Kernel command line: root=/dev/sda5 resume=/dev/sda6 ro
    [ 390.509] Build Date: 17 April 2013 02:37:06PM
    [ 390.509]
    [ 390.509] Current version of pixman: 0.28.2
    [ 390.509] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 390.509] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 390.509] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 22 10:12:06 2013
    [ 390.619] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 390.642] (==) No Layout section. Using the first Screen section.
    [ 390.642] (==) No screen section available. Using defaults.
    [ 390.642] (**) |-->Screen "Default Screen Section" (0)
    [ 390.642] (**) | |-->Monitor "<default monitor>"
    [ 390.642] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 390.643] (==) Automatically adding devices
    [ 390.643] (==) Automatically enabling devices
    [ 390.643] (==) Automatically adding GPU devices
    [ 390.807] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 390.807] Entry deleted from font path.
    [ 390.878] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 390.878] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 390.878] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 390.878] (II) Loader magic: 0x7fcc20
    [ 390.878] (II) Module ABI versions:
    [ 390.878] X.Org ANSI C Emulation: 0.4
    [ 390.878] X.Org Video Driver: 14.1
    [ 390.878] X.Org XInput driver : 19.1
    [ 390.878] X.Org Server Extension : 7.0
    [ 390.879] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 390.882] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21ce rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
    [ 390.883] Initializing built-in extension Generic Event Extension
    [ 390.883] Initializing built-in extension SHAPE
    [ 390.883] Initializing built-in extension MIT-SHM
    [ 390.883] Initializing built-in extension XInputExtension
    [ 390.883] Initializing built-in extension XTEST
    [ 390.883] Initializing built-in extension BIG-REQUESTS
    [ 390.883] Initializing built-in extension SYNC
    [ 390.883] Initializing built-in extension XKEYBOARD
    [ 390.883] Initializing built-in extension XC-MISC
    [ 390.883] Initializing built-in extension SECURITY
    [ 390.884] Initializing built-in extension XINERAMA
    [ 390.884] Initializing built-in extension XFIXES
    [ 390.884] Initializing built-in extension RENDER
    [ 390.884] Initializing built-in extension RANDR
    [ 390.884] Initializing built-in extension COMPOSITE
    [ 390.884] Initializing built-in extension DAMAGE
    [ 390.884] Initializing built-in extension MIT-SCREEN-SAVER
    [ 390.884] Initializing built-in extension DOUBLE-BUFFER
    [ 390.884] Initializing built-in extension RECORD
    [ 390.884] Initializing built-in extension DPMS
    [ 390.884] Initializing built-in extension X-Resource
    [ 390.884] Initializing built-in extension XVideo
    [ 390.885] Initializing built-in extension XVideo-MotionCompensation
    [ 390.885] Initializing built-in extension XFree86-VidModeExtension
    [ 390.885] Initializing built-in extension XFree86-DGA
    [ 390.885] Initializing built-in extension XFree86-DRI
    [ 390.885] Initializing built-in extension DRI2
    [ 390.885] (II) LoadModule: "glx"
    [ 390.893] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 390.921] (II) Module glx: vendor="X.Org Foundation"
    [ 390.921] compiled for 1.14.1, module version = 1.0.0
    [ 390.921] ABI class: X.Org Server Extension, version 7.0
    [ 390.922] (==) AIGLX enabled
    [ 390.934] Loading extension GLX
    [ 390.934] (==) Matched intel as autoconfigured driver 0
    [ 390.934] (==) Matched intel as autoconfigured driver 1
    [ 390.934] (==) Matched vesa as autoconfigured driver 2
    [ 390.934] (==) Matched modesetting as autoconfigured driver 3
    [ 390.934] (==) Matched fbdev as autoconfigured driver 4
    [ 390.934] (==) Assigned the driver to the xf86ConfigLayout
    [ 390.934] (II) LoadModule: "intel"
    [ 391.056] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 391.146] (II) Module intel: vendor="X.Org Foundation"
    [ 391.147] compiled for 1.14.0, module version = 2.21.6
    [ 391.147] Module class: X.Org Video Driver
    [ 391.147] ABI class: X.Org Video Driver, version 14.1
    [ 391.147] (II) LoadModule: "vesa"
    [ 391.147] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 391.157] (II) Module vesa: vendor="X.Org Foundation"
    [ 391.157] compiled for 1.14.0, module version = 2.3.2
    [ 391.157] Module class: X.Org Video Driver
    [ 391.157] ABI class: X.Org Video Driver, version 14.1
    [ 391.157] (II) LoadModule: "modesetting"
    [ 391.214] (WW) Warning, couldn't open module modesetting
    [ 391.214] (II) UnloadModule: "modesetting"
    [ 391.214] (II) Unloading modesetting
    [ 391.214] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 391.214] (II) LoadModule: "fbdev"
    [ 391.214] (WW) Warning, couldn't open module fbdev
    [ 391.215] (II) UnloadModule: "fbdev"
    [ 391.215] (II) Unloading fbdev
    [ 391.215] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 391.215] (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
    [ 391.215] (II) VESA: driver for VESA chipsets: vesa
    [ 391.216] (++) using VT number 1
    [ 391.216] (WW) Falling back to old probe method for vesa
    [ 391.216] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 391.216] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 391.216] (==) intel(0): RGB weight 888
    [ 391.216] (==) intel(0): Default visual is TrueColor
    [ 391.216] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
    [ 391.216] (**) intel(0): Relaxed fencing enabled
    [ 391.216] (**) intel(0): Wait on SwapBuffers? enabled
    [ 391.216] (**) intel(0): Triple buffering? enabled
    [ 391.216] (**) intel(0): Framebuffer tiled
    [ 391.216] (**) intel(0): Pixmaps tiled
    [ 391.216] (**) intel(0): 3D buffers tiled
    [ 391.216] (**) intel(0): SwapBuffers wait enabled
    [ 391.216] (==) intel(0): video overlay key set to 0x101fe
    [ 391.217] (II) intel(0): Output LVDS1 has no monitor section
    [ 391.217] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 391.230] (II) intel(0): Output VGA1 has no monitor section
    [ 391.483] (II) intel(0): Output HDMI1 has no monitor section
    [ 391.523] (II) intel(0): Output DP1 has no monitor section
    [ 391.536] (II) intel(0): Output HDMI2 has no monitor section
    [ 391.550] (II) intel(0): Output HDMI3 has no monitor section
    [ 391.590] (II) intel(0): Output DP2 has no monitor section
    [ 391.630] (II) intel(0): Output DP3 has no monitor section
    [ 391.630] (II) intel(0): EDID for output LVDS1
    [ 391.630] (II) intel(0): Manufacturer: AUO Model: 213e Serial#: 0
    [ 391.630] (II) intel(0): Year: 2010 Week: 33
    [ 391.630] (II) intel(0): EDID Version: 1.4
    [ 391.630] (II) intel(0): Digital Display Input
    [ 391.630] (II) intel(0): 6 bits per channel
    [ 391.630] (II) intel(0): Digital interface is undefined
    [ 391.630] (II) intel(0): Max Image Size [cm]: horiz.: 31 vert.: 17
    [ 391.630] (II) intel(0): Gamma: 2.20
    [ 391.630] (II) intel(0): No DPMS capabilities specified
    [ 391.630] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 391.630] (II) intel(0): First detailed timing is preferred mode
    [ 391.630] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 391.630] (II) intel(0): redX: 0.610 redY: 0.350 greenX: 0.320 greenY: 0.560
    [ 391.630] (II) intel(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329
    [ 391.630] (II) intel(0): Manufacturer's mask: 0
    [ 391.630] (II) intel(0): Supported detailed timing:
    [ 391.630] (II) intel(0): clock: 110.0 MHz Image Size: 309 x 174 mm
    [ 391.630] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
    [ 391.630] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
    [ 391.630] (II) intel(0): Supported detailed timing:
    [ 391.630] (II) intel(0): clock: 73.3 MHz Image Size: 309 x 174 mm
    [ 391.630] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
    [ 391.630] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
    [ 391.630] (II) intel(0): AUO
    [ 391.630] (II) intel(0): B140RW02 V1
    [ 391.630] (II) intel(0): EDID (in hex):
    [ 391.630] (II) intel(0): 00ffffffffffff0006af3e2100000000
    [ 391.631] (II) intel(0): 21140104901f11780261959c59528f26
    [ 391.631] (II) intel(0): 21505400000001010101010101010101
    [ 391.631] (II) intel(0): 010101010101f82a409a61840c30402a
    [ 391.631] (II) intel(0): 330035ae10000018a51c409a61840c30
    [ 391.631] (II) intel(0): 402a330035ae10000018000000fe0041
    [ 391.631] (II) intel(0): 554f0a202020202020202020000000fe
    [ 391.631] (II) intel(0): 004231343052573032205631200a00d0
    [ 391.631] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 391.631] (II) intel(0): Printing probed modes for output LVDS1
    [ 391.631] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 391.631] (II) intel(0): Modeline "1600x900"x40.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 391.631] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 391.631] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 391.631] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 391.631] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 391.643] (II) intel(0): EDID for output VGA1
    [ 391.896] (II) intel(0): EDID for output HDMI1
    [ 391.897] (II) intel(0): Manufacturer: DEL Model: a019 Serial#: 825832780
    [ 391.897] (II) intel(0): Year: 2006 Week: 50
    [ 391.897] (II) intel(0): EDID Version: 1.3
    [ 391.897] (II) intel(0): Digital Display Input
    [ 391.897] (II) intel(0): Max Image Size [cm]: horiz.: 43 vert.: 27
    [ 391.897] (II) intel(0): Gamma: 2.20
    [ 391.897] (II) intel(0): DPMS capabilities: StandBy Suspend Off
    [ 391.897] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 391.897] (II) intel(0): Default color space is primary color space
    [ 391.897] (II) intel(0): First detailed timing is preferred mode
    [ 391.897] (II) intel(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 391.897] (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 391.897] (II) intel(0): Supported established timings:
    [ 391.897] (II) intel(0): 720x400@70Hz
    [ 391.897] (II) intel(0): 640x480@60Hz
    [ 391.897] (II) intel(0): 640x480@75Hz
    [ 391.897] (II) intel(0): 800x600@60Hz
    [ 391.897] (II) intel(0): 800x600@75Hz
    [ 391.897] (II) intel(0): 1024x768@60Hz
    [ 391.897] (II) intel(0): 1024x768@75Hz
    [ 391.897] (II) intel(0): 1280x1024@75Hz
    [ 391.897] (II) intel(0): Manufacturer's mask: 0
    [ 391.897] (II) intel(0): Supported standard timings:
    [ 391.897] (II) intel(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 391.897] (II) intel(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 391.897] (II) intel(0): Supported detailed timing:
    [ 391.897] (II) intel(0): clock: 119.0 MHz Image Size: 434 x 270 mm
    [ 391.897] (II) intel(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    [ 391.897] (II) intel(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    [ 391.897] (II) intel(0): Serial No: HM0646CB195L
    [ 391.897] (II) intel(0): Monitor name: DELL 2007WFP
    [ 391.897] (II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 391.897] (II) intel(0): EDID (in hex):
    [ 391.897] (II) intel(0): 00ffffffffffff0010ac19a04c353931
    [ 391.897] (II) intel(0): 32100103802b1b78eeee91a3544c9926
    [ 391.897] (II) intel(0): 0f5054a54b008180714f010101010101
    [ 391.897] (II) intel(0): 0101010101017c2e90a0601a1e403020
    [ 391.897] (II) intel(0): 3600b20e1100001a000000ff00484d30
    [ 391.897] (II) intel(0): 36343643423139354c0a000000fc0044
    [ 391.897] (II) intel(0): 454c4c20323030375746500a000000fd
    [ 391.897] (II) intel(0): 00384c1e530e000a202020202020007b
    [ 391.897] (II) intel(0): Printing probed modes for output HDMI1
    [ 391.897] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
    [ 391.897] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 391.897] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 391.898] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 391.898] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 391.898] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 391.898] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 391.898] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 391.898] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 391.898] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 391.898] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 391.940] (II) intel(0): EDID for output DP1
    [ 391.953] (II) intel(0): EDID for output HDMI2
    [ 391.966] (II) intel(0): EDID for output HDMI3
    [ 392.006] (II) intel(0): EDID for output DP2
    [ 392.046] (II) intel(0): EDID for output DP3
    [ 392.046] (II) intel(0): Output LVDS1 connected
    [ 392.046] (II) intel(0): Output VGA1 disconnected
    [ 392.046] (II) intel(0): Output HDMI1 connected
    [ 392.046] (II) intel(0): Output DP1 disconnected
    [ 392.047] (II) intel(0): Output HDMI2 disconnected
    [ 392.047] (II) intel(0): Output HDMI3 disconnected
    [ 392.047] (II) intel(0): Output DP2 disconnected
    [ 392.047] (II) intel(0): Output DP3 disconnected
    [ 392.047] (II) intel(0): Using fuzzy aspect match for initial modes
    [ 392.047] (II) intel(0): Output LVDS1 using initial mode 1024x768
    [ 392.047] (II) intel(0): Output HDMI1 using initial mode 1024x768
    [ 392.047] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 392.047] (II) intel(0): Kernel page flipping support detected, enabling
    [ 392.047] (==) intel(0): DPI set to (96, 96)
    [ 392.047] (II) Loading sub module "fb"
    [ 392.047] (II) LoadModule: "fb"
    [ 392.047] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 392.122] (II) Module fb: vendor="X.Org Foundation"
    [ 392.122] compiled for 1.14.1, module version = 1.0.0
    [ 392.122] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 392.122] (II) Loading sub module "dri2"
    [ 392.122] (II) LoadModule: "dri2"
    [ 392.122] (II) Module "dri2" already built-in
    [ 392.122] (II) UnloadModule: "vesa"
    [ 392.122] (II) Unloading vesa
    [ 392.123] (==) Depth 24 pixmap format is 32 bpp
    [ 392.123] (II) intel(0): [DRI2] Setup complete
    [ 392.123] (II) intel(0): [DRI2] DRI driver: i965
    [ 392.123] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
    [ 392.125] (II) UXA(0): Driver registered support for the following operations:
    [ 392.125] (II) solid
    [ 392.125] (II) copy
    [ 392.125] (II) composite (RENDER acceleration)
    [ 392.125] (II) put_image
    [ 392.125] (II) get_image
    [ 392.125] (==) intel(0): Backing store disabled
    [ 392.125] (==) intel(0): Silken mouse enabled
    [ 392.125] (II) intel(0): Initializing HW Cursor
    [ 392.125] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 392.127] (==) intel(0): DPMS enabled
    [ 392.127] (==) intel(0): Intel XvMC decoder enabled
    [ 392.127] (II) intel(0): Set up textured video
    [ 392.127] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 392.127] (II) intel(0): direct rendering: DRI2 Enabled
    [ 392.127] (==) intel(0): hotplug detection: "enabled"
    [ 392.700] (--) RandR disabled
    [ 392.945] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 392.945] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 392.945] (II) AIGLX: enabled GLX_ARB_create_context
    [ 392.945] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 392.945] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 392.945] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 392.945] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 392.945] (II) AIGLX: Loaded and initialized i965
    [ 392.945] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 392.945] (II) intel(0): Setting screen physical size to 270 x 203
    [ 393.385] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 393.386] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 393.386] (**) Power Button: Applying InputClass "Keyboard defaults"
    [ 393.386] (II) LoadModule: "evdev"
    [ 393.386] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 393.415] (II) Module evdev: vendor="X.Org Foundation"
    [ 393.415] compiled for 1.14.0, module version = 2.8.0
    [ 393.415] Module class: X.Org XInput Driver
    [ 393.415] ABI class: X.Org XInput driver, version 19.1
    [ 393.415] (II) Using input driver 'evdev' for 'Power Button'
    [ 393.415] (**) Power Button: always reports core events
    [ 393.415] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 393.416] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 393.416] (--) evdev: Power Button: Found keys
    [ 393.416] (II) evdev: Power Button: Configuring as keyboard
    [ 393.416] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 393.416] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 393.416] (**) Option "xkb_rules" "evdev"
    [ 393.416] (**) Option "xkb_model" "evdev"
    [ 393.416] (**) Option "xkb_layout" "fr"
    [ 393.416] (**) Option "xkb_variant" "oss"
    [ 393.468] (II) config/udev: Adding input device Video Bus (/dev/input/event17)
    [ 393.468] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 393.468] (**) Video Bus: Applying InputClass "Keyboard defaults"
    [ 393.468] (II) Using input driver 'evdev' for 'Video Bus'
    [ 393.468] (**) Video Bus: always reports core events
    [ 393.468] (**) evdev: Video Bus: Device: "/dev/input/event17"
    [ 393.468] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 393.468] (--) evdev: Video Bus: Found keys
    [ 393.468] (II) evdev: Video Bus: Configuring as keyboard
    [ 393.468] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17/event17"
    [ 393.468] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 393.468] (**) Option "xkb_rules" "evdev"
    [ 393.468] (**) Option "xkb_model" "evdev"
    [ 393.468] (**) Option "xkb_layout" "fr"
    [ 393.468] (**) Option "xkb_variant" "oss"
    [ 393.469] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 393.469] (II) No input driver specified, ignoring this device.
    [ 393.469] (II) This device may have been added with another device file.
    [ 393.469] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 393.469] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 393.469] (**) Sleep Button: Applying InputClass "Keyboard defaults"
    [ 393.469] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 393.469] (**) Sleep Button: always reports core events
    [ 393.469] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 393.469] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 393.469] (--) evdev: Sleep Button: Found keys
    [ 393.469] (II) evdev: Sleep Button: Configuring as keyboard
    [ 393.469] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
    [ 393.469] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 393.469] (**) Option "xkb_rules" "evdev"
    [ 393.469] (**) Option "xkb_model" "evdev"
    [ 393.469] (**) Option "xkb_layout" "fr"
    [ 393.469] (**) Option "xkb_variant" "oss"
    [ 393.469] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 393.469] (II) config/udev: Adding input device HID 04d9:1133 (/dev/input/event6)
    [ 393.469] (**) HID 04d9:1133: Applying InputClass "evdev pointer catchall"
    [ 393.469] (II) Using input driver 'evdev' for 'HID 04d9:1133'
    [ 393.469] (**) HID 04d9:1133: always reports core events
    [ 393.469] (**) evdev: HID 04d9:1133: Device: "/dev/input/event6"
    [ 393.469] (--) evdev: HID 04d9:1133: Vendor 0x4d9 Product 0x1133
    [ 393.469] (--) evdev: HID 04d9:1133: Found 3 mouse buttons
    [ 393.469] (--) evdev: HID 04d9:1133: Found scroll wheel(s)
    [ 393.469] (--) evdev: HID 04d9:1133: Found relative axes
    [ 393.469] (--) evdev: HID 04d9:1133: Found x and y relative axes
    [ 393.469] (II) evdev: HID 04d9:1133: Configuring as mouse
    [ 393.469] (II) evdev: HID 04d9:1133: Adding scrollwheel support
    [ 393.470] (**) evdev: HID 04d9:1133: YAxisMapping: buttons 4 and 5
    [ 393.470] (**) evdev: HID 04d9:1133: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 393.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input6/event6"
    [ 393.470] (II) XINPUT: Adding extended input device "HID 04d9:1133" (type: MOUSE, id 9)
    [ 393.470] (II) evdev: HID 04d9:1133: initialized for relative axes.
    [ 393.470] (**) HID 04d9:1133: (accel) keeping acceleration scheme 1
    [ 393.470] (**) HID 04d9:1133: (accel) acceleration profile 0
    [ 393.470] (**) HID 04d9:1133: (accel) acceleration factor: 2.000
    [ 393.470] (**) HID 04d9:1133: (accel) acceleration threshold: 4
    [ 393.471] (II) config/udev: Adding input device HID 04d9:1133 (/dev/input/mouse0)
    [ 393.471] (II) No input driver specified, ignoring this device.
    [ 393.471] (II) This device may have been added with another device file.
    [ 393.472] (II) config/udev: Adding input device DELL DELL USB Keyboard (/dev/input/event7)
    [ 393.472] (**) DELL DELL USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 393.472] (**) DELL DELL USB Keyboard: Applying InputClass "Keyboard defaults"
    [ 393.472] (II) Using input driver 'evdev' for 'DELL DELL USB Keyboard'
    [ 393.472] (**) DELL DELL USB Keyboard: always reports core events
    [ 393.472] (**) evdev: DELL DELL USB Keyboard: Device: "/dev/input/event7"
    [ 393.472] (--) evdev: DELL DELL USB Keyboard: Vendor 0x413c Product 0x2005
    [ 393.472] (--) evdev: DELL DELL USB Keyboard: Found keys
    [ 393.472] (II) evdev: DELL DELL USB Keyboard: Configuring as keyboard
    [ 393.472] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input7/event7"
    [ 393.472] (II) XINPUT: Adding extended input device "DELL DELL USB Keyboard" (type: KEYBOARD, id 10)
    [ 393.472] (**) Option "xkb_rules" "evdev"
    [ 393.472] (**) Option "xkb_model" "evdev"
    [ 393.472] (**) Option "xkb_layout" "fr"
    [ 393.472] (**) Option "xkb_variant" "oss"
    [ 393.473] (II) config/udev: Adding input device Integrated Camera (/dev/input/event16)
    [ 393.473] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 393.473] (**) Integrated Camera: Applying InputClass "Keyboard defaults"
    [ 393.473] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 393.473] (**) Integrated Camera: always reports core events
    [ 393.473] (**) evdev: Integrated Camera: Device: "/dev/input/event16"
    [ 393.473] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb221
    [ 393.473] (--) evdev: Integrated Camera: Found keys
    [ 393.473] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 393.474] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input16/event16"
    [ 393.474] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 11)
    [ 393.474] (**) Option "xkb_rules" "evdev"
    [ 393.474] (**) Option "xkb_model" "evdev"
    [ 393.474] (**) Option "xkb_layout" "fr"
    [ 393.474] (**) Option "xkb_variant" "oss"
    [ 393.475] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 393.475] (II) No input driver specified, ignoring this device.
    [ 393.475] (II) This device may have been added with another device file.
    [ 393.475] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [ 393.475] (II) No input driver specified, ignoring this device.
    [ 393.475] (II) This device may have been added with another device file.
    [ 393.476] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event11)
    [ 393.476] (II) No input driver specified, ignoring this device.
    [ 393.476] (II) This device may have been added with another device file.
    [ 393.476] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
    [ 393.476] (II) No input driver specified, ignoring this device.
    [ 393.476] (II) This device may have been added with another device file.
    [ 393.476] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
    [ 393.477] (II) No input driver specified, ignoring this device.
    [ 393.477] (II) This device may have been added with another device file.
    [ 393.477] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event14)
    [ 393.477] (II) No input driver specified, ignoring this device.
    [ 393.477] (II) This device may have been added with another device file.
    [ 393.477] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event8)
    [ 393.477] (II) No input driver specified, ignoring this device.
    [ 393.477] (II) This device may have been added with another device file.
    [ 393.477] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event9)
    [ 393.477] (II) No input driver specified, ignoring this device.
    [ 393.477] (II) This device may have been added with another device file.
    [ 393.477] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 393.477] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 393.477] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard defaults"
    [ 393.477] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 393.477] (**) AT Translated Set 2 keyboard: always reports core events
    [ 393.477] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 393.477] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 393.477] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 393.477] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 393.477] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 393.477] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 393.477] (**) Option "xkb_rules" "evdev"
    [ 393.477] (**) Option "xkb_model" "evdev"
    [ 393.477] (**) Option "xkb_layout" "fr"
    [ 393.477] (**) Option "xkb_variant" "oss"
    [ 393.478] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
    [ 393.478] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 393.478] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 393.478] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 393.478] (II) LoadModule: "synaptics"
    [ 393.478] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 393.503] (II) Module synaptics: vendor="X.Org Foundation"
    [ 393.503] compiled for 1.14.0, module version = 1.7.0
    [ 393.503] Module class: X.Org XInput Driver
    [ 393.503] ABI class: X.Org XInput driver, version 19.1
    [ 393.503] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 393.503] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 393.503] (**) Option "Device" "/dev/input/event15"
    [ 393.520] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 393.520] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888 (res 75)
    [ 393.520] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820 (res 105)
    [ 393.520] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 393.520] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 393.520] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 393.520] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 393.520] (**) Option "TapButton1" "1"
    [ 393.520] (**) Option "TapButton2" "2"
    [ 393.520] (**) Option "TapButton3" "3"
    [ 393.520] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 393.520] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 393.530] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event15"
    [ 393.530] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 393.530] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 393.530] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 393.530] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    [ 393.530] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 393.531] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 393.531] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 393.531] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 393.531] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 393.531] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 393.531] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 393.532] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
    [ 393.532] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 393.532] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 393.532] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 393.532] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event18"
    [ 393.532] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 393.532] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 393.532] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 393.532] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 393.532] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 393.532] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 393.532] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 393.532] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input18/event18"
    [ 393.532] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14)
    [ 393.532] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 393.533] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 393.533] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 393.533] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 393.533] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 393.533] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
    [ 393.534] (II) No input driver specified, ignoring this device.
    [ 393.534] (II) This device may have been added with another device file.
    [ 393.534] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
    [ 393.534] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 393.535] (**) ThinkPad Extra Buttons: Applying InputClass "Keyboard defaults"
    [ 393.535] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 393.535] (**) ThinkPad Extra Buttons: always reports core events
    [ 393.535] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event4"
    [ 393.535] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 393.535] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 393.535] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 393.535] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event4"
    [ 393.535] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
    [ 393.535] (**) Option "xkb_rules" "evdev"
    [ 393.535] (**) Option "xkb_model" "evdev"
    [ 393.535] (**) Option "xkb_layout" "fr"
    [ 393.535] (**) Option "xkb_variant" "oss"
    [ 395.112] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 395.112] (II) intel(0): Printing DDC gathered Modelines:
    [ 395.112] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 395.112] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 395.523] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 395.523] (II) intel(0): Printing DDC gathered Modelines:
    [ 395.524] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 395.524] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 395.942] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 395.942] (II) intel(0): Printing DDC gathered Modelines:
    [ 395.942] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 395.942] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 583.668] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 583.668] (II) intel(0): Printing DDC gathered Modelines:
    [ 583.668] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 583.668] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 593.901] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 593.901] (II) intel(0): Printing DDC gathered Modelines:
    [ 593.901] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 593.901] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 999.675] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 999.675] (II) intel(0): Printing DDC gathered Modelines:
    [ 999.675] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 999.675] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1000.092] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
    [ 1000.420] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1000.420] (II) intel(0): Printing DDC gathered Modelines:
    [ 1000.420] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1000.420] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1000.860] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1000.860] (II) intel(0): Printing DDC gathered Modelines:
    [ 1000.860] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1000.860] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1001.281] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1001.281] (II) intel(0): Printing DDC gathered Modelines:
    [ 1001.281] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1001.281] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1001.694] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1001.694] (II) intel(0): Printing DDC gathered Modelines:
    [ 1001.694] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1001.694] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1002.128] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1002.128] (II) intel(0): Printing DDC gathered Modelines:
    [ 1002.128] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1002.128] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1009.889] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1009.889] (II) intel(0): Printing DDC gathered Modelines:
    [ 1009.889] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1009.889] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1026.586] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1026.586] (II) intel(0): Printing DDC gathered Modelines:
    [ 1026.586] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1026.586] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1027.284] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1027.284] (II) intel(0): Printing DDC gathered Modelines:
    [ 1027.284] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1027.284] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 1027.699] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 1027.699] (II) intel(0): Printing DDC gathered Modelines:
    [ 1027.700] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 1027.700] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    For me, it looks like a regression, maybe linked to the kernel upgrade to branch 3.8, or maybe to another (obscure to me, like EDID management) packet.

    Thanks for your attention.
    In the above logs, higher resolutions seems to be detected on both screens, hence my surprise :
    [ 391.631] (II) intel(0): Printing probed modes for output LVDS1
    [ 391.631] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 391.897] (II) intel(0): Printing probed modes for output HDMI1
    [ 391.897] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
    If it can help here is also my current xrandr output (after having called it manually to use the preferred resolution of each screen)
    itanguy ~ $ xrandr
    Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
    LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
    1600x900 60.0*+ 40.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 434mm x 270mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    HDMI3 disconnected (normal left inverted right x axis y axis)
    DP2 disconnected (normal left inverted right x axis y axis)
    DP3 disconnected (normal left inverted right x axis y axis)
    If needed, I may reboot and provide xrandr output after boot (it will be 1024x768), or could other logs help you ? Please ask...

  • Cant able to get the output while using session scope

    Hi
    I am using jdeveloper 11.1.1.5
    As i posted in the previous post i had made some changes still i am not getting proper output
    These are steps that i had followed for developing login page
    1.I had created a TaskFlow in adfc-config.xml such that if the login is success it navigates to the other page pls verfiy the link
    http://www.4shared.com/photo/5PNrf1hd/E028_2.html
    2.I had also changed the scope to session in adfc-config.xml
    http://www.4shared.com/photo/HtVVOw_B/E029.html
    3.This was my Welcome.jspx code
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1" binding="#{sessionScope.backing_welcome.d1}">
          <af:form id="f1" binding="#{sessionScope.backing_welcome.f1}">
            <af:inputText label="UserName" binding="#{backing_welcome.it1}"
                          id="it1" value="#{sessionScope.backing_welcome.auser}"/>
            <af:inputText label="Password" binding="#{backing_welcome.it2}"
                          id="it2"
                          value="#{sessionScope.backing_welcome.apassword}"/>
            <af:commandButton text="Login"
                              binding="#{backing_welcome.cb1}" id="cb1"
                              action="#{backing_welcome.cb9_action}"/>
          </af:form>
        </af:document>
      </f:view>
      <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_welcome-->
    </jsp:root>3.This was my welcome.java backing bean for welcome.jspx page
        public String getAuser() {
            return auser;
        public void setApassword(String apassword) {
            this.apassword = apassword;
        public String getApassword() {
            return apassword;
        public String cb9_action() {
            String returnStr="error";
            System.out.println("Inside loginBtn_action");
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding = bindings.getOperationBinding("checkLoginCredentials1");
            operationBinding.getParamsMap().put("p_user", auser);
            operationBinding.getParamsMap().put("p_pwd", apassword);
        operationBinding.execute();
        Object result = operationBinding.execute();
        if (!operationBinding.getErrors().isEmpty()) {
            returnStr= "success";
        System.out.println("returnStr= " + returnStr);
               return returnStr;
        }While i run my program no output is displayed!! No logs also been recorded!!
    Could any body pls help me!!

    thank you jhon!
    If i am not using any binding i m getting error as
    javax.el.PropertyNotFoundException: Target Unreachable, 'backing_welcome' returned nullI had used this jspx code
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1" >
          <af:form id="f1" >
            <af:inputText label="UserName"
                          id="it1" value="#{sessionScope.backing_welcome.auser}"/>
            <af:inputText label="Password"
                          id="it2"
                          value="#{sessionScope.backing_welcome.apassword}"/>
            <af:commandButton text="Login"
                               id="cb1"
                              action="#{sessionScope.backing_welcome.cb9_action}"/>
          </af:form>
        </af:document>
      </f:view>
      <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_welcome-->
    </jsp:root>Give me some guide how to use session scope!! Since i read all the documents i m not getting any proper output

  • I am using your software: CS^ InDesign Suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar

    Hi,
    I am using your software: CS6 InDesign Suiteon a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    CS6 is not high-DPI compatible/ enabled and that can't be changed. If you cannot6 make it work with your operating system means, then short of joining Creative Cloud and using newer versions there is nothing you can do.
    Mylenium

  • I am using CS6 InDesign suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and

    I am using CS6 InDesign on a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    NO way.
    Mylenium

  • Is it possible to use page-scope beans in value expression ?

    Is it possible to use page-scope beans in value expressions ?
    For example,
    <c:forEach items="${DataScreens.records}" var="record" status="status">
    <tr>
      <td><h:command_link action="#{DataScreen.editRecord}">
                    <h:output_text value="#{DataScreen.modifyLabel}" />
                   <!----- PLEASE NOTE THAT status IS OF PAGE-SCOPE IN THE NEXT LINE -->
                   <f:parameter name="id" value="#{status.count}" />
              </h:command>
      </td>
      <td>...</td>
      <td>...</td>
    </tr>
    </c:forEach>In my case, I want to use JSTL instead of <h:dataTable>, because of some special
    requirements in this screen. Can someone please provide me with a workaround ?
    I get the following error on execution..
    12/26/03 16:36:23:734 JST] 59f0302f FacesArraySuf W com.sun.faces.el.ext.FacesA
    rraySuffix Attempt to apply the "." operator to a null value
    [12/26/03 16:36:23:736 JST] 59f0302f FacesArraySuf W com.sun.faces.el.ext.FacesA
    rraySuffix Attempt to apply the "." operator to a null value
    [12/26/03 16:36:23:756 JST] 59f0302f WebGroup E SRVE0026E: [Servlet Error]-
    [Argument Error: One or more parameters are null.]: javax.servlet.jsp.JspExcepti
    on: Argument Error: One or more parameters are null.
    at com.sun.faces.taglib.BaseComponentTag.doEndTag(BaseComponentTag.java:
    961)
    at com.sun.faces.taglib.html_basic.Command_LinkTag.doEndTag(Command_Link
    Tag.java:222)
    at org.apache.jsp._meisaiJoho._jspService(_meisaiJoho.java:365)
    at com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.service(HttpJspBase.j
    ava:89)
    Thanks,
    Ajay

    Hello Ajay,
    I cant really understand how a particular style can be applied to only an individual column.In the simplest case the attribut 'columnClasses' of data_table contains
    the same number of style classes as you have columns in your table. These
    classes are then applied one to one to the columns.
    If there are fewer classes than columns then you can think of the classes
    beeing repeated until there is one class for each column. In the extreme
    case of only one class this means that this class is applied to all columns.
    The following example shows the simplest case of three columns
    and three classes. Just remove one or two classes from the columnClasses
    attribute to see the 'repeating' behavior.
    Wolfgang Oellinger
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
    <% session.setAttribute("PersonList", new foo.PersonList()); %>
    <f:view>
    <html>
    <head>
        <title>Styled Data Table</title>
        <style>
         /* for the columns */
            .nameClass { width: 30em; color: red; }
            .birthdayClass { width: 12em; color: green; background-color: #ccc; }
            .heightClass { width: 5em; color: blue; }
         /* for the header */
            .yellowClass { background-color: yellow; }
        </style>
    </head>
    <body>
      <h:form>
      <h3>Styled Data Table</h3>
      <h:data_table columnClasses="nameClass,
                                   birthdayClass,
                                   heightClass"
                            style="border: 1px solid black;"
                      headerClass="yellowClass"
                            value="#{PersonList.members}"
                              var="person">
        <h:column>
          <f:facet name="header"><h:output_text value="Name"/></f:facet>
          <h:output_text value="#{person.name}"/>
        </h:column>
        <h:column>
          <f:facet name="header"><h:output_text  value="Birthday"/></f:facet>
          <h:output_text value="#{person.birthday}"/>
        </h:column>
        <h:column>
          <f:facet name="header"><h:output_text  value="Height"/></f:facet>
          <h:output_text value="#{person.height}"/>
        </h:column>
      </h:data_table>
      </h:form>
    </body>
    </html>
    </f:view>

  • X.java uses unchecked or unsafe operations - Confused.

    Coming back to java after a few years of strict C/C++ development, and wanted to start out with a few refresher apps - However, there's one issue that's been bothering me and it's the "uses unchecked or unsafe operations". Now, I'm aware that this is outputted when generics are used without fully qualifying the underlying types; However, like in the example below, I just cannot figure out where I need to include additional type definitions in order to rid myself of this error:
    import java.util.HashMap;
    public class Widget implements Cloneable {
        private HashMap<String, Object> myMap;
        public Widget( ) {
            myMap = new HashMap<String, Object>();
        protected Widget clone() {
            try {
                Widget cloneObj = (Widget) super.clone();
                cloneObj.myMap = (HashMap<String, Object>) myMap.clone();
                return cloneObj;
            } catch(CloneNotSupportedException ex) {
                //Should not occur since we implemented clone(...)
                return null;
    }javac complains that the line of code which clones 'myMap' is unsafe, but how?
    Any help?

    } catch(CloneNotSupportedException ex) {
    //Should not occur since we implemented clone(...)
    return null;
    }Just because you implement Cloneable doesn't necessarily make an object cloneable. In this case you're going to be ok, but try cloning a Thread or a Component and you will get the CloneNotSupportedException

  • PHP Development in Mac OS X

    I am looking for software to create PHP website's, i've heard about BBEdit but i don't know if it is the best or someting. Can someone give me any advice on this topic ?
    Greetz,
    Matija.

    Hello ThaDude,
    welcome to the OS X Developer's forums.
    Indeed, OS X is one of the best environments for PHP Development. There a variety of tools and each one is best suited for the kind of developer you are and for what you are looking for.
    I would say that BBEdit is best suited for someone who wants to do some quick PHP editing and not so much of a huge development.
    If you want something for heavy-duty professional PHP development, I suggest you have a look at PHP Eclipse here:
    http://www.phpeclipse.de/
    I use it a lot and by far is one of the best PHP Development environment around.
    On the other hand, if you are looking for a tool you would like to pay for, I suggest you have a look at Macromedia Dreamweaver MX on http://www.macromedia.com/dreamweaver.
    Regards,
    Jean-Paul H.

  • I have Adobe Elements 9 and I used to be able to export HD 1080p videos with no issue. But recently, when I export using H.264 MPEG or MPEG 2, which I normally used, the high resolution videos come out very choppy.  How can i fix this?

    I have Adobe Elements 9 and I used to be able to export HD 1080p videos with no issue. But recently, when I export using H.264 MPEG or MPEG 2, which I normally used, the high resolution videos come out very choppy.  How can i fix this?

    mr
    Are you running the 9.0.1 Update of the program and on what computer operating system is it running?
    Is your video card/graphics card driver up to date according to the manufacturer of the card?
    Is your computer optimized, including maintenance of pile ups of preview files, conformed audio files, and conformed video files?
    Do you have the latest version of QuickTime installed on your computer with Premiere Elements 9.0/9.0.1?
    What are your project settings and what are the properties of your source media? When you say that "used to be able to export...." is that on the same computer, same brand/model/settings for the camera recording the video now in use, same Premiere Elements 9.0/9.0.1?
    Where player are you using for the playback of these exports?
    Please give us more details on the size of the projects (then and now) as well as details of the customized export settings in your Share/Computer/ route. Premiere Elements 9.0/9.0.1 is only a 32 bit application running in 32 bit or 64 bit system. Not sure if computer resources might be taxed more so now than before.
    More later.
    ATR

  • I want to ask something about firefox. why firefox use very much memory? can you develop to reduce memory comsume? this problem is very distrub in my PC with low memory.

    I want to ask something about firefox.
    why firefox use very much memory?
    can you develop to reduce memory comsume?
    this problem is very distrub in my PC with low memory.
    == This happened ==
    Every time Firefox opened

    How much memory is Firefox using right now?
    # Press '''CTRL+SHIFT+ESC''' to load the Task Manager window
    # Click the Processes tab at the top. (Click once near the top of the window if you don't see tab
    # Find firefox.exe, and see how many kilobytes of memory it's using.
    Showing around 80MB when Firefox first starts is normal. Right now, I have 75 tabs open and it's using 500MB - this varies a lot depending on what you have in the tabs.
    Other than high memory usage, what other problems are you experiencing? (Examples include slowness, high CPU usage, and failure to load certain sites)
    Many of these issues, including high memory usage, can be caused by misbehaving add-ons. To see if this is the case, try the steps at [[Troubleshooting extensions and themes]]. Outdated plugins are another cause of this issue - you can check for this at http://www.mozilla.com/plugincheck

  • Is there a way to make sure my MBP doesn't use a particular resolution or ?

    This may be a stupid question. I am hooking my MBP to my lcd tv. When I first connected the television, my tv displayed the message "mode not supported". Having played a little at this I simply went to my display preferences and looked at what resolution was running to my tv. (I have my display preferences in the toolbar) It was running 1920x1080 at 60Hz and right above that there was another 1920x1080 at 60Hz so I clicked on that and my external display lit right up. (Turns out the second resolution's refresh rate is actually 59.9Hz) So no problem right? Well I use this set up as sort of a media center so I like to run my MBP with its lid closed. When I close the lid, and rewake the MBP, my television gives me the message "mode not supported". So there is a signal but the tv can't display it. This leads me to believe that when I close the lid on my MBP it decides to run at the 60Hz as opposed to the functional 59.9Hz. The problem is I can't see the display to change the resolution or refresh rate. Is there a way to make sure my MBP doesn't use a particular resolution or refresh rate? I have tried changing it before I close the lid. I have tried it in mirrored display mode. Nothing works so far. Please Help!

    Not really. In the Displays preferences you can only check the option to show supported resolutions, but that only will be present with another display connected (I believe.) On laptops it isn't an option, obviously, but it may be present once you connect an external display.
    You might try using the shareware utility SwitchResX - VersionTracker or MacUpdate.

  • For one Urgent Change during performing the Approval(chnging the status to 'To be Tested') system does not recognize any changes using the CTS WBS BOM in the development system. The transaction is therefore incorrect or the status was reset by the system.

    For one Urgent Change while performing the one of the Approval before changing the status to 'To Be Tested'
    We are getting below error.
    The system does not recognize any changes using the CTS WBS BOM in the development system. The transaction is therefore incorrect or the status was reset by the system.
    COuld anyone please help us to know, How it can be resolved?
    We also have this below error.
    System Response
    If the PPF action is a condition check, the condition is initially considered as not met, and leads to another warning, an error message, or status reset, depending on the configuration.
    If the PPF action is the execution of a task in the task list, and the exception is critical, there is another error message in the document.
    Procedure
    The condition cannot be met until the cause is removed. Analyze all messages in the transaction application log.
    Procedure for System Administration
    Analyze any other messages in the task list application log, and the entries for the object /TMWFLOW/CMSCV
    Additional Information:
    System cancel RFC destination SM_UK4CLNT005_TRUSTED, Call TR_READ_COMM:
    No authorization to log on as a trusted system (Tr usted RC=0).
    /TMWFLOW/TU_GET_REQUEST_REMOTE:E:/TMWFLOW/TRACK_N:107
    For above error Table /TMWFLOW/REP_DATA_FLOWwas refreshed as well but still the same error.

    If you are in Test System, you can use function module AA_AFABER_DELETE to totally delete the depreciation area (tcode SE37, specify chart of depreciation and depreciation area), After that recreate your depreciation area and run AFBN. But before you do that, have you created a retirement transaction type that limits the posting on your new depreciation area? If not create one.
    Hope this helps.
    Thanks!
    Jhero

  • HT5444 I would like to use a copy of Mountain Lion for development, but the store tells me I cannot download it because my MacBook 4,1 is not compatible! What can I do to download it?

    I would like to use a copy of Mountain Lion for development, but the store tells me I cannot download it because my MacBook 4,1 is not compatible! What can I do to download it?
    I have paid for it and all...

    You can't do anything. See:
    OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    Your computer does not meet the requirements to run Mountain Lion.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mavericks, it may still meet the requirements to install Lion.
    You can purchase Lion at the Online Apple Store. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.

  • I bought macbook pro used one because i wanna start to develop ios apps and i need Mavericks if it is a possible my mac is 10.6 please help me apple

    i bought macbook pro used one because i wanna start to develop ios apps and i need Mavericks if it is a possible my mac is 10.6 please help me apple
    Model Name: MacBook Pro
      Model Identifier: MacBookPro5,5
      Processor Name: Intel Core 2 Duo
      Processor Speed: 2.26 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 3 MB
      Memory: 4 GB
      Bus Speed: 1.07 GHz
      Boot ROM Version: MBP55.00AC.B03
      SMC Version (system): 1.47f2
      Serial Number (system): W8******66D
      Hardware UUID: *****
      Sudden Motion Sensor:
      State: Enabled
    <Edited By Host>

    Back up your data, check your applications for compatibility, and download Yosemite from the Mac App Store.
    (121877)

  • When to use which scope

    Hi,
    I have a CRUD application.. Where in the data is fetched, displayed n edited n stored back to db. Also there is a sequential access between pages & the information entered on the first page is needed on the second page & so forth. What would be the best scope & why ?
    When to use which scope? What is the life-cycle of each scope.
    Also, I couldn't find any good tutorial on scopes. If you are aware of the same, please guide.
    Its urgent.
    Thanks in advance.

    921331 wrote:
    Hi,
    I have a CRUD application.. Where in the data is fetched, displayed n edited n stored back to db. Also there is a sequential access between pages & the information entered on the first page is needed on the second page & so forth. What would be the best scope & why ?
    When to use which scope? What is the life-cycle of each scope.
    Also, I couldn't find any good tutorial on scopes. If you are aware of the same, please guide.
    Its urgent.
    Thanks in advance.You could use ViewScope and parameters to the next view or if using CDI have a look at conversation scope. You should read about them in detail yourself because even if someone chooses one for you it's still you who has to go on to use it correctly.

Maybe you are looking for