Zaphod mode on radeon X1650PRO, X300SE
Jan Kasprzak
kas at fi.muni.cz
Mon Mar 17 09:08:15 PDT 2008
Hello,
I have problems with ATI cards in the zaphod mode:
- with ATI X300SE (RV370) it more-or-less works, except the following
problems:
- the cursor on the secondary screen is a square of 64x64
pixels filled with random noise (the noise pattern
remains the same even when the cursor shape should
change - e.g. when moving the cursor over the scrollbar)
- when switching to the text console, both monitors enter power
saving mode, so the console is not visible. Switching back
to X works.
- with ATI X1650PRO in the same computer and the same xorg.conf it does
not work at all - only the secondary head is started (as screen :0.0),
and the primary one enters the pover saving mode. There is no
screen :0.1 reported by xdpyinfo.
More details:
- I run Fedora 8, x86_64, xorg-x11-drv-ati-6.8.0-1.fc8.x86_64.
- I have two monitors - primary one is 1600x1200, secondary one
is 1280x1024.
- I don't want to run MergedFB or Xinerama or any other kind "large virtual
screen" for various reasons (such as different size of my monitors,
the ability of switching the virtual desktops independently on each
head, etc.).
- MergedFB mode works even on X1650PRO.
- I used to have Radeon 7500, and it worked with 6.6.0 drivers (in Fedora 7)
even when switching back to the text mode.
- FWIW, the X1650PRO has two DVI outputs, so I use them for connecting
my monitors, the other two cards (X300SE and 7500) were DVI+VGA,
so the secondary head is connected by VGA cable.
My xorg.conf is attached, the Xorg.1.log file from
the X1650PRO card is available (for the next few weeks or so) at
http://www.fi.muni.cz/~kas/tmp/Xorg.1.log
Thanks for any help, esp. with the X1650 card.
-Yenya
--
| Jan "Yenya" Kasprzak <kas at {fi.muni.cz - work | yenya.net - private}> |
| GPG: ID 1024/D3498839 Fingerprint 0D99A7FB206605D7 8B35FCDE05B18A5E |
| http://www.fi.muni.cz/~kas/ Journal: http://www.fi.muni.cz/~kas/blog/ |
>> If you find yourself arguing with Alan Cox, you’re _probably_ wrong. <<
>> --James Morris in "How and Why You Should Become a Kernel Hacker" <<
-------------- next part --------------
Section "ServerLayout"
Identifier "Zaphod"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "Xinerama" "off"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection
Section "Module"
# Load "dri"
Load "extmod"
Load "GLcore"
Load "xtrap"
Load "dbe"
Load "vnc"
Load "record"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "ACR"
ModelName "AL2021"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "LG"
ModelName "L1930P"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
Screen 0
Option "MergedFB" "False"
Option "Monitor-DVI-0" "Monitor0"
EndSection
Section "Device"
Identifier "Card1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board -2nd"
BusID "PCI:1:0:0"
Screen 1
Option "Monitor-DVI-1" "Monitor1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
More information about the xorg
mailing list