LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-14-2011, 05:34 PM   #1
reykentj
LQ Newbie
 
Registered: Jul 2006
Location: Boise, Idaho
Distribution: SUSE 9.2
Posts: 4

Rep: Reputation: 0
Wink Suse Linux Enterprise 11 Ati radeon HD 5700 Xorg.conf for dual monitors


I hve installed the ATi config and propriatory drivers for this card. To Date I have not benn able to get an xorg.conf tha does anything but hang trying to run dual monitors. My latest attempt is pasted below:
# /.../
# SaX generated X11 config file
# Created on: 2011-05-09T07:21:08-0600.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#


Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
EndSection

Section "Module"
Load "dri"
Load "dbe"
Load "freetype"
Load "extmod"
Load "glx"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection

Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
EndSection

Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Buttons" "13"
Option "Device" "/dev/input/mice"
Option "Name" "Microsoft? Nano Transceiver v2.0"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Section "Modes"
Identifier "Modes[0]"
ModeLine "1600x1200" 202.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor Monitor[0]"
VendorName "HTC"
ModelName "HITACHI CM771"
UseModes "Modes[0]"
DisplaySize 360 270
HorizSync 30.0 - 96.0
VertRefresh 43.0 - 160.0
Option "CalcAlgorithm" "XServerPool"
Option "DPMS"
Option "PreferredMode" "1600x1200"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-1"
VendorName "HTC"
ModelName "HITACHI CM771"
UseModes "Modes[0]"
DisplaySize 360 270
HorizSync 30.0 - 96.0
VertRefresh 43.0 - 160.0
Option "CalcAlgorithm" "XServerPool"
Option "DPMS"
Option "PreferredMode" "1600x1200"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Device[0]"
Driver "fbdev"
VendorName "VESA"
BoardName "Framebuffer Graphics"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:2:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-1"
Driver "fglrx"
BusID "PCI:2:0:0"
Screen 1
EndSection


Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-1"
Device "aticonfig-Device[0]-1"
Monitor "aticonfig-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "on"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

Any assistance would be appreciated
 
Old 05-14-2011, 06:49 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Do not use xinerama. Create an xorg.conf that runs one monitor, and then use 'xrandr' to enable and position the second monitor.

Adam
 
1 members found this post helpful.
Old 05-14-2011, 09:52 PM   #3
reykentj
LQ Newbie
 
Registered: Jul 2006
Location: Boise, Idaho
Distribution: SUSE 9.2
Posts: 4

Original Poster
Rep: Reputation: 0
xrandr appears to only see one output but the radeon Hd 5700 has two dvi ouputs with monitors on both

Screen 0: minimum 1600 x 1200, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
1600x1200 77.0*
 
Old 05-15-2011, 07:37 AM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Please show us the new xorg.conf file you created and the corresponding /var/log/Xorg.0.log file, too. When posting them here, please use [code][/code] tags.

Adam
 
Old 05-15-2011, 07:55 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by reykentj View Post
I hve installed the ATi config and propriatory drivers for this card.
May I ask why you don't simpy use the ATI Catalyst Control Center that you have installed, instead of usin Sax or xrandr? Should be the easiest way to setup dual monitor.
 
Old 05-03-2012, 05:19 PM   #6
ankushaggarwal
LQ Newbie
 
Registered: Apr 2012
Posts: 15

Rep: Reputation: Disabled
Hi I have a similar problem. lspci shows two ATI Radeon 5700 cards. I have connected monitors to both outlets. However only one works. And as the other person said, I also installed the ATI Catalyst Control Center. For some reason, in the Display Manager there, it shows the second monitor as a "[Unknown Display] Unknown adapter". Any ideas? Has anyone fixed this already? (I am using Linux Mint 12)
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Please check my xorg.conf for ATI big-desktop dual monitors DieselSA Linux - Hardware 14 05-13-2008 06:22 AM
xorg.conf Needed for ATI 7500 - Dual Monitors NoStop Linux - Hardware 0 08-08-2006 09:22 PM
xorg.conf - Dual Monitors rizhun Linux - Hardware 0 04-14-2006 10:47 AM
Dual display - Ati Mobility Radeon 9700/xorg/SuSE 10 OSS Sn3f3ru Linux - Laptop and Netbook 2 04-13-2006 04:03 PM
xorg + Radeon 9800... dual monitors? Gunark Linux - Hardware 3 05-21-2004 11:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:33 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