Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Try this (This is using values that I have working for me):
  2.  
  3. First, back up your existing xorg.conf to something like xorg.conf.BAK
  4.  
  5. Go to the Monitor section for the 1440p panel (Monitor1) and either delete or comment it, try pasting this in it's place:
  6.  
  7. ##########################################################
  8. Section "Monitor"
  9.     Identifier     "Monitor1"
  10.     VendorName     "Unknown"
  11.     ModelName      "DFP-3"
  12.     DisplaySize     597 336 #NEW
  13.     HorizSync       88.8 - 88.8     #MODIFIED
  14.     VertRefresh     59.5        #MODIFIED
  15.     ModeLine       "2560x1440" 241.500 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync        #MODIFIED
  16.     Option         "DPMS"
  17. EndSection
  18. ############################################################
  19.  
  20.  
  21. The next thing for you to look at is the two Screen sections at the bottom, specifically the first one (for Monitor1):
  22.  
  23.  
  24. ############################################################
  25. Section "Screen"
  26.     Option         "Stereo" "0"
  27.     Option        "NoLogo" "True"  #Uncommenting all these, so it uses the custom settings
  28.     Option        "UseEDID" "False"
  29.     Option        "UseEDIDDPI" "False"
  30.     Option        "UseEDIDFreqs" "False"
  31.     Option         "metamodes"      "2560x1440"
  32.     Identifier     "Screen1"
  33.     Device         "Device1"
  34.     Monitor        "Monitor1"
  35.     DefaultDepth    24
  36.     Option         "ExactModeTimingsDVI" "True"
  37.     #Option         "metamodes" "DFP-3: 2560x1440 +0+0"
  38.     SubSection     "Display"
  39.         Depth       24
  40.     EndSubSection
  41. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement