LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-08-2003, 04:41 PM   #1
Whir
LQ Newbie
 
Registered: Apr 2003
Location: Kingsford, Michigan
Distribution: Mandrake 9.1
Posts: 13

Rep: Reputation: 0
Drake 9.1, R9500Pro, dual monitors?


Greetings, all.

I've just installed Drake 9.1 because I'm just that kind of guy, and I can't for the life of me get my second monitor to be the other half of a desktop.

Further, I used Option "CloneDisplay" "0" in XF86Config-4 to try to turn off the second output period, and it doesn't seem to care because it's still gleefully mirroring the primary monitor as if to say "Hah, foolish human, I am your superior."

Has anyone had any luck with any distro with the new kernel and Xfree getting duals to work with the R300 chip cards? If so, I'd greatly appreciate a heads up as to how I can get mine to work properly.

Thanks,

Whir
 
Old 04-08-2003, 06:38 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Code:
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option          "xinerama" "on"
EndSection
That's a pretty generic heading for a dual display set up, you already have your monitor/screen/card defs working right if both monitors are one... what's your serverlayout section look like?

Cheers,

Finegan
 
Old 04-08-2003, 10:58 PM   #3
Whir
LQ Newbie
 
Registered: Apr 2003
Location: Kingsford, Michigan
Distribution: Mandrake 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
Well, I've tried adding the devices/monitors/screens and doing the serverlayout like you've got them there, and that still doesn't work. I'm thinking it might have something to do with the Radeon drivers that come with XFree 4.3.5. I'm not exactly familiar with them as I haven't run a Linux box in like two years.

Nevertheless, I'll give that a try and get back.

Also, I'm not sure on this, because I've never done this before, but it might be because Xinerama is supposed to be for two seperate cards and I'm only using a single? No idea, but that had crossed my mind. All the info I could find on Xinerama was sketchy.

Last edited by Whir; 04-08-2003 at 11:01 PM.
 
Old 04-09-2003, 12:48 AM   #4
Whir
LQ Newbie
 
Registered: Apr 2003
Location: Kingsford, Michigan
Distribution: Mandrake 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
/etc/X11/XF86Config-4 right?

I keep setting Option "CloneDisplay" "0" and the log keeps saying there's no CloneDisplay option set. Raaargh!
 
Old 04-09-2003, 04:04 AM   #5
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Xinerama is for spanning, one card or two, it doesn't work with DRI yet, but that's all that's a downside, that clip came from a two-head, two-card configuration, but its the same layout section as my Matrox G550, one card, two heads. CloneDisplay is specifically the Server option for mirroring.

Cheers,

Finegan
 
Old 04-09-2003, 10:35 AM   #6
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Try using the new driver from FireGL with the card, it will install a control pannel that will let you do that.

Be warned:
The new drivers are still in BETA and have some 2D problems: screen artifacts when scrolling/moving a window. If you are still interested in them, try a google search with the term glx1_linux_X4.3.zip.
 
Old 04-09-2003, 11:58 AM   #7
Whir
LQ Newbie
 
Registered: Apr 2003
Location: Kingsford, Michigan
Distribution: Mandrake 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
[root@localhost XFree 4.3.0-2.9.6]# rpm -Uvh fglrx-glc22-4.3.0-2.9.6.i586.rpm
Preparing... ########################################### [100%]
file /usr/X11R6/lib/libGL.so.1.2 from install of fglrx-glc22-4.3.0-2.9.6 conflicts with file from package XFree86-libs-4.3-5mdk

Should I -i --force this, or is that gonna hose me even more?
 
Old 04-09-2003, 12:30 PM   #8
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Nope, you are supposed to do so. If for any reason you encounter problems with the driver and resolve to uninstall it, the rpm -e fglrx-xxx command will restore your libGL.so and symlinks to what they were before the driver installation.

Last edited by Thetargos; 04-09-2003 at 12:38 PM.
 
Old 04-09-2003, 02:46 PM   #9
Whir
LQ Newbie
 
Registered: Apr 2003
Location: Kingsford, Michigan
Distribution: Mandrake 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
Where does it put this control panel?
 
Old 04-09-2003, 03:09 PM   #10
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
You are using KDE, right? you can start it from the K menu (don't remember in what submenu though).

edit:
I do not have it because I don't have QT3 (required by the applet)
If you do not have it, you can compile it from /usr/src/ there are the sources for the panel in tar.gz format.

Last edited by Thetargos; 04-09-2003 at 03:10 PM.
 
Old 04-09-2003, 04:11 PM   #11
Whir
LQ Newbie
 
Registered: Apr 2003
Location: Kingsford, Michigan
Distribution: Mandrake 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
I don't think it installed correctly then as I can't seem to find it anywhere. It's not just an upgrade to XFDrake, right?
 
Old 04-09-2003, 04:20 PM   #12
Whir
LQ Newbie
 
Registered: Apr 2003
Location: Kingsford, Michigan
Distribution: Mandrake 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
I have the wrong version of glibc apparently.

It looks like I'll just have to wait for ATI to catch up.
 
Old 04-09-2003, 05:33 PM   #13
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Errr... check your /usr/X11R6/bin directory for a file called fireglcontrol

Last edited by Thetargos; 04-09-2003 at 05:35 PM.
 
Old 04-09-2003, 05:57 PM   #14
Whir
LQ Newbie
 
Registered: Apr 2003
Location: Kingsford, Michigan
Distribution: Mandrake 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
Nope.

I am doomed.

 
Old 04-09-2003, 07:22 PM   #15
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
What is your glibc versin, anywy?
 
  


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 on dual vido cards Spaz17 Linux - Hardware 7 05-04-2006 07:59 AM
Need dual monitors- but same on each. (Help!) christianpiper Linux - Hardware 0 10-04-2005 05:16 PM
Setting up Dual Monitors on GeForce 6600GT dual DVI card. monkiidansu Linux - Hardware 1 09-29-2005 02:21 PM
dual monitors, dual video cards, 1 X, 1 text 333333338 Linux - Hardware 0 04-17-2005 04:21 AM
RH9 and Drake 9.1 Dual Boot zepphead5 Linux - General 8 07-21-2003 05:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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