Posted by: Anonymous
[ip: 149.117.164.28]
on November 02, 2007 10:18 PM
Saw your post about gutsy and dell docking station.
Below is part of my xorg that I am using with a Dell M65 and docking station with a Dell 2001FP (using the digital port).
Hope it is of some value.
==================================
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LPL"
HorizSync 30.0 - 75.0
VertRefresh 60.0
Option "DPMS"
EndSection
Re(2): Ubuntu 7.10 is outstanding
Posted by: Anonymous [ip: 149.117.164.28] on November 02, 2007 10:18 PMBelow is part of my xorg that I am using with a Dell M65 and docking station with a Dell 2001FP (using the digital port).
Hope it is of some value.
==================================
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LPL"
HorizSync 30.0 - 75.0
VertRefresh 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro NVS 110M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
# Option "metamodes" "DFP-0: 1440x900 +0+0, DFP-1: 1600x1200 +1440+0; DFP-0: 800x600 +0+0, DFP-1: nvidia-auto-select +800+0; DFP-0: 640x480 +0+0, DFP-1: nvidia-auto-select +640+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
#