Re: [Xpert]Kdrive: host.def examples and suid issue?

2002-11-18 Thread Jim.Gettys
Attached is the host.def I use to build kdrive for the iPAQ handheld, and when running the kdrive server on my laptop. - Jim -- Jim Gettys Cambridge Research Laboratory HP Labs, Hewlett-Packard Company [EMAIL PROTECTED] host.def Description: Binary data tinyxhost.def

[Xpert]Re: Kdrive: host.def examples and suid issue?

2002-11-18 Thread Herman Buel
Do the following files in xc/config/cf have to be updated for KDRIVE ?     - site.def ?     - kdrive.def ? HBDo you Yahoo!? Yahoo! Web Hosting - Let the expert host your site

[Xpert]Re: KDRIVE and host.def

2002-11-18 Thread Herman Buel
Host.dev for Kdrive: Here are a few that were posted by several poeple (see note)   Host.defs   Number 1 /*  * Which servers to build.  There is now only one XFree86 server.  * It can be disabled by the following.  *From JuliusZ Chroboczek... define XF86Server    NO define KDriveXServer

[Xpert]Multiple copies of screen left to right with S3 Trio3d on XFree86 4.2.0

2002-11-18 Thread thaynes
Having just upgraded my system from Mandrake 7.2 running the original XFree86 4.1.0 binaries to the XFree86 4.2.0 provided with Mandrake 8.2 (/ partition was reformatted for this upgrade) I now have a visual problem with the XFree86 display. The card in this machine (an IBM 300PL) is a S3 Trio 3D w

[Xpert]Re: About "Ways to reduce the size of X" (Juliusz)

2002-11-18 Thread Richard Stone
> KDRIVE: Do you have an example of the /xc/config/cf/host.def file needed for KDRIVE ? Herman, Here's a host.def example #if 1 /* set to 1 for debug, 0 for no debug */ #define DefaultCDebugFlags -ggdb #endif #if 0 #define BuildServersOnly NO #else #define BuildServersOnly YES #endif #define KD

Re: [Xpert]cvs causes spontaneous reboot??

2002-11-18 Thread Harri Pasanen
On Monday 18 November 2002 15:03, Geoffrey wrote: > Michel Dänzer wrote: > > On Sam, 2002-11-16 at 14:26, Geoffrey wrote: > >>Downloaded cvs last night and built it successfully. Upon > >> execution of startx, screen goes blank, then I see the bios, > >> spontaneous reboot. > >> > >>Running kernel

Re: [Xpert]X locks up the complete system

2002-11-18 Thread Michel Dänzer
On Sam, 2002-11-16 at 14:45, Igor Filippov wrote: > Here are my two cents: > > Linux 7.1 on > 1.3 GHz Athlon > ECS K7S5A Motherboard > 1024 mb ram > Matrox G450 > > I have been experiencing the exact same lockups. I have upgraded the kernel > to 2.4.19 and installed the XFree4.2 from the source

RE: [Xpert]X locks up the complete system

2002-11-18 Thread Michel Dänzer
On Son, 2002-11-17 at 23:41, Mukhben Singh wrote: > Thanks to all of you for listening and helping. Now since all > seems to be well, I would be interested to know, why my machine locks up > with hardware cursor. I can't give a definite answer but only an educated guess: with the HW cursor

[Xpert]Kdrive: host.def examples and suid issue?

2002-11-18 Thread Marco Fioretti
Hello, at the RULE project (www.rule-project.org/en/) we are trying to package kdrive for Red Hat 8.0, to make it possible to use modern software/features on computer with older CPU and little RAM. More exactly, Michael Fratoni (our chief hacker) is trying to do it, and I am working on other parts

Re: [Xpert]switching mice on laptop.

2002-11-18 Thread Matthew Schumacher
Thanks, That worked great. schu Eric Sprague wrote: Uncomment both lines, then switch the "CorePointer" for the USB mouse to "SendCoreEvents". When docked, both mice will work. --- Matthew Schumacher <[EMAIL PROTECTED]> wrote: Quick question: I have a laptop and a docking station and 2 mice

Re: [Xpert]Visuals, PixmapFormats and XImage

2002-11-18 Thread Dr Andrew C Aitchison
On Mon, 18 Nov 2002, Keith Packard wrote: > Around 17 o'clock on Nov 18, Tor Andersson wrote: > > > Second, I need a Visual in XCreateImage. Apparently, after testing, > > this has to be the same as the Visual of the Window. > > No, you don't need a visual to create an image, just use NULL. As

[Xpert]Re: About "Ways to reduce the size of X" (Juliusz)

2002-11-18 Thread Herman Buel
Julius - Good answeres, thanx. KDRIVE: Do you have an example of the /xc/config/cf/host.def file needed for    KDRIVE ?Host.def: I noticed, that by dedault, there is no is no "host.def" defined when xfree 4.2.0 is recompiled ?     + Is that ok for recompiling XFREE 4.2.0 ?   + Is it tru

Re: [Xpert]Visuals, PixmapFormats and XImage

2002-11-18 Thread Tor Andersson
Keith Packard <[EMAIL PROTECTED]> wrote: > > Are the red/green/blue_masks specified in the word order of the X server, > > and as such be swapped if client and server have different byte orders? > > You don't need to deal with the mask values stored in the XImage structure; > they're strictly info

Re: [Xpert]Visuals, PixmapFormats and XImage

2002-11-18 Thread Keith Packard
Around 17 o'clock on Nov 18, Tor Andersson wrote: > Second, I need a Visual in XCreateImage. Apparently, after testing, > this has to be the same as the Visual of the Window. No, you don't need a visual to create an image, just use NULL. As there aren't generally any depth 32 ARGB visuals avail

Re: [Xpert]Visuals, PixmapFormats and XImage

2002-11-18 Thread Havoc Pennington
On Mon, Nov 18, 2002 at 05:16:50PM +0100, Tor Andersson wrote: > I used to think X was nice; now I'm not so convinced anymore... > I think your mistake here is wheel reinvention. ;-) GTK+ and Qt already contain code to do all this stuff and abstract away visuals/colormaps. What you've discovered

[Xpert]Visuals, PixmapFormats and XImage

2002-11-18 Thread Tor Andersson
Hello, Xperts. I want to draw an image that I have in ARGB format to an X Window. The obvious way to do this is to convert my image to an XImage and use XPutImage (or XShmPutImage when that is available). First, I need to select an appropriate Visual for my Window. I get BadMatch errors for X

[Xpert]Help please: Reason of Segmetation falult in Motif libraries

2002-11-18 Thread peter Fodrek
Dear Motif experts, I can not find reason of gdb output... When there is fail during processing code of Dialog2 or Dialog3 fails, when dialog1 works well... Can anyone help me,please? Thank you for any help... Yours faithfully in gdb ther is displayed Dialog vytvoreny: ... Vsetko za nami P

Re: [Xpert]cvs causes spontaneous reboot??

2002-11-18 Thread Geoffrey
Michel Dänzer wrote: On Sam, 2002-11-16 at 14:26, Geoffrey wrote: Downloaded cvs last night and built it successfully. Upon execution of startx, screen goes blank, then I see the bios, spontaneous reboot. Running kernel 2.4.19 (not a stock Mandrake kernel), Mandrake 9.0, Radeon VE 32mb agp v

Re: [Xpert]cvs causes spontaneous reboot??

2002-11-18 Thread Michel Dänzer
On Sam, 2002-11-16 at 14:26, Geoffrey wrote: > Downloaded cvs last night and built it successfully. Upon execution of > startx, screen goes blank, then I see the bios, spontaneous reboot. > > Running kernel 2.4.19 (not a stock Mandrake kernel), Mandrake 9.0, > Radeon VE 32mb agp vid card, seco

Re: [Xpert]Re: Matrox G550 and DDC problem

2002-11-18 Thread kwall
On Mon, Nov 11, 2002 at 08:56:10AM +, Dr Andrew C Aitchison wrote: > On Sun, 10 Nov 2002 [EMAIL PROTECTED] wrote: > > > On Sun, Nov 10, 2002 at 07:05:49PM +, Dr Andrew C Aitchison wrote: > > > That is a success; > > > /root/XF86Config.new should have some info about the monitor. > > > >

[Xpert]Unicode / 16-Bit

2002-11-18 Thread Bharathi S
Hello All, Is the X (4.x) supporting Unicode/16 Bit encoding ? How ? For 8 Bit (ASCII/Latin1) LookUpSym function gives the Char. For 16 bit, Which founction will do the mapping ? Is it possible to differtiate the application supporting 8bit (Xdrawstring() ) OR 16bit ( XDrawsting16(

[Xpert]what wrong with "/etc/rc.d/rc.local"?Please help.

2002-11-18 Thread Roy
HI,list: When boot,I need some command run auto.So I modified "/etc/rc.d/rc.local",but nothing happened.Even the intrinsic command "touch /var/lock/subsys/local" won't work.--I can't find /var/lock/subsys/local after boot,and I added some commands just like "insmod" "rmmod" "insmod" "modpro

Re: [Xpert]Re: Newbie: Stated frequency limits are exceeded (GregShaw)

2002-11-18 Thread Dr Andrew C Aitchison
On Sun, 17 Nov 2002, J. Sims wrote: > I would have to agree with you. I actually looked into the code and (at least for >the radeon > driver) there are comments to the effect of "FP/LCD display testing might not work >well" > clearly it doesnt. When I tried to fake out the monitor test code by