Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gigabyte Ati radeon 9000 pro running but wont do dual head
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
aequitas
Apprentice
Apprentice


Joined: 28 Aug 2002
Posts: 190
Location: Ooy bij arnhem

PostPosted: Sat Nov 30, 2002 9:06 pm    Post subject: Gigabyte Ati radeon 9000 pro running but wont do dual head Reply with quote

I finaly got my radeon running with the firegl drivers. But there is only one problem. The dual head works but the seccond screen mirrors the first one. And i would like it to extend the first.

I have done the following steps:

- Installed the rpm firegl ati drivers from the ati site
- Patched a firegl file so it would't stop on the 3the party board/chipset error
- ran firegl config and set all things the way they should be

the second monitor went blank or suspend (don't no which)

Then i removed the desktop settings from the xfreeconfig and now i got the mirroring.

Someone know the right settings for the dual head function?

Files:
http://80.60.48.140/XF86Config
http://80.60.48.140/XFree86.0.log
_________________
I am not superstitious, that brings bad luck.
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Thu Jan 09, 2003 5:29 pm    Post subject: Reply with quote

This is an XF86config that is reported to work with dual-head ATI (cannot verify). There are a number of differences that would appear to be important between this and the one you posted.

Code:

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/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

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


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

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

Section "ServerFlags"
        Option          "Xinerama"      "on"
EndSection

Section "Device"
        BusID           "PCI:1:5:0"
        Identifier      "Head 1"
        Driver          "radeon"
        Screen 0
EndSection


Section "Device"
        BusID           "PCI:1:5:0"
        Identifier      "Head 2"
        Driver          "radeon"
        Screen 1
EndSection

Section "Monitor"
        Identifier      "Monitor 1"
        HorizSync       30-100
        VertRefresh     50-85
        Option          "DPMS"
EndSection


Section "Monitor"
        Identifier      "Monitor 2"
        HorizSync       30-100
        VertRefresh     50-85
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen 2"
        Device          "Head 1"
        Monitor         "Monitor 1"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
        EndSubSection
EndSection


Section "Screen"
        Identifier      "Screen 1"
        Device          "Head 2"
        Monitor         "Monitor 2"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1152x864"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Screen 1"
        Screen          "Screen 2" LeftOf "Screen 1"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
Back to top
View user's profile Send private message
aequitas
Apprentice
Apprentice


Joined: 28 Aug 2002
Posts: 190
Location: Ooy bij arnhem

PostPosted: Thu Jan 09, 2003 5:31 pm    Post subject: Reply with quote

to bad its with the radeon drivers instead of the firegl
_________________
I am not superstitious, that brings bad luck.
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Thu Jan 09, 2003 5:50 pm    Post subject: Reply with quote

aequitas wrote:
to bad its with the radeon drivers instead of the firegl


I would think the "mirroring" problem has to do with X configuration and not the driver.
Back to top
View user's profile Send private message
pvdbogaard
n00b
n00b


Joined: 13 Dec 2002
Posts: 16

PostPosted: Sat Jan 11, 2003 2:54 pm    Post subject: radeon drivers Reply with quote

I have the same experience. The new fglrx driver works very nicely except that it does not seem to support dual (independent) displays. Since the 'reported to work' mentions radeon drivers can anyone tell me were to get these, since I do like to get a dual monitor solution.
Do not think it's an X issue though. Since the 9000Pro is a single card dual head it must be supported by the fglrx driver somehow. To me it looks a single piece of hardware with two monitor adaptors. Looking at the /proc/pci output I see one Radeon VGA and one Radeon Monitor reported and not two different VGA's.
Back to top
View user's profile Send private message
chatgris
Guru
Guru


Joined: 14 Oct 2002
Posts: 383
Location: Canada

PostPosted: Sun Mar 23, 2003 3:53 pm    Post subject: Reply with quote

I am using the radeon driver that came with Xfree 4.3, and it's working great.

Josh.
_________________
Open your mind. Open your source.

Due credit for avatar from http://www.aikida.net
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum