Screen configs for DFP and TV

Does anyone know how I can get Gnome to recognise my DFP as the primary screen and the TV out as the secondary?
At the moment my login and mounted drives are showing up on my TV.
Here is my xorg.conf.
# File generated by xorgconfig.
# Copyright 2004 The X.Org Foundation
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
Section "Module"
# This loads the DBE extension module.
    Load        "dbe"      # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
# This loads the GLX module
    Load       "glx"
# This loads the DRI module
#    Load       "dri"
EndSection
# Files section.  This allows default font and rgb paths to be set
Section "Files"
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
    RgbPath    "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/X11R6/lib/modules"
EndSection
# Server flags section.
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#    Option "NoTrapSignals"
# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.
#    Option "DontVTSwitch"
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#    Option "DontZap"
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.
#    Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
#    Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
#    Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
#    Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
#    Option "AllowNonLocalModInDev"
   Option      "DefaultServerLayout"   "MonitorTV"
   Option      "AllowMouseOpenFail"   "true"
   Option      "BlankTime"      "0"      # I don't like it
   Option      "NoPM"         "true"   # I don't like it too :-)
EndSection
# Input devices
# Core keyboard's InputDevice section
Section "InputDevice"
    Identifier    "Keyboard1"
    Driver    "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option    "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"
# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""
#    Option "XkbDisable"
    Option "XkbRules"    "xorg"
    Option "XkbModel"    "microsoft"
    Option "XkbLayout"    "us"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
    Identifier    "Mouse1"
    Driver    "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option         "Buttons" "5"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "no"
# Mouse-speed setting for PS/2 mouse.
#    Option "Resolution"    "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#    Option "Protocol"    "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"    "9600"
#    Option "SampleRate"    "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
EndSection
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
    Identifier  "Hitachi CML174"
    HorizSync   24-80
    VertRefresh 56-75
EndSection
Section "Monitor"
    Identifier   "Teac TV"
    HorizSync   30-50
    VertRefresh   60
EndSection
# Graphics device section
Section "Device"
    Identifier  "Nvidia Ti4400"
    Driver "nvidia"
    Option      "NoLogo"          "true"
    Screen      0
    BusID       "PCI:01:05:0"       
EndSection
Section "Device"
    Identifier  "Nvidia Ti4400TvOut"
    Driver "nvidia"
    Option      "NoLogo"          "true"
    Screen      1
    BusID       "PCI:01:05:0"       
EndSection
# Screen sections
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "DFP"
    Device      "Nvidia Ti4400"
    Monitor     "Hitachi CML174"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort    0 0     
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort    0 0
    EndSubsection
EndSection
Section "Screen"
    Identifier   "TV"
    Device       "Nvidia Ti4400TvOut"
    Monitor      "Teac TV"
    DefaultDepth  24
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
   EndSubsection
EndSection
# ServerLayout sections.
Section "ServerLayout"
    Identifier  "MonitorTV"
    Screen 0 "TV"
    Screen 1 "DFP" LeftOf "TV"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
# Section "DRI"
#    Mode 0666
# EndSection
I have TVout and DFP running but need to get the screens around the other way and am stuck on how.  Wish Nvidia would get a nice version of Nview going with their Linux Driver.   :cry:

Thanks for the reply dp but alas, no go on swaping the server config around.  As per you instructions I still get the DFP as the 0.1 display device but with the resolution of the tv.  I have tried a few combinations but no go.
Is there a way I can tell gnome to use the other screen instead?  The screens aside work fine other than the TV being my primary.

Similar Messages

  • I've been taking screen shots for years and opening them from my desktiop. Suddenly, today, I've lost the ability to open them. I can right click on the picture and do "quicklook", but that's it. They just won't open.   Similary, if I scan an image and sa

    I've been taking screen shots for years and opening them from my desktiop. Suddenly, today, I've lost the ability to open them. I can right click on the picture and do "quicklook", but that's it. They just won't open.
    Similary, if I scan an image and save it as a PDF file in pictures, I'm suddenly not able to open it either!
    Why?

    Move the com.apple.screencapture.plist file out of /username/Library/Preferences/ to the Desktop, log out and back in, and try again.
    BTW, use the default 10 point setting for text. Your choice just wastes screen space.

  • Would love Steve Jobs to contact me for in setting screen tinting orange for seizures as OK WE HAVE DONE IT AN ORANGE PROTECTIVE SCREEN OVERLAY FOR IPOD AND IPAD STOPPING JOHN'S photosensitivity SEIZURES AND STOPPING EYE PROBLEMS WITH USAGE

    OK WE HAVE DONE IT AN ORANGE PROTECTIVE SCREEN OVERLAY FOR IPOD AND IPAD STOPPING JOHN'S SEIZURES AND STOPPING EYE PROBLEMS WITH USAGE ABLE TO CUT ANY SIZE FOR PHONES EG
    Contact me Steve the idea is great and the pictures are reveal a better depth perception of colour call me a Mum that created a diffence for her son and kept him communicating on his ipod and his ipad proffessors were amazed at childrens hospital and would love to show you my ideas in making it built in to your ipod and ipads or any computer for that matter everyone i show is blown away not only that but a wider customer level will be reached from a Mum that made a difference for her son that was unable to communicate and then had seizures so developed my own cover that allows him to chat all day without having any eye problems.
    So we now sell the covers on ebay to help others access technology that they need in order to survive and live happily as without his ipod or ipad and him telling us what was wrong he would of died he had respritory lung disease photosensitive epilepsy a metabolic condition that could of killed him anytime from stroke or seizure battled with using all types of technology but now is a dream come true.
    Would love for this to be enabled in the setup of all computers alike to protect eyes and allow more users to speak and communicate a big thankyou to the creators and designers fabulous but please can you call me as this could make you even better i mean will and also give me more time.
    From one praying God fearing Mum
    Nadine
    Call me i do have better pics they were too big to upload orange covering on right hand side

    Going through the feedback and support pages will be a waste of your time. Apple won't respond to feedback, and support can't do anything regarding product suggestions, particularly not from a company with an existing product they wish to sell. The only attention you might get from Apple would be possible interest in selling your product through the Apple Stores, and I don't know how Apple chooses the third-party products they sell. All I could suggest would be writing to Apple's corporate headquarters:
    Apple
    1 Infinite Loop
    Cupertino, CA 95014
    with perhaps "Attention: Retail Sales Division" and telling them about your product and your interest in it being sold through the Apple Stores.
    Regards.

  • HT201380 Yesterday this was automatically installed.  Today I can't access a document in Pages.  A prompt says I need a Pages update.  But the next screen tests for updates and informs me everything is up to date.  What's up?

    Yesterday this was automatically installed.  Today I can't access a document in Pages.  A prompt says I need a Pages update.  But the next screen tests for updates and informs me everything is up to date.  What's up?

    It's highly unlikely that the Pages update problem has anything to do with the ARD client update, since the client is not involved in any way with Software Update. I'd suggest asking for assistance with the update problem in the forum appropriate for your version of Mac OS X.
    Regards.

  • Is the left-hand Home screen reserved for TV and movies?

    As familiar as I thought I was with Android (via my phones) I thought I would've figure out by now how to get this screen back for other uses. But so far no luck.  Is 1//3 of my available Home screen space really reserved for TV and Movies (and, at that, apparently only the ones downloaded from Google Play)?

    Ann154,
    Bingo! You were absolutely right! And now that widget is gone.
    Unfortunately, so is the screen it was occupying. Now,  instead of three screens I have but two - - the original center screen and the one that had previously been the right-hand screen.
    Which prompts the question of how and where pages are added or deleted from the home screens.
    Sent from myMail app for Android
    Sunday, 28 December 2014, 09:05AM -07:00 from Ann154 <[email protected]>:
    A message from the  Verizon Wireless Community
    Is the left-hand Home screen reserved for TV and movies? created by  Ann154 in  Verizon Ellipsis 8 -  View the full discussion

  • Screen Exit for MI01 and LI01N

    Hi,
              I need a screen exit for MI01 and LI01N. Please reply ASAP

    Hi Nishu,
    For MI01 below are the exits:-
    MBCF0002  Customer function exit: Segment text in material doc. item
    MBCF0005  Material document item for goods receipt/issue slip
    MBCF0006  Customer function for WBS element
    MBCF0007  Customer function exit: Updating a reservation
    MBCF0009  Filling the storage location field
    MB_CF001  Customer function exit for update of material document
    MBCF0010  Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011  Read From RESB and RKPF For Print List in  MB26
    MBCFC003  Maintenance of batch master data for goods movements
    MBCFC004  Maintenance of batch specifications for goods movements
    For LI01N :-
    MWM2S001  Exit to Determine 2-Step Picking Characteristic
    MWMBAP01  Enhancement for BAPI WarehouseTransOrder.GetDetail
    MWMBAP02  Enhancement for BAPI WarehouseStock.GetDetail
    MWMD0001  Transfer order print via RLVSDR40
    MWMD0002  Transfer order print as multiple process with RLKOMM40
    MWMIDI07  Enhancement for Output WMPIHU (Create Pick-HU) Inbound
    MWMIDO11  Enhancement for message WMTORD: TO with several items
    MWMIDO12  Enhancement for Output WMPIHU (Pick-HUs) Outbound
    MWMIDO13  Extension for WMMBXY (subsequent tasks after goods movement)
    MWMPP001  Enhancement WM/PP Interface (automatic TR generation)
    MWMRF001  RF: Influence Display of material description
    MWMRF100  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0100)
    MWMRF101  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0101)
    MWMRF102  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0102)
    MWMRF104  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0104)
    MWMRF105  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0105)
    MWMRF106  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0106)
    MWMRF107  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0107)
    MWMRF108  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0108)
    MWMRF151  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0151)
    MWMRF152  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0152)
    MWMRF153  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0153)
    MWMRF170  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0170)
    MWMRF202  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0202)
    MWMRF203  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0203)
    MWMRF204  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0204)
    MWMRF205  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0205)
    MWMRF212  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0212)
    MWMRF213  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0213)
    MWMRF221  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0221)
    MWMRF302  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0302)
    MWMRF303  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0303)
    MWMRF304  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0304)
    MWMRF305  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0305)
    MWMRF312  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0312)
    MWMRF313  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0313)
    MWMRF321  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0321)
    MWMRF400  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0400)
    MWMRF402  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0402)
    MWMRF403  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0403)
    MWMRF404  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0404)
    MWMRF405  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0405)
    MWMRF406  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0406)
    MWMRF410  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0410)
    MWMRF411  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0411
    MWMRF412  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0412)
    MWMRF502  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0502)
    MWMRF503  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0503)
    MWMRF504  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0504)
    MWMRF505  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0505)
    MWMRF600  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0600)
    MWMRF601  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0601)
    MWMRF630  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0630)
    MWMRF631  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0631)
    MWMRF632  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0632)
    MWMRF633  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0633)
    MWMRF634  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0634)
    MWMRF650  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0650)
    MWMRF651  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0651)
    MWMRF700  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0700)
    MWMRF701  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0701)
    MWMRF702  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0700)
    MWMRF703  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0703)
    MWMRF704  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0704)
    MWMRF705  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0705)
    MWMRF760  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0760)
    MWMRF761  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0761)
    MWMRF762  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0762)
    MWMRF763  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0763)
    MWMRF764  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0764)
    MWMRF765  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0765)
    MWMRF766  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0766)
    MWMRF767  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0767)
    MWMRF768  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0768)
    MWMRF769  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0769)
    MWMRF777  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0777)
    MWMRF800  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0800)
    MWMRF801  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0801)
    MWMRF802  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0802)
    MWMRF803  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0803)
    MWMRF804  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0804)
    MWMRF805  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0805)
    MWMRF806  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0806)
    MWMRF807  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0807)
    MWMRF888  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0888)
    MWMRF889  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0202)
    MWMRF998  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0998)
    MWMRF999  ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0999)
    MWMRFCOD  Enhancement for function codedisabling
    MWMRFDLV  select delivery by user criteria
    MWMRFPRT  Enhancement for printing
    MWMRFSSG  user exit for sorting TOs in RF system-guided transaction
    MWMRFUP   Customer defined general purpose pushbutton called from scr.
    MWMRP001  Cust. Exit for Fixed Bin Replenish.: Delivery Item Selection
    MWMRP002  Cust. Exit for Fixed Bin Replenishment: TR Quantity Distr.
    MWMRP003  Customer Exit for Replenishment using RLLNACH1
    MWMRP004  User Exit for Replenishment using RLLNACH4
    MWMTO001  Enhancements for end of transfer order generation
    MWMTO010  Exit: Calculation of Total Planned TO Processing Time
    MWMTO011  Correction of Planned Processing Time for TO Item
    MWMTO012  Correction of Sorting and Split Transfer Order
    MWMTO013  Stock Removal for Sev. Storage Types as in Stringent FIFO
    MWMTOAU3  Separate selection of posting changes for autom.TO creation
    MWMTR001  Exits at the end of transfer rqmnt creation (IM,PP interf.)
    Choose the approriate one which suits your requirement.
    Hope it helps you.
    Regards
    Abhii...

  • HELP!!! I can't get into my macbookpro I unticked something in user account and today iv gone to boot up and I'm getting grey screen asking for name and password and. My normal ones don't work? How can I gain access again?

    Yesterday I was in user account settings trying to delete an extra user account that had appeared and I unticked something and today iv gone to boot up and iv got the grey screen asking for name and password and my normal ones sent working how do I get in agin? Any help would be appreciated thanks sam

    Boot into your Recovery partition by holding down the Command and R keys on startup. Under the Utilities menu, open Terminal. When in Terminal type:
    resetpassword
    A small app will open that will allow you to reset the password for a given user (hopefully you still have an admin home directory?). Type in your new password - twice - and then reboot and use your new password.
    Clinton

  • Hello I have a iphone that even if enconta in the activation screen asking for email and password of the previous owner

    Hello I have a iphone that even if enconta in the activation screen asking for email and password of the previous owner

    Only the owner of the Apple ID or the original purchaser of the device from a retail store can do anything about that.
    Find My iPhone Activation Lock: Removing a device from a previous ...
    Contact the person from whom you purchased the iPhone for assistance or a refund.

  • [svn] 3662: + add throttle configs for new and improved policy and other throttle features

    Revision: 3662
    Author: [email protected]
    Date: 2008-10-15 13:01:21 -0700 (Wed, 15 Oct 2008)
    Log Message:
    + add throttle configs for new and improved policy and other throttle features
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/messaging-config.mods.xml

    How about the random pausing when streaming a movie from itunes that was converted from a DVD? I know myself, and, a few others from what i can see are experiencing this same issue. Anyone else?

  • Can we create a Screen Prompting for username and password

    Hi
    i have a requirement , to design a screen with username and password. Once the user logins in, another screen with the details are to be displayed.
    Can anybpdy help in creating the initial username and password?
    Regards
    Ramya

    Hi Ramya,
    Plz clarify ypur requirement.
    As i m getting, for first screen u need user_name and password, so u have to create two input fields.
    And bind these input fields with the context attributes. For the input field which is used for password,
    changed its properties. Select the property Password Field.
    and what ever details u want to show u can use just select statement.
    get back to me if any problem.
    Regards,
    Pankaj Aggarwal

  • Best Flat Screen Monitor for G4 and iMovie?

    Since spending so many hours in front of the computer monitor editing my iMovie project, I have developed serious neck, shoulder, and arm pain and my back doesn't feel so great either. I feel this is directly related to the angle of my monitor and the amount of space it takes up on my desk. It crowds the keyboard to the front of the desk, leaving no arm support, and is not adjustable, adding to the neck problems.
    I'm afraid of getting the wrong thing, though. I don't want to buy a monitor made for Macs and then find it is "not for G4," or works fine for internet and word processing but iMovie projects look crummy on it. What do people recommend? Thanks for any advice.

    Hi Cornelia,
    I can give you just some "basic" advice:
    for a normal consumer, a TFT (flat) monitor is as good as a CRT (tube); in technical terms, high-budget CRTs are still "better", in meaning of "color proof", but hey, we talk of miniDV compressed NTSC (=never the same color)
    iMovie Master Dan has on his excellent website some tipps:
    http://www.danslagle.com/mac/iMovie/tips_tricks/6008.shtml
    for calibrating monitors esp. for video usage.....
    but, as we all know here, the final quality can only be judged on a TV.......
    because on tech principal, a TFT has less "flimmer" then a CRT.
    a TFT can be digital connected.
    see, if your G4 has a socalled dvi connector - if so, get a TFT with same dvi input! means, you work on a straight digital level, no digital-analog-digital conversion.
    think about widescreen TFTs (Apple's), think about size (old man as me prefers 19", which has same res as 17" but is just bigger) - me personally prefer as big screens as affordable! (ever seen 2x 30" in reallife?? <sigh>)
    finnally: EVERY TFT can be connected to a Mac, by vga or dvi (mentioned above) connector.
    happy shopping!

  • Screen exit for co11n and problems in writting the PBO and PAI Logic ?

    Hi People,
    I am developing a screen exit for transaction co11n. I have found the exit ( CONFPP07 ) ... I created a project and have
    assigned this exit and activated the project. I have created a field named SHIFT  on clicking this field i have to give three
    possible values (a,b,c  ) and i have to store these values in some table .......... now my problem is in which include i
    have to write PBO and PAI logic ... should i have to write pbo logic in the include provided in the exit
    EXIT_SAPLCORU_S_100 and PAI in EXIT_SAPLCORU_S_101.......or .........Can any tel me what should i have to do to
    meet the requirements... and in which structure i have to add this field so that it gets stored in some table.
    Thanks in Advance.

    Hi,
    Use the includes in the program SAPLXCOF given in CONFPP07 Exit.
    You may use include zxcofzzz ( for Subprograms and Modules )
    by creating it upon double click.
    Regards,
    Wajid Hussain P.

  • Correct screen sizes for wallpapers and games on V3m RAZR for Verizon?

    Does anyone know the correct file size (i.e. 176x144) for
    wallpapers and games built for a Razr on the Verizon network? I
    know that the Razr is 176x220, but I thought that I remember seeing
    somewhere that the wallpapers should be 176x144 and games should be
    176x204 because of the top banner that is locked on the screen.
    Please advise if you know for sure. The lastest doc that I read
    about Verizon said that the status bar took 16pixels. Does anyone
    know for sure?

    I read this from a brew device data sheet on the V3m:
    The display height is 220 pixels. The number of pixels for
    status area is 16 pixels in height, so the height for BREW
    application display area is (220-16)=204 pixels in height.
    I'm not sure about wallpapers though. It looks that the top
    bar and bottom bar are the same size. I would developer my
    wallpapers at 176x188 (assuming the bottom bar is 16 px as well).
    The secondary display is 96x66. Though, I'm not sure how you
    could access that, if you want to show a small version of a
    wallpaper when its closed.
    C

  • Instructions to create custom home screen icons for websites and phone #'s

    Here are instructions to create a home screen icon for a phone number or a website. This is very cool!
    1. Go to http://webclip.us on your computer (not on your phone) and click on "create now".
    2. In icon label, type what you want to call your icon.
    3. In URL, type either the URL of the website you want to link to, or for a phone number link, type http://##########.tel.QLNK.net (where ########## is the 10 digit phone number you want).
    4. In icon file, click the arrow to browse to the photo or image you want the icon to display.
    5. Enter the security code shown, then click "upload now". You will get a "webclip number".
    6. Now on your iPhone in Safari, go to http://webclip.us and enter the webclip number your computer just generated, and tap Go.
    7. Use the plus sign to add the icon to your home screen, change the name to whatever you want, and you will have a cool little icon with the photo you uploaded!
    If you used the phone number option, when you tap the icon on your home page, it will launch Safari and then pop up "Call" and "Cancel" buttons to call that phone number directly. If you used a website URL, it will launch that website just like a regular webclip.
    So I now have an icon with my husband's face on it that dials his phone number. Very cool!!
    -SB
    Message was edited by: SisterBlue
    Edit to make it clear that I don't take credit for creating this procedure - I simply found a reference to them in another post and posted the step-by-step here because it worked so well for me.

    Do you know if this requires the 1.1.3 upgrade.. I got all the way through it until the end where it would not give me a plus sign or a way to add it.. wondering if it can be done with 1.1.2 thanks!

  • Screen Exit for ME51N and ME52N ??

    Hi all,
    I have to replace the standard Field "Requisitioner" in the CONTACT Tab with a Z table field with Search help and I have to make it mandatory, so that the user MUST enter the Requisitioner and its F4 help can be used from the Z Table field.
    For this i need to modify standard program's screen using screen exit.
    How can i meet the requirement?
    Any sugegstions are welcomed...Helpful answers will be rewarded for sure..
    Thanks in advance,
    Regards,
    Tejas

    Check the threads -
    User Exit or BADI   for ME21N or ME51N
    ME51N user exit
    Screen Exit for  ME51N
    Regards,
    Amit

Maybe you are looking for

  • Itunes 10.5.0.142 crashes immediately on windows xp

    After installing Itunes 10.5.0.142,  it immediately crashes after it comes up.  I tried to go back to a lower level of Itunes but it tells me that the the itunes library is at a different level.  I am stuck

  • MDM 7.1 Installation on a Windows 2008 Cluster

    Hello everyone, We have a two node x64 Windows 2008 Server cluster. We have just installed MDM 7.1 (MDS & MDIS) onto the Microsoft Failover Cluster which already has an ABAP system and a JAVA system installed.  Each of these systems has it's own Clus

  • How to ask Siri for directions to my next appointment?

    This is making me crazy, and I'm sure I'm just missing something simple: I have an item on my calendar, including the location. I ask: Siri, please give me directions to my next appointment.  Siri brings up the appointment - but nothing else. I then

  • GSM Noise Interference

    This is my first GSM account (Rogers) and have been introduced to this insanely loud audio interference --- like morse code --- through my desktop speakers. Even when they're turned right down. I have a small broadcast quality sound studio where all

  • Podcasts app issues

    Podcasts are failing to load from iTunes into the Podcasts app and loaded podcasts are failing to play. Is there a remedy? I'm not generally in a wifi area so I must sync podcasts through my computer and aside from the failure of new episodes to appe