Hey guys,

Trying to get my work laptop to play nice with my 20.1 1680x1050 monitor.

I am running 9.10, the laptop runs at 1280x800.

Display manager won't let me select 1680x1050 for the Dell. Just goes up to 1440x900.

My xorg.conf is as follows.

Code:
Section "Screen"
	Identifier	"Default Screen"
	DefaultDepth	24
	SubSection "Display"
		Virtual	2720 900
	EndSubSection
EndSection

Section "Module"
	Load	"glx"
EndSection

Section "InputDevice"
	Identifier  "VX Nano"
	Driver      "evdev"
	Option      "Name" "Logitech USB Receiver"
	Option	    "Protocol" "evdev"
	Option	    "Buttons" "9"
	Option	    "SendCoreEvents"
	Option	    "HWHEELRelativeAxisButtons" "7 6"
EndSection

Section "Device"
	Identifier	"Default Device"
	Driver	"fglrx"
EndSection
Thanks.