CVS Update: xc (branch: trunk)

2003-06-29 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/29 09:35:01

Log message:
  Bugzilla #433:
  - use hton[sl]/ntoh[sl] macros instead of Linux specific byteswap.h
  - rename FRWRITE/FREAD macros that conflict with macros from fcntl.h on
BSD systems.
  - make outputRaster static.
  ok  Juliusz Chroboczek

Modified files:
  xc/programs/fonttosfnt/:
write.c 
  
  Revision  ChangesPath
  1.3   +23 -68xc/programs/fonttosfnt/write.c

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


CVS Update: xc (branch: )

2003-06-29 Thread Torrey T. Lyons
[EMAIL PROTECTED]
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/29 17:04:51

xc/programs/Xserver/GL/apple

Update of /home/x-cvs/xc/programs/Xserver/GL/apple
In directory public.xfree86.org:/tmp/cvs-serv24958/apple

Log Message:
Directory /home/x-cvs/xc/programs/Xserver/GL/apple added to the repository

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


CVS Update: xc (branch: trunk)

2003-06-29 Thread Torrey T. Lyons
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/29 18:45:13

Log message:
  Add direct GLX rendering on Mac OS X and Apple-DRI extension (Apple).

Modified files:
  xc/config/cf/:
darwin.cf 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/:
Imakefile 
  xc/lib/GL/:
Imakefile 
  xc/lib/GL/GL/:
Imakefile 
  xc/lib/GL/glx/:
dispatch.c glxext.c 
  xc/lib/GL/include/GL/internal/:
glcore.h 
  xc/programs/Xserver/GL/:
Imakefile 
  xc/programs/Xserver/hw/darwin/quartz/:
quartzCommon.h quartzStartup.c 
  xc/programs/Xserver/hw/darwin/quartz/XDarwin.pbproj/:
project.pbxproj 
  xc/programs/Xserver/hw/darwin/quartz/cr/:
crScreen.m 
  xc/programs/Xserver/hw/darwin/quartz/xpr/:
Imakefile x-hash.c x-hash.h x-list.c x-list.h xpr.h 
xprFrame.c xprScreen.c 
  xc/programs/Xserver/miext/rootless/:
rootless.h rootlessCommon.c rootlessCommon.h 
rootlessScreen.c rootlessWindow.c rootlessWindow.h 
Added files:
  xc/lib/GL/apple/:
Imakefile appledri.c appledri.h appledristr.h 
build-dispatch dri_dispatch.c dri_dispatch.defs 
dri_dispatch.h dri_driver.c dri_driver.h dri_glx.c 
dri_glx.h 
  xc/programs/Xserver/GL/apple/:
Imakefile aglGlx.c indirect.c 
  xc/programs/Xserver/hw/darwin/quartz/xpr/:
appledri.c dri.c dri.h dristruct.h x-hook.c x-hook.h 
Removed files:
  xc/programs/Xserver/GL/aqua/:
Imakefile aquaGlx.c 
  
  Revision  ChangesPath
  1.37  +18 -6 xc/config/cf/darwin.cf
  3.2756+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.285 +17 -11xc/programs/Xserver/Imakefile
  1.43  +5 -1  xc/lib/GL/Imakefile
  1.18  +13 -1 xc/lib/GL/GL/Imakefile
  1.5   +5 -1  xc/lib/GL/glx/dispatch.c
  1.17  +7 -1  xc/lib/GL/glx/glxext.c
  1.10  +2 -2  xc/lib/GL/include/GL/internal/glcore.h
  1.11  +3 -3  xc/programs/Xserver/GL/Imakefile
  1.11  +4 -1  xc/programs/Xserver/hw/darwin/quartz/quartzCommon.h
  1.5   +6 -3  xc/programs/Xserver/hw/darwin/quartz/quartzStartup.c
  1.15  +198 -89   
xc/programs/Xserver/hw/darwin/quartz/XDarwin.pbproj/project.pbxproj
  1.2   +4 -1  xc/programs/Xserver/hw/darwin/quartz/cr/crScreen.m
  1.2   +10 -4 xc/programs/Xserver/hw/darwin/quartz/xpr/Imakefile
  1.2   +10 -10xc/programs/Xserver/hw/darwin/quartz/xpr/x-hash.c
  1.2   +21 -22xc/programs/Xserver/hw/darwin/quartz/xpr/x-hash.h
  1.2   +50 -29xc/programs/Xserver/hw/darwin/quartz/xpr/x-list.c
  1.2   +28 -24xc/programs/Xserver/hw/darwin/quartz/xpr/x-list.h
  1.2   +2 -1  xc/programs/Xserver/hw/darwin/quartz/xpr/xpr.h
  1.2   +19 -1 xc/programs/Xserver/hw/darwin/quartz/xpr/xprFrame.c
  1.2   +13 -3 xc/programs/Xserver/hw/darwin/quartz/xpr/xprScreen.c
  1.3   +32 -5 xc/programs/Xserver/miext/rootless/rootless.h
  1.3   +3 -2  xc/programs/Xserver/miext/rootless/rootlessCommon.c
  1.3   +2 -6  xc/programs/Xserver/miext/rootless/rootlessCommon.h
  1.3   +3 -2  xc/programs/Xserver/miext/rootless/rootlessScreen.c
  1.5   +128 -38   xc/programs/Xserver/miext/rootless/rootlessWindow.c
  1.2   +2 -1  xc/programs/Xserver/miext/rootless/rootlessWindow.h

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


CVS Update: xc (branch: trunk)

2003-06-29 Thread Torrey T. Lyons
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/29 21:25:06

Log message:
  Don't sleep on Darwin for directory owner/mode problems (John Harper).

Modified files:
  xc/lib/xtrans/:
Xtransutil.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.25  +3 -3  xc/lib/xtrans/Xtransutil.c
  3.2758+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

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


Re: memory address of pixmap

2003-06-29 Thread Philip Brown
Mark Vojkovich wrote:

  pPixmap-devPrivate is the pointer to the memory, but this
is dynamic.  Pixmaps get migrated back and forth between video
and system ram.  So you need to check it every time you reenter
your code.


oops.   

The bitblit routines are rather hairy to follow, so I hope you dont mind me
also asking; what are the pitfalls of me creating a pixmap myself?

The constraints are that I want to be able to allocate an offscreen memory
chunk myself via xf86AllocateLinear, then create a pixmap around it, and
then be able to use the accelerated bitblit routines via 
gc-ops-CopyArea()

Is the process of creating an offscreen pixmap the hard way documented
anywhere? Like a place for tips for 2d card driver writers?


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


fonttosfnt portability patch

2003-06-29 Thread Matthieu Herrb
Hi,

Currently fonttosfnt doesn't compile on NetBSD, OpenBSD or Mac OS
X (and probably others) because it depends on byteswap.h which is a
linuxism. 

I've created Bugzilla #433 with a proposed patch. 


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


Empreendedor com Internet

2003-06-29 Thread Elmer
Empresa procura pessoas de perfil Empreendedor com Internet, para
implantar e gerenciar estrutura comercial. 
Ganhos de até 80.000,00 ao ano.

Visite: www.hipernegocio.net

Elmer
NGTCorp - Duvidas pelo email [EMAIL PROTECTED]






Para ser removido de futuros correios, por favor, envie email para
[EMAIL PROTECTED], com o assunto REMOVER. Obrigado.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: fonttosfnt portability patch

2003-06-29 Thread Juliusz Chroboczek
MH Currently fonttosfnt doesn't compile on NetBSD, OpenBSD or Mac OS
MH X (and probably others) because it depends on byteswap.h which is a
MH linuxism. 

MH I've created Bugzilla #433 with a proposed patch. 

Thanks.  Please see bugzilla for minor comment.

Juliusz

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


Re: 4.3.99.7 and text inputs

2003-06-29 Thread Andrew C Aitchison
On Sat, 28 Jun 2003, Andrew Bevitt wrote:

 I just build the 4.3.99.7 snapshot this afternoon, and did not notice and 
 problems with the building process. X started normally and for a while
 usage seemed normal.
 
 But when I started up AMSN and tried to send someone a message, I
 simply couldnt get any text to enter into the inpt box. I tried several WM's
 and various tricks to make the chat window definately in focus. Nothing
 made it work.
 
 I just tried using GFtp aswell, and the same problem occurs on the 
 password input box but not on any other of the text input boxes. Which
 leads me to believe that this maybe related to authenticated inputs or
 something.
 
 Does anyone have any ideas?

My latest CVS builds are doing something funny with text input too.
A couple of tk/tcl/wish clients aren't accepting keyboard input
into text boxes. At least one of these wish scripts works if run
on the same display, but from a remote machine with a different
version of X and wish, which leads me to suspect a problem in
the X client libraries.
% ldd /usr/bin/wish
libtk8.0.so = /usr/lib/libtk8.0.so (0x4001c000)
libtcl8.0.so = /usr/lib/libtcl8.0.so (0x400ba000)
libX11.so.6 = /usr/X11R6-v4/lib/libX11.so.6 (0x4011e000)
libdl.so.2 = /lib/libdl.so.2 (0x401d7000)
libm.so.6 = /lib/libm.so.6 (0x401dc000)
libc.so.6 = /lib/libc.so.6 (0x401f9000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

tkdiff (another wish script) and ical (another tcl/tk application)
are both happy to accept keystokes to control the program
('q' to quit for tkdiff, and ctrl-key sequences to cut/copy/paste
items in ical) but wont allow keystrokes to enter text.

% locale
LANG=en_GB
LC_CTYPE=en_GB
LC_NUMERIC=en_GB
LC_TIME=en_GB
LC_COLLATE=en_GB
LC_MONETARY=en_GB
LC_MESSAGES=en_GB
LC_ALL=
% uname -a
Linux ard 2.2.19-6.2.7 #6 Wed Jan 9 21:36:45 GMT 2002 i686 unknown

This is a Red Hat Linux 6.3 machine.

-- 
Andrew C. Aitchison Cambridge
[EMAIL PROTECTED]

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


Re: memory address of pixmap

2003-06-29 Thread Mark Vojkovich
On Sat, 28 Jun 2003, Philip Brown wrote:

 Mark Vojkovich wrote:
 
   pPixmap-devPrivate is the pointer to the memory, but this
 is dynamic.  Pixmaps get migrated back and forth between video
 and system ram.  So you need to check it every time you reenter
 your code.
 
 
 oops.   
 
 The bitblit routines are rather hairy to follow, so I hope you dont mind me
 also asking; what are the pitfalls of me creating a pixmap myself?

   The hardware won't be able to render to it.  XAA only knows that it's
a hardware surface because it allocated it.  In the new XAA, it's the
driver that does the allocation since there are problem with XAA
trying to allocate it as it does currently.  XAA doesn't know enough
about the hardware contraints to do a good job of it.  Also, they do 
need to get migrated between video ram and system memory.  They can't
stay in video ram when you switch VTs.

 
 The constraints are that I want to be able to allocate an offscreen memory
 chunk myself via xf86AllocateLinear, then create a pixmap around it, and
 then be able to use the accelerated bitblit routines via 
 gc-ops-CopyArea()

   You'll never get this working properly.  Even XAA can't use
xf86AllocateLinear because it doesn't know about hardware alignment
contraints.  In XAA, the root window extends downward and offscreen
pixmaps are just windows that are offscreen.  There is no mechanism
to take a linear allocation and make a hardware pixmap out of it.
The XFree86 5.0 XAA deals with this by leaving it all to the driver.

Mark.

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


Re : 4.3.99.7 and text inputs

2003-06-29 Thread E. ALLAUD
On 2003.06.28 02:45, Andrew Bevitt wrote:
On Sat, 28 Jun 2003 04:49 am, E. ALLAUD wrote:
 On 2003.06.27 12:05, Andrew Bevitt wrote:
  Hey
 0
  I just build the 4.3.99.7 snapshot this afternoon, and did not
notice
  and
  problems with the building process. X started normally and for a
while
  usage seemed normal.
 
  But when I started up AMSN and tried to send someone a message, I
  simply couldnt get any text to enter into the inpt box. I tried
  several WM's
  and various tricks to make the chat window definately in focus.
  Nothing
  made it work.
 
  I just tried using GFtp aswell, and the same problem occurs on the
  password input box but not on any other of the text input boxes.
Which
  leads me to believe that this maybe related to authenticated
inputs or
  something.
 
  Does anyone have any ideas?

 I think I had been hit by that also : the work-around which worked
for
 me was to disable XKEYBOARD extension. This is perhaps a bug?
 Bye
 Manu
I tried adding
Option  XkbDisable
to the Keyboard section of XF86Config and then restarting X but still
had the problems as mentioned above. How did you disable XKEYBOARD
extensions if different to how I did?
No that's what I did, so I guess we have different problems :(
Bye
Manu

pgp0.pgp
Description: PGP signature


Re: Dell C400 fix applied to 855GM?

2003-06-29 Thread Oliver
 Newer BIOSes are supposed to provide a BIOS call which can be used
 to change the size of video RAM the BIOS knows about.
 Can you look at the vendor string if the BIOS in you lock file?

How do I do this? where is the lock file?

 Is this a DELL provided one or one from Intel?

I believe that the BIOS is a custom Dell one... 

CPUID in windows says:

BIOS
Brand: Dell Computer Corporation
Version: A00
Date: 04/28/2003

I'm not sure if this is what you meant?

 I've talked to Intel about this and they say this should be fixed
 with an BIOS update.

Hmm... do you think this will lead to Dell updating theirs?

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


Re: memory address of pixmap

2003-06-29 Thread Philip Brown
Mark Vojkovich wrote:
... Even XAA can't use
xf86AllocateLinear because it doesn't know about hardware alignment
contraints.  In XAA, the root window extends downward and offscreen
pixmaps are just windows that are offscreen.  There is no mechanism
to take a linear allocation and make a hardware pixmap out of it.


Well, I dont care too strongly about using xf86AllocateLinear myself.
I just need some method of encapsulating (locked down) offscreen video
memory, in a manner that I can also leverage the 2d hardware acceleration .
Mostly just bitblits. I dont care too much about the other stuff;
 while it might be useful if available, it's not the crucial issue.
 
 XAACopyArea() seems to explicitly have code for the case of
   IS_OFFSCREEN_PIXMAP(pSrcDrawable)


Do you have a suggestion for the best way my extension module could
allocate an offscreen pixmap that would not get swapped out to system
memory?
Or, just faking out XAACopyArea() enough to work in most cases?
Or even
 XAAInfoRecPtr-ScreenToScreenBitBlt()



A related question:
Is it reasonably valid to cheat the XAA routines, calling

  SetupForScreenToScreenCopy()
  SubsequentScreenToScreenCopy(pscrn, srcx,srcy, dstx, dsty,w,h)

and make 'fake' srcx,srcy coordinates for my offscreen memory area?

This has the disadvantage that I would have to allocate my related
offscreen areas sparsely like visible windows, I think(?), but that would
be acceptible to me.



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


Re: 4.3.99.7 and text inputs

2003-06-29 Thread Andrew Bevitt
On Mon, 30 Jun 2003 09:32 am, [EMAIL PROTECTED] wrote:
 Did the log file say that it had actually been disabled?  According to the
 XF86Config man page (of 4.3.0), this option should go in the ServerFlags
 section, which is where I have successfully used it before.  You might want
 to try putting it in there.

Yes I tried placing the option in both serverflags and in the keyboard section
I tried passing booleans such as true false disable enable aswell and did
not notice and difference in performance.

I checked the log files just now aswell and found these two lines
(**) Option XkbDisable
(**) Xkb disabled

So I would assume that it was disabled.

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


[Fonts] Empreendedor com Internet

2003-06-29 Thread Elmer
Empresa procura pessoas de perfil Empreendedor com Internet, para
implantar e gerenciar estrutura comercial. 
Ganhos de até 80.000,00 ao ano.

Visite: www.hipernegocio.net

Elmer
NGTCorp - Duvidas pelo email [EMAIL PROTECTED]






Para ser removido de futuros correios, por favor, envie email para
[EMAIL PROTECTED], com o assunto REMOVER. Obrigado.
___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts


[I18n] Empreendedor com Internet

2003-06-29 Thread Elmer
Empresa procura pessoas de perfil Empreendedor com Internet, para
implantar e gerenciar estrutura comercial. 
Ganhos de até 80.000,00 ao ano.

Visite: www.hipernegocio.net

Elmer
NGTCorp - Duvidas pelo email [EMAIL PROTECTED]






Para ser removido de futuros correios, por favor, envie email para
[EMAIL PROTECTED], com o assunto REMOVER. Obrigado.
___
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n


[XFree86] Support for newer NVIDIA cards?

2003-06-29 Thread Justin Standard
Does any existing version of XFree86 support the GeForce 4 MX 440 ??

I diddled around on the support page, and the latest card listed for
version 4.3.0 was GeForce 3, using the nv driver.
Any insight appreciated!

J.S.

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


[XFree86] - Can't use TV and monitor simultaneously with my GF4 MX440

2003-06-29 Thread Renaud Desarzens
Hi everybody

I just bought a new graphics card with TV-Out capabilities based on the
GeForce4 MX 440 (Gainward GeForce 4 PowerPack Pro/600-8X TV with 64MB). I
was able to get it up and running installing the newest nvidia-driver
(1.0-4363) by following the instructions provided by nvidia and the ones
from SuSE (I'm running SuSE 8.0 with XFree86 4.2.0 right now).

Now I want to enable TV-Out to use it simultaneously besides my Sony 19
Monitor (HMD-A420, 30-96kHz, 48-120Hz). But whatever I'm trying... it
doesn't work. I've tried different variations using TwinView-Mode and some
others by specifying separate monitor, device and screen sections and put
them together in 1 ServerLayout-Section.

When TV-Out works my monitor gives me a out of sync message. When getting
out of my window manager (KDE3).works anymore.I can't see anything anymore
(not on the TV and not on the monitor). So I always have to reset/reboot my
machine to come back to runlevel 3 on my monitor.

Do I have to install XFree86 4.3.x?

Please find attached my 2 XF86Config files and their corresponding log
files.

BTW: in which section do I have to put all those options? I've seen many
configs (also in this list) where the one have it in the device-section and
others in the screen-section. Does it matter or does it depend on the option
itself?

Thanks a lot in advance for any useful hints that might help me to get this
sorted out.

Renaud


XF86Config.1
Description: Binary data


XF86Config.2
Description: Binary data


XFree86.0.log.1
Description: Binary data


XFree86.0.log.2
Description: Binary data


Re: [XFree86] Support for newer NVIDIA cards?

2003-06-29 Thread Stéphane Purnelle
I have a GeForce 4 MX 420 and XFree 4.3.0 work fine with it.
Xfree use nv driver

On Sun, 2003-06-29 at 09:49, Justin Standard wrote:
 Does any existing version of XFree86 support the GeForce 4 MX 440 ??
 
 I diddled around on the support page, and the latest card listed for
 version 4.3.0 was GeForce 3, using the nv driver.
 
 Any insight appreciated!
 
 J.S.
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

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


Re: [XFree86] XFree 4.3.0 and nvidia geforce 4 mx 420

2003-06-29 Thread Stéphane Purnelle
Thank you, the X server work correctly with glx support .

On Sat, 2003-06-28 at 23:25, Mark Vojkovich wrote:
 On 28 Jun 2003, [ISO-8859-1] Stphane Purnelle wrote:
 
  Ok, 
  
  Here, my XFRee86.0.log.
  
  Some remark : the vesa driver don't work and the lastest version of
  nvidia driver don't work too because I have the kernel 2.4.20.
 
You still have NVIDIA's drivers installed and it's trying to
 use the NVIDIA GLX module.  Remove NVIDIA's
   /usr/X11R6/lib/modules/extensions/libglx.so
 so that it will use XFree86's.

OK, work fine !

 
   Also, NVIDIA's binary drivers will work with any 2.4 kernel, you
 just need to build the NVIDIA kernel module yourself if there isn't
 a precompiled one in the NVIDIA binary package.  That requires that
 you have the correct kernel header files installed.  If you've
 built and installed your kernel from source, you're guaranteed of
 that.  If you haven't, I wouldn't trust your kernel header files
 to be correct.  Kernel header files that match the kernel being
 used are a requirement when building NVIDIA's kernel driver.
 



 
   Mark.
 
  
  
  
  Stphane
  
  
  
  On Sat, 2003-06-28 at 00:03, Mark Vojkovich wrote:
  The nv driver that you are using doesn't support hardware
   accelerated OpenGL (you have to use NVIDIA's binary drivers for
   that), but it should work fine with software GLX support
   that comes with XFree86.  We'd need to see the /var/log/XFree86.0.log
   to determine why that isn't working.
   
   
 Mark.
   
   
   On 27 Jun 2003, [ISO-8859-1] Stphane Purnelle wrote:
   
Hello,

I donwloaded binary version of your lastest version of XFree86 : 4.3.0.

The XFree wirk fine, but when I would like to start some softwares, I
have the following messages : 

Xlib:  extension GLX missing on display :0.0

Loki games or xdoom don't work ?

I attach my XF86Config.

Can anyone help me ?


Stphane Purnelle

   
   
   ___
   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] PB ATI RADEON 8500 LE

2003-06-29 Thread Patrick Schuller



XFree86 Version 4.3.0Release Date: 27 February 2003X Protocol 
Version 11, Revision 0, Release 6.6Build Operating System: Linux 
2.4.21-0.13mdksmp i686 [ELF] Build Date: 12 March 2003Before 
reporting problems, check http://www.XFree86.Org/to make sure 
that you have the latest version.Module Loader presentMarkers: (--) 
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: Sun Jun 29 13:58:38 2003(++) Using config 
file: "/root/XF86Config.new"(==) ServerLayout "XFree86 Configured"(**) 
|--Screen "Screen0" (0)(**) | |--Monitor 
"Monitor0"(**) | |--Device "Card0"(**) |--Input 
Device "Mouse0"(**) |--Input Device "Keyboard0"(==) Keyboard: 
CustomKeycode disabled(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc:unscaled,unix/:-1"(**) RgbPath set to 
"/usr/X11R6/lib/X11/rgb"(**) ModulePath set to 
"/usr/X11R6/lib/modules"Using vt 7(--) using VT number 7

(II) Open APM successful(II) Module ABI versions:XFree86 ANSI 
C Emulation: 0.2XFree86 Video Driver: 0.6XFree86 XInput 
driver : 0.4XFree86 Server Extension : 0.2XFree86 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.0Module class: XFree86 Font RendererABI 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.0ABI 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 = 0x8060, mode1Res1 = 0x8000(II) PCI: 
PCI scan (all values are in hex)(II) PCI: 00:00:0: chip 1106,0691 card 
, rev c2 class 06,00,00 hdr 00(II) PCI: 00:01:0: chip 1106,8598 card 
, rev 00 class 06,04,00 hdr 01(II) PCI: 00:07:0: chip 1106,0686 card 
1106, rev 1b class 06,01,00 hdr 80(II) PCI: 00:07:1: chip 1106,0571 card 
, rev 06 class 01,01,8a hdr 00(II) PCI: 00:07:3: chip 1106,3038 card 
0925,1234 rev 0e class 0c,03,00 hdr 00(II) PCI: 00:07:4: chip 1106,3057 card 
, rev 20 class 06,00,00 hdr 00(II) PCI: 00:0c:0: chip 1274,1371 card 
1462,3180 rev 07 class 04,01,00 hdr 00(II) PCI: 00:0e:0: chip 10ec,8139 card 
10ec,8139 rev 10 class 02,00,00 hdr 00(II) PCI: 00:0f:0: chip 11de,6057 card 
1031,7efe rev 02 class 04,00,00 hdr 00(II) PCI: 00:10:0: chip 109e,0350 card 
, rev 12 class 04,00,00 hdr 00(II) PCI: 01:00:0: chip 1002,514c card 
1681,0002 rev 00 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,1), BCTRL: 0x0008 
(VGA_EN is set)(II) Bus 0 I/O range:[0] -100x 
- 0x (0x1) IX[B](II) Bus 0 non-prefetchable memory 
range:[0] -100x - 0x (0x0) MX[B](II) 
Bus 0 prefetchable memory range:[0] -100x - 
0x (0x0) MX[B](II) PCI-to-PCI bridge:(II) Bus 1: bridge is at 
(0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)(II) Bus 1 I/O 
range:[0] -100xc000 - 0xc0ff (0x100) 
IX[B][1] -100xc400 - 0xc4ff (0x100) 
IX[B][2] -100xc800 - 0xc8ff (0x100) 
IX[B][3] -100xcc00 - 0xccff (0x100) IX[B](II) 
Bus 1 non-prefetchable memory range:[0] -100xe400 - 
0xe5ff (0x200) MX[B](II) Bus 1 prefetchable memory 
range:[0] -100xd800 - 0xdfff (0x800) 
MX[B](II) PCI-to-ISA bridge:(II) Bus -1: bridge is at (0:7:0), 
(0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)(II) Host-to-PCI bridge:(II) Bus 
-1: bridge is at (0:7:4), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)(II) Bus 
-1 I/O range:[0] -100x - 0x (0x1) 
IX[B](II) Bus -1 non-prefetchable memory range:[0] 
-100x - 0x (0x0) MX[B](II) Bus -1 prefetchable 
memory range:[0] -100x - 0x (0x0) 
MX[B](--) PCI: (0:15:0) unknown vendor (0x11de) unknown chipset (0x6057) rev 
2, Mem @ 0xe7001000/12(--) PCI: (0:16:0) Brooktree Corporation Bt848 Video 
Capture rev 18, Mem @ 0xe7002000/12(--) PCI:*(1:0:0) ATI Technologies Inc 
Radeon R200 QL [Radeon 8500 LE] rev 0, Mem @ 0xd800/27, 0xe500/16, I/O @ 
0xc000/8(II) Addressable bus resource ranges are[0] 
-100x - 0x (0x0) MX[B][1] 
-100x - 0x (0x1) IX[B](II) OS-reported 
resource ranges:[0] -100xffe0 - 0x (0x20) 
MX[B](B)[1] -100x0010 - 0x3fff (0x3ff0) 
MX[B]E(B)[2] -100x000f - 0x000f (0x1) 
MX[B][3] -100x000c - 0x000e (0x3) 
MX[B][4] -100x - 0x0009 (0xa) 
MX[B][5] -100x - 0x (0x1) 
IX[B][6] -100x - 0x00ff (0x100) IX[B](II) 
PCI Memory resource overlap reduced 0xe000 from 0xe3ff to 
0xdfff(II) Active PCI resource ranges:[0] 
-100xe700 

Re: [XFree86] Support for newer NVIDIA cards?

2003-06-29 Thread Lloyd A Treinish
Older versions of XFree86 (4.1, 4.2) also work with this card with either
the nv driver or the binary driver from nvidia.


Stéphane Purnelle [EMAIL PROTECTED]@XFree86.Org on 06/29/2003
05:53:43 AM

Please respond to [EMAIL PROTECTED]

Sent by:[EMAIL PROTECTED]


To:XFree86 [EMAIL PROTECTED]
cc:
Subject:Re: [XFree86] Support for newer NVIDIA cards?



I have a GeForce 4 MX 420 and XFree 4.3.0 work fine with it.
Xfree use nv driver

On Sun, 2003-06-29 at 09:49, Justin Standard wrote:
 Does any existing version of XFree86 support the GeForce 4 MX 440 ??

 I diddled around on the support page, and the latest card listed for
 version 4.3.0 was GeForce 3, using the nv driver.

 Any insight appreciated!

 J.S.


 ___
 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] Peut on encore Gagner de l'Argent sur Internet ?

2003-06-29 Thread support
This is a multi-part message in MIME format.Peut on encore Gagner de l'Argent sur Internet ?

De nouveaux concepts sont développés chaque jour par
des professionnels du net de plus en plus ingénieux...

Depuis quelques mois, il existe de nouveaux systèmes,
lancés aux Etats Unis, qui connaissent un développement
spectaculaire et créent de nouveaux millionnaires ...

Le concept marketing que je voudrais vous présenter est
un nouveau système francophone créé à partir de l'étude
de ces systèmes, il se nomme ActiveMarketing :

http://www.activmarketing.tk/

L'inscription y est gratuite et l'espérance de gains y
est illimitée !

Comme tout nouveau système il est toujours intéressant
d'y être inscrit dans les premiers, c'est pour cette raison
que je vous suggère de vous y inscrire très rapidement :

http://www.activmarketing.tk/

Cordialement.

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


[XFree86] (no subject)

2003-06-29 Thread vinayak swarup saxena
XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window 
System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
	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/FAQ)
Build Operating System: Linux 2.4.7-0.13.1smp i686 [ELF]
Build Host: stripples.devel.redhat.com

Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Sun Jun 29 18:46:23 
2003
(==) Using config file: /etc/X11/XF86Config-4
Markers: (--) probed, (**) from config file, (==) default 
setting,
 (++) from command line, (!!) notice, (II) 
informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) 
unknown.
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor My Monitor
(**) |   |--Device My Video Card
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbLayout us
(**) XKB: layout: us
(==) 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) Cannot open APM
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.4
	XFree86 XInput driver : 0.2
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.2
(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.1.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(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.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(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,2560 card 8086,2560 rev 01 class 
06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 8086,4c59 rev 01 class 
03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,4c59 rev 01 class 
0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,4c59 rev 01 class 
0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,4c59 rev 01 class 
0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,4c59 rev 01 class 
0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 81 class 
06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 01 class 
06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,4c59 rev 01 class 
01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 8086,4c59 rev 01 class 
0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 8086,0303 rev 01 class 
04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
	compiled for 4.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is 
set)
(II) Bus 0 I/O range:
	[0] -1	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is 
cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xff80 - 0xff8f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0xe6a0 - 0xe6af (0x10) MX[B]
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN 
is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) Intel unknown chipset (0x2562) rev 1, Mem @ 
0xf000/27, 0xffa8/19
(II) Addressable bus resource ranges are
	[0] -1	0x - 0x (0x0) MX[B]
	[1] -1	0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe0 - 0x (0x20) MX[B](B)
	[1] -1	0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
	[2] -1	0x000f - 0x000f (0x1) MX[B]
	[3] -1	0x000c - 0x000e (0x3) MX[B]
	[4] -1	0x - 0x0009 (0xa) MX[B]
	[5] -1	0x - 0x (0x1) IX[B]
	[6] -1	0x - 0x00ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xffa7f400 - 0xffa7f4ff (0x100) MX[B]
	[1] -1	0xffa7f800 - 0xffa7f9ff (0x200) MX[B]
	[2] -1	0x1000 - 0x13ff (0x400) MX[B]
	[3] -1	0xffa7fc00 - 0xffa7 (0x400) MX[B]
	[4] -1	0xf800 - 0xfbff (0x400) MX[B]
	[5] -1	

Re: [XFree86] Feature Request: Better X11 Compression for client/server

2003-06-29 Thread Egbert Eich
Mark Vojkovich writes:
  On Sat, 28 Jun 2003, Boris Reisig wrote:
  
   Its seems that client/server applications are being used more and more now
   adays. XFree86 is excellent for a client/server setup on a local network
   but it seems that X11 can easily saturate the bandwidth with many clients.
   (Which can then start slowing down the entire network as more and more
   users become active). This is very evident when trying to connect to a
   remote X server over a dialup modem. It would be nice if X11 would
   compress its own data so that it doesn't easily saturate the entire
   network. Compression will also allow more users to work concurrently
   without having the slowdowns as it would without it (on a busy network).
  
 It's already supporting compression via the LBX extension.  How
  do you propose that things be improved?
  

I don't think LBX is doing compression. It is doing some optimizations
to prevent some round trips I believe, however it has never really
reduced bandwidth for any real world application as far as I know.

The real limiting factor on modem networs is not the required
bandwidth but the latencies. I have just tested running mozilla
accross a plip (!) network. Due to the low latencies this was even
quite doable even though the bandwidth is extremely low.

To get compression you should tunnel the X protocol thru ssh.
This has the additional benefit that you get encryption on the 
data.

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


[XFree86] Error in CVS/what to do?

2003-06-29 Thread PSI-Systems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

making all in ./fonts...
make[2]: Entering directory `/home/psi/Download/XFCVS/xc/fonts'
making all in fonts/encodings...
make[3]: Entering directory `/home/psi/Download/XFCVS/xc/fonts/encodings'
making all in fonts/encodings/large...
make[4]: Entering directory 
`/home/psi/Download/XFCVS/xc/fonts/encodings/large'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/home/psi/Download/XFCVS/xc/fonts/encodings/large'
rm -f encodings.dir fonts.dir
+ LD_LIBRARY_PATH=../../exports/lib
+ ../../exports/bin/mkfontscale -b -s -l -n -r -p 
/usr/X11R6/lib/X11/fonts/encodings/ -e . -e large .
mkfontscale [ -b ] [ -s ] [ -o filename ]
[ -x encoding ] [ -f fuzz ] [ -l ] [ -e directory ] [ -p 
prefix ]
[ directory ]...
make[3]: *** [encodings.dir] Error 1
make[3]: Leaving directory `/home/psi/Download/XFCVS/xc/fonts/encodings'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/psi/Download/XFCVS/xc/fonts'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/psi/Download/XFCVS/xc'
make: *** [all] Error 2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+/w5d1TB7s4y0B2IRAh1zAKDJtudREG1VtiS8/ekGHFjtXv7P3gCgxcXc
2w2CfYVki7hNrARCTFJuoyc=
=VfWr
-END PGP SIGNATURE-

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


Re: [XFree86] DRM won't load on RH9 Pentium 3 w/SIS630

2003-06-29 Thread David Gamey
X (without dri) is working now up to 1280x1024 on RH9 using the stock 
updated kernel 2.4.20-18.9 and XFree86  4.3.0-2.  (I did not need to 
replace the kernel drivers that were shipped). I will look at DRI in the 
future. 

Thanks all and especially to Thomas Winischhofer.

David



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


[XFree86] change the background color

2003-06-29 Thread saiph
hi list,

i've searched and asked a lot but without succes:
i'm tring to change the default X background color
at startup.

i hope you can help me.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Support for newer NVIDIA cards?

2003-06-29 Thread Mark Vojkovich
On Sun, 29 Jun 2003, Lloyd A Treinish wrote:

 Older versions of XFree86 (4.1, 4.2) also work with this card with either
 the nv driver or the binary driver from nvidia.

  The nv driver in 4.1 does not support that card.  4.2 may work if
it's an older card, or rather, an older BIOS.  There are definitely
GeForce4 MX cards that do not work with the 4.2 nv driver.  It's 
not officially supported until 4.3.


Mark.

 
 
 Stéphane Purnelle [EMAIL PROTECTED]@XFree86.Org on 06/29/2003
 05:53:43 AM
 
 Please respond to [EMAIL PROTECTED]
 
 Sent by:[EMAIL PROTECTED]
 
 
 To:XFree86 [EMAIL PROTECTED]
 cc:
 Subject:Re: [XFree86] Support for newer NVIDIA cards?
 
 
 
 I have a GeForce 4 MX 420 and XFree 4.3.0 work fine with it.
 Xfree use nv driver
 
 On Sun, 2003-06-29 at 09:49, Justin Standard wrote:
  Does any existing version of XFree86 support the GeForce 4 MX 440 ??
 
  I diddled around on the support page, and the latest card listed for
  version 4.3.0 was GeForce 3, using the nv driver.
 
  Any insight appreciated!
 
  J.S.
 
 
  ___
  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 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: Re: [XFree86] Problem: XFree86 couldn't work in Dell D600 Laptop with FreeBSD.

2003-06-29 Thread George
Hi Andy,

This time I find the bug on X installation in Dell D600 Laptop. X works fine
now. The important job have to do is to disable AGP support in the kernel.

As you notice me, the Panel size get from BIOS is wrong; It's because
FreeBSD/NetBSD don't recognize  ATI Radeon 9000 well when AGP supported.
IBM T40 laptop has the same bug.

Thanx for your help again.

Regards
George 



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


Re : [XFree86] Error in CVS/what to do?

2003-06-29 Thread E. ALLAUD
On 2003.06.29 12:05, PSI-Systems wrote:
making all in ./fonts...
make[2]: Entering directory `/home/psi/Download/XFCVS/xc/fonts'
making all in fonts/encodings...
make[3]: Entering directory `/home/psi/Download/XFCVS/xc/fonts/
encodings'
making all in fonts/encodings/large...
make[4]: Entering directory
`/home/psi/Download/XFCVS/xc/fonts/encodings/large'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/psi/Download/XFCVS/xc/fonts/encodings/large'
rm -f encodings.dir fonts.dir
+ LD_LIBRARY_PATH=../../exports/lib
+ ../../exports/bin/mkfontscale -b -s -l -n -r -p
/usr/X11R6/lib/X11/fonts/encodings/ -e . -e large .
mkfontscale [ -b ] [ -s ] [ -o filename ]
[ -x encoding ] [ -f fuzz ] [ -l ] [ -e directory ] [ -p
prefix ]
[ directory ]...
make[3]: *** [encodings.dir] Error 1
make[3]: Leaving directory `/home/psi/Download/XFCVS/xc/fonts/
encodings'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/psi/Download/XFCVS/xc/fonts'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/psi/Download/XFCVS/xc'
make: *** [all] Error 2
I had the same one : work around I found is to put
#define BuildFonts NO
in the host.def file ( xc/config/cf/host.def)
Hope this will be fixed soon.
Bye
Manu

pgp0.pgp
Description: PGP signature


[XFree86] Fw: Special Message to xfree86@xfree86.org

2003-06-29 Thread News




From: Seah Angeline [EMAIL PROTECTED]Date: Sat, 10 May 2003 07:46:04 -0700 (PDT)To: Radhiana 
[EMAIL PROTECTED], Goh Sandy [EMAIL PROTECTED], Shih Sophia
[EMAIL PROTECTED], Kong Stephanie [EMAIL PROTECTED]

  
  

  Hi,
  
  Here is an interesting 
  programI like to share with many people. If you can't see the HTML 
  page attached herein, do visit the webpage. CLICK 
  HERE!



  
  

  


  


  
  

  
  


  


  



  
  

  Are you making money 
  with your computer? Would you like get a 
  chance to be paid for emailing your 
  friends.Many friends are joining us now in 
  AwRS System. And many are profiting from this 
  home-based part-time opportunity. Give yourself a 
  chance now to make extra cash in as little as a 
  few hour a day.Discover how you can make 
  money with your computer and Get Paid For It. You 
  will even get an opportunity to be trained as a 
  business. Our comprehensive training and support 
  will developed you into an enterprising 
  individual.
  Start making profits 
  instead of a fixed income 
  If you 
  are interested to join us or have any questions, 
  please fill the form below. Our service staff will 
  get in touch with 
  you.
  

  


  


  
  

  



Name
 


Contact
 


Email
 


Gender
Male  
Female   



 
 
 




[XFree86] Newbie: Setting up XFree on a single board computer

2003-06-29 Thread Christian Hvid
Hi.

I have been given the daunting task of setting up XFree on an Axiomtek  
SBC84500. It has an absolutely minimal linux (embedix / Caldera):

uname -a
Linux (none) 2.4.5-pre1 #25 Wed Jan 8 03:22:27 UTC 2003 i586 unknown
(Not even the clock is set.)

I have followed the instructions on  
http://www.xfree.org/4.2.0/Install4.html#manual-install, I have run  
XFree86 -configure but when I run XFree86 -xf86config  
/root/XF86Config.new the screen shows some surreal graphics and it  
stops with a bunch of error messages.

Can anyone give me an idea to what is wrong? The system is a little  
shaky and runs on some old RAM - there might a problem there (shared  
video ram). Have I messed up something in the installation or it is  
just a mouse driver that is missing?

-- Christian

Here is my /war/log/XFree86.0.log:

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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.7-10custom i686 [ELF]
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: Mon Jun 30 06:20:32 2003
(++) Using config file: /root/XF86Config.new
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(WW) The directory /usr/X11R6/lib/X11/fonts/Speedo/ does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/Type1/ does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi/ does not exist.
	Entry deleted from font path.
(**) FontPath set to  
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/CID/,/usr/ 
X11R6/lib/X11/fonts/75dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 3

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(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.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(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.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(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 1078,0001 card , rev 00 class 06,00,00  
hdr 00
(II) PCI: 00:0f:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00  
hdr 00
(II) PCI: 00:12:0: chip 1078,0100 card , rev 30 class 06,01,00  
hdr 80
(II) PCI: 00:12:1: chip 1078,0101 card , rev 00 class 06,80,00  
hdr 00
(II) PCI: 00:12:2: chip 1078,0102 card , rev 00 class 01,01,80  
hdr 00
(II) PCI: 00:12:3: chip 1078,0103 card , rev 00 class 04,01,00  
hdr 00
(II) PCI: 00:12:4: chip 1078,0104 card 1078,0001 rev 00 class 03,00,00  
hdr 80
(II) PCI: 00:13:0: chip 0e11,a0f8 card 0e11,a0f8 rev 06 class 0c,03,10  
hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x - 0x (0x0) MX[B]
(II) Bus -1: bridge is at (0:18:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is  
set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:18:4) Cyrix 5530 Kahlua Video rev 0, Mem @ 0x4080/23
(II) Addressable bus resource ranges are
	[0] -1	0x - 0x (0x0) MX[B]
	[1] -1	0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe0 - 0x (0x20) MX[B](B)
	[1] -1	

[XFree86] Re: Application

2003-06-29 Thread dna
Please see the attached zip file for details.

Re: [XFree86] 8+24 overlay

2003-06-29 Thread Andy Goth
On Saturday, June 28, 2003 10:56 pm, Oisin Feeley wrote:
 On Sat, 28 Jun 2003, Malcolm Stevens wrote:
  On Friday, June 27, 2003, at 10:07 PM, Andy Goth wrote:
   On Friday, June 27, 2003 7:45 am, Malcolm Stevens wrote:
   On the same topic of 8+24 overlay, my ibook, when running Apple's X11,
   provides 24 bit truecolor visuals and an 8 bit pseudocolor visual.
   Does anyone know how this is done?  If I remember correctly, the video
   chip inside is an ATI Rage Mobility 128 and as far as I can tell ATI
   chips don't have hardware overlay features.  Does this mean Apple is
   doing something in software?  Their X11 is based on XFree86 4.2.1 but
   I
   think it's been modified quite a bit.
  
   Forgive me if I'm totally wrong... I haven't had an Apple in my house
   since
   the SE/30, so I'm just drawing on minimal observations.
  
   Maybe Photon allows different windows to have different color depths.
   Then a
   modified XFree86 would have an easier time doing the same.
 
  I don't follow.  Is Photon what Apple calls Quartz?  I was just curious
  about it anyway.  I believe some of the windows X11 emulators/servers
  do pseudocolor stuff in software.  The one I remember is from
  hummingbird I think.

 Photon is the name given by QNX to their own windowing system, it's
 nothing to do with Apple:  http://www.qnx.com/products/ps_photon/

Oops.  I guess I had QNX on the brain.  Yes, Quartz is what I meant.  But you 
probably shouldn't be listening to be about this subject anyway.

-- 
Andy Goth  |  [EMAIL PROTECTED]  |  http://ioioio.net/
End communication.

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


Re: [XFree86] (no subject)

2003-06-29 Thread Andy Goth
On Sunday, June 29, 2003 8:58 am, vinayak swarup saxena wrote:
 (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic

Are you sure you want to use VGA?

 (**) VGA(0): Depth 16, (--) framebuffer bpp 16
 (==) VGA(0): RGB weight 565

How does 16bpp work with a VGA anyway?

 (==) VGA(0): videoRam: 256 kBytes.

Yeah, that's all a VGA had, and since it's broken up into planes, accessing it 
all is so gross that the most popular VGA mode, 320x200x8bpp, BIOS int10h 
mode 13h, only used the first 64 kBytes of it.  History...

So, what kind of video card do you have, anyway?

 (II) PCI: 00:02:0: chip 8086,2562 card 8086,4c59 rev 01 \
 class 03,00,00 hdr 00

This is all I see, and I don't recognize the numbers.  You'll have to tell us. 
lspci might help.

 I am having problems with getting started with startx on my
 system.
 Iam having a P-4 2.4GH, LINUX version 7.2-RedHat

You mean Red Hat version 7.2 with Linux version 2.4.7 and XFree86 version 
4.1.0 (both Red Hat-modified).

-- 
Andy Goth  |  [EMAIL PROTECTED]  |  http://ioioio.net/
End communication.

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


Re: [XFree86] change the background color

2003-06-29 Thread Andy Goth
On Sunday, June 29, 2003 12:52 pm, saiph wrote:
 hi list,

 i've searched and asked a lot but without succes:
 i'm tring to change the default X background color
 at startup.

In your .xinitrc or /etc/X11/xinit/xinitrc, add a call to xsetroot.  You can 
also edit any other scripts that your system happens to call on X startup, 
xdm startup, user login, or window manager startup.

Examples:

$ xsetroot -solid puce

This will set your root window color to puce, or at least it would if puce 
were listed in /usr/X11R6/lib/X11/rgb.txt

$ xsetroot -solid '#00'

This makes your computer do a fair imitation of MS-Windows 95.

$ xsetroot -cursor_name gumby

This makes your mouse pointer infinitely more hip.

If you have ImageMagick, try:

$ display -window root foobar.png

Be sure to check the documentation for xsetroot, display, wmsetbg, or whatever 
other program you have that will set your root window color or image.

-- 
Andy Goth  |  [EMAIL PROTECTED]  |  http://ioioio.net/
End communication.

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


[XFree86] 746

2003-06-29 Thread 121
199 6

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


Re: [XFree86] Newbie: Setting up XFree on a single board computer

2003-06-29 Thread Andy Goth
On Sunday, June 29, 2003 6:11 pm, Christian Hvid wrote:
 I have been given the daunting task of setting up XFree on an Axiomtek
 SBC84500. It has an absolutely minimal linux (embedix / Caldera):

 uname -a
 Linux (none) 2.4.5-pre1 #25 Wed Jan 8 03:22:27 UTC 2003 i586 unknown

 (Not even the clock is set.)

Surely you can fix that. :^)

 I have followed the instructions on
 http://www.xfree.org/4.2.0/Install4.html#manual-install, I have run
 XFree86 -configure but when I run XFree86 -xf86config
 /root/XF86Config.new the screen shows some surreal graphics and it
 stops with a bunch of error messages.

Could you describe the display?  Do you have a rolling screen, flickering, 
amorphous areas of wrong colors, or anything of the sort?  Or are all the 
problems at the pixel level?

What kind of monitor are you using, anyway?  Does your card output to a VGA 
port, S-Video, composite, DVI, proprietary connection, what?

 Can anyone give me an idea to what is wrong? The system is a little
 shaky and runs on some old RAM - there might a problem there (shared
 video ram). Have I messed up something in the installation or it is
 just a mouse driver that is missing?

Can you temporarily swap the RAM?  If that fixes it, then that fixes it.  If 
not, look elsewhere for the problem.

 XFree86 Version 4.2.1 / X Window System

Try 4.3.0, perhaps?

 (++) Using config file: /root/XF86Config.new

May we see this file?

 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)

Does your kernel have support for this?  If so, mknod the file in question.  
Read linux/Documentation/devices.txt for more information.

 (II) PCI: 00:12:0: chip 1078,0100 card , rev 30 class 06,01,00
 hdr 80
 (II) VESA: driver for VESA chipsets: vesa
 (II) Primary Device is: PCI 00:12:4
 (--) Chipset vesa found

Does this card work with svgalib or fbcon?

 (==) VESA(0): Depth 8, (==) framebuffer bpp 8
 (==) VESA(0): Default visual is PseudoColor

Are you having palette problems, that is, wrong colors?

 (II) VESA(0): VESA VBE DDC supported
 (II) VESA(0): VESA VBE DDC Level 2
 (II) VESA(0): VESA VBE DDC transfer in appr. 3 sec.
 (II) VESA(0): VESA VBE DDC read failed

Again, what kind of monitor?

 (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
 (--) VESA(0): Default mode 640x400 (unnamed)
 (--) VESA(0): Default mode 640x480 (unnamed)
 (--) VESA(0): Default mode 800x600 (unnamed)
 (--) VESA(0): Default mode 1024x768 (unnamed)
 (--) VESA(0): Default mode 1280x1024 (unnamed)
 (--) VESA(0): Default mode 320x200 (unnamed)
 (--) VESA(0): Default mode 320x240 (unnamed)
 (--) VESA(0): Default mode 400x300 (unnamed)
 (--) VESA(0): Default mode 512x384 (unnamed)

Which one do you use?

 (**) VESA(0): Using Shadow Framebuffer

Could this be the problem?

 (WW) System lacks support for changing MTRRs

Does your computer have MTRR support?  If so, enable it in your kernel.

 (**) Option Device /dev/mouse
 (EE) xf86OpenSerial: Cannot open device /dev/mouse
   No such file or directory.
 (EE) Mouse0: cannot open input device
 (EE) PreInit failed for input device Mouse0
 (II) UnloadModule: mouse
 (II) Keyboard Keyboard0 handled by legacy driver
 (WW) No core pointer registered
 Couldn't load XKB keymap, falling back to pre-XKB keymap
 No core pointer

 Fatal server error:
 failed to initialize core devices

Here's your showstopper.  You don't have a /dev/mouse.  If it's under a 
different name, adjust your XF86Config file.

-- 
Andy Goth  |  [EMAIL PROTECTED]  |  http://ioioio.net/
End communication.

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


[XFree86] [Fwd: Re: Welcome to the XFree86 mailing list]

2003-06-29 Thread Jagdish Rao





 Original Message 

  

  Subject: 
  Re: Welcome to the "XFree86" mailing list


  Date: 
  Sat, 28 Jun 2003 14:09:23 +0530


  From: 
  Jagdish Rao [EMAIL PROTECTED]


  To: 
  [EMAIL PROTECTED]


  References: 
  [EMAIL PROTECTED]

  



Hi,

I am having a problem with my IBM Netvista. The Monitor is E54. The 
display is Intel 845.I was trying to install
Red Hat 8.0. I got the error "no screens found" when I tried to run 
startx. The kernel is 2.4.18-11 smp i686
The release is 4.2.0-72. The graphic card selected was 82845 G/GL with 
16Mb Video RAM.

Please help me as I am a novice to Linux Environment.

Thanks in advance

Regards

Jagdish






Re: [XFree86] [Fwd: Re: Welcome to the XFree86 mailing list]

2003-06-29 Thread Andy Goth
On Sunday, June 29, 2003 10:18 pm, Jagdish Rao wrote:
 I am having a problem with my IBM Netvista. The Monitor is E54. The
 display is Intel 845.I was trying to install
 Red Hat 8.0. I got the error no screens found when I tried to run
 startx. The kernel is 2.4.18-11 smp i686
 The release is 4.2.0-72. The graphic card selected was 82845 G/GL with
 16Mb Video RAM.

Please send us /var/log/XFree86.0.log and maybe /etc/X11/XF86Config .

-- 
Andy Goth  |  [EMAIL PROTECTED]  |  http://ioioio.net/
End communication.

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


[XFree86] Help

2003-06-29 Thread Renata Horvath



Hi,

could you please help me with the XServer crash. 
For some reason after I have correctly restart PC my XServer couldn't 
start.

See the attached log file for more 
details.

Thanks for your help




XFree86.0.log
Description: Binary data


Re: [XFree86] problem with new build of 4.3.0 on rhl 7.1

2003-06-29 Thread Thomas Fiebig
Hi George,

I had a similar problem as it seems. On my Keyboard the num block was working 
correct (without the ENTER key) but nothing else. After stopping X I got the 
follwoing messages:

expected keysym, got XF86_Switch_VT_1: line 8 of xfree86
expected keysym, got XF86_Switch_VT_2: line 11 of xfree86
expected keysym, got XF86_Switch_VT_3: line 14 of xfree86
expected keysym, got XF86_Switch_VT_4: line 17 of xfree86
expected keysym, got XF86_Switch_VT_5: line 20 of xfree86
expected keysym, got XF86_Switch_VT_6: line 23 of xfree86
expected keysym, got XF86_Switch_VT_7: line 26 of xfree86
expected keysym, got XF86_Switch_VT_8: line 29 of xfree86
expected keysym, got XF86_Switch_VT_9: line 32 of xfree86
expected keysym, got XF86_Switch_VT_10: line 35 of xfree86
expected keysym, got XF86_Switch_VT_11: line 38 of xfree86
expected keysym, got XF86_Switch_VT_12: line 41 of xfree86
expected keysym, got XF86_Ungrab: line 45 of xfree86
expected keysym, got XF86_ClearGrab: line 48 of xfree86
expected keysym, got XF86_Next_VMode: line 51 of xfree86
expected keysym, got XF86_Prev_VMode: line 54 of xfree86
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
 Warning:  Multiple interpretations of NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
expected keysym, got XF86_Switch_VT_1: line 51 of pc/pc
expected keysym, got XF86_Switch_VT_2: line 55 of pc/pc
expected keysym, got XF86_Switch_VT_3: line 59 of pc/pc
expected keysym, got XF86_Switch_VT_4: line 63 of pc/pc
expected keysym, got XF86_Switch_VT_5: line 67 of pc/pc
expected keysym, got XF86_Switch_VT_6: line 71 of pc/pc
expected keysym, got XF86_Switch_VT_7: line 75 of pc/pc
expected keysym, got XF86_Switch_VT_8: line 79 of pc/pc
expected keysym, got XF86_Switch_VT_9: line 83 of pc/pc
expected keysym, got XF86_Switch_VT_10: line 87 of pc/pc
expected keysym, got XF86_Switch_VT_11: line 91 of pc/pc
expected keysym, got XF86_Switch_VT_12: line 95 of pc/pc
expected keysym, got XF86_Ungrab: line 135 of pc/pc
expected keysym, got XF86_ClearGrab: line 141 of pc/pc
expected keysym, got XF86_Prev_VMode: line 147 of pc/pc
expected keysym, got XF86_Next_VMode: line 157 of pc/pc
Errors from xkbcomp are not fatal to the X server
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server :0.0
waiting for X server to shut down
I don't know, how to solve the problem. The interesting thing is, that I have 
two similar PCs installing/upgrading to the same version of X (4.3.xxx), one 
works, the other has the error described above. Toggeling the keyboards, mice 
hadn't any effect.

I will try 'ldconfig', too, but I expect not so much. Does anybody has further 
ideas to this problem?

Thanks,
Thomas
george goffe wrote:
Howdy,

I just built the latest(?) 4.3.0 xfree86 on my newly
installed redhat linux 7.1. When I start the server
via startx everything comes up nicely but in the
xterms the keyboard is singularly un-responsive. Cut
and paste does work but that's no help. The xterms and
the shift to next workspace does not work.
I'm also getting error messages from startx
complaining