LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 10-14-2013, 03:18 PM   #1
GoScotty
LQ Newbie
 
Registered: Oct 2013
Location: Detroit Lakes, MN
Distribution: Ubuntu
Posts: 4

Rep: Reputation: Disabled
Problem with Xinerama in xorg.conf


I'm Running Ubuntu 13, gnome or KDE. I have 4 monitors on 2 video cards. I got the xorg.conf configured and working in x-windows. But now I want to enable Xinerama. When I do and re-boot the computer, all 4 monitors are enabled but black. I can switch to tty1 un-enable it, re-boot and system comes up. What I want to be able to do is drag from one screen to the next.

Please help.

xorg.conf
Code:
Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Screen      2  "Screen2" LeftOf "Screen0"
	Screen      3  "Screen3" LeftOf "Screen2"
#	Option         "Xinerama" "1"
EndSection

Section "Monitor"
	Identifier  "Monitor0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier  "Monitor1"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier  "Monitor2"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier  "Monitor3"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Device0"
	Driver      "fglrx"
	VendorName  "Advanced Micro Devices"
	BoardName   "GeForce 210"
	Option	    "UseFastTLS" "1"
	BusID       "PCI:1:0:0"
	Screen      0
EndSection

Section "Device"
	Identifier  "Device1"
	Driver      "fglrx"
	VendorName  "Advanced Micro Devices"
	BoardName   "GeForce 210"
	Option	    "UseFastTLS" "1"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Device"
	Identifier  "Device2"
	Driver      "fglrx"
	VendorName  "Advanced Micro Devices"
	BoardName   "GeForce 210"
	Option	    "UseFastTLS" "1"
	BusID       "PCI:4:0:0"
	Screen      0
EndSection

Section "Device"
	Identifier  "Device3"
	Driver      "fglrx"
	VendorName  "Advanced Micro Devices"
	BoardName   "GeForce 210"
	Option	    "UseFastTLS" "1"
	BusID       "PCI:4:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Device0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Device1"
	Monitor    "Monitor1"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Device2"
	Monitor    "Monitor2"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen3"
	Device     "Device3"
	Monitor    "Monitor3"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection
I can provide more info if necessary.

Thanks

Scott
 
Old 10-14-2013, 04:08 PM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,138

Rep: Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263
Check for errors (lines starting with EE) in /var/log/Xorg.0.log and /var/log/Xorg.0.log.old.
 
Old 10-14-2013, 04:14 PM   #3
GoScotty
LQ Newbie
 
Registered: Oct 2013
Location: Detroit Lakes, MN
Distribution: Ubuntu
Posts: 4

Original Poster
Rep: Reputation: Disabled
smallpond, I forgot to say that there are no errors in the Xorg.0.log or older files, I wish it was that simple

Scott
 
Old 10-14-2013, 04:24 PM   #4
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,138

Rep: Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263
This post suggests you can do it with DisplayPort monitors.
 
Old 10-15-2013, 10:23 AM   #5
GoScotty
LQ Newbie
 
Registered: Oct 2013
Location: Detroit Lakes, MN
Distribution: Ubuntu
Posts: 4

Original Poster
Rep: Reputation: Disabled
I can get all 4 monitors working, I can move my mouse from screen to screen. KDE has it's Icon in the right hand corner of ever monitor. I just can not move windows from screen to screen.

Scott
 
  


Reply

Tags
display, xinerama, xorg.conf



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
X starts without xorg.conf, however with aticonfig, resultant xorg.conf hangs linuxbird Linux - Desktop 3 08-23-2012 05:28 AM
[SOLVED] xorg.conf: dual monitor with xinerama hydraMax Linux - Hardware 4 02-24-2012 02:35 PM
Xinerama dual-head xorg.conf debug wilsonsamm Linux - Desktop 0 10-05-2009 05:33 PM
Post your Xinerama xorg.conf here! spiffytech Linux - Hardware 0 07-14-2006 03:42 PM
xorg.conf twinview xinerama etc bidouilleur Linux - Laptop and Netbook 2 03-10-2006 09:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 11:21 AM.

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