LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-23-2007, 01:45 PM   #1
jah1943
LQ Newbie
 
Registered: Feb 2007
Posts: 2

Rep: Reputation: 0
Dual monitors in Ubuntu 6.10


New to Linux.(Ubuntu 6.10) About 6 years with Windows. I figured out how to download & install NVidia drivers but I can't figure out how to make it stay after shutdown. On next bootup it's back to single screen.
 
Old 03-24-2007, 10:20 AM   #2
bandwidthjunkie
LQ Newbie
 
Registered: Jan 2007
Location: london
Distribution: Gentoo(amd64) - 2.16.20
Posts: 26

Rep: Reputation: 15
This might help. I did what it said and got dual monitors working surprisingly easily: http://gentoo-wiki.com/HOWTO_Dual_Monitors

Its for Gentoo, but it is basically an X and nvidia guide, so will work for your distro. Here is my xorg.conf it might help:

Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/CID/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	#Load  "dri"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
EndSection

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

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

Section "Monitor"
	Identifier   "TwinMonitor"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "ASUS 7300S"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "ASUS 7300S"
	BusID       "PCI:1:0:0"
	VideoRam    262144
#other options I recommend:
	Option     "RenderAccel"
	Option     "HWcursor"
	Option     "CursorShadow"
	Option     "CursorShadowAlpha" "32"
	Option     "CursorShadowXOffset" "3"
	Option     "CursorShadowYOffset" "3"
#if you want Composite and GLX (they don't cooperate):
	Option     "AllowGLXWithComposite"
#the TwinView stuff
	Option     "TwinView"
	Option     "MetaModes"  "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
	Option     "TwinViewOrientation"      "RightOf"
	Option     "SecondMonitorHorizSync"   "UseEdidFreqs"
	Option     "SecondMonitorVertRefresh" "UseEdidFreqs"
	Option     "ConnectedMonitor" "CRT,CRT"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "ASUS 7300S"
	Monitor    "TwinMonitor"
	DefaultDepth 16
	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
	EndSubSection
	Option		"DPMS"
EndSection
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual monitors under Ubuntu? Rohaq Linux - Hardware 2 09-07-2008 01:22 AM
Using dual monitors/dual heads displays a black screen (Fedora 6) ttnunam Linux - General 4 04-21-2007 12:50 AM
Getting dual monitors to work with ATI 9600 in Ubuntu 6.06 drosen Linux - Hardware 2 10-23-2006 08:49 PM
Ubuntu 6.06, nvidia 6600, and dual monitors rookiepaul Linux - General 1 08-18-2006 03:07 PM
ubuntu dual monitors bayonetblaha Linux - Hardware 1 04-02-2006 01:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration