CVS Update: xc (branch: trunk)

2003-10-01 Thread Alan Hourihane
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/01 11:36:38 Log message: Fix a crash when getaddrinfo fails and ai is NULL Modified files: xc/programs/Xserver/os/: utils.c Revision ChangesPath 3.95 +2 -2

Button press emulation

2003-10-01 Thread Simone Mangano
hi all, I'm working on a virtual keyboard for disabled people and I have some problems with button press emulation. I use XTestFakeButtonEvent to simulate button press events. Every virtual key has a keysym and using XKeysymToKeycode I translate virtual key Keysyms into keycodes. I have some

Debugging XFree86 on a single machine

2003-10-01 Thread Kirk Haderlie
Title: Message Is it possible to debug XFree86 using a dual monitor setup on a single machine. I tried using -keeptty but this doesn't do what I would expect. Can X be run on one monitor and a debug console on the other? Kirk Haderlie Design Engineer Vivid Image Technology [EMAIL PROTECTED]

Re: Debugging XFree86 on a single machine

2003-10-01 Thread Richard A. Hecker
For this type of debugging, I usually just telnet it from another box. Kirk Haderlie wrote: Is it possible to debug XFree86 using a dual monitor setup on a single machine. I tried using -keeptty but this doesn't do what I would expect. Can X be run on one monitor and a debug console on the

Wacom driver and Linux kernel 2.6.0

2003-10-01 Thread Simon Ask Ulsnes
Hello there! I have noticed that the wacom driver in XFree86 doesn't work on Linux kernel 2.6.0. I am running the latest development version of both XFree86 and the Linux kernel (4.3.99.13 and 2.6.0-test6 respectively). Everything was fine with Linux kernel 2.4.21. Discussing this on the Linux

Re: XF86Config-4 parser

2003-10-01 Thread David Dawes
On Tue, Sep 30, 2003 at 12:51:55PM -0500, Bryan W. Headley wrote: David Dawes wrote: On Mon, Sep 29, 2003 at 09:52:16AM -0500, Bryan W. Headley wrote: David, How is the work on the XF86Config parser coming? I ask because I noticed that the 'Option Device /dev/input/event?' is getting weird,

Re: Debugging XFree86 on a single machine

2003-10-01 Thread Andrew Bevitt
On Thu, 2 Oct 2003 05:07 am, Kirk Haderlie wrote: Is it possible to debug XFree86 using a dual monitor setup on a single machine. I tried using -keeptty but this doesn't do what I would expect. Can X be run on one monitor and a debug console on the other? If you have _two_ video devices that

Memory Allocation Problems for Intel 845G

2003-10-01 Thread Damien Solley
Hi A recent BIOS update on the Dell Inspiron 1100 and 5100 series laptops has updated the video BIOS to make it incompatible with XFree86. It seems that X can't allocate the memory for the new BIOS correctly. Christian Zietz has previously provided a patch for the I855 which allocated the memory.

VideoRAM option

2003-10-01 Thread Mike A. Harris
Most modern drivers currently autodetect the proper video RAM amount on all hardware they support. Unfortunately, some X configuration tools allow users to override this option too easily, and if they think they have more video memory than they really do have, then they can create problems

2 newbie questions

2003-10-01 Thread Dave Fletcher
Hello all. I have developeda patch for thexwin serverwhich displays the window full-screen. I have two questions about it: * A small utility program is included with my patch (for minimizing the window remotely),and I would like to piggyback on the build system in xc/programs. How does

Re: VideoRAM option

2003-10-01 Thread Marc Aurele La France
On Wed, 1 Oct 2003, Mike A. Harris wrote: Most modern drivers currently autodetect the proper video RAM amount on all hardware they support. Unfortunately, some X configuration tools allow users to override this option too easily, and if they think they have more video memory than they

Re: [I18n] us_intl + Russian in 4.3.0

2003-10-01 Thread Torsten Foertsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 30 September 2003 19:46, Vladimir NOVIKOV wrote: Hi all, I try to setup Xfree86 4.3.0 for use with both us_intl and Russian keyboards. Some time ago I have written 2 symbol sets with russian layout in group2 and group3. They are

Re: [XFree86] Graah! Andrew Smash!

2003-10-01 Thread Lionel Lecoq
If one is using RH 9.0 then Xconfigurator has been removed and replaced by something else (I have no time to check what it is) Lionel --- Andrew A. Gill [EMAIL PROTECTED] wrote: On Wed, 1 Oct 2003, Andrew A. Gill wrote: http://www.frontiernet.net/~superluser/XF86Config

Re: [XFree86] Radeon 8500 Dual Head

2003-10-01 Thread Marcel . Stegehuis
David, I looked at your /var/log/XFree86.0.log and saw that only one head was recognized ! Lines: (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R200 QL [Radeon 8500 LE] rev 0, There should have been another line like (--) PCI:*(1:4:0) ATI Technologies Inc Radeon R200 QL [Radeon 8500 LE] rev 0,

Betr: [XFree86] Radeon 9500 Pro not recognised

2003-10-01 Thread Marcel . Stegehuis
Next line states the device XFree has found accoring to the log: (--) PCI:*(0:8:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 0, That doesn't sound like a Radeon ? The Trio64 should help there. Marcel Stegehuis -- Oorspronkelijk bericht -- From: Henry Gomez [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[XFree86] Open window and DNS

2003-10-01 Thread Giuliano Pochini
I'm using v4.3.99.8. When I'm connected to internet, it does a DNS query before opening any window. Is there a way to avoid that ? It's very annoying because the delay is around 5-6 seconds... -- Giuliano. ___ XFree86 mailing list [EMAIL PROTECTED]

Re: [XFree86] XFree starts multiple instances on different tty's

2003-10-01 Thread Aivils Stoss
As the subject states i've been experiencing an issue with Xfree with GDM starting on a number of different tty's, for some reason gdm thinks there's allready an X server running on 0: how can i fix this ? GDM automatic add parameter :0 or :1 if You specify multiple servers in gdm.conf. You may

Re: [XFree86] new AMD 64 bit processor and Suse 9.0

2003-10-01 Thread Eric Sprague
--- [EMAIL PROTECTED] wrote: Hi, pls excuse my english I just read that Suse 9.0 is going to be ready for new AMD 64 bit processor . But Xfree86 run at 64 bit or 32 bit ??? Both, more or less. It's 32-bit if compiled for/on a 32-bit CPU (Like Pentium or MIPS32 or SPARC32, etc). It's

[XFree86] Alignment Design

2003-10-01 Thread E n g i n e e r
OBJECTIVE: Richard's Resume for Job, Consulting or Service Sr. MECHANICALDESIGNENGINEER Project Mgr, Electro-Mechanical Design, Mfg, Product Development, RD, CADD Tel: ( 408) 309-7006 [EMAIL PROTECTED] EXPERIENCE: 08/93-present

[XFree86] Problem

2003-10-01 Thread Maibanez
Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. Salu2 Maibanez ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

[XFree86] xf86KbdEvents Resource temporarily unavailable

2003-10-01 Thread Tristan Den Hond
Hi, When I try to run X I get following error message: xf86KbdEvents Resource temporarily unavailable ...and X is totally insensitive to keyboard (thank god for alt-sysrq). I can't seem to find anything on google about it. This isn't the first time i've had this problem, and last time I

Re: [XFree86] Radeon 8500 Dual Head

2003-10-01 Thread David L
Hi, That is precisely the part that I am having trouble understanding. How could Xfree possible know that there are 2 heads if I have given it the same BusID, However all the XF86Config examples I have of radeon dual head cards ( 8500, 7500 , and 9000 ) all specify the same busID. When

[XFree86] Setting cursor position programmatically

2003-10-01 Thread Christian Hvid
Hello. I am developing a signage application using XFree and Mozilla. I have successfully removed XFree's cursors by modifying the cursor font. However Mozilla creates its own hourglass cursor (a pointer with a clock) and I cannot find a way to remove that or make it invisible. So as a last

Re: Betr: [XFree86] Radeon 9500 Pro not recognised

2003-10-01 Thread Henry Gomez
Hi Marcel, thank's for your reply... From what you wrote I am not sure exactly what it is I should do. Are you saying I should change the line of my XF86Config-4 where to say Trio64?? Sorry I couldn't understand the procedure.. TIA Henry. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Betr: Re: Betr: [XFree86] Radeon 9500 Pro not recognised

2003-10-01 Thread Marcel . Stegehuis
Your XFree86.0.log file shows next part: (--) PCI:*(0:8:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 0, Saying as much as: Identified a S3 .. card at PCI slot 0:8:0. As it has identified it as a S3/Trio32 card you should use the driver for that card. Marcel -- Oorspronkelijk bericht -- From:

[XFree86] Display priviledges

2003-10-01 Thread VAKKALANKA RAO Sridhar
Hello, I have a bunch of Red Hat P III machines and a single Debian powerpc. On the Red Hat's, I have no problem executing the sequence of commands: machine-a# xhost + machine-a# telnet machine-b's IP addr --- login/password sequence --- machine-b# export

[XFree86] Install Linux redhat 9.0 in Dell inspiron 5000e notebook

2003-10-01 Thread guan chen
Hi, I install Linux redhat 9.0 to dell insporaon 5000e. it doesn't work. Would you please give me how can I deal with this problem. A log file is attached. thanks, guan Do you Yahoo!? The New Yahoo! Shopping - with improved product search XFree86.0.log Description: XFree86.0.log

Betr: Re: Betr: Re: Betr: [XFree86] Radeon 9500 Pro not recognised

2003-10-01 Thread Marcel . Stegehuis
Page: http://www.xfree86.org/current/Status29.html#29 run Xconfigurator and select the correct card or Edit XF86Config-4 (/etc/X11/): In the device section Driver s3 Marcel Stegehuis ___ XFree86 mailing list [EMAIL PROTECTED]

Re: [XFree86] Install Linux redhat 9.0 in Dell inspiron 5000e notebook

2003-10-01 Thread Marcel . Stegehuis
Please also attach you /etc/X11/XF86Config-4 -- Oorspronkelijk bericht -- From: guan chen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: [XFree86] Install Linux redhat 9.0 in Dell inspiron 5000e notebook Date: Wed, 1 Oct 2003 05:57:54 -0700 (PDT) Hi, I install

Re: [XFree86] Radeon 8500 Dual Head

2003-10-01 Thread Alex Deucher
you need to give them the same busID. Ati only added the seconday ID to later cards and only as a flag to windows drivers that it tha card has two ouputs. only the newer radeons have 2 ids. Most older cards including probably all 8500s only have one busID. even on the newer cards you only use

Re: [XFree86] Open window and DNS

2003-10-01 Thread Alan Coopersmith
Giuliano Pochini wrote: I'm using v4.3.99.8. When I'm connected to internet, it does a DNS query before opening any window. Is there a way to avoid that ? It's very annoying because the delay is around 5-6 seconds... What's your $DISPLAY set to? If it has your hostname in remove it (i.e.

Re: Betr: Re: Betr: [XFree86] Radeon 9500 Pro not recognised

2003-10-01 Thread Henry Gomez
Hello Marcel, I did what you said and it still doesn't work. I tried to install the following cards: S3 86c 764 S3 86c 765 S3 Trio32 S3 Trio64 S3 Trio64 (Generic) S3 Trio64+ S3 Trio64V2+ and it still returns the same fatal error message - :( what to do next? The thing is that on my Mandrake 9.1

[XFree86] Problem XScreen

2003-10-01 Thread deepak vispute
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

Re: [XFree86] Graah! Andrew Smash!

2003-10-01 Thread Marc Aurele La France
On Wed, 1 Oct 2003, Andrew A. Gill wrote: I finally decided to install all of the errata for my system, and now I'm having trouble with X. Meta trouble. Every time I try to explain it, I keep saying things like ``the pictures are in the right place, but the widgets are all in the top

[XFree86] how to reset mouse protocol ???

2003-10-01 Thread Hans-Gerd van Schelve
Hi all together. We are using XFree 4.3.0.1 and I have a question about to reset a connected ps/2 mouse when exiting XFree btw. shutting down the system. The situation because I'm asking is that we have some Laptops (ca. 5000) IBM T30 which are sometimes connected via Dockingstation or a

[XFree86] Dell Dimension 4600C and lots of Problems

2003-10-01 Thread MICHAEL LUCHTAN
Hello- We bought a Dell Dimension 4600C for the lab here and are having some problems getting Rhat 7.3 running properly on it. Here is the situation: I have installed the intel i810 driver for it, and configured the XF86Config file to use it, so I know that it is using it. The problems: 1. I

[XFree86] X stalls during startup

2003-10-01 Thread Duke
When starting X (via startx), it stalls while loading. My display goes blank (turns off kinda like power saving mode, normally it does that briefly while changing modes and turns back on), and is then locked up. I can't c-a-f1 to get back to the VT, I can't c-a-backspace to quit, I can't do

[XFree86] startx crash

2003-10-01 Thread Alex
Hi I have been trying to get Xfree86 to work on a Dell dimension XPS T660 for a few days now I tried installing it through FreeBSD 4.8 first and that didnt work. So then I tried installing it through FreeBSD 5.1 that didnt work either and the same error came up. With both installations

[XFree86] XFRee problem

2003-10-01 Thread Jan Krijtenburg
Hello, I Tried to install XFree86 on my PII/233 system but I don't get the configuration right. I have a Iiyama Vision Master 403 17 monitor and an S3 TrioV64 with 86C775. The graphhical installation of RedHat 8 works fine but configuring of the XFRee86 during the installation and later by

Re: [XFree86] (no subject)

2003-10-01 Thread GS HUNT
Please post your Xfree log that can be found @ /var/log/Xfree86.0.log That would greatly help diagnosing your problem. Gary On Wednesday 01 October 2003 10:49 am, anu k wrote: havin problems with my linux 9.0 display GRAPHICAL not coming screen shows fatal screen error {ee}1810{0}:no video

[XFree86] den zewlerbach lgwwfvvuemwwfs pn

2003-10-01 Thread Priscilla Bradshaw
Order Vicodin Online Anytime + many other drugs 24/7 online service. Vicodin-ES 7.5/750mg. FedEx shipping. Online tracking. Reliable, confidential, and professional service. http://www.pharmacyzone.biz/pharm take off list http://www.pharmacyzone.biz/a.html h fmkwlgwkpscvhs

[XFree86] Installing xf4vnc

2003-10-01 Thread Bryan Keadle
Attached is the log output when trying to run X Windows after installing the xf4vnc. Forgive me, I'm a bit of a newbie, so it could very well be a basic problem. I am running RedHat 9.0, with Ximian Desktop in VMWare v4.0.2. === Bryan Keadle, MCNE/MCP Village of

[XFree86] Please help me with VMWare 4.0.2 and Red Hat Linux 7.3 and XFree86 4.2.0

2003-10-01 Thread Enrile, Roy
Hello. Can you please help me to make the startx command work under Red Hat Linux 7.3, so I can get the GUI rather than command line prompt? I keep getting an xfree86 error when running it. I have an IBM T40 Laptop with WinXP Pro sp1, then VMWare workstation 4.0, then RedHat Linux 7.3 installed.

Re: [XFree86] Mattrox G400 Dual Head Configuration

2003-10-01 Thread Ryan Underwood
Hey, On Tue, Sep 30, 2003 at 11:37:22AM +0100, 107bgr.freeserve.co.uk wrote: Ryan Thanks again for your help! I found the answer on the Matrox site - downloaded their latest driver. Among other things it installs the mga_hal module which I discoved was needed. Bingo! Double excitement -

Re: [XFree86] Mattrox G400 Dual Head Configuration

2003-10-01 Thread Ryan Underwood
On Wed, Oct 01, 2003 at 08:36:30PM -0500, Ryan Underwood wrote: BTW, does anyone have DPMS working on the second head of a G400? On my setup, DPMS works fine on the first head, but on the second head never powers off when the server goes into power saving mode -- instead, it displays some

[XFree86] Active window focus problem without window manager

2003-10-01 Thread Crowe, Graham GP
Hi, I am evaluating using X windows on a linux box to run operator screens in one of our process lines. The setup currently running under windows involves a custom keyboard and NO mouse. The operator screens are java applications and I am trying to run them full screen under X without a

[XFree86] Problems with ATI MOBILITY RADEON 7500 in IBM T40

2003-10-01 Thread Brian J. McGovern
[I sent this a few days ago, but didn't seem to get a response (perhaps because I was not on the list. I did get one bounce message, though ;) I'm hoping a resend will get a response ;)] -Brian I've been fighting with this for a day or two now, and I've run out of leads to fix it. Help

Re: [XFree86] XServer not working

2003-10-01 Thread Christopher Thom
Quoth James Muo: I bought and installed a red hat linux 9.0 on an intel P4 2.4GHZ processor Dell Dimension 2400 series. Memory - 128MB Shared 333MHZ DDR SDRAM and Graphics - Intel Extreme Graphics (Graphics Chipset - I think is Intel 845GL) (II) I810(0): I830CheckAvailableMemory: 95228 kB

Re: [XFree86] Please help me with VMWare 4.0.2 and Red Hat Linux 7.3 and XFree86 4.2.0

2003-10-01 Thread Marc Aurele La France
On Wed, 1 Oct 2003, Enrile, Roy wrote: Hello. Can you please help me to make the startx command work under Red Hat Linux 7.3, so I can get the GUI rather than command line prompt? I keep getting an xfree86 error when running it. I have an IBM T40 Laptop with WinXP Pro sp1, then VMWare

Re: [XFree86] Graah! Andrew Smash!

2003-10-01 Thread Andrew A. Gill
On Wed, 1 Oct 2003, Marc Aurele La France wrote: What effect does Option NoAccel have? The desired effect. Well, more or less. xf86cfg works, with no more (whatevers), but startx quits with the following bits: Elf_RelocateEntry() Unsupported relocation type 10 The XKEYBOARD

[XFree86] Problem starting XServer

2003-10-01 Thread miraj vashi
Respected sir/madam, I am Linux user using recent Red Hat Linux 9 OS with XFree86 Ver 4.3.0 , X11 Rev 0 Release 6.6. Due to the power failure my file system had some corruption in it and i ran fsck (As instructed by the OS)through command prompt to restore the damage. It restored the