Refresh rate in portal

hi all
i need your help to give me the solve of my issue
i need to increase the refresh rate of portal
10g on unix 5.10
MANY THANKS

Sounds like an interesting feature. What is the 'refresh rate' of Portal ?

Similar Messages

  • How to speed Portal's refresh rate?

    Dear All,
    When I develop the portal application with some page modified,
    it seems that portal server has cached the old pages somewhere
    so that I can not see the new one immediately.
    Even I delete the __xx.java and __xx.class in WEB-INF directory of the
    application
    and clean up the temporary files browser uses locally.
    How can I speed the refresh rate?
    Clean some files somewhere else?
    Or is there any configuration turning?
    Alan.

    Alan,
    Making a few guesses:
    (a) Did your page change involve changing the page aggregation via EBCC?
    If so, did you sync the data to the WLP?
    (b) If not, check the following session-parameter in weblogic.xml:
              <jsp-param>
                   <param-name>pageCheckSeconds</param-name>
                   <param-value>5</param-value>
              </jsp-param>
    If you don't find this parameter, add this within the "jsp-descriptor"
    element and restart the server. Use an appropriate value (say 5 sec).
    I don't think browser cache has anything to do because, by default, WLP
    sets Cache-Control HTTP tag to not to cache content on the client side.
    Sincerely,
    Subbu
    Alan Liu wrote:
    Dear All,
    When I develop the portal application with some page modified,
    it seems that portal server has cached the old pages somewhere
    so that I can not see the new one immediately.
    Even I delete the __xx.java and __xx.class in WEB-INF directory of the
    application
    and clean up the temporary files browser uses locally.
    How can I speed the refresh rate?
    Clean some files somewhere else?
    Or is there any configuration turning?
    Alan.

  • How to change the UWL refresh rate for all portal users.

    Hi Portal Experts,
    How to change the UWL refresh rate for all portal users?
    Users can individually change the refresh rate through "Personalise View" in UWL.But we want this to set it for all users(we have 10k portal users).
    It was defaultically set to 5 mins for all users.How to change this to 20 mins.
    Thanks
    Sony.

    1.      Launch the UWL iView configuration page.
    You can access the iView from the UWL administration pages (System Administration ® System Configuration). Navigate to the property editor as follows:
          From the Universal Worklist Systems, choose the system for which you want to edit the properties.
        Choose Edit.
    may be you can get clear help from below help file
    http://help.sap.com/saphelp_nw04s/helpdata/en/eb/101fa0a53244deb955f6f91929e400/frameset.htm
    regards
    nagaraju

  • Macs Won't Forget Refresh Rate - LCD Refresh Out of Range

    I have a new Viewsonic LCD for an old G4. I had to use an ADC to DVI adapter.
    The first time I booted up my Mac, the monitor worked fine. I went into the Display Preferences and, like an idiot, I selected 90 hz because, like an idiot, I thought 90 hz was better than 60 hz.
    My screen went black and the monitor said "Frequency out of range", etc. I have talked to AppleCare and I have tried everything and nothing I do gets this Mac to revert to 60 hz at 1280 x 1024.
    Tried zapping PRAM, didn't work.
    Tried booting into Safe Mode and selecting another resolution. I do that, reboot, it reboots in that lower resolution. I select 1280 x 1024 and my screen goes black because it's going into that 90 hz.
    Created another account, didn't work.
    I plugged in my old CRT into the VGA port. I was able to select 1280 x 1024 at 60 hz. Turned off the Mac. Plugged in the LCD. Turned the Mac back on and it went black.
    It does this when you log in. The actual bootup is in 1280 x 1024 60 hz. I get the login screen fine. It's when I log in, into any account, it goes back to that 90 hz mode.
    In Windows, if you select a resolution or refresh rate, a dialog comes up asking you if this mode is OK and if after 15 seconds you don't click on anything, it reverts back to the original resolution. Apple doesn't want to do that, I guess, because they want me to use their monitors.
    Any ideas?
    Thanks!

    You should probably just trash the preferences file(s). That will give you a fresh start with the Viewsonic. See this thread:
    http://discussions.apple.com/thread.jspa?messageID=3308488&#3308488

  • Second monitor has a 50Hz refresh rate; my mac's lowest output is 60. What can I do?

    I'm trying to get my 13" Late-2011 macbook pro to work with either of two second monitors so I can use logic more easily. One's a DELL thing with a screen res of 1280x1024 (though does work on some higher res') which I had working yesterday till I accidentally knocked the adaptor the slightest bit and now I can't make the second screen stay on for more than a few seconds whatever settings I try. Usually the monitor is on (ie not in power save mode) but just displaying nothing, and my mac behaves as if the second monitor is there.
    The other one's a Toshiba 20WLT56B Tv with VGA input. The prob with this one is that it's refresh rate is 50Hz and the lowest option I have for my mac is 60Hz. Is there any way to allow me to output at 50Hz instead?
    Cheers

    if it's a message coming from your yahoo account, it means that your account has been compromised, not your phone itself. i would suggest changing the password for your email account

  • IPad Air display refresh rate for full screen movies?

    What exactly happens if I play a movie on the iPad full screen with a rate of e.g. 24p, 25p or 50i?
    The stated maximal refresh rate is 60Hz.
    Will this rate be reduced when playing movies?
    Or will frames be dropped / interpolated if the frame rate and the refresh rate don't match?
    Or will the movie be sped up / slowed down?
    When using the HDMI adapter, I can see that it always outputs 60p, regardless of the movie frame rate. But maybe this is different on the internal panel.
    Thanks for any insight!

    Should it happen again double tap the screen with three fingers. Then go to settings> general> accessibility> zoom> off.

  • How to change screen refresh rate in windows 7sp1 and windows 8.1 iso image using dism

    sir when i install windows 7sp1 and windows 8.1 then after the completion of setup when first time windows boots up then task bar is not shown and display is not clear and when i check under monitor settings the screen refresh rate is 60 Hertz and when i
    set the screen refresh rate from 60 Hertz to 75 Hertz, then everything is OK, plz tell me why this happens?
    why windows 7 sp1 and windows 8.1 automatically sets the screen refresh rate to 60Hertz instead of 75Hertz.
    how can i set screen refresh rate 75 Hertz permanently in iso image using DISM ?

    That is not a function of DISM. Resolution and refresh rate capabilities can be determined by multiple causes. Drivers are one, another is that most modern displays will report their capabilities to Windows.
    You can specify display settings with an answer file however:
    <Display>
    <HorizontalResolution>640</HorizontalResolution>
    <VerticalResolution>480</VerticalResolution>
    <ColorDepth>16</ColorDepth>
    <RefreshRate>60</RefreshRate>
    </Display>
    http://technet.microsoft.com/en-us/library/ff716344.aspx

  • How Can I change my refresh rate to 75hz for on LCD using 91.47 drivers?

    HI,
    I use a 19" LCD and have always changed my refresh rate to 75hz to avoid ghosting in games like fifa 06 (60hz causes a nasty ghost on my 8ms panel).  I have been using the 81.98 drivers and could create an override to use 75.   The new driver will allow me to change the refresh rate to 75, but will not let me use it - I get the message "The custom resolution cannot be added".   I have coolbits2 installed.  Is there a registry setting that I can add to allow me to change the refresh rate?  If not, I'll just go back to the 81.98.  I am also using the DVI connection.
    Thank you,
    * This is on my Sli PC in my sig. *

    I know that on my particular LCD monitor, if I go above the recommended rates, then the screen will just go black and won't let me see anything.  Usually it displays a message telling me that it cannot display.  I think it especially does this with the DVI connection.
    You may have tried it allready, but just make sure that in your display properties you have unchecked the option to only display resolutions allowed by the monitor.
    You may also want to try and see if it will let you do it with a VGA connection instead of the DVI.
    Otherwise, you just may have to go back to the earlier driver.

  • Why is the refresh rate slower in lab mode? photoshop cc 2014

    hi
    why is the refresh rate slower in lab mode?
    for example i load an image , rgb , ad an adjustament layer -> curve and i start to play with curve -> the refresh is instantaneous (i mean the image become more dark or lighter instantaneous )
    but if i load an image -> conver in lab mode , the refresh rate is slower
    i tried cs6 too, same behavior
    ps how can i have an email to notify me that someone answer to this discussion?
    thanks

    hi
    there is nobody can check it?
    under windows 7 or 8
    thanks

  • Max refresh rate Macbook PRO -- LG TV

    Hello,
    I am connecting my LG LN5700 TV with a max refresh rate of 120 Hz to my Macbook Pro via HDMI using the cables listed below. However, the display settings on connection only show option for frequency upto 60 Hz (and mentions NTSC in paranthesis). Any ideas why I am not able to access the max refresh rate ? The HDMI cable claims to support higher refresh rates. Could the mac_disp --> HDMI be the bottleneck ?
    http://www.amazon.com/BlueRigger-High-Speed-Cable-Ethernet/dp/B005LQ83EI/ref=pd_ sim_e_3
    and
    http://www.amazon.com/SANOXY%C2%AE-DisplayPort-Female-Adapter-Macbook/dp/B002HU6 29E/ref=sr_1_1?s=electronics&ie=UTF8&qid=1380782738&sr=1-1&keywords=SANOXY%C2%AE +Mini+DisplayPort+to+HDMI+Female+Adapter+Cable+for+Apple+Macbook%2C+Macbook+Pro...
    Thanks

    Not that I know of... for display on my LG TV, I used to use a Thunderbolt/Mini DisplayPort -> HDMI adapter. But I ran it through the HDMI on my Denon reciever and then to my LG TV. If you've an extra HDMI port on your LG, you could use the same adapter -> here.
    Good luck,
    Clinton

  • Xorg and refresh rates

    I'm running Solaris Express 10 x86 4/05 on a Dell Optiplex GX260. Xorg refuses to give me a refresh rate higher than 60Hz. This is using the i810 driver but it also happens with the VESA driver. Here's my xorg.conf:
    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        "bitstream"
        Load        "type1"
    #    Load        "speedo"
    # This loads the Xst module
         Load       "Xst"
    # This loads the SolarisIA module
         Load       "IA"
    # 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/X11/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/X11/lib/X11/fonts/TrueType/"
        FontPath   "/usr/X11/lib/X11/fonts/Type1/"
        FontPath   "/usr/X11/lib/X11/fonts/Type1/sun/"
        FontPath   "/usr/X11/lib/X11/fonts/F3bitmaps/"
        FontPath   "/usr/X11/lib/X11/fonts/misc/"
        FontPath   "/usr/X11/lib/X11/fonts/100dpi/"
        FontPath   "/usr/X11/lib/X11/fonts/75dpi/"
    #    FontPath   "/usr/X11/lib/X11/fonts/local/"
    #    FontPath   "/usr/X11/lib/X11/fonts/Speedo/"
    #    FontPath   "/usr/X11/lib/X11/fonts/freefont/"
    # The module search path.  The default path is shown here.
    #    ModulePath "/usr/X11/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"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "Keyboard"
    # 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"    "pc105"
    # 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"    "pc105"
    #    Option "XkbLayout"   "us"
    #    Option "XkbVariant"  ""
    #    Option "XkbOptions"  ""
    #    Option "XkbDisable"
        Option "XkbRules"   "xorg"
        Option "XkbModel"   "pc101"
        Option "XkbLayout"  "us"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
        Identifier  "Mouse1"
        Driver      "mouse"
        Option "Protocol"    "Auto"
        Option "Device"      "/dev/mouse"
    # 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  "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        HorizSync   30-85
    #    HorizSync  30-64         # multisync
    #    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
    #    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        VertRefresh 48-120
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
        Identifier  "Standard VGA"
        VendorName  "Unknown"
        BoardName   "Unknown"
    # The chipset line is optional in most cases.  It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    #    Chipset    "generic"
    # The Driver line must be present.  When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module.  Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
        Driver     "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for.  When this line isn't present, a device
    # section can only match up with the primary video device.  For PCI
    # devices a line like the following could be used.  This line should not
    # normally be included unless there is more than one video device
    # intalled.
    #    BusID      "PCI:0:10:0"
    #    VideoRam   256
    #    Clocks     25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
        Identifier  "** Intel i810 (generic)               [i810]"
        Driver      "i810"
        VideoRam    8192
        # Insert Clocks lines here if appropriate
    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  "Screen 1"
        Device      "** Intel i810 (generic)               [i810]"
        Monitor     "My Monitor"
        DefaultDepth 24
        Subsection "Display"
            Depth       8
            Modes       "1024x768"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       16
            Modes       "1024x768"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       24
            Modes       "1024x768"
            ViewPort    0 0
        EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present.  Each describes
    # the way multiple screens are organised.  A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option.  In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
        Identifier  "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens.  The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen.  In this example, screen 2 is located to the
    # right of screen 1.
        Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used.  Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    #    Mode 0666
    # EndSectionIf I use the Xsun server, everything works great. I get 1024x768 at 85Hz. With Xorg, I get 1024x768 at 60Hz. Why won't Xorg drive the display at a decent refresh rate?
    Thanks.

    I upped the log verbosity on Xorg and checked the Xorg.0.log file. I found some interesting things.
    First, I found this line:
    (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
    Later on, I found these:
    (WW) I810(0): Extended BIOS function 0x5f05 not supported.
    (II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method.
    (WW) I810(0): Set VBE Mode rejected this modeline.
    Trying standard mode instead!
    Presumably, "standard mode" is an eye-watering 60Hz.
    This is on a Dell Optiplex GX260 with BIOS revision A09. The video chipset is an onboard Intel 82845 and the driver is Xorg's i810.
    Everything works fine with Sun's X server. I get a nice 87Hz refresh at 1024x768. I'm surprised that Xorg can't set the refresh on this machine. It's listed as Test Suite Level 2 certified in the HCL. Unless somebody can tell me what I'm doing wrong here, I'm going to post this incompatibility as a comment on the HCL.

  • Altering refresh rates

    Howdy folks!
    I've got an 800mhz emac. The CRT is shot. I am able to use the external monitor plug. I had (have) an external Mac monitor but it is as big as the emac and I am running out of desk space. I bought a 15" Gateway LCD off a craigslister to park in front of the emac chassis. I got the message the the input was out of range for the monitor. I reconnected the mac monitor and tried to reset the refresh rate. There were other rates listed but they were greyed out and not accesible. After lots of reading on this board I found a link to an application called SwitchResX which allowed me to make the changes I need and the LCD is working now.
    Here's the rub: SwitchResX is a 10 day limited shareware product. It costs $18.50 (or thereabouts) to register it. I will pay it in the end if I can't find relief elsewhere but I feel like I ought to be able to accomplish a change in video refresh rates without having to shell out $$ to a third party.
    Anyone know of a more straightforwad, less costly way to achieve DIY video adjustments?
    TIA!

    Bump for last minute plea before paying ....

  • Judder using Mplayer... maybe force different resolution/refresh rate?

    Hi!
    (I posted this in the newbie section too, but this is maybe the most appropriate place??)
    I've set up my computer as a media center using Freevo. As the main media player in Freevo I use Mplayer. The setup is working beautifully, but I'm getting some judder and it's a bit annoying. It's most noticable during bright, fast moving scenes.
    So I've been trying to figure out how to remedy this, but it's harder than I thought. My setup is the following:
    AMD 4200+ dual core, 2 gigs ram, Nvidia 7800GTX, 24" LCD and Pioneer LX508D plasma TV, and I'm using CoreAVC as decoder (amazing piece of software )
    When I bought the 24" screen for my computer the sales guy (using windows) forced the resolution to 1920x1080. It looked a bit stretched, but if I could do this in Linux I'd avoid having parts of the picture missing on my TV. Now I have to use 1920x1200 resolution as main X session and since my TV is 1920x1080 parts of the desktop is out of view on my TV. This isn't too big of a deal though cause when playing movies they come out in 1920x1080. It'd be nice though to get the correct aspect ratio between my pc screen and my TV (I've been trying to use Twinview and clone, but it's impossible to use 1920x1200 on the 24" and 1920x1080 on the TV at the same time). I've tried to force my pc screen to use 1920x1080 (since it worked in windows it's supposed to be possible), but when I enable it through xorg.conf the screen goes blank. Using nvidia-settings doesn't give me the option of using 1920x1080 on the 24" at all.
    So what I'm hoping to be able to do is to force the computer screen to use 1920x1080 and a refresh rate of 72Hz. This should eliminate alot of the judder and at the same time I won't have to use the "PC mode" on my TV (PC mode restrict the Hz to max 60Hz). Hopefully the TV will accept the 1920x1080 72Hz as any input and let me use the normal input (and then be able to use 72Hz... or 96Hz for that matter).
    Anyone know how I might be able to do that? I'd really appreciate any help at all since this is the only thing that's not perfect with my setup.

    Ok, I tried to change the xorg.conf file to 72Hz on the TV and it when black again. This is what the xorg.0.log shows:
    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.25-ARCH i686
    Current Operating System: Linux arch 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
    Build Date: 21 June 2008 05:47:59PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 19 13:36:04 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Videocard0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81e0a60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 3
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1002,5950 card 103c,2a24 rev 10 class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 1002,5a34 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:12:0: chip 1002,4379 card 103c,2a24 rev 00 class 01,01,8f hdr 00
    (II) PCI: 00:13:0: chip 1002,4374 card 103c,2a24 rev 00 class 0c,03,10 hdr 80
    (II) PCI: 00:13:1: chip 1002,4375 card 103c,2a24 rev 00 class 0c,03,10 hdr 00
    (II) PCI: 00:13:2: chip 1002,4373 card 103c,2a24 rev 00 class 0c,03,20 hdr 00
    (II) PCI: 00:14:0: chip 1002,4372 card 103c,2a24 rev 11 class 0c,05,00 hdr 80
    (II) PCI: 00:14:1: chip 1002,4376 card 103c,2a24 rev 00 class 01,01,8a hdr 00
    (II) PCI: 00:14:3: chip 1002,4377 card 103c,2a24 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 00 class 06,04,01 hdr 81
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:00:0: chip 10de,0091 card 10de,02c2 rev a1 class 03,00,00 hdr 00
    (II) PCI: 02:01:0: chip 13f6,0111 card 153b,1144 rev 10 class 04,01,00 hdr 00
    (II) PCI: 02:03:0: chip 10ec,8139 card 103c,2a24 rev 10 class 02,00,00 hdr 00
    (II) PCI: 02:04:0: chip 1106,3044 card 103c,2a24 rev 80 class 0c,00,10 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfa000000 - 0xfcffffff (0x3000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:20:4), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[b]
    (--) PCI:*(1:0:0) nVidia Corporation G70 [GeForce 7800 GTX] rev 161, Mem @ 0xfa000000/24, 0xd0000000/28, 0xfb000000/24, I/O @ 0xef00/7
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI I/O resource overlap reduced 0x00004100 from 0x0000411f to 0x000040ff
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe0000000 to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfdefe000 - 0xfdefe7ff (0x800) MX[b]
    [1] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[b]
    [2] -1 0 0xfe02b000 - 0xfe02b3ff (0x400) MX[b]
    [3] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [4] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [5] -1 0 0xfe02e000 - 0xfe02efff (0x1000) MX[b]
    [6] -1 0 0xfe02f000 - 0xfe02f1ff (0x200) MX[b]
    [7] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [8] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [10] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
    [11] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[b]
    [12] -1 0 0x0000de00 - 0x0000deff (0x100) IX[b]
    [13] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[b]
    [14] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[b]
    [15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1 0 0x00000500 - 0x0000050f (0x10) IX[b]
    [20] -1 0 0x0000fa00 - 0x0000fa0f (0x10) IX[b]
    [21] -1 0 0x0000fb00 - 0x0000fb03 (0x4) IX[b]
    [22] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [23] -1 0 0x0000fd00 - 0x0000fd03 (0x4) IX[b]
    [24] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
    [25] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0x00004100 - 0x000040ff (0x0) IX[b]O
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfdefe000 - 0xfdefe7ff (0x800) MX[b]
    [1] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[b]
    [2] -1 0 0xfe02b000 - 0xfe02b3ff (0x400) MX[b]
    [3] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [4] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [5] -1 0 0xfe02e000 - 0xfe02efff (0x1000) MX[b]
    [6] -1 0 0xfe02f000 - 0xfe02f1ff (0x200) MX[b]
    [7] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [8] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [10] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
    [11] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[b]
    [12] -1 0 0x0000de00 - 0x0000deff (0x100) IX[b]
    [13] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[b]
    [14] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[b]
    [15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1 0 0x00000500 - 0x0000050f (0x10) IX[b]
    [20] -1 0 0x0000fa00 - 0x0000fa0f (0x10) IX[b]
    [21] -1 0 0x0000fb00 - 0x0000fb03 (0x4) IX[b]
    [22] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [23] -1 0 0x0000fd00 - 0x0000fd03 (0x4) IX[b]
    [24] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
    [25] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0x00004100 - 0x000040ff (0x0) IX[b]O
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfdefe000 - 0xfdefe7ff (0x800) MX[b]
    [5] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[b]
    [6] -1 0 0xfe02b000 - 0xfe02b3ff (0x400) MX[b]
    [7] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [8] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [9] -1 0 0xfe02e000 - 0xfe02efff (0x1000) MX[b]
    [10] -1 0 0xfe02f000 - 0xfe02f1ff (0x200) MX[b]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[b]
    [18] -1 0 0x0000de00 - 0x0000deff (0x100) IX[b]
    [19] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[b]
    [20] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1 0 0x00000500 - 0x0000050f (0x10) IX[b]
    [26] -1 0 0x0000fa00 - 0x0000fa0f (0x10) IX[b]
    [27] -1 0 0x0000fb00 - 0x0000fb03 (0x4) IX[b]
    [28] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [29] -1 0 0x0000fd00 - 0x0000fd03 (0x4) IX[b]
    [30] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
    [31] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[b](B)
    [32] -1 0 0x00004100 - 0x000040ff (0x0) IX[b]O
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 173.14.09 Thu Jun 5 00:07:40 PDT 2008
    (II) Loading extension GLX
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) NVIDIA dlloader X Driver 173.14.09 Wed Jun 4 23:47:25 PDT 2008
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfdefe000 - 0xfdefe7ff (0x800) MX[b]
    [5] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[b]
    [6] -1 0 0xfe02b000 - 0xfe02b3ff (0x400) MX[b]
    [7] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [8] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [9] -1 0 0xfe02e000 - 0xfe02efff (0x1000) MX[b]
    [10] -1 0 0xfe02f000 - 0xfe02f1ff (0x200) MX[b]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[b]
    [18] -1 0 0x0000de00 - 0x0000deff (0x100) IX[b]
    [19] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[b]
    [20] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1 0 0x00000500 - 0x0000050f (0x10) IX[b]
    [26] -1 0 0x0000fa00 - 0x0000fa0f (0x10) IX[b]
    [27] -1 0 0x0000fb00 - 0x0000fb03 (0x4) IX[b]
    [28] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [29] -1 0 0x0000fd00 - 0x0000fd03 (0x4) IX[b]
    [30] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
    [31] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[b](B)
    [32] -1 0 0x00004100 - 0x000040ff (0x0) IX[b]O
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfdefe000 - 0xfdefe7ff (0x800) MX[b]
    [5] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[b]
    [6] -1 0 0xfe02b000 - 0xfe02b3ff (0x400) MX[b]
    [7] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [8] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [9] -1 0 0xfe02e000 - 0xfe02efff (0x1000) MX[b]
    [10] -1 0 0xfe02f000 - 0xfe02f1ff (0x200) MX[b]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[b]
    [21] -1 0 0x0000de00 - 0x0000deff (0x100) IX[b]
    [22] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[b]
    [23] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1 0 0x00000500 - 0x0000050f (0x10) IX[b]
    [29] -1 0 0x0000fa00 - 0x0000fa0f (0x10) IX[b]
    [30] -1 0 0x0000fb00 - 0x0000fb03 (0x4) IX[b]
    [31] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [32] -1 0 0x0000fd00 - 0x0000fd03 (0x4) IX[b]
    [33] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
    [34] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[b](B)
    [35] -1 0 0x00004100 - 0x000040ff (0x0) IX[b]O
    [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "true"
    (**) NVIDIA(0): Option "TwinView" "1"
    (**) NVIDIA(0): Option "TwinViewOrientation" "Clone"
    (**) NVIDIA(0): Option "MetaModes" "DFP-0: 1920x1200 +0+0, DFP-1: 1920x1080_72 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "DFP-0"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (**) NVIDIA(0): TwinView enabled
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 7800 GTX (G70) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.70.02.11.20
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 7800 GTX at PCI:1:0:0:
    (--) NVIDIA(0): BenQ G2400W (DFP-0)
    (--) NVIDIA(0): PIONEER_PDP. (DFP-1)
    (--) NVIDIA(0): BenQ G2400W (DFP-0): 310.0 MHz maximum pixel clock
    (--) NVIDIA(0): BenQ G2400W (DFP-0): Internal Dual Link TMDS
    (--) NVIDIA(0): PIONEER_PDP. (DFP-1): 155.0 MHz maximum pixel clock
    (--) NVIDIA(0): PIONEER_PDP. (DFP-1): Internal Single Link TMDS
    (II) NVIDIA(0): Display Devices found referenced in MetaMode: DFP-0, DFP-1
    (II) NVIDIA(0): Assigned Display Devices: DFP-0, DFP-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "DFP-0:1920x1200+0+0,DFP-1:1920x1080_72+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
    (--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfdefe000 - 0xfdefe7ff (0x800) MX[b]
    [5] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[b]
    [6] -1 0 0xfe02b000 - 0xfe02b3ff (0x400) MX[b]
    [7] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [8] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [9] -1 0 0xfe02e000 - 0xfe02efff (0x1000) MX[b]
    [10] -1 0 0xfe02f000 - 0xfe02f1ff (0x200) MX[b]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[b]
    [21] -1 0 0x0000de00 - 0x0000deff (0x100) IX[b]
    [22] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[b]
    [23] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1 0 0x00000500 - 0x0000050f (0x10) IX[b]
    [29] -1 0 0x0000fa00 - 0x0000fa0f (0x10) IX[b]
    [30] -1 0 0x0000fb00 - 0x0000fb03 (0x4) IX[b]
    [31] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [32] -1 0 0x0000fd00 - 0x0000fd03 (0x4) IX[b]
    [33] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
    [34] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[b](B)
    [35] -1 0 0x00004100 - 0x000040ff (0x0) IX[b]O
    [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
    (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option
    (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is
    (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI
    (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Setting mode "DFP-0:1920x1200+0+0,DFP-1:1920x1080_72+0+0"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    (II) Setting vga for screen 0.
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "Protocol" "auto"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons" "yes"
    (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "trustda"
    (**) Keyboard0: XkbModel: "trustda"
    (**) Option "XkbLayout" "no"
    (**) Keyboard0: XkbLayout: "no"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) evaluating device (Mouse0)
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    Could not init font path element /usr/share/fonts/Type1, removing from list!
    My xorg.conf looks like this now (I don't know what values to use for HorizSync and VertFresh on my TV, the ones that are in there I just made up ):
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder63) Mon May 19 00:34:28 PDT 2008
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "dbe"
    Load "xtrap"
    Load "extmod"
    Load "record"
    Load "freetype"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "trustda"
    Option "XkbLayout" "no"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    Option "Emulate3Buttons" "yes"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "BenQ G2400W"
    HorizSync 31.0 - 94.0
    VertRefresh 50.0 - 85.0
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "PIONEER_PDP."
    # HorizSync 15.0 - 80.0
    # VertRefresh 23.0 - 60.0
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G70 [GeForce 7800 GTX]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7800 GTX"
    EndSection
    Section "Device"
    Identifier "Videocard1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7800 GTX"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "NoLogo" "true"
    Option "TwinViewOrientation" "Clone"
    Option "TwinView" "1"
    Option "TwinViewXineramaInfoOrder" "DFP-0"
    Option "metamodes" "DFP-0: 1920x1200 +0+0, DFP-1: 1920x1080_72 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    I read somewhere that the TV is supposed to be able to show 1080p in 72Hz. But when I try that it goes blank. Maybe it has something to do with the monitor being 1920x1200 and the TV 1920x1080. The monitor won't accept 1920x1080 as resolution so I guess that can only be done in Windows...

  • Application control methods to prevent jerky graph refresh rate

    Hi all,
    In the simplest terms, what I am trying to achieve is a VI with a button on. When the user presses the button, a subVI is executed which acquires some data which is displayed on 2 graphs. The first graph has cursors which can be moved by the user to define the limits of the data plotted on the second graph.
    I created a VI that did the 2 graphs with the limits and they updated fine (see attached file Stiffness and Damping.vi). However, this was when loading some data from a text file (attached as LabTestData.txt).
    When I replaced the loading bit with the DAQ subVI, when the user changed the cursors on the first graph, the range of data on the second graph remained unchanged (see attached file FIND SAD v1.vi).
    I then changed the structure so the data acquisition was in a different loop to the analysis and this works to a certain extent, apart from the fact that the second graph has a very jerky refresh rate (see attached file FIND SAD.vi).
    If someone has a suggestion on a better way to structure the VI to solve these problems then that would be a great help.
    The second version also has the problem that the VI doesnt stop when the 'Back to main menu' button is pressed, and I can't figure out why this is.
    Many thanks,
    Ian
    Attachments:
    Stiffness and Damping VIs for forum.zip ‏240 KB

    Thanks Tom,
    I've attached it along with the subVI it uses as well
    Cheers,
    Ian
    Attachments:
    DATA FROM RIG v2.vi ‏553 KB
    FRA SubVI.vi ‏71 KB

  • External Monitor refresh rate conflict

    I've got the PB 12" and for a longtime have been using a 17" Soyo monitor with the computer closed and Bluetooth devices. It's a great setup. Now one time disconnected it to take the powerbook, and now I can't run it with just the 17" monitor. I don't want two screens, and I don't want a 12" screen. However, every time I now try to close and wake up the computer, it says the there is a problem with the resolution and the refresh rate, it says it's "Out of Range". Now I figure it's because the computer is trying to send signals to my external monitor just like it was my Powerbook, but my screen can't show them because it has different specs than the powerbook monitor. Please help, if you need more information, please ask.

    you have a CRT projector? If it is a 16:9 projector it doesn't really matter if the refresh rate is at 75 or 85 hz. 
    I know the x200 can do at least 75 hz at 720p, not sure if it can do any higher. 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

Maybe you are looking for

  • Problem with date format when ask prompt web-intelligence

    Bo XIR2 with 5 SP. Instaled on Windows 2003 with support Russian. Inside BO every labels, buttons - use russian. But when invoke web-report and Prompt appear there is problem with date format. Looks like korean format of date 'jj.nn.aaa H:mm:ss'.  I

  • Using templates with css in mx

    Hi, I'm sure I'm being stupid but it's driving me insane - I'm weaning myself off table based layout and using css (for the first time) in mx. I'm (finally) happy with my stylesheet and how it's all looking but can't seem to use css with a template -

  • IVR Gateway is receiving "False Calls"

    We are implementing a IVR system across our network, and have over 30 sites converted and in Production. One office is giving us problems in the fact that after they close for the day, their IVR gateway starts receiving calls that appear to have a re

  • I have 500 internal server error on all my iPods/iPads today. Can anyone please help?

    Hi. We have two ipod gen 5, one iPad 2 and one iPad air. Since thus morning we can get very limited internet access. Constantly getting the message "500 internal server error". We upgraded two days ago to bt hone hub 4 and though this may be the issu

  • Using imac speakers on a G5

    Hi there I was going to use the speakers that came with my wife's imac (G4) with my Mac G5. I realised, however, that the speakers have a 2.5" jack whereas the only audio output socket on the G5 is 3.5". Has anyone else tried to use these speakers wi