View previous topic :: View next topic |
Author |
Message |
aequitas Apprentice
Joined: 28 Aug 2002 Posts: 190 Location: Ooy bij arnhem
|
Posted: Sat Nov 30, 2002 9:06 pm Post subject: Gigabyte Ati radeon 9000 pro running but wont do dual head |
|
|
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 |
|
|
sheepdog Guru
Joined: 14 Oct 2002 Posts: 369 Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA
|
Posted: Thu Jan 09, 2003 5:29 pm Post subject: |
|
|
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 |
|
|
aequitas Apprentice
Joined: 28 Aug 2002 Posts: 190 Location: Ooy bij arnhem
|
Posted: Thu Jan 09, 2003 5:31 pm Post subject: |
|
|
to bad its with the radeon drivers instead of the firegl _________________ I am not superstitious, that brings bad luck. |
|
Back to top |
|
|
sheepdog Guru
Joined: 14 Oct 2002 Posts: 369 Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA
|
Posted: Thu Jan 09, 2003 5:50 pm Post subject: |
|
|
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 |
|
|
pvdbogaard n00b
Joined: 13 Dec 2002 Posts: 16
|
Posted: Sat Jan 11, 2003 2:54 pm Post subject: radeon drivers |
|
|
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 |
|
|
chatgris Guru
Joined: 14 Oct 2002 Posts: 383 Location: Canada
|
Posted: Sun Mar 23, 2003 3:53 pm Post subject: |
|
|
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 |
|
|
|