Home  |  About  | Last |  Submit  |  Contact
AllQuests.com

Previous Question:  Changing default handler for rstp links  Desktop EnvironmentsNext Question:  Broken panel and sound related  x86 64 bit Users
Question Requesting check of my Xorg.conf file ( Ubuntu Forums Desktop Environments )
Updated: 2008-11-23 01:50:10 (5)
Requesting check of my Xorg.conf file

I've been trying to configure so that I can use my external monitor alongside my laptop screen. Fiddled about in Xorg and got what I think 1f40 will (hopefully) work. But I've heard all sorts of stories about X failing to load and causing all sorts of havoc. So before I save the changes with sudo can someone check this to see if it is likely to work/fail to load?

I've not touched anything prior to the Device sections (Input Devices and what-not), so I've not included it.

Code:
Section "Device"
	Identifier	"NVIDIA Corporation NV17 [GeForce4 420 Go] 0"
	Driver		"nv"
	BusID		"PCI:1:0:0"
        Screen           0
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV17 [GeForce4 420 Go] 1"
	Driver		"nv"
	BusID		"PCI:1:0:0"
        Screen           1
EndSection

Section "Monitor"
	Identifier	"Main Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Monitor"
	Identifier	"Second Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Main Screen"
	Device		"NVIDIA Corporation NV17 [GeForce4 420 Go] 0"
	Monitor		"Main Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Second Screen"
	Device		"NVIDIA Corporation NV17 [GeForce4 420 Go] 1"
	Monitor		"Second Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerFlags"
            Option "Xinerama" "true"
EndSection

Section "ServerLayout"
	Identifier	"Double Layout"
	Screen		"Main Screen"
            Screen 		"Second Screen" RightOf "Main Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
The parts I'm most unsure of are the ServerFlags (is it really needed) and ServerLayout.

I'm using default nv driver, so I can't use Twin View at the moment, just Xinerama.

Answers: Requesting check of my Xorg.conf file ( Ubuntu Forums Desktop Environments )
Requesting check of my Xorg.conf file

For all your nvidia X config needs, go here.

That's for the latest version of the driver, but I've attached an earlier text version if you are going to do this offline. The setup options for twinview and whatnot haven't changed, I don't think.

pseudonym

Requesting check of my Xorg.conf file

I was planning to use nvidia eventually, it's just that I do all my installing offline right now, and I can't find where the driver is at http://packages.ubuntu.com/dapper/

Thanks

LostJot

Requesting check of my Xorg.conf file

I didn't know the nv driver supported multiple monitors? Accordting to the manpage it doesn't.

Unless something has changed very recently, I think you're going to need to install the nvidia driver for that to work.

FYI, the config looks OK, except you need to make the 'Screen' lines in 'Server Layout' look like this -

Code:
Screen		0 "Main Screen"
      Screen 		1 "Second Screen" RightOf "Main Screen"

pseudonym

Requesting check of my Xorg.conf file

I think I've found what I need
http://security.ubuntu.com/ubuntu/po....11-3_i386.deb

If I use this driver...

I change "nv" to "nvidia"
Do I enable Twin View in the same way as Xinerama?

And then sudo and save Xorg.conf....

?

Edit: And I'll use this to make sure I've got the new driver listed properly everywhere
http://doc.gwos.org/index.php/Latest...E_INSTALLATION

LostJot

Requesting check of my Xorg.conf file

You are missing keyboard and mouse. Did you leave those out?

powder

Previous Question:  Changing default handler for rstp links  Ubuntu Forums  Desktop EnvironmentsNext Question:  Broken panel and sound related  Ubuntu Forums  x86 64 bit Users

- Source: Requesting check of my Xorg.conf file Ubuntu Forums Desktop Environments
- Previous Question: Changing default handler for rstp links Ubuntu Forums Desktop Environments
- Next Question: Broken panel and sound related Ubuntu Forums x86 64 bit Users





AllQuests.com