Re: [XFree86] LCD Apple Studio Display with DVIator adapter, no image

2003-02-01 Thread Daniel Stone
On Sat, Feb 01, 2003 at 11:41:53PM -0600, Nestor M. Arguea scrawled:
> At 01:46 PM 2/1/2003 +1100, you wrote:
> >On Fri, Jan 31, 2003 at 01:35:35PM -0600, Nestor M. Arguea scrawled:
> >> Very new to Linux, running Red Hat 8.0 2.4.18-14, and XFree86 4.2 (Red 
> >Hat
> >> Linux release: 4.2.0-72).
> >> I have  an ELSA Gladiac 511 DVI connected to an Apple Studio Display 17"
> >> LCD through a DVIator ACD adapter.  My problem is that I can't get the
> >> display to work.  I see the booting process until the graphic part of the
> >> booting (the login screen) tries to show up.  Then the screen goes
> >> blank.  The video card has two heads and when a CRT is connected to it
> >> everything works just fine.  I've been told that it could be a resolution
> >> problem.  I tried different setups for both the horizontal and vertical
> >> refresh rates without any success.
> >
> >If you're using an nVidia card, you need 'Option "FlatPanel"'.
> 
> Daniel:
> 
> I am using the NVidia card so I tried the suggested option in Device and 
> still the X does not show up.  Should I upgrade my XFree86 to 4.2.99?

Yep, give that a shot.

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



msg01447/pgp0.pgp
Description: PGP signature


[XFree86] Volunteering

2003-02-01 Thread Don
Exactly how does one go about volunteering to work on the web site and
other documentation?

Sending an email to [EMAIL PROTECTED] does not seem to have resulted in
anything :)

I would be happy to work on an FAQ, man pages, general web site stuff.

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



Re: [XFree86] LCD Apple Studio Display with DVIator adapter, no image

2003-02-01 Thread Nestor M. Arguea
At 01:46 PM 2/1/2003 +1100, you wrote:

On Fri, Jan 31, 2003 at 01:35:35PM -0600, Nestor M. Arguea scrawled:
> Very new to Linux, running Red Hat 8.0 2.4.18-14, and XFree86 4.2 (Red Hat
> Linux release: 4.2.0-72).
> I have  an ELSA Gladiac 511 DVI connected to an Apple Studio Display 17"
> LCD through a DVIator ACD adapter.  My problem is that I can't get the
> display to work.  I see the booting process until the graphic part of the
> booting (the login screen) tries to show up.  Then the screen goes
> blank.  The video card has two heads and when a CRT is connected to it
> everything works just fine.  I've been told that it could be a resolution
> problem.  I tried different setups for both the horizontal and vertical
> refresh rates without any success.

If you're using an nVidia card, you need 'Option "FlatPanel"'.

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

Daniel:

I am using the NVidia card so I tried the suggested option in Device and 
still the X does not show up.  Should I upgrade my XFree86 to 4.2.99?

Nestor 

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


Re: [XFree86] 4.2.99.4 no display, locked keyboard (Radeon7500Mobility)

2003-02-01 Thread hy0
- Original Message -
From: "Michel Dänzer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 01, 2003 6:39 PM
Subject: Re: [XFree86] 4.2.99.4 no display, locked keyboard
(Radeon7500Mobility)


> On Mon, 2003-01-27 at 10:14, Nathaniel Gray wrote:
> > """
> > I guess this doesn't happen with DRI disabled? Looks like pure luck to
> > me that RADEONWaitForVerticalSync() ever returns when the DRM handles
> > vertical blank interrupts. I'll look into fixing that if noone beats me
> > to it.
> > """
> >
> > True, the problem doesn't occur unless DRI is enabled.
>
> This patch works for me with DRI enabled, can you (or anyone seeing the
> problem, for that matter) try it?
>
> There could still be an even worse problem if the vertical blank
> interrupt stops working for some reason (I've seen that happen after
> some weird 3D client crashes). Another possibility would be polling the
> CRTC_VBLANK_SAVE bit in the CRTC_STATUS register. Kevin, Hui, anyone
> interested, what do you think?

It appears RADEONWaitForVerticalSync can cause some race conditon with DRM
WaitVBlank routine. If this is the case, Michel's patch should work. Since
the display driver can also use CRTC2 (different from CRTC1's vblank
condition) when DRI is enabled, this makes things more complicated.
Judging from current situation, we probably should take
RADEONWaitForVerticalSync and RADEONWaitForVerticalSync2 all out of the
cursor routines. The WaitForVerticalSync functions were added for avoiding
flickering problem when switching between ARGB and BW cursors. This problem
is much less severe than having WaitForVerticalSync to time out,
particularly if ARGB cursor is not used as default (has this been decided?).
We can work this thing out after 4.3 release.

Hui

>
> > """
> > > 2.  I was using KDM and after exiting X my machine would lock up as it
> > > tried to restart the login screen.  I think that even without KDM I
> > > couldn't restart X after I started it once.  I'm not positive about
> > > this though.
> >
> > Can you verify that? Would be interesting to know.
> > """
> >
> > Nope, I can't verify it.  I guess my system just got into a bad state
> > somehow.  I'm using 4.2.99.4 right now and have successfully restarted
> > X many times.
>
> So you have verified that it only happens with a display manager. :)
>
> > I haven't tried using KDM again though.
>
> Probably still happens with that? One possibility is one or more
> processes keeping the DRM open (Qt comes to mind) long enough to prevent
> the next server generation from enabling the DRI. That causing a lockup
> would still be a bug, but this might give opportunities for workarounds.
>
>
> --
> Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
> XFree86 and DRI project member   /  CS student, Free Software enthusiast
>

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



Re: [XFree86] No External Monitor on Radeon Mobility M7 LW greater than laptop's LCD resolution

2003-02-01 Thread hy0
> On Wed, 29 Jan 2003, hy0 wrote:
>
> > > I've tried everything I can find to get my laptop to shut the LCD
> > > screen and use ONLY the external CRT at 1280x1024. My T30 has a
> > > 1024x768 LCD screen, and this updated radeon driver won't drive the
> > > external CRT greater than 1024x768... This worked fine in XFree86
> > > 4.2.1 w/the "CrtScreen" option. I've tried a multitude of options of
> > > the new Clone... options and the paneloff.
> >
> > There is a small bug in the current CVS code affecting your case. If you
> > have the latest CVS code, you can try to apply attached patch. If you
don't
> > have the source, you can try to change the Modes from
> > Modes "1280x1024"
> > to
> > Modes "1280x1024" "1024x768"
> > in your HomeScreen screen section.
> >
> > Hui
> >
>
> Thanks for the look. However, no joy. With the latest CVS driver
> (1.84) I still get nothing > 1024x768. However, I've come across a
> case where I can get >1024x768, with a different monitor.  The one I
> was first working with was my office monitor, a Sun 20", and this is
> the one that fails. I tried a different monitor at home (an older HP
> A4331D) and it works @ 1280x1024 with that monitor.
>
> I've attached the XF86Config-4 file and the XFree86 log from both
> monitors.
>
> The log with -SUN is the output when attempting to run on the SUN
> monitor; and the other is on the HP monitor. Both used the same
> XF86Config-4 file.
>
> XFree86 4.2.1 radeon driver did work at 1280x1024 on this same Sun
> 20".

Please do both of following things in your config file:
1. Uncomment your CloneHSync, CloneVRefresh lines.
The DDC on your HP monitor worked fine, but it failed on your SUN monitor
somehow.
2. Use Modes "1280x1024" "1024x768" instead of Modes "1600x1200" "1280x1024"
You shouldn't need this if you have the patch I sent to you. Without that
patch you have to make sure you have 1024x768 (your panel's native mode) in
your Modes line.

In v4.2.1, both heads are driven by the same CRTC. That way, while you can
get the external CRT working, it can cause problems on the LCD (lots of
people have complained about it). To get only the external CRT working with
LCD disabled, current driver may appear a little awkward, but it's safer.
There is a better approach to this which has been implemented, but because
we are running out of time testing it for v4.3, it won't appear until after
v4.3.

Hui

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



Re: [XFree86] new devloper

2003-02-01 Thread david
- Original Message - 
From: "Eric Anholt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, February 01, 2003 7:42 PM
Subject: Re: [XFree86] new devloper


> What exactly is the status of your driver?  Is there anything preventing
> you from posting the code you have?  I would guess that people haven't
> responded because they don't have anything to look at and submit patches
> for.  Are you saying you have actually made a DRI driver for 4.x?
> 
i thing i can send it i was going to wait untill i got a reply for the
X-devloper teme

DRI:
no i have not yet looked into that how ever
this driver supports full hw 2D and 3D
function my first atmped at 3D will be using
the GLX system

the driver will have cores for HW NV05 ,  NV1x , NV2x
and will be independint for X x.x.x and will have a
API to connect the diferent X verison's


3.3.6:
ok the status of my driver is

screen_setup:
32 BPP tested and working
paning need's to be added
hw cursor working but image to cursor need to be
done

NO_BIOS_INIT:
NV04 / NV05 coded tested and working but not yet
added

buffers so far:
all local memory is controled by a resource
allocation system
for quick and ez alloc / freeing of buffers
main screen
back screen
zeta (depth and stencil)

tv_capture:
capture_buffer


texture source from:
LOCAL_MEMORY
HOST_MEMORY (DMA)

ACCEL:
2D and 3D done in same driver
 accel methods need to be linked in to the XFree

host to and from card:
PCI_DMA for commands and image transfer working
AGP card's can use PCI_DMA util i have the AGP_DMA
working


ACCEL ENGINE FUNCTIONS USED SO FAR:
/* user command channels */
NV04_CHANNEL_DMA
/* contexts */
NV01_CONTEXT_DMA_FROM_MEMORY
NV01_CONTEXT_DMA_TO_MEMORY
NV01_CONTEXT_CLIP_RECTANGLE
NV03_CONTEXT_ROP
NV04_CONTEXT_SURFACES_2D
NV04_CONTEXT_SURFACES_3D
NV04_CONTEXT_COLOR_KEY
NV04_CONTEXT_BETA
/* text */
NV04_GDI_RECTANGLE_TEXT
/* image */
NV03_MEMORY_TO_MEMORY_FORMAT
NV04_DVD_SUBPICTURE
NV04_IMAGE_BLIT
NV04_INDEXED_IMAGE_FROM_CPU
NV04_IMAGE_FROM_CPU
NV04_STRETCHED_IMAGE_FROM_CPU
NV04_SCALED_IMAGE_FROM_MEMORY

/* 2D */
NV04_RENDER_SOLID_LIN
NV04_RENDER_SOLID_TRIANGLE
NV04_RENDER_SOLID_RECTANGLE
/* 3D */
NV04_DX5_TEXTURED_TRIANGLE
NV04_DX6_MULTI_TEXTURE_TRIANGLE


> I think Mark Vojkovich responded to you, though I can't find his email
> now.
> 
i have not seen his emall can he pleass send it agen


> Also, which of the addresses is the correct one?
> 
my email address is David Rundle <[EMAIL PROTECTED]>



> -- 
> Eric Anholt[EMAIL PROTECTED]  
> http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]
> 
> 

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



[XFree86] Re: "nv" driver bug with 2D acceleration

2003-02-01 Thread Mark Vojkovich
On Sat, 1 Feb 2003, Mike A. Harris wrote:

> The following bug has been reported to me in bugzilla, and the
> person has narrowed it down to a couple of 2D accel primitives.  
> I've made these disabled by default for now as a quick
> workaround, but I thought I'd mention it on the list to see if 
> others are experiencing the same problems and what all chips it 
> occurs on.
> 
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80456
> 
> Mark, let me know if there's anything I can do to help gather
> more data or test things out.
> 

  I've got well over a dozen cards and haven't seen any problems
with those two primitives.  Who made that card and what's its
BIOS version?  Could be a broken card, but it's more like that
it just POSTs with the clocks too low.


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



Re: [XFree86] 4.2.99.4 no display, locked keyboard (Radeon7500Mobility)

2003-02-01 Thread Michel Dänzer
On Mon, 2003-01-27 at 10:14, Nathaniel Gray wrote: 
> """
> I guess this doesn't happen with DRI disabled? Looks like pure luck to
> me that RADEONWaitForVerticalSync() ever returns when the DRM handles
> vertical blank interrupts. I'll look into fixing that if noone beats me
> to it.
> """
> 
> True, the problem doesn't occur unless DRI is enabled.

This patch works for me with DRI enabled, can you (or anyone seeing the
problem, for that matter) try it?

There could still be an even worse problem if the vertical blank
interrupt stops working for some reason (I've seen that happen after
some weird 3D client crashes). Another possibility would be polling the
CRTC_VBLANK_SAVE bit in the CRTC_STATUS register. Kevin, Hui, anyone
interested, what do you think?


> """
> > 2.  I was using KDM and after exiting X my machine would lock up as it 
> > tried to restart the login screen.  I think that even without KDM I 
> > couldn't restart X after I started it once.  I'm not positive about 
> > this though.
> 
> Can you verify that? Would be interesting to know.
> """
> 
> Nope, I can't verify it.  I guess my system just got into a bad state 
> somehow.  I'm using 4.2.99.4 right now and have successfully restarted 
> X many times.  

So you have verified that it only happens with a display manager. :)

> I haven't tried using KDM again though.

Probably still happens with that? One possibility is one or more
processes keeping the DRM open (Qt comes to mind) long enough to prevent
the next server generation from enabling the DRI. That causing a lockup
would still be a bug, but this might give opportunities for workarounds.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

Index: programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c
===
RCS file: /cvs/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c,v
retrieving revision 1.30
diff -p -u -r1.30 xf86drm.c
--- programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c	2002/12/14 02:44:06	1.30
+++ programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c	2003/02/02 02:21:15
@@ -1105,6 +1105,7 @@ int drmWaitVBlank(int fd, drmVBlankPtr v
 
 do {
ret = ioctl(fd, DRM_IOCTL_WAIT_VBLANK, vbl);
+   vbl->request.type &= ~DRM_VBLANK_RELATIVE;
 } while (ret && errno == EINTR);
 
 return ret;
Index: programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_dma.h
===
RCS file: /cvs/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_dma.h,v
retrieving revision 1.6
diff -p -u -r1.6 drm_dma.h
--- programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_dma.h	2003/01/29 23:00:43	1.6
+++ programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_dma.h	2003/02/02 02:21:16
@@ -628,6 +628,7 @@ int DRM(wait_vblank)( DRM_IOCTL_ARGS )
 	switch ( vblwait.request.type & ~_DRM_VBLANK_FLAGS_MASK ) {
 	case _DRM_VBLANK_RELATIVE:
 		vblwait.request.sequence += atomic_read( &dev->vbl_received );
+		vblwait.request.type &= ~_DRM_VBLANK_RELATIVE;
 	case _DRM_VBLANK_ABSOLUTE:
 		break;
 	default:
Index: programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
===
RCS file: /cvs/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v
retrieving revision 1.84
diff -p -u -r1.84 radeon_driver.c
--- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	2003/01/30 05:31:31	1.84
+++ programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	2003/02/02 02:21:24
@@ -664,13 +668,26 @@ static int RADEONINPAL(int idx)
 }
 #endif
 
-/* Wait for vertical sync on primary CRTC */
+/* Wait for vertical sync on primary CRTC; try using the DRM ioctl for this
+ * and poll if that fails
+ */
 void RADEONWaitForVerticalSync(ScrnInfoPtr pScrn)
 {
 RADEONInfoPtr  info   = RADEONPTR(pScrn);
 unsigned char *RADEONMMIO = info->MMIO;
 inti;
 
+#ifdef XF86DRI
+if (info->directRenderingEnabled && info->irq) {
+	drmVBlank vbl;
+
+	vbl.request.type = DRM_VBLANK_RELATIVE;
+	vbl.request.sequence = 1;
+
+	if (!drmWaitVBlank(info->drmFD, &vbl)) return;
+}
+#endif
+
 OUTREG(RADEON_GEN_INT_STATUS, RADEON_VSYNC_INT_AK);
 for (i = 0; i < RADEON_TIMEOUT; i++) {
 	if (INREG(RADEON_GEN_INT_STATUS) & RADEON_VSYNC_INT) break;



[XFree86] ATI FireGL / IBM RC1000 / GT1000 PCI

2003-02-01 Thread sgx
Hi,

Is there, or will there, be any support for the above card... also
marketted as FireGL 2 PRO PCI or HP GL-UX.. Linux detects it as:

  Bus  0, device  11, function  0:
VGA compatible controller: PCI device 1014:0170 (IBM) (rev 2).
  IRQ 28.
  Master Capable.  Latency=32.  Min Gnt=255.Max Lat=255.
  Non-prefetchable 32 bit memory at 0xa58 [0xa59].
  Non-prefetchable 32 bit memory at 0xc00 [0xfff].

It is aparrently manufactured by ATI, uses an IBM chipset.. and is
supplied on a 64bit pci card, a picture (890kb) is available at
http://www.ev6.net/card.jpg
I hear conflicting things, some people tell me this card is Radeon
based/compatible, but the current CVS XF86 doesnt detect it as such, would
it work if it recognised the PCI ID as a radeon card? or is it just not
compatible atall?
The ATI-supplied binary drivers should aparrently support this card, but
the only machine i have which will take this card atall is an Alpha, and
thus wont run the x86 binaries supplied by ATI.

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



[XFree86] "nv" driver bug with 2D acceleration

2003-02-01 Thread Mike A. Harris
The following bug has been reported to me in bugzilla, and the
person has narrowed it down to a couple of 2D accel primitives.  
I've made these disabled by default for now as a quick
workaround, but I thought I'd mention it on the list to see if 
others are experiencing the same problems and what all chips it 
occurs on.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80456

Mark, let me know if there's anything I can do to help gather
more data or test things out.

TIA


-- 
Mike A. Harris ftp://people.redhat.com/mharris
OS Systems Engineer - XFree86 maintainer - Red Hat

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



Re: [XFree86] Bug: mga_hal and latest X

2003-02-01 Thread John Tapsell

Anyone more ideas?  Anyone else have any clues?

I made the (minor) changes as you mention, but nothing chances.
I've attached the two files again.

JohnFlux




On Friday 31 January 2003 3:11 pm, Dr Andrew C Aitchison wrote:
> On Fri, 31 Jan 2003, John Tapsell wrote:
> > Hi,
> >   I think that inXFree86 Version 4.2.99.4 there is a bug in the detection
> > of mga_hal.
> >
> >   I had a look through the changelog for 4.2.99.4 and someone added some
> > code to detect and check whether the mga_hal module exists.  I'm probably
> > doing this wrong, but it does seem to me, naively, that I have the
> > mga_hal module, loading it, yet it isn't being detected.
> >
> >   I'm using the:
> >
> > mga_hal_drv.o   file from the latest drivers from matrox.org
> > mga_drv.o   file that comes with X.
> > mga_dri.o   file that comes with X.
>
> I'm not using mga_dri.o (since it doesn't compile on 2.2 kernels)
> but for the other two I'm doing the same as you.
>
> > In the attached log file, the mga_hal module is loaded (I added
> > LoadModule "mga_hal"   in the XF86Config-4 file)
>
> Why not let the driver load the hal itself ?
> I don't have that line in my config.
>
> In my log note that mga_hal_drv.o is a SUBmodule:
>
> % grep -i5 mga_hal /var/log/XFree86.0.log
> (II) Loading /usr/X11R6-v4/lib/modules/libvgahw.a
> (II) Module vgahw: vendor="The XFree86 Project"
> compiled for 4.2.99.4, module version = 0.1.0
> ABI class: XFree86 Video Driver, version 0.6
> (--) MGA(0): Chipset: "mgag550"
> (II) Loading sub module "mga_hal"
> (II) LoadModule: "mga_hal"
> (II) Loading /usr/X11R6-v4/lib/modules/drivers/mga_hal_drv.o
> (II) Module mga_hal: vendor="The XFree86 Project"
> compiled for 4.2.0, module version = 1.0.0
> ABI class: XFree86 Video Driver, version 0.5
> (==) MGA(0): Matrox HAL module used
> (**) MGA(0): Depth 24, (--) framebuffer bpp 32
> (==) MGA(0): RGB weight 888
>
> I think that the module is failing to load the hal because it is already
> there, and giving up (that could be a real bug).
>
> > (II) Loading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
> > (II) Module mga_hal: vendor="The XFree86 Project"
> > compiled for 4.2.0, module version = 1.0.0
> > ABI class: XFree86 Video Driver, version 0.5
> >
> > But I get this, later on in the log file
> >
> > (II) LoadModule: "vgahw"
> > (II) Reloading /usr/X11R6/lib/modules/libvgahw.a
> > (--) MGA(1): Chipset: "mgag400" (G400)
> > (EE) MGA(1): This card requires the "mga_hal" module for dual-head
> > operation It can be found at the Matrox web site 
> > (II) UnloadModule: "mga"
> > (II) UnloadModule: "vgahw"
>
> I also note that you have a dual head config, but both heads
> have the same PCI ID. If it is a dualhead card, you need lines
>   Screen 0
> and
>   Screen 1
> in the Device sections.

# File generated by XFdrake.
# **
# Refer to the XF86Config man page for details about the format of
# this file.
# **

Section "ServerLayout"
Identifier "Matrox PowerDesk configured."
Screen "Display 1" LeftOf "Display 2"
Screen "Display 2" 0 0
#Screen"Display 1" 0 0
InputDevice"Keyboard1" "CoreKeyboard"
InputDevice"Mouse1" "CorePointer"
EndSection

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
FontPath "unix/:7100"
EndSection

Section "Module"
Load  "dbe" # Double-Buffering Extension
Load  "v4l" # Video for Linux
Load  "extmod" #For xawtv
Load  "type1"
Load  "freetype"
#   Load  "mga_hal"
Load  "dri"
#   Load  "glx"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "ServerFlags"
#DontZap # disable  (server abort)
#DontZoom # disable / (resolution switching)
# allows the server to start up even if the mouse doesn't work
Option  "allowmouseopenfail"
#   Option  "Xinerama"
EndSection

Section "InputDevice"
Identifier  "Keyboard1"
Driver  "Keyboard"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "gb"
Option  "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Protocol" "ExplorerPS/2"
Option  "Device" "/dev/psaux"
Option  "ZAxisMapping" "6 7"
EndSection


Section "Monitor"
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
#ModeLine "1024x480"65.00 1024 1032 1176 1344   480  488  494  563 -hsync 
-vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz

Re: [XFree86] DRI freezes with 4.2.99.4

2003-02-01 Thread Filip djMedrzec Zyzniewski
> > Display freezes, game gets locked. Sys works fine (accessible remotely),
> > until I kill -9 X or UT.
> 
> Are you compiling with gcc3.2? If so, try 2.95, or 3.4 (NOT 3.3); MMX
> code generation is really badly broken.

Tried 3.4:
Configured with: ./configure --enable-languages=c,c++ --prefix=/home/filip/try 
--enable-shared --enable-threads=posix --enable-__cxa_atexit
Thread model: posix
gcc version 3.4 20030201 (experimental)

freezed with glxgears :/.

bye,

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



Re: [XFree86] XFree86 on Alpha support doc

2003-02-01 Thread moonshine_religion
You should provide more information on the problems you're
seeing. It's not possible to diagnose what's wrong with so little
information.  
Looking at /var/log/XFree86.0.log for obvious error messages is
the first step. 
If you don't find anything obvious, send it to this list, along with
other information that may be relevant (like are you using startx or
xdm to launch the server, dmesg command output,...)

Well here are the ugly details. Also what are all of the .debug_line 
messages?

 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: FreeBSD 5.0-CURRENT alpha [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: Sun Jan 12 01:38:54 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "NEC MultiSync FE991sb"
(**) | |-->Device "PowerStorm 4D10T"
(**) |-->Input Device "DEC Keyboard"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Microsoft Explorer"
(==) 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/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(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 freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(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
Not loading .debug_line
(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: PCI scan (all values are in hex)
(II) PCI: 00:01:0: chip 1000,0001 card , rev 02 class 01,00,00 
hdr 00
(II) PCI: 00:02:0: chip 1077,1020 card , rev 05 class 01,00,00 
hdr 00
(II) PCI: 10:01:0: chip 8086,0482 card , rev 15 class 00,00,00 
hdr 00
(II) PCI: 10:02:0: chip 104c,3d07 card 1011,4d10 rev 01 class 03,00,00 
hdr 00
(II) PCI: 10:03:0: chip 1011,0019 card 1011,500b rev 30 class 02,00,00 
hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
Not loading .debug_line
(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) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 0 I/O range:
[0] -1 0x - 0x (0x0) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x8000 - 0x (0x8000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x8000 - 0x (0x8000) MX[B]
(II) Bus 16: bridge is at (0:0:0), (-1,16,0), BCTRL: 0x00 (VGA_EN is 
cleared)
(II) Bus 16 I/O range:
[0] -1 0x - 0x (0x0) IX[B]
(II) Bus 16 non-prefetchable memory range:
[0] -1 0x8000 - 0x (0x8000) MX[B]
(II) Bus 16 prefetchable memory range:
[0] -1 0x8000 - 0x (0x8000) MX[B]
(--) PCI: (16:2:0) Texas Instruments Permedia 2 rev 1, Mem @ 
0x06fa/17, 0x0700/23, 0x0780/23, BIOS @ 0x06f9/16
(II) Addressable bus resource ranges are
[0] -1 0x - 0x (0x0) MX[B]
[1] -1 0x - 0x (0x0) IX[B]
(II) OS-reported resource ranges:
[0] -1 0x - 0x (0x1) MX[B]
[1] -1 0x - 0x (0x1) MX[B]
[2] -1 0x000c - 0x000e (0x3) MX[B]
[3] -1 0x - 0x (0x1) IX[B]
[4] -1 0x - 0x00ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0x06f8ff00 - 0x06f8 (0x100) MX[B]E
[1] -1 0x07fef000 - 0x07fe (0x1000) MX[B]E
[2] -1 0x0

Re: [XFree86] [XFree86(TM) Bug Report] X freezes randomly using100% CPU, after killing Xserver linux kernel hangs

2003-02-01 Thread Michel Dänzer
On Sam, 2003-02-01 at 22:07, Goetz Golla wrote:

> The XServer freezes randomly (~every few hours) when using a browser
> (galeon) or when the screenserver is running, or when the maschine 
> just is idle. 
> No input from keyboard or mouse is accepted. 
> 
> Logging in from remote I can sse that X is using 100% CPU.
> 
> Killing X leads to a complete freeze of the system (kernel hangs ?)
> immediately

I think it's a complete hardware lockup.

If you don't need the DRI, disabling it might help. Otherwise, can you
try if the 4.2.99.x snapshot packages described in
http://penguinppc.org/~daniels/README work better?


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

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



[XFree86] XFree86-4.2.1 doesn't support VIA EPIA M board's CastleRock chip

2003-02-01 Thread Chris Shenton
Got a VIA EPIA M single board computer and am diskless net-booting
FreeBSD-4.7 on it from another FreeBSD box.  That works fine.  But I
can't get XFree86-4.2.1, built last month, to run on it. The docs
indicate the graphics chip is "Integrated VIA CastleRock AGP graphics
with MPEG-2 decoder":

http://www.viavpsd.com/product/epia_m_spec.jsp?motherboardId=81

In some googling I have found some other folks with similar problems. 

http://www.advogato.org/person/Fefe/

When XFree86 exits, it says:

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

So I've included that here as well as the logs from trying to invoke
as "XFree86 -configure".

Thanks for your help.



pci bus 0x cardnum 0x00 function 0x00: vendor 0x1106 device 0x3123
 VIA  Device unknown
 CardVendor 0x1106 card 0xaa01 (VIA, Card unknown)
  STATUS0x2230  COMMAND 0x0006
  CLASS 0x06 0x00 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x00  LATENCY 0x08  CACHE 0x00
  BASE0 0xd008  addr 0xd000  MEM PREFETCHABLE
  BYTE_00x80881800  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x01 function 0x00: vendor 0x1106 device 0xb091
 VIA  Device unknown
  STATUS0xa230  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x00
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x01  SUBBUS 0x01  SECLT 0x00
  IOBASE0xf000  IOLIM 0xfff  SECSTATUS 0x
  NOPREFETCH_MEMBASE 0xdc00  MEMLIM 0xddff
  PREFETCH_MEMBASE   0xd800  MEMLIM 0xdbff
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT VGA_EN ISA_EN NO_SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x0d function 0x00: vendor 0x1106 device 0x3044
 VIA  Device unknown
 CardVendor 0x1106 card 0x3044 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x00 0x10  REVISION 0x80
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x08
  BASE0 0xde00  addr 0xde00  MEM
  BASE1 0xd001  addr 0xd000  I/O
  MAX_LAT   0x20  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x05

pci bus 0x cardnum 0x10 function 0x00: vendor 0x1106 device 0x3038
 VIA VT 82C586 MVP3 USB Controller
 CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x03 0x00  REVISION 0x80
  BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
  BASE4 0xd401  addr 0xd400  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0b
  BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x10 function 0x01: vendor 0x1106 device 0x3038
 VIA VT 82C586 MVP3 USB Controller
 CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x03 0x00  REVISION 0x80
  BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
  BASE4 0xd801  addr 0xd800  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x05
  BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x10 function 0x02: vendor 0x1106 device 0x3038
 VIA VT 82C586 MVP3 USB Controller
 CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x03 0x00  REVISION 0x80
  BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
  BASE4 0xdc01  addr 0xdc00  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0a
  BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x10 function 0x03: vendor 0x1106 device 0x3104
 VIA  Device unknown
 CardVendor 0x1106 card 0x3104 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x03 0x20  REVISION 0x82
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x08
  BASE0 0xde001000  addr 0xde001000  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x0b
  BYTE_00x30200  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x11 function 0x00: vendor 0x1106 device 0x3177
 VIA  Device unknown
 CardVendor 0x1106 card 0xaa01 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0087
  CLASS 0x06 0x01 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BYTE_00xf00045  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x11 function 0x01: vendor 0x1106 device 0x0571
 VIA VT 82C586 MVP3 IDE Bridge
 CardVendor 0x1106 card 0xaa01 (VIA, Card unknown)
  STATUS0x0290  COMMAND 0x0007
  CLASS 0x01 0x01 0x8a  REVISION 0x06
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x00
  BASE4 0xe001  addr 0xe000  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0xff
  BYTE_00x2a09f20b  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x11 function 0x05: vendor 0x1106 device 0x3059
 VIA  Device unknown
 CardVendor 0x1106 card 0xaa01 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0001
  CLASS 0x04 0x01 0x00  REVISION 0x50
  BASE0 0xe401  addr 0xe400  I/

[XFree86] i830m and stretching

2003-02-01 Thread Iñaki García Etxebarria
Hi Xperts,

I wrote a few days ago about a problem with i830m and mode switching. No
solution was given, but Hans Öfverbeck said something interesting about
stretching. The relevant mail is labelled:
"Mode incorrectly set with i830m in a toshiba 3000 x4 laptop"

Further investigations show that in the CVS version of i830_driver.c
there's a "Stretch" option, although it appears to be not implemented
(just glanzing through the code, I cannot run X cvs now). There's a
'Center' option too, i guess they will set the appropiate registers in
the i830 (btw, are there any public specs for this card? I could only
find for i810 in the intel site). I tried setting/unsetting the bits 31
and 29 of the 0x60018 register with pcitweak
[pcitweak -w 00:02:00 0x60018 number, i hope this makes some sense] to
no avail. The program succeeds but the register doesn't change.

I would appreciate some help with this. I don't mind working on it but I
need an starting point:
- Is anyone working on the implementation of "Stretch" and "Center"?
Could they be related to my problem? (i will be glad to provide more
info about my problem as needed)
- Are there any publicly available specs for the i830m?
- Can I use pcitweak to change registers of the graphics card instead of
modifying the xf86 module? (less painful for q'n'd testing)

TIA,
Iñaki

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



[XFree86] [XFree86(TM) Bug Report] X freezes randomly using 100% CPU, after killing Xserver linux kernel hangs

2003-02-01 Thread Goetz Golla
Regarding: X freezes randomly using 100% CPU, after killing Xserver linux kernel hangs
Email: [EMAIL PROTECTED]

XFree86 Version: XFree86 Version 4.2.1.1 (Debian 4.2.1-5 20030122074040 
[EMAIL PROTECTED]) 

OS: Debian Linux, SID, Kernel 2.4.19, 2.4.20

Area: Xserver

Server: XFree86 (The XFree86 4.x server)

Video Card:

 ATI Technologies Inc Radeon RV200 QW [Radeon 7500]

Description:

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-5 20030122074040 
[EMAIL PROTECTED]) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 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.19 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 Feb  1 11:22:34 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Scott"
(**) |   |-->Device "ATI Technologies, Inc. Radeon 7500 [RV200 QW]"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/
lib/X11/fonts/75dpi"
(==) 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.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.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.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 = 0x80010008, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 1043,8064 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 13f6,0111 card 1043,80e2 rev 10 class 04,01,00 hdr 00
(II) PCI: 00:0d:0: chip 105a,6269 card 105a,4d68 rev 02 class 01,04,85 hdr 00
(II) PCI: 00:0e:0: chip 11f6,1401 card , rev 0a class 02,00,00 hdr 00
(II) PCI: 00:0f:0: chip 9004,5078 card 9004,7850 rev 03 class 01,00,00 hdr 00
(II) PCI: 00:10:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3147 card 1043,8052 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1043,8052 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5157 card 1787,0107 rev 00 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.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 00x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] 

[XFree86] Radeon mobility U1

2003-02-01 Thread Nik A. Melchior
To the radeon driver maintainer,

I recently tried out a beta of 4.3, and it doesn't support the graphics
chip in my laptop (Radeon Mobility U1, chipID 4336).  Will support be
added for this chip?  What can I do to help?

Thank you,

-- 
Nik Melchior Washington University

GPG Key Fingerprint (see http://www.gnupg.org/):
F824 BB7F 5424 04D0 0EBF  2AE7 7BB9 533C 380A 0462

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



Re: [XFree86] Rules for an Autoreply bot

2003-02-01 Thread Don
> > We need a FAQ more urgently than a bot.
>
> bah
Andrew is right. An FAQ would be a better start. Hell current man pages
would also be nice :)

The MGA(4) man page mentions nothing about HAL and does not even mention
the G450 and G550 graphics cards.

I would be happy to document anything people feel should be documented.

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



Re: [XFree86] Rules for an Autoreply bot

2003-02-01 Thread John Tapsell
On Saturday 01 February 2003 1:44 pm, Dr Andrew C Aitchison wrote:
> On Sat, 1 Feb 2003, John Tapsell wrote:
> > Hi,
> >   As some of you know, I'm working on a knowledge based system (a bot)
> > that checks incomming emails against a database of rules, to try to
> > reduce the workload of the volunteers here.
> >
> >   The trouble is that the same questions keep being asked.
> >   Hopefully I can reduce the workload, but give a better response to
> > people.
>
> We need a FAQ more urgently than a bot.

bah

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



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

2003-02-01 Thread Lionel Lecoq
A few more details would be helpful (monitor, graphic card, full XF86Config, full log)
However , from the parsing error and the fact that you are not using the standard
/etc/X11/XF86Config resp. /etc/X11/XF86Config-4 (which would be the RH 7.x version for 
X 4.x.x) I
wonder whether you are not using an XF86Config which has a X 3.3.6 format rather than 
the
different format for X 4.x.x (Check whether your config file has a Keyboard and 
pointer section *
version 3.3.6* rather than two input device sections *version X 4.x.x*)
Lionel

--- l <[EMAIL PROTECTED]> wrote:
> 
> an unexpected crash happen in Redhat 7.3, KDE 3.
> 
> Attached is hte /var/log/XFree86.9.log
> 
> 
> thanks
> laurence> 
> XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / X Window System
> (protocol Version 11, revision 0, vendor release 6600)
> Release Date: 23 January 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.17-0.13smp i686 [ELF] 
> Build Host: daffy.perf.redhat.com
>  
> 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.9.log", Time: Tue Jul 23 16:23:01 2002
> (++) Using config file: "/tmp/xf86config-TLeCvM"
> Parse warning on line 36 of section Keyboard in file /tmp/xf86config-TLeCvM
>   Ignoring obsolete keyword "LeftAlt".
> Parse error on line 36 of section Keyboard in file /tmp/xf86config-TLeCvM
>   "Meta" is not a valid keyword in this section.
> (EE) Problem parsing the config file
> (EE) Error from xf86HandleConfigFile()
> 
> Fatal server error:
> no screens found
> 
> 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.9.log".
> Please report problems to [EMAIL PROTECTED]
> 
> 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] Re: Driver for Radeon Mobility 7500

2003-02-01 Thread Michel Dänzer
On Sam, 2003-02-01 at 04:40, Mark Collins wrote: 
> Based on the feedback that I'm hearing it appears that
> X should be working fine on my system, but I still
> have a badly distorted screen as long as I try to use
> the Radeon driver.  
> 
> I have enclosed the config file as well as the log. 
> Can anyone find something that may be causing this
> problem?


This log line looks suspicious:

> (--) RADEON(0): Virtual size is 1024x768 (pitch 1056)

I don't know why it should use anything but a 1024 pitch.


Can you try non-Mandrake 4.2.1 binaries and if that doesn't work either
a 4.2.99.x snapshot?


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

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



Re: [XFree86] [XFree86(TM) Bug Report] DRI problem with an ATImobility radeon 7500 after upgrade to version 4.2.1.1

2003-02-01 Thread Michel Dänzer
On Fre, 2003-01-31 at 22:13, Uffe Norberg wrote: 

> After upgrade to 4.2.1.1 OpenGK programs start but don't display anything on 
> the screen. TuxRacer for instance just displays a blue screen, but you can 
> hear the music and if you press Enter a couple of times you can hear the race 
> start, but nothing but the blue screen is displayed.
> Same thing if I try UnrealTournament both in full screen and windowed. You can 
> hear that the program has started beacause you hear music and sound effects but 
> nothing is displayed but,  in this case, a black screen or a black window.
> Before upgrade it worked perfectly. (sorry don't remeber the version)

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=178242


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

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



Re: [XFree86] Rules for an Autoreply bot

2003-02-01 Thread Dr Andrew C Aitchison
On Sat, 1 Feb 2003, John Tapsell wrote:

> Hi,
>   As some of you know, I'm working on a knowledge based system (a bot) that 
> checks incomming emails against a database of rules, to try to reduce the 
> workload of the volunteers here.
> 
>   The trouble is that the same questions keep being asked.
>   Hopefully I can reduce the workload, but give a better response to people.

We need a FAQ more urgently than a bot.

-- 
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] No Screens error

2003-02-01 Thread greg
I'm encountering a "No Screens error" when I try to boot up startx
with Redhat Linux 7.0.

Is this something to do with my video card?

I'm using a 32 MB Elsa Gladiax MX AGP card.

Here's the end of my XF86Config.log:

(II) Module nv: vendor="The XFree86 Project"
 compiled for 4.0.1a, module version = 1.0.0
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.2
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.0.1a, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.1
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2,
 RIVATNT2 (Ultra), RIVATNT2 (Vanta), RIVATNT2 M64,
 RIVATNT2 (Integrated), GeForce 256, GeForce DDR, Quadro, GeForce 2
(II) Primary Device is: PCI 01:00:0
(EE) No devices detected.

Fatal server error:
no screens found

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 reports problems to [EMAIL PROTECTED]

Thanks,

Greg

**
Greg Jones and the G-Men
online at:
www.gregjonesmusic.com

Greg's Music Theory Page
www.geocities.com/gregrjones

The Science of Music cd by the
Collaboration Element is available here:
http://makeashorterlink.com/?C12F52A71

Greg Jones and the G-Men Merchandise available here:
http://makeashorterlink.com/?N2BA15491
**

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



[XFree86] Rules for an Autoreply bot

2003-02-01 Thread John Tapsell
Hi,
  As some of you know, I'm working on a knowledge based system (a bot) that 
checks incomming emails against a database of rules, to try to reduce the 
workload of the volunteers here.

  The trouble is that the same questions keep being asked.
  Hopefully I can reduce the workload, but give a better response to people.

  Attached is the rules I have so far.

  The rules _really_ need looking over, and touched up.

  Please please try and clean up anything you know to be incorrect, and add 
anything that needs adding.

  An email has to match every  rule, and every  rule,  Matches 
inside a  rule allow only one match to be made.

JohnFlux



  
   As of Red Hat 8.0 the default is to use only /etc/X11/XF86Config.  The
   use of /etc/X11/XF86Config-4 was used up until then because of the
   desire to support both XFree86-3.3.6 and XFree86-4.x.x.  At the same
   time the older RedHat written "Xconfigurator" tool was dropped and a new
   "redhat-config-xfree86" tool introduced.

   All RedHat 8.0 machines run the font server on 7100.

  

  
(WW) Open APM failed (/dev/apm_bios) (No such device)

  Power management is a long subject.  Reply with "Tell me about
  apm" in the subject for more information.

  
  
Tell me about apm

  First there was APM - Advanced Power Management.
  This worked okayish, but eventually something more powerful was
  needed.  ACPI is the newer version, however ACPI support is still not very
  good in the linux kernel.
  If you have a toshiba laptop, then you can get the toshibautilities to
  do power management stuff.
  More details on acpi at http://www.teleport.com/~acpi/acpihtml/home.htm,
  or at http://phobos.fs.tum.de/acpi,
  For software suspend, see http://sourceforge.net/projects/swsusp/,
  There are acpi patches for the kernel at
  http://sourceforge.net/projects/acpi.

  
  
(WW) MGA(0): Video BIOS info block not detected!

  Unknown.  I can't find anything on the web about it.

  
  
This card requires the "mga_hal" module for dual-head operation

  You need to go to the matrox.org website and download the latest
  drivers for you card.

  
  
PAM authentication failed, cannot start X server.
RedHat 7

  First, It could be that you have some corrupted files.
  Please do:
  
  rpm --verify libnewt0.50

  It should return nothing.

  Second.  Check that /etc/pam.d/xserver says something like:

#%PAM-1.0
	auth   sufficient	/lib/security/pam_rootok.so
	auth   required	/lib/security/pam_console.so
	accountrequired	/lib/security/pam_permit.so

	Third.  In DEBIAN there was a file called /etc/Xwrapper.config
	I do not know if there is an equivalent in RedHat.

  
  

  ATI
  Radeon


  R250
  R200
  Mobility


  The ATI Mobility card is an R200 core.
  Both 2D and 3D will be supported in XFree86 4.3.0.

  
  
Failed to setup write combining range

  This is just a warning.  You probably don't
  have MTRR support compiled into your kernel.  

  
  
Redhat

  Asus V8420	  
  Geforce 4 Ti4200
 

  The Geforce 4 Ti4200 (Asus v8420) was not supported in 
  the X server
  that came with RedHat 8 or earlier.
  Try running XFree86 4.2.99 snapshots or later, available
  at ftp.xfree86.org

  
  
NVidia
DVI

  flat panel
  tft

  
  
  


  




[XFree86] xserver

2003-02-01 Thread Álvaro Castro
Hi!

I'm having problems with my debian...

I don't know if this is a server crash or what it is,
but I've been trying different combinations of values
and it doesn't work...

I followed Nvidia's instructions for their drivers...

I send you the server config and the failure log...

I use Geforce2 GTS (creative) and Monitor LG flatron
774FT

...I hope this is useful for you... anyway, if you
think that I can do something for configuring it
properly, please tell me ;-)

thanks!!


.alvaro.castro.



___
Yahoo! Móviles
Personaliza tu móvil con tu logo y melodía favorito 
en http://moviles.yahoo.es


XF86Config-4
Description: XF86Config-4


XFree86.0.log
Description: XFree86.0.log


Re: [XFree86] Xfree Problem

2003-02-01 Thread Dr Andrew C Aitchison
On Sat, 1 Feb 2003, Rafael Felix Correa wrote:

> Something really weird are happening with my Xfree86.
> Everytime I need to start it, I need also to configure
> first. It shouldn´t be this way! The right thing is to
> configure once and start it normally after that.
> When i start without configuring it, appears a message
> like this: "Coudn´t find default font fixed".

Sounds like you don't have xfs (the font server) configured to start 
automatically.

-- 
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] Xfree Problem

2003-02-01 Thread Rafael Felix Correa
Something really weird are happening with my Xfree86.
Everytime I need to start it, I need also to configure
first. It shouldn´t be this way! The right thing is to
configure once and start it normally after that.
When i start without configuring it, appears a message
like this: "Coudn´t find default font fixed".
Anyway, i´m sending the log file attached with this
message, for more details.

Thanks

=
===

Rafael Felix

___
Busca Yahoo!
O serviço de busca mais completo da Internet. O que você pensar o Yahoo! encontra.
http://br.busca.yahoo.com/

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 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.17-0.13smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
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 Feb  1 08:29:15 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Generic Monitor, 1280x1024 @ 60 Hz"
(**) |   |-->Device "SiS 620"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(==) 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.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.0, 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.0, 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 1039,0530 card , rev 03 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:01:0: chip 1039,0008 card , rev b1 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 1039,0009 card , rev 00 class ff,00,00 hdr 80
(II) PCI: 00:01:2: chip 1039,7001 card , rev 11 class 0c,03,10 hdr 80
(II) PCI: 00:02:0: chip 1039,0001 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00 hdr 80
(II) PCI: 00:0c:1: chip 13f6,0211 card 13f6,0211 rev 10 class 07,80,00 hdr 00
(II) PCI: 00:0d:0: chip 1282,9102 card 0291,8212 rev 20 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1039,6306 card 1039,6306 rev a3 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.0, 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,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:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0xb000 - 0xb0ff (0x100) IX[B]
[1] -1  0xb400 - 0xb4ff (0x100) IX[B]
[2] -1  0xb800 - 0xb8ff (0x100) IX[B]
[3] -1  0xbc00 - 0xbcff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   

[XFree86] xkb keymap missing?

2003-02-01 Thread Otto Waltari
Hello.
I got this problem after I upgraded my X from 4.0.1 to 4.2.1.
It causes for example that AltGr is disabled and couple other keys too.
This line below is all the problem tells about itself:

Couldn't load XKB keymap, falling back to pre-XKB keymap

I guess it's the xkb keymap path that is poiting wrong (or keymap in the
wrong path), but where should it be? And what are those keymaps called
(.kmp, .kmap.gz), and what is the default path, and can it be changed
somewhere? The layout I'll be using is .fi, so I suppose it has to be some
.fi specific keymap.

Thanks in advance

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



Re: [XFree86] XFree86 on Alpha support doc

2003-02-01 Thread Matthieu Herrb
moonshine_religion wrote (in a message from Friday 31)
 > Can anyone tell me where I can find information on XFree86 support for 
 > DEC Alpha based machines. I am trying to troubleshoot X problems on an 
 > alpha server but I can't find any info on this platform.

XFree86 code and drivers are mostly platform independant. Most of the
general documentation applies to alpha as well as ix86 (and other)
architectures. I fear the only documentation of the alpha MD code is
the source. That is mostly in 
xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_video.c  and 
xc/programs/Xserver/hw/xfree86/os-support/shared/xf86Axp.c
in your case. 

 > I have installed FreeBSD 4.7 on an 
 > AlphaServer 1200 5/533 with the latest SRM installed. The AlphaServer 
 > has the standard PowerStorm 4D10T PCI video card which is a 3DLabs 
 > Permedia2 chipset and TI TVP4020C RAMDAC w/ 8Mb onboard. The version of 
 > XFree86 is 4.2.1 as supplied in the ISO package.

This platform should work under FreeBSD AFAIK. 

 > There appears to be a 
 > card description and driver for this hardware but the server still 
 > fails. Thanks for your assistance.

You should provide more information on the problems you're
seeing. It's not possible to diagnose what's wrong with so little
information.  
Looking at /var/log/XFree86.0.log for obvious error messages is
the first step. 
If you don't find anything obvious, send it to this list, along with
other information that may be relevant (like are you using startx or
xdm to launch the server, dmesg command output,...)

If you don't have that file, then the X server is not even starting
and the problem is not in the X server itself. 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86