On Tuesday 19 December 2000 21:29, you wrote:
A sure fix is
Option "noaccel"
but this is an expensive one in terms of game performance. I would suggest
you have a "two-config monte" type setup with
XFree86-4.gam as you submitted it
XFree86-4.nvi as below with the option
and a couple of scripts (or a single one which switches and tells you which
one you have up) whose major instructions would be this:
file xfreegame
#!/bin/sh
echo
echo "Setting up for games, restart x with ctrl-alt-backspace afterwards"
echo
su -
cp XFree86-4.gam /etc/X11/XF86Config-4
exit
echo
echo "Done, now restart X"
file xfreeemacs
#!/bin/sh
echo
echo "Setting up for emacs and Konsole, restart X when done"
echo
su -
cp XFree86-4.nvi /etc/X11/XF86Config-4
exit
echo
echo "Done, now use ctrl-alt-backspace"
This seems to be a problem with the KDE desktop which is fixed in the 2.1pre.
Civileme
> > Please Help !!!!!!!
>
> my system is running Xfree86 4.0.1 on LM7.2 and kde2.0
> system info = 810 intel mother board + 550e pIII + 192M
>
> when i drag another window on top pf konsole ro xemacs window
> the window gets garbled in places where the edges of the dragged window
> was present inside konsole/xemacs window, this does not happen in kmail
> window, switching desktops back and forth helps restore most times.
>
> Here is the copy of my XF86Config-4
>
> # This loads the DBE extension module.
> Load "dbe"
> Load "glx"
> Load "dri"
> # This loads the miscellaneous extensions module, and disables
> # initialisation of the XFree86-DGA extension within that module.
>
> SubSection "extmod"
> #Option "omit xfree86-dga"
> EndSubSection
>
> # This loads the Type1 and FreeType font modules
>
> Load "type1"
> Load "freetype"
>
> Section "DRI"
> Mode 0666
> EndSection
>
> Section "Device"
> Identifier "Intel 810"
> VendorName "Unknown"
> BoardName "Unknown"
> Driver "i810"
> VideoRam 16384
>
Option "noaccel"
> Option "DPMS"
> EndSection
> Section "Screen"
> Identifier "screen1"
> Device "Intel 810"
> Monitor ""
> DefaultColorDepth 16
> Subsection "Display"
> Depth 8
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> ViewPort 0 0
> EndSubsection
> Subsection "Display"
> Depth 15
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> ViewPort 0 0
> EndSubsection
> Subsection "Display"
> Depth 16
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> ViewPort 0 0
> EndSubsection
> Subsection "Display"
> Depth 24
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> ViewPort 0 0
> EndSubsection
> Subsection "Display"
> Depth 32
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> ViewPort 0 0
> EndSubsection
> EndSection
----------------------------------------
Content-Type: text/plain; charset="iso-8859-1"; name="message.footer"
Content-Transfer-Encoding: 8bit
Content-Description:
----------------------------------------
Keep in touch with http://mandrakeforum.com:
Subscribe the "[EMAIL PROTECTED]" mailing list.