All of lore.kernel.org
 help / color / mirror / Atom feed
* External monitor is blank with nouveau driver
@ 2009-06-20 16:25 Andriy Bakay
       [not found] ` <4A3D0D7A.2040105-Ru+gAU1lvYpWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Andriy Bakay @ 2009-06-20 16:25 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

Hi Nouveau Team,

I have the following hardware/software spec:

ThinkPad T61
FreeBSD 7.1-RELEASE-p5 amd64
NVIDIA Quadro NVS 140M
X driver nouveau
External monitor NEC MultiSync 90GX2

I am connecting external monitor through VGA interface. I was able to
detect it using command 'xrandr -q' and even turn it on:

$ xrandr --output VGA-0 --auto --below LVDS-0

the geometry of my desktop changed, but monitor remain blank.

Please, advise.

Thanks,
Andriy



[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 4963 bytes --]

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Synaptics_Touchpad" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option         "DontZap" "Off"
	Option         "AIGLX" "true"
EndSection

Section "Extensions"
	Option       "Composite" "Enable"
	Option       "XVideo" "Enable"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
	FontPath     "/usr/local/lib/X11/fonts/URW/"
	FontPath     "/usr/local/lib/X11/fonts/freefont/"
	FontPath     "/usr/local/lib/X11/fonts/TrueType/"
	FontPath     "/usr/local/lib/X11/fonts/bitstream-vera/"
	FontPath     "/usr/local/lib/X11/fonts/cyrillic/"
	FontPath     "/usr/local/lib/X11/fonts/dejavu/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
	Load  "synaptics"
EndSection

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

#Section "InputDevice"
#	Identifier  "Mouse0"
#	Driver      "mouse"
#	Option	    "Protocol" "auto"
#	Option	    "Device" "/dev/sysmouse"
#	Option	    "ZAxisMapping" "4 5 6 7"
#EndSection

Section "InputDevice"
	Identifier  "Synaptics_Touchpad"
	Driver      "synaptics"

	Option      "Device"                "/dev/psm0"
	Option      "Protocol"              "psm"

	Option      "LeftEdge"              "1400"
	Option      "RightEdge"             "5600"
	Option      "TopEdge"               "1400"
	Option      "BottomEdge"            "4700"

	Option      "FingerLow"             "25"
	Option      "FingerHigh"            "30"

	Option      "MaxTapTime"            "180"
	Option      "MaxTapMove"            "220"

	Option      "VertScrollDelta"       "100"
	Option      "HorizScrollDelta"      "100"

	Option      "MinSpeed"              "0.25"
	Option      "MaxSpeed"              "0.5"
	Option      "AccelFactor"           "0.0010"
	Option      "FastTaps"              "off"

	Option      "ScrollButtonRepeat"    "100"
	Option      "UpDownScrolling"       "on"
	Option      "UpDownRepeat"          "on"
	Option      "LeftRightScrolling"    "on"
	Option      "LeftRightRepeat"       "on"

	Option      "TapButton1"            "0"
	Option      "TapButton2"            "0"
	Option      "TapButton3"            "0"

	# "SHMConfig on" seems good works with synclient(1).  But this
	# options is insecure.  I recommended "off" as default.
	Option      "SHMConfig"             "on"

	# If you use circular touchpad, uncomment them.
	#Option          "CircularPad"           "on"
	#Option          "CircularScrolling"     "on"
	#Option          "CircScrollDelta"       "0.5"
EndSection

Section "Monitor"
	Identifier   "LVDS-0"
	Option       "DPMS"
EndSection

Section "Monitor"
	Identifier   "VGA-0"
	Option       "DPMS"
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>
        #Option     "DualHead"           	# [<bool>]
	Option      "UseEdidDpi" "false"
	Option      "DPI" "96 x 96"
	Identifier  "Card0"
	Driver      "nouveau"
	VendorName  "nVidia Corporation"
	BoardName   "Quadro NVS 140M"
	BusID       "PCI:1:0:0"
	Option      "AccelMethod" "EXA"
	Option      "EXANoComposite" "false"
	Option      "FBTexPercent" "50"
	Option      "MigrationHeuristic" "greedy"
	Option      "DRI" "true
	Option      "Monitor-LVDS" "LVDS-0"
	Option      "Monitor-VGA" "VGA-0"
EndSection

Section "DRI"
	Mode 0666
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1440x900"
		Virtual   2048 2048
	EndSubSection
EndSection


[-- Attachment #3: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 7+ messages in thread
* External monitor is blank with nouveau driver
@ 2009-06-20 17:10 Andriy Bakay
       [not found] ` <4A3D17EF.3090003-Ru+gAU1lvYpWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Andriy Bakay @ 2009-06-20 17:10 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

Hi Nouveau Team,

I have the following hardware/software spec:

ThinkPad T61
FreeBSD 7.1-RELEASE-p5 amd64
NVIDIA Quadro NVS 140M
X driver nouveau
External monitor NEC MultiSync 90GX2

I am connecting external monitor through VGA interface. I was able to
detect it using command 'xrandr -q' and even turn it on:

$ xrandr --output VGA-0 --auto --below LVDS-0

the geometry of my desktop changed, but monitor remain blank.

Please, advise.

Thanks,
Andriy




[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 4963 bytes --]

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Synaptics_Touchpad" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option         "DontZap" "Off"
	Option         "AIGLX" "true"
EndSection

Section "Extensions"
	Option       "Composite" "Enable"
	Option       "XVideo" "Enable"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
	FontPath     "/usr/local/lib/X11/fonts/URW/"
	FontPath     "/usr/local/lib/X11/fonts/freefont/"
	FontPath     "/usr/local/lib/X11/fonts/TrueType/"
	FontPath     "/usr/local/lib/X11/fonts/bitstream-vera/"
	FontPath     "/usr/local/lib/X11/fonts/cyrillic/"
	FontPath     "/usr/local/lib/X11/fonts/dejavu/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
	Load  "synaptics"
EndSection

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

#Section "InputDevice"
#	Identifier  "Mouse0"
#	Driver      "mouse"
#	Option	    "Protocol" "auto"
#	Option	    "Device" "/dev/sysmouse"
#	Option	    "ZAxisMapping" "4 5 6 7"
#EndSection

Section "InputDevice"
	Identifier  "Synaptics_Touchpad"
	Driver      "synaptics"

	Option      "Device"                "/dev/psm0"
	Option      "Protocol"              "psm"

	Option      "LeftEdge"              "1400"
	Option      "RightEdge"             "5600"
	Option      "TopEdge"               "1400"
	Option      "BottomEdge"            "4700"

	Option      "FingerLow"             "25"
	Option      "FingerHigh"            "30"

	Option      "MaxTapTime"            "180"
	Option      "MaxTapMove"            "220"

	Option      "VertScrollDelta"       "100"
	Option      "HorizScrollDelta"      "100"

	Option      "MinSpeed"              "0.25"
	Option      "MaxSpeed"              "0.5"
	Option      "AccelFactor"           "0.0010"
	Option      "FastTaps"              "off"

	Option      "ScrollButtonRepeat"    "100"
	Option      "UpDownScrolling"       "on"
	Option      "UpDownRepeat"          "on"
	Option      "LeftRightScrolling"    "on"
	Option      "LeftRightRepeat"       "on"

	Option      "TapButton1"            "0"
	Option      "TapButton2"            "0"
	Option      "TapButton3"            "0"

	# "SHMConfig on" seems good works with synclient(1).  But this
	# options is insecure.  I recommended "off" as default.
	Option      "SHMConfig"             "on"

	# If you use circular touchpad, uncomment them.
	#Option          "CircularPad"           "on"
	#Option          "CircularScrolling"     "on"
	#Option          "CircScrollDelta"       "0.5"
EndSection

Section "Monitor"
	Identifier   "LVDS-0"
	Option       "DPMS"
EndSection

Section "Monitor"
	Identifier   "VGA-0"
	Option       "DPMS"
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>
        #Option     "DualHead"           	# [<bool>]
	Option      "UseEdidDpi" "false"
	Option      "DPI" "96 x 96"
	Identifier  "Card0"
	Driver      "nouveau"
	VendorName  "nVidia Corporation"
	BoardName   "Quadro NVS 140M"
	BusID       "PCI:1:0:0"
	Option      "AccelMethod" "EXA"
	Option      "EXANoComposite" "false"
	Option      "FBTexPercent" "50"
	Option      "MigrationHeuristic" "greedy"
	Option      "DRI" "true
	Option      "Monitor-LVDS" "LVDS-0"
	Option      "Monitor-VGA" "VGA-0"
EndSection

Section "DRI"
	Mode 0666
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1440x900"
		Virtual   2048 2048
	EndSubSection
EndSection


[-- Attachment #3: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-06-27 18:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-20 16:25 External monitor is blank with nouveau driver Andriy Bakay
     [not found] ` <4A3D0D7A.2040105-Ru+gAU1lvYpWk0Htik3J/w@public.gmane.org>
2009-06-21 15:56   ` Younes Manton
     [not found]     ` <586c2acd0906210856v4af3e719na6ac9f669c7bc47c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-06-24  1:58       ` Andriy Bakay
     [not found]         ` <4A418844.20900-Ru+gAU1lvYpWk0Htik3J/w@public.gmane.org>
2009-06-24  2:17           ` Younes Manton
     [not found]             ` <586c2acd0906231917v58911ad3j11eeff7a2a08af15-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-06-27 18:33               ` Andriy Bakay
  -- strict thread matches above, loose matches on Subject: below --
2009-06-20 17:10 Andriy Bakay
     [not found] ` <4A3D17EF.3090003-Ru+gAU1lvYpWk0Htik3J/w@public.gmane.org>
2009-06-21 11:25   ` Pierre Pronchery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.