You are not logged in.

#1 2014-11-06 22:10:25

sir_charles804
Member
Registered: 2013-10-10
Posts: 13

trouble with xorg on an external monitor

I am run Arch on a ThinkPad W520. This has the Optimus chip, but I have the switch in the bios turned to only use the discrete card (I don't really care about power-savings). When I use an external monitor it automatically sets the external to 1366x768 (same as the built-in display) I have configured xorg to display the second monitor, but I'm new to manually configuring xorg.  The monitors come up and the built-in is the correct resolution and the external is not. It is also kinda flashing and distorted. Running xrandr to change the mode of the second one says it can't find the mode. Below is my xorg.conf file. Can anyone give me some help on getting this set up.

# 10-monitor.conf
Section "ServerLayout"
	Identifier	"Layout0"
	Screen	0	"Screen0" 0 0
	InputDevice 	"keyboard0" "CoreKeyboard"
	InputDevice	"UltraNav TrackPoint" "CorePointer"
	InputDevice	"TrackPad" "CorePointer"
	Option		"Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"
       Identifier  "UltraNav TrackPoint"
       Driver      "mouse"
       Option      "Device"              "/dev/psaux"
       Option      "Protocol"            "ExplorerPS/2"
       Option      "Emulate3Buttons"     "on"
       Option      "Emulate3TimeOut"     "50"
       Option      "EmulateWheel"        "on"
       Option      "EmulateWheelTimeOut" "200"
       Option      "EmulateWheelButton"  "2"
       Option      "YAxisMapping"        "4 5"
       Option      "XAxisMapping"        "6 7"
       Option      "ZAxisMapping"        "4 5"
        Option  "SendCoreEvents"        "true"
EndSection

Section "InputDevice"
	Identifier "TrackPad"
	Driver "synaptics"
#	MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
        Option "VertEdgeScroll" "on"
        Option "VertTwoFingerScroll" "on"
        Option "HorizEdgeScroll" "on"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling" "on"
        Option "CircScrollTrigger" "2"
        Option "EmulateTwoFingerMinZ" "40"
        Option "EmulateTwoFingerMinW" "8"
        Option "CoastingSpeed" "0"
        Option "FingerLow" "35"
        Option "FingerHigh" "40"
EndSection

Section "InputDevice"
	Identifier "Keyboard0"
	Driver "kbd"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	Modeline "1920x1200@60" 210.68 1920 1952 2752 2784 1200 1224 1236 1261
	Option	 	"PreferredMode" "1920x1200"
	Option		"RightOf" "Monitor0"
EndSection

Section "Device"
	Identifier 	"Device0"
	Driver 		"nvidia"
	VendorName 	"NVIDIA Corporation"
	BoardName	"Quadro 1000M"
	BusID		"PCI:1:0:0"
	Screen		0
	Option		"Monitor-LVDS-0" "Monitor0"
	Option		"Monitor-VGA-0"	 "Monitor1"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	DefaultDepth	24
	Option		"Stereo" "0"
	SubSection	"Display"
		Depth 24
	EndSubSection
EndSection

Offline

Board footer

Powered by FluxBB