Diag mode results

Hey guys, I'm not sure what to make of this diagnostic stuff. Could you help me figure out what's up with my IPod? For the 5-in-1 test the results were:
SDRAM PASS
CHKSUM:
64718 OK
RTC:
50
USBFAIL
NOCON
Besides that my IPod always freezes when I try the HDD scan and it only shows the Apple Logo, the sad IPod and a battery symbol when I try to put it in disc mode. Thanks in advance.

From my experience, the Sad iPod icon problem is the toughest, you have to do a Restore in order to fix it. However, when your iPod is showing this icon, it is probably to late for your computer to recognize the iPod.
Let me ask you a question, if an iPod with no iPod software with it. When your connect it with a computer in Disk Mode, what will happen?
Yeah, the computer will treat it as a fresh external hard disk, the iPod will get mounted and the computer will ask you whether you want to format it in order for iPod to be recognized. Once it has been completed (I prefer to delete the Partion follow by a format), eject your iPod, open the iPod updater and interestingly, you will able to do the Restore this time.
Base on the above, that's why I suggest
Windows users who experience trouble with their iPods should locate a Mac machine or vice versa. PC computer will not recognize a Mac formatted iPod, but it will get mounted in an attempt to format your iPod. "
I believe that you may able to fix the broken iPod by connecting with a Mac, but bear in mind it will erase all the data in the iPod:-
1. Put the iPod in disk mode
2. Open the disk utility and go to Tab "Parition" and click delete
3. Go to Tab "Erase" and click Erase
4. The iPod is now not carrying no software and computer will treat it as an external Hard Disk. Eject the iPod from your computer
5. Open the iPod Updater and plug the iPod and click Restore - which will add the iPod software back with the iPod.
If you cant find a Mac to the nearest apple shop and ask them to do it for you

Similar Messages

  • IPod Nano 3rd Gen stuck in diag mode

    I have an iPod Nano 3rd Gen stuck in diag mode. I have reset it multiple time using the select button and the menu button with it pluged in to the wall, into the computer and not plugged in at all. I reset it using the reset option under power and nothing. Please, can someone help?
    Thanks

    OK.  My first time seeing this thread so hopefully you'll share your success results with me.
    Here is the issue:
    1) iPod Nano 5th gen stuck in Diags Ver: N33GreatDane2A45bp
    2) When I rest by choosing Reset from the Diags Power sub-Menu it boots and brings up the white Apple logo and back to Diags menu
    3) If I reset by holding down Menu button and Center button, same thing happens: Apple logo followed by Diags menu (It flashes iPod Display Console)
    4) So I am always stuck in this loop.
    5) Can't restore from iTunes since the iPod is never recognized in iTunes.
    Thoughts anyone?

  • Why is a layer blending mode result altered by adding and effect?

    I've done a search online and haven't come up with an answer but does anyone
    know why a layers blending mode result is altered by adding an effect?
    I am using CS3 on a PC (Windows XP SP2) and have two layers; one a Tiff and
    a second a text layer with an ambient light and a spot shining on them. Both
    layers have 3D turned on and accept lights and are in the same position in
    space.
    To make the text, which is coloured black, sit better I changed the layers
    blend mode to soft light which works well.
    I wanted to soften the edge of the text a little so I added a Fast Blur
    effect and suddenly the result of the blend was completely different. If I
    turn off the effect it goes back to what it was before but even if the Fast
    Blur is set to zero, ie no blur on the layer, the blend result is altered.
    Does anyone know what's going on?

    Many thanks for that. I tried the Box Blur but it too shifted the result of <br />the blend. In the end, to get this job out of the door, I changed the colour <br />of the text to orange, lowered the opacity and used Multiply as the layer <br />blend mode. Adding the Fast Blur effect to this didn't shift the result of <br />the blend mode. It's not as sexy a look as using Soft Light but it works.<br /><br />I wonder if it's something going on with the maths or this a real bug?<br /><br /><br /><[email protected]> wrote in message <br />news:[email protected]..<br />> Presumably a bug that uses the blur's convolution kernel when it <br />> shoulddn't. Please report at <a href=http://www.adobe.com/go/wish>. Still, <br />> sometimes changing the blend behavior is inevitable. Even if the layers <br />> visually look the same, the actual pixel values may change and thus create <br />> a different result in the blend formulas. That should not be the case <br />> here, though. Replace the Fast Blur with Box Blur set to 8 or 9 iterations <br />> and the result should look the same, but without the blending problem, I <br />> guess.<br />><br />> Mylenium

  • Running wlst command in embeded mode results in error for deleteMetadata()

    I need to use wlst command deleteMetadata() in embeded mode.
    I had followed instruction at http://download.oracle.com/docs/cd/E12840_01/wls/docs103/config_scripting/using_WLST.html, to import the wlst interpreter,
    The command I use is:
    deleteMetadata(application='SetupApp', server='FunctionalSetupServer_1', docs='/META-INF/**/adf-config.xml.xml', restrictCustTo='%')
    This command works fine in wlst interactive mode, but when I put it in java, it errors out with the following. Looks like the:
    Caused by: Traceback (innermost last):
    File "<string>", line 2, in ?
    NameError: deleteMetadata
    at org.python.core.Py.NameError(Unknown Source)
    at org.python.core.PyFrame.getglobal(Unknown Source)
    at org.python.core.PyFrame.getname(Unknown Source)
    at org.python.pycode._pyx11.f$0(<string>:2)
    at org.python.pycode._pyx11.call_function(<string>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at weblogic.management.scripting.utils.WLSTInterpreter.exec(WLSTInterpreter.java:509)
    at oracle.as.install.famigratet2p.cli.cmd.CleanupAdfConfigXml.connect(CleanupAdfConfigXml.java:130)
    at oracle.as.install.famigratet2p.cli.cmd.CleanupAdfConfigXml.executeCmd(CleanupAdfConfigXml.java:77)
    at oracle.apps.fnd.provisioning.ovm.sdk.cli.FAOVMCLICmd.execute(FAOVMCLICmd.java:709)
    ... 2 more
    My code looks like this:
    import weblogic.management.scripting.utils.WLSTInterpreter;
    import org.python.util.InteractiveInterpreter;
    String conString = "connect('" + mTestAdminServerUserName + "','" +
    mTestAdminServerPassword + "','" + mTestAdminServerConnectString + "')\n";
    String delString="deleteMetadata(application='SetupApp',server='FunctionalSetupServer_1', docs='/META-INF/**/adf-config.xml.xml', restrictCustTo='%')\n";
    interpreter.exec(conString+delString);
    Connect() works fine, only failing at deleteMetadata. Is there another jar/library that I need to include?

    Try excuting the command below before invoking MDS commands:
    interpreter.execfile($MW_HOME/oracle_common/common/wlst/mdsWLSTCommands.py);
    Thanks,
    --Daniel                                                                                                                                                                                                                                                                                                                                   

  • My psc2115 only prints a blank page except from toolbox in diag mode

    hi any one with an suggestions please, i have a psc 2115 all in one it goes through the motions for printing but only prints a blank page except from the laptop on a network share,  iv tried new drivers, tried microsoft fixit, tried the hp diag software, still not working, its just printing a plain page, in print preview it shows the page that its gonna print then prints a plain page. tried all the hp support and the MS technet and it still dosent work , on the network share it only works from the wifes laptop (win 7) it prints ok. on my workstation (xp pro) it prints from the toolbox diag screen it will print a diag test page. ive un-installed and reinstalled the driver iv rest factory settings, im out of ideas fro the moment, any ideas please

    Hello Burnhug 54,
    Thanks for the post.  With this one, I've included a document below that should assist with this one.  It was some very good basic t-shooting tips.  If after going through these steps, you are still getting blank pages, then be sure to check your driver from control panel and from one of your applications.  Ensure that it is indeed the PSC2115.  Good Luck!
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01892627&cc=us&dlc=en&lc=en&product=91430&tmp_t...
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=buu05210&tmp_task=solveCategory&cc=us&dlc=en&lan...
    I worked for HP but my posts and replies are my own....Thank you!
    *Say thanks by clicking the *Kudos!* which is on the left*
    *Make it easier for other people to find solutions, by marking my answer with (Accept as Solution) if it solves your issue.*

  • Diag log results 305, 1/4/2015 & 60, 8/9/2913 any ideas. helpplz

    Diag logs 0305 & 0601?

    Hi @jc1mtnns ,
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your Compaq Presario CQ60 Notebook and issues. You could try Windows 7: SFC /SCANNOW Command - System File Checker select start and type cmd - then run type sfc /scannow
    This will scan your Notebook for errors. You could also check with the HP System Health Scan tool.
    Please note remove any and all USB devices. Disconnect all non-essential devices, as these could cause some issues.
    I would be happy to assist if needed. How Do I Find My Model Number or Product Number?
    Let us start with couple of questions:
    Have you made any changes on your computer prior to the issue?
    When exactly do you receive this error message?
    Please let me know.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • BODS IN RUN MODE RESULTS DIFFER WITH DEBUGGER MODE

    Hi Experts,
    We start facing a strange issue, We have two flat files as a source and a SQL transforms, in order to join them we have some derived column such as generate_seq_num_by_group and we are joining the data based on that, when we are running the job it works extremely fine but while we start to run them we are getting some erroneous results.
    Please suggest something. I have got some thing but there it says that it is an bug.
    Please Help.
    Thanks in Advance
    Joy

    The solution is of course to write out a table with the derived column appended, then do your join to that table.
    We have all learned to work around this bug.  Sometimes it works and sometimes it doesnt.  Thats whats most frustrating about it.

  • HT1320 I can not put my ipod in diag mode

    hi,
    can u pls help me with the above? I need to know what happens to my ipod that blocks itunes when connecting to my pc.
    my ipod is a classic i pod 160GB with clic shuttle.
    thx

    Got it to work -- thanks

  • Print results the script in landscape mode

    Hi folks,
    how I can
    in powershell print off the results ofthe following code in landscape mode:
    $result | Where {!$_.Values} | Foreach {Start-Process -FilePath "s:\INVOICES\0070\$($_.Invoices).pdf" –Verb Print}

    Hi Nesher,
    good luck with that. Assuming you are using Adobe Reader, this may be of interest to you:
    Adobe Acrobat SDK
    Apparently, this works with the reader too, though it says Acrobat. If that doesn't fit your need ... well, good luck?
    Cheers,
    Fred
    Ps.: This link was brought to you by google inc., savior of all those in search of anything ;)
    There's no place like 127.0.0.1

  • Read Verify Scan Weird result "11ror!"

    Had some problems with my ipod for no real reason, never droped or anything, but the other day stopped responding totally. After leaving it on charge over night managed to at least to get it to show sad ipod face, or sometimes the folder icon. After about 40 trys managed to get it into diagnostic mode. Ran the Read Verify Scan in th IO harddrive option, and it returned the result of 11ror!. I am guessing that this basically means the harddrive is screwed. The computer wont even recognise that it is attached at all.
    Rich

    The Sad iPods icon, clicking sound or folder with an exclamation mark are the toughest problems to deal with, and must do a Restore in order to fix it. However, when your iPod is showing this icon, it is probably too late for your computer to recognize the iPod.
    1. Try these five steps (known as the five Rs) and it would conquer most iPod issues.
    http://www.apple.com/support/ipod/five_rs/
    2. Try to put the iPod into Disk Mode if it fails to appear on the desktop
    http://docs.info.apple.com/article.html?artnum=93651
    Still can't see your iPod?
    Several things could keep iPod from appearing in iTunes or in the Desktop/Finder when you connect it to your PC/Mac. The most likely causes are listed below in logical order. Check from the top of the list to see if that is what's keeping iPod from appearing.
    3. Try to wait 30 minutes while iPod is charging.
    4. Try another known-good FireWire or USB through Dock Connector cable.
    5. Try another known-good FireWire or USB port on your computer .
    6. Try to disconnect all devices from your computer's FireWire and USB ports.
    7. Windows users having trouble with their iPods should locate a Mac user. We've found that in many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    There are also some cases being reported that some unrecognized iPod being able to be erased with Linux, then reconnect the iPod with the original computer and do a Restore there.
    8. Try to do an Erase (Disk Utility) on a Mac computer or a format with a PC (Disk Management tool) but ensure you choose the right Drive (your iPod not your Hard Disk of your computer). You may need to plug and unplug your iPod with the computer for several attempts, and switching around Format and Restore, and hope out of sudden, it will get recognized.
    9. Diagnostic mode solution – which I copied from a thread of a post from thinktwice
    “Then I cam across this special Diganostics Mode that you can get to by resetting and then while the Apple is showing pressing the Select and backwards keys simultaneously. It bring up and weird Diagnostic utility witha a abunch of tests. Here is what I did
    - I tried the 5in1 test and got and error on Firewire.
    - I did the HDD R/W and surprisingly it passed.
    - I went on to the HDD scan. This supposedly tkaes acouple of minute so I waited. I think 4-5 dots appeared then nothing. The iPod started to get hot. THe disk was spinning away. After a while the battery got very low. THis test chews up the battery. So I escaped out by resetting and went to connect it to a power source.
    My USB was dangling out of my computer and I was too lazy to get the Firewire AC adapter thing going so I connected expecting the whole lockup thing with iTunes. Surprise. IT was recognized immediately and has been working like a champ. So go figure.
    Details on Diag mode can be found at http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/index.shtml
    10. Let me ask you a question, if an iPod with no iPod software with it. When your connect it with a computer, what would happen?
    Yeah, the computer will treat it as a fresh external hard disk, which will get force mounted, the computer will ask you to format the iPod. It does not really matter the format is completed or not, the key is to erase (or partly) the corrupted iPod software on the iPod, after that the computer will recognize it.
    Once it has been completed, eject your iPod, open the iPod updater and interestingly, you will able to do the Restore this time.
    Base on the above, that's why I suggest Windows users who experience trouble with their iPods should locate a Mac machine or vice versa. PC computer will not recognize a Mac formatted iPod, but it will get mounted in an attempt to format your iPod.
    11. Put your iPod in disk mode and plug with a computer, and have a boot of your computer using the Mac OS or XP startup disks, hope that your iPod will be seen on Mac's Disk utility and allow you to do a Erase there. Or, under the XP, you will be able to find your iPod there for you to do a Restore.
    But, if none of these steps address the issue, your iPod may need to be repaired. You can arrange for service at the iPod Service Website.
    I have just read an interesting solution about the Sad iPod, it does make sense but the warranty will be waived once you open the iPod, I would not do it myself as I am not good on doing this
    http://discussions.apple.com/thread.jspa?threadID=412033&tstart=0
    Pictures and instructions of how to open the iPod case for battery replacement
    http://www.kokopellimusic.us/KM_instructions.htm

  • No Diagnostic Mode?

    Have a 5th Gen ipod here, coupla years old, hasnt been used in the past year, at least. connected it to my mac, itunes was open, itunes recognized, but i was prompted with a message saying "ipod is corrupted, Restore it if you want to use it with itunes", so i tried.
    Started restoring, then the error 1433 showed up, google'd it, reccommended that i update itunes, which i did,(10.0), but still no go. same error. tried all the physical trouble shooting, diff cords, diff USB ports, but same end result.
    Read up more on the internet, said you could restore by using Diagnostics mode, by reseting (center + menu) and then using the center and prev/rewind button when the apple logo shows.
    havnt been able to make it go into diagnostics mode.
    Please help, is there a way to hard restore not using itunes or diagnostics mode, or am i going about entering diagnostics mode in the wrong way? is there a 3rd party software that will wipe the ipod back to factory settings?
    thanks

    I also had difficulty getting diag mode to work on my 160 GB 5th gen. Here's how I got it to work:
    * Press center and Menu buttons together for about 10 seconds.
    * Apple logo will appear on gray background.
    * Release buttons and then press them again.
    * I heard HDD do "something". Not sure if it's parking the heads or making a latte or what, but it was an audible click and whirring noise.
    * Press the center and previous (Rewind, left button,) toghther.
    * Screen goes white and you should get a menu that you can navigate using previous and next for up and down, respectively, select button to pick a menu item and Menu to go back a level in the menus.
    Someone sent me this link, which describes the menu structure pretty well:
    http://www.methodshop.com/gadgets/ipodsupport/diagnosticmode/index.shtml
    The only difference I found was releasing and pressing center and menu buttons a second time, which was not mentioned in the link.
    Good luck!
    Allan

  • FF 15.0 on Windows 7 (64 bit) PC opens in Safe Mode but will NOT open after letting FF do reset procedure; now "stuck" in loop.

    1) FF 15.0.0.4619 on Windows PC 64 bit machine. No themes; about a dozen fairly standard plug-ins; a few extensions - fairly vanilla setup. Been having occassional problem this past week in viewing web PDFs.
    Crash occurred after some program (adobe ??) wanted to do routine update.
    2) Upon clicking FF icon pop up indicates "problem and unexpected crash" but clicking details button does NOT provide any info. Clicking on Restart FF button offers me option to Start in Safe Mode or Quit FF.
    3) Starts in Safe Mode and first time I did that FF reported Java as being disabled and NOT upto date. Did Java update/install (Java Platform SE 7 U7 10.7.2). FF still will not start except in Safe Mode.
    4) Re-booted computer ... Clicking FF icon brings up pop up with problem and crash sentence but no details. Following screen offers Reset to Default option, and upon clicking Reset it takes me back to the same pop up - so I am stuck in a loop that seems to accomplish nothing. Using Reset upon entering Sage Mode results in same loop.
    I really hate using IE so appreciate any assistance in getting back to beloved FF.

    http://kb.mozillazine.org/Standard_diagnostic_%28Firefox%29

  • Creating new tracks when recording in Cycle (loop) mode

    I'm having an issue when recording in cycle mode.. I'm able to record (in seperate tracks) in cycle mode. however I can only play the first take (first track) I recorded, however all the subsequent tracks that were recorded do not play. Even when I try 'soloing' them they still don't play. You can see in the arrange window that audio data was recorded on those tracks however they have a "faded" effect to them. They're also not muted. Am I missing a setting?

    The issue you describe when recording in cycle mode was a huge frustration for me until I discovered that I was not aware of a simple principle that made all of the difference... I am wondering if the following explanation may be part of the problem that you are experiencing.
    The principle is that muting a region, muting a track, and muting an audio channel are three distinct and separate functions. Until I got my head around that principle, I continued experiencing the same frustration that you are having with recording in cycle mode.
    Recording in cycle mode results in muting the regions below the last take at the top. When trying to unmute the "tracks" below the top region to listen to the other takes, hitting the mute button results in ALL of the "tracks" either being muted or unmuted, yet the separate regions below are still muted!
    The key is to unmute the REGION that you want to listen to (and not the track or the channel). The way to do this is to hit the escape key to bring up a local tool box menu wherever your cursor is... then click on the mute tool which changes the cursor into a mute tool, then click on whatever regions you want to unmute...
    Hopefully the above will help.
    Power Mac G5   Mac OS X (10.4.8)  

  • Limited to one display mode with new nvidia drivers

    I have a problem with nvidia drivers after 8178
    I can get any display mode to work as long as i specify only one mode.
    If i enter more modes in my xorg.conf, it will ignore all those modes and revert back to nvidia-auto-select (wich is 1024x768 in my case)
    Anyway, i'm not able to change resolutions using xrandr for example. I need this for some applications that require to run in a different display mode ( old windows games i run using wine for example)
    When i run X -logverbose 5 it becomes clear that all my monitor's supported modes are in the display pool.
    I have also put in gtp generated modelines for all the modes i might need.
    I really need a solution to this as i will probably no longer be able to use 8178 when xorg7.1 hits current.
    This is what i have in my xorg.conf:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "AlwaysCore"
    InputDevice "Mouse1" "CorePointer"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/local/"
    FontPath "/usr/share/fonts/misc/:unscaled"
    FontPath "/usr/share/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/CID/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    FontPath "/usr/share/fonts/cyrillic/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    SubSection "extmod"
    # Option "omit xfree86-dga"
    EndSubSection
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "record"
    # Load "speedo"
    Load "vbe"
    # Load "xf8_32bpp.so"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "evdev"
    # Option "Protocol" "Explorerps/2"
    Option "Device" "/dev/input/mx1000"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "11 12"
    Option "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices
    Option "Dev Phys" "usb-*/input0" # cat /proc/bus/input/devices
    Option "Buttons" "12"
    Option "Resolution" "800"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoftinet"
    Option "XkbLayout" "us"
    Option "XkbVariant" ",qwerty"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    # VendorName "Iiyama"
    # ModelName "A901HT"
    ModelName "IVM:0119"
    HorizSync 27.0 - 115.0
    VertRefresh 50.0 - 160.0
    # Option "DPMS"
    Modeline "1600x1200_100.00" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    Modeline "1600x1200_85.00" 234.76 1600 1720 1896 2192 1200 1201 1204 1260 -HSync +Vsync
    Modeline "1600x1200_75.00" 205.99 1600 1720 1896 2192 1200 1201 1204 1253 -HSync +Vsync
    Modeline "1600x1200_60.00" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
    Modeline "1280x1024_100.00" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    Modeline "1280x1024_85.00" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync
    Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
    Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
    Modeline "1152x864_100.00" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    Modeline "1152x864_85.00" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    Modeline "1152x864_75.00" 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync
    Modeline "1152x864_60.00" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    Modeline "1024x768_100.00" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
    Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
    Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
    Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync
    Modeline "800x600_75.00" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync
    Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
    Modeline "640x480_85.00" 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync
    Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync
    Modeline "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
    Modeline "320x240_60.00" 5.26 320 304 336 352 240 241 244 249 -HSync +Vsync
    Modeline "320x200_60.00" 4.19 320 304 328 336 200 201 204 208 -HSync +Vsync
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NvAGP" "3"
    Option "RenderAccel" "TRUE"
    Option "NoLogo" "on"
    Option "RandRRotation" "TRUE"
    # Option "CursorShadow" "FALSE"
    # Option "ConnectedMonitor" "CRT"
    # Option "UseEDIDFreqs" "FALSE"
    # Option "UseEDIDDpi" "FALSE"
    # Option "ModeValidation" "NoEdidModes"
    # Option "ModeValidation" "AllowNon60HzDFPModes"
    # Option "UseEDID" "FALSE"
    Option "IgnoreDisplayDevices" "CRT"
    Option "DPI" "96 x 96"
    Option "Coolbits" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 32
    Modes "1280x1024"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024_85"
    # Modes "1280x1024_85 1152x864 1024x768 800x600 640x480 320x240 320x200"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024_85"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "800x600_75"
    # Visual StaticGray
    EndSubSection
    EndSection
    #Section "DRI"
    # Mode "0666"
    #EndSection
    All the EDID specific options i have commented out appeared to be useless.
    The following Xorg.0.log was generated using only one mode, resulting in X running in 1280x1024@85hz (logverbose level 5)
    [code]
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux Orthanc 2.6.17.11 #1 PREEMPT Fri Aug 25 08:31:05 CEST 2006 i686
    Build Date: 21 June 2006
        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: Tue Aug 29 13:57:46 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Mouse1"
    (WW) The directory "/usr/share/fonts/local/" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/CID/" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
    (**) FontPath set to "/usr/share/fonts/misc/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,/usr/share/fonts/cyrillic/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1"
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 1043,80b2 rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1043,8089 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1043,8089 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1043,8089 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1043,8089 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 1043,8089 rev 02 class 01,01,8a hdr 00
    (II) PCI: 01:00:0: chip 10de,0312 card 1043,80e7 rev a1 class 03,00,00 hdr 00
    (II) PCI: 02:05:0: chip 14e4,4401 card 1043,80a8 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:0c:0: chip 105a,4d69 card 105a,4d68 rev 02 class 01,80,85 hdr 00
    (II) PCI: 02:0d:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
    (II) PCI: 02:0d:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
    (II) PCI: 02:0d:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
    (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:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xde000000 - 0xdfdfffff (0x1e00000) MX[B]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xdff00000 - 0xefffffff (0x10100000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
        [0] -1    0    0x00009000 - 0x000090ff (0x100) IX[B]
        [1] -1    0    0x00009400 - 0x000094ff (0x100) IX[B]
        [2] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [3] -1    0    0x00009c00 - 0x00009cff (0x100) IX[B]
        [4] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [5] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
        [6] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[B]
        [7] -1    0    0x0000ac00 - 0x0000acff (0x100) IX[B]
        [8] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [9] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [10] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [11] -1    0    0x0000bc00 - 0x0000bcff (0x100) IX[B]
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0xdb800000 - 0xdd7fffff (0x2000000) MX[B]
    (II) Bus 2 prefetchable memory range:
        [0] -1    0    0xdfe00000 - 0xdfefffff (0x100000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation NV31 [GeForce FX 5600] rev 161, Mem @ 0xde000000/24, 0xe0000000/28, BIOS @ 0xdffe0000/17
    (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    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
    (II) Active PCI resource ranges:
        [0] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [1] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [2] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [3] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [4] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [5] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [6] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [7] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [8] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [9] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [11] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [12] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [13] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [14] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [15] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [16] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [17] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [20] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [1] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [2] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [3] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [4] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [5] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [6] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [7] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [8] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [9] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [11] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [12] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [13] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [14] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [15] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [16] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [17] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [20] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [19] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [20] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [21] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Reloading /usr/lib/xorg/modules/extensions/libextmod.so
    (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: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Type1
    (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 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font FreeType
    (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.8774
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension RECORD
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.8
    (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.8774
        Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
        compiled for 0.0.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.4
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) NVIDIA dlloader X Driver  1.0-8774  Tue Aug  1 20:55:35 PDT 2006
    (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) Found 1 NVIDIA X Screens
    (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 7.0.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [19] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [20] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [21] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) resource ranges after probing:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [22] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [23] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [24] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [25] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [26] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [27] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [28] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [29] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [30] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [31] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
        [33] 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" "on"
    (**) NVIDIA(0): Option "NvAGP" "3"
    (**) NVIDIA(0): Option "RenderAccel" "TRUE"
    (**) NVIDIA(0): Option "RandRRotation" "TRUE"
    (**) NVIDIA(0): Option "Coolbits" "1"
    (**) NVIDIA(0): Option "DPI" "96 x 96"
    (==) NVIDIA(0): Using HW cursor
    (**) NVIDIA(0): Enabling RENDER acceleration
    (==) NVIDIA(0): Video key set to default value of 0x101fe
    (II) NVIDIA(0): NVIDIA GPU GeForce FX 5600 at PCI:1:0:0
    (--) NVIDIA(0): VideoRAM: 131072 kBytes
    (II) NVIDIA(0): GPU Architecture: 0x30
    (II) NVIDIA(0): GPU Implementation: 0x31
    (II) NVIDIA(0): GPU Revision: 0xa1
    (--) NVIDIA(0): VideoBIOS: 04.31.20.28.00
    (--) NVIDIA(0): Found 2 CRTCs on board
    (II) NVIDIA(0): Supported display device(s): CRT-0, CRT-1, DFP-0, DFP-1, TV-0
    (II) NVIDIA(0): Bus detected as AGP
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (II) NVIDIA(0):
    (II) NVIDIA(0): Mode timing constraints for  : GeForce FX 5600
    (II) NVIDIA(0): Maximum mode timing values   :
    (II) NVIDIA(0):     Horizontal Visible Width : 8192
    (II) NVIDIA(0):     Horizontal Blank Start   : 8192
    (II) NVIDIA(0):     Horizontal Blank Width   : 4096
    (II) NVIDIA(0):     Horizontal Sync Start    : 8184
    (II) NVIDIA(0):     Horizontal Sync Width    : 504
    (II) NVIDIA(0):     Horizontal Total Width   : 8224
    (II) NVIDIA(0):     Vertical Visible Height  : 8192
    (II) NVIDIA(0):     Vertical Blank Start     : 8192
    (II) NVIDIA(0):     Vertical Blank Width     : 256
    (II) NVIDIA(0):     Veritcal Sync Start      : 8191
    (II) NVIDIA(0):     Vertical Sync Width      : 15
    (II) NVIDIA(0):     Vertical Total Height    : 8193
    (II) NVIDIA(0):
    (II) NVIDIA(0): Minimum mode timing values   :
    (II) NVIDIA(0):     Horizontal Total Width   : 40
    (II) NVIDIA(0):     Vertical Total Height    : 2
    (II) NVIDIA(0):
    (II) NVIDIA(0): Mode timing alignment        :
    (II) NVIDIA(0):     Horizontal Visible Width : multiples of 8
    (II) NVIDIA(0):     Horizontal Blank Start   : multiples of 8
    (II) NVIDIA(0):     Horizontal Blank Width   : multiples of 8
    (II) NVIDIA(0):     Horizontal Sync Start    : multiples of 8
    (II) NVIDIA(0):     Horizontal Sync Width    : multiples of 8
    (II) NVIDIA(0):     Horizontal Total Width   : multiples of 8
    (II) NVIDIA(0):
    (--) NVIDIA(0): Connected display device(s) on GeForce FX 5600 at PCI:1:0:0:
    (--) NVIDIA(0):     Iiyama (CRT-0)
    (--) NVIDIA(0): Iiyama (CRT-0): 350.0 MHz maximum pixel clock
    (--) NVIDIA(0):
    (--) NVIDIA(0): --- EDID for Iiyama (CRT-0) ---
    (--) NVIDIA(0): EDID Version                 : 1.1
    (--) NVIDIA(0): Manufacturer                 : IVM
    (--) NVIDIA(0): Monitor Name                 : Iiyama
    (--) NVIDIA(0): Product ID                   : 6401
    (--) NVIDIA(0): 32-bit Serial Number         : 0
    (--) NVIDIA(0): Serial Number String         :
    (--) NVIDIA(0): Manufacture Date             : 2000, week 30
    (--) NVIDIA(0): DPMS Capabilities            : Standby Suspend Active Off
    (--) NVIDIA(0): Prefer first detailed timing : No
    (--) NVIDIA(0): Supports GTF                 : No
    (--) NVIDIA(0): Maximum Image Size           : 360mm x 270mm
    (--) NVIDIA(0): Valid HSync Range            : 31 kHz - 106 kHz
    (--) NVIDIA(0): Valid VRefresh Range         : 56 Hz - 85 Hz
    (--) NVIDIA(0): EDID maximum pixel clock     : 229.5 MHz
    (--) NVIDIA(0):
    (--) NVIDIA(0): Established Timings:
    (--) NVIDIA(0):   640  x 480  @ 60 Hz
    (--) NVIDIA(0):   640  x 480  @ 72 Hz
    (--) NVIDIA(0):   640  x 480  @ 75 Hz
    (--) NVIDIA(0):   800  x 600  @ 56 Hz
    (--) NVIDIA(0):   800  x 600  @ 60 Hz
    (--) NVIDIA(0):   800  x 600  @ 72 Hz
    (--) NVIDIA(0):   800  x 600  @ 75 Hz
    (--) NVIDIA(0):   1024 x 768  @ 60 Hz
    (--) NVIDIA(0):   1024 x 768  @ 70 Hz
    (--) NVIDIA(0):   1024 x 768  @ 75 Hz
    (--) NVIDIA(0):   1280 x 1024 @ 75 Hz
    (--) NVIDIA(0):
    (--) NVIDIA(0): Standard Timings:
    (--) NVIDIA(0):   1600 x 1200 @ 60 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 70 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 75 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 85 Hz
    (--) NVIDIA(0):
    (--) NVIDIA(0): --- End of EDID for Iiyama (CRT-0) ---
    (--) NVIDIA(0):
    (II) NVIDIA(0): Frequency information for Iiyama (CRT-0):
    (II) NVIDIA(0):   HorizSync   : 31.000-106.000 kHz
    (II) NVIDIA(0):   VertRefresh : 56.000-85.000 Hz
    (II) NVIDIA(0):     (HorizSync from EDID)
    (II) NVIDIA(0):     (VertRefresh from EDID)
    (II) NVIDIA(0):
    (II) NVIDIA(0): --- Modes in ModePool for Iiyama (CRT-0) ---
    (II) NVIDIA(0): "nvidia-auto-select"   : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1920x1200"            : 1920 x 1200 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1920x1200_70"         : 1920 x 1200 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1920x1200_60"         : 1920 x 1200 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1856x1392"            : 1856 x 1392 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1856x1392_60"         : 1856 x 1392 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1792x1344"            : 1792 x 1344 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1792x1344_60"         : 1792 x 1344 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1680x1050"            : 1680 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_85"         : 1680 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_75"         : 1680 x 1050 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_70"         : 1680 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_60"         : 1680 x 1050 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1600x1200"            : 1600 x 1200 @  85.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_85"         : 1600 x 1200 @  85.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_75"         : 1600 x 1200 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_70"         : 1600 x 1200 @  70.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_65"         : 1600 x 1200 @  65.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1600x1200_60"         : 1600 x 1200 @  60.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1024"            : 1600 x 1024 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1600x1024_60"         : 1600 x 1024 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050"            : 1400 x 1050 @  85.3 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_85"         : 1400 x 1050 @  85.3 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_85_0"       : 1400 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_75"         : 1400 x 1050 @  74.8 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_70"         : 1400 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_70_0"       : 1400 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_60"         : 1400 x 1050 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x1024"            : 1280 x 1024 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_85.00"      : 1280 x 1024 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_75.00"      : 1280 x 1024 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_60.00"      : 1280 x 1024 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_85_0"       : 1280 x 1024 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_85"         : 1280 x 1024 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_75"         : 1280 x 1024 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1280x1024_75_0"       : 1280 x 1024 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_60_0"       : 1280 x 1024 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_60"         : 1280 x 1024 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x960"             : 1280 x  960 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x960_85"          : 1280 x  960 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x960_60"          : 1280 x  960 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x800"             : 1280 x  800 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_85"          : 1280 x  800 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_75"          : 1280 x  800 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_70"          : 1280 x  800 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800d60"          : 1280 x  800 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "1280x800_60"          : 1280 x  800 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768"             : 1280 x  768 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_85"          : 1280 x  768 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_75"          : 1280 x  768 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_70"          : 1280 x  768 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_60"          : 1280 x  768 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720"             : 1280 x  720 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_85"          : 1280 x  720 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_75"          : 1280 x  720 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_70"          : 1280 x  720 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_60"          : 1280 x  720 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864"             : 1152 x  864 @  85.1 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_85.00"       : 1152 x  864 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_75.00"       : 1152 x  864 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_60.00"       : 1152 x  864 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_85_0"        : 1152 x  864 @  85.1 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_85"          : 1152 x  864 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_85_1"        : 1152 x  864 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_75_0"        : 1152 x  864 @  75.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1152x864_75"          : 1152 x  864 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_75_1"        : 1152 x  864 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_70"          : 1152 x  864 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_60"          : 1152 x  864 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_60_0"        : 1152 x  864 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1024x768_85.00"       : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768"             : 1024 x  768 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75.00"       : 1024 x  768 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_60.00"       : 1024 x  768 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_85"          : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_85_0"        : 1024 x  768 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75_1"        : 1024 x  768 @  75.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75"          : 1024 x  768 @  75.0 Hz  (from: EDID)
    (II) NVIDIA(0): "1024x768_75_0"        : 1024 x  768 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_70"          : 1024 x  768 @  70.1 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1024x768d60"          : 1024 x  768 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "1024x768_60"          : 1024 x  768 @  60.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1024x768_60_0"        : 1024 x  768 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "960x720"              :  960 x  720 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x720d60"           :  960 x  720 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600"              :  960 x  600 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d75"           :  960 x  600 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d73"           :  960 x  600 @  72.8 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d70"           :  960 x  600 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d60"           :  960 x  600 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "928x696"              :  928 x  696 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "928x696d60"           :  928 x  696 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672"              :  896 x  672 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672d75"           :  896 x  672 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672d60"           :  896 x  672 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "848x480"              :  848 x  480 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_85"           :  848 x  480 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_75"           :  848 x  480 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_70"           :  848 x  480 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "840x525"              :  840 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d85"           :  840 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d75"           :  840 x  525 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d70"           :  840 x  525 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d60"           :  840 x  525 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "832x624"              :  832 x  624 @  74.5 Hz  (from: X Server)
    (II) NVIDIA(0): "832x624_75"           :  832 x  624 @  74.5 Hz  (from: X Server)
    (II) NVIDIA(0): "800x600"              :  800 x  600 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "800x600_85.00"        :  800 x  600 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_75.00"        :  800 x  600 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_60.00"        :  800 x  600 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_85_0"         :  800 x  600 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "800x600_85"           :  800 x  600 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600d85"           :  800 x  600 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_75_0"         :  800 x  600 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_75"           :  800 x  600 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600d75"           :  800 x  600 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_72"           :  800 x  600 @  72.2 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600d70"           :  800 x  600 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600d65"           :  800 x  600 @  65.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_60"           :  800 x  600 @  60.3 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600_60_0"         :  800 x  600 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600d60"           :  800 x  600 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_56"           :  800 x  600 @  56.2 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x512"              :  800 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x512d60"           :  800 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "720x400"              :  720 x  400 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "720x400_85"           :  720 x  400 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "700x525"              :  700 x  525 @  85.3 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d85"           :  700 x  525 @  85.3 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d85_0"         :  700 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d75"           :  700 x  525 @  74.8 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d70_0"         :  700 x  525 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d70"           :  700 x  525 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d60"           :  700 x  525 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512"              :  640 x  512 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d85"           :  640 x  512 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d75"           :  640 x  512 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d60"           :  640 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480"              :  640 x  480 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_85.00"        :  640 x  480 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_75.00"        :  640 x  480 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480d85"           :  640 x  480 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_85_0"         :  640 x  480 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480_85"           :  640 x  480 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_75"           :  640 x  480 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "640x480_75_0"         :  640 x  480 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_73"           :  640 x  480 @  72.8 Hz  (from: EDID)
    (II) NVIDIA(0): "640x480_73_0"         :  640 x  480 @  72.8 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480d60"           :  640 x  480 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_60_0"         :  640 x  480 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480_60"           :  640 x  480 @  60.0 Hz  (from: EDID)
    (II) NVIDIA(0): "640x400"              :  640 x  400 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x400_85"           :  640 x  400 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x400d85"           :  640 x  400 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d75"           :  640 x  400 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d70"           :  640 x  400 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d60"           :  640 x  400 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384"              :  640 x  384 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d85"           :  640 x  384 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d75"           :  640 x  384 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d70"           :  640 x  384 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d60"           :  640 x  384 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360"              :  640 x  360 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d85"           :  640 x  360 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d75"           :  640 x  360 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d70"           :  640 x  360 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d60"           :  640 x  360 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x350"              :  640 x  350 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x350_85"           :  640 x  350 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "576x432"              :  576 x  432 @  85.2 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d85"           :  576 x  432 @  85.2 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d85_0"         :  576 x  432 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d75"           :  576 x  432 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d75_0"         :  576 x  432 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0

    It turns out it won't do any lower than 640x480. These are my changes:
    Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync DoubleScan
    Modeline "800x600_75.00" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync DoubleScan
    Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync DoubleScan
    Modeline "640x480_85.00" 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync DoubleScan
    Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync DoubleScan
    Modeline "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync DoubleScan
    Modeline "320x240_60.00" 5.26 320 304 336 352 240 241 244 249 -HSync +Vsync DoubleScan
    Modeline "320x200_60.00" 4.19 320 304 328 336 200 201 204 208 -HSync +Vsync DoubleScan
    and
    Modes "1280x1024_85" "1280x1024_75" "1280x1024_60" "1152x864_85" "1152x864_75" "1152x864_60" "1024x768_85" "1024x768_75" "1024x768_60" "800x600_75" "800x600_60" "640x480_75" "640x480_60" "320x240_60" "320x200_60"
    I'm not sure if i did that doublescan thingy right, but it gets completely ignored.

  • Segment E1PITYP occurs for each subtype of Infotype 1001 in update mode

    Hi,
    I am using transaction PFAL and IDoc HRMD_A for transferring HR data.
    In update mode the resulting IDoc contains segment E1PITYP for each subtyp (for example A002) of Infotype 1001 even if it contains no segments of type E1P1001.
    Could somebody explain this and is it possible to avoid this behavior?
    Thanks and regards
    Patrick

    Hi,
    thanks for your answer.
    Still I am little bit confused and want give an more detailed description of my problem.
    If I export an organizational unit in initial mode I have for example 5 segments of type E1PITYP and each of them has a subsegment (for example E1P1001).
    Export of the same organizational unit in update mode results in more than 200 segments of type E1PITYP and all of them without subsegment.
    This seems to happen for all infotypes (not only 1001 like I thought before).
    Now I want to understand why this happens and if it's possible to update an organizational unit without segments of type E1PITYP that don't have a subsegment.
    Regards
    Patrick

Maybe you are looking for

  • My Mac freezes after waking up

    I have a rMBP mid 2014 that keeps freezing after sleep, but not every time, since I upgraded to latest Yosemite 10.10.3. I can move the mouse and close all active programs, but it takes long time and will anyway not restart after that. I have to forc

  • I have my registration no. but can't find where I upload this number and download photoshop elements 13?

    I have my registration number but can't find where on the Adobe Site up upload this number and download photoshop elemements 13.  Any suggestions?

  • Error in BPE

    Hi experts, Got message stucked in SMQ2 with failure in BPE. When checked the error message : Error during proxy processing Message A M7 299 cannot be processed in plugin mode HTTP sender is file system fom 3rd party and receiver is SAP. Used BPM. Co

  • BI 4.1 auditing sample reports in WebI format ?

    Hi! Is it possible to get auditing sample reports in WebI format instead of Crystal format (like in previous versions of BO) ? When Crystal is not used by a custommer, it's a pity to install and run Crystal servers & client just for auditing reports,

  • GR / GI From PI Sheet

    Hi, I have configured the PI Sheet, 1. Now when i create the Process order i am generating the Control recipe, Later release the Control Reciept and able to see the same in the PI Sheet. 2. I have the belwow 2 Process instruction category ZCONS_I