CVS Update: xc (branch: trunk)

2003-01-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/29 07:17:34

Log message:
   796. Work-around for Radeon int10 problems (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_driver.c 
  
  Revision  ChangesPath
  3.2504+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.82  +16 -16xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/29 07:23:20

Log message:
   797. Fix for memory fences on PowerPC (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
compiler.h 
  
  Revision  ChangesPath
  3.2505+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.99  +3 -3  xc/programs/Xserver/hw/xfree86/common/compiler.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]03/01/29 07:42:19

Log message:
  SiS driver fixes:
  - Fix for SiS730+LVDS machines (display modes restricted due to
hardware limits; LCD text mode restoration fixed)
  - Fix for SiS300 bus width detection
  - Fix for Fn+Fx output device switching on some machines (still
does not work on all)
  - Numerous Dual Head fixes
  - Added color hardware cursor support on 300/310/325/330 series
  - Added PAL-M and PAL-N support for Chrontel 701x
  - Added ModeLine handling for 300/310/325/330 series (CRT1 only)
  (Thomas Winischhofer).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
300vtbl.h 310vtbl.h init.c init.h init301.c init301.h 
initdef.h oem300.h oem310.h sis.h sis.man sis300_accel.c 
sis300_accel.h sis310_accel.c sis310_accel.h 
sis6326_video.c sis_accel.c sis_accel.h sis_cursor.c 
sis_cursor.h sis_dac.c sis_dac.h sis_dga.c sis_dri.c 
sis_driver.c sis_driver.h sis_opt.c sis_regs.h 
sis_setup.c sis_shadow.c sis_vb.c sis_vb.h sis_vga.c 
sis_video.c vstruct.h 
  
  Revision  ChangesPath
  3.2506+12 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.3   +162 -106  xc/programs/Xserver/hw/xfree86/drivers/sis/300vtbl.h
  1.3   +175 -16   xc/programs/Xserver/hw/xfree86/drivers/sis/310vtbl.h
  1.5   +740 -218  xc/programs/Xserver/hw/xfree86/drivers/sis/init.c
  1.4   +6 -3  xc/programs/Xserver/hw/xfree86/drivers/sis/init.h
  1.9   +837 -321  xc/programs/Xserver/hw/xfree86/drivers/sis/init301.c
  1.8   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/sis/init301.h
  1.8   +24 -17xc/programs/Xserver/hw/xfree86/drivers/sis/initdef.h
  1.2   +38 -6 xc/programs/Xserver/hw/xfree86/drivers/sis/oem300.h
  1.3   +111 -111  xc/programs/Xserver/hw/xfree86/drivers/sis/oem310.h
  1.29  +87 -18xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h
  1.10  +12 -10xc/programs/Xserver/hw/xfree86/drivers/sis/sis.man
  1.14  +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis300_accel.c
  1.8   +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis300_accel.h
  1.2   +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis310_accel.c
  1.2   +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis310_accel.h
  1.2   +24 -10xc/programs/Xserver/hw/xfree86/drivers/sis/sis6326_video.c
  1.25  +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_accel.c
  1.2   +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_accel.h
  1.9   +547 -95   xc/programs/Xserver/hw/xfree86/drivers/sis/sis_cursor.c
  1.4   +268 -94   xc/programs/Xserver/hw/xfree86/drivers/sis/sis_cursor.h
  1.28  +101 -54   xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dac.c
  1.7   +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dac.h
  1.5   +6 -4  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dga.c
  1.25  +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dri.c
  1.85  +2005 -610 xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.c
  1.6   +36 -27xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.h
  1.14  +126 -15   xc/programs/Xserver/hw/xfree86/drivers/sis/sis_opt.c
  1.17  +12 -10xc/programs/Xserver/hw/xfree86/drivers/sis/sis_regs.h
  1.8   +43 -10xc/programs/Xserver/hw/xfree86/drivers/sis/sis_setup.c
  1.4   +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_shadow.c
  1.10  +35 -6 xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vb.c
  1.7   +0 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vb.h
  1.16  +37 -44xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vga.c
  1.9   +291 -95   xc/programs/Xserver/hw/xfree86/drivers/sis/sis_video.c
  1.2   +37 -0 xc/programs/Xserver/hw/xfree86/drivers/sis/vstruct.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread Kevin E. Martin
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]  03/01/29 10:06:08

Log message:
   805. Card name changes/fixes (Hui Yu@ATI).
   804. Panel color channel depth fix for Radeons (Hui Yu@ATI).
   803. Include list_for_each_safe define for kernels that do not have it
(Kevin Martin).
   802. Fix 2D corruption around 3D window, when 3D window is moving and using
Radeon page flipping code (Michel Dänzer).
   801. Big endian fixes for Rage 128 and Radeon video and Radeon cursor code
(Michel Dänzer).
   800. Enable PCI GART for all architectures (still gated by ForcePCIMode, if
on an AGP card) (Michel Dänzer).
   799. Fix for Radeon's CP accelerated 2D sync routine (Michel Dänzer).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
r128_video.c radeon_accelfuncs.c radeon_cursor.c 
radeon_dri.c radeon_driver.c radeon_probe.c 
radeon_video.c 
  xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/:
drmP.h 
  xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/:
radeon_cp.c 
  
  Revision  ChangesPath
  3.2507+12 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.24  +16 -19xc/programs/Xserver/hw/xfree86/drivers/ati/r128_video.c
  1.6   +30 -37
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accelfuncs.c
  1.20  +24 -56xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_cursor.c
  1.26  +31 -58xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
  1.83  +24 -25xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.23  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
  1.23  +20 -16xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c
  1.26  +6 -0  
xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drmP.h
  1.4   +0 -16 
xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon_cp.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]03/01/29 11:29:49

Log message:
   806. Fixed patch 760: VBEInit takes entity index, not screen index
(Egbert Eich).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga_driver.c 
  
  Revision  ChangesPath
  3.2508+4 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.231 +2 -2  xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/29 14:05:02

Log message:
   806. Disable the INREG fallbackup in the radeon 3D driver on Alpha because
it references a function that's not availalbe (#5596, Jeff Wiedemeier).

Modified files:
  xc/lib/GL/mesa/src/drv/radeon/:
radeon_ioctl.c 
  
  Revision  ChangesPath
  1.11  +9 -2  xc/lib/GL/mesa/src/drv/radeon/radeon_ioctl.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/29 14:09:41

Log message:
   807. Add knowledge about two Korean foundries to mkfontscale (#5598,
Jungshik Shin).

Modified files:
  xc/programs/mkfontscale/:
data.h 
  
  Revision  ChangesPath
  1.2   +3 -1  xc/programs/mkfontscale/data.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/29 14:11:15

Log message:
   808. xkbcomp/rules/xfree86.xml wasn't being installed (#5599, Ivan Pascal).

Modified files:
  xc/programs/xkbcomp/rules/:
Imakefile 
  
  Revision  ChangesPath
  3.4   +1 -1  xc/programs/xkbcomp/rules/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



New release but old bugs on cyber9385

2003-01-29 Thread Mario Giammarco
Hello,
I have just tried the 4.2.99 version on my thinkpad with trident cyber 9385 
video card.
It has the same old bug (3.3.x worked, 4.0.x bugged): scrambled screen.
If I connect to an external display I can see that problem are due to sync 
value higher than the one I specify in xf86config file (e.g.: if I put 
800x600x60hz I obtain 800x600x107hz !!!)

Please solve it (I can try to help you) or remove at all support for cyber 
9385 and do not say it is supported.

Thanks you in advance for your interest.

--
[EMAIL PROTECTED]

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: Fw: Bison/Yacc problems ...

2003-01-29 Thread Thomas E. Dickey
On Wed, 29 Jan 2003, Jamie Risk wrote:

 I don't know where, but I came across a information about bison
 version information for compiling XFree86. I'm not hurt that it didn't
 come from this list, but even an impolite Use bison 1.35: RTFM!
 would have been useful.

byacc is preferable.

(the people working on bison appear to have little interest in keeping it
compatible with other flavors of yacc)

-- 
T.E.Dickey [EMAIL PROTECTED]
http://invisible-island.net
ftp://invisible-island.net
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: s3virge bigendian

2003-01-29 Thread Meelis Roos
  Now the remanining problem is the garbage in lower part of the screen -
  any ideas about that? It's there even with NoAccel and changing too.

 If you have accel enabled, but then use 'sw_cursor' option, does the
 noise still appear?

Yes. Just moving the cursor makes it flicker.

The flickering part is the last 0.5 M of the framebuffer. 2M is OK and
the last 0.5M is garbage (at 1280x1024,16bpp). Something to do with
video ram size detection?

Haven't still had time to test this specific card in x86.

-- 
Meelis Roos ([EMAIL PROTECTED])

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: 4.2.99.4 Test report : Ctr-Alt-BkSpc status?

2003-01-29 Thread David Dawes
On Mon, Jan 27, 2003 at 06:57:22PM -0500, Kevin Brosius wrote:
David Dawes wrote:
 
 
 On Sun, Jan 26, 2003 at 03:06:36AM -0500, Kevin Brosius wrote:
 
  Does the server work correctly other than the key sequence not
  working?  If it is stuck somewhere, it might explain both why
  SIGTERM and SIGHUP didn't do anything and why the terminate key
  sequence didn't work.
 
 Yes, the server seems to work fine, other than ignoring Ctl-Alt-BkSpc.
 Other Alt sequences work, like Ctl-Alt-+.
 
 Those other sequences are handled in the same way as Ctl-Alt-BkSpc,
 so it does point to the mapping for that one getting overriden after
 the X server starts.
 
  Could you send the 'xmodmap -pk' output?  Are you running any
  xmodmap script as part of your startx/xdm rc files that might be
  re-mapping the BackSpace key?
 
 The patch doesn't seem to make a difference.
 
 I've attached xmodmap -pk.
 
 The only difference I see between yours and mine is that mine has the
 following for the backspace key:
 
  22 0xff08 (BackSpace)  0xfed5 (Terminate_Server)
 
 while yours is:
 
  22 0xff08 (BackSpace)
 
 xmodmap scripts, that may be it.  It looks like SuSE uses a .xinitrc
 which may call 'xmodmap /usr/X11R6/lib/X11/Xmodmap' if it exists and
 XSESSION_IS_UP is set.  Although it comments that XSESSION_IS_UP is set
 by xdm, which I am not running.  If it where set, it would use an old
 Xmodmap, as I've changed ProjectRoot on this machine and that default
 path is an older version, 4.1.0.
 
 Other than that, I don't see anything calling xmodmap.  And I don't
 think it's calling that one, since it's xdm related.
 
 A way to double-check this is to run something like:
 
   startx /path/to/your/twm
 
 or just: 'XFree86'
 
 and see if the server terminate sequence works then.


Yes, this case works.  So, something in my setup (an xmodmap call I
haven't located yet?) is incompatible with the recent changes?

I think it'd be best if XKB and xmodmap weren't mixed, but that's not
something we can rely on.  I'm not sure how best to handle having the
ability to remap the special key sequences via XKB and the fact that
many existing configurations are probably going to unwittingly wipe out
the mapping for some of them.  One possible way would be to make
the ability to remap them optional, defaulting to the old hard-coded
mappings.  At the moment we default to checking for the server terminate
action in the XKB map loaded at startup, and fall back to the hard-coded
mappings when it isn't there.  I don't know if we could sensibly trap
and handle the server terminate mapping being removed after startup.

When started this way, running xmodmap -pk against the server does show:

 22 0xff08 (BackSpace)  0xfed5 (Terminate_Server)   

That confirms that it's being changed by something later.

David
-- 
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: XVideo - adding and removing interfaces?

2003-01-29 Thread David Dawes
On Mon, Jan 27, 2003 at 09:52:48PM -0500, Kevin Brosius wrote:
I'd like to be able to add/remove an XVideo interface on the fly during
mode switches.  Is this possible with the existing interface?  I don't
see anything in the DESIGN doc other than the xf86XVScreenInit()
function for setup.  The ViRGE doesn't seem capable of XVideo during
doublescan modes (320x200), so I'd like to be able to remove the Xv
interfaces when in those modes, then re-add them when a compatible mode
is switched back in.

I did something similar to this in the i810 driver (the i830 part)
because there are bandwidth limits for the video overlay on those chips,
and using the overlay when those limits are exceeded results in a lockup.
See the SwitchMode{Before,After} bits in i830_video.c and i830_driver.c.
There are some problems with this quick implementation that I need to
fix, but it does acheive my main goal of avoiding lockups by using Xv
in modes where it will cause a lockup.

David
-- 
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: [XFree86] Xv support in SiliconMotion driver ?

2003-01-29 Thread Egbert Eich
Mark Cuss writes:
  Hello again all
  
  After some fiddling with the new 4.2.99 X server, I got the xv info stuff
  working on the SMI.  But, one more question - the SMI says it can putImage
  as well as putVideo - does this thing have a built in frame grabber!?  I
  couldn't find any spec mentioning this.  I imagine it needs a 7114 or
  something similar to accompany it.
  

Yes, exactly. This was developed for a system which came with such a
chip.

Egbert.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: XVideo - adding and removing interfaces?

2003-01-29 Thread Kevin Brosius
David Dawes wrote:
 
 
 On Mon, Jan 27, 2003 at 09:52:48PM -0500, Kevin Brosius wrote:
 I'd like to be able to add/remove an XVideo interface on the fly during
 mode switches.  Is this possible with the existing interface?  I don't
 see anything in the DESIGN doc other than the xf86XVScreenInit()
 function for setup.  The ViRGE doesn't seem capable of XVideo during
 doublescan modes (320x200), so I'd like to be able to remove the Xv
 interfaces when in those modes, then re-add them when a compatible mode
 is switched back in.
 
 I did something similar to this in the i810 driver (the i830 part)
 because there are bandwidth limits for the video overlay on those chips,
 and using the overlay when those limits are exceeded results in a lockup.
 See the SwitchMode{Before,After} bits in i830_video.c and i830_driver.c.
 There are some problems with this quick implementation that I need to
 fix, but it does acheive my main goal of avoiding lockups by using Xv
 in modes where it will cause a lockup.

Yeah, I realized about 10 minutes after sending the mail that removing
the interfaces was a problem, because clients might persist through a
mode switch.  I submitted a virge patch that just ignores the overlay
commands when the mode isn't overlay capable.  I'll take a look at your
method also.  Thanks,

-- 
Kevin
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Problem building drm module for FreeBSD

2003-01-29 Thread Bryan Liesner
in xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel:

The files ati_pcigart.h, drm_drv.h, and drm_scatter.h all use the
macro M_WAITOK, but it isn't defined anywhere.

The branch is HEAD...
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



[Fonts] No bitmapped fonts in Qt 3.1.1

2003-01-29 Thread Martin van Es
Hi,

I've been having on and off (more off lately) experiences with AA and
BitMapped fonts under Qt 3.x. since I started compiling Xfree86 from CVS
(4.2.99).
At first AA fonts were disabled, then I had AA and BM'd and now only
AA'd fonts.

Don't get me wrong: I LOVE AA'd fonts, it's just that I'd like to use
some of the BM'd fonts for my KDE interface as well (I like 'Clean' a
lot!).

All BM'd fonts show up in my fontlist, but they display as some default
AA'd font (I suspect Helvetica) with too much whitespace between the
characters. I'm a bit confused who's responsible for what when it comes
to fonts. There is xft, xft2, fontconfig xrender etc.

I compiled Qt 3.1.1 from source (with Xft support, more than once).

What am I missing/doing wrong?
I'm having troubles 'reading' the new font.config format, might there be
some aliases that are ruining it for me? Old configs/stale installations
seem impossible, since I allways compile X to a fresh X11R6/ directory,
unless I am suffering from old configs somewhere in /etc?

The symptoms are the same in qtconfig and The KDE font controlpanel
module, so I suspect the problem to be at Qt/Xfree-level.

Oh erm one last important remark: bitmapped fonts _do_ work in xterm
(etc).
It's really that Qt vs. XF-4.2.99 messes up for some reason.


Regards,
Martin

___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts



[XFree86] [XFree86(TM) Bug Report] The 'pl2' keyboard configuration.

2003-01-29 Thread Piotr ¯urek
Regarding: The 'pl2' keyboard configuration.
Email: [EMAIL PROTECTED]

XFree86 Version: 4.2.99.3

OS: Mandrake Linux 9.0, Gentoo 1.4, (probably others too)

Area: Xetc

Server: not server related

Description:

In file: 'Xetc.tgz/X11/xkb/symbols/pl2' which:
 // Describes the differences between a very simple en_US
  // keyboard and a very simple QWERTZ Polish keybaord
is an error in line 79 column 19, where is 'C' instead of 'c'.
Correcting this gives ability to write a small 'c' in X programs.

I believe this error is uncorrected in most of available Linux distributions (probably 
because not many people uses these keyboards - polish QWERTZ).

Repeat By:



___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] X server

2003-01-29 Thread Michel Dänzer
On Mit, 2003-01-29 at 06:37, Andrew V. Stiegmann wrote:

 First of all, I can not start the x server from the Text login
 interface.  When i type in startx after logging in, there is always
 a fatal error and the X server will not start.  It always says:
 Fatal server error:
 Server is already active for display 0
 If this server is no longer running, remove /tmp/.X0-lock
 and start again.

As you seem to be using display managers, the server may indeed still be
running? If so, you can start a second one with startx -- :1 .


 Also, whenever i logout of either gnome or KDE and go back to the
 login screen, the mouse is always frozen in the middle.  I have to
 type Alt+E to restart the X server in order to fix it.  I have
 switched from the Kde to the Gnome login GUI login screen and back
 several times, but the same problem exists.

At least gdm you can set up to always restart the server as a
workaround.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] RE: SELL FLASH MEMORY USB DRIVE

2003-01-29 Thread lejeyu
RE: SELL FLASH MEMORY USB DRIVE
Our company is a main manufacturer of FLASH MEMORY USB DRIVE in China. 
USB FLASH HARD DRIVE is a pocketable for data storage and transportation .It acts as a 
removable hard drive when plugging into the USB port of your computer. You can save, 
delete, and move files endless numbers of times without worries. Through it, 
transporting your data has been never this easy.  

Its characteristics as follows:
(1)  No cable, battery, no drive, power supply and software, required.
(2) Capacity: 32MB; 64MB; 128MB; 256MB; 512MB; 1GB;
(3):Writing and reading speed is much faster than disk, ( write: 700KB /sec, Red : 1 
MB.)
(4):At least 10 years of data retention
(5):Small dimension, light weight, ( L*W*H=85*28*15mm) thumb-size, weight 15 grams.
(6) shockproof and moisture-proof.
(7) Can write and delete for more than 1,000,000 times.

And its functions as follows:
(1):support format and security program, secure the data, even in case of losing the 
flash disk, the data won't be leaked.
(2):No driver installation required(except on Window 98)
(3):Support Window 98/99 Se/Me/2000/XP/Mac Os/Linux.
(4):Support USB Hard Disk booting from BIOS (BIOS supporting USB HDD)
(5):Write protect switch to secure the date in the disk.

If you are interested in our products, please contact us for more details. 

 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] HelpMePlease!

2003-01-29 Thread John Tapsell
ali,

  Did you fix your problem?

JohnFlux


On Tue, Jan 28, 2003 at 04:44:43PM +, John Tapsell wrote:
 Good sir,
   Could you try something for me please?
 
 place this in /etc/system:
 
 
 set shmsys:shminfo_shmmax = 8388608
 set shmsys:shminfo_shmmni = 0x1000
 set shmsys:shminfo_shmseg = 0x100
 
 And try again.  Let me know if anything changes.
 (Create it if it doesn't exist)
 
 Thanks
 
 JohnFlux
 
 On Tue, Jan 28, 2003 at 05:00:14PM +0100, ali wrote:
  Hi!
  I have notebook with sis chipset, vga(sis), and after few minutes my screen 
freeze...but server and services on my notebook works (ftpd, telnetd, 
sshd)...Alt+CTRL+backspace don't work, CTRL+Alt+Del don't work =O Please help me if 
u can...Thanks a lot, i'm sending my logfile in next mail...Have a nice day!
  ___
  XFree86 mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/xfree86
 
 -- 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

-- 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] mouse cursor is a big rectangle on sis video card

2003-01-29 Thread Marius Andreiana
Hi

On sis 5591/5592 agp video card, mouse cursor is displayed as a big
(30x30 pixels ) rectagle filled with random stuff. There's also a dotted
line (sometimes two) almost in the middle of the screen. For very short
period of times the cursor is displayed properly.
I'm using xfree86 4.2.99 included in second red hat beta release.

Please let me know if other information is needed or how could I help
fixing this.

Thank you!
-- 
Soluţii informatice bazate pe Linux / Linux-based IT solutions
www.galuna.ro


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] mouse cursor is a big rectangle on sis video card

2003-01-29 Thread John Tapsell
Could you try the following please, and let me know if it works.

Open /etc/X11/XF86Config-4
Go to the Display section.
Add:
  Option SWCursor

in that section.

Thanks
JohnFlux


On Wed, Jan 29, 2003 at 04:03:07PM +0200, Marius Andreiana wrote:
 Hi
 
 On sis 5591/5592 agp video card, mouse cursor is displayed as a big
 (30x30 pixels ) rectagle filled with random stuff. There's also a dotted
 line (sometimes two) almost in the middle of the screen. For very short
 period of times the cursor is displayed properly.
 I'm using xfree86 4.2.99 included in second red hat beta release.
 
 Please let me know if other information is needed or how could I help
 fixing this.
 
 Thank you!
 -- 
 Soluţii informatice bazate pe Linux / Linux-based IT solutions
 www.galuna.ro
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

-- 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] mouse cursor is a big rectangle on sis video card

2003-01-29 Thread Marius Andreiana
On Mi, 2003-01-29 at 16:13, John Tapsell wrote:
 Could you try the following please, and let me know if it works.
 Add:
   Option SWCursor
I will. Should I also try starting X with -nosilk?

The problem is the owner of the system is a complete newbie and lives
quite far from me, it will take several days for me to try this.
In the meantime, if there's anything I should try or gather more info
when I go there, please let me know.

thank you!
-- 
Soluţii informatice bazate pe Linux / Linux-based IT solutions
www.galuna.ro


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] Problems with 3-D gaming on Redhat 7.2

2003-01-29 Thread Ian Romanick
Laura West wrote:

2.  I am using Red Hat 7.2 and upgraded it to the latest kernel, 
along with the latest version of xfree86.  Trident Cyberblade is the 
driver xfree86 chooses to be the best driver.

There is no hardware accelerated 3D driver available for this card for 
Linux.  The game runs slowly because it is using software rendering.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] [XFree86(TM) Bug Report] XFree86-4.2.99.4-20030121.0/sparc64 keyboard probbem ....

2003-01-29 Thread Babint Cristian
Regarding: XFree86-4.2.99.4-20030121.0/sparc64 keyboard probbem 
Email: [EMAIL PROTECTED]

XFree86 Version: CVS 4.2.99.4-20030121

OS: aurora (rh based) sparc/sparc64 on Ubtra 10.

Area: Xserverv or more exactby xkb ?

Server: XFree86 (The XFree86 4.x server)

Server: since 4.2.0 but higher version.

Video Card:

acording: bspci
01:02.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro 215GP (rev 5c)

acording: dmesg
Sun TYPE 5 keyboard detected without keyclick

Description:

The probbem is keyboard rebated.As you can even now read
if i type the l button for me appear b instead !
if type , - v. these two bittbe bugs !

it is since  4.2.0 (but not 4.2.0)
(must mencion that i try to boad good xkb descriptor fibes from
other obder version but the trick doesnt worked ...)

acording to xev if i press l:

KeyPress event, serial 27, synthetic NO, window 0x1a1,
root 0x3f, subw 0x0, time 910895, (468,867), root:(474,887),
state 0x0, keycode 111 (keysym 0x62, b), same_screen YES,
XLookupString gives 1 bytes:  b

KeyRelease event, serial 27, synthetic NO, window 0x1a1,
root 0x3f, subw 0x0, time 910978, (468,867), root:(474,887),
state 0x0, keycode 111 (keysym 0x62, b), same_screen YES,
XLookupString gives 1 bytes:  b
--

Posibbe keybord descriptor fibe probbem ?
here is fub X dump:
and after a atach XF86-config fibe too.

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.99.4 (Custom Build: 4.2.99.4-20030121.0) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 20 January 2003
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.20 sparc64 [ELF]
Build Host: sun

Module Loader present
OS Kernel: Linux version 2.4.20 (root@sun) (gcc version 3.2 20021015 (Red Hat Linux 
8.0 3.2-10)) #1 Fri Jan 10 11:36:37 EST 2003
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Thu Jan 30 17:49:04 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor My Monitor
(**) |   |--Device ATI Mach64
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option Protocol Standard
(**) Option XkbRules sun
(**) XKB: rules: sun
(**) Option XkbModel type5
(**) XKB: model: type5
(**) Option XkbLayout ru
(**) XKB: layout: ru
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to unix/:7100
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.2.99.4, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.2.99.4, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 108e,a000 card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 108e,5000 card , rev 13 class 06,04,00 hdr 81
(II) PCI: 00:01:1: chip 108e,5000 card , rev 13 class 06,04,00 hdr 81
(II) PCI: 01:01:0: chip 108e,1000 card , rev 01 class 06,80,00 hdr 80
(II) PCI: 01:01:1: chip 108e,1001 card , rev 01 class 02,00,00 hdr 80
(II) PCI: 01:02:0: chip 1002,4750 card , rev 5c class 03,00,00 hdr 00
(II) PCI: 01:03:0: chip 1095,0646 card 1095,0646 rev 03 class 01,01,8f hdr 00
(II) PCI: 02:01:0: chip 1045,c861 card 1045,c861 rev 10 class 0c,03,10 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  1   0x - 0x00ff (0x100) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  1

[XFree86] [more debugs] [XFree86(TM) Bug Report] XFree86-4.2.99.4-20030121.0/sparc64 keyboard probbem ....

2003-01-29 Thread Balint Cristian
Me again.

Pbease take these wich are more hepfubb  too:

acording xev if i press l:

KeyPress event, serial 22, synthetic NO, window 0x1a1,
root 0x3f, subw 0x0, time 1461598, (238,866), root:(244,886),
state 0x0, keycode 111 (keysym 0x62, b), same_screen YES,
XLookupString gives 1 bytes:  b

KeyRelease event, serial 27, synthetic NO, window 0x1a1,
root 0x3f, subw 0x0, time 1461661, (238,866), root:(244,886),
state 0x0, keycode 111 (keysym 0x62, b), same_screen YES,
XLookupString gives 1 bytes:  b

acording xev if i press b:

KeyPress event, serial 27, synthetic NO, window 0x1a1,
root 0x3f, subw 0x0, time 1497338, (566,750), root:(572,770),
state 0x0, keycode 111 (keysym 0x62, b), same_screen YES,
XLookupString gives 1 bytes:  b

KeyRelease event, serial 27, synthetic NO, window 0x1a1,
root 0x3f, subw 0x0, time 1497416, (566,750), root:(572,770),
state 0x0, keycode 111 (keysym 0x62, b), same_screen YES,
XLookupString gives 1 bytes:  b

these is absobutbe the same !
its insane !

so i think its not the xkb descriptor fibes 

Any ideas ?

Thank you !

On Wednesday 29 January 2003 11:12, you wrote:
 Regarding: XFree86-4.2.99.4-20030121.0/sparc64 keyboard probbem 
 Email: [EMAIL PROTECTED]
 
 XFree86 Version: CVS 4.2.99.4-20030121

 OS: aurora (rh based) sparc/sparc64 on Ubtra 10.

 Area: Xserverv or more exactby xkb ?

 Server: XFree86 (The XFree86 4.x server)

 Server: since 4.2.0 but higher version.

 Video Card:

 acording: bspci
 01:02.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro 215GP
 (rev 5c)

 acording: dmesg
 Sun TYPE 5 keyboard detected without keyclick

 Description:

 The probbem is keyboard rebated.As you can even now read
 if i type the l button for me appear b instead !
 if type , - v. these two bittbe bugs !

 it is since  4.2.0 (but not 4.2.0)
 (must mencion that i try to boad good xkb descriptor fibes from
 other obder version but the trick doesnt worked ...)

 acording to xev if i press l:

 KeyPress event, serial 27, synthetic NO, window 0x1a1,
 root 0x3f, subw 0x0, time 910895, (468,867), root:(474,887),
 state 0x0, keycode 111 (keysym 0x62, b), same_screen YES,
 XLookupString gives 1 bytes:  b

 KeyRelease event, serial 27, synthetic NO, window 0x1a1,
 root 0x3f, subw 0x0, time 910978, (468,867), root:(474,887),
 state 0x0, keycode 111 (keysym 0x62, b), same_screen YES,
 XLookupString gives 1 bytes:  b
 --

 Posibbe keybord descriptor fibe probbem ?
 here is fub X dump:
 and after a atach XF86-config fibe too.

 This is a pre-release version of XFree86, and is not supported in any
 way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
 to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
 please check the latest version in the XFree86 CVS repository
 (http://www.XFree86.Org/cvs)

 XFree86 Version 4.2.99.4 (Custom Build: 4.2.99.4-20030121.0) / X Window
 System (protocol Version 11, revision 0, vendor release 6600)
 Release Date: 20 January 2003
 If the server is older than 6-12 months, or if your card is
 newer than the above date, look for a newer version before
 reporting problems.  (See http://www.XFree86.Org/)
 Build Operating System: Linux 2.4.20 sparc64 [ELF]
 Build Host: sun

 Module Loader present
 OS Kernel: Linux version 2.4.20 (root@sun) (gcc version 3.2 20021015 (Red
 Hat Linux 8.0 3.2-10)) #1 Fri Jan 10 11:36:37 EST 2003 Markers: (--)
 probed, (**) from config file, (==) default setting, (++) from command
 line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Thu Jan 30 17:49:04 2003
 (==) Using config file: /etc/X11/XF86Config-4
 (==) ServerLayout XFree86 Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor My Monitor
 (**) |   |--Device ATI Mach64
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (**) Option Protocol Standard
 (**) Option XkbRules sun
 (**) XKB: rules: sun
 (**) Option XkbModel type5
 (**) XKB: model: type5
 (**) Option XkbLayout ru
 (**) XKB: layout: ru
 (==) Keyboard: CustomKeycode disabled
 (**) FontPath set to unix/:7100
 (==) RgbPath set to /usr/X11R6/lib/X11/rgb
 (==) ModulePath set to /usr/X11R6/lib/modules
 (--) using VT number 7

 (WW) Open APM failed (/dev/apm_bios) (No such device)
 (II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.2
 XFree86 Video Driver: 0.6
 XFree86 XInput driver : 0.4
 XFree86 Server Extension : 0.2
 XFree86 Font Renderer : 0.4
 (II) Loader running on linux
 (II) LoadModule: bitmap
 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
 (II) Module bitmap: vendor=The XFree86 Project
 compiled for 4.2.99.4, module version = 1.0.0
 Module class: XFree86 Font 

Re: [XFree86] Re: Have you dropped radeon 7200 support?

2003-01-29 Thread Wayne Whitney
On Mon, 27 Jan 2003, tsi wrote:

 On Sat, 25 Jan 2003, hy0 wrote:

  Anyway, back to this patch, why does it have to set MEM_CNTL to 0? If
  you simply comment off OUTREG(RADEON_MEM_CNTL, 0) in PreInt10Save, 
  will the patch still work for your special cases?

 It's interesting how these special cases out-number the single more
 common case of not having to re-POST the adapter...
 
 Be that as it may, the attached should work as a temporary workaround.

Hello,

The Hui.diff.gz patch attached to Marc's email does not work in my
situation.  I have a primary AGP Radeon VE and a secondary PCI Radeon 7000
on an x86 box.  With version 1.79 (or 1.81) of radeon_driver.c, the text
mode on the secondary PCI Radeon 7000 gets corrupted when I run XFree86 on
it the second time; everything else works fine.  This corruption doesn't
occur if I comment out PreInt10Save(), or if I follow Hui's suggestion and
just comment out the OUTREG(RADEON_MEM_CNTL,0) line in PreInt10Save().  
It does still occur, however, if I just apply Hui.diff.gz.

Thanks, Wayne


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] Re: Have you dropped radeon 7200 support?

2003-01-29 Thread Marc Aurele La France
On Wed, 29 Jan 2003, Wayne Whitney wrote:

   Anyway, back to this patch, why does it have to set MEM_CNTL to 0? If
   you simply comment off OUTREG(RADEON_MEM_CNTL, 0) in PreInt10Save,
   will the patch still work for your special cases?

  It's interesting how these special cases out-number the single more
  common case of not having to re-POST the adapter...

  Be that as it may, the attached should work as a temporary workaround.

 Hello,

 The Hui.diff.gz patch attached to Marc's email does not work in my
 situation.  I have a primary AGP Radeon VE and a secondary PCI Radeon 7000
 on an x86 box.  With version 1.79 (or 1.81) of radeon_driver.c, the text
 mode on the secondary PCI Radeon 7000 gets corrupted when I run XFree86 on
 it the second time; everything else works fine.  This corruption doesn't
 occur if I comment out PreInt10Save(), or if I follow Hui's suggestion and
 just comment out the OUTREG(RADEON_MEM_CNTL,0) line in PreInt10Save().
 It does still occur, however, if I just apply Hui.diff.gz.

Yes, I'm aware of that.  The logs you posted in the other discussion also
show an inability to read the PCI Radeon's BIOS when the server is re-run.
Please be patient.

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] help

2003-01-29 Thread vikash gautam
whenever i m starting my x server thru startx getting following 
message in log file:



XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window 
System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-14 
([EMAIL PROTECTED]) (gcc version 3.2 20020903 
(Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002
Markers: (--) probed, (**) from config file, (==) default 
setting,
 (++) from command line, (!!) notice, (II) 
informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) 
unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Wed Jan 29 12:39:56 
2003
(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]



plz give me some reponse.
bye


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] display problems with Mandrex 9.0, ati AGP card

2003-01-29 Thread Rajendra Datar
Hello,

I have a PC and I have loaded Mandrex 9.0 OS on it.
During the installation, it said it has found Nokia 477W monitor
(perfect) and the ATI card (ATI Utah was chosen by default by Linux).
So it was installed with 4.1.2 XFree86.

When the system boots, it is fine and uses the entire screen.
After the file systems are mounted, the login GUI window only uses
part of the screen and about 1 inch vertical space is not used at all.
This space is on the right side.

Can some Linux Guru help me on the configuration issue?

THANKS a lot in advance.



Raju Datar

[EMAIL PROTECTED]



_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] help

2003-01-29 Thread John Tapsell
Try:

  redhat-config-xfree86






On Wed, Jan 29, 2003 at 06:18:50PM -, vikash  gautam wrote:
 whenever i m starting my x server thru startx getting following 
 message in log file:
 
 
 
 XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window 
 System
 (protocol Version 11, revision 0, vendor release 6600)
 Release Date: 23 January 2002
   If the server is older than 6-12 months, or if your card is
   newer than the above date, look for a newer version before
   reporting problems.  (See http://www.XFree86.Org/)
 Build Operating System: Linux 2.4.18-11smp i686 [ELF]
 Build Host: daffy.perf.redhat.com
 
 Module Loader present
 OS Kernel: Linux version 2.4.18-14 
 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 
 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002
 Markers: (--) probed, (**) from config file, (==) default 
 setting,
   (++) from command line, (!!) notice, (II) 
 informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) 
 unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Wed Jan 29 12:39:56 
 2003
 (EE) Unable to locate/open config file
 (EE) Error from xf86HandleConfigFile()
 
 Fatal server error:
 no screens found
 
 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]
 
 
 
 plz give me some reponse.
 bye
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

-- 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] W32 and ET6000

2003-01-29 Thread Yury Tarasievich
I don't know what goes in Mandrake package XFree86-W32-3.3.6 (and which, 
contrary to what I saw here, *does* work with at least ET6000 -- but 
only when the rest of X is also of version 3.3.6). Could it mingle 
something in your X version 4.0.3 setup? As someone else here pointed 
out, log contains bogus values for that adapter (e.g., it should have 
maximum pixel clock 135MHz).

I vaguely remember from my 3.3.* experience that amount of VideoRAM 
should *not* be set in X config file when working with Tseng X server. I 
never succeeded in starting X with that option specified.

So for beginning try removing XFree86-W32 and then reinstalling 
XFree86-4.whatever-you-have-there. After configuring it revise your 
config (comment out VideoRAM directive).



Christine wrote:

I've just installe mandrake 8.0, and get a fatal error while booting.  
I've attached the XFree86.0.log.
 
I've installed the various components:
XFree86-server-common
libfont.so.1
libintl.so.2
XFree86-W32-3.3.6-25.1mdk.i586
 
Now I'm not sure where to go from here.
 
Any help would be appreciated!
 
christine



___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] XDM: Too many retransmissions - session declared dead

2003-01-29 Thread Mike Heald
Hi,

We have an X server (4.2.1.1) and a few X clients
(4.2.1.1 also) which run fine, but one the console of
the clients we keep getting 

XDM: Too many retransmissions

then after a day or two

XDM: Too many retransmissions - session declared dead

and the client shuts down X.

Where do I start looking into why this is? I've
been through all the howto's and I dont seem to
have done anything wrong.

To further twist my head, one of the clients is
unaffected, however they are all identical clone machines...

Thanks for any help

mike
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: Re: [XFree86] Problems with 3-D gaming on Redhat 7.2

2003-01-29 Thread lwest54
Is there any workaround for this?  I am willing to turn off my onboard video card and 
get another one that is Linux supported.   It would have to be a PCI card.  What may 
complicate things is that the motherboard has an on-board AGPSo I'm not sure how 
that will work...There is no AGP slot on my motherboard.  

Any insights?

Laura
---Original Message---
From: Ian Romanick [EMAIL PROTECTED]
Sent: 01/29/03 07:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] Problems with 3-D gaming on Redhat 7.2

 
 Laura West wrote:
 2.  I am using Red Hat 7.2 and upgraded it to the latest kernel, 
 along with the latest version of xfree86.  Trident Cyberblade is the 
 driver xfree86 chooses to be the best driver.

There is no hardware accelerated 3D driver available for this card for 
Linux.  The game runs slowly because it is using software rendering.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] Digest settings are broken!

2003-01-29 Thread Alex Pavloff
The Xfree digest settings confuse me.

Previously, on the xpert mailing list, I'd get 3 digests a day or so with a
varying amount of messages.  This wasn't too bad, albeit slightly confusing.

Now with the xfree86 mailing list, I get one digest every 3 or 4 DAYS.  The
last digest I got contained 214 messages and was 1003KB in size.  This is
completely unwieldy to read, especially as a good portion of this mail
consists of logs and configuration files.

I would like to get 1 mail a day that has... the mail for that day.  This
DID happen on Jan 4th, 5th, and 6th, each of which had 36-56 messages, which
is readable, but seems to have broken at some point. 

The other wishes I have to make this very useful list readable in digest
form:

1) Strip the HTML 
2) Strip the attachments

If these things were done, then this list would be readable in digest form.


Alex Pavloff - [EMAIL PROTECTED]
Eason Technology -- www.eason.com
 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] Problems with 3-D gaming on Redhat 7.2

2003-01-29 Thread Ian Romanick
[EMAIL PROTECTED] wrote:

Is there any workaround for this?  I am willing to turn off my onboard video card and get another one that is Linux supported.   It would have to be a PCI card.  What may complicate things is that the motherboard has an on-board AGPSo I'm not sure how that will work...There is no AGP slot on my motherboard.  

Any insights?

Laura

See http://dri.sourceforge.net/other/dri_driver_features.html for a list 
of the cards currently supported by the open-source OpenGL drivers. 
Nvida, ATI, and PowerVR also make closed-source drivers.  I believe just 
about every card that has either open-source or closed-source drivers 
comes in a PCI version.

---Original Message---
From: Ian Romanick [EMAIL PROTECTED]
Sent: 01/29/03 07:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] Problems with 3-D gaming on Redhat 7.2



Laura West wrote:
   2.  I am using Red Hat 7.2 and upgraded it to the latest kernel, 
along with the latest version of xfree86.  Trident Cyberblade is the 
driver xfree86 chooses to be the best driver.


There is no hardware accelerated 3D driver available for this card for 
Linux.  The game runs slowly because it is using software rendering.


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] W32 and ET6000

2003-01-29 Thread Harald Nordgård-Hansen
Yury Tarasievich [EMAIL PROTECTED] writes:
 I don't know what goes in Mandrake package XFree86-W32-3.3.6 (and
 which, contrary to what I saw here, *does* work with at least ET6000
 -- but only when the rest of X is also of version 3.3.6).

You're correct, and my memory must be failing.  The driver existed a
little while in the w32 server, before being moved into svga in late
'96 early '97 (which was when I spent most time on it).  From then on,
the updated support for the et6k was done in the svga server, see
.../vga256/drivers/et4000 if you have the cvs repository available. :)

But back to the problem at hand:

 Could it mingle something in your X version 4.0.3 setup? As someone
 else here pointed out, log contains bogus values for that adapter
 (e.g., it should have maximum pixel clock 135MHz).

The problem is that the log identifies those values as autodetected.
And the driver will correctly identify the source if the values are
specified.  But posting the XF86Config-4 file would certainly help
eliminating that possibility.

 I vaguely remember from my 3.3.* experience that amount of VideoRAM
 should *not* be set in X config file when working with Tseng X
 server. I never succeeded in starting X with that option specified.

It's important not specifying it wrongly.  And the correct value does
not neccessarily coincide with the actual amount of ram. :)  So I
would guess specifying it could easily fail, yes.

(If my memory works today, part of the problem was that there was a
register file or something located just below 4MB, which meant that a
card with the full possible 4MB memory had to have 8kb subtracted from
the memory size in order to work. :)

 So for beginning try removing XFree86-W32 and then reinstalling
 XFree86-4.whatever-you-have-there. After configuring it revise your
 config (comment out VideoRAM directive).

Well, removing the package is probably a good idea anyway.  The
logfile was from XFree86 4.x, though.  And it indicated that there was
no VideoRAM directive, but that should also be verified.

In addition I would probably have tried the card in a Windows-box or
something, to verify that the hardware isn't broken.  Some of the
values in the logfile indicate some serious breakage.

-Harald
-- 
Harald Nordgård-Hansen, Linpro AShttp://www.linpro.no/~hnh/
PB. 375, N-1601 Fredrikstad, NorwayPhone/Fax: +47 6935 2424/25
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] No External Monitor on Radeon Mobility M7 LW greater than laptop's LCD resolution

2003-01-29 Thread Jonathan Crockett
XFree86 Version 4.2.99.4 / X Window System
as built by Mandrake

I've tried everything I can find to get my laptop to shut the LCD
screen and use ONLY the external CRT at 1280x1024. My T30 has a
1024x768 LCD screen, and this updated radeon driver won't drive the
external CRT greater than 1024x768... This worked fine in XFree86
4.2.1 w/the CrtScreen option. I've tried a multitude of options of
the new Clone... options and the paneloff. 

The XFree86.0.log output below is with the laptop turned on while
plugged into an external monitor (21 Sun). LCD remains blank. 



scanpci -v output:


pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x1a30
 Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge
  STATUS0x2090  COMMAND 0x0106
  CLASS 0x06 0x00 0x00  REVISION 0x04
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE0 0xe008  addr 0xe000  MEM PREFETCHABLE

pci bus 0x cardnum 0x01 function 0x00: vendor 0x8086 device 0x1a31
 Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge
  STATUS0x00a0  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x04
  HEADER0x01  LATENCY 0x60
  PRIBUS0x00  SECBUS 0x01  SUBBUS 0x01  SECLT 0x40
  IOBASE0x3000  IOLIM 0x3fff  SECSTATUS 0x22a0
  NOPREFETCH_MEMBASE 0xd010  MEMLIM 0xd01f
  PREFETCH_MEMBASE   0xe800  MEMLIM 0xefff
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT VGA_EN ISA_EN NO_SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1d function 0x00: vendor 0x8086 device 0x2482
 Intel Corp. 82801CA/CAM USB (Hub #1)
 CardVendor 0x1014 card 0x0220 (IBM ThinkPad T23 (2647-4MG) or A30p (2653-64G))
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BASE4 0x1801  addr 0x1800  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0b

pci bus 0x cardnum 0x1d function 0x01: vendor 0x8086 device 0x2484
 Intel Corp. 82801CA/CAM USB (Hub #2)
 CardVendor 0x1014 card 0x0220 (IBM ThinkPad T23 (2647-4MG) or A30p (2653-64G))
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE4 0x1821  addr 0x1820  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b

pci bus 0x cardnum 0x1d function 0x02: vendor 0x8086 device 0x2487
 Intel Corp. 82801CA/CAM USB (Hub #3)
 CardVendor 0x1014 card 0x0220 (IBM ThinkPad T23 (2647-4MG) or A30p (2653-64G))
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE4 0x1841  addr 0x1840  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b

pci bus 0x cardnum 0x1e function 0x00: vendor 0x8086 device 0x2448
 Intel Corp. 82801BAM/CAM PCI Bridge
  STATUS0x0080  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x42
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x02  SUBBUS 0x08  SECLT 0x40
  IOBASE0x4000  IOLIM 0x8fff  SECSTATUS 0x2280
  NOPREFETCH_MEMBASE 0xd020  MEMLIM 0xdfff
  PREFETCH_MEMBASE   0xf000  MEMLIM 0xf7ff
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT NO_VGA_EN ISA_EN NO_SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1f function 0x00: vendor 0x8086 device 0x248c
 Intel Corp. 82801CAM ISA Bridge (LPC)
  STATUS0x0280  COMMAND 0x000f
  CLASS 0x06 0x01 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BYTE_00x01  BYTE_1  0x10  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x01: vendor 0x8086 device 0x248a
 Intel Corp. 82801CAM IDE U100
 CardVendor 0x1014 card 0x0220 (IBM ThinkPad T23 (2647-4MG) or A30p (2653-64G))
  STATUS0x0280  COMMAND 0x0007
  CLASS 0x01 0x01 0x8a  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE0 0x01f1  addr 0x01f0  I/O
  BASE1 0x03f5  addr 0x03f4  I/O
  BASE2 0x0171  addr 0x0170  I/O
  BASE3 0x0375  addr 0x0374  I/O
  BASE4 0x1861  addr 0x1860  I/O
  BASE5 0x2000  addr 0x2000  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0xff
  BYTE_00x07  BYTE_1  0xa3  BYTE_2  0x07  BYTE_3  0xa3

pci bus 0x cardnum 0x1f function 0x03: vendor 0x8086 device 0x2483
 Intel Corp. 82801CA/CAM SMBus
 CardVendor 0x1014 card 0x0220 (IBM ThinkPad T23 (2647-4MG) or A30p (2653-64G))
  STATUS0x0280  COMMAND 0x0001
  CLASS 0x0c 0x05 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE4 0x1881  addr 0x1880  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b
  BYTE_00x01  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x05: vendor 0x8086 device 0x2485
 Intel Corp. 82801CA/CAM AC'97 Audio
 CardVendor 0x1014 card 0x0508 (IBM, Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x04 

Re: [XFree86] 4.2.99.4 no display, locked keyboard (Radeon 7500 Mobility)

2003-01-29 Thread Charl P. Botha
On Tue, Jan 28, 2003 at 10:30:30PM -0800, hy0 wrote:
  I made this changed and tried again with NoAccel, unfortunately with the
  same symptoms: blank screen, locked keyboard.  I've attached the
  XFree86.0.log just in case.  The only difference should be the debug
 message
  that I added.
 
 Hi Charl,
 I can't reproduce your problem here. Usually with all hw accel disable,
 radeon driver shouldn't cause a keyboard lockup. It may cause a screen
 corruption or a seg fault if something goes wrong.
 
 I'm wondering it's the input device's (like mouse driver) problem. I noticed
 there are some changes for PS2 mouse handlings in 4.2.99.4 (mouse.c). Maybe
 something affects your setup there, I'm totally guessing here.

You win the prize!  That was it...  I'm using an older version of GPM in
repeater mode: it's using my synaptics touch pad and repeating to X (via
/dev/gpmdata) in ImPS/2 mode.  If I setup my XF86Config-4 to use only the
external USB mouse, 4.2.99.4 starts up fine.  If I set it up to use ONLY the
GPM repeater, I get the blank-screen/dead keyboard effect.  Recall that
4.2.99.3 works fine on both setups.

I'll do some further experiments to see whether this is due to how my
version of GPM repeats or whether it's a PS/2 thing.

Thanks again Hui,
Charl

-- 
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] DRI freezes with 4.2.99.4

2003-01-29 Thread Filip djMedrzec Zyzniewski
Hey all,

There are some problems I get with X 4.2.99.4, prolly bugs.

1. My X setup is unstable when using 3D.
with 4.2.1 I could play UT for some time and then it freezed.
With 4.2.99.4 I get freezes right at the beginning of UT.

What is freeze?

Display freezes, game gets locked. Sys works fine (accessible remotely),
until I kill -9 X or UT.

If (with freezed screen) I tried mplayer -vo vesa, it was able to display
a movie, but freezed system when exiting.

I can still mess around with alt-sysrq-foo things (even after freeze).
If i did alt-sysrq-k with this freeze, whole sys gets stopped (and
soundcard repeats its buffer).

Sometimes when I played UT, whole PCI stuff stopped (sblive, NICs) and
rest (GPU, keyb, rs232-inet) kept working for about 2-3 minutes
(and then 100% freeze).

2. XVideo looks bad with 100% scale
When I play a movie with mplayer -vo xv, not fullscreen, image looks
like badly scaled (disorted slant lines etc). But window size is
equal to movie size. Doesn't happen with another video card and
with X 4.2.1. Unfortunately I can't take a screenshot ;).


3. XFS breaks Type1 fonts.
With 4.2.1: http://www.filip.eu.org/xdm.jpg
With 4.2.99.4: http://www.filip.eu.org/xdmb.jpg
Note that using direct FontPath to font files in XF86Config
solves the problem (in 4.2.99.4).

Info about HW/SW is here: http://www.filip.eu.org/xprob (not using DRI atm)

bye,

Filip Zyzniewski

PS. I know that you love such things, but: with windows it works AFAIK.
So if HW has bugs, they can be ommited :).
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] ATI Radeon 9100 Support

2003-01-29 Thread Charles Tassell
Hello,

  Does anyone know of a patch to support the ATI Radeon 9100 chips
(basically just a rebranded 8500LE.)  I have one of these from Saphire
Technologies, and I'd like to get it working with X under Linux.  The
driver's ATI supplies are precompiled kernel modules for Redhat's 2.4.18
kernels, and I'm using 2.4.19 under Gentoo and Slackware.




___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] No External Monitor on Radeon Mobility M7 LW greater than laptop's LCD resolution

2003-01-29 Thread hy0
 I've tried everything I can find to get my laptop to shut the LCD
 screen and use ONLY the external CRT at 1280x1024. My T30 has a
 1024x768 LCD screen, and this updated radeon driver won't drive the
 external CRT greater than 1024x768... This worked fine in XFree86
 4.2.1 w/the CrtScreen option. I've tried a multitude of options of
 the new Clone... options and the paneloff.

There is a small bug in the current CVS code affecting your case. If you
have the latest CVS code, you can try to apply attached patch. If you don't
have the source, you can try to change the Modes from
Modes 1280x1024
to
Modes 1280x1024 1024x768
in your HomeScreen screen section.

Hui




radeon_fp_mode.diff
Description: Binary data


[XFree86] Simultaneously active X servers

2003-01-29 Thread Fredrik Tolf
Hi all!

I have my computer set up with two video cards, and they're both working 
perfectly well (except the nVidia one, because of those drivers, but it kind 
of works).
However, what I'd like to know is if it is possible to run two XFree86 servers 
at the same time, ie. having both active without activating the VT's. I'd 
like to have both cards on seperate displays and only display status 
information on one of them, while using the primary one actively.
I haven't checked, but I guess that there are null input drivers available. 
However, as you surely know, the server turns the board off when its VT isn't 
selected. That I naturally want to prevent, but I have found no option, so 
I'm guessing it's either not currently possible or very undocumented.
In case you need to know, I'm running version 4.2.99.4.

Fredrik Tolf
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] Unable to go to the graphical mode -

2003-01-29 Thread chaitali
I have loaded Linux on a machine the specufications are given below but am
unable to go to the graphical mode. Please help

The OS is RedHat Linux7.1 with X Window System(protocol Version 11, revision
0, vendor release 6400)and KDE version 2.1.1 on a Dell 1400 machine which is
P3 machine with 256 MB RAM and two 17GB HDD

On giving the command startx I am getting the following output-

The XKEYBOARD Keymap compiler(xkbcomp)reports:
Error:bad length in symbols
Output file compiled/server-0.xkm removed
Errors  from xkbcomp are not fatal to the X server. Couldn't load XKB
keymap, falling back to pre-XKB Keymap. Could not init font path element
unix:7100, removing from list!
Fatal server error:
Could not open default font 'fixed'
When reporting a problem related to a server crash, please send the full
server output, not just the last messages. Please report problems to
[EMAIL PROTECTED]
XIO:fatal IO error 104(connection reset by peer) on X server 0:0 after 0
requests (0 known processed) with 0 events remaining.
Log file /var/log/XFree86.0.log attached
Regards
Chaitali



XFree86.0.log
Description: Binary data


[XFree86] s3 prosavageDDR linux 7.1 installation

2003-01-29 Thread vishal jain
Hello
sub:video card driver installation
i want to install video card drivers for s3's prosavageDDR video card.i downloaded the drivers and placed them in in /usr/X11R6/lib/modules/drivers but it didn't work.i think i need to compile the savage_drv.o object file and make it registered to linux.please mail me back the way to do this job.
vishal jain2nd yearComputer Science and EngineeringPunjab Engineering CollegeChandigarhIndia.
Catch all the cricket action. Download 
Yahoo! Score tracker

Re: [XFree86] probs related to running xserver

2003-01-29 Thread Aidan Kehoe
 Ar an 29ú lá de mí 1, scríobh vikash  gautam :

  when i m starting xserver i m getting following message in log 
  file:

[..]

  (EE) Unable to locate/open config file
  (EE) Error from xf86HandleConfigFile()

You need a configuration file. Try running xf86cfg and copying the
resulting XF86Config file to the directory /etc/X11 . 

-- 
I have heard the swelling cry of the English speaking peoples of the
world, and it tells me their cause is served best by flaming the few
complacent asses on usenet. -- T. Samant, 29 June 1997
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86