On Wed, Nov 27, 2002 at 12:46:15PM +0200, Panagiotis Papadakos wrote:
> I have the following two problems with my Matrox...
>
> a) The new cursor with the whiteglass theme, sometimes is rendered with a
> dark red colour, especially when the cursor is over a textbox or the
> edjes of a button.
> Also because I am using my Matrox dualheaded, sometimes the cursor is
> drawn on the second head despite the fact that the mouse cursor is on
> the first head. This probably has nothing to do with the colour of the
> cursor (if the cursor is rendered dark red or white). So sometimes my
> second screen may get corrupted with many cursors drawn on it, and I
> have to place a window over them, in order to clear it.
>
> b) Also sometimes the same happens and with anti-aliased fonts, especially
> when I am doing something which for example scrolls down very fast my
> terminal which uses anti-aliased fonts. For example if I run configure
> on my anti-aliased kosnole. Most of the times the fonts are drawn at
> the left side of my second screen, which has a smaller resolution than
> my first head (1024x768 instead of 1280x1024). Also the fonts which
> are drawn in the second head are whole lines from the application
> which scrolls very fast on the first head. Most of the times this
> happens with some mouse cursors around him, as I described in problem
> a).
>
> I am using mga_hal_drv.o, but probably this is not the problem, because I
> tried once an Xserver without loading mga_hal_drv.o and the cursor again
> changed colours. Without mga_hal_drv.o I can't have dualhead mode, so
> I don't know for the other problems.
>
> When I used Option "NoAccel" "1", everything works fine, but the server is
> too slow....
>
> As I can understand this is probably a Xrender problem for the mga driver.
> I would like to search a bit, but I don't know how Xrender is used by the
> mga driver.
>
> Regards
>
> Panagiotis Papadakos
> _______________________________________________
> Xpert mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xpert
I used a G400 in dualhead mode before without any problems, now a G550
with the configuration below. The hal_module is from mgadrivers-2.0.tgz.
>From time to time I try to compile a new XFree from the cvs.
The last one I tried (works very fast an stable for me) was from Sep 11 2002.
Section "Module"
Load "extmod"
# Load "xie"
# Load "pex5"
Load "glx"
Load "GLcore"
# Load "dri"
Load "dbe"
Load "record"
Load "type1"
Load "bitmap"
# Load "xtt"
Load "speedo"
Load "freetype"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/local/share/ttf"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/share/ghostscript/fonts/"
ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "ServerFlags"
# nothing defined
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "LG882LE_1"
HorizSync 30.0-64.0
VertRefresh 60.0-60.0
EndSection
Section "Monitor"
Identifier "LG882LE_2"
HorizSync 30.0-64.0
VertRefresh 60.0-60.0
EndSection
Section "Device"
Identifier "Matrox1"
Driver "mga"
Option "MGASDRAM"
Option "HWCursor" "On"
Option "DigitalScreen" "yes"
Option "AGPMode" "2"
Option "Crtc2Half" "On"
BusID "PCI:01:00:0"
Screen 0
EndSection
Section "Device"
Identifier "Matrox2"
Driver "mga"
Option "MGASDRAM"
Option "HWCursor" "On"
Option "AGPMode" "2"
Option "Crtc2Half" "On"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen1"
Device "Matrox1"
Monitor "LG882LE_1"
DefaultDepth 24
DefaultFbBpp 32
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Matrox2"
Monitor "LG882LE_2"
DefaultDepth 24
DefaultFbBpp 32
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "xinerama"
Screen "Screen1" LeftOf "Screen2"
Screen "Screen1"
Screen "Screen2"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "Xinerama" "On"
EndSection
--
Regards
Klaus
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert