Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows
Reload this Page Help with using 2 monitors
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Desktop / X-Windows Anything X. Gnome, KDE, remote desktop's, XGames etc.

Reply
 
Thread Tools Display Modes
Old 08-23-2005   #1 (permalink)
Just Joined!
 
Join Date: Aug 2004
Location: Ontario, Canada
Posts: 89
Send a message via AIM to Benny8909 Send a message via MSN to Benny8909
Help with using 2 monitors

I had a spare video card and monitor lying around, so I thought I would try getting a dual monitor setup going, but its not going very well. I have a Radeon 9200 AGP, and a Trident 96XX. Heres my xorg.conf I made:

Code:
Section "ServerLayout"
	Identifier     "Simple Layout"
	Screen	"Screen0" "Screen0" 0 0
	Screen  "Screen1" RightOf" Screen0"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "USB Mouse" "CorePointer"
	#Option "Xinerama"
EndSection

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	Option		"DPMS"	
EndSection

Section "Device"
	Identifier	"Radeon9200"
	Driver		"ati"
	BusID		"PCI:2:0:0"
EndSection

Section "Device"
	Identifier  "Trident96XX"
	Driver      "vesa"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Radeon9200"
	Monitor		"Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Trident96XX"
	Monitor    "Monitor1"
	DefaultColorDepth 16
	SubSection "Display"
		Depth     16
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection
When I'm using this config file, X will fail to start. I know I'm doing something wrong, but I don't know what Any help would be appreciated
__________________
I am become death; the destroyer of worlds.
Benny8909 is offline   Reply With Quote
Old 08-23-2005   #2 (permalink)
Linux Guru
 
dylunio's Avatar
 
Join Date: Aug 2004
Location: Cymru
Posts: 4,157
Could you post the error that you get?
__________________
Registered Linux User #371543!
Get force-get May The Source Be With You
/dev/null
/dev/null2
dylunio is offline   Reply With Quote
Old 08-23-2005   #3 (permalink)
Just Joined!
 
Join Date: Aug 2004
Location: Ontario, Canada
Posts: 89
Send a message via AIM to Benny8909 Send a message via MSN to Benny8909
Error found in line 3 of "ServerLayout":
Screen keyword must be followed by an option number and screen name in quotes and an optional position/layout information

Problem parsing the config file
Error parsing the config file

Fatal error:
No screens found
__________________
I am become death; the destroyer of worlds.
Benny8909 is offline   Reply With Quote
Old 08-23-2005   #4 (permalink)
Linux Guru
 
dylunio's Avatar
 
Join Date: Aug 2004
Location: Cymru
Posts: 4,157
I now know which part of the config file is wrong, it is this on:
Quote:
Screen "Screen1" RightOf" Screen0"
It may be that the configuration is wrong, since I think you would need to use the quotes in the right way (I don't think you have here). Though since I'm no expert on dual heads this is all the guidence I can give. Though you might want to see what happens if you do:
Quote:
Screen "Screen1" "Screen1" 0 0
as the line (they bothe *should* show the same picture -- if it works you can use it as a base for makeinsg them side by side)
__________________
Registered Linux User #371543!
Get force-get May The Source Be With You
/dev/null
/dev/null2
dylunio is offline   Reply With Quote
Old 08-23-2005   #5 (permalink)
Just Joined!
 
Join Date: Aug 2004
Location: Ontario, Canada
Posts: 89
Send a message via AIM to Benny8909 Send a message via MSN to Benny8909
Alright, I got one screen to work...I probably have to set the proper resolution and refresh rate for the other, its a bit old

Heres what I did:

Code:
   Screen   0 "screen0" 0 0
   Screen   1 "screen1" 0 0
__________________
I am become death; the destroyer of worlds.
Benny8909 is offline   Reply With Quote
Old 08-25-2005   #6 (permalink)
Just Joined!
 
Join Date: Aug 2004
Location: Ontario, Canada
Posts: 89
Send a message via AIM to Benny8909 Send a message via MSN to Benny8909
I haven't been able to get the second monitor to display anything
__________________
I am become death; the destroyer of worlds.
Benny8909 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 06:58 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0