LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   A problem with dualhead X. (https://www.linuxquestions.org/questions/linux-general-1/a-problem-with-dualhead-x-242163/)

vash_stewy 10-13-2004 10:21 AM

A problem with dualhead X. NEED HELP.
 
Hi all. I have a system multibooting Windows 2000 and Fedora 2. I have a dualhead setup and unfortainitly it runs perfect under windows but I can not get it to work under Fedora. I have been working on this for about 2 weeks now with no luck. Here is my video cards result from a lspci:
Code:

00:05.0 VGA compatible controller: Cirrus Logic GD 5434-8 [Alpine] (rev 26)
and
Code:

01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]
I have been trying to use Xinerama with X11R6 to accomplish the dual monitors setup but only the AGP (ProSavage8) card works. The AGP card is my default card and both monitors work in a console just not X. When I checked my xserver logs there is a line that I guess is the problem with my second monitior. It is:
Code:

(EE) CIRRUS(1): No valid MMIO address in PCI config space
and under that:
Code:

(EE) CIRRUS(1): I2C initialization failed
Here is my video section of my xconfig:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell E771mm"
DisplaySize 300 230
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Dell E771mm"
DisplaySize 300 230
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "savage"
VendorName "Videocard vendor"
BoardName "S3 ProSavage KM133"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "cirrus"
VendorName "Videocard Vendor"
BoardName "Cirrus Logic GD543x"
BusID "PCI:0:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

I didn't show the xinerama part because I am pretty certain it is correct. I hope someone can please help me on this cause I am about to give up on it. Any help would be great and if you need any thing else just post and I'll give you the info. Thanks

vash_stewy 10-13-2004 07:06 PM

Will someone PLEASE help me out.:(


All times are GMT -5. The time now is 04:16 AM.