unixsu
04-19-03, 09:06 PM
Whatever I do, my AGP card's monitor is always to the logical right of my PCI card's monitor. I've fiddled with my XF86Config-4 using the RightOf and LeftOf syntax but it hasn't helped.
Driver version: 1.0-4349
cat /proc/driver/nvidia/cards/0:
Model: GeForce2 MX/MX 400
IRQ: 11
Video BIOS: 03.11.01.26.02
Card Type: PCI
cat /proc/driver/nvidia/cards/1:
Model: GeForce2 MX/MX 400
IRQ: 11
Video BIOS: 03.11.00.07.00
Card Type: AGP
distro: Linux version 2.4.19-16mdk (quintela@bi.mandrakesoft.com) (gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)) #1 Fri Sep 20 18:15:05 CEST 2002
processor: AMD Athlon 800 MHz
(snippet from dmesg)
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: Detected Via Apollo Pro KT133 chipset
agpgart: AGP aperture is 64M @ 0xe0000000
Motherboard: M7VKB Via Apollo Pro VIAKT133 chipset
Here are fragments from XF86Config-4:
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
BusID "PCI:0:8:0"
EndSection
Section "Device"
Identifier "device2"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
BusID "PCI:1:0:0"
EndSection
screen1 is for device1 while screen2 is for device2.
This is the layout:
Section "ServerLayout"
Identifier "both"
Screen "screen2" RightOf "screen1"
Screen "screen1" LeftOf "screen2"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Any ideas?
Driver version: 1.0-4349
cat /proc/driver/nvidia/cards/0:
Model: GeForce2 MX/MX 400
IRQ: 11
Video BIOS: 03.11.01.26.02
Card Type: PCI
cat /proc/driver/nvidia/cards/1:
Model: GeForce2 MX/MX 400
IRQ: 11
Video BIOS: 03.11.00.07.00
Card Type: AGP
distro: Linux version 2.4.19-16mdk (quintela@bi.mandrakesoft.com) (gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)) #1 Fri Sep 20 18:15:05 CEST 2002
processor: AMD Athlon 800 MHz
(snippet from dmesg)
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: Detected Via Apollo Pro KT133 chipset
agpgart: AGP aperture is 64M @ 0xe0000000
Motherboard: M7VKB Via Apollo Pro VIAKT133 chipset
Here are fragments from XF86Config-4:
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
BusID "PCI:0:8:0"
EndSection
Section "Device"
Identifier "device2"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
BusID "PCI:1:0:0"
EndSection
screen1 is for device1 while screen2 is for device2.
This is the layout:
Section "ServerLayout"
Identifier "both"
Screen "screen2" RightOf "screen1"
Screen "screen1" LeftOf "screen2"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Any ideas?