CVS Update: xc (branch: trunk)

2003-11-07 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/07 05:45:27

Log message:
  SPARC warning and build fixes

Modified files:
  xc/programs/Xserver/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiprint.c atiprobe.c 
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_bios.c 
  xc/programs/Xserver/os/:
log.c 
  
  Revision  ChangesPath
  3.295 +4 -4  xc/programs/Xserver/Imakefile
  1.28  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.c
  1.61  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
  1.3   +3 -3  xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_bios.c
  1.6   +3 -3  xc/programs/Xserver/os/log.c

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


CVS Update: xc (branch: trunk)

2003-11-07 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/07 09:05:40

Log message:
SiS driver:
- Fix low-res modes on some 300 series machines (LCD)
- Add option AGPSize (make AGP memory size configurable)

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
sis.h sis_dri.c sis_driver.c sis_opt.c 
  
  Revision  ChangesPath
  1.84  +15 -1 xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h
  1.38  +64 -40xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dri.c
  1.152 +4 -16 xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.c
  1.43  +17 -0 xc/programs/Xserver/hw/xfree86/drivers/sis/sis_opt.c

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


CVS Update: xc (branch: trunk)

2003-11-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/07 09:56:22

Log message:
   563. Fix an off-by-one bug in libXcursor that can result in segfaulting
applications (David Dawes, reported by Agustin Gianni).

Modified files:
  xc/lib/Xcursor/:
library.c 
  
  Revision  ChangesPath
  1.3   +4 -1  xc/lib/Xcursor/library.c

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


CVS Update: xc (branch: trunk)

2003-11-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/07 14:20:18

Log message:
  Fix the viewport initialisation.
  (when RandR is enabled, this gets nullified...)

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86Cursor.c 
  
  Revision  ChangesPath
  3.37  +8 -3  xc/programs/Xserver/hw/xfree86/common/xf86Cursor.c

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


CVS Update: xc (branch: trunk)

2003-11-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/07 14:50:58

Log message:
   567. Make the vesa driver blank the screen during initialisation for
cosmetic reasons (David Dawes).
   565. The vesa driver wasn't setting the viewport correctly either at
ScreenInit or EnterVT (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/vesa/:
vesa.c 
  
  Revision  ChangesPath
  1.41  +13 -3 xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.c

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


CVS Update: xc (branch: trunk)

2003-11-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/07 14:59:35

Log message:
  updates

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.2944+15 -2 xc/programs/Xserver/hw/xfree86/CHANGELOG

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


CVS Update: xc (branch: trunk)

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

Log message:
   568. The call to xf86RandRSetMode() from xf86RandRCreateScreenResources()
doesn't appear to be necessary.  Removing it restores the documented
ViewPort behaviour when RandR is enabled (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86RandR.c 
  
  Revision  ChangesPath
  3.2945+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.7   +3 -1  xc/programs/Xserver/hw/xfree86/common/xf86RandR.c

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


CVS Update: xc (branch: trunk)

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

Log message:
  fix viewport defaults to match what is documented

Modified files:
  xc/programs/Xserver/hw/xfree86/parser/:
Screen.c 
  
  Revision  ChangesPath
  1.28  +3 -2  xc/programs/Xserver/hw/xfree86/parser/Screen.c

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


CVS Update: xc (branch: trunk)

2003-11-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/07 18:02:07

Log message:
   572. Fix an old bug in the X server and xfs related to usage of
c-savedName (Bugzilla #818, Owen Taylor).
   571. Fix FontFileListOneFontWithInfo() so that it handles aliases in the
same was as FontFileOpenFont() (Bugzilla #818, Owen Taylor).

Modified files:
  xc/lib/font/fontfile/:
fontfile.c 
  xc/programs/Xserver/dix/:
dixfonts.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xfs/difs/:
fonts.c 
  
  Revision  ChangesPath
  3.19  +99 -51xc/lib/font/fontfile/fontfile.c
  3.28  +8 -2  xc/programs/Xserver/dix/dixfonts.c
  3.2948+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.14  +8 -2  xc/programs/xfs/difs/fonts.c

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


Re: Upgrade fontconfig in cvs.

2003-11-07 Thread Mike A. Harris
On Thu, 6 Nov 2003, Boris wrote:

Date: Thu, 6 Nov 2003 10:28:37 -0600
From: Boris [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Content-Type: multipart/alternative;
   boundary==_NextPart_000_0005_01C3A450.BD38C8A0
Subject: Upgrade fontconfig in cvs.

It seems the fontconfig in cvs is very old (1.0.2) and needs to
be upgraded to 2.2.0. Reading varios emails and posts, it seems
the older fontconfig has problems with some TrueType fonts and
the 2.2.xx files the problem. Also the fc-cache v1.0.2 crashes
(segmentation fault) when run during system startup where as
2.2.0 does not have that problem. Any possible way we could get
the latest fontconfig into the xfree86 cvs?

To avoid the SEGV, run fc-cache as: HOME=/ fc-cache

btw. I downloading it from anoncvs and then make World.

I recommend just using the upstream fontconfig instead.  It's 
easier to stay current that way, and to update it separately.

Wouldn't hurt of course though to update the included fontconfig 
also, it does have many stability, performance and other 
improvements.  Might be considered too late at this point though, 
but most Linux and other OS distributions I think ship the newer 
fontconfigs for quite a while now, so it shouldn't be too hard to 
find prebuilt packages for many OS's also.

Take care,
TTYL



-- 
Mike A. Harris

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


Re: SPLIT_WC_REGIONS - anyone out there?

2003-11-07 Thread Egbert Eich
Alexander Stohr writes:
  Hello,
  
  i stumbled across the above mentioned define and
  related code in the XFree86 sources (lnx_video.c).
  
  comparing X4.1.0 and X4.3.0 i found that the
  condtitnal coding of if (base % size) has
  vanished at some point in time and the handling
  is now hardcoded at this code location.

The old code was broken. It created to many split areas which
were unnecessary.

  
  to my best knowledge that coding is related to
  maybe the 3Dfx PCI memory regions layout with
  a single mixed framebuffer and register mapping.

No, this code is entirely generic.
A WC region needs to be a power of 2. If it is not the range
has to be split up and subdevided.

  
  is any developer out there that is willing to
  describe the main points of that design in a
  few words. i am asking for that because i have
  had a case where the split code went into action
  despite any need and even the PCI range was a
  power of two. so in theory it should not happen.

Can you give an example please?

  
  before popping up with any general solution
  i just wanted to make sure that i got the right
  idea of that code. to my understanding current
  mtrr implementations might be more flexible 
  than it is assumed in the existing code.
  

I thought I had the most general solution. If you
show me an example where the code doesn't do the
right thing I'll investiagte.

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


Re: Upgrade fontconfig in cvs.

2003-11-07 Thread David Dawes
On Thu, Nov 06, 2003 at 12:27:44PM -0500, David Dawes wrote:
On Thu, Nov 06, 2003 at 10:28:37AM -0600, Boris wrote:
It seems the fontconfig in cvs is very old (1.0.2) and needs to be upgraded to 
2.2.0. Reading varios emails and posts, it seems the older fontconfig has problems 
with some TrueType fonts and the 2.2.xx files the problem. Also the fc-cache v1.0.2 
crashes (segmentation fault) when run during system startup where as 2.2.0 does not 
have that problem. Any possible way we could get the latest fontconfig into the 
xfree86 cvs?

The fontconfig version in the current XFree86 CVS is 2.1.0.  For
whatever reason, various version strings were not updated when the
version got bumped from 1.x to 2.x.

Bug fixes are welcome, but the feature freeze date was about three weeks
ago.

I have found/fixed/committed what is likely the segfault cause -- the
result of getenv(HOME) not being checked before being dereferenced.

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


2D Acceleration not used using ATI Rage Mobility P/M AGP 2x

2003-11-07 Thread Salvio Sergi
Hi,

I posted this on dri-users and have been suggested to post here...

Everything starts fine with no errors (as you can see from the logs).

The problem I have is that I don't think I have 2D acceleration.

The simple test I do is to just drag a window on the screen... the
redraw is extremely slow and the CPU is maxed out (only when I move
the windows)
This means (I guess) that I do not have 2D acceleration. You can
actually see the redraw happening... really slow.
To add to that, at the time I had windows 2000 server installed on
that machine (Laptop Dell Latitude CPxj, now a Linux only system)
the windows could be moved around really fast so it can't be a
limitation of the hardware.
CPU is a pentium 3 some 600Mhz - 512 MB memory - less than 200MB
used by the system, no swap space used.
I have also tried other colour depths as well as different screen
resolutions (I think I tried all possible permutations): always
with the same results.
I finally tried Accel on and off with no apparent consequence
(same speed)
Thanks,
Salvio
# XFree86 4 configuration created by redhat-config-xfree86

Section ServerLayout
Identifier Default Layout
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath  /usr/X11R6/lib/X11/rgb
FontPath unix/:7100
EndSection

Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  glx
Load  record
Load  freetype
Load  type1
Load  dri
EndSection

Section InputDevice

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds 1 2 3
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModel  pc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModel  microsoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout de
# or:
#   Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptionsctrl:swapcaps
# Or if you just want both to be control, use:
#   Option  XkbOptionsctrl:nocaps
#
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout gb
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol PS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Section InputDevice

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameUnknown monitor
HorizSync31.5 - 37.9
VertRefresh  50.0 - 70.0
Option  dpms
EndSection

Section Device
Identifier  Videocard0
Driver  ati
VendorName  Videocard vendor
BoardName   ATI Rage Mobility
VideoRam8192
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 16
SubSection Display
Depth 16
Modes1024x768
EndSubSection
EndSection

Section DRI
Group0
Mode 0666
EndSection


XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
 
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-20.9 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 
(Red Hat Linux 3.2.2-5)) #1 Mon Aug 18 

*Need* to upgrade fontconfig in XFree86 cvs.

2003-11-07 Thread Boris



The latest fontconfig in cvs is old and has 
problems. After reading posts in reguard to the fontconfig in cvs, It has 
problems with some truetype fonts and fc-cache segmentation faults during 
startup on systems. Fontconfig in cvs is 1.0.2 while the latest is 2.2.0. Could 
we please update fontconfig in the xfree cvs?


nv driver obscurities...

2003-11-07 Thread Mike A. Harris
I'm curious about some of the obscurity in the nv driver.  In 
particular, almost everywhere in the driver, registers are 
addressed numerically, and not by symbolic names.  That on it's 
own is obscure enough to make things difficult to tell what's 
going on, but we know the deal with Nvidia documentation well 
enough, so I won't bother to worry about that much...

Various people have commented though about certian obscurities 
like the following being rather odd:

chip-Rop= (RivaRop   *)(chip-FIFO[0x/4]);

Why 0x/4 and not just plain 0x?  Everywhere 
in the driver hex values are given premultiplied by 4 it seems, 
and specified as VALUE/4.

Was that done just to intentionally obfuscate the driver source 
further?  Or was the original driver (or current driver for that 
matter) actually maintained elsewhere with real symbolic names 
and whatnot, and then obfuscation scripts ran over them prior to 
committing to the XFree86 tree?

Would cleanups that remove this obfuscation and make the driver 
more readable be considered useful, and potentially accepted?  Or 
is there some other reason I'm missing as to why the driver is so 
obfuscated?


-- 
Mike A. Harris

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


Re: *Need* to upgrade fontconfig in XFree86 cvs.

2003-11-07 Thread David Dawes
On Fri, Nov 07, 2003 at 07:48:35PM -0600, Boris wrote:
The latest fontconfig in cvs is old and has problems. After reading posts in reguard 
to the fontconfig in cvs, It has problems with some truetype fonts and fc-cache 
segmentation faults during startup on systems. Fontconfig in cvs is 1.0.2 while the 
latest is 2.2.0. Could we please update fontconfig in the xfree cvs?

If you read my previous reply (you are subscribed to this list
aren't you?), you'd see that the fontconfig in the current XFree86
CVS is 2.1.0.  I committed a fix today for the segfault caused by
the return value of getenv(HOME) not being checked.  If you have
other specific bugs that need to be fixed, please post details so
that the fixes for them can be identified and included.

We are too far into our release cycle to be importing a new version
without separating out bug fixes from other stuff.  The time for that
was over three weeks ago.

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


Re: Xfbdev error

2003-11-07 Thread David Dawes
On Fri, Nov 07, 2003 at 04:39:43PM -, jassi  brar wrote:
Hi all,
I m building kdrive/Xfbdev,Xipaq (XFree86-4.3.99.14) server. I just amaze why its 
size is so big(Xfbdev-3.2MB, Xipaq-3.3MB)... when it is supposed to be light-weight.

Does your target platform have shared libraries?  I find Xfbdev to be less
than 1MB on platforms with shared libraries.  Check the sizes of the pieces
that get linked together to make Xfbdev.

David
-- 
David Dawes X-Oz Technologies
www.XFree86.org/~dawes  www.x-oz.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: nv driver obscurities...

2003-11-07 Thread Mark Vojkovich
On Fri, 7 Nov 2003, Mike A. Harris wrote:

 Everywhere 
 in the driver hex values are given premultiplied by 4 it seems, 
 and specified as VALUE/4.

   The register pointers are dword pointers.  The register offsets
are byte offsets.  They are written as VALUE/4 so that I can grep
for VALUE.  This is done so that it's easier for me to maintain.
Converting everything to dword offsets will make my job more
difficult.

   I'm not sure why you are bringing this up.  I would think it
would be obvious that since I am maintaining it, it would be in
the form that is easiest for me to maintain.

Mark.


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


Re: 2D Acceleration not used using ATI Rage Mobility P/M AGP 2x

2003-11-07 Thread Alex Deucher
try removing the videoram line from your config.  the driver will
detect videoram fine.

Alex

--- Salvio Sergi [EMAIL PROTECTED] wrote:
 Hi,
 
 I posted this on dri-users and have been suggested to post here...
 
 Everything starts fine with no errors (as you can see from the logs).
 
 The problem I have is that I don't think I have 2D acceleration.
 
 The simple test I do is to just drag a window on the screen... the
 redraw is extremely slow and the CPU is maxed out (only when I move
 the windows)
 
 This means (I guess) that I do not have 2D acceleration. You can
 actually see the redraw happening... really slow.
 
 To add to that, at the time I had windows 2000 server installed on
 that machine (Laptop Dell Latitude CPxj, now a Linux only system)
 the windows could be moved around really fast so it can't be a
 limitation of the hardware.
 
 CPU is a pentium 3 some 600Mhz - 512 MB memory - less than 200MB
 used by the system, no swap space used.
 
 I have also tried other colour depths as well as different screen
 resolutions (I think I tried all possible permutations): always
 with the same results.
 
 I finally tried Accel on and off with no apparent consequence
 (same speed)
 
 
 Thanks,
 Salvio
  # XFree86 4 configuration created by redhat-config-xfree86
 
 Section ServerLayout
   Identifier Default Layout
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
 EndSection
 
 Section Files
 
 # RgbPath is the location of the RGB database.  Note, this is the
 name of the 
 # file minus the extension (like .txt or .db).  There is normally
 # no need to change the default.
 # Multiple FontPath entries are allowed (they are concatenated
 together)
 # By default, Red Hat 6.0 and later now use a font server independent
 of
 # the X server to render fonts.
   RgbPath  /usr/X11R6/lib/X11/rgb
   FontPath unix/:7100
 EndSection
 
 Section Module
   Load  dbe
   Load  extmod
   Load  fbdevhw
   Load  glx
   Load  record
   Load  freetype
   Load  type1
   Load  dri
 EndSection
 
 Section InputDevice
 
 # Specify which keyboard LEDs can be user-controlled (eg, with
 xset(1))
 # Option  Xleds 1 2 3
 # To disable the XKEYBOARD extension, uncomment XkbDisable.
 # Option  XkbDisable
 # To customise the XKB settings to suit your keyboard, modify the
 # lines below (which are the defaults).  For example, for a non-U.S.
 # keyboard, you will probably want to use:
 # Option  XkbModel  pc102
 # If you have a US Microsoft Natural keyboard, you can use:
 # Option  XkbModel  microsoft
 #
 # Then to change the language, change the Layout setting.
 # For example, a german layout can be obtained with:
 # Option  XkbLayout de
 # or:
 # Option  XkbLayout de
 # Option  XkbVariantnodeadkeys
 #
 # If you'd like to switch the positions of your capslock and
 # control keys, use:
 # Option  XkbOptionsctrl:swapcaps
 # Or if you just want both to be control, use:
 # Option  XkbOptionsctrl:nocaps
 #
   Identifier  Keyboard0
   Driver  keyboard
   Option  XkbRules xfree86
   Option  XkbModel pc105
   Option  XkbLayout gb
 EndSection
 
 Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol PS/2
   Option  Device /dev/input/mice
   Option  ZAxisMapping 4 5
   Option  Emulate3Buttons no
 EndSection
 
 Section InputDevice
 
 # If the normal CorePointer mouse is not a USB mouse then
 # this input device can be used in AlwaysCore mode to let you
 # also use USB mice at the same time.
   Identifier  DevInputMice
   Driver  mouse
   Option  Protocol IMPS/2
   Option  Device /dev/input/mice
   Option  ZAxisMapping 4 5
   Option  Emulate3Buttons no
 EndSection
 
 Section Monitor
   Identifier   Monitor0
   VendorName   Monitor Vendor
   ModelNameUnknown monitor
   HorizSync31.5 - 37.9
   VertRefresh  50.0 - 70.0
   Option  dpms
 EndSection
 
 Section Device
   Identifier  Videocard0
   Driver  ati
   VendorName  Videocard vendor
   BoardName   ATI Rage Mobility
   VideoRam8192
 EndSection
 
 Section Screen
   Identifier Screen0
   Device Videocard0
   MonitorMonitor0
   DefaultDepth 16
   SubSection Display
   Depth 16
   Modes1024x768
   EndSubSection
 EndSection
 
 Section DRI
   Group0
   Mode 0666
 EndSection
 


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[I18n] Strengthened heart muscle ubo

2003-11-07 Thread Always Young
Today -- Thursday, November 06 2003 i18n
_

Human Growth Hormone - also called HGH is referred to 
in medical science as the master hormone. It is very 
plentiful when we are young, but near the age of 
twenty-one our bodies begin to produce less of it. 
By the time we are forty nearly everyone is deficient 
in HGH, and at eighty our production has normally
diminished at least 90-95%. 

Experience up to an 82% improvement in 
body fat loss while erasing 10 years in 10 Weeks!

Available for limited time only - free fedex shipping

http://www.holiday-season-gifts.com



To modify from any future correspondence:
holiday-season-gifts.com/re


Why am I here? `I think you ought to know that I'm feeling very depressed.' 
Interviewee wore a Walkman, explaining that she could listen to the interviewer and 
the music at the same time.,`So had the stairs.' Interviewee wore a Walkman, 
explaining that she could listen to the interviewer and the music at the same time. 
`The best way to get a drink out of a Vogon is to stick your finger down his 
throat...' dwbmeveqnbiknwfrlpotiycekmbndpcgmdvtbakoeubrs


_
Surf and talk on the phone at the same time with broadband Internet access. 
Get high-speed for as low as $29.95/month (depending on the local service 
providers in your area).  https://broadband.msn.com

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


[XFree86] (no subject)

2003-11-07 Thread james
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Multiple Dualhead card problem ATI Radeon VE / Appian Typhoon 64

2003-11-07 Thread Marcel . Stegehuis
Well the mail is long enough now. I will repeat the question again and list
the files requested.

And try to find the thread about secondary cards for Radeon.

Regards,

Marcel

--
Yesterday I installed three Appian Typhoon 64 cards in a system with XFree86
- 4.3.0. The Appian has an ATI Radeon VE on it.

The first strange thing is that both displays of the first graphical card
show the same from startup where I would expect only the first monitor to
show the boot sequence etc.

Second I tried to create 6 seperate display. Then the Server crashes.

Adding the Load ddc Module resolved next messages:
Symbol xf86SetDDCproperties from module /usr/X11R6/lib/modules/drivers/radeon_drv.o
is unresolved!

But still the server crashes.

Attached are the /etc?X11/XF86config file and the /var/log/XFree86.0.log
file.

Just using Screen0 and screen1 and thus only the first graphical card works.

Has anyone an idea what the problem is.

Regards,

Marcel Stegehuis





#
##  lspci -vvx
###
##
00:00.0 Host bridge: Intel Corp.: Unknown device 2578 (rev 02)
Subsystem: Hewlett-Packard Company: Unknown device 12bf
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping-
SERR+ FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort-
MAbort+ SERR- PERR-
Latency: 0
Region 0: Memory at d800 (32-bit, prefetchable) [size=128M]
Capabilities: [e4] #09 [2106]
Capabilities: [a0] AGP version 3.0
Status: RQ=31 SBA+ 64bit- FW+ Rate=x1,x2,x4
Command: RQ=0 SBA- AGP- 64bit- FW- Rate=none
00: 86 80 78 25 06 01 90 20 02 00 00 06 00 00 00 00
10: 08 00 00 d8 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 bf 12
30: 00 00 00 00 e4 00 00 00 00 00 00 00 00 00 00 00

00:01.0 PCI bridge: Intel Corp.: Unknown device 2579 (rev 02) (prog-if 00
[Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping-
SERR+ FastB2B-
Status: Cap- 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort-
MAbort- SERR- PERR-
Latency: 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- Reset- FastB2B-
00: 86 80 79 25 07 01 a0 00 02 00 04 06 00 40 01 00
10: 00 00 00 00 00 00 00 00 00 01 01 20 f0 00 a0 22
20: f0 ff 00 00 f0 ff 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00

00:1d.0 USB Controller: Intel Corp. 82801EB USB (Hub #1) (rev 02) (prog-if
00 [UHCI])
Subsystem: Hewlett-Packard Company: Unknown device 12bf
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping-
SERR- FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- TAbort-
MAbort- SERR- PERR-
Latency: 0
Interrupt: pin A routed to IRQ 10
Region 4: I/O ports at 2440 [size=32]
00: 86 80 d2 24 05 00 80 02 02 00 03 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 41 24 00 00 00 00 00 00 00 00 00 00 3c 10 bf 12
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 01 00 00

00:1d.1 USB Controller: Intel Corp. 82801EB USB (Hub #2) (rev 02) (prog-if
00 [UHCI])
Subsystem: Hewlett-Packard Company: Unknown device 12bf
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping-
SERR- FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- TAbort-
MAbort- SERR- PERR-
Latency: 0
Interrupt: pin B routed to IRQ 5
Region 4: I/O ports at 2460 [size=32]
00: 86 80 d4 24 05 00 80 02 02 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 61 24 00 00 00 00 00 00 00 00 00 00 3c 10 bf 12
30: 00 00 00 00 00 00 00 00 00 00 00 00 05 02 00 00

00:1d.2 USB Controller: Intel Corp. 82801EB USB (Hub #3) (rev 02) (prog-if
00 [UHCI])
Subsystem: Hewlett-Packard Company: Unknown device 12bf
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping-
SERR- FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- TAbort-
MAbort- SERR- PERR-
Latency: 0
Interrupt: pin C routed to IRQ 5
Region 4: I/O ports at 2480 [size=32]
00: 86 80 d7 24 05 00 80 02 02 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 81 24 00 00 00 00 00 00 00 00 00 00 3c 10 bf 12
30: 00 00 00 00 00 00 00 00 00 00 00 00 05 03 00 00

00:1d.7 USB Controller: Intel Corp. 82801EB USB EHCI Controller (rev 02)
(prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company: Unknown device 12bf
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping-
SERR+ FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ 

[XFree86] Unable to locale XF86Config file.

2003-11-07 Thread Claude Awono
Hi, 

I'm in a desperate need for help.
It seems like I'm missing my XF86Config File all together for some reasons. I looked 
all over the /etc directory unsuccessfully.
Attached is the error and it says clearly that the xf86config file can not be located.
I will greatly appreciate any advice on how to work around it.

Have a wonderful day.

XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
 
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-6 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red 
Hat Linux 3.2.2-5)) #1 Thu Feb 27 10:06:59 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: Tue Nov  4 07:30:41 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]


XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
 
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-6 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red 
Hat Linux 3.2.2-5)) #1 Thu Feb 27 10:06:59 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: Tue Nov  4 07:30:41 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]



[XFree86] Reporting a problem

2003-11-07 Thread Demin


XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-lvm i686 [ELF] 
Build Date: 30 March 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
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: Fri Nov  7 16:33:56 2003
(==) Using config file: /etc/XF86Config
(WW) No Layout section.  Using the first Screen section.
(**) |--Screen Primary Screen (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(==) |--Input Device Mouse0
(==) |--Input Device Keyboard0
(**) Option AutoRepeat 250 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout us,ru,ua
(**) XKB: layout: us,ru,ua
(**) Option XkbOptions grp:caps_toggle
(**) XKB: options: grp:caps_toggle
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/local/:unscaled,/usr/X11R6/lib/X11/fonts/misc/:unscaled,/usr/X11R6/lib/X11/fonts/cyrillic-koi8r/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/cyrillic-koi8r/misc/:unscaled,/usr/X11R6/lib/X11/fonts/cyrillic-koi8u/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/cyrillic-koi8u/misc/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/scalable/Type1-cyr-urw/,/usr/X11R6/lib/X11/fonts/scalable/Type1/,/usr/X11R6/lib/X11/fonts/scalable/TTF/,/usr/X11R6/lib/X11/fonts/scalable/Speedo/,/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/cyrillic-koi8r/75dpi/,/usr/X11R6/lib/X11/fonts/cyrillic-koi8r/misc/,/usr/X11R6/lib/X11/fonts/cyrillic-koi8u/75dpi/,/usr/X11R6/lib/X11/fonts/cyrillic-koi8u/misc/,/usr/X11R6/lib/X11/fonts/75dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to 
/var/etc,/usr/X11R6/lib/modules/drivers/,/usr/X11R6/lib/modules/
(--) using VT number 5

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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.3.0, 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.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7100 card , rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7110 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 00:01:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:01:3: chip 8086,7113 card , rev 01 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 5333,8814 card , rev 52 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:11:0) S3 Inc. 86c767 [Trio 64UV+] rev 82, Mem @ 0xe000/26
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0   0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0   0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1  0   0x000f - 0x000f (0x1) MX[B]
[3] -1  0   0x000c - 0x000e (0x3) MX[B]
[4] -1  0   0x - 0x0009 (0xa) MX[B]
[5] -1  0   0x - 0x (0x1) IX[B]
[6] -1  0   0x - 0x00ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1  0   0xe000 - 0xe3ff (0x400) MX[B](B)
[1] -1  0   0xd800 - 0xd81f (0x20) 

Betr: [XFree86] Unable to locale XF86Config file.

2003-11-07 Thread Marcel . Stegehuis
On a RedHat system one might expect the XF86Config file to be in /etc/X11.

[EMAIL PROTECTED] someuser]# find / -name XF86Config*

Try running /usr/bin/redhat-config-xfree86 as root and configure X.

Regards,

Marcel Stegehuis

-- Oorspronkelijk bericht --
To: [EMAIL PROTECTED]
From: Claude Awono [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: [XFree86] Unable to locale XF86Config file.
Date: Fri, 7 Nov 2003 13:24:54 GMT


Hi, 

I'm in a desperate need for help.
It seems like I'm missing my XF86Config File all together for some reasons.
I looked all over the /etc directory unsuccessfully.
Attached is the error and it says clearly that the xf86config file can not
be l
cated.
I will greatly appreciate any advice on how to work around it.

Have a wonderful day.


Bijlage: xf86config.txt


Bijlage: error


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


Re: [XFree86] radeon 9200SE

2003-11-07 Thread Alex Deucher
try one of these:

Option chipID 0x4964
Option chipID 0x4C64

others to try:
#define PCI_CHIP_RV250_Id   0x4964
#define PCI_CHIP_RV250_Ie   0x4965
#define PCI_CHIP_RV250_If   0x4966
#define PCI_CHIP_RV250_Ig   0x4967
#define PCI_CHIP_RV250_Ld   0x4C64
#define PCI_CHIP_RV250_Le   0x4C65
#define PCI_CHIP_RV250_Lf   0x4C66
#define PCI_CHIP_RV250_Lg   0x4C67

Alex



 xfree86 4.3.0 didn't support the 9200 series radeons.  You might be
 able to force the chipID to a supported one like a 9000. You can also
 upgrade to xfree86 from cvs.

Hmm, How can I force the chipID to a supported one like a 9000?
I didn't do that before.

 Binary snapshots from the DRI project are available here:
 http://dri.sourceforge.net/snapshots/
 grab the r200 snapshot and the XFree86 package from the extras
 directory.

Fine, I made the instructions includeed there in info files. But I work
under the freeBSD, not linux. But all the files are made and compiled
for
linux with different libraries, different names and locations.
Isn't there already something ready for freebsd?

I tried to use the vesa driver instead of radeon and it works, but
...it
doesn't look good. The vertical refresh is amount 60 Hz and when I try
to
run the xvidtune it says: Video modes are not tunable on this chip
So, my eyes are crazy after a half an hour.
Moreover my mouse jumps simetimes from one position to another.\
So, the vesa driver works but it isn't that what it has to be.

Please help,

Maciej Bobrowski

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Multiple Dualhead card problem ATI Radeon VE / Appian Typhoon 64

2003-11-07 Thread Alex Deucher
You might be experiencing this bug:
http://bugs.xfree86.org/show_bug.cgi?id=721

It looks like you are using 4.3.0.  try using cvs and let me know if
that helps.  if not, please add a note to the bug above.

Alex

---

Well the mail is long enough now. I will repeat the question again and
list
the files requested.

And try to find the thread about secondary cards for Radeon.

Regards,

Marcel

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Xkb problems in latest CVS?

2003-11-07 Thread Alon Weinstein
I recently compiled X from CVS, and I'm having problems with Xkb. I use 
both Hebrew (ISO-8859-8)  English on my machine, and have the following 
options on XF86Config to switch between the groups using both-shifts:

Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us,il
Option  XkbOptions 
grp:switch,grp:shift_toggle,grp_led:scroll

After compiling  install the latest CVS I couldn't switch groups to 
Hebrew, and I noticed several keys don't work well (for example I get 
numbers from the keypad's arrows even when Numlock is off). I looked 
XF86 log and found the following lines that has anything to do with the 
keyboard:

(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us,il
(**) XKB: layout: us,il
(**) Option XkbOptions grp:switch,grp:shift_toggle,grp_led:scroll
(**) XKB: options: grp:switch,grp:shift_toggle,grp_led:scroll
(==) Keyboard: CustomKeycode disabled
.
.
.
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) Server_Terminate keybinding not found
I'm guessing the last two lines signal a problem? What and where should 
I look into it?
Previous compilation worked without a problem with the Hebrew/English 
keymaps.

X -version:

XFree86 Version 4.3.99.15
Release Date:  1 November 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.0-test9 i686 [ELF]
Current Operating System: Linux zoidberg 2.6.0-test9 #13 Tue Oct 28 
21:51:56 IST 2003 i686
Build Date: 07 November 2003
Changelog Date: 06 November 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present

Kernel: 2.6.0test9 (on an AthlonXP)
Graphics card: Hercules 3D Prophet 7000 (dualhead Readon 7000), AGP
Thanks,
Alon.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] radeon 9200SE

2003-11-07 Thread Maciej Bobrowski
Hi,

I used the 0x514D as descriped in
http://geekinfo.net/article.php?story=20031012001353150

Section Device
Identifier  Card0
Driver  radeon
VendorName  ATI Technologies Inc
BoardName   ATI Radeon
ChipID  0x514D
BusID   PCI:1:0:0
EndSection

So. Now it works! :) But I have problems with the DRI. It doesn't want to
run.
But thanks for Your help.

Regards,

Maciej Bobrowski



 try one of these:

 Option chipID 0x4964
 Option chipID 0x4C64

 others to try:
 #define PCI_CHIP_RV250_Id 0x4964
 #define PCI_CHIP_RV250_Ie 0x4965
 #define PCI_CHIP_RV250_If 0x4966
 #define PCI_CHIP_RV250_Ig 0x4967
 #define PCI_CHIP_RV250_Ld 0x4C64
 #define PCI_CHIP_RV250_Le 0x4C65
 #define PCI_CHIP_RV250_Lf 0x4C66
 #define PCI_CHIP_RV250_Lg 0x4C67

 Alex

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


Re: [XFree86] Posible format string bug on Xterm Up to last version

2003-11-07 Thread David Dawes
On Fri, Nov 07, 2003 at 03:23:52AM -0300, Agustin wrote:
Hello, im Agustin Gianni (gr00vy) from argentina. I would like to report
a bug on xterm (the last version 181 and the one on Slackware 9.0).
Since im not experienced on format bugs i couldnt make so much to try to
make a fix o give more info about the bug.

Thanks for the report.

I've just traced through it, and it isn't a formatting bug, but an
off-by-one bug in libXcursor that shows up when $HOME doesn't start with
a '/'.

This patch fixes it for me.  Let me know if it does for you too.

Index: xc/lib/Xcursor/library.c
===
RCS file: /home/x-cvs/xc/lib/Xcursor/library.c,v
retrieving revision 1.2
diff -u -r1.2 library.c
--- library.c   26 Jan 2003 03:22:42 -  1.2
+++ library.c   7 Nov 2003 17:48:21 -
@@ -101,6 +101,9 @@
if (!home)
return 0;
homelen = strlen (home);
+   /* A '/' gets prepended if $HOME doesn't start with one. */
+   if (home[0] != '/')
+   homelen++;
dir++;
dirlen--;
 }


David


[EMAIL PROTECTED]:/root# HOME=%n%n%n%n%n%n
[EMAIL PROTECTED]:/root# xterm
Segmentation fault
[EMAIL PROTECTED]:/root# gdb xterm
(gdb) r
Starting program: /root/xterm-181/xterm

Program received signal SIGSEGV, Segmentation fault.
0x4026e5bd in _int_malloc () from /lib/libc.so.6
(gdb) bt
#0  0x4026e5bd in _int_malloc () from /lib/libc.so.6
#1  0x4026d6b5 in malloc () from /lib/libc.so.6
#2  0x4025c003 in __fopen_internal () from /lib/libc.so.6
#3  0x4025c0ce in fopen@@GLIBC_2.1 () from /lib/libc.so.6
#4  0x4001e47a in XcursorFilenameSave () from
/usr/X11R6/lib/libXcursor.so.1
#5  0x4001e616 in XcursorLibraryLoadImages () from
/usr/X11R6/lib/libXcursor.so.1
#6  0x4001e824 in XcursorShapeLoadImages () from
/usr/X11R6/lib/libXcursor.so.1
#7  0x4001eb6e in XcursorTryShapeCursor () from
/usr/X11R6/lib/libXcursor.so.1
#8  0x4012d628 in _XTryShapeCursor () from /usr/X11R6/lib/libX11.so.6
#9  0x4012d9e9 in XCreateGlyphCursor () from /usr/X11R6/lib/libX11.so.6
#10 0x4012de59 in XCreateFontCursor () from /usr/X11R6/lib/libX11.so.6
#11 0x0805f3ce in make_colored_cursor (cursorindex=68, fg=0,
bg=16777215) at misc.c:216
#12 0x0805b578 in get_terminal () at main.c:2467
#13 0x0805b019 in main (argc=0, argv=0xb9e8) at main.c:2111
#14 0x4020dbb4 in __libc_start_main () from /lib/libc.so.6
(gdb) i r
eax0x808e780134801280
ecx0x40327300   1077048064
edx0x40327354   1077048148
ebx0x40326234   1077043764
esp0xb650   0xb650
ebp0xb688   0xb688
esi0x0  0
edi0x0  0
eip0x4026e5bd   0x4026e5bd
eflags 0x10206  66054
cs 0x23 35
ss 0x2b 43
ds 0x2b 43
es 0x2b 43
fs 0x0  0
gs 0x0  0
fctrl  0x37f895
fstat  0x0  0
ftag   0x   65535
fiseg  0x0  0
fioff  0x0  0
foseg  0x0  0
fooff  0x0  0
fop0x0  0
mxcsr  0x1f80   8064
orig_eax   0x   -1

Best Regards

Agustin Gianni
Argentina

PS: thanks to #linux and #cheese (specially df)

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


-- 
David Dawes X-Oz Technologies
www.XFree86.org/~dawes  www.x-oz.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Posible format string bug on Xterm Up to last version

2003-11-07 Thread Marc Aurele La France
On 7 Nov 2003, Agustin wrote:

 Hello, im Agustin Gianni (gr00vy) from argentina. I would like to report
 a bug on xterm (the last version 181 and the one on Slackware 9.0).
 Since im not experienced on format bugs i couldnt make so much to try to
 make a fix o give more info about the bug.

 [EMAIL PROTECTED]:/root# HOME=%n%n%n%n%n%n
 [EMAIL PROTECTED]:/root# xterm
 Segmentation fault
 [EMAIL PROTECTED]:/root# gdb xterm
 (gdb) r
 Starting program: /root/xterm-181/xterm

 Program received signal SIGSEGV, Segmentation fault.
 0x4026e5bd in _int_malloc () from /lib/libc.so.6
 (gdb) bt
 #0  0x4026e5bd in _int_malloc () from /lib/libc.so.6
 #1  0x4026d6b5 in malloc () from /lib/libc.so.6
 #2  0x4025c003 in __fopen_internal () from /lib/libc.so.6
 #3  0x4025c0ce in fopen@@GLIBC_2.1 () from /lib/libc.so.6
 #4  0x4001e47a in XcursorFilenameSave () from
 /usr/X11R6/lib/libXcursor.so.1
 #5  0x4001e616 in XcursorLibraryLoadImages () from
 /usr/X11R6/lib/libXcursor.so.1
 #6  0x4001e824 in XcursorShapeLoadImages () from
 /usr/X11R6/lib/libXcursor.so.1
 #7  0x4001eb6e in XcursorTryShapeCursor () from
 /usr/X11R6/lib/libXcursor.so.1
 #8  0x4012d628 in _XTryShapeCursor () from /usr/X11R6/lib/libX11.so.6
 #9  0x4012d9e9 in XCreateGlyphCursor () from /usr/X11R6/lib/libX11.so.6
 #10 0x4012de59 in XCreateFontCursor () from /usr/X11R6/lib/libX11.so.6
 #11 0x0805f3ce in make_colored_cursor (cursorindex=68, fg=0,
 bg=16777215) at misc.c:216
 #12 0x0805b578 in get_terminal () at main.c:2467
 #13 0x0805b019 in main (argc=0, argv=0xb9e8) at main.c:2111
 #14 0x4020dbb4 in __libc_start_main () from /lib/libc.so.6
 (gdb) i r
 eax0x808e780134801280
 ecx0x40327300   1077048064
 edx0x40327354   1077048148
 ebx0x40326234   1077043764
 esp0xb650   0xb650
 ebp0xb688   0xb688
 esi0x0  0
 edi0x0  0
 eip0x4026e5bd   0x4026e5bd
 eflags 0x10206  66054
 cs 0x23 35
 ss 0x2b 43
 ds 0x2b 43
 es 0x2b 43
 fs 0x0  0
 gs 0x0  0
 fctrl  0x37f895
 fstat  0x0  0
 ftag   0x   65535
 fiseg  0x0  0
 fioff  0x0  0
 foseg  0x0  0
 fooff  0x0  0
 fop0x0  0
 mxcsr  0x1f80   8064
 orig_eax   0x   -1

Does it SIGSEGV when $HOME is shortened by one character?  If not, I think
I know where the problem is.

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


Re: [XFree86] Error on starting Xwindows

2003-11-07 Thread Marc Aurele La France
On Fri, 7 Nov 2003, William wrote:

 I am new to Linux and want to learn this system. However, I met some
 errors while starting a new fresh install Linux. I've attached the Error
 log from Linux. Could you mind help me to find out what problem should
 my machine be?

 I think the error log have all my machine information. If you need while
 you are finding, please don't hesitate to email me and I would try my
 best to assist.

I see no errors in this log, so what's the problem?

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


[SOLVED] Re: [XFree86] Xkb problems in latest CVS?

2003-11-07 Thread Alon Weinstein
Found a solution, though I'm not sure *why* this happens. I tried 
running xkbprint (basically just to see if I can get some error 
messages about xkb, because I guessed that's where the problem is from 
the logs), and got a message that it couldn't load libxkbfile.so.1
locate libxkbfile.so.1 gave me nothing, and locate libxkbfile gave 
me /usr/X11R6/lib/libxkbfile.a. Looking at /usr/X11R6/lib/ I found a few 
libxkbfile.so, libxkbfile.so.1 and libxkbfile.so.1.0 -- I symlinked 
/usr/X11R6/lib/libxkbfile.so.1 to /lib, restarted X, and voila -- works.

What I don't understand is *why* that happend. Anyone?

Alon Weinstein wrote:
I recently compiled X from CVS, and I'm having problems with Xkb. I use 
both Hebrew (ISO-8859-8)  English on my machine, and have the following 
options on XF86Config to switch between the groups using both-shifts:

Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us,il
Option  XkbOptions 
grp:switch,grp:shift_toggle,grp_led:scroll

After compiling  install the latest CVS I couldn't switch groups to 
Hebrew, and I noticed several keys don't work well (for example I get 
numbers from the keypad's arrows even when Numlock is off). I looked 
XF86 log and found the following lines that has anything to do with the 
keyboard:

(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us,il
(**) XKB: layout: us,il
(**) Option XkbOptions grp:switch,grp:shift_toggle,grp_led:scroll
(**) XKB: options: grp:switch,grp:shift_toggle,grp_led:scroll
(==) Keyboard: CustomKeycode disabled
.
.
.
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) Server_Terminate keybinding not found
I'm guessing the last two lines signal a problem? What and where should 
I look into it?
Previous compilation worked without a problem with the Hebrew/English 
keymaps.

X -version:

XFree86 Version 4.3.99.15
Release Date:  1 November 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.0-test9 i686 [ELF]
Current Operating System: Linux zoidberg 2.6.0-test9 #13 Tue Oct 28 
21:51:56 IST 2003 i686
Build Date: 07 November 2003
Changelog Date: 06 November 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present

Kernel: 2.6.0test9 (on an AthlonXP)
Graphics card: Hercules 3D Prophet 7000 (dualhead Readon 7000), AGP
Thanks,
Alon.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


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


Re: [XFree86] r128 resolution question

2003-11-07 Thread Vivek
On Thu, 6 Nov 2003, Iain Campbell wrote:

 I have a IBM Thinkpad A21p laptop with a Rage 128 Mobility card, and I
 have a vexing problem. The LCD screen is a 1600x1200 resolution, and I
 have not yet found any way to run the Xserver at any resolution less
 than this. This is a

The r128 driver, when connected to an LCD, ignores all the numbers in
the modeline except for the x and y resolutions - it even ignores the
clock speed: It looks up the rest of the numbers from the vbios, using
the x and y resolutions to find a matching mode. This doesn't prevent
you from using other resolutions, but some of the lower resolutions have
stupidly high refresh rates (aiui this doesn't matter because the chipset
compensates for this), so if you adjust the HorizSync and VertRefresh
values to have a _very_ wide range, you may be able to get at those modes.

I discussed this with the list a while back and a patch was put into
CVS, if said patch has propagated into your installation, then the
Xfree86 log should show why a mode is rejected (eg not listed in bios
and so on).

I have an A20p (Rage Mobility M3), if your horizsync and vertrefresh
entries are lenient enough, I would expect something like this modeline
to work for you:

ModeLine 1280x1024 108.00 1280 1328 1342 1568 1024 1025 1028 1040

[ as I said, most of the numbers will be ignored, but these are the
  values I actually pulled out of the VBIOS. ]

HTH


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


Re: [SOLVED] Re: [XFree86] Xkb problems in latest CVS?

2003-11-07 Thread David Dawes
On Fri, Nov 07, 2003 at 09:41:48PM +0200, Alon Weinstein wrote:
Found a solution, though I'm not sure *why* this happens. I tried 
running xkbprint (basically just to see if I can get some error 
messages about xkb, because I guessed that's where the problem is from 
the logs), and got a message that it couldn't load libxkbfile.so.1
locate libxkbfile.so.1 gave me nothing, and locate libxkbfile gave 
me /usr/X11R6/lib/libxkbfile.a. Looking at /usr/X11R6/lib/ I found a few 
libxkbfile.so, libxkbfile.so.1 and libxkbfile.so.1.0 -- I symlinked 
/usr/X11R6/lib/libxkbfile.so.1 to /lib, restarted X, and voila -- works.

What I don't understand is *why* that happend. Anyone?

Most libraries are built as shared libraries now.  Re-running
'ldconfig' to update the run-time loader's cache would have fixed
this without creating symlinks.

Maybe 'make install' should run the relevant 'ldconfig' on platforms
that need it (when DESTDIR isn't set).

David
-- 
David Dawes
developer/release engineer  The XFree86 Project
www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] NVIDA Dual Screen Shared work space

2003-11-07 Thread Michelle Boyle
Hello,

Can anyone please help I have looked at the documentation and attempted
multiple variations and can not get my dual display working after my
XF86Config got messed up and I didn't have a backup of it. 

On Fri, 2003-11-07 at 16:19, root wrote: 
 XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
 Build Date: 27 February 2003
 Build Host: porky.devel.redhat.com
  
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
 Module Loader present
 OS Kernel: Linux version 2.4.20-9 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030313 
 (Red Hat Linux 3.2.2-10)) #1 Wed Apr 2 13:24:44 EST 2003 P
 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: Fri Nov  7 16:04:11 2003
 (==) Using config file: /etc/X11/XF86Config
 (==) ServerLayout Default Layout
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor Monitor0
 (**) |   |--Device Videocard0
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (**) Option XkbRules xfree86
 (**) XKB: rules: xfree86
 (**) Option XkbModel pc105
 (**) XKB: model: pc105
 (**) Option XkbLayout us
 (**) XKB: layout: us
 (==) Keyboard: CustomKeycode disabled
 (**) |--Input Device DevInputMice
 (**) FontPath set to unix/:7100
 (**) RgbPath set to /usr/X11R6/lib/X11/rgb
 (==) ModulePath set to /usr/X11R6/lib/modules
 (++) using VT number 7
 
 (II) Open APM successful
 (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.3.0, 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.3.0, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
 (II) PCI: Probing config type using method 1
 (II) PCI: Config type is 1
 (II) PCI: stages = 0x03, oldVal1 = 0x8001300c, mode1Res1 = 0x8000
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 10de,01e0 card , rev a2 class 06,00,00 hdr 80
 (II) PCI: 00:00:1: chip 10de,01eb card 1297,f541 rev a2 class 05,00,00 hdr 80
 (II) PCI: 00:00:2: chip 10de,01ee card 1297,f541 rev a2 class 05,00,00 hdr 80
 (II) PCI: 00:00:3: chip 10de,01ed card 1297,f541 rev a2 class 05,00,00 hdr 80
 (II) PCI: 00:00:4: chip 10de,01ec card 1297,f541 rev a2 class 05,00,00 hdr 80
 (II) PCI: 00:00:5: chip 10de,01ef card 1297,f541 rev a2 class 05,00,00 hdr 80
 (II) PCI: 00:01:0: chip 10de,0060 card 1297,f541 rev a3 class 06,01,00 hdr 80
 (II) PCI: 00:01:1: chip 10de,0064 card 1297,f541 rev a2 class 0c,05,00 hdr 80
 (II) PCI: 00:02:0: chip 10de,0067 card 1297,f541 rev a3 class 0c,03,10 hdr 80
 (II) PCI: 00:02:1: chip 10de,0067 card 1297,f541 rev a3 class 0c,03,10 hdr 80
 (II) PCI: 00:02:2: chip 10de,0068 card 1297,f541 rev a3 class 0c,03,20 hdr 80
 (II) PCI: 00:04:0: chip 10de,0066 card 1297,f541 rev a1 class 02,00,00 hdr 00
 (II) PCI: 00:05:0: chip 10de,006b card 1297,f541 rev a2 class 04,01,00 hdr 00
 (II) PCI: 00:06:0: chip 10de,006a card 1297,f541 rev a1 class 04,01,00 hdr 00
 (II) PCI: 00:08:0: chip 10de,006c card , rev a3 class 06,04,00 hdr 01
 (II) PCI: 00:09:0: chip 10de,0065 card 1297,f541 rev a2 class 01,01,8a hdr 00
 (II) PCI: 00:0d:0: chip 10de,006e card 1297,f541 rev a3 class 0c,00,10 hdr 00
 (II) PCI: 00:1e:0: chip 10de,01e8 card , rev a2 class 06,04,00 hdr 01
 (II) PCI: 01:06:0: chip 8086,1229 card 1014,305c rev 08 class 02,00,00 hdr 00
 (II) PCI: 02:00:0: chip 10de,01f0 card , rev a3 class 03,00,00 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  0   0x - 0x (0x1) IX[B]
 (II) Bus 0 non-prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
 (II) Bus 0 prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
 (II) PCI-to-ISA bridge:
 (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
 (II) PCI-to-PCI bridge:
 (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
 (II) Bus 1 I/O range:
   [0] -1  0   0xc000 - 0xcfff (0x1000) IX[B]
 (II) Bus 1 non-prefetchable memory range:
   

[XFree86] startx problem

2003-11-07 Thread Mr Ramesh Srinivasan
Hi,
My machine (Compaq Presario) has both XP and linux on
it.  I boot linux via floppy.  My version of linux is
advanced server 2.4.9-e.3.  When I type in command
startx at the linux console it comes with a message
unknown host, problem parsing the config file and no
screens found.  My init is entering runlevel 5 which I
presume is right.  I am not able to send the log file
as I do not know how to access  and where to access
the linux log file from Windows XP.  My hostname looks
weird and is something like this
X1-6-00-10-dc-ea-a3-c9.

Would really appreciate if someone could help me in
figuring out this startx problem.

Thanks a lot.
Ramesh.

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] NVIDA Dual Screen Shared work space

2003-11-07 Thread Mark Vojkovich
On 7 Nov 2003, Michelle Boyle wrote:

 Hello,
 
 Can anyone please help I have looked at the documentation and attempted
 multiple variations and can not get my dual display working after my
 XF86Config got messed up and I didn't have a backup of it. 

  You are using the nv driver that comes with XFree86.  It does
not support dual monitor operation.  In the XF86Config file
you need to change Driver nv to Driver nvidia to use NVIDIA's
binary drivers.


Mark.

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


[XFree86] X running Blank screen

2003-11-07 Thread GEORGIA STENDER
Hi All,
I've read the web page about posting to this list but 
I didn't see anything about format. I'm going out on a 
limb and assumeing that in order to be of any help you 
would have to see my config and log files but I doubt 
attachments get posted. I'm also assuming you don't want 
to see gobs of junk in the posts. 

My problem is that I'm trying to get XFree86 4.3.0 up 
on my Redhat 9 on a Compaq Presario S4000J. Everything 
runs but I get a blank screen for my efforts. Go to 
console mode and find no errors in the log and an X 
process runnig. I've very quickly run through my limited 
knowledge of XFree86 and don't have any hair left to pull 
out. Any ideas? Thanks in advance for any help I can get.

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


[XFree86] Re: WWYOK, tverskaya in nothing

2003-11-07 Thread Derek Vargas

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEADTITLE/TITLE
META http-equiv=Content-Type content=text/html; charset=windows-1251
META content=MSHTML 6.00.2800.1141 name=GENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=#ff
font color=whiteobservatory plaza perk respect goal incriminate jigsaw blackjack 
fresh anchor conscientious fetus carolingian babylonian colossi date compressible 
casual electric mouton stride /fontbr
body

pTh/champione ul/bourgeoistimate d/tensionigital
ca/barbourble f/describeilter/p
pTh/buckboarde fil/lotteter wi/raisinll al/warplanelow
yo/adornu t/dipoleo rec/blastulaeive a/chargeablell
t/magnifyhe ch/boyhoodannels t/septumhat y/chiselou
or/diamondder wi/mccoyth y/harmonour r/goodmanemove
cont/caprol!/p
ppay/gadoliniumperviews, adu/downdraftlt mov/priories,s/pinochleport
even/keyedts,s/bootleggedpecial ev/burlents!
a href=http://www.ehostzzz.com/cable/;
se/eastwarde n/reputationow!/a/ppa href=http://www.inkworldscom/cable/;
img %RANDOM_TEXT border=0 src=http://www.ehostzzz.com/fiter2.jpg;/a/p

br
font color=whiterubbery dodge bloodstone diabetic durham delhi coolant uptown hook 
resolute tart nichrome belladonna echelon /font
/BODY
/HTML