[tlinux-users:08638] Re: cannot activate DVI-port

liliane_sm <[email protected]> Mon, 3 Sep 2007 12:36:15 -0300
Newsgroups gmane.linux.hardware.toshiba
Message-ID <[email protected]>
That is my xorg.conf. 

Thanks a lot 
Liliane 

Em (08:52:17), [email protected] escreveu: 


>liliane_sm escreveu: 
>> I have a Satellite P100 with Nvidia go 7900 GTX. This laptop has two 
video 
>> output: a VGA and a DVI. 
>> I used the Windows Vista to verify if the output work well. Everything is 
>> fine. 
>> But, using Linux the nvidia-settings cannot recognize the DVI output. 
>> I want to use two monitor and not the laptop display. The DVI monitor is 
>> completely ignored by Linux... In TwinView I have the first monitor in 
the 
>> laptop display and the second monitor in the VGA monitor. 
>> I want to disable the laptop display and only use the DVI and the VGA. A 
>> screeshot of the nidia-settings is attached. 
> 
>Hi Liliane, nice to see other brazilian here :-) 
>Please, can you send your /etc/X11/xorg.conf? 
>Are you try first link showed in: 
> 
>Regards, 
>Renato 
> 
>----------
xorg.conf (text/plain, 1.8 KB)
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder26)  Wed Jun 13 16:54:50 PDT 2007
# Xorg configuration created by pyxf86config

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
	Option	    "Xinerama" "0"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
	Option	    "XkbVariant" "intl"
EndSection

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "auto-dev"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Unknown"
	ModelName    "LG L1900"
	HorizSync    30.0 - 60.0
	VertRefresh  56.0 - 60.0
	Option	    "TMDS"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Unknown"
	ModelName    "LPL"
	HorizSync    30.0 - 75.0
	VertRefresh  60.0 - 60.0
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Unknown"
	ModelName    "LG L1752S"
	HorizSync    30.0 - 83.0
	VertRefresh  56.0 - 75.0
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	VendorName  "NVIDIA Corporation"
	BoardName   "GeForce Go 7900 GTX"
	Option	    "MonitorLayout" "TMDS,CRT"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	Option	    "TwinView" "1"
	Option	    "TwinViewOrientation" "Clone"
	Option	    "ConnectedMonitor" "DFP,CRT"
	SubSection "Display"
		Depth     24
		Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection