Hi fellow Linuxinians,
I have a wee bit of problem that I have been trying to work out over the last , say 8 days (that's striaght , every waking hour). The card in question is the Radeon 7500 VE 64MB DDR-Ram with dual head. The software in question is Xinerama and the problem is how to get problem a) to work with problem b).
I haveboth displays up, unfortunately, they are both displaying exactly the same thing. So I'm watching my self type in "stereo".
Here's my XF86Config-4 file
#XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7
Section "ServerLayout"
Identifier "ATi 7500VE Dual Head Configured"
Screen 0 "LGE" 0 0
Screen "Apple" rightof "LGE"
Option "Xinerama" "on"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "unix/:7100"
EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "record" # X event recorder
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "LGE"
ModelName "Studioworks 900B"
HorizSync 31.5-57.0
VertRefresh 50-70
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Philips"
ModelName "Apple Multiscan17"
HorizSync 41.876
VertRefresh 75.121
Option "dpms"
EndSection
Section "Device"
Option "nodri"
Identifier "ATI Radeon 7500 QW LGE"
Driver "radeon"
BoardName "VE"
BusID "PCI:1:5:0"
EndSection
Section "Device"
Option "nodri"
Identifier "ATI Radeon 7500 QW Apple"
Driver "radeon"
BoardName "VE"
BusID "PCI:1:5:0"
EndSection
Section "Device"
Identifier "Linux Frame Buffer"
Driver "radeon"
BoardName "radeon 7500 QW"
EndSection
Section "Screen"
Identifier "LGE"
Device "ATI Radeon 7500 QW LGE"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Apple"
Device "ATI Radeon 7500 QW Apple"
Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Group "Video"
Mode 0666
EndSection
And here's what lspci -v , for all you masocists,
01:05.0 VGA Compatible Controller: ATI Technologies Inc Radeon 7500QW (prog-if 00 [VFGA])
Subsystem: Unknown device 1787:1307
Flags: bus mastering, stepping, 66MHz, medium devsel, latency 32, IRQ 11
Memory at e0000000 (32 bit, prefetchable) [size=128M]
I/O ports at 9000 [size=256]
Memory at ed000000 (32 bit non-prefetchable) [size= 64K]
Expansion ROM at <unassigned> [disabled][size=128k]
Capabilities [58] AGP 2.0
Capabilites [50] Power management 2.0
Any takers??
