CVS Update: xc (branch: trunk)

2004-02-06 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/02/06 09:15:36 Log message: 790. Fix typo in bsd_mouse.c (Tyler Retzlaff). 789. Fix off-by-one errors in the emulation of an ix86's BT, BTS, BTR and BTC instructions (Marc La France). Modified

CVS Update: xc (branch: trunk)

2004-02-06 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/02/06 20:33:08 Log message: 792. Fix formatting of the XLookupString bytes that xev prints out (Bugzilla #1153, Noah Levitt). Modified files: xc/programs/xev/: xev.c Revision

CVS Update: xc (branch: trunk)

2004-02-06 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/02/06 20:37:18 Log message: 793. Fix for the way the FreeType backend sets the _ADOBE_POSTSCRIPT_FONTNAME property for Type1 fonts (Bugzilla #1123, David Dawes, based on Roland Mainz,

CVS Update: xc (branch: trunk)

2004-02-06 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/02/06 20:45:19 Log message: Remove XTTInLibXFont. It doesn't work, and isn't required now that X-TT 2 is part of the FreeType backend. Modified files: xc/config/cf/: X11.tmpl

CVS Update: xc (branch: trunk)

2004-02-06 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/02/06 20:46:53 Log message: updates Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG Revision ChangesPath 3.3132+8 -1

Re: does XFree86 need kernel framebuffer support?

2004-02-06 Thread Suresh Chandra Mannava
Dear Sir, Thanks for your valuable information. --- Andrew C Aitchison [EMAIL PROTECTED] wrote: XFree86 does not in general need kernel framebuffer support for hardware which is supported by an XFree86 driver, as it has its own framebuffer interface. This almost solves our problem

bsd_mouse.c - small patch

2004-02-06 Thread Tyler Retzlaff
Don't place tokens after #endif preprocessor directive. Index: bsd_mouse.c === RCS file: /cvs/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_mouse.c,v retrieving revision 1.27 diff -u -p -r1.27 bsd_mouse.c --- bsd_mouse.c 17 Jan

Virtual Xinerama

2004-02-06 Thread Jan Dittmer
Hello, I recently aquired a second video card, so that I now have a triple display. I'm using a Nvidia card (with the binary drivers) in TwinView Mode to drive the first two displays and a Ati card for the third display. What really annoys me is, that as as soon as you enable TwinView

Re: Virtual Xinerama

2004-02-06 Thread Jan Dittmer
Jan Dittmer wrote: ps: I already started hacking on this. Seems like I've to dig quite deep into the xinerama layer. :-) Okay, after looking into this, I think what I really just want to do is to fake the reply of PanoramiX{GetScreenCount,GetScreenSize,}, XineramaQueryScreens. Emulatins

Re: hi

2004-02-06 Thread o2shop
- The following is an automated response - to your message generated on behalf of [EMAIL PROTECTED] Dear O2 Customer, Please note that this is an unmonitored email account and we will not be able to respond to your query. If you have a query about your service please visit

Re: Manufacturers who fully disclosed specifications for agp cards?

2004-02-06 Thread Alexander Stohr
- Original Message - From: netpython [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 9:38 AM Subject: *** GMX Spamverdacht *** Re: *** GMX Spamverdacht *** Re: Manufacturers who fully disclosed specifications for agp cards? [...] (reverse engineering) Are

Re: Virtual Xinerama

2004-02-06 Thread Alex Deucher
--- Jan Dittmer [EMAIL PROTECTED] wrote: Hello, I recently aquired a second video card, so that I now have a triple display. I'm using a Nvidia card (with the binary drivers) in TwinView Mode to drive the first two displays and a Ati card for the third display. What really annoys me is,

Re: does XFree86 need kernel framebuffer support?

2004-02-06 Thread Andrew C Aitchison
On Fri, 6 Feb 2004, [iso-8859-1] Suresh Chandra Mannava wrote: There are two cases where XFree86 does need kernel support. * Chipsets like the i810/i815/i835/... family have no framebuffer memory but use main system memory for the framebuffer. This requires agpgart support from the

Re: bsd_mouse.c - small patch

2004-02-06 Thread Marc Aurele La France
On Fri, 6 Feb 2004, Tyler Retzlaff wrote: Don't place tokens after #endif preprocessor directive. Index: bsd_mouse.c === RCS file: /cvs/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_mouse.c,v retrieving revision 1.27 diff

Re: does XFree86 need kernel framebuffer support?

2004-02-06 Thread Tim Roberts
Sergey Babkin wrote: Tim Roberts wrote: Andrew C Aitchison wrote: There are two cases where XFree86 does need kernel support. * Chipsets like the i810/i815/i835/... family have no framebuffer memory but use main system memory for the framebuffer. This requires agpgart support from the

I830M Second display enabling (Intel datasheet)

2004-02-06 Thread Jukka Alasalmi
Not sure if this helps at all, but there is mentioned something about the enabling of the secondary video device on I830M chipset. The datasheet is available at following address: ftp://download.intel.com/design/chipsets/datashts/29833803.pdf On the page 81, this is said about the GCC1-GMCH

Multiple sessions accessed simultaneously

2004-02-06 Thread Andrew Bevitt
Hello, I was just trying to get a feel for what people are looking at doing (ie plans etc..) in regards to having a X session running on more than one VT, on seperate monitors, that can be accessed by two different people simultaneously. This would ovbiously require multiple input devices,

Re: does XFree86 need kernel framebuffer support?

2004-02-06 Thread Michel Dänzer
On Fri, 2004-02-06 at 10:30, Andrew C Aitchison wrote: On Fri, 6 Feb 2004, [iso-8859-1] Suresh Chandra Mannava wrote: does agpgard is specificaly for AGP? Yes. or can we use it for PCI? I've never used it, but I've seen references to pcigart, which provides (some of) the features of

XGetImage and Pixmap/Xvfb

2004-02-06 Thread Carl Nygard
I'm having problems grabbing images from XPixmap objects, whether created on a visible Display or on a Xvfb display. Specifically, I'm drawing a fill which is stippled. If the Drawable is a visible window, XGetImage works fine. When the Drawable is XPixmap, the filled area is solid. I tried

XVideo seems to work on NeoMagic NM2097

2004-02-06 Thread Karl Oberjohn
Hello, I have a Mitsubishi AMiTY CN2 notebook with a NeoMagic NM2097 (MagicGraph 128ZV+) video chipset. I was excited to see that XVideo support was added for NeoMagic chipsets in XFree86 version 4.3, but for the life of me, I could not get it to work. (I did add the OverlayMem option to my

[Fonts] Urgent please

2004-02-06 Thread gideon . rapmoi
Goodday, I am Gideon Arap Moi, the son of The former president of Kenya Mr Daniel Arap Moi. I came to know you in the course of my search for a reliable And GOD fearing partner, and I decided to contact you, Because I believe you are reputable person and I feel You can help me

Re: [I18n] French (AZERTY) + greek polytonic keyboard

2004-02-06 Thread 10 . 50
Kalemera, As Danilo already explained, what you want is relatively easy to accomplish, using -layout fr,el -variant ,polytonic or something. It's for situations like this that the new, single-group-only layouts were introduced in the first place (symbols/pc/*). Okay Unless of course

[I18n] Urgent please

2004-02-06 Thread gideon . rapmoi
Goodday, I am Gideon Arap Moi, the son of The former president of Kenya Mr Daniel Arap Moi. I came to know you in the course of my search for a reliable And GOD fearing partner, and I decided to contact you, Because I believe you are reputable person and I feel You can help me

[XFree86] HELLO

2004-02-06 Thread blr-mlmhub
test [Filename: rlhrt.pif, Content-Type: application/octet-stream] The attachment file in the message has been removed by eManager.

Re: [XFree86] nv driver Rotate option broken in 4.3.0 while works in 4.2.1

2004-02-06 Thread Alexey Nezhdanov
6 2004 09:28 Mark Vojkovich (a): On Fri, 6 Feb 2004, Alexey Nezhdanov wrote: Mark Vojkovich wrote: Rotate options in all drivers were broken by the RandR extension. You need to disable RandR with: Option RandR 0 in the Section ServerFlags Mark.

Re: [XFree86] can't start xwindow and XFree86.0.log

2004-02-06 Thread Mark Vojkovich
You have your XFree86 configured to use the nv driver for NVIDIA cards, yet you have no NVIDIA card in your machine. You have Intel integrated graphics: (--) PCI:*(0:1:0) Intel i810e rev 3, Mem @ 0xf400/26, 0xff00/19 I think you want to be using the i810 driver.

Re: [XFree86] ViewsonicG70fm configuration with Xfree 4.3.0 under Suse 8.2

2004-02-06 Thread William Gallafent
Corrado Topi wrote: The problem is I do not have the specification of the monitor, installed suse (who does not have the specific configurations for this monitor) and so I do not know what to put on the range. http://www.viewsonic.com/products/crt_g70fm.htm That page is the first one in the

[XFree86] abiword install

2004-02-06 Thread ivaldes2
i've already installed abiword, however in oder to complete i am told: abiword needs module type 1 in xfree86, also add type1 in module section. also add the line /usr/local/...in the files section of /etc/x11/xf86config file, then restart the x server. how is this done? i am starting to

[XFree86] Problème avec ma carte graphieu Radeon VE

2004-02-06 Thread butane
Hello guys, I have a little problem with my graphic card Radeon VE... This is my hardware configuration : Power Macintosh G4 • CPU : 400 Mhz • Memory : 256 Mb of SdRam + 512 Mb of SdRam • HDD : Seagate Barracuda ATA IV 40 Gb (connecté sur le premier canal IDE en slave). • Graphic card : ATI

[XFree86] question - Which spaceballs are supported by the magellan driver?

2004-02-06 Thread Tijs Zwinkels
Hi all, I've been searching the internet, various mailing list, usenet, and the sourcecode, and i haven't been able to find the answer to my question: Which spaceballs are working with Xfree? Is this information available anywhere? any ideas? I tried to get a spaceball 3003 to work with Xfree.

[XFree86] Xfree86

2004-02-06 Thread Jorge Huerga
I dont know if that is a real bug or if i mistaked something, but when I try to startx it returns me something about send a mail to this direction for bugs. System is a PII at 233MHz, 4GB Hz, Debian woody 3 and Intel motherboard, with a 3D labs permedia 2 graphic board. Jorge

[XFree86] Whats happening with S3 prosavage DDR 3D support

2004-02-06 Thread Alex Deucher
3D support for savage chips is going on in the savage-2-0-0 branch in DRI cvs. It will not be available in 4.4.0. Right now support is limited to prosavage/twister and savage4 chips and the drivers are still somewhat buggy. Support for older savages will come later. FOr the latest status, check

[XFree86] ATI Radeon 9200SE, DVI output, black screen every other restart

2004-02-06 Thread Alex Deucher
4.3.0 did not handle the DVI port on 9200 chips properly, this is fixed in cvs. Please update to the cvs version of xfree86 or try a xfree86 or DRI snapshot. Alex - Hello, I have just hooked up my new Radeon 9200SE using the DVI output to an NEC LCD 1880SX DVI

[XFree86] xauth confusion on MacOS 10.3.2 (can't contact local address)

2004-02-06 Thread Sam Bayer
All - I've encountered an oddity in the implementation of X11 on MacOS 10.3.2 (Panther), which is based on XFree86 4.3. I originally thought it was a bug, but I'm beginning to suspect that it's a feature of XFree86 4.3 that I don't understand. I've poked around in various newsgroups and

[XFree86] Major Roadblock in X install

2004-02-06 Thread Chris Ditri
Hello. This is the first time I have ever had to get help for X. It has always treated me well, but The past few days have been a real pain! We have several ibm xserver eseries 330 machines here. I am trying to install Gentoo Linux on them -- my preferred distro. Unfortunately these

[XFree86] [Request for Support] Confused keyboard driver on JVC MP-XP7210 notebook (SiS controller)

2004-02-06 Thread fis
Dear X people, I am trying to get XFree86 4.3.0 installed on my notebook (JVC MP-XP7210, SiS chip). XFree86 is starting almost nicely, but the keyboard doesn't respond properly: the only thing that happens is that the resolution is rotated whatever key I press. (Ctrl+Alt+BS works, though.)

[XFree86] [Idea] Confused keyboard driver on JVC MP-XP7210 notebook (SiS controller)

2004-02-06 Thread fis
I forgot to mention that the neatest way to make me shut up would be an apt source where I can get the 4.3.0 packages for debian. (-: thanks again, matthias ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

Re: [XFree86] Problem...

2004-02-06 Thread Chris Ditri
Try this: # cat /proc/pci Check the output, keeping an eye out for the lines that refer to VGA. Is your card listed there? If it isn't then the system is not detecting it. You can try reseating it, or toggling it on and off in the bios (reboot -- vga off -- reboot -- vga on). Also, if it

Re: [XFree86] [Idea] Confused keyboard driver on JVC MP-XP7210 notebook (SiS controller)

2004-02-06 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, on 02/06/04 16:56, [EMAIL PROTECTED] wrote: I forgot to mention that the neatest way to make me shut up would be an apt source where I can get the 4.3.0 packages for debian. (-: have you searched for them with Google or something similar?

[XFree86] [SOLUION] Confused keyboard driver on JVC MP-XP7210 notebook (SiS controller)

2004-02-06 Thread fis
i am sorry. the solution is this: apt-get install xbase-clients shame on me. seems to work now. happy, matthias ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

Re: [XFree86] I deleted xfree86..

2004-02-06 Thread jayjwa
On Sat, 31 Jan 2004, Ryan Bradley wrote: Let me first give the disclaimer that I am an idiot, or at least, I am a linux newbie.. About a year ago I was trying to install perlmagick to get imagemagick to work with movable type on my redhat 7.3 box which I have through rosehosting.com. As

Re: [XFree86] ATI Radeon 9200SE, DVI output, black screen every other restart

2004-02-06 Thread Chad Carr
On Fri, 2004-02-06 at 05:36, Alex Deucher wrote: 4.3.0 did not handle the DVI port on 9200 chips properly, this is fixed in cvs. Please update to the cvs version of xfree86 or try a xfree86 or DRI snapshot. Great! Do you happen to know whether or not the Radeon 9100 DVI handling is proper in

Re: [XFree86] [Idea] Confused keyboard driver on JVC MP-XP7210 notebook (SiS controller)

2004-02-06 Thread fis
although i already got the tarballs running, you taught me something pretty useful about apt that i probably should have known from reading the manuals: never heard of experimental packages... :-) mille grazie, matthias Luca Capello writes: From: Luca Capello [EMAIL PROTECTED] Date: Fri, 06

[XFree86] I cannot understand this warning

2004-02-06 Thread Federico Mantovani
Hi to all the members of this mailing-list. I have just installed FreeBSD 4.9-STABLE on my laptop a Toshiba Satellite 4030 CDS with a Triden Cyber 9525/DVD card. I configured the X server (I am using XFree86 4.3.0): everything seems to work fine, but I receive in /var/log/XFree86.0.log the

[XFree86] trouble with Xconfiguration

2004-02-06 Thread ricardo villafuerte
Hi I mail you because im having a little problem with the X's ,, ohh sorry , im using Redhat 9 , i tried to reconfigure de X with Xconfigurator , but i didnt find it , so i searched for redhat-config-xfree , but it stays in the horiz and vert detection , so if you can give me anda advice im

Re: [XFree86] trouble with Xconfiguration

2004-02-06 Thread Erik Odh
Do you have any xf86config file to try with? - Original Message - From: ricardo villafuerte [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 06, 2004 7:47 PM Subject: [XFree86] trouble with Xconfiguration Hi I mail you because im having a little problem with the X's ,,

[XFree86] Error

2004-02-06 Thread Armandrix
Dear Sirs, First of all need ask for apologise if i´m sending this to wrong address or error language, I caught that in the command line error messages and it was in english. (i´m brazilian). few days ago i did installed linux (cemflinux) in my computer with windows xp boot option (ussing

[XFree86] GLIBC_2.3

2004-02-06 Thread kent . chen
Hi All, I'm trying to install OpenSSL-0.9.7a-20 for RH 7.3 and I received the following message: error: failed dependencies: libc.so.6(GLIBC_2.3) is needed by openssl-0.9.7a-20 Where can I download this library ? Thanks, KENT

[XFree86] stop

2004-02-06 Thread diogenes
stop the messages ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

[XFree86] end problem

2004-02-06 Thread diogenes
my problem the end. thank ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

Re: [XFree86] external crt on i855 laptop

2004-02-06 Thread L. Jensen
On Thursday 05 February 2004 12:47 pm, L. Jensen wrote: Here's the config I've been using plus the log. I am still very eager to get the external crt display working. One possibility was to configure X so that it could drive the crt. Luca's comment and some lines in the log make me think

Re: [XFree86] external crt on i855 laptop

2004-02-06 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, on 02/05/04 23:30, L. Jensen wrote: But I still don't get the external monitor to work, even when I use exactly your config. Maybe it is something very simple I am missing. Can you tell me just how you set it up? I don't care about

[XFree86] vacation/vacaciones/ferioj 2004.01.30 - 2004.01.29

2004-02-06 Thread etrapani
I'm on vacation and will not be reading my mail for a while. I will answer your mail when I return. Estoy de vacaciones y no leeré el correo por unos días. Contestaré su mensaje cuando regrese. Mi ferias kaj dum kelkaj tagoj ne legos miajn mesagxojn. Mi respondos post mia reveno.

Re: [XFree86] X Help on Dell C600 w/NetBSD

2004-02-06 Thread Ryan Underwood
On Fri, Feb 06, 2004 at 01:47:23PM -0600, Shane Miller wrote: Hi, I have attached the log file for my problem... I have NetBSD 1.6.1 and XFree86 4.3.0 I cannot get X graphics to work. It looks like the graphics is working fine. What is wrong is at the very end -- it can't find

Re: [XFree86] external crt on i855 laptop

2004-02-06 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, on 02/05/04 18:47, L. Jensen wrote: Here's the config I've been using plus the log. I'm also sending the log I get when using exactly Luca's config from http://luca.pca.it/projects/asus/XF86Config-4.20031116 please take care that I

Re: [XFree86] external crt on i855 laptop

2004-02-06 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, on 02/06/04 20:02, L. Jensen wrote: I am still very eager to get the external crt display working. One possibility was to configure X so that it could drive the crt. Luca's comment and some lines in the log make me think there is a

Re: [XFree86] GLIBC_2.3

2004-02-06 Thread Michael Taylor
[EMAIL PROTECTED] wrote: Hi All, I'm trying to install OpenSSL-0.9.7a-20 for RH 7.3 and I received the following message: error: failed dependencies: libc.so.6(GLIBC_2.3) is needed by openssl-0.9.7a-20 Where can I download this library ? This mailing list is about XFree86,

Re: [XFree86] Sony GDM-5402 Monitor

2004-02-06 Thread Mark Vojkovich
If I recall correctly, you were using a rather old XFree86 version. You'll probably want to upgrade to 4.3.0 or one of the pre-4.4 snapshots. Mark. On Fri, 6 Feb 2004, Christian Kremser wrote: Re: Mark Vojkovich You were right! I get the same problem with

Re: [XFree86] I cannot understand this warning

2004-02-06 Thread Mark Vojkovich
It means you don't have MTRR support in your kernel and subsequently performance will suffer. I'm assuming FreeBSD even supports MTRRs (Linux does). Mark. On Fri, 6 Feb 2004, Federico Mantovani wrote: Hi to all the members of this mailing-list. I have just

Re: [XFree86] Problem...

2004-02-06 Thread Mark Vojkovich
You have two video cards: an ATI and a Trident. The ATI is the one that the console comes up on. I assume it's the Trident card you are trying to get to work. It sounds like you changed the PCI slot the Trident card was in. Subsequently you'll need to have the line: BusID PCI:1:0:0 In

[XFree86] TWM patches

2004-02-06 Thread Alexander Pohoyda
Hi, Would somebody please have a look at my TWM patches? http://bugs.xfree86.org/show_bug.cgi?id=968 XPM icon support. http://bugs.xfree86.org/show_bug.cgi?id=1078 Function to change window titles. http://bugs.xfree86.org/show_bug.cgi?id=1124 IconMaxWidth parameter to limit the

[XFree86] Fwd: hoeuag Orginial dicsont ixu.

2004-02-06 Thread didl bye
Hello levaktvvan mon jubgrop! One Timedicsuontorder for cehpaest vaiagra.For more innffo oppen atttacch.

[XFree86] Re: [XFree86] Problème avec ma carte graphieu Radeon VE

2004-02-06 Thread Alexander Stohr
Symbol xf86SetDDCproperties from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved! try loading existing DDC related modules via entrys in XF86Config load section. this should help killing the segmentation fault in your X4.3.0 Yellow Dog branded system. -Alex. - Original

Re: [XFree86] IO error 104 on Xserver

2004-02-06 Thread Alexander Stohr
what sort of prompt? login-prompt or shell prompt? in the first case, please log in and type startx, in the second case simply type startx. but of course it can be that your install failed silently and some major components were missing which do normally start the x-server automatically. if

Re: [XFree86] Starting xserver problem

2004-02-06 Thread Alexander Stohr
the command startx does not change from runlevel 3 to 5, but it does launch an x-server whilst you will still stay in runlevel 3. changing from 3 to 5 is done via init 5 - which means the init-daemon will launch some amount of programs including X11, which are listed for level 5. if you dont have

Re: [XFree86] need specs for monitor

2004-02-06 Thread John P. Conlon
Try the link below. It looks like it might be a chinese monitor http://www.greatwall.com.cn/eng/product/moni-ks.htm [EMAIL PROTECTED] wrote: Aloha I'm setting up FreeBSD on an inherited system with an unknown monitor. I'm in need of the HorizSync and VertRefresh settings. The label on the back

Re: Re: [XFree86] need specs for monitor

2004-02-06 Thread marella
Mahalo Nui Loa!! For you mainlanders, that means Thank you very much. I don't know how I missed that site. Robert From: John P. Conlon [EMAIL PROTECTED] Date: 2004/02/06 Fri PM 08:25:25 EST To: [EMAIL PROTECTED] Subject: Re: [XFree86] need specs for monitor Try the link below. It

[XFree86] Re: hello

2004-02-06 Thread mailserver-reply
This is a multi-part message in MIME format. ** `This' is not a recognized command. Try HELP. ** (will search for a line with word 'begin' (or 'BEGIN') in case ** your system puts garbade at the begin of your email) --=_NextPart_000_0011_166F1367.F651A8F9 Content-Type: text/plain;

[XFree86] Re: selam

2004-02-06 Thread aslihan
Selam Xpert, Su an saat Fri, 06 Feb 2004 23:22:06 -0600 Nerelerdeydin uzun zamandýr görüþemedik.   Neyse lafý fazla uzatmayayým bak senin için bir site hazýrladým. Mutlaka görmelisin.Adres aþaðýda yazýlý hadi görüþürüz. http://Xpert.resimleri.com MwoAj3iMV1AFJ3vq6ArEOOJ