LinuxQuestions.org
Review your favorite Linux distribution.
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 07-12-2011, 01:03 PM   #16
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312

Quote:
Originally Posted by MTK358 View Post
OK, I'll try that. But do they have to be installed in that order?
Since catalyst-utils is a dependency of catalyst, then that should be first. I don't think that it matters with the last two.

Quote:
Originally Posted by MTK358 View Post
I don't see any big disadvantage, the only thing I could think of is if you want to unload and reload the module for some reason before rebooting. On the other hand, it might be better since when I boot it up I don't have to wait for it to compile before I can start using X.
Yeah, that is why I think that the hook would be better.
 
Old 07-12-2011, 01:58 PM   #17
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
OK, I installed the packages in this order:
  1. catalyst-utils
  2. catalyst
  3. catalyst-hook

Note that when installing catalyst-hook, it said that it conflicts with catalyst and that catalyst has to be removed (so I removed it).

My current xorg.conf says to use the open-source driver:

Code:
Section "Device"
	Identifier "Default Device"
	Driver "radeon"
EndSection

Section "Monitor"
	Identifier "DVI-0"
EndSection

Section "Monitor"
	Identifier "DVI-1"
	Option "RightOf" "DVI-0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        SubSection "Display"
                Virtual 2560 1024
        EndSubSection
EndSection
. Should I change it to say "fglrx", or is it more complicated? And do I need to reboot, or just quit X and start it again?

Last edited by MTK358; 07-12-2011 at 01:59 PM. Reason: Added xorg.conf contents
 
Old 07-12-2011, 02:06 PM   #18
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
I think that you need to do

Code:
aticonfig --initial
to fix your xorg.conf
 
Old 07-12-2011, 02:59 PM   #19
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I restarted X, and everything froze. I hit reset, and then decided to try again just in case, and it works! But the problem is that both monitors now show the same image. I looked at the new xorg.conf, and saw this:

Code:
Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "DVI-0"
EndSection

Section "Monitor"
	Identifier   "DVI-1"
	Option	    "RightOf" "DVI-0"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Default Device"
	Driver      "radeon"
EndSection

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

Section "Screen"
	Identifier "Default Screen"
	SubSection "Display"
		Virtual   2560 1024
	EndSubSection
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
I modified it be be like this:

Code:
Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option      "RightOf" "DFP1"
EndSection

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

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Virtual   2560 1024
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
But it still shows the same image on both monitors. When I try to do it with the xrandr command, it fails:

Code:
$ xrandr --output CRT1 --right-of DFP1
xrandr: screen cannot be larger than 1600x1600 (desired size 2560x1024)
, even though I have this line on the xorg.conf:

Code:
		Virtual   2560 1024
. What should I do?
 
Old 07-12-2011, 03:41 PM   #20
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
I think that you may have to have two different identifiers for the two monitors. Maybe have a look at the unofficial ATI-wiki:

Use extended desktop with two monitors (dual-head and big desktop)
with two monitors connected:
Code:
sudo aticonfig --initial=dual-head --screen-layout=right
This command will generate a dual head configuration file with the second screen located to the right of the first screen.
Code:
sudo aticonfig --dtop=horizontal --overlay-on=1
This command will set up big desktop to horizontal and set overlay on the secondary display.
Code:
sudo aticonfig --set-pcs-val=MCIL,DigitalHDTVDefaultUnderscan,0
http://wiki.cchtml.com/index.php/Configuring
 
Old 07-12-2011, 03:51 PM   #21
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
What does "extended desktop" and "overlay" mean?
 
Old 07-12-2011, 05:47 PM   #22
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I tried all three of those options and all of them don't work. The window manager thinks that the desktop is only as big as the first monitor, but I can move the cursor into the second one and it turns into a square with random white dots in it. This happens with all of the above commands.
 
Old 07-13-2011, 02:35 AM   #23
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by MTK358 View Post
I tried all three of those options and all of them don't work. The window manager thinks that the desktop is only as big as the first monitor, but I can move the cursor into the second one and it turns into a square with random white dots in it. This happens with all of the above commands.
Have you a line in xorg.conf.d beginning with 'Virtual'? That tells it screen size, e.g.
Code:
Virtual 2048 768
Would be for 2 x 1024x768 monitors.
 
Old 07-13-2011, 06:50 AM   #24
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by business_kid View Post
Have you a line in xorg.conf.d
Is that a mistake, or do you really mean xorg.conf.d?

Quote:
beginning with 'Virtual'? That tells it screen size, e.g.
Code:
Virtual 2048 768
I did in my xorg.conf. Read my previous posts.
 
Old 07-13-2011, 09:25 AM   #25
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I see that there's a directory called xorg.conf.d. What do you mean by putting a line in a directory? Does putting it in the xorg.conf do the same thing?

And still, could someone explain what does "extended desktop" and "overlay" means?
 
Old 07-13-2011, 10:47 AM   #26
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I kept hearing about "Catalyst Control Center", but I didn't know how to start it. I found out that it's named "amdcccle", and i did have it installed. I figured out how to sep up the dual monitors with it, and now everything seems to work.
 
  


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
ATI Proprietary Driver 8.35.5 uv256 Linux - Hardware 6 10-11-2007 08:26 PM
Blank Screen with Ati driver ErEn Slackware 4 05-10-2006 06:02 AM
ATI Proprietary driver with lfs eculinuxuser Linux From Scratch 1 02-01-2006 03:23 AM
Blank screen after installing ATI driver on FC3 Sebastian Mares Linux - Hardware 5 03-20-2005 05:17 PM
my screen is blank after installing ati driver! cd1680 Linux - Hardware 1 03-17-2005 11:44 AM

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

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