|
|
#1 | |
|
Registered User
Join Date: Jan 2009
Posts: 2
|
I'm trying to set up X to mirror the bottom portion my primary display (Dell 2407FP, 1920x1200) on a Sharp LC-32D62U (1920x1080). I created custom EDID files using nvidia-settings and pointed my xorg.conf file at them (See below). The Dell screen is perfect. The display on the Sharp screen appears to be scaled a bit in both "x" and "y" but clipped in both dimensions.
I'm not sure this is relevant, but on boot, the terminal window is also truncated on the second display. Any clues? # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (root@localhost) Fri Jan 2 13:13:26 PST 2009 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/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" # Load "GLcore" Load "glx" Load "xtrap" Load "record" # Load "dri" Load "dbe" Load "extmod" Load "freetype" Load "type1" EndSection Section "ServerFlags" Option "Xinerama" "1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "DELL2407WFPHC" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 76.0 EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV35GL [Quadro FX 3000]" Option "DualHead" # [<bool>] BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro FX 3000" EndSection Section "Screen" # Removed Option "metamodes" "DFP-0: 1920x1200 +0+0, DFP-1:nvidia-auto-select +1920+0" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 Option "ConnectedMonitor" "DFP-0,DFP-1" Option "TwinView" "1" Option "TwinViewXineramaInfoOrder" "DFP-0,DFP-1" Option "CustomEDID" "DFP-0:/etc/X11/Dell_edid.bin" Option "CustomEDID" "DFP-1:/etc/X11/Sharp_edid.bin" Option "metamodes" "DFP-0: 1920x1200 +0+0, DFP-1: 1920x1080 +0+120" SubSection "Display" Depth 24 EndSubSection EndSection |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
You can only have one value for an option in xorg.conf. In this case, it's getting this one:
Code:
(**) NVIDIA(0): Option "CustomEDID" "DFP-0:/etc/X11/Dell_edid.bin" |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2009
Posts: 2
|
Changed to this:
Option "CustomEDID" "DFP-0:/etc/X11/Dell_edid.bin; DFP-1:/etc/X11/Sharp_edid.bin" Same result on the second screen. |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Dec 2007
Posts: 39
|
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 302.11 driver only allows native resolution settings of laptop DFP | darinmiller | NVIDIA Linux | 2 | 05-30-12 03:45 PM |