Re: [XFree86] help urgent

2004-11-03 Thread Pieter Hulshoff
On Thursday 04 November 2004 21:50, abdelmoula hicham wrote:
 when insatlling linux 7.1 on my PC, no grafic interface, i've only console
 to deal whith. when i tape xstart i've received this message (look for log
 file) . XFree86 version is 4.0.3 /Xwindow system(protocole version 11,
 revision 0. release 16 march 2001. OS linux 2.2.17-8smp i686 my pc config
 is: HP, intel4, RAM 256M, HD 40 GO.

You've got a number of issues here:

 (--) PCI:*(1:0:0) ATI unknown chipset (0x5446) rev 0, Mem @ 0xd800/26,
 0xdfdfc000/14, I/O @ 0x9800/8 

You're using an old version of XFree (4.0.3), which does not support your ATI 
chipset

 (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic

so you've decided to use the generic VGA driver

 (EE) VGA(0): Given depth (16) is not supported by this driver.

which does not support 16 bit color mode.

My suggestion is to upgrade your linux distribution to something more recent, 
and use the proper driver (probably the radeon).

Regards,

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


Re: [XFree86] X SERVER PROBLEM ---PLEASE HELP

2004-10-18 Thread Pieter Hulshoff
On Monday 18 October 2004 11:17, laxmikant wrote:
 HEREWITH I AM SENDING THE OUTPUT OF scanpci -v as
 scanpci.txt and the file /var/log/XFree86.0.log
 please help me

Your problem lies in the use of a very old version of XFree86. Your graphics 
chip was not yet supported in that version. I recommend upgrading to a newer 
version of XFree86 or even an upgrade of your RedHat release.

Regards,

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


Re: [XFree86] X SERVER PROBLEM PLEASE HELP

2004-10-18 Thread Pieter Hulshoff
On Monday 18 October 2004 12:47, laxmikant wrote:
 i am laxmikant s gatcchi from LAUREN INFORMATION
 TECHNOLOGY ,MUMBAI , INDIA. I  am facing this problem
 with my x server on
 REDHAT ADVANCED SERVER 2.1ES (PENSACOLA).
 KERNEL:---2.4.9

 THE FILES Xfree86.0.log and output of scanpci -v i am
 attachiing alongwith this email...please help

Your problem lies in the use of a very old version of XFree86. Your graphics 
chip was not yet supported in that version. I recommend upgrading to a newer 
version of XFree86 or even an upgrade of your RedHat release.

Regards,

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


Re: [XFree86] Fatal server error: no screens found - Reg.

2004-10-18 Thread Pieter Hulshoff
On Monday 18 October 2004 13:04, Koushik wrote:
 (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
 (II) Primary Device is: PCI 01:00:0
 (--) Assigning device section with no busID to primary device
 (--) Chipset generic found

You seem to have chosen to use the generic VGA driver. If I remember correctly 
this mode can only display upto 640x480 at 8 bit colour mode.

 (**) VGA(0): Depth 16, (--) framebuffer bpp 16
 (==) VGA(0): RGB weight 565
 (==) VGA(0): Default visual is TrueColor
 (==) VGA(0): Using gamma correction (1.0, 1.0, 1.0)
 (==) VGA(0): videoRam: 256 kBytes.

You then try to run 16 bit colour mode. This does not fit within the memory of 
a generic VGA card (256 kB). It seems there are two options to solving your 
problem:

1. Use the correct driver for your video chipset.
2. If the generic VGA driver is indeed all your chipset can handle: use 8 bit 
colour mode, or buy a better graphics card.

Regards,

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


Re: [XFree86] X and multiple full-screen applications: Is it possible?

2004-10-18 Thread Pieter Hulshoff
On Monday 18 October 2004 19:07, Mark Vojkovich wrote:
Xmame should be calling XRaiseWindow.  I would have expected it to
 be doing that already though.  If you're confused about the heirarchy,
 xwininfo -tree -root will give you the window tree.

I've taken this up with one of the main xmame developers. Perhaps they have an 
answer to this problem. Thanx for your suggestion. :)

Regards,

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


Re: [XFree86] X and multiple full-screen applications: Is it possible?

2004-10-17 Thread Pieter Hulshoff
On Sunday 17 October 2004 21:21, Mark Vojkovich wrote:
Normally, what the window manager does is look for windows that
 are created as immediate children of the root window.  Then they
 reparent that window to one of their own virtual root windows.
 Full screen apps request a full size child of the root (and on
 top of the stack) and prevent the window manager from reparenting
 by setting the override redirect flag which prevents the window
 manager from getting notification about this window.

Understandable. For example 2 however I'm not using a window manager. What I'd 
like is to be able to have a full-screen MAME front-end, and call a 
full-screen xmame application from there, which should just position itself 
over the front-end. Is there any way to do this without first destroying the 
front-end display?

Regards,

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


Re: [XFree86] X and multiple full-screen applications: Is it possible?

2004-10-17 Thread Pieter Hulshoff
On Monday 18 October 2004 01:45, Mark Vojkovich wrote:
 On Sun, 17 Oct 2004, Pieter Hulshoff wrote:
  On Sunday 17 October 2004 21:21, Mark Vojkovich wrote:
  Normally, what the window manager does is look for windows that
   are created as immediate children of the root window.  Then they
   reparent that window to one of their own virtual root windows.
   Full screen apps request a full size child of the root (and on
   top of the stack) and prevent the window manager from reparenting
   by setting the override redirect flag which prevents the window
   manager from getting notification about this window.
 
  Understandable. For example 2 however I'm not using a window manager.
  What I'd like is to be able to have a full-screen MAME front-end, and
  call a full-screen xmame application from there, which should just
  position itself over the front-end. Is there any way to do this without
  first destroying the front-end display?

That would be the default behavior.  A full screen window is nothing
 more than a child of the root window that's the size of the root window
 and moved to the top of the stack.  The most recent window to have been
 XRaiseWindow'd will be the one that's visible.

Hmm, any idea how I can get this done then? Within the front-end, xmame is 
called, yet its window does not appear. How can I pull its window forward 
within the program?

Regards,

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


[XFree86] X and multiple full-screen applications: Is it possible?

2004-10-16 Thread Pieter Hulshoff
Hello all,

I have the following problem:
Under X I'd like to have 2 full-screen applications running. I've sofar been 
unable to do so. If I for instance run a full-screen version of mplayer, I 
cannot run another, nor could I run a full-screen xmame application. I've 
found similar problems when trying to start a full-screen xmame application 
from a full-screen MAME front-end application.

My question is: is there a solution to this? Is it somehow possible to run 
multiple full-screen applications under X, and if so: how? I'm running SuSE 
9.1, just in case that information is important. :)

Regards,

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


Re: [XFree86] DISPLAY PROBLEM - 82845 Chipset.

2004-10-05 Thread Pieter Hulshoff
On Tue, Oct 05, 2004 at 12:31:30PM +0530, Jagdish R.Chhailkar wrote:
   How should I turn off the auromatic settings gathering from my 
 moniror ?

I'm not sure to be honest. I'm hoping the removal of the dpms setting
will also take care of this part. Anyone on the list care to lend a
hand with this problem?

Regards,

Pieter Hulshoff

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


Re: [XFree86] DISPLAY PROBLEM - 82845 Chipset.

2004-10-05 Thread Pieter Hulshoff
On Tuesday 05 October 2004 19:40, Mark Vojkovich wrote:
 i845 support wasn't even added until after 4.2.0.  #129 in the changelist
 for XFree86 4.2.99.1 (7 June 2002).  He's not going to get it working
 with anything older than 4.3.0.  Playing with modelines is just a waste
 of time.  Jagdish, you need to upgrade your XFree86 version.

He did mention in an earlier email that he installed some special 845G 
drivers. From the logfile it appears that the 845G chipset is detected 
eventually, but the VESA modes just don't seem to match against anything his 
monitor is reporting as valid.

Regards,

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


Re: [XFree86] DISPLAY PROBLEM - 82845 Chipset.

2004-10-04 Thread Pieter Hulshoff
On Mon, Oct 04, 2004 at 01:06:20PM +0530, Jagdish R.Chhailkar wrote:
   For the ready reference I am enclosing the complete log file 
 (i.e. XFree86.0.log)  from  /var/log and the output of the lspci -v 
 command.  
 (EE) Screen(s) found, but none have a usable configuration.

Would you mind sending us your X configuration file? I'm curious to see
what resolution you're trying to run X for it to give you the error
message as shown above.

Regards,

Pieter Hulshoff

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


Re: [XFree86] DISPLAY PROBLEM - 82845 Chipset.

2004-10-04 Thread Pieter Hulshoff
On Mon, Oct 04, 2004 at 01:06:20PM +0530, Jagdish R.Chhailkar wrote:
   For the ready reference I am enclosing the complete log file 
 (i.e. XFree86.0.log)  from  /var/log and the output of the lspci -v 
 command.  

After looking at your configuration file I had another look at the
logfile. There's really not that much that I can think of that is
causing this, but I did notice a few points:


 (II) I810(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21

Is your monitor really 28x21 cm? If it isn't, try setting it in the
Monitor section of your configuration file with the
DisplaySize 400 300
command. The first number is the horizontal size, the second number
the vertical size, both in mm.

 (II) I810(0): Manufacturer's mask: 0

It appears that there are no modes supported by the VESA settings
that are also available according to the monitor. Can you turn off
the automatic settings gathering from your monitor? As an alternative
you could try creating your own modeline for 1024x768, since both
your monitor and the chipset should have no problem with this
resolution.

Regards,

Pieter Hulshoff

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


Re: [XFree86] DISPLAY PROBLEM - 82845 Chipset.

2004-10-04 Thread Pieter Hulshoff
On Mon, Oct 04, 2004 at 04:49:54PM +0530, Jagdish R.Chhailkar wrote:
   Pl. find enclosed herewith the files.  Now i am getting the error 
 as failed to load Module i845 .

I believe the module is called i810. Just change that part of the device
settings, and resend the output.

Regards,

Pieter Hulshoff

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


Re: [XFree86] DISPLAY PROBLEM - 82845 Chipset.

2004-10-04 Thread Pieter Hulshoff
On Mon, Oct 04, 2004 at 05:57:16PM +0530, Jagdish R.Chhailkar wrote:
   Pl. find the new files.  Still the problem continues.
 (II) I810(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21

It appears you have not yet set the image size of your monitor as I
described in a previous email. 28x21 cm sounds like a very small
monitor to me.

Regards,

Pieter Hulshoff

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


Re: [XFree86] DISPLAY PROBLEM - 82845 Chipset.

2004-10-04 Thread Pieter Hulshoff
On Tuesday 05 October 2004 07:01, Jagdish R.Chhailkar wrote:
   I have a 15 monitor. In which file shall I have to set the horiz
  vert size ?.

I already wrote that in a previous email, but for 15 the reported values 
sound about right, so there's no need for additional settings in the X 
configuration file. From what I saw, 1024x768 should be doable on that 
monitor as well.

Hmm, perhaps it _is_ needed to put a modeline or two in the X configuration 
file to get this to work. In the monitor section, try the following line:
  Modeline  1024x768 65.00 1024 1048 1184 1344 768 771 777 806 -HSync -VSync

Regards,

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


Re: [XFree86] Setting high refresh rates

2004-08-16 Thread Pieter Hulshoff
On Monday 16 August 2004 15:35, Bisbal, Prentice wrote:
 I'm trying to set a higher refresh rate than what XFree86 defaults to, and
 I'm having no luck.

Could you send us the configuration and logfiles of XFree86?

Regards,

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


Re: [XFree86] Linux problem in my Home PC

2004-07-30 Thread Pieter Hulshoff
On Friday 30 July 2004 07:23, Padhi Susanta Kumar wrote:
 P4/1.7GHz/256 MB RAM/40 GB Seagate Baracudda HDD/TV Tuner Card  from
 Pinnacle/SiS 300 32 MB VGA Card ...

You seem to be using the standard VGA driver, which cannot address more than 
256 KB RAM. With it, you cannot run the modes you have selected. I suggest 
you run the configuration tool again, and select the proper videocard in 
there to make X use the correct driver.

Regards,

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


Re: [XFree86] Re: Cannot start XFree86, Help!!!

2004-07-27 Thread Pieter Hulshoff
On Tue, Jul 27, 2004 at 06:58:03AM -0600, Levi Campbell wrote:
 Folks, here's my log file, I cannot find my config file, what do I need to do?

Actually: that's exactly the problem: X can't find your config file, and doesn't
seem to be doing too well getting things running without one. Check your distribution
to see if it has a helpful X configuration tool, and create a configuration.

Regards,

Pieter Hulshoff

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


Re: [XFree86] HELP :: FATAL ERROR

2004-07-27 Thread Pieter Hulshoff
On Tue, Jul 27, 2004 at 03:05:14PM +0200, Andrea Gaglione wrote:
 The complete message error is in the attached log file...Can u help me
 please?Thanks...

Please check the archives of this mailinglist for the fatal error
reported in your logfile. This problem has been discussed many, many,
many, many times in the past.

Regards,

Pieter Hulshoff

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


Re: [XFree86] (Another) xfs 'could not open default font 'fixed'' error

2004-07-27 Thread Pieter Hulshoff
On Tue, Jul 27, 2004 at 02:32:56PM +0100, Michael Devereux wrote:
 I know this type of problem gets posted a lot but after reading through the
 archives I still can't fix it! I recently installed XFree86 v 4.4.0 on my redhat
 8.0 machine.

Is RedHat the only distribution that seems to be having this problem? Just
about any message on this topic that I can remember seems to be linked to
RedHat. If I'm not mistaken, SuSE doesn't even use xfs, and I've seen no
font problems in any way, shape or form. So, is RH doing something they
shouldn't?

Regards,

Pieter Hulshoff

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


Re: [XFree86] ask solution

2004-07-20 Thread Pieter Hulshoff
On Tue, Jul 20, 2004 at 04:06:02AM -0400, [EMAIL PROTECTED] wrote:
 dear all,
 give solution,please

Create a configuration file for XFree86 or place your configuration
file in a location where XFree86 can find it.

Regards,

Pieter Hulshoff


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


Re: [XFree86] how does X find modelines?

2004-07-19 Thread Pieter Hulshoff
On Monday 19 July 2004 18:32, Warren Paul wrote:
 This you are gonna find real interesting. I went searching on the gentoo
 forums and found loads of people who have been having this similar problem
 with my laptop. And I found a guy that instead of giving X and undoable res
 like 1600x1200, he just simply didn't put in any mode and X came up with
 the same results as me. But what is peculiar is when I tried this for my
 self i noticed X defaulted to 640x480, which I know I tried and it did not
 do these results but rather gave me the white screen. So I tried it on my
 own by specifying the mode 640x480 and it gave me a white screen. Why would
 X do 2 different things like that?

Because it moves in mysterious ways? :) Serious though: these drivers are not 
that easy, and just from the ones I've looked at it's hard to predict exactly 
how each driver will react to certain inputs. Either that or I need to 
upgrade my programming skills. :)

Regards,

Pieter Hulshoff

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


Re: [XFree86] how does X find modelines?

2004-07-18 Thread Pieter Hulshoff
On Saturday 17 July 2004 20:38, Warren Paul wrote:
 Well I tried them all :-)
 I guess I really am still desperate. But unfortunately none of those worked
 either :( But thanx for the try

Ok, time for another little try-out. :) Try adding the display size of your 
panel to your monitor section, using:
DisplaySize width height 
where width and height need to be defined in milimeters.

Also, it might have to do with your resolution not being a standard one. Hence 
it may not find all requested modes, and hence dives into this piece of the 
code. You said it worked if you only requested 1600x1200? Does it also work 
if you request 1600x1200 on top of all the other resolutions?

Regards,

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


Re: [XFree86] Please Assist

2004-07-16 Thread Pieter Hulshoff
On Fri, Jul 16, 2004 at 03:34:23PM +0800, Vincent Gan wrote:
 I encountered problem to configure the X Windows. I can't resolve this
 problem.
 Can you provide any suggestion or solution on this?

I think I noticed a number of issues here:
1. You're using a very old version of XFree86.
2. You seem to have two graphics chips in your computer (is one
   an on-board graphics chip? Can it be turned off in the BIOS?).
3. You're using the generic VGA driver.
4. You're trying to use 16 bit colour mode, which is not supported
   by the generic VGA driver (not enough memory).

Regards,

Pieter Hulshoff

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


Re: [XFree86] how does X find modelines?

2004-07-16 Thread Pieter Hulshoff
On Fri, Jul 16, 2004 at 11:02:07AM +0200, Warren Paul wrote:
 Hmm, I didn't get that part from the email you sent with the configuration 
 and
 log files. The logfile that worked, which lines were uncommented?
 
   Modes   1600x1200
 # Modes   1680x1050 1400x1050 1280x1024 1280x960 
 1024x768 800x600 640x480
 # Modes   1680x1050
 
 the mode 1600x1200 works fine.
 The 1680x1050 1400x1050 etc line is for when everything finally works and 
 to test that everything works fine. Thats why I have it commented out to 
 save me writing out al those modes again.
 the the 1680x1050 line is just for testing purposes. So when yourself or I 
 or anyone comes up with an idea I can just uncomment it and comment the 
 rest. I know it probably aint the best idea and may be confusing, but I've 
 done this so many times, I just wanted a quicker way :-)

Ok, so 
  Modes 1600x1200
# Modes 1680x1050 1400x1050 1280x1024 1280x960 1024x768 800x600 640x480
# Modes 1680x1050
works, and 
# Modes 1600x1200
# Modes 1680x1050 1400x1050 1280x1024 1280x960  1024x768 800x600 640x480
  Modes 1680x1050
doesn't? Is that the two scenario's you sent the logfiles from a few emails ago?

I'll try having another look at that source code when I return from work. Perhaps I
can figure this one out yet. :)

Regards,

Pieter Hulshoff

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


Re: [XFree86] how does X find modelines?

2004-07-15 Thread Pieter Hulshoff
On Thursday 15 July 2004 22:21, Warren Paul wrote:
 I must say. I to thought it might be that some time ago. But because It
 worked at the other mode I never gave it another thought. Sadly I tried
 what you said and still got no result :-(

Hmm, I just had a quick (note the quick: I'm probably overlooking many things 
in the code here:) look at the source code of the radeon driver (which 
probably does something similar to the fglrx driver), and it appears that the 
on-chip modes are tested if:
- you don't have a CRT connected, AND
- no DCC modes are found OR found modes  requested modes AND
- you don't have a very small display (illegal size defined in the config file 
if I'm not mistaken)

Now, I noticed the only requested mode you have is 1600x1200 (the other line 
is commented out). When you tried without 1600x1200, did you uncomment the 
other line? If not, requested modes would be 0, and the on-chip modes will be 
tested first. With the 1600x1200 on, the on-chip modes probably will not be 
tested, since it will most likely find more modes than the 1 requested mode.

You could also try turning DCC on, to see if the behaviour changes.

Regards,

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


Re: [XFree86] how does X find modelines?

2004-07-15 Thread Pieter Hulshoff
On Friday 16 July 2004 00:06, Warren Paul wrote:
 I dunno If I have really thanked you for the help, but thanx. This has been
 frustrating me no end to get this working.

No problem. :) Well, you did say it worked though, right? It's more a matter 
of understanding _why_ it works.

 The reason I have those lines commented is for testing. So instead of re
 writing everything out again I just comment and uncomment the lines I need.

Hmm, I didn't get that part from the email you sent with the configuration and 
log files. The logfile that worked, which lines were uncommented?

 Hence the reason why X is ignoring what I say.

Well, from what I gathered from the source code, the check for those modes 
takes place before checking the modelines, but only under very specific 
conditions. Since I'm not _that_ familiar with this code, it'll take a bit of 
time to figure it all out, but I'm sure we will. It's peeked my curiosity 
now. :)

Regards,

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


Re: [XFree86] how does X find modelines?

2004-07-14 Thread Pieter Hulshoff
On Wednesday 14 July 2004 18:30, Warren Paul wrote:
  My question then Is what is X doing when
  it works it out, that I'm not doing when I tell it manually?

I think here's the important part of the two logfiles:

Working:

 (==) fglrx(0): TMDS coherent mode is enabled
 (WW) fglrx(0): Mode 1600x1200 is out of range.
 Valid mode should be between 320x200-1680x1050
 (II) fglrx(0): Total 0 valid mode(s) found.

Not working:

 (==) fglrx(0): TMDS coherent mode is enabled
 (II) fglrx(0): Valid mode using on-chip RMX: 1680x1050
 (II) fglrx(0): Valid mode using on-chip RMX: 1400x1050
 (II) fglrx(0): Valid mode using on-chip RMX: 1280x1024
 (II) fglrx(0): Valid mode using on-chip RMX: 1280x960
 (II) fglrx(0): Valid mode using on-chip RMX: 1024x768
 (II) fglrx(0): Valid mode using on-chip RMX: 800x600
 (II) fglrx(0): Valid mode using on-chip RMX: 640x480
 (II) fglrx(0): Total 7 valid mode(s) found.
 (--) fglrx(0): Virtual size is 1680x1050 (pitch 1728)

It looks like the TMDS mode checks for available modelines. For 1600x1200 it 
cannot find any, so it starts using the modelines you provided. In the 2nd 
try it _does_ find a working mode in its BIOS, so it doesn't look any further 
at your configuration. From what I gathered about TMDS, it's an automatic 
setup for XFree86:

TMDS coherent
 Internal TMDS transmitter can be programmed in 2 different ways to get 
 best signal qualities depending on connected transmitter chips in the 
 panel. This noise most appears in 1600x1200 mode, but can also come up in
 1280x1024x75 Hz. Use Option TMDSCoherentMode to enable (on) or
 disable (off) coherent mode. Default setting is on.

You might want to give the 1680x1050 setup another try after turning 
TMDSCoherentMode to off. I'm interested to hear what your results will be.

Regards,

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


Re: [XFree86] how does X find modelines?

2004-07-13 Thread Pieter Hulshoff
On Tuesday 13 July 2004 22:04, Warren Paul wrote:
 My question then Is what is X doing when it
 works it out, that I'm not doing when I tell it manually?

In your original post I remember seeing only one configuration/logfile. Would 
you mind emailing me (us?) both configurations, and both full logfiles (both 
being the one that _does_, and the one that _doesn't_ seem to work for you. 
Perhaps we can figure out this mystery. :)

Regards,

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


Re: [XFree86] how does X find modelines?

2004-07-13 Thread Pieter Hulshoff
On Tuesday 13 July 2004 22:30, Jay R. Ashworth wrote:
 On Tue, Jul 13, 2004 at 12:51:55PM -0700, Mark Knecht wrote:
  My problem was that XF86config was choosing to put a bunch of
  modelines in the config file which worked but looked lousy. For
  instance, in the case of my laptop which has a 1280x800 native
  resolution to the screen it was setting things up for 1280x1024 which
  looked blurry. This page allowed me to correctly set the resolution I
  wanted which XF86config wasn't able to do for me.

 Ok, *here's* the weird part.  I have a client whose laptop is likewise
 1280x800.  SuSE's SAX refused to set that size.  it would let me set
 1280x1024.  *But then it actually *did* 1280x800* at server start,
 anyway.  Says so, right there in the log.  *Even though there's no
 modeline for that 1280x800*.

 Go figure *that* one out.

Well, I can see how that works out. If your monitor is set to autodetect, X 
might recognise that the closest to 1280x1024 on that monitor, and by 
combining the given modelines with the ones in the BIOS, is 1280x800. It then 
selects that modeline from your BIOS, and runs it. :)

Regards,

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


Re: [XFree86] x not working

2004-06-22 Thread Pieter Hulshoff
On Tuesday 22 June 2004 07:56, kris shna wrote:
  my x-server is crashed.. it says it cannot load x...i also ran xfree86
 -configure..no results.here is the result of log file.

From this:

 (--) PCI:*(0:2:0) Intel unknown chipset (0x2562) rev 1, Mem @

I gather that your chipset is not supported by XFree 4.2.0 (pretty old 
version). I think youll need to upgrade XFree86 (at least), but you might 
also want to consider upgrading your Linux distribution to a more current 
version.

Regards,

Pieter Hulshoff

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


Re: [XFree86] X Server Crash

2004-06-19 Thread Pieter Hulshoff
Dear Harsha,

 My Xserver is crashed and i m sending the log file as attachment as
 adviced when the error message is coming. it is giving
 Could not open default font 'fixed'
 for details check the attached text file which is XFree86.0.log
 please solve my problem as soon as possible.
 -have a nice time,

Please be so kind as to search for the error message you described. This 
problem has been answered so many times that its starting to get annoying to 
see it on this list.

Kind regards,

Pieter Hulshoff

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


Re: [XFree86] ATI Rage Mobility XFree86 4.3.0 - Screen found, but none have a usable configuration

2004-06-17 Thread Pieter Hulshoff
On Thursday 17 June 2004 09:43, Rajat wrote:
 (II) R128(0): Not using default mode 1024x768 (bad mode
 clock/interlace/doublescan)

This is usually a badly defined modeline as far as I remember.

 For full log i have attached here the XFree86.0.log with this email.

I think you accidently attached your configuration file in stead. Would you 
mind sending the logfile?

Regards,

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


Re: [XFree86] ATI Rage Mobility XFree86 4.3.0 - Screen found, but none have a usable configuration

2004-06-15 Thread Pieter Hulshoff
Modes 1024x768 800x600 640x480
Virtual   128 128

Running these resolutions on a virtual size of 128x128?

 (II) R128(0): Not using default mode 640x350 (width too large for
 virtual size)

X seems to agree with me that such a thing is not possible. :)

 (WW) R128(0): Mode pool is empty
 (EE) R128(0): No valid modes found

Resulting in no valid modes being available.

I suggest removing those virtual lines from your configuration file. Unless
you have a specific reason for using them I've found them to be causing
more trouble than they're worth.

Regards,

Pieter Hulshoff

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


Re: [XFree86] Problem with Starting X-Server

2004-06-13 Thread Pieter Hulshoff
On Sunday 13 June 2004 20:04, Akki Nitsch wrote:
 I hope anybody could help me because i don't really understand the
 error-messages :-(

Fatal server error:
could not open default font 'fixed'

Just search the mailinglist or google for that error message. It's been 
discussed so many times that I really don't want to have to write about it 
again. :)

Regards,

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


Re: [XFree86] unable to display 1600x1200

2004-06-03 Thread Pieter Hulshoff
On Thursday 03 June 2004 20:50, Norman woo wrote:
 I know my config file is correct because I have no problem with it until
 couple days ago when suddenly it can only display 1024x768.  What can be
 done to fix it?

It appears X is using default frequency settings for your monitor. Those 
settings do not allow you to run 1600x1200. Check the monitor settings in 
your configuration file to see if the frequency ranges there are missing.

What _did_ you change a few days ago though? Did you hook up a 2nd monitor?

Regards,

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


Re: [XFree86] Can't boot in Graphical Interface

2004-05-31 Thread Pieter Hulshoff
On Monday 31 May 2004 15:44, Tan Seng Kock wrote:
 After finish install Red Hat Linux 8.0, it can't boot up to Graphical
 Interface.

Try using the s3virge driver in stead of the s3 driver.

Regards,

Pieter Hulshoff

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


[XFree86] Low frequency vertical ripples and blurry screen using Radeon 9000

2004-05-28 Thread Pieter Hulshoff
Hello all,

I'm trying to solve a problem on someone else's system. He's suffering from 
low frequency (about 5 Hz) vertical ripples and a blurry screen using his 
Radeon 9000 card. Under windoze it seems to work fine, even at higher 
resolutions (1280x1024 under windoze vs 1024x768 under Linux). I've had a 
look at his configuration files and logfiles, but nothing in there gives any 
indication on why it would be like this (no errors, no problems starting the 
[EMAIL PROTECTED] or [EMAIL PROTECTED] modes, no indications whatsoever...). Any 
thoughts 
on what might be causing this? He's using Mandrake Linux 9.2 with XFree86 
4.3.0 and the radeon driver.

Regards,

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


Re: Fwd: [XFree86] fullscreen modelines

2004-05-26 Thread Pieter Hulshoff
  I have a problem with tv dvd and video fullscreen with a flat panel LCD 19
 SONY in DVI-D.
  I use by default a resolution 1280x1024 but when I watch TV , DVD and VIDEO
  I would need 1280x960 otherwise I see 1 horizontal black centimeter on top
  and bottom of the screen.

I don't know which tv/video player is being used here, but in general they
do not switch X resolutions unless called in a DGA fullscreen mode. Otherwise
the screen is just stretched to the screen's resolution (usually keeping the
x/y relation to prevent a 'stretched' look), which will most likely result
in the horizontal 'centimeters' mentioned in the email.

In other words: check the options for the tv/video player to see if it can
use DGA fullscreen mode or tell it to not bother with the x/y relation, and
just stretch the image to its fullest potential.

Regards,

Pieter Hulshoff

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


Re: Fwd: [XFree86] fullscreen modelines

2004-05-26 Thread Pieter Hulshoff
On Wed, May 26, 2004 at 09:35:08AM +0200, Andrea wrote:
 On Wednesday 26 May 2004 02:10 pm, Pieter Hulshoff wrote:
 I really don't think the problem is the video player becouse its the same for 
 all of them: xawtv kdetv xine mplayer tvtime zapping. 

I wouldn't be surprised if all use xv by default for the display. I believe
mplayer can use -vo dga (off the top of my head) to use the DGA setting.
Does it still cause this problem if you use full-screen DGA mode in mplayer?

Regards,

Pieter Hulshoff

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


Re: [XFree86] ...no video bios mode for chosen depth

2004-05-17 Thread Pieter Hulshoff
On Mon, May 17, 2004 at 02:29:45PM +0100, Alan Hourihane wrote:
 On Mon, May 17, 2004 at 04:15:36PM +0200, Vincenzo Esposito wrote:
  My problem is described in the XFree86.0.log attached.
 It looks you've got a system that's not allowing more than 832Kb for
 video memory for the BIOS modes.
 Check the BIOS to see if you can increase it from 1MB to 8MB, or if not
 contact the manufacturer of your machine for an updated BIOS.

I fear this is the good old intel chipset problem again. Without the agpgart
module it won't support the extended BIOS calls to let it know there's more
memory available, and with the 832KB it detects it can't do much. Is this
a general problem for X users, or are all these reports tied to a single
distribution? I see these problems marching by on this mailinglist in a
very regular pattern.

Regards,

Pieter Hulshoff

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


[XFree86] Executable to set input focus to a certain program

2004-05-17 Thread Pieter Hulshoff
Hello all,

Is there an executable available that allows the input focus to be set to a 
certain program? Perhaps with the pid as an input parameter?

Regards,

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


Re: [XFree86] Screen size settings

2004-05-16 Thread Pieter Hulshoff
On Monday 17 May 2004 01:26, Joe Goldstein wrote:
 Can anyone help me get my system to recognize 1200x768 screen size.  I have
 run sax2 to configure my monitor and graphics card, and the tests run fine.
 However, when I restart, the screen always goes to 800x600 and is blurry.

As always, a copy of your XFree86.0.log would be very helpful in determining 
the cause of your problem. :)

Regards,

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


Re: [XFree86] Problem with Xconfig

2004-05-12 Thread Pieter Hulshoff
On Wed, May 12, 2004 at 02:56:33PM +0530, Shree Kant wrote:
 While trying configuring XServer on my RedHat-7.2. I am facing some 
 problem...
 So I am sending the log file as attachment..
 Please guide me.

Sure, no problem. :)

 XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window System

This is a pretty old version of XFree86,

 (--) PCI:*(0:2:0) Intel unknown chipset (0x2562) rev 3, Mem @ 0xd800/27, 
 0xe010/19

which does not recognise your graphics chipset,

 (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic

so a generic VGA driver is used,

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

which only uses 256 KB videoRam,

 (II) VGA(0): Not using default mode 640x350 (insufficient memory for mode)

which is not enough to run even the lowest resolution at 16 bit colors (it is
also not enough to run 640x480 at 8 colors).

I suggest you upgrade at least XFree86, but considering the age of RedHat 7.2 I
think you might also want to consider upgrading your Linux distribution to a
newer version.

Kind regards,

Pieter Hulshoff

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


Re: [XFree86] server X Redhat 9 problem

2004-05-12 Thread Pieter Hulshoff
On Wed, May 12, 2004 at 12:01:11PM +0200, AUFRERE Romuald wrote:
 Unfortunately, I can't start the X server and I don't know why.

Your horizontal and vertical refresh rates for your monitor could
use some work. None of the resolutions will work with the rates
mentioned in your logfile.

Regards,

Pieter Hulshoff


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


[XFree86] How to use keyboard that doesn't report all ok?

2004-05-09 Thread Pieter Hulshoff
Hello all,

I have a partial keyboard (well, actually it's a keyboard mapped arcade 
controller:) that doesn't seem to let X know it's actually there. Hence the 
keys do not work until I've temporarily hooked up a keyboard. Is there a way 
to let X accept the keys despite not having been told the keyboard is 
actually there?

It used to work for me on SuSE 8.2, but now that I upgraded to SuSE 9.1 it 
stopped working. Hence I get the idea that it should be doable. Anyone?

Regards,

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


Re: [XFree86] XFree86 Problem

2004-05-08 Thread Pieter Hulshoff
On Saturday 08 May 2004 16:14, Julio C. Araujo wrote:
  Maybe you can help me but I'm having problems starting X window on
 my Red Hat Linux Enterprise EX 2.1 machine.  I have a XFX GeForce4 MX440
 128MB DDR 8X AGP w/ TV  DVI.  Attached is the Xfree log, maybe that can
 help you determine the problem.

You have two problems:

1:
(--) PCI:*(1:0:0) NVidia unknown chipset (0x0181) rev 162, Mem @ 
0xe000/24, 0xd800/27

Your video card is not recognised by this old version of XFree86. You should 
consider upgrading XFree86.

2:
(II) LoadModule: radeon

You're using the ATi radeon driver for your NVidia chipset. I think you'll 
want to use either the XFree86 NVidia driver or the binary drivers that 
NVidia has downloadable from their website.

Regards,

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


[XFree86] HotRodSE under XFree86 without keyboard attached doesn't work since upgrading to SuSE 9.1

2004-05-08 Thread Pieter Hulshoff
Hello all,

It's a rather complicated problem I'm experiencing, so I didn't really know in 
which mailinglist to put this. I hope someone here can help.

I'm using a HotRodSE (Hanaho arcade joystick) under XFree86. Normally you can 
attach a keyboard to the HotRodSE, but for my arcade cabinet I did not do 
this. In SuSE 8.2 this worked without any problems, but in SuSE 9.1 it does 
not. The front-end I use doesn't react to any of the HotRodSE's buttons. If 
at that point I attach a keyboard however, the HotRodSE's keys suddenly start 
working, and continue to work even after disconnecting the keyboard again.

Anyone got an idea of what might be causing this? I really don't want to have 
to keep a keyboard inside my arcade machine (when I get around to building 
it;).

Regards,

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


Re: [XFree86] ML 9.2, ATI Radeon 9000 Pro and a whole lot of flickering going o n...

2004-05-07 Thread Pieter Hulshoff
On Fri, May 07, 2004 at 09:49:47AM +0100, Westerdale, Daniel wrote:
 I am trying to set up my ATI Radeon 9000 Pro and Iiyama VisionMaster Pro 400
 (701GT) to run successfully under Mandrake Linux 9.2 (XFree86 4.3) and at
 the moment the screen flickers so badly that I have to go back my nice
 calming Win XP install...

Sounds like a low refresh rate. Would you mind sending a copy of the Xfree86.0.log
file so we can have a look at what's causing this?

Regards,

Pieter Hulshoff




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


Re: [XFree86] Hi, I have some problems...

2004-05-04 Thread Pieter Hulshoff
On Tue, May 04, 2004 at 01:32:01PM +0200, [EMAIL PROTECTED] wrote:
 Hi, I have some problems with my Mandrake Linux 9.2. It's about graphic mode. It 
 doesn't work. When I type xinit after a few seconds I see the message on my 
 screen: Fatal Error: No Screens Detected. So I do what the tips say: Sending You 
 the log file from /var/log/XFree86.0.log in report.txt file. Now about my machine: 
 I have Athlon 2500+ XP on MSI K7N2 mainboard with ATI Tech. Radeon 9600 Series 256MB 
 and 256MB RAM memory. What should I do for my computer to work? Please help. 
 Greetings. Micha? Siepietowski.

Following are the important lines in your logfile:

 (--) PCI:*(2:0:0) ATI Technologies Inc unknown chipset (0x4150) rev 0, Mem @ 
 0xc000/28, 0xe500/16, I/O @ 0xd000/8
 (--) PCI: (2:0:1) ATI Technologies Inc unknown chipset (0x4170) rev 0, Mem @ 
 0xd000/28, 0xe501/16
 (EE) No devices detected.

Simply said: you need to upgrade XFree86, or perhaps install the ATI binary
drivers from the ATI website. Your chipset wasn't yet supported in 4.3.0, so
X cannot find your graphics device.

Regards,

Pieter Hulshoff

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


Re: [XFree86] TROUBLE ! with XFree86 Version 4.3.0.1 !

2004-05-01 Thread Pieter Hulshoff
Device nr 1:
 Section Device
 IdentifierNVIDIA GeForce
 VendorNamenv
 BoardName nv
 #Chipset  nv
 Driver nvidia
 EndSection

Looks like a normal nvidia setup; then Device nr 2:


 Section Device
 Identifier  nvidia
 Driver  vga
   # unsupported card
 #VideoRam32768
 # Insert Clocks lines here if appropriate
 EndSection

Looks like a backup standard vga setup. Did you really want this here?

 Section Screen
 Identifier  Screen 1
 Device  nvidia

Hmm, you're using the standard vga setup here

 DefaultDepth 24

with a default depth of 24 bits

 (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
 (EE) VGA(0): Driver can't support depth 24

which apparently is not supported by the generic vga driver.

I presume you wanted to instantiate the nvidia device in the Screen section. 
Either remove the 2nd device, and rename the first one (with the Identifier), 
or use the NVIDIA GeForce as the Device in the Screen section.

Hope this helps. If not, just let me know. :)

Regards,

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


Re: [XFree86] Software XFree86 scaling extremely slow on SuSE 8.2

2004-04-24 Thread Pieter Hulshoff
On Friday 23 April 2004 22:00, Michael Taylor wrote:
 xdpyinfo

Always handy. :) Included is the output. It appears that DGA and DRI are both 
available. Would it be possible that it truly is a SuSE (8.2) only issue?

name of display::0.0
version number:11.0
vendor string:The XFree86 Project, Inc
vendor release number:4030
XFree86 version: 4.3.0
maximum request size:  4194300 bytes
motion buffer size:  256
bitmap unit, bit order, padding:32, LSBFirst, 32
image byte order:LSBFirst
number of supported pixmap formats:7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:minimum 8, maximum 255
focus:  window 0x2600084, revert to PointerRoot
number of extensions:29
BIG-REQUESTS
DOUBLE-BUFFER
DPMS
Extended-Visual-Information
FontCache
GLX
LBX
MIT-SCREEN-SAVER
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RANDR
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
TOG-CUP
X-Resource
XC-APPGROUP
XC-MISC
XFree86-Bigfont
XFree86-DGA
XFree86-DRI
XFree86-Misc
XFree86-VidModeExtension
XInputExtension
XKEYBOARD
XTEST
XVideo
default screen number:0
number of screens:1

screen #0:
  dimensions:1600x1200 pixels (323x242 millimeters)
  resolution:126x126 dots per inch
  depths (7):24, 1, 4, 8, 15, 16, 32
  root window id:0x48
  depth of root window:24 planes
  number of colormaps:minimum 1, maximum 1
  default colormap:0x20
  default number of colormap cells:256
  preallocated pixels:black 0, white 16777215
  options:backing-store NO, save-unders NO
  largest cursor:64x64
  current input event mask:0xda4035
KeyPressMask ButtonPressMask  EnterWindowMask  
LeaveWindowMask  KeymapStateMask  StructureNotifyMask  
SubstructureNotifyMask   SubstructureRedirectMask PropertyChangeMask   
ColormapChangeMask   
  number of visuals:16
  default visual id:  0x23
  visual:
visual id:0x23
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x24
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x25
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x26
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x27
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x28
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x29
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x2a
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x2b
class:DirectColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x2c
class:DirectColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x2d
class:DirectColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color 

[XFree86] Software XFree86 scaling extremely slow on SuSE 8.2

2004-04-23 Thread Pieter Hulshoff
Hello all,

When playing with xmame, I've noticed that software scaling is extremely slow 
on SuSE 8.2 with my radeon 9000 card. I have games dropping from 500 fps to 
20 fps! I've tried the same thing with Morphix (with the same version of 
XFree86, and the same config file), but I had no such problems there, which 
leads me to the thought that it is somehow linked to the XFree86 rpm in SuSE 
8.2. Any ideas as to what the cause is, and how it may be corrected? Yes, 
I've already ordered SuSE 9.1, but it's still a few weeks away. :)

Regards,

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


Re: [XFree86] Software XFree86 scaling extremely slow on SuSE 8.2

2004-04-23 Thread Pieter Hulshoff
On Friday 23 April 2004 16:20, Michael Taylor wrote:
  When playing with xmame, I've noticed that software scaling is extremely
  slow on SuSE 8.2 with my radeon 9000 card. I have games dropping from 500
  fps to 20 fps! I've tried the same thing with Morphix (with the same
  version of XFree86, and the same config file), but I had no such problems
  there, which leads me to the thought that it is somehow linked to the
  XFree86 rpm in SuSE 8.2. Any ideas as to what the cause is, and how it
  may be corrected? Yes, I've already ordered SuSE 9.1, but it's still a
  few weeks away. :)
 Look at the output of glxinfo.

I don't have 3D enabled; isn't that what glxinfo gives me information about? 

What I noticed about the output is that direct rendering is disabled, while 
it's enabled in XFree86:
(II) RADEON(0): Direct rendering enabled

Anyway, the output:
name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
GLX_ATI_render_texture
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x23 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x24 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x25 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x26 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x27 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x28 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x29 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x2a 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x2b 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x2c 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x2d 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x2e 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x2f 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x30 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x31 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x32 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Software XFree86 scaling extremely slow on SuSE 8.2

2004-04-23 Thread Pieter Hulshoff
On Friday 23 April 2004 18:29, Michael Taylor wrote:
 You are correct, the lack of direct rendering is the likely cause of the
 slow down. Is there any later messages about it being disabled, also check
 /var/log/messages for issues with AGP GART and the radeon DRI kernel
 module. I assume that lsmod shows radeon and agpgart are both loaded.

lsmod:
radeon111392   1
agpgart38656   3  (autoclean)

Nothing in the XFree86.0.log about agp or dri, other than dri having been 
enabled, and nothing in /var/log/messages either. :( I can imagine dri not 
being enabled in 3D as 3D itself is disabled, but it appears to be available 
for 2D. Is there a 2D status program as well to get an idea of what's 
available?

Also: if I use xmame in windowed mode i.s.o. DGA or xv mode it works on the 
proper speed. xmame in SDL mode fullscreen also works at the proper speed.

Regards,

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


Re: [XFree86] Help me please

2004-04-14 Thread Pieter Hulshoff
On Wed, Apr 14, 2004 at 02:36:31AM -0700, psy cho wrote:
 I made some changes in control center for my screen (i can't remember exaclty where 
 - video card/dysplay i think -i am a linux newbie ) and when i start a new session i 
 get an error message. thats why i send u two files : /etc/x11/xf86config - because 
 somewhere in the error message it says using config file /etc/x11/xf86config ; and 
 another file (log file /var/log/xfree86.0.log).

This is the line that causes your problem:
Option Protocol 

As you have not defined a mouse protocol anymore, the mouse does not get initialised,
and X concludes there is no pointer device.

Regards,

Pieter Hulshoff

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


Re: [XFree86] Emailing: XFree86.0.log

2004-04-10 Thread Pieter Hulshoff
On Saturday 10 April 2004 04:54, Michael  Ephraim wrote:
 Though a newbie, I believe I followed all the directions carefully.  I'm
 using the latest libc5 version of X, trying to put it on TinyLinux on an
 old PC.  Any feedback welcome as I'd really like to get this working.

Your config file seems to be missing a device section for the specific card it 
selects. Would you mind sending your XF86Config file for us to have a look 
at?

Regards,

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


Re: [XFree86] Problem

2004-04-10 Thread Pieter Hulshoff
On Friday 09 April 2004 23:58, Lex wrote:
 Think this is also the cause of not being able to start a display server on
 bootup? I'll def. have a look at it and attach it when I get home if it
 doesn't work.

I'm afraid my knowledge of the bootsplash is not good enough to tell you 
anything useful, though I do know it has nothing to do with .xinitrc. :( As 
far as the graphical login is concerned: it's usually started by init. On my 
SuSE system, the started processes are defined in /etc/rc.d/rc5.d as runlevel 
5 is my default. They might be in the /etc/rc.d or /etc/init.d directory on 
your RH distribution (or something similar).

The files in that directory are usually links to another directory where all 
possible scripts are located. The selection in the directory is different for 
each runlevel (runlevel 5 for instance should start graphical mode, while 
runlevel 3 doesn't).

Hope this helps.

Regards,

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


[XFree86] What is the maximum resolution on the TV-Out of the Club 3D Radeon 7000?

2004-04-09 Thread Pieter Hulshoff
I'm considering buying this thing for a MAME cabinet, and I'm wondering what 
the max resolution on the TV-Out is. Anyone?

Regards,

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


Re: [XFree86] Problem

2004-04-09 Thread Pieter Hulshoff
On Friday 09 April 2004 23:19, Lex wrote:
 When I do, I get a screen with 3-4 shells. No window manager, obviously.
 Would installing one work?

Of course you'll have to have one installed, but that might already be the 
case. Window managers are usually started from the .xinitrc in your home 
directory, though I assume that RedHat, like SuSE (which is what I'm using) 
will have the process of selecting window managers automated somehow. In any 
case, I'm including my .xinitrc to give you an idea of what one might look 
like.

Regards,

Pieter Hulshoff


.xinitrc
Description: application/shellscript


[XFree86] What card/chipset to get for low dot clock?

2004-04-06 Thread Pieter Hulshoff
Hello all,

Other than the ArcadeVGA, what cards/chipsets are good for the low dot
clocks that xmame games use? I remember my TNT going downto 12.00 MHz,
but my radeon 9000 won't go below 20.00 MHz. Any thoughts?

Regards,

Pieter Hulshoff

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


Re: [XFree86] Unable to run startx successfully

2004-04-05 Thread Pieter Hulshoff
On Mon, Apr 05, 2004 at 06:36:54PM +0800, chenyingyu wrote:
While install Xfree86 in our FreeBSD server,
 we encounter a fatal error:
 (EE) No core pointer device specified
 (EE) Unable to determine the screen layout

No mouse setup, and no proper screen layout. It sounds to me like a
configuration file that's lacking quite a bit of features. Would
you mind posting the XF86Config(-4) file so we can help you find the
missing links?

Regards,

Pieter Hulshoff

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


Re: [XFree86] Problem with X server

2004-03-29 Thread Pieter Hulshoff
On Mon, Mar 29, 2004 at 08:32:05AM +0530, [EMAIL PROTECTED] wrote:
 After a normal shut down, when I tried to start my computer, I got an
 Xserver error  am unable to start X windows. The log file is attached
 Please suggest what can be done.

It appears that X was not installed correctly on your machine. Several
modules needed by your system are not found (see logfile). I suggest
reinstalling the X RPMs on your system.

Regards,

Pieter Hulshoff

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


Re: [XFree86] X10: fatal IO error 104 (connection reset by peer)

2004-03-26 Thread Pieter Hulshoff
On Thu, Mar 25, 2004 at 11:31:59PM -0800, jamas sumeral wrote:
 To whom it may concern, 
 I'm having problems getting X to run. I have a PNY
 Technologies GeForce MMX 440 AGP / TwinView. I use the
 TV Out as my primary display. I get a Fatal server
 error: No Screens Found when I try to startx. Attached
 is a copy of my XF86Config file and my XFree86.0.log
 file. Any assistance you can provide would be most
 appreciated. 

As far as I can see, the xfree86 nvidia driver that you're
using does not support your chipset. You may want to consider
installing the nvidia binary drivers from the nvidia site.

Regards,

Pieter Hulshoff

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


Re: [XFree86] please help me about linux installation

2004-03-24 Thread Pieter Hulshoff
On Tue, Mar 23, 2004 at 10:43:38PM -0800, nima mani wrote:
 When I want to install LINUX 7.2 on my machine my vga could not be detected and my 
 vga( NVIDIA GEFORCE 4 MX 440 SE ) is not in the list of vga . and after installation 
 some erors occures those mean that my vga could not detect.  I write the eror below.:

With Linux 7.2, I presume you mean RedHat 7.2, SuSE 7.2 or some other distribution. 
Linux 7.2 does not exist. Both RH and SuSE 7.2 do not support
the newer NVIDIA chipsets as far as I know, but I'm sure someone will correct me if 
I'm wrong. :) There's a couple of things you can do:
- upgrade XFree86 (the X window environment) to a version that does support this 
chipset (4.3.x most likely)
- upgrade your distribution to a newer version that supports this chipset out of the 
box
The second option is the easiest by far for a beginning user. Both SuSE 7.2 and RH 7.2 
are pretty old distributions, and you might benefit from the
upgrades that have been made since then.

Regards,

Pieter Hulshoff

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


Re: [XFree86] startx problem

2004-03-24 Thread Pieter Hulshoff
On Wed, Mar 24, 2004 at 06:05:48PM +0500, UMAIR YASIR ( IT HELP DESK ) wrote:
 Parse error on line 2 of section (null) in file /root/XF86Config
 key is not a valid keyword in this section.
 (EE) Problem parsing the config file
 (EE) Error from xf86HandleConfigFile()
 
 where as it works when I use my own login.
 Why is it so and how can I fix it?

When you start X as a user, it's using a different XF86Config file. If I
remember correctly (I'm at work right now, so I can't check anything), X
searches for an XF86Config file in a number of different locations. As
root it appears to find the first one as /root/XF86Config. This file is
not accessible as a user, so it will probably find a config file at a
different default location (/etc/X11 for example).

I think that if you remove/move the /root/XF86Config file, that it should
work for root as well. The file /root/XF86Config contains an error according
to your logfile.

Regards,

Pieter Hulshoff

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


Re: [XFree86] Xconfigurator help

2004-03-24 Thread Pieter Hulshoff
On Wed, Mar 24, 2004 at 09:15:36AM -0500, Alan Pike wrote:
 Sure, or just try (as root) init 5. If it still doesn't come up with X 
 then,
 you might want to have a look at your /etc/init.d/rc5.d or /etc/rc5.d
 directory to see if X is even started there. You can check your currently
 runlevel by typing runlevel as root.
 
 Pieter:
 A reboot solved my startx as default problem. Now just trying to get the 
 right combination of monitor descriptions and modes so my defaultscreen 
 isnt GIGANTIC.

Send me a copy of the configuration and the logfile, and I'd be willing to
have a look at them to see if I can help you out there. Unless of course
you'd like to play with it a bit yourself first.

Regards,

Pieter

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


Re: [XFree86] Xconfigurator help

2004-03-23 Thread Pieter Hulshoff
On Wednesday 24 March 2004 02:32, Alan Pike wrote:
   I'm betting you (or your init) switched your current runlevel (or your
   initdefault) from 5 to 3.
 Sounds like a plausible explanation. Alan, you might want to take a look
 at /etc/inittab, and look at a line like this:
 id:5:initdefault:
 You'll want the default to be 5 (like it is in the line above) i.s.o. 3.
 Thanks both Pieter and Jay, but odd, sadly it is just like that. Maybe a
 reboot is in order?

Sure, or just try (as root) init 5. If it still doesn't come up with X then, 
you might want to have a look at your /etc/init.d/rc5.d or /etc/rc5.d 
directory to see if X is even started there. You can check your currently 
runlevel by typing runlevel as root.

Regards,

Pieter Hulshoff

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


Re: [XFree86] Log file

2004-03-22 Thread Pieter Hulshoff
On Monday 22 March 2004 14:28, Ganapathy Ramasubramanian wrote:
This is my first attempt at installing linux and I am running into
 problems installing X-Windows. I have attached the log file that I got. My
 video card is a 128 DDR ATI Radeon 9700. It anyone has any suggestions
 please let me know.

Upgrade your version of XFree86, for the Radeon 9700 is not supported in 
4.1.x. You might even want to consider upgrading your Linux distribution.

Regards,

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


Re: [XFree86] Xconfigurator help

2004-03-22 Thread Pieter Hulshoff
On Monday 22 March 2004 20:52, Alan Pike wrote:
 (EE) ATI(0): No Display subsection in Screen section Screen0 for
 depth/fbbpp 8/8

Looks like you deleted part of your Screen section (the Display subsection to 
be precise). I'll give you mine to give you an idea of what one might look 
like (don't be overwhelmed by the amount of resolutions I specified; I use 
xmame:):

Section Screen
  DefaultDepth 24
  SubSection Display
Depth  15
Modes  1024x768 
  EndSubSection
  SubSection Display
Depth  16
Modes  1600x1200 1600x1024 1400x1050 1280x1024 1280x960 
1152x864 1024x768 800x600 640x480 224x256 240x256 256x256 
256x304 248x320 248x368 248x384 320x200 224x224 256x224 
288x224 320x224 304x224 256x240 292x240 320x240 336x240 
384x240 360x288 360x256 400x300 400x256 400x224 512x384 
640x240 672x240 320x224 384x224 794x512
  EndSubSection
  SubSection Display
Depth  24
Modes  1600x1200 1600x1024 1400x1050 1280x1024 1280x960 
1152x864 1024x768 800x600 640x480 224x256 240x256 256x256 
256x304 248x320 248x368 248x384 320x200 224x224 256x224 
288x224 320x224 304x224 256x240 292x240 320x240 336x240 
384x240 360x288 360x256 400x300 400x256 400x224 512x384 
640x240 672x240 320x224 384x224 794x512
  EndSubSection
  SubSection Display
Depth  32
Modes  1600x1200 1600x1024 1400x1050 1280x1024 1280x960 
1152x864 1024x768 800x600 640x480 224x256 240x256 256x256 
256x304 248x320 248x368 248x384 320x200 224x224 256x224 
288x224 320x224 304x224 256x240 292x240 320x240 336x240 
384x240 360x288 360x256 400x300 400x256 400x224 512x384 
640x240 672x240 320x224 384x224 794x512
  EndSubSection
  SubSection Display
Depth  8
Modes  1600x1200 1600x1024 1400x1050 1280x1024 1280x960 
1152x864 1024x768 800x600 640x480 224x256 240x256 256x256 
256x304 248x320 248x368 248x384 320x200 224x224 256x224 
288x224 320x224 304x224 256x240 292x240 320x240 336x240 
384x240 360x288 360x256 400x300 400x256 400x224 512x384 
640x240 672x240 320x224 384x224 794x512
  EndSubSection
  Device   Device[0]
  Identifier   Screen[0]
  Monitor  Monitor[0]
EndSection
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Xconfigurator help

2004-03-22 Thread Pieter Hulshoff
On Tuesday 23 March 2004 03:59, Jay R. Ashworth wrote:
 On Mon, Mar 22, 2004 at 09:38:53PM -0500, Alan Pike wrote:
  This seems to be exactly my problem. A few minutes tinkering with the
  config file and using your email as a guide helped out tremendously. Now
  for some reason I have to 'startx' at login and have lost my usual gnome
  login screen.

 I'm betting you (or your init) switched your current runlevel (or your
 initdefault) from 5 to 3.

Sounds like a plausible explanation. Alan, you might want to take a look 
at /etc/inittab, and look at a line like this:
id:5:initdefault:
You'll want the default to be 5 (like it is in the line above) i.s.o. 3.

Regards,

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


Re: [XFree86] Fatal server error: no screen found

2004-03-21 Thread Pieter Hulshoff
On Sunday 21 March 2004 14:44, Johannes Hauber wrote:
 What should I do?

Considering the stack of primary devices X seems to find, I think you may want 
to consider setting the BusID to one of them to force X to choose. Currently 
it doesn't seem to be able to do that. Try adding
  BusID0:8:0
to your Device section, or if that doesn't work, try some of the other IDs 
mentioned for your primary devices.

Regards,

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


Re: [XFree86] need for help

2004-03-21 Thread Pieter Hulshoff
On Sunday 21 March 2004 17:21, [EMAIL PROTECTED] wrote:
 ~#xinit

 XIO: fatal IO error 104 (connection reset by peer) on X server :0.0 after
 0 requests (0 known processed) with 0 events remaining.

 Please help. Cannot run X.
 I have nVidia motherboard, Radeon 9600Pro videoadapter, LG F700P monitor,
 installed ASPLinux 7.3.

I don't think the Radeon 9600 is supported under XFree86 4.2.0. I think you 
should consider upgrading. The logfile reports an unknown chipset, and the 
fglr200 driver does not sound like the correct driver to me either.

Regards,

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


Re: [XFree86] Re: SoundBlaster Live! 5.1 Value Detected as VGA Device:

2004-03-21 Thread Pieter Hulshoff
On Sunday 21 March 2004 22:36, Andrew D. wrote:
 How can I make XFree86 use my Radeon Card (which any semi-intelligent
 person would see is the only card with physical hookups to a monitor) as
 the ONLY primary device? What settings do I need to edit? Please give me
 detailed directions... I've been using Windows for 10+ years, but am
 just getting used to Linux...

Ok, this is a tricky one... You might want to try adding
  BusID0:13:0
to your Device section. If that doesn't do the trick, then I'm fresh out of 
ideas as well. The device is recognised as a Radeon 7000/VE RV100V QY, which 
according to your logfile appears to be supported by the radeon driver.

Regards,

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


Re: [XFree86] xf86 config probs

2004-03-20 Thread Pieter Hulshoff
On Saturday 20 March 2004 09:58, _ Jason wrote:
 when I create a config file, whether it is autoscanned or
 manually made, Xserver crashes telling me screens were found but none
 correctly configured
 but when I delete the config file, X windows start up fine except at an
 awfully low resolution.
 How can I change the display resolution? Or am I missing the point?

Two things you can do:
- Create the config file, start X, and send us the config and log file. We'll 
help you fix the errors.
- Start x, read the log file, and find out which config file it uses. X will 
look in multiple places for a config file to use, and when the one's not 
present that you deleted, it probably finds one in a different location. You 
can then copy that config file, and extend it to include better resolutions.

Regards,

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


Re: [XFree86] Help me please

2004-03-19 Thread Pieter Hulshoff
On Friday 19 March 2004 21:17, [EMAIL PROTECTED] wrote:
 I cannot start X.

You're trying to run 1024x768 at 24 bit colours with a video card/chipset that 
according to the logfile has 2MB video ram. 2MB is not enough to run 1024x768 
at 24 bit colours (needs at least 2.25MB).

Regards,

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


Re: [XFree86] SoundBlaster Live! 5.1 Value Detected as VGA Device:

2004-03-19 Thread Pieter Hulshoff
On Saturday 20 March 2004 05:41, Andrew D. wrote:
  I would really like to keep my SB card in my computer... but if removing
 it is the only workaround at this time, I understand.

Hmm, interesting. I can see one problem, but I'm not quite sure how removing 
the soundcard would solve this. Here are the important lines in your logfile 
though:

(!!) More than one primary device found
(--) PCI: (0:13:0) ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] rev 
0, Mem @ 0xe000/28, 0xd000/16, I/O @ 0x1000/8
(--) PCI: (0:14:0) unknown vendor (0x1102) unknown chipset (0x0002) rev 8, I/O 
@ 0x1440/5

It detects more than one primary device. You'll have to tell X which one is 
the real primary (the ATI I would presume) or turn off the on-board graphics 
(on the motherboard or on the soundcard?), which I think is the second 
primary chipset that was detected.

(II) LoadModule: nv

This is what baffles me though: You're running the driver for nvidia cards 
with an ATI chipset. Even without the soundcard or the unknown second primary 
device I cannot understand why this would work.

Regards,

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


Re: [XFree86] Error

2004-03-18 Thread Pieter Hulshoff
On Thursday 18 March 2004 14:25, Tom  Sam wrote:
  Kindly varify the error log attached with this mail and inform me what
 went wrong.

Dear Tom,

Kindly search this mailinglist for the last mentioned problem in your logfile:
Fatal server error:
could not open default font 'fixed'

This problem has been covered at least 5 times in the past 2 weeks.

Regards,

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


Re: [XFree86] SOS from eParliament.org

2004-03-18 Thread Pieter Hulshoff
On Thursday 18 March 2004 17:15, Dr. Sichendra Bista wrote:
 While  rebooting, it says that some xfs or something killing failed in
 red. Mine is RH7.3. I shall be obliged if you could help. Thank you!

xfs is the X font server, and without it X will not run. Try to restart it 
manually (on your system probably by using /etc/rc.d/init.d/xfs restart) to 
try and find out why it doesn't work properly.

Regards,

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


Re: [XFree86] Red Hat v9.0

2004-03-18 Thread Pieter Hulshoff
On Thursday 18 March 2004 19:58, Russell Steward wrote:
 I installed RH v9 on my Dell 8000 Inspiron laptop, but when I attempt to
 login, I get a no screens found error.  I can't launch X Windows, and it
 tires to automatically fix it, but to no avail.  I get virtual height (0)
 is too small for the hardware (min 128) - (EE) Screen(s) found, but none
 have a usable configuration.  Please advise as to what I need to do to
 correct this.  Thanks.

Please send us the entire logfile, and perhaps the config file as well. We'll 
see if we can find the problem.

Regards,

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


Re: [XFree86] SOS from eParliament.org

2004-03-18 Thread Pieter Hulshoff
On Friday 19 March 2004 03:57, Dr. Sichendra Bista wrote:
 As   you   are  aware, the problem is with the graphical mode login.
 Fatal Server error:
 Could not open default font 'fixed'

As I wrote you earlier: this error means that xfs is not running properly. 
Because of this, X will not start. Your graphic mode problem is therefore 
related to the problems with xfs. Solve xfs, and your graphic mode problem 
should also be solved.

 Actually, the xfs server starts fine during booting, but when I try to
 restart  with  /etc.rc.d/init.d/xfs  restart command or service xfs
 restart, it says it fails and it seems impossible to kill.

 I  also  tried  by  deleting  the  xfs.pid from /var/run directory and
 rebooting and it has not worked too.

Well, you could run X without xfs (I do). If I'm not mistaken, you should 
remove/comment out a line involving unix/:7100 from your configuration 
file. If that doesn't help you might want to ask about your xfs problem on 
the xfree86 mailinglist. As I don't use xfs myself I don't know where to find 
the logs of xfs either, so I cannot help you find out why xfs will not run 
for you.

Regards,

Pieter Hulshoff

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


Re: [XFree86] help

2004-03-17 Thread Pieter Hulshoff
On Wednesday 17 March 2004 17:37, hiram trisler wrote:
 I have a new computer with AMD Mother Board. From the box I see it has a
 KM266 chipset. Going to www.via.com.tw I find that this is an S3 Graphics
 ProSavage8

From what I can tell you're using an old version (4.1.0) of XFree86 in which 
your chipset is not supported. See also the message:
(--) PCI:*(1:0:0) S3 unknown chipset (0x8d04) rev 0, Mem @ 0xdfe8/19, 
0xd000/27, BIOS @ 0xdfe7/16
You might wish to consider upgrading your version of XFree86 or quite possibly 
your Linux distribution.

Regards,

Pieter Hulshoff

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


Re: [XFree86] I can't get high resolution/depth modes.

2004-03-17 Thread Pieter Hulshoff
On Wednesday 17 March 2004 21:09, Mallikarjun Gupta wrote:
 my system configureation is
 IBM E50 monitor with intel 845
 and i am using Redhat Linux 9.0
 i am unable to get 1024X768 and higher colour depth.. please suggest me the
 solution.

This is not a totally uncommon problem with the 845G chipset. The memory size 
of your vram is not detected correctly, and therefore the higher colour sets 
and higher resolutions cannot be supported.

From what I read online it appears you'll need to use the agpgart module; see 
http://www.freebsdsystems.com/handbook/x-config.html at the bottom of the 
page.

Regards,

Pieter Hulshoff

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


Re: [XFree86] want help

2004-03-16 Thread Pieter Hulshoff
On Tue, Mar 16, 2004 at 12:01:47AM -0800, manoj kulkarni wrote:
 Please give me solution on this ,i dont understand what i have 
 to do.please give me your suggesions.

I hate to say this, but you must not have read the message you just sent us.
I'll highlight the important sentences:

 when reporting a problem releted to a server crash, please send the full server 
 output,
 not just the last massage.
 this can be found in the log file var/log/xfree86.0.log

Now if you do this, then we may be able to help you solve your problem.

Kind regards,

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


Re: [XFree86] No Screens Found, Problem with Setup

2004-03-14 Thread Pieter Hulshoff
On Sunday 14 March 2004 01:46, Patrick Hampton wrote:
 I have been having problems setting up my X configuration file. I keep
 getting a No Screens Found error. The log file shows that it is using a
 default set of horizontal and vertical rates. I have in my configuration a
 different set of rates, but XFree keeps using the default set. Anyway to go
 around this problem???!!!


I've Googled around for you a bit this time, and found two possible answers to 
your problem:
1. You have a tv or 2nd monitor hooked up.
2. Your DDC module is ruining things. Set DDCMode to False in your Device 
section.

Hope this helps.

Regards,

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


Re: [XFree86] startx Command Problem in Red Hat Linux 7.1

2004-03-14 Thread Pieter Hulshoff
On Sunday 14 March 2004 12:46, ~VJ~Savio~Pereira~ wrote:
 Please let me know how to trouble shoot this problem.

Here are the lines I found to be most interesting:
(--) PCI:*(1:0:0) S3 unknown chipset (0x8d04) rev 0, Mem @ 0xec00/19, 
0xe000/27
(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(EE) VGA(0): Driver can't support depth 24

What I read from this is:
It doesn't recognise your S3 chipset, so it uses a generic VGA driver. It then 
concludes that the default depth of 24 bits colours cannot be supported, and 
it shuts down.

I noticed you use a reasonably old version of XFree86. Would it be wise to 
upgrade to 4.3.x or 4.4.x?

Regards,

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


Re: [XFree86] Slackware Screee Resolution Problems

2004-03-14 Thread Pieter Hulshoff
On Sunday 14 March 2004 16:14, Phil wrote:
 I am struggling to use any resolution other than 800x600, which is not
 good for my 20 monitor.
 Identifier  My Monitor
 HorizSync   31.5 - 50.0
 VertRefresh 40-90

Hmm, with a maximum of 50 MHz for the Horizontal Sync, you're likely to get a 
Vertical Sync of about 60 Hz at 1024x768, which is really low in my opinion. 
Is 50 MHz really the maximum your 20 monitor can do?

Btw, where are your modelines defined, or are you just using the default ones? 
Could you send the logfile so we can see what causes the 'smearing' you 
described?

Regards,

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


Re: [XFree86] Slackware Screee Resolution Problems

2004-03-14 Thread Pieter Hulshoff
On Sunday 14 March 2004 16:36, Phil wrote:
 I have no idea of the capabilities of my monitor.

Do you have a brand and type of the monitor? Google is your best friend in 
these things. :)

Btw, is vesa really the driver you want to be using for your Radeon 8500? You 
wrote you installed the driver from ATI, but wouldn't you use the ati driver 
then? You could also opt for the radeon driver from XFree86, but vesa really 
doesn't sound like the driver for you. That might also be what's causing the 
smearing problem. I don't know what the vesa driver can display at 24 bits 
colours to be honest.

Regards,

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


Re: [XFree86] Slackware Screee Resolution Problems

2004-03-14 Thread Pieter Hulshoff
On Sunday 14 March 2004 17:04, Phil wrote:
 My monitor is a 10yr old Hitachi 20 ... no, I am not crawling round the
 back of it to look for model numbers (not just yet ...).

Hmmm, with a 10 year old monitor I don't know if I'd be willing to chance the 
trial and error method of increasing your range. You might damage it if you 
force it beyond spec.

 I dno;t know why XFree86Config says it is using VESA drivers ... i
 How can i make it use ATI drivers?

This should help a bit:
http://www2.ati.com/drivers/firegl/readme0325.txt
although RH might have a better installation guide for you somewhere. If you 
don't need 3D you might also consider using the radeon drivers. Just replace 
the vesa driver with radeon in your Device Section. Mine for instance reads:

Section Device
  BoardNameRV250 If
  BusID1:0:0
  Driver   radeon
  Identifier   Device[0]
  Screen   0
  VendorName   ATI
  Option   AGPMode 4
  Option   AGPFastWrite True
EndSection

and I use a radeon AIW 9000 card. Considering this line in your logfile:
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R200 QL [Radeon 8500 LE] 
you may have to change the BoardName to R200 QL, and perhaps not use the 
options I do (depending on your card).

Hope this helps.

Regards,

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


Re: [XFree86] No Screens Found, Problem with Setup

2004-03-14 Thread Pieter Hulshoff
On Sunday 14 March 2004 18:22, Patrick Hampton wrote:
 Well yes I have a TV attached also. But I was just trying to get the
 Monitor working first before I tried the TV.
 I thought I told it to use the View Port for the monitor.

I'm on thin ice here, as I have no experience with your setup, but my guess is 
that since you didn't set up the TV, nor told X that it should use different 
settings for the two display outputs, it autodetects (through DDC) the 
ranges, and takes the lowest one (the one for your TV). Disconnect the TV to 
see if your problems disappear. If so: properly set up the two displays, or 
else you may be damaging your TV when you have it display an out of range 
signal.

Regards,

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


Re: [XFree86] cannot start KDE 0r GDE

2004-03-11 Thread Pieter Hulshoff
On Thursday 11 March 2004 13:05, George Skafidas wrote:
 I cannot start the KDE or the GDE
 Any hint?

X seems to start. What exactly do you see on the screen, and how are you 
trying to start KDE?

Regards,

Pieter Hulshoff

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


Re: [XFree86] X Window Not Starting

2004-03-10 Thread Pieter Hulshoff
On Wednesday 10 March 2004 09:16, MadonnaGrace Mariam Marbaniang wrote:
  My X Window in Linux is not running and I am not very familiar with the
 character based Linux , I am sending the log file which is created, Please
 help me in deciphering it and solving the problem, Please treat it as
 urgent as I am handicapped without the XWindow

Check the line below Fatal Server Error (at the end of your log), and then 
search this mailinglist for that error message. You'll find it has been 
coming up so very often these past few weeks that several people have already 
stopped answering.

Regards,

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


Re: [XFree86] fatal server error:no screens found

2004-03-10 Thread Pieter Hulshoff
On Wednesday 10 March 2004 13:41, sandeep bhutani wrote:
 I have Intel810 motherboard

Perhaps so, but I read the following in your logfile:
(--) PCI: (0:1:0) Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] 
rev 3, Mem @ 0xe000/26, 0xe640/19
(--) PCI:*(1:1:0) Silicon Integrated Systems [SiS] 82C204 rev 33, Mem @ 
0xe600/22, 0xe500/16, I/O @ 0xc400/7
(II) Primary Device is: PCI 01:01:0
(WW) I810: No matching Device section for instance (BusID PCI:0:1:0) found

In other words: it detects two graphics controllers, and it makes the SiS one 
the primary (compare the ID). It then decides it doesn't have a driver loaded 
for it, and shuts down.

Regards,

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


Re: [XFree86] Help :: Xserver not working

2004-03-10 Thread Pieter Hulshoff
On Thursday 11 March 2004 04:50, Aditya Shrivastava wrote:
 Plz suggest me a correct method to solve this problem done.

Please send us the configuration (XF86Config or XF86Config-4) file and the log 
(XFree86.0.log) file so we can determine what the problem is.

Regards,

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


Re: [XFree86] Low resolution modeline with a nVidia Riva TNT 2

2004-03-08 Thread Pieter Hulshoff
On Sunday 07 March 2004 21:18, Pieter Hulshoff wrote:
 I'll repost the question on the xmame mailinglist. If I get some useful
 answers I'll post them back here.

Well, from the answers on the mame mailinglists I gathered the following (I 
think what I'm about to write is correct, but I'm interpreting other people's 
answers here):
1. The TNT2 card cannot use a dot clock of below 12.00. This is a hardware 
thing; not a driver issue.
2. The way AdvanceMAME usually copes with this is by raising the resolution by 
a factor 2 or 3. This is of course not usable on your monitor either.
3. The only card that seems to be able to do what you want can be found at 
http://www.ultimarc.com/avgainf.html.

Perhaps it's not the most hopeful answer, but I hope it'll help you somewhat. 
It looks like you either need to change your graphics card or your monitor. 
If I learn otherwise however I'll let you know asap.

Regards,

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


Re: [XFree86] Low resolution modeline with a nVidia Riva TNT 2

2004-03-07 Thread Pieter Hulshoff
On Sunday 07 March 2004 14:15, Meghazi Fabien wrote:
 I made a modeline using http://xtiming.sourceforge.net/
 Modeline [EMAIL PROTECTED] 6.44 336 368 392 424 240 245 248 253
 The dot clock frequency of this modeline (6.44) is not possible to
 reproduce with my nVidia Riva TNT2 according to X.
 /var/log/Xfree86.0.log says bad mode clock/interlace/doublescan for my
 modeline. It also say for my gfx card : Clock range:  12.00 to 350.00 MHz

Try adding doublescan at the end of that modeline, and doubling the 
clockpitch:
Modeline [EMAIL PROTECTED] 12.88 336 368 392 424 240 245 248 253 doublescan
That should do the trick, but be careful to avoid damaging your monitor. The 
modeline above is similar to what is used in the xmame modeline examples, 
just a slightly lower clockpitch (12.88 vs 18.00).

Regards,

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


Re: [XFree86] error - pls help

2004-03-07 Thread Pieter Hulshoff
On Sunday 07 March 2004 15:30, T. V. Vineeth _01007014_ wrote:
 I received an error message when trying startx in red hat 9. Pls help. i
 attach the log file.

I don't know what monitor settings you have in your configuration, but this:
(II) NV(0): Monitor0: Using hsync range of 31.50-37.90 kHz
is not enough to run any kind of resolution (unless you want to run arcade 
games at resolutions of around 320x240 or so:). You might want to check the 
manual to your monitor, and updated the sync ranges for your monitor in the 
XF86Config file.

Regards,

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


Re: [XFree86] error XFree86

2004-03-07 Thread Pieter Hulshoff
On Sunday 07 March 2004 16:01, Luis Fernando Lopez wrote:
 Red hat linux 7.3

From your logfile:
(II) Module trident: vendor=The XFree86 Project
compiled for 4.4.0, module version = 1.0.0
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.7
(EE) module ABI minor version (7) is newer than the server's version (5)
(II) UnloadModule: trident

It appears you're trying to use a trident driver for XFree86 4.4.0 while using 
XFree86 4.2.0.

Regards,

Pieter Hulshoff

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


Re: [XFree86] radeon 9200 on iBook G4

2004-03-07 Thread Pieter Hulshoff
On Sunday 07 March 2004 16:54, [EMAIL PROTECTED] wrote:
 I try to install a Yellow Dog Linux
 on my Apple laptop iBook G4 800Mhz,
 and X doesn't work.
 My card is an ATI Radeon 9200.

 When I startx it answer me :
  (EE) No devices detected.
  Fatal server error:
  no screens found
 Is anyone can help me ?

Please send us the entire logfile (and perhaps the config file as well:). I'm 
sure we can figure it out.

Regards,

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


Re: [XFree86] Problems with RADEON 9600 XT: no screens found

2004-03-07 Thread Pieter Hulshoff
On Sunday 07 March 2004 18:08, Otto Seiskari wrote:
 The attached XFree86 log doesn't mention Radeon 9600XT at all (It does
 mention other ATI's cards).
 What can I do?

Well, it does appear to look like your card is not supported by this version 
of the ATI driver. Perhaps it will work by specifying the ChipID parameter, 
but I personally have no experience using this. Anyone?

Regards,

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


  1   2   >