| Sputnik 2002-10-31, 8:24 pm |
| hi. i had a perfectly X working, with a i810 chip (AGP onboard), then i
installed an S3 ViRGE (PCI) to get a multihead system. noe the console is
on the S3. i modified XF86Config-4 to look like this:
---XF86Config-4---
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe" # Double-buffering
Load "extmod" # Misc. required extensions
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "logicordless"
Option "XkbLayout" "us_intl"
Option "XkbVariant" "basic" #Option "XkbOptions" ""
EndSection
Section "InputDevice"
# Modified by mouseconfig
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 95.0
VertRefresh 85.0 - 85.0
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
# no known options
Identifier "Intel 810"
Driver "i810"
VideoRam 16384
#BusID "PCI:0:1:0"
EndSection
Section "Device"
Identifier "S3"
Driver "s3virge"
VideoRam 8192
BusID "PCI:1:8:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel 810"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1200x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "S3"
Monitor "Monitor1"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
EndSection
----
if i run X with it like that, i only get video on the S3. if i uncomment
the BusID PCI:0:1:0 line, i only get trash on the i810 and the gray
background on the S3, but X just dies. I can only do a
Ctrl-Alt-Backspace, and the ctrl-alt-del to reboot, cause i just lose my
video.
my /proc/pci (the part of the video cards) looks like this:
---/proc/pci---
....
Bus 0, device 1, function 0:
VGA compatible controller: Intel Corp. 82810E DC-133 CGC [Chipset Graphics C
ontroller] (rev 3).
....
Bus 1, device 8, function 0:
VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 6).
IRQ 10.
Master Capable. Latency=64. Min Gnt=4.Max Lat=255.
Non-prefetchable 32 bit memory at 0xf4000000 [0xf7ffffff].
....
-----
can someone PLEASE! help me out on this one??? i've pretty much burned
all the available resources (read online docs, howtos, etc), and nothing,
no advance at all.
TIA
|