CVS Update: xc (branch: trunk)

2003-08-28 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/27 16:07:07 Log message: 409. SiS driver: Add RENDER hardware acceleration Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG Revision ChangesPath 3.2832

CVS Update: xc (branch: trunk)

2003-08-28 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/27 16:32:51 Log message: 409. Added RENDER hw acceleration Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: sis.h sis310_accel.c sis310_accel.h sis_dri.c

CVS Update: xc (branch: trunk)

2003-08-28 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/27 17:35:24 Log message: Previous version still not quite right. Modified files: xc/lib/xtrans/: Xtransint.h Revision ChangesPath 3.41 +2 -3

CVS Update: xc (branch: trunk)

2003-08-28 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/28 04:16:42 Log message: Add option NoRenderAcceleration; code clean-ups Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: init.c sis.h sis310_accel.c sis310_accel.h

CVS Update: xc (branch: trunk)

2003-08-28 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/28 06:21:17 Log message: Code clean-ups Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: init.c init.h sis.h sis_driver.c sis_video.c Revision ChangesPath

CVS Update: xc (branch: trunk)

2003-08-28 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/28 06:30:22 Log message: Typo in option name Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: sis_opt.c Revision ChangesPath 1.29 +8 -7

CVS Update: xc (branch: trunk)

2003-08-28 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/28 09:11:32 Log message: Small simplification Modified files: xc/programs/twm/: Imakefile Revision ChangesPath 3.15 +2 -2 xc/programs/twm/Imakefile

Re: RENDER question

2003-08-28 Thread The Rasterman
On Wed, 27 Aug 2003 20:21:37 +0200 Thomas Winischhofer [EMAIL PROTECTED] (Bbabbled: (B (B Carsten Haitzler (The Rasterman) wrote: (B please please please PLEASE! accelerate everythig you can :) (B (B http://www.rasterman.com/files/render_bench.tar.gz (B (B Is it correct to assume,

Re: RENDER question

2003-08-28 Thread The Rasterman
On Thu, 28 Aug 2003 03:30:18 +0200 Thomas Winischhofer [EMAIL PROTECTED] (Bbabbled: (B (B Carsten Haitzler (The Rasterman) wrote: (B The non-scaled onscreen XRender went from 9.7 to 0.7 seconds... :) (B (imlib is at 2.3 seconds). The scaled versions are not accelerated, and (B they all are

Re: RENDER question

2003-08-28 Thread Michel Dänzer
On Thu, 2003-08-28 at 03:30, Thomas Winischhofer wrote: I need to copy the texture to video RAM once, unless somebody tells me it already is there (I could use the 2D accelerator for this, too, then. In this case I just wonder why the mga driver doesn't do it this way.). Because the mga

Re: RENDER question

2003-08-28 Thread Michel Dänzer
On Thu, 2003-08-28 at 15:58, Thomas Winischhofer wrote: Michel Dnzer wrote: Text drawing (x11perf -aa24text) went from 25000 to 105000, which is more than factor 4. I am satisfied. Err, I get without acceleration on a 1 Ghz TiBook: 960 reps @ 0.0006 msec (154.0/sec): Char

Re: RENDER question

2003-08-28 Thread Thomas Winischhofer
Michel Dnzer wrote: [stripped] ( 3180.0/sec): 500x500 rectangle ( 1920.0/sec): 500x500 tiled rectangle (17x15 tile) ( 139.0/sec): ShmPutImage 500x500 square Here (P4 Celeron, 2.0Ghz, SiSM650, DDR266) it's 2500/sec for rect500 1100/sec for oddtilerect500 717/sec for shmput500 Seems

Re: xfree86, DRI, and multiple heads: thoughts and ideas

2003-08-28 Thread Thomas Winischhofer
Alex Deucher wrote: Next, mergedfb... I've been thinking about creating generic xfree support functions to replace the chipset specific ones for mergedfb. This would make it easier to add mergedfb to other chipsets that support dualhead. Where should this live? also, as far as pseudo-xinerama,

Re: RENDER question

2003-08-28 Thread Soeren Sandmann
Michel Dänzer [EMAIL PROTECTED] writes: Text drawing (x11perf -aa24text) went from 25000 to 105000, which is more than factor 4. I am satisfied. Err, I get without acceleration on a 1 Ghz TiBook: 960 reps @ 0.0006 msec (154.0/sec): Char in 30-char aa line (Charter 24) Did

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-28 Thread Egbert Eich
Claus Matthiesen writes: Exactly. Sort of guessing on the basis of a string which might contain this or that isn't good enough for industrial strength software which we all agree should be able to run under Linux/XFree. But unless I am much mistaken, there is *no other* way of finding

Re: RENDER question

2003-08-28 Thread Thomas Winischhofer
Soeren Sandmann wrote: FWIW, I get numbers comparable to Thomas' with an Nvidia Geforce 2, a 1GHz CPU, and a stock Red Hat 9 server using the free driver: 96000 reps @ 0.0628 msec ( 15900.0/sec): Char in 30-char aa line (Charter 24) Well, now I feel good again with my 105000/sec here :)

Re: xfree86, DRI, and multiple heads: thoughts and ideas

2003-08-28 Thread Alex Deucher
I was leaning that way myself... Alex --- Thomas Winischhofer [EMAIL PROTECTED] wrote: Alex Deucher wrote: Next, mergedfb... I've been thinking about creating generic xfree support functions to replace the chipset specific ones for mergedfb. This would make it easier to add

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-28 Thread Egbert Eich
Claus Matthiesen writes: Let's just forget about expanding the _XDeviceInfo struct for a minute and just concentrate on the -type field. Because as regards legacy software: Does anybody use the -type field? I don't want to change the -name, that's fine as it is and that's what most

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-28 Thread Bryan W. Headley
Egbert Eich wrote: Let me finish by saying that even though I have never had my hands deep in the code of X, of course I'd be happy to help out - if doing a little coding in X makes my port of the toolkit go smoother it's definetely worth the effort. All I need to have is a consensus on

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-28 Thread Marc Aurele La France
On 26 Aug 2003, John Dennis wrote: The PCI configuration does provide various pieces of information which help determine how the device can be accessed, e.g. pre-fetch, latency, cache line size etc. All of this is available to firmware. Wouldn't all this be sufficient for firmware to make the

Re: a small twm/Imakefile patch

2003-08-28 Thread Marc Aurele La France
On 20 Jul 2003, Alexander Pohoyda wrote: With your change, on IRIX, I get: [aurora:/scratch_large/root/X11/alpha/loader/xc/programs] make SUBDIRS=twm Makefiles making Makefiles in programs/twm... mv -f Makefile Makefile.bak cc-1018 cc: ERROR at end of source An unmatched

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-28 Thread Bryan W. Headley
Egbert Eich wrote: Claus Matthiesen writes: Let's just forget about expanding the _XDeviceInfo struct for a minute and just concentrate on the -type field. Because as regards legacy software: Does anybody use the -type field? I don't want to change the -name, that's fine as it is and

Re: RENDER question

2003-08-28 Thread Michel Dänzer
On Thu, 2003-08-28 at 16:51, Thomas Winischhofer wrote: Michel Dnzer wrote: [stripped] ( 3180.0/sec): 500x500 rectangle ( 1920.0/sec): 500x500 tiled rectangle (17x15 tile) ( 139.0/sec): ShmPutImage 500x500 square Here (P4 Celeron, 2.0Ghz, SiSM650, DDR266) it's

TAYLOR

2003-08-28 Thread taylor_jr
ATTENTION: THE PRESIDENT/CHAIRMAN. CEO/MD First, may I solicit your confidentiality in this transaction, this by virtue of its nature. I am Mr Lutherking taylor Jr, a cousin to the president Charles Taylor of Liberia . As a result of the increasing rebel hostility in my country and the recent

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-28 Thread Claus Matthiesen
On Thu, 2003-08-28 at 17:59, Egbert Eich wrote: Claus Matthiesen writes: Exactly. Sort of guessing on the basis of a string which might contain this or that isn't good enough for industrial strength software which we all agree should be able to run under Linux/XFree. But unless I am

UPOZORNENI!

2003-08-28 Thread mailer
Dekujeme za odeslani zpravy na adresu [EMAIL PROTECTED] Tato adresa je vyhrazena pro pouziti v dokumentaci a obsah prichozich zprav proto neni sledovan. Prijemny den, Spravce domeny priklad.cz ___ Devel mailing list [EMAIL PROTECTED]

UPOZORNENI!

2003-08-28 Thread mailer
Dekujeme za odeslani zpravy na adresu [EMAIL PROTECTED] Tato adresa je vyhrazena pro pouziti v dokumentaci a obsah prichozich zprav proto neni sledovan. Prijemny den, Spravce domeny priklad.cz ___ Devel mailing list [EMAIL PROTECTED]

UPOZORNENI!

2003-08-28 Thread mailer
Dekujeme za odeslani zpravy na adresu [EMAIL PROTECTED] Tato adresa je vyhrazena pro pouziti v dokumentaci a obsah prichozich zprav proto neni sledovan. Prijemny den, Spravce domeny priklad.cz ___ Devel mailing list [EMAIL PROTECTED]

UPOZORNENI!

2003-08-28 Thread mailer
Dekujeme za odeslani zpravy na adresu [EMAIL PROTECTED] Tato adresa je vyhrazena pro pouziti v dokumentaci a obsah prichozich zprav proto neni sledovan. Prijemny den, Spravce domeny priklad.cz ___ Devel mailing list [EMAIL PROTECTED]

UPOZORNENI!

2003-08-28 Thread mailer
Dekujeme za odeslani zpravy na adresu [EMAIL PROTECTED] Tato adresa je vyhrazena pro pouziti v dokumentaci a obsah prichozich zprav proto neni sledovan. Prijemny den, Spravce domeny priklad.cz ___ Devel mailing list [EMAIL PROTECTED]

UPOZORNENI!

2003-08-28 Thread mailer
Dekujeme za odeslani zpravy na adresu [EMAIL PROTECTED] Tato adresa je vyhrazena pro pouziti v dokumentaci a obsah prichozich zprav proto neni sledovan. Prijemny den, Spravce domeny priklad.cz ___ Devel mailing list [EMAIL PROTECTED]

UPOZORNENI!

2003-08-28 Thread mailer
Dekujeme za odeslani zpravy na adresu [EMAIL PROTECTED] Tato adresa je vyhrazena pro pouziti v dokumentaci a obsah prichozich zprav proto neni sledovan. Prijemny den, Spravce domeny priklad.cz ___ Devel mailing list [EMAIL PROTECTED]

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-28 Thread Mark Vojkovich
On Thu, 28 Aug 2003, Marc Aurele La France wrote: It occurs to me that we should probably change XAA to flush CPU caches just after calling the driver's Sync() function, and change mibank to do the same after telling the driver to switch banks. That is a hardware issue and something the

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-28 Thread John Dennis
On Thu, 2003-08-28 at 12:46, Marc Aurele La France wrote: Secondly, EFI is already doing the wrong thing by marking PCI ROMs as non-cacheable. This doesn't inspire confidence... I believe there is a difference between ROM's being logically cacheable and the way the ZX1 actually wires that

Re: RENDER question

2003-08-28 Thread Mark Vojkovich
Michel Dänzer wrote: Text drawing (x11perf -aa24text) went from 25000 to 105000, which is more than factor 4. I am satisfied. Err, I get without acceleration on a 1 Ghz TiBook: 960 reps @ 0.0006 msec (154.0/sec): Char in 30-char aa line (Charter 24) That is in

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-28 Thread Marc Aurele La France
On Thu, 28 Aug 2003, Mark Vojkovich wrote: It occurs to me that we should probably change XAA to flush CPU caches just after calling the driver's Sync() function, and change mibank to do the same after telling the driver to switch banks. That is a hardware issue and something the

New device handling in X (was: XInput: The device type inXListInputDevices comes up again...)

2003-08-28 Thread Claus Matthiesen
This is a summation of the discussion between the est. Bryan W. Headley, the est. Egbert Eich and myself so far, along with a few new ideas... OK. Most people seem to think we need a new way to do device handling of what is currently called extended devices in X. I, as an applications programmer,

Re: RENDER question

2003-08-28 Thread Mark Vojkovich
On Thu, 28 Aug 2003, Thomas Winischhofer wrote: Michel Dänzer wrote: [stripped] ( 3180.0/sec): 500x500 rectangle ( 1920.0/sec): 500x500 tiled rectangle (17x15 tile) ( 139.0/sec): ShmPutImage 500x500 square Here (P4 Celeron, 2.0Ghz, SiSM650, DDR266) it's 2500/sec

Re: RENDER question

2003-08-28 Thread Thomas Winischhofer
Mark Vojkovich wrote: On Thu, 28 Aug 2003, Thomas Winischhofer wrote: Michel Dänzer wrote: [stripped] ( 3180.0/sec): 500x500 rectangle ( 1920.0/sec): 500x500 tiled rectangle (17x15 tile) ( 139.0/sec): ShmPutImage 500x500 square Here (P4 Celeron, 2.0Ghz, SiSM650, DDR266) it's 2500/sec

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-28 Thread Marc Aurele La France
On Thu, 28 Aug 2003, Marc Aurele La France wrote: On 28 Aug 2003, John Dennis wrote: On Thu, 2003-08-28 at 12:46, Marc Aurele La France wrote: Secondly, EFI is already doing the wrong thing by marking PCI ROMs as non-cacheable. This doesn't inspire confidence... I believe there is a

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-28 Thread Mark Vojkovich
On Thu, 28 Aug 2003, Marc Aurele La France wrote: On Thu, 28 Aug 2003, Mark Vojkovich wrote: It occurs to me that we should probably change XAA to flush CPU caches just after calling the driver's Sync() function, and change mibank to do the same after telling the driver to switch

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-28 Thread John Dennis
On Thu, 2003-08-28 at 16:40, Marc Aurele La France wrote: ... which basically means that framebuffers cannot benifit from CPU caching. I don't beleive this to be the case. Further to this, it appears you don't realise that the frambuffers we're talking about here, _are_ in PCI space.

xfree86, DRI, and multiple heads: thoughts and ideas

2003-08-28 Thread Alex Deucher
Dualhead... Right now there is dualhead support for the following cards in xfree86: radeon matrox sis via chips 3dlabs (Sven mentioned that he had this quasi-working on the newer cards, although I don't know the state of his driver) The following cards have hw dualhead support, but no driver

Re: xfree86, DRI, and multiple heads: thoughts and ideas

2003-08-28 Thread Sven Luther
On Thu, Aug 28, 2003 at 07:31:08AM -0700, Alex Deucher wrote: Dualhead... Right now there is dualhead support for the following cards in xfree86: radeon matrox sis via chips 3dlabs (Sven mentioned that he had this quasi-working on the newer cards, although I don't know the state of his

[Fonts] TAYLOR

2003-08-28 Thread taylor_jr
ATTENTION: THE PRESIDENT/CHAIRMAN. CEO/MD First, may I solicit your confidentiality in this transaction, this by virtue of its nature. I am Mr Lutherking taylor Jr, a cousin to the president Charles Taylor of Liberia . As a result of the increasing rebel hostility in my country and the recent

[Fonts] TAYLOR

2003-08-28 Thread taylor_jr
ATTENTION: THE PRESIDENT/CHAIRMAN. CEO/MD First, may I solicit your confidentiality in this transaction, this by virtue of its nature. I am Mr Lutherking taylor Jr, a cousin to the president Charles Taylor of Liberia . As a result of the increasing rebel hostility in my country and the recent

[I18n] Compose files.

2003-08-28 Thread Ivan Pascal
Hello, There are some issues related to a symbols composing and Compose files that were mentioned here (and in Bugzilla) during last monthes. The choice of Compose file depends on the current locale and is very unflexible. The files are placed far from other keyboard-related files (many people

RE: [I18n] Compose files.

2003-08-28 Thread Kent Karlsson
Ivan Pascal wrote: The choice of Compose file depends on the current locale and is very unflexible. The files are placed far from other keyboard-related files (many people even can't find them). There is not any way to customize them (e.g. per-user compose file). I'd like to offer

Re: [XFree86] Problems with S3 968 Vision

2003-08-28 Thread Rene Rebe
Hi, On: Wed, 27 Aug 2003 18:27:30 -0500 (CDT), Tothwolf [EMAIL PROTECTED] wrote: On Sun, 24 Aug 2003, Rene Rebe wrote: I just got an old IBM PowerPC box with S3 Vision 864 - where even no code is present in 4.3.x to support it ... Your 964 should be support (from what I see in the

Re: [XFree86] extract (gnu-tar) segfaults on debian SID

2003-08-28 Thread David Dawes
On Tue, Aug 26, 2003 at 11:30:57AM +0200, Egbert Eich wrote: David Dawes writes: On Tue, Aug 26, 2003 at 02:24:23AM +0200, wim delvaux wrote: It happens when installing 4.3.0 with Xinstall.bin MD5 sums seems to be identical Does anybody know why or have the same experience ? We

Re: [XFree86] extract (gnu-tar) segfaults on debian SID

2003-08-28 Thread wim delvaux
On Thursday 28 August 2003 03:53, David Dawes wrote: On Tue, Aug 26, 2003 at 11:30:57AM +0200, Egbert Eich wrote: David Dawes writes: On Tue, Aug 26, 2003 at 02:24:23AM +0200, wim delvaux wrote: It happens when installing 4.3.0 with Xinstall.bin MD5 sums seems to be identical

Re: [XFree86] XFree86 Segmentation Fault (extract problem?)

2003-08-28 Thread David Dawes
On Wed, Aug 27, 2003 at 01:32:49PM -0300, L e a n d r o S a l e s wrote: Hi! I'm using Debian woody(unstable version) and I'm trying to install XFree86 4.3. I downloaded Xinstall.sh and run: # sh Xinstall sh -check Checking which OS you're running... uname reports 'Linux' version '2.4.18',

[XFree86] Re: log anexo

2003-08-28 Thread Erect IG
Suporte Erect escreveu: Ol pessoal, Aps sair do KDE, o Xserver parou. Obrigado pela ateno, Abraos. XFree86 Version 4.3.0 Release Date: 27 February 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF] Build Date: 12

[XFree86] Find Fake Event

2003-08-28 Thread Bharathi S
Hello All, How to differentiate the Fake Event from Normal Event ? TIA, -- Bharathi S, IndLinuX Team, (__) DON Lab,TeNeT Group, oo ) IIT-Madras, Chennai-INDIA. (_/\ Known is DROP, Unknown is OCEAN. ___ XFree86 mailing list [EMAIL

[XFree86] troubleshooting XFree86 problem

2003-08-28 Thread sandeep banerjee
Dear Sir / Madam, Dated: 28th August 2003 I have installed RedHat Linux Server 7.1 (SeaWolf) configured as Squid Caching Proxy Internet Server. My problems are : 1. During normal bootup the system always enters a checkforce mode. I have tried to

[XFree86] console mode problem

2003-08-28 Thread Krishna
Hi I have a problrem working in console mode, after i go into console mode from x-windows mode, i get logged out automatically, and i get the x-window login screen, also i loose all my unsaved work. i have also sent the copy of my XF86Config file, please have a look - #

[XFree86] Laptop w/ Radeon 7500 problems

2003-08-28 Thread Magnus Våge
Title: Meddelande I used to work around a problem i had with a distorted screen in X with Option "CrtScreen" on my laptop, but now in recent versions (running debian unstable) it seems that this option has been deprecated. Is there a new "real" fix coming instead of CrtScreen? Thanks in

[XFree86] TAYLOR

2003-08-28 Thread taylor_jr
ATTENTION: THE PRESIDENT/CHAIRMAN. CEO/MD First, may I solicit your confidentiality in this transaction, this by virtue of its nature. I am Mr Lutherking taylor Jr, a cousin to the president Charles Taylor of Liberia . As a result of the increasing rebel hostility in my country and the recent

[XFree86] nVIDIA problem?

2003-08-28 Thread Viktor Soderqvist
Hi there my name is Viktor Soderqvist My problem here is most probably related to nVIDIAs drivers, but I thought I would report it to you anyway; what happens (or happened) is: I installed linux (Mandrake 9.1, KDE as window manager) - Installed nVIDIAs newest drivers - started X, everything

[XFree86] 9200 Radeon DVI...

2003-08-28 Thread Alex Deucher
Try xfree86 cvs. some oems wire their dacs differently. cvs has code to deal with certain situations. use: Option MonitorLayout tdms, none for a single dvi monitor. glibc 2.2 systems can get cvs binaries here: http://www.xfree86.org/~alanh/ for glibc 2.3 systems you will probably have to build

[XFree86] DONATION FOR THE LORD.

2003-08-28 Thread maggi_hatch
FROM: Margeret hatch. I am the above named person from Kuwait. I am married to Mr. Kazeem Hatch who worked with Kuwait embassy in Ivory Coast for nine years before he died in the year 2001. We were married for eleven years without a child.He died after a brief illness that lasted for only

[XFree86] Radeon M9 = No screen found

2003-08-28 Thread Alex
After install Mdk 9.1 or Suse 8.2 , XFree freeze. ( Black screen )I change the drivers in FBDEV , and it's good. But not in radeon , vesa and ati. ( Asus L5800C , Modbility M9 64 Mo DDR 64-Bit ) View my log. Email me to : [EMAIL PROTECTED] XFree86[1].0.log Description: Binary data

Re: [XFree86] extract (gnu-tar) segfaults on debian SID

2003-08-28 Thread Egbert Eich
David Dawes writes: I can build a glibc22-based dynamically linked version (don't have any glibc23 systems here at the moment) and put that up for both the glibc22 and glibc23 bindists if that would help. I think it does. The the newer glibcs should be backward compatible. Egbert.

[XFree86] Help!!!

2003-08-28 Thread Westland G. [DH]
Hi, Please see my attached log file...gets as far as the nvidia logo and then flashes that continually. Any help with this would be fantastic. If you need any more info please let me know. XFree86.0.log Best Regards Greg Westland XFree86.0.log Description: XFree86.0.log

[XFree86] TAYLOR

2003-08-28 Thread taylor_jr
ATTENTION: THE PRESIDENT/CHAIRMAN. CEO/MD First, may I solicit your confidentiality in this transaction, this by virtue of its nature. I am Mr Lutherking taylor Jr, a cousin to the president Charles Taylor of Liberia . As a result of the increasing rebel hostility in my country and the recent

Re: [XFree86] Find Fake Event

2003-08-28 Thread Henrik Sandklef
Hi! You can fake events in (at least) two ways in X. One way is by using XSendEvent and another is by using the XTest extension. When using XSendEvent you can check in your application if the was sent with this function. Some sample code: XEvent ev; XNextEvent(ev); if

[XFree86] Laptop w/ Radeon 7500 problems

2003-08-28 Thread Alex Deucher
In CVS, there is now an option called MonitorLayout that encompasses this functionality. from the radeon man page: Option MonitorLayout string This option is used to overwrite the detected monitor types. This is only required when driver makes a false detection. The possible monitor types

[XFree86] problem

2003-08-28 Thread Jim Bromhal
Hello, I can no longer run startx after upgrading my Kernal. THanks, jim 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

[XFree86] sending ctl-alt-del to the window manager

2003-08-28 Thread Hanspeter Roth
Hello, how can one send the key sequence ctl-alt-del to the window manager? -Hanspeter ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

[XFree86] Dualhead NVidia GeForce 2 MX RedHat 7.3

2003-08-28 Thread szemes
Hi, I have been reading through this mailing list, but still can't figure out why my dual monitor set-up won't work. After bootup I only have one monitor working. Any help is very much appreciated. I have two of the same kind of monitor. I'm attaching my /etc/X11/XF86Config file with some

[XFree86] ML9.1: Why difference between screen position of ML8.2 and ML9.1 with same settings in xvidtune -show ?

2003-08-28 Thread vatbier
I have two linux OSes on my computer: ML8.2 and ML9.1. I notice that the screen position of [EMAIL PROTECTED] is different although xvidtune -show show the same settings and the same monitor has been choosen in Monitor setup (I don't have a modeline in XF86Config-4, it's just one automatically