CVS Update: www (branch: trunk)

2003-03-01 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   03/03/01 19:40:15

Log message:
  fix typo

Modified files:
  ./:
rel430.html 
  
  Revision  ChangesPath
  1.2   +1 -1  www/rel430.html

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: Monitor section in config file?

2003-03-01 Thread Andrew C Aitchison
On Fri, 28 Feb 2003, Kendall Bennett wrote:

 Andrew C Aitchison [EMAIL PROTECTED] wrote:
  X -configure comments these values out because many apps used to
  get confused by having precise dpi values and displayed silly
  fonts. I think that at one time a 85x90 dpi screen would make
  Netscape use 75x100dpi fonts. I note that Netscape 7 allows you to
  calibrate the horizontal screen pitch, but not the vertical pitch. 
 
 So you are saying that should leave this section of the config file 
 commented out for better compatibility?

When it went in poeple complained about the broken apps, but if we never 
give them the right information what would the app gain by being fixed ?

 I have commented it out for now 
 anyway, as I haven't added the code in the installer to grab the values 
 from the EDID yet. I can just as easily leave it off (Red Hat 8.0 seems 
 ot get it directly from DDC when it is not in the config file anyway).

We do all the DDC queries at run time as well as config time, with
config values overriding probed values (the X server warns of 
conflicts), so leaving them out is OK.
Ultimately whether you record DDC info in the config file depends
whether you care more about what happens if a different monitor is plugged 
in or whether you want the same setup if you start X (and possibly the
computer) before switching on the monitor ?

Suppose I have a classroom full of identical machines, and at the end
of the day some people switch the monitors off to save the screens.
Overnight scripts detect an upgrade, kernel security patch say,
install it and reboot.
Now if the EDID info is not in the config, the machines whose monitors
are turned off will have a different DPI from those that were left on. 
That might mean that web browsers come up with different sized fonts,
which the user will be likely to notice.

The DDC spec does allow a better solution - the video card must supply 
enough power for the monitor to return EDID info even when not powered,
but I have yet to see a monitor which does that.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


Re: Mouse Daemon for Linux/FreeBSD?

2003-03-01 Thread Andrew C Aitchison
On Fri, 28 Feb 2003, Jeff Garzik wrote:

 Note that CONFIG_INPUT (the new input layer) exists in 2.4.x kernels
 as well...  so you can test right now.   It's just that 2.5.x (and
 2.6.0 when released) has made the new input layer the default.

I'm not really up to speed on the 2.4 stuff, never mind later versions,
but my understanding is that some part of this new input stuff
got back ported to the 2.2 kernel USB input support, so you may have
some level of compatiblilty with older kernels too. I don't know whether 
that helps or hinders.

One point that worries me about 2.2 kernels is that the USB input 
support doesn't do a good job of identifing particular devices with
particular hardware, so if you want a dual seat setup it could be fun
trying to ensure that the right keyboard, screen and mouse go together - 
what do I need to change if I introduce a USB hub ?
Can I put the serial numbers of the mice into the X server config,
and would I want to ?
No doubt 2.6 has good answers to all these questions.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


Re: Multiple video consoles

2003-03-01 Thread Sven Luther
On Fri, Feb 28, 2003 at 04:19:37PM -0500, David Dawes wrote:
 Are you speaking about the current 4.3.0 or the stuff you are working on ?
 
 What I was working on.

Ok, ...

I take it, there will be a 4.4.0 before 5.0 ?

 Well, i am not sure i follow you completely here, but my interrest in
 scaling is :
 
   o having one monitor display the same framebuffer area as the other,
   but in another resolution. Like when your laptop's LCD screen can only
   display 1024x768 but you have to do a presentation on a 800x600 video
   projector. You sent the framebuffer to be 800x600 to have maximum
   quality on the video projector, and scale it to 1024x768 on the
   mirrored display of your LCD screen. 
 
   o displaying lower video modes than what the LCD screen can display
   (or bigger modes also).
 
 The type of scaling that comes for free is when your LCD displays
 1024x768 and the video projector displays 800x600, but that 800x600 is
 just a 800x600 pixel subset of the full 1024x768 desktop.  Other forms

That is not scaling, you juts open a plain second viewport on the same
framebuffer.

 of scaling are either handled by a hardware scaler (that may or may not
 be visible to the XFree86 server and user), or by having something in
 XFree86 that keeps a second copy of the image that is scaled in software.

Mmm, you are speaking of a hardware scaller in the LCD monitor ? 

I am speaking about hardware scaller in the video chip, and altough not
all video chips have those, i guess some have and more will have. Or
else you could just re-use the video overlay unit for it or whatever.

 A lot of chipsets that drive LCD displays do transparent scaling where
 the user and XFree86 server see a 800x600 mode, and the graphic hardware
 scales that to the 1024x768 physical LCD screen.

Well, from my experience (i have a Sony SDM-X52, with both a DVI
connector and a standard VGA connector) this doesn't seem to happen. If
i request a mode lower than what the LCD can display, i get only
garbage, at least on the DVI channel. I believe the VGA channel can do
more advanced things, but didn't sucessfully use them. On the other
hand, my graphic hardware can do arbitrary scaling of the framebuffer
before passing it to the monitor, but i have to program it explicitly. I
guess that this is used by the bios at startup to convert the 640x480
text mode to something my monitor supports, since the fonts appear a bit
blurry.

 These would be static scalings, and could be set by specifying for the 
 viewport, not only the x/y corner like it is done right now, but also
 the source height and width, the scaling would then be set to the ratio
 between the height/width of the destination over the source.
 
 Keep in mind LCD monitors can only do fixed resolution mostly and will
 become more and more predominant.
 
 Most of the current LCD monitors that I've seen can do built-in scaling
 so that they can display non-native resolutions transparently to the user.

Mmm, maybe my monitor can, but the documentation i have doesn't speak
about it, and anyway, it has quite limited frequency ranges. Also, this
precludes doing more advanced stuff like i say below, orupscaling
instead of downscaling.

BTW, do you know any doc on DVI and LCD monitors ? my monitor refuse to
go to sleep when i am using the DVI channel, while it works fine with
the VGA channel.

 Then there is dynamic viewports, similar to what matrox does for windows
 zooming on their windows drivers (i have not seen this personnally
 though). You could designate a window, and have it be used for the
 viewport of a second head. The second viewport would follow the window
 and scale it apropriatedly, including if the window is moved around or
 resized.
 
 I don't know how the Matrox driver works specifically, but if it allows
 arbitrary scaling it may use hardware scaling for the second viewport
 (like XVideo usually uses) to achieve this efficiently.  I don't know
 how it handles partially obscured or partialy off-screen windows.
 
 Tracking fully visible mode-line sized windows in a second viewport is
 the easiest subset of this whole problem to implement.  This is the part
 that could easily be implemented in 4.x without a lot of work.

Yes, altough if we could add a source w/h to the viewport option, we
could do arbitrary hardware scalling too. static scaling only though.

And if the hardware can do it, why limit ourself.

That said, another thing that would be nice, would be the possibility to
specify one display section for every depth, instead of just copying it
for each supported depth. Do many people in these times of 64+Mo of
onboard memory specify different resolutions for different depths ?

 And we would do dual head, not like now with splitting the framebuffer
 into two zones, one for each head, but by sharing the same framebuffer
 between both screens, this would give free dual head DRI also, if the 3D
 engine supports such big displays. Overlay and cursor still would need
 to be 

Re: Stepping outside the box with XAA drivers?

2003-03-01 Thread Juliusz Chroboczek
MV but XAA is an all or nothing thing.

Could you please explain that?  Do you mean that if you use XAA, you
can no longer wrap at the GCOps level?

Juliusz

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


Re: xf86cfg: ERROR SIGSEGV caught!

2003-03-01 Thread Juliusz Chroboczek
SD some fonts can't be displayed any more which worked with freetype1
SD based freetype module

Yes.  The FreeType 1 library had been fine-tuned to include
workarounds for a number of common font bugs (much against David
Turner's preferences).  These hacks are only now getting into 
FreeType 2.

Now that 4.3 is out, I hope we'll be able to upgrade to 2.1.4; when
that happens, I'll be very keen on bug reports describing such failures.

Please do not send such bug reports now -- we do know that the version
of FreeType included in 4.3 has some limitations.

Juliusz

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


Re: Multiple video consoles

2003-03-01 Thread Sven Luther
On Fri, Feb 28, 2003 at 04:19:37PM -0500, David Dawes wrote:
 On Fri, Feb 28, 2003 at 09:04:06PM +0100, Sven Luther wrote:
 Are you speaking about the current 4.3.0 or the stuff you are working on ?
 
 What I was working on.

BTW, is the stuff you were working on accessible on a CVS branch or
something such ?

Friendly,

Sven Luther
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: NVidia driver (open source) on Apple Powerbook G4 12

2003-03-01 Thread Benjamin Herrenschmidt
On Sat, 2003-03-01 at 03:18, Mark Vojkovich wrote:
Hmmm.  I've never tried it on a PowerBook.  I guess I will have
 to see if I can borrow one from around here to play with.  Unfortunately,
 that means it's unlikely to be fixed in 4.3 (I recall having a difficult
 time with Linux PPC installation).

Only very recent apple laptops have nVidia chips, and of course,
those also need very recent kernels, typically not what is on
installation CDs of distros, so indeed, installing can be tough.

For older machines, there are a bunch of distros around that should
pretty much work out of the box. (If you have access to a PPC machine
you want to play with and want some indications about installing
a distro, let me know by email).

I had also a couple of reports of offb not beeing properly restored
on switch from X on non-laptops. (Dan Burcaw from TerraSoft should
have or will shortly send you a note about this).

Can you VT switch back to the X-server OK, and startx again after
 quitting?  If so, it's probably just a matter of not enough stuff
 being saved and restored in the UnLoad/LoadStateExt functions in
 riva_hw.c.  Probably some of the CRTC registers, possibly something
 specific to the PowerBook.  I supposed it could also be an offb
 issue.

I don't think offb can do anything here. It's basically not touching
the hardware at all, and since OF is long dead when linux has
booted, it relies entirely on X restoring the full card state
properly. offb picks whatever framebuffer base address configured
by the firmware, and uses that assuming it is 8 bpp. It does have
a couple of hacks to access the palette registers on some ATIs,
but that's pretty much all it does.

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


Multiple video consoles. What happened to multi-user?

2003-03-01 Thread Yitzhak Bar Geva








The discussion thread
has focused on multi-head for a single user. What about plans for multi-user? Matrox
and Nvidia have four port cards. Why couldnt a single system (maybe multi-processor)
support eight simultaneous users if it had two of those cards and USB input
devices? What would be the preferred method of directing developments towards
this goal?








Re: Stepping outside the box with XAA drivers?

2003-03-01 Thread Mark Vojkovich
On 1 Mar 2003, Juliusz Chroboczek wrote:

 MV but XAA is an all or nothing thing.
 
 Could you please explain that?  Do you mean that if you use XAA, you
 can no longer wrap at the GCOps level?
 

   You can wrap them, but if you are above XAA you MUST call down.
XAA expects to see every rendering request in order to keep its SW/HW 
synchronization accounting straight.  So you can't, for instance,
build another HW-touching rendering layer on top of XAA.


Mark.


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


Re: Multiple video consoles

2003-03-01 Thread Andrew C Aitchison
On Sat, 1 Mar 2003, Sven Luther wrote:

 That said, another thing that would be nice, would be the possibility to
 specify one display section for every depth, instead of just copying it
 for each supported depth. Do many people in these times of 64+Mo of
 onboard memory specify different resolutions for different depths ?

I don't know if it makes sense from a code point of view, but from
the config file side, I'd suggest allowing a Display subsection
to have multiple Depth qualifiers (possiby FbBpp and Visual too).

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


Re: NVidia driver (open source) on Apple Powerbook G4 12

2003-03-01 Thread Christoph Pittracher
On Saturday 01 March 2003 03:18, Mark Vojkovich wrote:
Can you VT switch back to the X-server OK, and startx again after
 quitting?

Yes, I can.

  If so, it's probably just a matter of not enough stuff
 being saved and restored in the UnLoad/LoadStateExt functions in
 riva_hw.c.

Hmm, how can I test that? Is there a list of all registers that 
exists/should be saved?

If you wanted to collect some data you could try reading
 chip-PMC[0x0004/4] at the top of nv10GetConfig() just to
 see what state that was in before the X-server touched it.

What should I do with the data found at chip-PMC[0x0004/4]? I 
didn't take a closer look at the source code, is chip-PMC a struct 
including all registers or how do I know which byte is which register?

Have you tried it in different depths?

Yes, same problem independent on the color depth.

best regards,
Christoph
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: NVidia driver (open source) on Apple Powerbook G4 12

2003-03-01 Thread Mark Vojkovich
On Sun, 2 Mar 2003, Christoph Pittracher wrote:

 On Saturday 01 March 2003 03:18, Mark Vojkovich wrote:
 Can you VT switch back to the X-server OK, and startx again after
  quitting?
 
 Yes, I can.
 
   If so, it's probably just a matter of not enough stuff
  being saved and restored in the UnLoad/LoadStateExt functions in
  riva_hw.c.
 
 Hmm, how can I test that? Is there a list of all registers that 
 exists/should be saved?

   If I knew of more that should be saved, it would be saving
them already.


 
 If you wanted to collect some data you could try reading
  chip-PMC[0x0004/4] at the top of nv10GetConfig() just to
  see what state that was in before the X-server touched it.
 
 What should I do with the data found at chip-PMC[0x0004/4]? I 
 didn't take a closer look at the source code, is chip-PMC a struct 
 including all registers or how do I know which byte is which register?

 chip-PMC[0x0004/4] is a 32 word.  You can just print it out.

ErrorF(chip-PMC[0x0004/4] = 0x%x\n, chip-PMC[0x0004/4]);

will send it to the /var/log/XFree86.0.log.

   That's just a shot in the dark.  There's probably nothing wrong there
since it starts succesfully the second time.

   I'll ask some people about what's different between the
Apple and PC mobile configurations.


Mark.

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


Server doesn't build for me (setjmp)

2003-03-01 Thread Mark Vojkovich
  setjmp is a *macro* (for __sigsetjmp) defined in /usr/include/setjmp.h.  
This is libc 2.2. so it doesn't set HAS_GLIBC_SIGSETJMP.
SYMCFUNCALIAS chokes on this.  This is gcc 2.95.3.

   I think the HAS_GLIBC_SIGSETJMP set logic is wrong.


Mark.

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


Re: Server doesn't build for me (setjmp)

2003-03-01 Thread Marc Aurele La France
On Sat, 1 Mar 2003, Mark Vojkovich wrote:

   setjmp is a *macro* (for __sigsetjmp) defined in /usr/include/setjmp.h.
 This is libc 2.2. so it doesn't set HAS_GLIBC_SIGSETJMP.
 SYMCFUNCALIAS chokes on this.  This is gcc 2.95.3.

I think the HAS_GLIBC_SIGSETJMP set logic is wrong.

You've got glibc 2.2.1, I'll guess.  The #if's should be looking for glibc
 2.2.2, not 2.2, although a host.def override is available (see
xfree86.cf).

Anyway, I'm chasing a related, though a little thornier, problem on my
libc5 system, so I'll fix this too.

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

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


KeyBoard BUG on sparc/sparc64 in 4.3.0 too.

2003-03-01 Thread Balint Cristian
Regard to that one BUG with the mention that it persist in 4.3.0 too 
and any CVS too:

By Rene:
http://marc.theaimsgroup.com/?l=xfree86m=104526841725691w=2

By mysef:
http://marc.theaimsgroup.com/?l=xfree86m=104385693307371w=2

I send more deBug:
http://marc.theaimsgroup.com/?l=xfree86m=104385720707941w=2

and now  my: xmodmap -pk

There are 4 KeySyms per KeyCode; KeyCodes range from 8 to 132.

KeyCode Keysym (Keysym) ...
Value   Value   (Name)  ...

  8 0xff69 (Cancel) 0x (NoSymbol)   0xffc8 (F11)
  9 0x1005ff77 (SunAudioLowerVolume)0x1005ff7b 
(SunVideoLowerBrightness)
 10 0xff66 (Redo)   0x (NoSymbol)   0xffc9 (F12)
 11 0x1005ff79 (SunAudioRaiseVolume)0x1005ff7c 
(SunVideoRaiseBrightness)
 12 0xffbe (F1)
 13 0xffbf (F2)
 14 0xffc7 (F10)
 15 0xffc0 (F3)
 16 0xffc8 (F11)0x (NoSymbol)   0x1005ff10 (SunF36)
 17 0xffc1 (F4)
 18 0xffc9 (F12)0x (NoSymbol)   0x1005ff11 (SunF37)
 19 0xffc2 (F5)
 20 0xff7e (Mode_switch)
 21 0xffc3 (F6)
 22
 23 0xffc4 (F7)
 24 0xffc5 (F8)
 25 0xffc6 (F9)
 26 0xffe9 (Alt_L)
 27 0xff52 (Up)
 28 0xff13 (Pause)  0x (NoSymbol)   0xff6b (Break)
 29 0xff61 (Print)  0x (NoSymbol)   0xff15 (Sys_Req)
0x1005ff60 (SunSys_Req)
 30 0xff14 (Scroll_Lock)
 31 0xff51 (Left)
 32 0x1005ff70 (SunProps)   0x (NoSymbol)   0xffca (F13)
 33 0xff65 (Undo)   0x (NoSymbol)   0xffcb (F14)
 34 0xff54 (Down)
 35 0xff53 (Right)
 36 0xff1b (Escape)
 37 0x0031 (1)  0x0021 (exclam)
 38 0x0032 (2)  0x0040 (at)
 39 0x0033 (3)  0x0023 (numbersign)
 40 0x0034 (4)  0x0024 (dollar)
 41 0x0035 (5)  0x0025 (percent)
 42 0x0036 (6)  0x005e (asciicircum)
 43 0x0037 (7)  0x0026 (ampersand)
 44 0x0038 (8)  0x002a (asterisk)
 45 0x0039 (9)  0x0028 (parenleft)
 46 0x0030 (0)  0x0029 (parenright)
 47 0x002d (minus)  0x005f (underscore)
 48 0x003d (equal)  0x002b (plus)
 49 0x0060 (grave)  0x007e (asciitilde) 0x00b4 (acute)
 50 0xff08 (BackSpace)  0xfed5 (Terminate_Server)
 51 0xff63 (Insert)
 52 0x1005ff78 (SunAudioMute)   0x1005ff7a (SunVideoDegauss)
 53 0xffaf (KP_Divide)  0x (NoSymbol)   0xffd6 (F25)
 54 0xffaa (KP_Multiply)0x (NoSymbol)   0xffd7 (F26)
 55 0x1005ff76 (SunPowerSwitch) 0x1005ff7d (SunPowerSwitchShift)
 56 0x1005ff71 (SunFront)   0x (NoSymbol)   0xffcc (F15)
 57 0xff9f (KP_Delete)  0xffae (KP_Decimal)
 58 0x1005ff72 (SunCopy)0x (NoSymbol)   0xffcd (F16)
 59 0xff50 (Home)
 60 0xff09 (Tab)0xfe20 (ISO_Left_Tab)
 61 0x0071 (q)  0x0051 (Q)
 62 0x0077 (w)  0x0057 (W)
 63 0x0065 (e)  0x0045 (E)
 64 0x0072 (r)  0x0052 (R)
 65 0x0074 (t)  0x0054 (T)
 66 0x0079 (y)  0x0059 (Y)
 67 0x0075 (u)  0x0055 (U)
 68 0x0069 (i)  0x0049 (I)
 69 0x006f (o)  0x004f (O)
 70 0x0070 (p)  0x0050 (P)
 71 0x005b (bracketleft)0x007b (braceleft)
 72 0x005d (bracketright)   0x007d (braceright)
 73 0x (Delete)
 74 0xff20 (Multi_key)
 75 0xff95 (KP_Home)0xffb7 (KP_7)   0xffd8 (F27)
 76 0xff97 (KP_Up)  0xffb8 (KP_8)   0xffd9 (F28)
 77 0xff9a (KP_Prior)   0xffb9 (KP_9)   0xffda (F29)
 78 0xffad (KP_Subtract)
 79 0x1005ff73 (SunOpen)0x (NoSymbol)   0xffce (F17)
 80 0x1005ff74 (SunPaste)   0x (NoSymbol)   0xffcf (F18)
 81 0xff57 (End)
 82
 83 0xffe3 (Control_L)
 84 0x0061 (a)  0x0041 (A)
 85 0x0073 (s)  0x0053 (S)
 86 0x0064 (d)  0x0044 (D)
 87 0x0066 (f)  0x0046 (F)
 88 0x0067 (g)  0x0047 (G)
 89 0x0068 (h)  0x0048 (H)
 90 0x006a (j)  0x004a (J)
 91 0x006b (k)  0x004b (K)
 92 0x006c (l)  0x004c (L)
 93 0x003b (semicolon)  0x003a (colon)
 94 0x0027 (apostrophe) 0x0022 (quotedbl)   0x00b4 (acute)
 95 0x005c (backslash)  0x007c (bar)
 96 0xff0d (Return)
 97 0xff8d (KP_Enter)
 98 0xff96 (KP_Left)0xffb4 (KP_4)   0xffdb (F30)
 99 

[Fonts] Re: [Fontconfig] May these patches go into next release?

2003-03-01 Thread Keith Packard
Around 16 o'clock on Feb 28, Yun-Ta Tsai wrote:

 I found some patches that will fix several truetype fonts problems 
 with asian characters both on printing to printer and showing on screen, also 
 support asian font name. Unfortunatelly, I can't patch by myself because qt 
 keep releasing , so I require for help. Three packages are needed to be 
 patched: xft2, fontconfig, and libqt3c102 which will be a little bit nasty.

Please open suitable bug reports for fontconfig issues at
http://fontconfig.org/bugzilla and supply patches relative to current CVS 
instead of version 2.1.  Each problem will need a separate bugzilla entry 
that includes enough information about what is wrong to evaluate whether 
the supplied patch is the right way to fix the issue.

From looking at the patch as supplied, I believe many of the issues are 
likely resolved in current fontconfig CVS versions.

-keith


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


Re: [XFree86] does 4.3 have better matrox g550 support?

2003-03-01 Thread Dr Andrew C Aitchison
On Fri, 28 Feb 2003, B. Levin wrote:

 I have a dual dvi (special version, sort of) matrox g550.  many times when I
 startx it seems to hang for a minute and then you eventually get video.
 
 (not sure if its related or random but when I startx as root I -think- it
 starts faster, but I might be wrong.)
 
 and the startup time after a fresh coldstart seems to be different than a warm
 restart.  maybe there are some modes set in the card that cause confusion after
 X exits and restarts again, later on?
 
 at any rate, it seems that there's some vesa probing going on and it takes a
 long time to learn the modes before starting X.

There are 3 ways of trying to get the monitor info out of a G550.
With 4.2 the mga driver didn't actually try the third method when starting 
the server (it was only used by X -configure) so although 4.3 wont speed 
things up it will at least end up by getting the data.

With 4.2 or 4.3 try putting the following into *both* Device sections
of your config file:
Option noDDC1
Option noDDC2
In my experience these two don't provide info from DVI monitors,
so disabling them should speed things up without losing you anything.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


Re: [XFree86] driver for ATI Xpert98 AGP under Xfree86 4.3?

2003-03-01 Thread Dr Andrew C Aitchison
On Fri, 28 Feb 2003, Reid Vail wrote:

 I have this older ATI card (Xpert 98 AGP) and am wondering if theATI 
 driver that runs under Xfree86 4.3 supports the AGP functionality?  The 
 Xfree86 site which references this seems pretty ambigious to me.  It 
 says it supports the Rage classd. But the old Xfree 3.3.6 looks more 
 comprehensive, but am not sure if I need to get that Xfree86 version loaded.

Use 4.3.
I'm not sure whether the 4.3 driver will use the extra functionality 
of the AGP bus, but if it doesn't 3.3.6 certainly wont.

I have an Xpert98 PCI and an Xpert99 AGP running with 4.2 and 4.3 -
I'm reasonable certain that 4.3 supports the Xpert98 AGP as well.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


[XFree86] Xserver freeze with mga mystique

2003-03-01 Thread Lars Andersson

Hi,

I'm having problems with XFree86 4.2.1 and a Matrox Mystique card. I'm
trying to use the card in a P2 box with an onboard ATI Mach64. When
running with the mga driver things seem to work fine at first, but when
I start moving windows or opening fvwm2 menus a bit too fast everything
just freezes. I can move the pointer but nothing else, like
ctrl-alt-backspace or ctrl-alt-delete, works. If I turn off acceleration
using Option NoAccel 1 it doesn't crash.

I can imagine that this might have something to do with having two
videocards in the system, but there doesn't seem to be any (nonviolent)
way to disable the onboard card.

I'm running Linux 2.4.20. If it's any help, the same thing happens when
running XFree86 4.2.1 under FreeBSD 4.7.

I have attached XFree86 logs from both the ATI and mystique. If there's
any other information that would be useful or something else I should try
please let me know.

Any help would be very appreciated...

Lars

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.20 i686 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sat Mar  1 12:13:05 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.2.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 00
(II) PCI: 00:10:0: chip 8086,1229 card 8086,0008 rev 05 class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 102b,051a card , rev 02 class 03,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4742 card , rev 5c class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x80 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 

[XFree86] XF86Config problem on Toshiba 2410 404

2003-03-01 Thread Marwede Dirk
Hi,

I installed Suse 7.2 on a Toshiba 2410 404 and have a
persisting problem with the XF86Config File
(XFree4.0.3):

During the installation process I skipped X11
configuration and starting up the first time I ran
sax2 and here my problem starts: it came up with a
800x600 resolution with 8 bit color depth.

If I accept this resolution I can succesfully startx,
but when logging out, rebooting or halting the system 
Xserver crashes. 

When I change the resolution to 1024x768 during Sax2
configuration I cant startx. I always get a No Device
Found Error.

I browsed the Web and I found two installation guides
concernning linux on toshiba 2410 404, one using
Debian, one using Suse 7.3 . Both of them have posted
their XF86Config File. If I use the debian one I can
start x with 1024x768, but on logging out, rebooting
or halting the system Xserver crashes. When I use the
one configured with Suse I get a No Device Found
Error. Suprisingly both files do not contain modelines
!

I got the impression that the modelines in my
XF86Config file are the problem. The No Device Found
Error states that there is no appropriate screen
found.

Anybody an idea why Xserver crashes in low resolution
mode or why high resolution mode configured with Sax2
does not find an appropriate screen ?

Thanks

Dirk

__

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Bis zu 100 MB Speicher bei http://premiummail.yahoo.de
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] ONE QUESTION

2003-03-01 Thread Giraldo Alonso Suarez
Hello colleagues:
Please, i have a doubt. I need make a investigation about graphic
servers in Unix, but I don't know anything about this. I need to
somebody help me... i don't know that graphic server use Linux, Suse and
the others distribution... or all distribution use xfree86 like graphic
server.]

Thanks in advanced

Girald

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


Re: [XFree86] Top 10 list of Most Linux Friendly Video Card Vendors?

2003-03-01 Thread Gideon Go
Thanks for your help!  I'll just look at what old cards are still 
available in the stores and
check them out on the Driver Status page *before* I will buy one.  (It's 
a pity that no such list as I looked for exists, however, since it would 
clearly be a good advertisement for those vendors willing to help 
developing drivers for XFree86.)

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


[XFree86] SuSE 8.1 + Radeon 7000

2003-03-01 Thread Tom Wesley
hi all

has anyone tried installing the 4.3 rpm's from the suse ftp?  
Mine went ok, however my 3d accel for some reason sometimes 
freezes the computer.  Has anyone else seen this with a Radeon 7000?
I'm using to most recent 2.4.20 kernel...

Tom

pgp0.pgp
Description: signature


RE: [XFree86] provide me a solution for GUI

2003-03-01 Thread Josh Liechty
The problem you are having concerns the X Font Server (XFS, not to be
confused with SGI's filesystem for IRIX and Linux that goes by the same
acronym), and an inability of XFree86 to locate it's fixed font file.
But first, I see you are running a pre-release version of the XFree86.
Although this is probably a simple configuration file error, it might
not hurt to also update to the latest version (4.3.0 has been released a
few days ago). Have you run XFree86 -configure and then tested the new
XF86Config file?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Pradeep P
Sent: Friday, February 28, 2003 11:43 PM
To: [EMAIL PROTECTED]
Subject: [XFree86] provide me a solution for GUI

Sirs,

I am using RedHat Linux 7.3 and I am not able to use GUI mode. 
When I tried the latest update of Xfree86 I got the following log 
file which I have attached for your reference.

I am using the monitor Samsung Sync 750S

Kindly provide me a solution for the same.

Expecting a favourable reply from you.

Yours faithfully,
P.Pradeep


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


RE: [XFree86] ONE QUESTION

2003-03-01 Thread Josh Liechty
Every Linux distribution that I know of uses XFree86 for its
implementation of the X Window System. You can also buy commercial
versions of the X Window System, but they tend to be pricey, and what's
the point, anyway, when XFree86 works just fine?

Other UNIX-like operating systems that use XFree86 are FreeBSD, NetBSD,
and OpenBSD. There are also special versions of XFree86 that can run
atop of the Mac OS X GUI or the Windows operating system to allow some
applications to be run there.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Giraldo Alonso Suarez
Sent: Saturday, March 01, 2003 8:26 AM
To: [EMAIL PROTECTED]
Subject: [XFree86] ONE QUESTION

Hello colleagues:
Please, i have a doubt. I need make a investigation about graphic
servers in Unix, but I don't know anything about this. I need to
somebody help me... i don't know that graphic server use Linux, Suse and
the others distribution... or all distribution use xfree86 like graphic
server.]

Thanks in advanced

Girald


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


RE: [XFree86] ONE QUESTION

2003-03-01 Thread Giraldo Alonso Suarez
Then, UNIX only use xfree86 like grafic server?
 

-Original Message-
From: Josh Liechty [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 01, 2003 9:47 AM
To: [EMAIL PROTECTED]
Subject: RE: [XFree86] ONE QUESTION

Every Linux distribution that I know of uses XFree86 for its
implementation of the X Window System. You can also buy commercial
versions of the X Window System, but they tend to be pricey, and what's
the point, anyway, when XFree86 works just fine?

Other UNIX-like operating systems that use XFree86 are FreeBSD, NetBSD,
and OpenBSD. There are also special versions of XFree86 that can run
atop of the Mac OS X GUI or the Windows operating system to allow some
applications to be run there.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Giraldo Alonso Suarez
Sent: Saturday, March 01, 2003 8:26 AM
To: [EMAIL PROTECTED]
Subject: [XFree86] ONE QUESTION

Hello colleagues:
Please, i have a doubt. I need make a investigation about graphic
servers in Unix, but I don't know anything about this. I need to
somebody help me... i don't know that graphic server use Linux, Suse and
the others distribution... or all distribution use xfree86 like graphic
server.]

Thanks in advanced

Girald


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


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


[XFree86] Error - how to fix it?

2003-03-01 Thread soomal
Hello.

I have compiled 2.4.20-ac1 kernel and installed NVIDIA_kernel and NVIDIA_GLX
packages.
When i types:

# startx

server is not starting and i giving that message:

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
 If the server is older than 6-12 months, or if your card is
 newer than the above date, look for a newer version before
 reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.2.22 i686 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.8.log, Time: Wed Feb 26 13:08:29 2003
(++) Using config file: /root/XF86Config.new
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to
/usr/share/fonts/misc/,/usr/share/fonts/Speedo/,/usr/share/fonts/Type1/,/us
r/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 9

(II) Open APM successful
(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.1
 XFree86 Video Driver: 0.5
 XFree86 XInput driver : 0.3
 XFree86 Server Extension : 0.1
 XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
 compiled for 4.2.1, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
 compiled for 4.2.1, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card , rev 03 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 1106,8305 card , rev 00 class 06,04,00 hdr
01
(II) PCI: 00:07:0: chip 1106,0686 card 1106, rev 22 class 06,01,00 hdr
80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 10 class 01,01,8a hdr
00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr
00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr
00
(II) PCI: 00:07:4: chip 1106,3057 card , rev 30 class 06,80,00 hdr
00
(II) PCI: 00:07:5: chip 1106,3058 card 1106,3058 rev 20 class 04,01,00 hdr
00
(II) PCI: 00:0b:0: chip 14f1,1056 card 14f1,1056 rev 08 class 07,80,00 hdr
00
(II) PCI: 01:00:0: chip 10de,0110 card 1102,1048 rev a1 class 03,00,00 hdr
00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
 compiled for 4.2.1, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
 [0] -1 0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
 [0] -1 0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
 [0] -1 0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0xda00 - 0xdbff (0x200) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0xd000 - 0xd7ff (0x800) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia GeForce2 MX/MX 400 rev 161, Mem  0xda00/24,
0xd000/27
(II) Addressable bus resource ranges are
 [0] -1 0x - 0x (0x0) MX[B]
 [1] -1 0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
 [0] -1 0xffe0 - 0x (0x20) MX[B](B)
 [1] -1 0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
 [2] -1 0x000f - 0x000f (0x1) MX[B]
 [3] -1 0x000c - 0x000e (0x3) MX[B]
 [4] -1 0x - 0x0009 (0xa) MX[B]
 [5] -1 0x - 0x (0x1) IX[B]
 [6] -1 0x - 0x00ff (0x100) IX[B]
(II) Active PCI resource ranges:
 [0] -1 0xdc00 - 0xdc00 (0x1) MX[B]
 [1] -1 0xd800 - 0xd9ff (0x200) MX[B]
 [2] -1 0xd000 - 0xd7ff (0x800) MX[B](B)
 [3] -1 0xda00 - 0xdaff 

Re: [XFree86] Radeon Mobility m7 problem

2003-03-01 Thread Warren Sypteras
Does anyone have any suggestions?

Warren



Warren Sypteras wrote:
 
 Folks;
 
 I've loaded Linux Mandrake 9.0 onto my Compaq Evo
 N610c which uses the
 ATI Radeon Mobility M7 LW video.
 
 X -version = 4.2.1 Release date 3 September 2002
 
 The display gets unstable under various conditions
 
 * CTRL-ALT-F1 and back cause screen +
 mouse lockup
 * Suspend and back
 * Power monitor
 * Looking at the display cross-eyed
 sometimes causes it to
   have a fit
 
 The symptoms sometimes looks like loss of
 horizontal sync. Other times
 it just locks up.
 
 Is there a cure, patch, new rev, or spell I can
 cast to stop this?
 
 Thanks
 
 Warrenbegin:vcard 
n:Sypteras;Warren
tel;cell:978-973-2311
tel;fax:508-841-3015
tel;home:978-355-6726
tel;work:508-841-6055
x-mozilla-html:FALSE
url:http://users.110.net/~pr2939
org:StorageWorks Engineering;Software Solutions Hewlett Packard Corp
adr:;;351 Walnut Hill Rd;Barre;Ma;01005;U.S.A.
version:2.1
email;internet:[EMAIL PROTECTED]
title:Principle Software Engineer
note;quoted-printable:The Email address in this card is my home=0D=0AFor fastest response use my cell phone=0D=0Anumber.
x-mozilla-cpt:;-1056
fn:Warren Sypteras
end:vcard


Re: [XFree86] ONE QUESTION

2003-03-01 Thread Alan Coopersmith
Almost all Unix systems include a version of the X Window System - generally
based off the original MIT/X Consortium/X.org sources.  XFree86 is a branch
off those sources which is used by most open source releases.  You can find
more information at http://www.x.org/
(Technically, in order to claim to be a Unix Workstation (tm), a system must
 include the X Window System - see http://www.opengroup.org/regproducts/xwm0.htm  )
Long long ago, in the late 80's, this was not always true and there were other
graphics systems on Unix, such as Sun NeWS and Apollo DM, but they have all long
since died out.  There have also been attempts to develop new ones, such as 
Berlin, but they have not been able to gain much hold against X.  The only major
Unix-like system that comes with anything other than X today is MacOS X, for 
which X is now available, but the native graphics system is Apple's Quartz.

--
-Alan Coopersmith-  [EMAIL PROTECTED]
 Sun Microsystems, Inc.   -   Sun Software Group
 Quality, Integration,  Customer Success (QICS)
 Platform Globalization Engin. - X11 Engineering
Giraldo Alonso Suarez wrote:
Then, UNIX only use xfree86 like grafic server?
 

-Original Message-
From: Josh Liechty [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 01, 2003 9:47 AM
To: [EMAIL PROTECTED]
Subject: RE: [XFree86] ONE QUESTION

Every Linux distribution that I know of uses XFree86 for its
implementation of the X Window System. You can also buy commercial
versions of the X Window System, but they tend to be pricey, and what's
the point, anyway, when XFree86 works just fine?
Other UNIX-like operating systems that use XFree86 are FreeBSD, NetBSD,
and OpenBSD. There are also special versions of XFree86 that can run
atop of the Mac OS X GUI or the Windows operating system to allow some
applications to be run there.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Giraldo Alonso Suarez
Sent: Saturday, March 01, 2003 8:26 AM
To: [EMAIL PROTECTED]
Subject: [XFree86] ONE QUESTION
Hello colleagues:
Please, i have a doubt. I need make a investigation about graphic
servers in Unix, but I don't know anything about this. I need to
somebody help me... i don't know that graphic server use Linux, Suse and
the others distribution... or all distribution use xfree86 like graphic
server.]
Thanks in advanced

Girald

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


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


Re: [XFree86] Toshiba Satellite

2003-03-01 Thread Lionel Lecoq
You may want to try X 3.3.6
--- Scott Elgram [EMAIL PROTECTED] wrote:
hello,
I am trying to set up this old Toshiba Satellite T2105CS that I found in
 my server room at work.  Its   an old machine (486dx, I think, 350mb HD,
 12mb RAM).  I put slackware 8.0 on it an it runs fine, but, I am having
 major issues with X.  So far I have gotten X running but the type is too big
 and half of it runs out to the right past the end of the screen.  I have
 tried other XF86Config settings but I either get a signal 11 error or an
 error saying screens found, but none have usable configurations.  Right
 now I have it set up and it just goes black and stays there.
 
Has anyone ever set one of these machines up with X?  Is it even
 possible?
 
 PLEASE HELP!
 
 -Scott
 [EMAIL PROTECTED]
 
 P.S. I looked on http://www.linux-laptop.net/ but the only link concerning
 my problem is dead
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Xserver freeze with mga mystique

2003-03-01 Thread Lionel Lecoq
Usually you can disable it in the BIOS setup...
Lionel
--- Lars Andersson [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I'm having problems with XFree86 4.2.1 and a Matrox Mystique card. I'm
 trying to use the card in a P2 box with an onboard ATI Mach64. When
 running with the mga driver things seem to work fine at first, but when
 I start moving windows or opening fvwm2 menus a bit too fast everything
 just freezes. I can move the pointer but nothing else, like
 ctrl-alt-backspace or ctrl-alt-delete, works. If I turn off acceleration
 using Option NoAccel 1 it doesn't crash.
 
 I can imagine that this might have something to do with having two
 videocards in the system, but there doesn't seem to be any (nonviolent)
 way to disable the onboard card.
 
 I'm running Linux 2.4.20. If it's any help, the same thing happens when
 running XFree86 4.2.1 under FreeBSD 4.7.
 
 I have attached XFree86 logs from both the ATI and mystique. If there's
 any other information that would be useful or something else I should try
 please let me know.
 
 Any help would be very appreciated...
 
 Lars
  
 XFree86 Version 4.2.1 / X Window System
 (protocol Version 11, revision 0, vendor release 6600)
 Release Date: 3 September 2002
   If the server is older than 6-12 months, or if your card is
   newer than the above date, look for a newer version before
   reporting problems.  (See http://www.XFree86.Org/)
 Build Operating System: Linux 2.4.20 i686 [ELF] 
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Sat Mar  1 12:13:05 2003
 (==) Using config file: /etc/X11/XF86Config-4
 (==) ServerLayout XFree86 Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor Monitor0
 (**) |   |--Device Card0
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (==) Keyboard: CustomKeycode disabled
 (**) FontPath set to

/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
 (**) RgbPath set to /usr/X11R6/lib/X11/rgb
 (**) ModulePath set to /usr/X11R6/lib/modules
 (--) using VT number 7
 
 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
 (II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.1
   XFree86 Video Driver: 0.5
   XFree86 XInput driver : 0.3
   XFree86 Server Extension : 0.1
   XFree86 Font Renderer : 0.3
 (II) Loader running on linux
 (II) LoadModule: bitmap
 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
 (II) Module bitmap: vendor=The XFree86 Project
   compiled for 4.2.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.3
 (II) Loading font Bitmap
 (II) LoadModule: pcidata
 (II) Loading /usr/X11R6/lib/modules/libpcidata.a
 (II) Module pcidata: vendor=The XFree86 Project
   compiled for 4.2.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.5
 (II) PCI: Probing config type using method 1
 (II) PCI: Config type is 1
 (II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr 00
 (II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
 (II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 80
 (II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
 (II) PCI: 00:07:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
 (II) PCI: 00:07:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 00
 (II) PCI: 00:10:0: chip 8086,1229 card 8086,0008 rev 05 class 02,00,00 hdr 00
 (II) PCI: 00:13:0: chip 102b,051a card , rev 02 class 03,00,00 hdr 00
 (II) PCI: 01:00:0: chip 1002,4742 card , rev 5c class 03,00,00 hdr 00
 (II) PCI: End of PCI scan
 (II) LoadModule: scanpci
 (II) Loading /usr/X11R6/lib/modules/libscanpci.a
 (II) Module scanpci: vendor=The XFree86 Project
   compiled for 4.2.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.5
 (II) UnloadModule: scanpci
 (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
 (II) Host-to-PCI bridge:
 (II) PCI-to-ISA bridge:
 (II) PCI-to-PCI bridge:
 (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
 (II) Bus 0 I/O range:
   [0] -1  0x - 0x (0x1) IX[B]
 (II) Bus 0 non-prefetchable memory range:
   [0] -1  0x - 0x (0x0) MX[B]
 (II) Bus 0 prefetchable memory range:
   [0] -1  0x - 0x (0x0) MX[B]
 (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x80 (VGA_EN is cleared)
 (II) Bus 1 I/O range:
 (II) Bus 1 non-prefetchable memory range:
 (II) Bus 1 

[XFree86] ATi RADEON 9000: ait or radeon driver?

2003-03-01 Thread Carlos Carnero
Hi,

I'm trying to set up my ATi RADEON 9000 PRO, and I'm a
little confused: should I use the ati or radeon driver
for dual-head + xinerama?

Best regards,
Carlos.

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] ATI Radeon 7500 series on a Red Hat 8.0 workstation

2003-03-01 Thread Estevan Cedillo
Didn't you use the phobe option it usally get the video card you have now. 
Is the white box the Professional Edition of Red Hat 8.0






From: Oisin C. Feeley [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] ATI Radeon 7500 series on a Red Hat 8.0 workstation
Date: Fri, 28 Feb 2003 12:11:03 -0800 (PST)
On Thu, 27 Feb 2003, Clarence Wiggins, II wrote:


I'm having a problem with Xfree86 starting on my workstation.  I'm
using Red Hat 8.0 distribution on a white box.  I know some users have
What is a white box?

had no problems with an ATI Radeon 7500 graphics card working on their
Red Hat system right out of the box but for some reason I'm have some
problem with it. I hope I have supplied enough information for someone
to help me out. Thanks for your help,
Are you using an LCD screen?

Have you tried using redhat-config-xfree86?

What does your /etc/X11/XF86Config contain?

Oisin Feeley

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


_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: [XFree86] ATi RADEON 9000: ait or radeon driver?

2003-03-01 Thread Estevan Cedillo
Radeon




From: Carlos Carnero [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [XFree86] ATi RADEON 9000: ait or radeon driver?
Date: Sat, 1 Mar 2003 08:56:55 -0800 (PST)
Hi,

I'm trying to set up my ATi RADEON 9000 PRO, and I'm a
little confused: should I use the ati or radeon driver
for dual-head + xinerama?
Best regards,
Carlos.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


Re: [XFree86] Xserver freeze with mga mystique

2003-03-01 Thread Lars Andersson
Not really... For Video adapter something in the BIOS I have the options
Onboard and Auto. Choosing Auto makes the Mystique card active but the
ATI card is still found during the pci scans as you can see in the log
files. There is no option for completely disabling the onboard card.
Besides, things should still work even if I have two video cards.

/Lars

 Usually you can disable it in the BIOS setup...
 Lionel

 --- Lars Andersson [EMAIL PROTECTED] wrote:
 
  Hi,
 
  I'm having problems with XFree86 4.2.1 and a Matrox Mystique card. I'm
  trying to use the card in a P2 box with an onboard ATI Mach64. When
  running with the mga driver things seem to work fine at first, but when
  I start moving windows or opening fvwm2 menus a bit too fast everything
  just freezes. I can move the pointer but nothing else, like
  ctrl-alt-backspace or ctrl-alt-delete, works. If I turn off
  acceleration
  using Option NoAccel 1 it doesn't crash.
 
  I can imagine that this might have something to do with having two
  videocards in the system, but there doesn't seem to be any (nonviolent)
  way to disable the onboard card.
 
  I'm running Linux 2.4.20. If it's any help, the same thing happens when
  running XFree86 4.2.1 under FreeBSD 4.7.
 
  I have attached XFree86 logs from both the ATI and mystique. If there's
  any other information that would be useful or something else I should try
  please let me know.
 
  Any help would be very appreciated...
 
  Lars

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


Re: [XFree86] SuSE 8.1 + Radeon 7000

2003-03-01 Thread ahaning
I've seen this on my Radeon VE/7000, as well. If you kill the offending 
app (I can get it to occur with the endgame screenhack from 
xscreensavers most easily) by logging in remotely, you can get X back.

Not sure what can be done about this, except for a 4.3.1.

I got my source tree from CVS, too, so it isn't just the SUSE packages.

-Andy

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


[XFree86] DPMS no longer functions correctly for nv TNT2 M64 in 4.3.0

2003-03-01 Thread William Kucharski
Manual DPMS commands (e.g. xset dpms force off) worked correctly in XFree86
4.2.0 but no longer work in 4.3.0; instead the screen blanks but the monitor
does NOT enter DPMS poweroff mode.

The monitor in question is a Sony GDM-500PS.

Here is the log:

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.18-24.7.x i686 [ELF] 
Build Date: 01 March 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sat Mar  1 11:38:03 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor Sony GDM-500PS
(**) |   |--Device RIVA TNT2 M64
(**) |--Input Device IBM Explorer
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0645 card 1043,8078 rev 01 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0008 card , rev 00 class 06,01,00 hdr 80
(II) PCI: 00:02:2: chip 1039,7001 card 1043,807a rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1043,807a rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1043,807a rev d0 class 01,01,80 hdr 80
(II) PCI: 00:09:0: chip 9004,8178 card 9004,7881 rev 01 class 01,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1106,3043 card 1186,1400 rev 06 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,002d card 10b0, rev 15 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xf300 - 0xf3ff (0x100) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xfbf0 - 0xfebf (0x2d0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] rev 21, 
Mem @ 0xf300/24, 0xfc00/25, BIOS @ 0xfbff/16
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0   0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0   0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1  0   0x000f - 0x000f (0x1) MX[B]
[3] -1  0   0x000c - 0x000e (0x3) MX[B]
[4] -1  0   0x - 0x0009 (0xa) MX[B]
[5] -1  0   0x 

[XFree86] Problem with xfree / ATI M7 / grsec: Can't mmap BIOS

2003-03-01 Thread Klaus Kusche
Today, I installed Gentoo's latest stable kernel 2.4.20-gentoo-r1 
which includes the GR security patches. I have enabled the kmem 
protection of the GR security patches, which prohibits writing to 
/dev/kmem and /dev/mem (and also mmapping them for write) and opening 
/dev/port, but - according to the documentation - specifically allows 
xfree to mmap video memory.

With the new kernel, xfree fails to start:
* First, it gives an error message about being unable to access the BIOS:
(EE) RADEON(0): Cannot map SYS BIOS
* Then, it gives up with the following message:
Fatal server error:
xf86MapVidMem: Could not mmap framebuffer (0x,0x1000) (Operation 
not permitted)

(Note that the mapped address is 0, which looks extremely strange to me!)

The same configuration (also with grsec's kmem switched on!) worked fine 
for me with the previous Gentoo kernel (2.4.19-r10) and the same xfree. 
It also works with the new kernel if kmem protection is disabled.

This is on a sony notebook with an ATI M7.

Questions:
* Does xfree mmap the BIOS read/write and why?
* What consequences will it have if the BIOS is not accessible (on a 
notebook, with the builtin flat panel).
* Is the strange framebuffer mmap a consequence of the BIOS problem?
* Any tips or help concerning grsec and xfree?

Many thanks in advance!

--
DI. Dr. Klaus Kusche
Email: [EMAIL PROTECTED]WWW: http://members.inode.at/kusche
Phone @ home: +43 7234 83894 Phone @ work: +43 732 673368 0
Private address:   Buchenweg 15, A-4100 Ottensheim, Austria
Office address: HTBLA Leonding, Limesstr. 12-14, 4060 Leonding, Austria
or  HTBLA Traun, Holzbauernstr. 20, 4050 Traun, Austria
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] -configure crash

2003-03-01 Thread Wayne
Dear XFree86,

This happened on a new Dell 2350 with 1.7 MHz Celeron.

Fatal server error:

XFree86 has found a valid card configuration.
Unfortunately the appropriate data has not been added to xf86PciInfo.h.
Please forward 'scanpci -v' output to XFree86 support team.

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]

scanpci -v output:
-

pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x2560
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x3090  COMMAND 0x0006
  CLASS 0x06 0x00 0x00  REVISION 0x03
  BASE0 0xe808  addr 0xe800  MEM PREFETCHABLE
  BYTE_00x33c  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x02 function 0x00: vendor 0x8086 device 0x2562
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0090  COMMAND 0x0007
  CLASS 0x03 0x00 0x00  REVISION 0x03
  BASE0 0xe008  addr 0xe000  MEM PREFETCHABLE
  BASE1 0xee00  addr 0xee00  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x05

pci bus 0x cardnum 0x1d function 0x00: vendor 0x8086 device 0x24c2
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BASE4 0xd801  addr 0xd800  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x09

pci bus 0x cardnum 0x1d function 0x01: vendor 0x8086 device 0x24c4
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BASE4 0xd001  addr 0xd000  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x05

pci bus 0x cardnum 0x1d function 0x02: vendor 0x8086 device 0x24c7
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BASE4 0xd401  addr 0xd400  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x03

pci bus 0x cardnum 0x1d function 0x07: vendor 0x8086 device 0x24cd
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0290  COMMAND 0x0006
  CLASS 0x0c 0x03 0x20  REVISION 0x02
  BASE0 0xee08  addr 0xee08  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x0b

pci bus 0x cardnum 0x1e function 0x00: vendor 0x8086 device 0x244e
 Intel  Device unknown
  STATUS0x8880  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x82
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x01  SUBBUS 0x01  SECLT 0x20
  IOBASE0xc000  IOLIM 0xcfff  SECSTATUS 0x2280
  NOPREFETCH_MEMBASE 0xec00  MEMLIM 0xedff
  PREFETCH_MEMBASE   0xfff0  MEMLIM 0x000f
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT NO_VGA_EN ISA_EN SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1f function 0x00: vendor 0x8086 device 0x24c0
 Intel  Device unknown
  STATUS0x0280  COMMAND 0x000f
  CLASS 0x06 0x01 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BYTE_00x401  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x01: vendor 0x8086 device 0x24cb
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0007
  CLASS 0x01 0x01 0x8a  REVISION 0x02
  BASE0 0x0001  addr 0x  I/O
  BASE1 0x0001  addr 0x  I/O
  BASE2 0x0001  addr 0x  I/O
  BASE3 0x0001  addr 0x  I/O
  BASE4 0xf001  addr 0xf000  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x00
  BYTE_00xe377a307  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x03: vendor 0x8086 device 0x24c3
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0001
  CLASS 0x0c 0x05 0x00  REVISION 0x02
  BASE4 0x0501  addr 0x0500  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b
  BYTE_00x01  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x05: vendor 0x8086 device 0x24c5
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0290  COMMAND 0x0007
  CLASS 0x04 0x01 0x00  REVISION 0x02
  BASE0 0xe001  addr 0xe000  I/O
  BASE1 0xe401  addr 0xe400  I/O
  BASE2 0xee081000  addr 0xee081000  MEM
  BASE3 0xee082000  addr 0xee082000  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b
  BYTE_00x109  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x0001 cardnum 0x05 function 0x00: vendor 0x1113 device 0x1211
 Device unknown
 CardVendor 0x1113 card 0x1211 (Card unknown)
  STATUS0x0290  

[XFree86] Dual-head video card recommendations sought

2003-03-01 Thread Nik Clayton
Hi,

Can someone recommend any video cards that fit the following criteria:

  * Has dual-head support
  * Can run each head at different resolutions / depths (1 head at
1600x1200, 1 head at 1280x1024)
  * Supports mixed analogue / DVI output (1 head analogue, 1 head DVI)
  * Works with XFree86 (obviously)

I'm planning on obtaining a TFT screen, and running it alongside my
existing CRT, hence these requirements.

Equally useful would be pointers to the appropriates bits of XFree86
documentation where I can find this info for myself, since I've drawn a 
blank with my existing searches.

Grateful thanks for any assistance.

N
-- 
FreeBSD: The Power to Serve  http://www.freebsd.org/   (__)
FreeBSD Documentation Projecthttp://www.freebsd.org/docproj/\\\'',)
  \/  \ ^
   --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 --- .\._/_)


pgp0.pgp
Description: PGP signature


Re: [XFree86] Radeon Mobility m7 problem

2003-03-01 Thread Dominik Szczerba
Warren Sypteras wrote:
Folks;

I've loaded Linux Mandrake 9.0 onto my Compaq Evo
N610c which uses the
ATI Radeon Mobility M7 LW video.
I had a couple of similar problems to yours. Check the list archives 
(look for my name and/or Radeon) and/or visit:

http://www.vision.ee.ethz.ch/~domi/linux.html


Thanks

Warren


--
--
Dominik Szczerba, Dr.
CO-ME, D-ITET, ETZ F85
ETH, Gloriastr. 35
CH-8092 Zurich
http://www.vision.ee.ethz.ch/~domi
--
ii swear i never use vi^[:wqZZ
--
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] RE: Dual-head video card recommendations sought

2003-03-01 Thread B. Levin
I've been pretty happy, overall, with the matrox g550.

its somewhat cheap (compared to what dualhead cards used to cost), it DOES have
dual vga and dvi (if you find the SPECIAL version that explicitly says 'dual
dvi'; its not very common to find this).

its fast, its pretty well supported and stable.  I run one at work and one at
home and have uptimes in the months.

I run 2 dvi monitors at 1280x1024 and xinerama is quite nice that way ;-)

dvi is cool in that you can run an xterm with '-fn fixed' and STILL see each
pixel.  can't do that with vga/analog.

you need a special cable to convert dual-dvi on the 550, so order that along
with the card.

I replaced a set of sgi 1600sw pure digital displays (and the out-of-business
#9 cards) with this matrox/dvi setup and have no regrets at all.



=
(please ignore any YAHOO trailers in this email.)

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] migrating from 4.2.1 to 4.3.0

2003-03-01 Thread Dimitris Mandalidis
Greetings,
Today I patched my original 4.2.0 tree with those I found in the main ftp site,
following the instructions. When installing, I followed the very same procedure
as I did with 4.2.0 and 4.2.1, I also used the same /etc/X11/XF86Config. But I
have the following problem; when I 'm writing in an XTerm I get only greek
characters and I cannot switch to English. X server doesn't complains about sth
in my config file and I cannot figure out where is the problem.

D.

PS1. LC_CTYPE=el_GR.ISO-8859-7
PS2. My XF86Config : (note that the same configuration was working perfectly
under 4.2.{0,1}.

Section Module
Load dbe  # Double buffer extension
SubSection extmod
Option omit xfree86-dga   # don't initialise the DGA extension
EndSubSection
Load type1
Load speedo
Load freetype
Load glx
Load dri
EndSection
Section DRI
Mode 0666
EndSection
Section Files
RgbPath /usr/X11R6/lib/X11/rgb
FontPath unix/:7100
EndSection
Section ServerFlags
Option DontZoom on
EndSection
Section InputDevice
Identifier Keyboard1
Driver Keyboard
Option AutoRepeat 500 30
Option XkbRules xfree86
Option XkbModel pc104
Option XkbLayout el
Option XkbOptions grp:alt_shift_toggle
EndSection
Section InputDevice
Identifier Mouse1
Driver mouse
Option Protocol IMPS/2
Option Device /dev/psaux
Option Buttons 5
Option ZAxisMapping 4 5
EndSection
Section Monitor
Identifier My Monitor
HorizSync 31 - 70 
VertRefresh 55-120 
EndSection
Section Device
Identifier atiradeon
VendorName sapphire
Driver ati
VideoRam 65536 
EndSection
Section Screen
Identifier Screen 1
Device atiradeon
Option Accel
Monitor My Monitor
DefaultDepth 24 
Subsection Display
Depth 8
Modes 1024x768 800x600 640x480 640x400
ViewPort 0 0
EndSubsection
Subsection Display
Depth 16
Modes 1024x768 800x600 640x480 640x400
ViewPort 0 0
EndSubsection
Subsection Display
Depth 24
Modes 1024x768 800x600 640x480 640x400
ViewPort 0 0
EndSubsection
EndSection
Section ServerLayout
Identifier Simple Layout
Screen Screen 1
InputDevice Mouse1 CorePointer
InputDevice Keyboard1 CoreKeyboard
EndSection

-- 
PGP key 39A40276 at http://www.keyserver.net
key fingeprint: 9A0B 61C6 B826 4B73 69BB  972B C5E7 A153 39A4 0276
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Xserver freeze with mga mystique

2003-03-01 Thread Neal Murphy
On Saturday 01 March 2003 05:05 am, you wrote:
 Hi,

 I'm having problems with XFree86 4.2.1 and a Matrox Mystique card. I'm
 trying to use the card in a P2 box with an onboard ATI Mach64. When
 running with the mga driver things seem to work fine at first, but when
 I start moving windows or opening fvwm2 menus a bit too fast everything
 just freezes. I can move the pointer but nothing else, like
 ctrl-alt-backspace or ctrl-alt-delete, works. If I turn off acceleration
 using Option NoAccel 1 it doesn't crash.

Huh. This is very nearly the same problem I have with 4.1 on a StarMax PPC,
using a reflashed PC MilleniumII instead of the built-in ATI. Disabling
acceleration allows the system to run; leaving it enabled makes the system
hang *real* fast.

In addition to this, the displayed image is offset downward about 16 scan
lines, though the hardward cursor is positioned correctly.

Is it possible there is bad interaction between the two cards? (Even though
one is not being used) Wait, no. MacOS 9.x uses the MMII card just fine.
This leads me to believe there *is* a bug in the MGA code. Or was, from 4.1.x
at least to 4.2.1

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


Re: [XFree86] SuSE 8.1 + Radeon 7000

2003-03-01 Thread ahaning
Tom Wesley wrote:
On Saturday 01 March 2003 12:11, [EMAIL PROTECTED] wrote:

I've seen this on my Radeon VE/7000, as well. If you kill the offending
app (I can get it to occur with the endgame screenhack from
xscreensavers most easily) by logging in remotely, you can get X back.
Not sure what can be done about this, except for a 4.3.1.

I got my source tree from CVS, too, so it isn't just the SUSE packages.
Ah that's a shame.  Have you tried reducing the agp speed or fast-write?
Well, my motherboard (ASUS CUBX-E) can only do AGP 2x, so that's the 
limit here. I suppose I could try AGP 1x. And I've got the fast-write 
option commented out in my config file. I guess I could try uncommenting 
it and making it false.

But, really, it SHOULD WORK!

*sigh* :-)

-Andy

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


Re: [XFree86] SuSE 8.1 + Radeon 7000

2003-03-01 Thread Tom Wesley
On Saturday 01 March 2003 15:40, [EMAIL PROTECTED] wrote:
 Tom Wesley wrote:
  On Saturday 01 March 2003 12:11, [EMAIL PROTECTED] wrote:
 I've seen this on my Radeon VE/7000, as well. If you kill the offending
 app (I can get it to occur with the endgame screenhack from
 xscreensavers most easily) by logging in remotely, you can get X back.
 
 Not sure what can be done about this, except for a 4.3.1.
 
 I got my source tree from CVS, too, so it isn't just the SUSE packages.
 
  Ah that's a shame.  Have you tried reducing the agp speed or fast-write?

 Well, my motherboard (ASUS CUBX-E) can only do AGP 2x, so that's the
 limit here. I suppose I could try AGP 1x. And I've got the fast-write
 option commented out in my config file. I guess I could try uncommenting
 it and making it false.

 But, really, it SHOULD WORK!

My board is 4x capable, but I have not tried lowering it.  I have read the 
docs, and if they're still up to date then the default is 1x, fast-write off.  
So I guess lowering them won't do a lot.  I'm not sure where to go from here, 
so I'm sticking with 4.2.0

Tom

pgp0.pgp
Description: signature


RE: [XFree86] ONE QUESTION

2003-03-01 Thread Giraldo Alonso Suarez
Ok, thanks... 

then actually the only system based in Unix that not use XFree86 is
MacOS? 

-Original Message-
From: Alan Coopersmith [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 01, 2003 11:44 AM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] ONE QUESTION

Almost all Unix systems include a version of the X Window System -
generally
based off the original MIT/X Consortium/X.org sources.  XFree86 is a
branch
off those sources which is used by most open source releases.  You can
find
more information at http://www.x.org/

(Technically, in order to claim to be a Unix Workstation (tm), a
system must
  include the X Window System - see
http://www.opengroup.org/regproducts/xwm0.htm  )

Long long ago, in the late 80's, this was not always true and there were
other
graphics systems on Unix, such as Sun NeWS and Apollo DM, but they have
all long
since died out.  There have also been attempts to develop new ones, such
as 
Berlin, but they have not been able to gain much hold against X.  The
only major
Unix-like system that comes with anything other than X today is MacOS X,
for 
which X is now available, but the native graphics system is Apple's
Quartz.

-- 
-Alan Coopersmith-  [EMAIL PROTECTED]
 Sun Microsystems, Inc.   -   Sun Software Group
 Quality, Integration,  Customer Success (QICS)
 Platform Globalization Engin. - X11 Engineering

Giraldo Alonso Suarez wrote:
 Then, UNIX only use xfree86 like grafic server?
  
 
 -Original Message-
 From: Josh Liechty [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, March 01, 2003 9:47 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [XFree86] ONE QUESTION
 
 Every Linux distribution that I know of uses XFree86 for its
 implementation of the X Window System. You can also buy commercial
 versions of the X Window System, but they tend to be pricey, and
what's
 the point, anyway, when XFree86 works just fine?
 
 Other UNIX-like operating systems that use XFree86 are FreeBSD,
NetBSD,
 and OpenBSD. There are also special versions of XFree86 that can run
 atop of the Mac OS X GUI or the Windows operating system to allow some
 applications to be run there.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Giraldo Alonso Suarez
 Sent: Saturday, March 01, 2003 8:26 AM
 To: [EMAIL PROTECTED]
 Subject: [XFree86] ONE QUESTION
 
 Hello colleagues:
 Please, i have a doubt. I need make a investigation about graphic
 servers in Unix, but I don't know anything about this. I need to
 somebody help me... i don't know that graphic server use Linux, Suse
and
 the others distribution... or all distribution use xfree86 like
graphic
 server.]
 
 Thanks in advanced
 
 Girald
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86


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


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


Re: [XFree86] external monitor with nv-driver

2003-03-01 Thread Mark Vojkovich
   The driver knows nothing about the hotkey switch.  It doesn't
even have a way to know that a switch occurred.  It's all done by
the bios which is the only reason the switch even partially works.

   Maybe the Font key might change things a little, but the
core of the matter is that hot key switching is beyond the nv
driver's capabilities.


Mark.

On 1 Mar 2003, Martin Koch wrote:

 Hi,
 
 i have a problem with an external monitor (Crt), which is sometimes
 connected to my laptop. When switching with Fn+F5 to the external
 monitor the screen flickers and the resolution changes from 1024x768 to
 800x600 or 640x480(i´m not shure), shows only a part of the full screen.
 
 It´s working fine, if my primary resolution (the resolution of my
 laptop) is 800x600. So I think it has something to do with my
 XF86Config. I don´t know, what could be wrong. I had the problem with
 XFree 4.2.1 and I hoped it could be solved with XFree 4.3., but it´s
 not. It works with the nvidia driver, but I want to use the nv driver,
 because i want to use swsusp and thats not working with the nvidia
 driver.
 Any idea?
 
 Cheers Martin

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


Re: [XFree86] Dual-head video card recommendations sought

2003-03-01 Thread Dr Andrew C Aitchison
On Sat, 1 Mar 2003, Nik Clayton wrote:

 Can someone recommend any video cards that fit the following criteria:
 
   * Has dual-head support
   * Can run each head at different resolutions / depths (1 head at
 1600x1200, 1 head at 1280x1024)
   * Supports mixed analogue / DVI output (1 head analogue, 1 head DVI)
   * Works with XFree86 (obviously)
 
 I'm planning on obtaining a TFT screen, and running it alongside my
 existing CRT, hence these requirements.

The Matrox G550 does all this.

The open source purist might have a problem though;
I have tried 3 brands of monitor in DVI mode, and two of them
needed the binary mga_hal_drv.o (available on the CD that comes with the
G550). 
 
-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


Re: [XFree86] DPMS no longer functions correctly for nv TNT2 M64 in4.3.0

2003-03-01 Thread Mark Vojkovich
On Sat, 1 Mar 2003, Mark Vojkovich wrote:

 On Sat, 1 Mar 2003, William Kucharski wrote:
 
  Manual DPMS commands (e.g. xset dpms force off) worked correctly in XFree86
  4.2.0 but no longer work in 4.3.0; instead the screen blanks but the monitor
  does NOT enter DPMS poweroff mode.
 
   The nv driver didn't really support DPMS in 4.2.  It could only
 do on and off.  Real DPMS support was added only recently.  I don't
 know why it's not working for you.  Do suspend and standby work?
 
   If you want to hack sources you can restore the old on-off behavior
 in nv_driver.c.  Look for the #if 0 at the call to xf86DPMSInit.
 
 

  I don't actually have an M64, but I have a Vanta and I just tried
it and 4.3 seems to work OK for me.  My monitor reports hsync and vsync
both off.  Suspend (on/off) and standby (off/on) also are correct.
Can your monitor report which mode it's in?

Mark.

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


[XFree86] (no subject)

2003-03-01 Thread Sammy Chaboya
I cant find the extract.exe or extract file. Can you help?

_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


Re: [XFree86] [XFree86(TM) Bug Report] xcursorgen: No such file or directory

2003-03-01 Thread Daniel Stone
On Sat, Mar 01, 2003 at 04:01:12PM -0800, Charles Curley scrawled:
 Regarding: xcursorgen: No such file or directory
 Email: [EMAIL PROTECTED]
 
 XFree86 Version: 4.3.0
 
 OS: Linux Red Hat 8.0, 2.4.18-14
 
 Area: Compilation/Installation
 
 Server: not server related
 
 Description:
 [...]

Try Mike Harris's packages from ftp://people.redhat.com/mharris.

-- 
Daniel Stone [EMAIL PROTECTED]
Developer, Trinity College, University of Melbourne


pgp0.pgp
Description: PGP signature


[XFree86] ANNOUNCE: new Radeon dri_resume binary drivers available

2003-03-01 Thread Charl P. Botha
Dear lists,

I've made new binary versions of my Radeon suspend/resume-capable DRI
drivers available at http://cpbotha.net/dri_resume.html

There are XFree86 4.3.0 and XFree86 DRI CVS versions of these drivers
available.

Thanks,
Charl

-- 
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Error

2003-03-01 Thread Khaled Al-Jeeran



hi there ,,,
i have problem with the xf86config ,, my vga card 
isNVIDIA GeForce2 . and i have FreeBSD Version 5.0 ..
when i do the config then i try to start the X .. i 
have errno 61 .. errno 3 ,, bad display name "My.localHost:0"
what i should do to config the X ? 

.. thanx alot 
bye



[XFree86] openbsd 3.2 / hp ze1210 notebook / var/log/XFree86.8.log

2003-03-01 Thread Alex Mendoza



try to configure X after a default of install 
of openbsd 3.2. I have search on google for a fix with no success.

sunmobile# scanpci -v

pci bus 0x cardnum 0x00 function 0x00: vendor 
0x1106 device 0x0305VIA Device unknownCardVendor 
0x103c card 0x0022 (HP, Card unknown) STATUS 
0xa210 COMMAND 0x0006 CLASS 0x06 0x00 
0x00 REVISION 0x80 BIST 0x00 
HEADER 0x00 LATENCY 0x08 CACHE 0x00 
BASE0 0xa008 addr 0xa000 MEM 
PREFETCHABLE

pci bus 0x cardnum 0x01 function 0x00: vendor 
0x1106 device 0x8305VIA Device unknown 
STATUS 0xa230 COMMAND 0x0007 
CLASS 0x06 0x04 0x00 REVISION 0x00 
HEADER 0x01 LATENCY 0x00 
PRIBUS 0x00 SECBUS 0x01 SUBBUS 0x01 SECLT 
0x00 IOBASE 0xc000 IOLIM 0xdfff 
SECSTATUS 0x NOPREFETCH_MEMBASE 0xe000 MEMLIM 
0xefff PREFETCH_MEMBASE 0x9000 MEMLIM 
0x9fff NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT VGA_EN NO_ISA_EN 
NO_SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x0a function 0x00: vendor 
0x1217 device 0x6972Device unknown STATUS 
0x0410 COMMAND 0x0087 CLASS 0x06 0x07 
0x00 REVISION 0x00 BIST 0x00 
HEADER 0x02 LATENCY 0x40 CACHE 0x00 
BASE0 0x4000 addr 0x4000 
MEM BASE1 0x02a0 addr 
0x02a0 MEM BASE2 0x40020200 
addr 0x40020200 MEM BASE3 
0xf000 addr 0xf000 MEM 
BASE5 0xf000 addr 0xf000 
MEM BASEROM 0x0001 addr 0x 
decode-enabled MAX_LAT 0x04 MIN_GNT 0xc0 
INT_PIN 0x01 INT_LINE 0x0b BYTE_0 
0x22103c BYTE_1 0x00 BYTE_2 0x00 BYTE_3 
0x00

pci bus 0x cardnum 0x11 function 0x00: vendor 
0x1106 device 0x8231VIA Device unknownCardVendor 
0x103c card 0x0022 (HP, Card unknown) STATUS 
0x0210 COMMAND 0x008f CLASS 0x06 0x01 
0x00 REVISION 0x10 BIST 0x00 
HEADER 0x80 LATENCY 0x00 CACHE 0x00 
BYTE_0 0xf4 BYTE_1 0x00 BYTE_2 
0x00 BYTE_3 0x00

pci bus 0x cardnum 0x11 function 0x01: vendor 
0x1106 device 0x0571VIA VT 82C586 MVP3 IDE BridgeCardVendor 
0x103c card 0x0022 (HP, Card unknown) STATUS 
0x0290 COMMAND 0x0007 CLASS 0x01 0x01 
0x8a REVISION 0x06 BIST 0x00 
HEADER 0x00 LATENCY 0x40 CACHE 0x00 
BASE4 0x1101 addr 0x1100 
I/O BYTE_0 0x3a09f203 BYTE_1 0x00 
BYTE_2 0x00 BYTE_3 0x00

pci bus 0x cardnum 0x11 function 0x02: vendor 
0x1106 device 0x3038VIA VT 82C586 MVP3 USB 
ControllerCardVendor 0x103c card 0x0022 (HP, Card unknown) 
STATUS 0x0210 COMMAND 0x0007 
CLASS 0x0c 0x03 0x00 REVISION 0x1e 
BIST 0x00 HEADER 0x00 LATENCY 
0x16 CACHE 0x00 BASE4 0x1201 
addr 0x1200 I/O MAX_LAT 0x00 MIN_GNT 
0x00 INT_PIN 0x04 INT_LINE 0x0b BYTE_0 
0x31200 BYTE_1 0x00 BYTE_2 0x00 BYTE_3 
0x00

pci bus 0x cardnum 0x11 function 0x04: vendor 
0x1106 device 0x8235VIA Device unknownCardVendor 
0x103c card 0x0022 (HP, Card unknown) STATUS 
0x0290 COMMAND 0x CLASS 0x06 0x80 
0x00 REVISION 0x10 BYTE_0 0x5984a0 
BYTE_1 0x00 BYTE_2 0x00 BYTE_3 0x00

pci bus 0x cardnum 0x11 function 0x05: vendor 
0x1106 device 0x3058VIA VT 8501 MVP4 MultiMediaCardVendor 
0x103c card 0x0022 (HP, Card unknown) STATUS 
0x0210 COMMAND 0x0001 CLASS 0x04 0x01 
0x00 REVISION 0x40 BASE0 
0xe001 addr 0xe000 I/O 
BASE1 0xe101 addr 0xe100 
I/O BASE2 0xe105 addr 
0xe104 I/O MAX_LAT 0x00 MIN_GNT 0x00 
INT_PIN 0x03 INT_LINE 0x0a BYTE_0 
0x1c00cc01 BYTE_1 0x00 BYTE_2 0x00 BYTE_3 
0x00

pci bus 0x cardnum 0x11 function 0x06: vendor 
0x1106 device 0x3068VIA VT 8501 MVP4 ModemCardVendor 0x103c 
card 0x0022 (HP, Card unknown) STATUS 0x0210 
COMMAND 0x0001 CLASS 0x07 0x80 0x00 
REVISION 0x20 BASE0 0xe201 addr 
0xe200 I/O MAX_LAT 0x00 MIN_GNT 0x00 
INT_PIN 0x03 INT_LINE 0x0a BYTE_0 
0x1c00cc01 BYTE_1 0x00 BYTE_2 0x00 BYTE_3 
0x00

pci bus 0x cardnum 0x12 function 0x00: vendor 
0x1106 device 0x3065VIA Device unknownCardVendor 
0x103c card 0x0022 (HP, Card unknown) STATUS 
0x0210 COMMAND 0x0007 CLASS 0x02 0x00 
0x00 REVISION 0x51 BIST 0x00 
HEADER 0x00 LATENCY 0x10 CACHE 0x04 
BASE0 0xe801 addr 0xe800 
I/O BASE1 0xf000 addr 
0xf000 MEM MAX_LAT 0x08 MIN_GNT 0x03 
INT_PIN 0x01 INT_LINE 0x0b BYTE_0 
0xfe020001 BYTE_1 0x00 BYTE_2 0x00 BYTE_3 
0x00

pci bus 0x0001 cardnum 0x00 function 0x00: vendor 
0x5333 device 0x8d02S3 Device unknownCardVendor 0x103c 
card 0x0022 (HP, Card unknown) STATUS 0x0230 
COMMAND 0x0007 CLASS 0x03 0x00 0x00 
REVISION 0x01 BIST 0x00 HEADER 
0x00 LATENCY 0x40 CACHE 0x04 BASE0 
0xe000 addr 0xe000 MEM 
BASE1 0x9008 addr 0x9000 MEM 
PREFETCHABLE BASEROM 0x000c addr 
0x000c not-decode-enabled MAX_LAT 0xff 
MIN_GNT 0x04 INT_PIN 0x01 INT_LINE 0x0b 
BYTE_0 0x03 BYTE_1 0x00 BYTE_2 
0x00 BYTE_3 0x00


/var/log/XFree86.8.log

XFree86 Version 4.2.1 (for OpenBSD) / X Window 
System(protocol Version 11, revision 0, vendor release 6600)Release 
Date: 3 September 2002If the server is older than 6-12 months, or if 
your card isnewer than the above date, look for a newer version 
beforereporting problems. (See http://www.XFree86.Org/)Build Operating 
System: OpenBSD 3.2 i386 Module Loader presentMarkers: (--) probed, (**) 
from config file, (==) default 
setting, (++) from 

Re: [XFree86] [XFree86(TM) Bug Report] xcursorgen: No such file ordirectory

2003-03-01 Thread Per Bjornsson
On Sun, 2 Mar 2003, Daniel Stone wrote:

 You only need the updated kernel if you want direct rendering support.
 If this is worthless to you, don't bother with the updated kernel.

Unfortunately this might not be true. Or rather, it's probably not just
the kernel that is the problem, rather it's the new glibc in Phoebe
(current RedHat beta) and Rawhide. RedHat are apparently using a backport
of the Linux 2.5 threading enhancements in their Phoebe kernel, and a
glibc glibc with NPTL threading. It's unfortunately far from clear that
XFree86 compiled for that version of glibc will work with the one in
RedHat 8.0. Thus the necessary (bare minimum) update for using those
binary packages may well be a new kernel, a new glibc, and possibly
something else I don't know of. (I did try downloading one of the binary
packages, it complained about the glibc version and I didn't feel like
using 'rpm --force' or something similar for installing it since it seemed
like the problem might be for real and I didn't feel like hosing the
machine...)

It is perfectly possible that the SRPMs could be recompiled for RedHat
8.0. I haven't tried that yet and thus I have no idea how well it would
work. (Kernel modules for DRM would have to be compiled separately
though.)

At home I currently run RedHat 8.0 with XFree86 compiled from CVS a few
days before the 4.3.0 release. (I haven't had time to update yet.) It
works in general but seems to have broken some of the font handling, in
some applications (notably Mozilla). I haven't figured out what went wrong
yet, I'll probably try recompiling Mike's packages instead at some point -
no time anytime soon though I'm afraid...

Best regards,
Per Bjornsson




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


[XFree86] Re: KeyBoard BUG on sparc/sparc64 in 4.3.0 too.

2003-03-01 Thread David S. Miller
   From: Balint Cristian [EMAIL PROTECTED]
   Date: Sat, 1 Mar 2003 17:11:34 +0200

   Unable to handle kernel paging request
 \|/  \|/ 
 @'/ .. \`@ 
 /_| \__/ |_\ 
\__U_/ 
   setserial(104): Oops 

The program setserial is causing the OOPS, not anything
to do with xfree86.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] XFree86-4.3.0 problem installing/mesa/etc

2003-03-01 Thread Justin Piszcz
During make install:

make[4]: Leaving directory `/home/war/4.3.0/source/xc/lib/GL/GL'
installing in lib/GL/mesa/src/OSmesa...
make[4]: Entering directory 
`/home/war/4.3.0/source/xc/lib/GL/mesa/src/OSmesa'
gcc-c -o ../../../../../lib/GL/mesa/src/X86/common_x86_asm.o 
../../../../../lib/GL/mesa/src/X86/common_x86_asm.S
In file included from 
../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:43:
../../../../../lib/GL/mesa/src/X86/matypes.h:9:22: assyntax.h: No such 
file or directory
../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:44:33: 
common_x86_features.h: No such file or directory
make[4]: *** [../../../../../lib/GL/mesa/src/X86/common_x86_asm.o] Error 1
make[4]: Leaving directory 
`/home/war/4.3.0/source/xc/lib/GL/mesa/src/OSmesa'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/home/war/4.3.0/source/xc/lib/GL'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/war/4.3.0/source/xc/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/war/4.3.0/source/xc'
make: *** [install] Error 2
Command exited with non-zero status 2
3.86user 3.39system 0:16.03elapsed 45%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (139095major+62001minor)pagefaults 0swaps
[EMAIL PROTECTED] xc]$

Also has problems throughout the install with Mesa.
http://phrozen.res.cmu.edu/~war/world.log.bz2
Any ideas why it is having problems with Mesa?

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


[XFree86] KeyBoard BUG on sparc/sparc64 in 4.3.0 too.

2003-03-01 Thread Balint Cristian
Regard to that one BUG with the mention that it persist in 4.3.0 too 
and any CVS too:

By Rene:
http://marc.theaimsgroup.com/?l=xfree86m=104526841725691w=2

By mysef:
http://marc.theaimsgroup.com/?l=xfree86m=104385693307371w=2

I send more deBug:
http://marc.theaimsgroup.com/?l=xfree86m=104385720707941w=2

and now  my: xmodmap -pk

There are 4 KeySyms per KeyCode; KeyCodes range from 8 to 132.

KeyCode Keysym (Keysym) ...
Value   Value   (Name)  ...

  8 0xff69 (Cancel) 0x (NoSymbol)   0xffc8 (F11)
  9 0x1005ff77 (SunAudioLowerVolume)0x1005ff7b 
(SunVideoLowerBrightness)
 10 0xff66 (Redo)   0x (NoSymbol)   0xffc9 (F12)
 11 0x1005ff79 (SunAudioRaiseVolume)0x1005ff7c 
(SunVideoRaiseBrightness)
 12 0xffbe (F1)
 13 0xffbf (F2)
 14 0xffc7 (F10)
 15 0xffc0 (F3)
 16 0xffc8 (F11)0x (NoSymbol)   0x1005ff10 (SunF36)
 17 0xffc1 (F4)
 18 0xffc9 (F12)0x (NoSymbol)   0x1005ff11 (SunF37)
 19 0xffc2 (F5)
 20 0xff7e (Mode_switch)
 21 0xffc3 (F6)
 22
 23 0xffc4 (F7)
 24 0xffc5 (F8)
 25 0xffc6 (F9)
 26 0xffe9 (Alt_L)
 27 0xff52 (Up)
 28 0xff13 (Pause)  0x (NoSymbol)   0xff6b (Break)
 29 0xff61 (Print)  0x (NoSymbol)   0xff15 (Sys_Req)
0x1005ff60 (SunSys_Req)
 30 0xff14 (Scroll_Lock)
 31 0xff51 (Left)
 32 0x1005ff70 (SunProps)   0x (NoSymbol)   0xffca (F13)
 33 0xff65 (Undo)   0x (NoSymbol)   0xffcb (F14)
 34 0xff54 (Down)
 35 0xff53 (Right)
 36 0xff1b (Escape)
 37 0x0031 (1)  0x0021 (exclam)
 38 0x0032 (2)  0x0040 (at)
 39 0x0033 (3)  0x0023 (numbersign)
 40 0x0034 (4)  0x0024 (dollar)
 41 0x0035 (5)  0x0025 (percent)
 42 0x0036 (6)  0x005e (asciicircum)
 43 0x0037 (7)  0x0026 (ampersand)
 44 0x0038 (8)  0x002a (asterisk)
 45 0x0039 (9)  0x0028 (parenleft)
 46 0x0030 (0)  0x0029 (parenright)
 47 0x002d (minus)  0x005f (underscore)
 48 0x003d (equal)  0x002b (plus)
 49 0x0060 (grave)  0x007e (asciitilde) 0x00b4 (acute)
 50 0xff08 (BackSpace)  0xfed5 (Terminate_Server)
 51 0xff63 (Insert)
 52 0x1005ff78 (SunAudioMute)   0x1005ff7a (SunVideoDegauss)
 53 0xffaf (KP_Divide)  0x (NoSymbol)   0xffd6 (F25)
 54 0xffaa (KP_Multiply)0x (NoSymbol)   0xffd7 (F26)
 55 0x1005ff76 (SunPowerSwitch) 0x1005ff7d (SunPowerSwitchShift)
 56 0x1005ff71 (SunFront)   0x (NoSymbol)   0xffcc (F15)
 57 0xff9f (KP_Delete)  0xffae (KP_Decimal)
 58 0x1005ff72 (SunCopy)0x (NoSymbol)   0xffcd (F16)
 59 0xff50 (Home)
 60 0xff09 (Tab)0xfe20 (ISO_Left_Tab)
 61 0x0071 (q)  0x0051 (Q)
 62 0x0077 (w)  0x0057 (W)
 63 0x0065 (e)  0x0045 (E)
 64 0x0072 (r)  0x0052 (R)
 65 0x0074 (t)  0x0054 (T)
 66 0x0079 (y)  0x0059 (Y)
 67 0x0075 (u)  0x0055 (U)
 68 0x0069 (i)  0x0049 (I)
 69 0x006f (o)  0x004f (O)
 70 0x0070 (p)  0x0050 (P)
 71 0x005b (bracketleft)0x007b (braceleft)
 72 0x005d (bracketright)   0x007d (braceright)
 73 0x (Delete)
 74 0xff20 (Multi_key)
 75 0xff95 (KP_Home)0xffb7 (KP_7)   0xffd8 (F27)
 76 0xff97 (KP_Up)  0xffb8 (KP_8)   0xffd9 (F28)
 77 0xff9a (KP_Prior)   0xffb9 (KP_9)   0xffda (F29)
 78 0xffad (KP_Subtract)
 79 0x1005ff73 (SunOpen)0x (NoSymbol)   0xffce (F17)
 80 0x1005ff74 (SunPaste)   0x (NoSymbol)   0xffcf (F18)
 81 0xff57 (End)
 82
 83 0xffe3 (Control_L)
 84 0x0061 (a)  0x0041 (A)
 85 0x0073 (s)  0x0053 (S)
 86 0x0064 (d)  0x0044 (D)
 87 0x0066 (f)  0x0046 (F)
 88 0x0067 (g)  0x0047 (G)
 89 0x0068 (h)  0x0048 (H)
 90 0x006a (j)  0x004a (J)
 91 0x006b (k)  0x004b (K)
 92 0x006c (l)  0x004c (L)
 93 0x003b (semicolon)  0x003a (colon)
 94 0x0027 (apostrophe) 0x0022 (quotedbl)   0x00b4 (acute)
 95 0x005c (backslash)  0x007c (bar)
 96 0xff0d (Return)
 97 0xff8d (KP_Enter)
 98 0xff96 (KP_Left)0xffb4 (KP_4)   0xffdb (F30)
 99 

[XFree86] OS/2 4.3

2003-03-01 Thread Mikus Grinbergs
I had OS/2 4.2.99.1 running (ok - except everything was red).

Unzipped the following 4.3 files:  bin.zip, lib.zip, x11.zip
Using setup from 4.2.99.1, 4.3 xfree86.exe does not succeed:
(Full contents of /usr/adm/XFree86.0.log)

  _XSERVTransSocketCreateListener: failed to bind listener
  _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
  _XSERVTransMakeAllCOTSServerListeners: failed to create listener for tcp

  Fatal server error:
  Failed to establish all listening sockets

  When reporting a problem related to a server crash, please send
  the full server output, not just the last messages.
  This can be found in the log file /usr/adm/XFree86.0.log.
  Please report problems to [EMAIL PROTECTED]

mikus

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


[XFree86] Option CursorShadow in 4.3 with nVidia GF2 on PPC (YDL 2.3)

2003-03-01 Thread r.sesser
I've successfully built and installed 4.3 on my Quicksilver (2001) and
everything is working...except the cursor shadow. I've tried enabling it
in the Device section but the log file tells me that option is not
used. I've had this working with 4.2.99.3 without even having
specified. Did something change? Or do I not have my X configured right
for my video card?

Also, not sure if this is a xfs issue or a Gnome2.2 issue, but some of
my fonts are being cut off at the top and the tracking is too small so
lines of text get scrunched together. I don have some converted fonts
installed, but am not using them for any system fonts.

Thanks for any help.
-- 
r.sesser [EMAIL PROTECTED]



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.20-ben6 ppc [ELF] 
Build Date: 27 February 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sat Mar  1 12:50:58 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option Protocol Standard
(**) Option AutoRepeat 250 30
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(WW) The directory /usr/share/fonts/default/TrueType does not exist.
Entry deleted from font path.
(**) FontPath set to 
unix/:7100,/usr/lib/X11/fonts/misc:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/75dpi,/usr/lib/X11/fonts/100dpi,/usr/share/fonts/default/Type1
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:0b:0: chip 106b,002d card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:10:0: chip 10de,0110 card 0208,a5b8 rev a1 class 03,00,00 hdr 00
(II) PCI: 10:0b:0: chip 106b,002e card , rev 00 class 06,00,00 hdr 00
(II) PCI: 10:17:0: chip 106b,0022 card , rev 03 class ff,00,00 hdr 00
(II) PCI: 10:18:0: chip 106b,0019 card , rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:19:0: chip 106b,0019 card , rev 00 class 0c,03,10 hdr 00
(II) PCI: 20:0b:0: chip 106b,002f card , rev 00 class 06,00,00 hdr 00
(II) PCI: 20:0f:0: chip 106b,0021 card , rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:11:0), (0,0,32), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 16: bridge is at (16:11:0), (16,16,32), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 16 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 16 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 16 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 32: bridge is at (32:11:0), (32,32,32), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 32 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 32 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 32 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(--) PCI:*(0:16:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 161, Mem @ 
0x9100/24, 0x9800/27, BIOS @