CVS Update: xc (branch: trunk)

2003-06-19 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/19 04:01:54

Log message:
   231. Fix regression of Xvideo not working with some videos on the
CyberBladeXP/Ai1 chips (Bugzilla #251, Stephane Voltz).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_video.c 
  
  Revision  ChangesPath
  3.2742+5 -3  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.36  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_video.c

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


CVS Update: xc (branch: trunk)

2003-06-19 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/19 06:28:03

Log message:
Added support for another machine requiring special timing

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
300vtbl.h 310vtbl.h init.c init.h init301.c init301.h 
initdef.h oem300.h oem310.h sis.h sis_driver.c 
sis_driver.h vgatypes.h vstruct.h 
  
  Revision  ChangesPath
  1.12  +7 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/300vtbl.h
  1.10  +43 -32xc/programs/Xserver/hw/xfree86/drivers/sis/310vtbl.h
  1.11  +27 -12xc/programs/Xserver/hw/xfree86/drivers/sis/init.c
  1.11  +43 -17xc/programs/Xserver/hw/xfree86/drivers/sis/init.h
  1.16  +222 -155  xc/programs/Xserver/hw/xfree86/drivers/sis/init301.c
  1.14  +11 -2 xc/programs/Xserver/hw/xfree86/drivers/sis/init301.h
  1.14  +11 -2 xc/programs/Xserver/hw/xfree86/drivers/sis/initdef.h
  1.8   +7 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/oem300.h
  1.9   +57 -0 xc/programs/Xserver/hw/xfree86/drivers/sis/oem310.h
  1.35  +9 -4  xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h
  1.95  +40 -21xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.c
  1.12  +9 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.h
  1.7   +8 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/vgatypes.h
  1.8   +8 -2  xc/programs/Xserver/hw/xfree86/drivers/sis/vstruct.h

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


Re: 16 bit access to frame buffer

2003-06-19 Thread Andrew C Aitchison
 On Wed, 18 Jun 2003, Alan Hourihane wrote:
  Use a shadow framebuffer and you only have to implement one function, which
  is how the framebuffer is refreshed.

On Wed, 18 Jun 2003, Dominic Duval wrote:
 Unfortunately, the piece of garbage I'm using as a display controler runs
 at a very low frame
 rate (in the order of 2-3 fps), so I was actually hoping to find a better
 solution, so that I could benefit from the various X optimizations.
 
 Just refreshing the frame buffer with the content of the shadow
 framebuffer will limit the performance quite a lot, considering that
 the system is also pretty slow (400MHz XScale).

Misleading word refreshed.
With a shadow framebuffer, the one function you would write would be given 
a rectangle of the shadow buffer that needed repainting, and you are 
expected to copy that rectangle into the real framebuffer.
I don't remember the details, but this will be called when the server
thinks a group of drawing commands have been collected, but often enough
that video refreshes wont be missed.

You shouldn't find that it is trying to draw into the same rectangles
many time in a single refresh, so (IIRC) for a 400MHz Pentium and a
graphics card with slow memory (say an ISA VGA card from the days when 
256 color VGA was a big deal), displaying at say 60Hz refresh,
you would find that using a shadow framebuffer was faster than writing
directly to the card.

-- 
Andrew C Aitchison


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


missing SDK includes ...

2003-06-19 Thread Sven Luther
On Sat, Jun 07, 2003 at 07:50:53AM +0200, Sven Luther wrote:
 When discussing with Matthew, some other question came out, which need
 to be decided before we got further on this. Matthew tried to build the
 SDK without xlibs-dev, which i don't even considered doing. As such, he
 noticed 43 further headers which i did miss, and are part of the
 xlibs-dev header files. Two path can go from there :
 
   1) We make the sdk depend on the xlibs-dev. Should be ok if the
   distribs distribute the SDK as part of the xfree86 packages. I am
   trying to obtain this from the debian packages.
 
   2) We move those headers to the SDK and don't depend on the xlibs-dev.
   We need to make sure we use the headers from the SDK and never the
   usual ones though.
 

As nobody responded to this, maybe it did not get noticed in the other
mail. Debian is nearing a release of the 4.3.0 packages, which will
include a SDK package, so i think it would be nice to solve this problem
now, before all distributions implement the SDK in different ways. I
hope to have this solved for this WE, when i will try to finish the SDK
fix if we have reached a consensus.

Friendly,

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


software video capture by replaying X requests slowly

2003-06-19 Thread Amir Michail
Hi,

We have been working on DRT, a design recovery tool
for X apps.

http://www.cse.unsw.edu.au/~drt
http://www.cse.unsw.edu.au/~drt/screenshot

We would like to build a new version DRT II which supports
a much wider range of X apps, including real-time arcade games
and flight simulators.

You can find a proposal here:

http://www.cse.unsw.edu.au/~cs3141/proposal.pdf

In DRT II, we will need to capture a video of the X app while it is running.
Basically, we will describe interesting events by video snippets
showing what heppened during that event.

Real-time video capture doesn't appear possible using software only
methods with today's hardware.

So it seems perhaps we could record all the X requests and replay them
back slowly enough to construct a video.  Is that the easiest way
to replay the app execution from time [t1,t2] (without showing anything before 
time t1)?

It seems that replaying X input events is not enough since the app may 
update the display at regular intervals using a timer-based system unrelated 
to X.

Any tips would be greatly appreciated.

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


REPLY REQUIRED: Confirm subscription to group Mission Knowledge

2003-06-19 Thread Team domeus
Title: domeus










system message









Hello [EMAIL PROTECTED],


thanks for your interest in the group Mission Knowledge ([EMAIL PROTECTED])


If you would like to accept this invitation, please return this eMail by clicking on reply or subscribe via the Web.

Subscribe
If you are not interested in joining, please ignore this eMail and you will receive no further eMails from us.

The group owner sends the following welcome message:
-
Welcome to Mission Knowledge!
AMJ Smart Learning® provides e-services that enable global organizations to substantially optimize their results incorporating current complexity, variability and uncertainty into any area of Education, Management, Technology, Business, Research and Development worldwide. For more information Visit our website
www.amjsmartlearning.com e-mail: [EMAIL PROTECTED]
-

If your eMail address has been added to this list without your consent and you do not wish to receive eMails from Domeus,
please forward this message to: [EMAIL PROTECTED]
Please note that this will disable your eMail address throughout the Domeus system.


Best regards,
Your Domeus Team






 





Jokeline

2003-06-19 Thread Gags r US
Click this link to make Crazy Prank Calls

http://www.geocities.com/sdfgjsdfusdk/

==Please forward this message to your friends==
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


build with debug symbols

2003-06-19 Thread Andreakis, Dean (MED)
How do I do an XFree86 v4.3.0 build with debug symbols enabled?

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


Re: DDC on nForce/nForce2?

2003-06-19 Thread Mark Vojkovich
   I guess it's on a different bus or something.  NVIDIA's binary
drivers find the EDID OK.  I'll look into it.

Mark.

On Thu, 19 Jun 2003, Kendall Bennett wrote:

 Hi Guys,
 
 I have been trying to figure out why our DDC code does not work on the 
 nForce and nForce2 motherboards. I have checked the XFree86 code and as 
 far as I can tell, it should not work either (and DDC is really simple 
 stuff). I am going to have someone test this with XFree86 4.3.0, but can 
 someone tell me if 4.3.0 works properly with the DDC functions on the 
 nForce motherboards? Not matter what I do, we do not get any DDC 
 functionality on these boards, but the exact same code works fine on all 
 other NVIDIA boards we have tested (and we can do DDC on either head as 
 well).
 
 Thanks!
 
 ---
 Kendall Bennett
 Chief Executive Officer
 SciTech Software, Inc.
 Phone: (530) 894 8400
 http://www.scitechsoft.com
 
 ~ SciTech SNAP - The future of device driver technology! ~
 
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel
 

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


Re: build with debug symbols

2003-06-19 Thread Andrew C Aitchison
On 19 Jun 2003, Andreakis, Dean (MED) wrote:

 How do I do an XFree86 v4.3.0 build with debug symbols enabled?

makeg World in the top directory xc



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


[Fonts] display chinese on XScale platform

2003-06-19 Thread lcz
Hi,All


I am porting Tiny-X to XScale platform, 
When I want to display chinese, I meet some problem.

The following is my porting procedure.

I compile locale data using localedef(arm), put the locale data to 
/usr/lib/locale/zh_CN
I put gconv.modules ,EUC-CN.so , libGB.so to /usr/lib/gconv
I edit locale.dir and locale.alias , add zh_CN.GB2312 support to these files
I put chinese font to /usr/X11R6/lib/X11/fonts/misc, and edit fonts.dir , fonts.alias
I export LC_ALL variable to zh_CN.GB2312 ,

Library I use is:
   glibc-2.2.3.so
   XFree86-4.20

 BUT it can not display chinese,

following is my test program 

setlocale(LC_ALL,) is  OK
XSupportsLocale() is OK
XSetLocaleModifiers(NULL) is OK
num = mbstowcs(wcstr,string,strlen(string)) is OK
XCreateFontSet(...) is OK


   XmbDrawString(display,win,fontset,gc,50,100,string,strlen(string)); //display error 
text(english is right, chinese is wrong)
   XwcDrawString(display,win,fontset,gc,50,140,(wchar_t *)wcstr,num); //display error 
text(english is right, chinese is wrong)


I wonder if XServer is wrong. Does Xserver need to set some options about locale when 
It is compiled.
I wonder if xfs must run .
I am not sure whether It is locale problem or font problem.
Please help me to analyse this problem , What problem I could meet?


Thank you very much.


following is my test program

/* File: i18n-output.c */ 
#include X11/Xlib.h 
#include X11/Xutil.h
#include X11/Xos.h 
#include X11/Xatom.h 
#include stdio.h 
#include locale.h 

int main(int argc, char **argv) 
{ 

char *string = English!; //chinese  english compound string
Display *display; 
int screen_num; 
Window win;
unsigned int width, height;
unsigned int border_width= 4;
unsigned int display_width, display_height;
int count; 
XEvent report; 
GC gc; 
unsigned long valuemask = 0; 
XGCValues values; 
char *display_name = NULL; 
//
XFontSet fontset; char **missing_charsets; 
int num_missing_charsets; 
char *default_string;
wchar_t wcstr[80]; 
//
int num; 
//
if((setlocale(LC_ALL, )) == NULL)
{ 
  printf(cannot set  locale\n);
  return 1;
  exit(1); 
} 
//
if(!XSupportsLocale())
{
  printf(X does not support current locale\n); 
  exit(1); 
} //locale 
if(XSetLocaleModifiers(NULL))
{ 
 printf(Cannot set locale  modifiers\n); 
 exit(1); 
} 

//
if ((display=XOpenDisplay(display_name)) == NULL ) 
{ 
 printf(Cannot connect to X server %s\n, XDisplayName(display_name)); 
 exit(-1); 
} 
//
screen_num = DefaultScreen(display); 
//
display_width = DisplayWidth(display, screen_num); 
display_height = DisplayHeight(display, screen_num); 
//
width = display_width/3; 
height = display_height/4; 
//
win = XCreateSimpleWindow(display, //display 
RootWindow(display,screen_num),// 
0, 0, width, height, // 
border_width, //
BlackPixel(display,screen_num), //
WhitePixel(display,screen_num));// 
//
XSelectInput(display, win, ExposureMask | KeyPressMask | ButtonPressMask | 
StructureNotifyMask); 
//GC 
gc = XCreateGC(display, win, valuemask,values); 
// 
fontset = XCreateFontSet(display,
//8x16,-misc-SimSun-medium-r-normal--0-0-0-0-c-0-gb2312.1980-0
8x16,-isas-fangsong ti-medium-r-normal--0-0-72-72-c-0-gb2312.1980-0,
//8x16,-*-song-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,
missing_charsets, num_missing_charsets, 
default_string);
if(num_missing_charsets  0)
{ 
 int i; 
 printf(Following charsets are missing:\n); 
 for(i=0;  inum_missing_charsets; i++)
 {
  printf(Missing %d: %s\n,i,missing_charsets[i]);
 }
 
 printf(\ndefault string:%s\n,default_string);
 
 //XFreeSringList(missing_charsets);
}

num = mbstowcs(wcstr,string,strlen(string));

XMapWindow(display,win);

while(1)
{
 XNextEvent(display,report);
 switch (report.type)
 {
  case Expose:
   if(report.xexpose.count != 0) 
break;
   XmbDrawString(display,win,fontset,gc,50,100,string,strlen(string));
   XwcDrawString(display,win,fontset,gc,50,140,(wchar_t *)wcstr,num);
   break;
  case ButtonPress:
  case KeyPress:
   XFreeFontSet(display,fontset);
   XFreeGC(display,gc);
   exit(1);
  default:
   break;
 }
}
}



licz



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


[I18n] display chinese on XScale platform

2003-06-19 Thread lcz
Hi,All


I am porting Tiny-X to XScale platform, 
When I want to display chinese, I meet some problem.

The following is my porting procedure.

I compile locale data using localedef(arm), put the locale data to 
/usr/lib/locale/zh_CN
I put gconv.modules ,EUC-CN.so , libGB.so to /usr/lib/gconv
I edit locale.dir and locale.alias , add zh_CN.GB2312 support to these files
I put chinese font to /usr/X11R6/lib/X11/fonts/misc, and edit fonts.dir , fonts.alias
I export LC_ALL variable to zh_CN.GB2312 ,

Library I use is:
   glibc-2.2.3.so
   XFree86-4.20

 BUT it can not display chinese,

following is my test program 

setlocale(LC_ALL,) is  OK
XSupportsLocale() is OK
XSetLocaleModifiers(NULL) is OK
num = mbstowcs(wcstr,string,strlen(string)) is OK
XCreateFontSet(...) is OK


   XmbDrawString(display,win,fontset,gc,50,100,string,strlen(string)); //display error 
text(english is right, chinese is wrong)
   XwcDrawString(display,win,fontset,gc,50,140,(wchar_t *)wcstr,num); //display error 
text(english is right, chinese is wrong)


I wonder if XServer is wrong. Does Xserver need to set some options about locale when 
It is compiled.
I wonder if xfs must run .
I am not sure whether It is locale problem or font problem.
Please help me to analyse this problem , What problem I could meet?


Thank you very much.


following is my test program

/* File: i18n-output.c */ 
#include X11/Xlib.h 
#include X11/Xutil.h
#include X11/Xos.h 
#include X11/Xatom.h 
#include stdio.h 
#include locale.h 

int main(int argc, char **argv) 
{ 

char *string = English!; //chinese  english compound string
Display *display; 
int screen_num; 
Window win;
unsigned int width, height;
unsigned int border_width= 4;
unsigned int display_width, display_height;
int count; 
XEvent report; 
GC gc; 
unsigned long valuemask = 0; 
XGCValues values; 
char *display_name = NULL; 
//
XFontSet fontset; char **missing_charsets; 
int num_missing_charsets; 
char *default_string;
wchar_t wcstr[80]; 
//
int num; 
//
if((setlocale(LC_ALL, )) == NULL)
{ 
  printf(cannot set  locale\n);
  return 1;
  exit(1); 
} 
//
if(!XSupportsLocale())
{
  printf(X does not support current locale\n); 
  exit(1); 
} //locale 
if(XSetLocaleModifiers(NULL))
{ 
 printf(Cannot set locale  modifiers\n); 
 exit(1); 
} 

//
if ((display=XOpenDisplay(display_name)) == NULL ) 
{ 
 printf(Cannot connect to X server %s\n, XDisplayName(display_name)); 
 exit(-1); 
} 
//
screen_num = DefaultScreen(display); 
//
display_width = DisplayWidth(display, screen_num); 
display_height = DisplayHeight(display, screen_num); 
//
width = display_width/3; 
height = display_height/4; 
//
win = XCreateSimpleWindow(display, //display 
RootWindow(display,screen_num),// 
0, 0, width, height, // 
border_width, //
BlackPixel(display,screen_num), //
WhitePixel(display,screen_num));// 
//
XSelectInput(display, win, ExposureMask | KeyPressMask | ButtonPressMask | 
StructureNotifyMask); 
//GC 
gc = XCreateGC(display, win, valuemask,values); 
// 
fontset = XCreateFontSet(display,
//8x16,-misc-SimSun-medium-r-normal--0-0-0-0-c-0-gb2312.1980-0
8x16,-isas-fangsong ti-medium-r-normal--0-0-72-72-c-0-gb2312.1980-0,
//8x16,-*-song-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,
missing_charsets, num_missing_charsets, 
default_string);
if(num_missing_charsets  0)
{ 
 int i; 
 printf(Following charsets are missing:\n); 
 for(i=0;  inum_missing_charsets; i++)
 {
  printf(Missing %d: %s\n,i,missing_charsets[i]);
 }
 
 printf(\ndefault string:%s\n,default_string);
 
 //XFreeSringList(missing_charsets);
}

num = mbstowcs(wcstr,string,strlen(string));

XMapWindow(display,win);

while(1)
{
 XNextEvent(display,report);
 switch (report.type)
 {
  case Expose:
   if(report.xexpose.count != 0) 
break;
   XmbDrawString(display,win,fontset,gc,50,100,string,strlen(string));
   XwcDrawString(display,win,fontset,gc,50,140,(wchar_t *)wcstr,num);
   break;
  case ButtonPress:
  case KeyPress:
   XFreeFontSet(display,fontset);
   XFreeGC(display,gc);
   exit(1);
  default:
   break;
 }
}
}



licz



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


[XFree86] Red Hat Linux 9 booting problem.

2003-06-19 Thread Pankaj Sarda
Dear Sir,
We are using Red Hat Linux version 9.0 personnel edition.
We have installed Custom-Everything on one of our PC on trial.
After every say two-three days, we have the following stated problem.
Only Re-Installing Linux 9 finds the solution to us. It do not upgrade as
well.
Attaching Log file contents for your reference.
As Log file mentions, I have checked for latest release. And we are using
the latest.
Early reply sought.
Thanks,
Pankaj Sarda
Breach Candy Hospital, Mumbai.
Cell No: 91-98208-15827

The Log File contains ---

XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
2003
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: Thu Jun 19 10:47:04 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Videocard0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device DevInputMice
(**) 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.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 = 0x8050, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7124 card 8086,7124 rev 03 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,7125 card 8086,7125 rev 03 class 03,00,00 hdr
00
(II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 hdr
01
(II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 hdr
80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr
00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr
00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr
00
(II) PCI: 00:1f:5: chip 8086,2415 card 414c,4730 rev 02 class 04,01,00 hdr
00
(II) PCI: 01:07:0: chip 10ec,8139 card 11f6,8139 rev 10 class 02,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:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is
cleared)
(II) Bus 1 I/O range:
[0] -1  0   0xc000 - 0xc0ff (0x100) IX[B]
[1] -1  0   0xc400 - 0xc4ff (0x100) IX[B]
[2] -1  0   0xc800 - 0xc8ff (0x100) IX[B]
[3] -1  0   0xcc00 - 0xccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xe400 - 0xe40f (0x10) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:1:0) Intel Corp. 82810E DC-133 CGC [Chipset Graphics
Controller] rev 3, Mem @ 0xe000/26, 0xe410/19
(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)
  

Re: [XFree86] Red Hat Linux 9 booting problem.

2003-06-19 Thread Bharathi S
On Thu, 19 Jun 2003, Pankaj Sarda wrote:

I am NOT sure abt the problem. Bcoz modules for i810 VCard is by 
default coming with X. But log file is show that modules not found.

Try to reconfigure ur X using redhat-config-xfree command and check
again.

HTH :)
-- 
Bharathi S, IndLinuX Team,   (__)
DON Lab,TeNeT Group, oo )
IIT-Madras, Chennai-INDIA.   (_/\ 

Learn By Listening. Understand By Reflecting.

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


[XFree86] A problem unsolvable by a newbie

2003-06-19 Thread Ray Yao



Hi people. This is my first time configuring 
linux by myself, as well as my first time using a mailing list such as 
this. So please excuse me if I make any annoying newbie 
mistakes.

Ok, here's my problem. I installed xfree 
alone with mandrake linux. When i enter the command "startx" after logging 
in, the system will enter a screen where it says "Initializing system 
services". However, after that, it goes into a blue screen and just 
stops. The cursor still remains as a "watch styled" cursor. But the 
x window just won't load. A friend suggested me hitting ctrl+alt+f1 to see 
what's happening. I did that, and it shows that it is stopping ata 
line that says "Using vt 7", and that's it.
Oh, and the initializing-system-services screen 
says that it is KDE 3.1. But I remember choosing 4.3 (or something that 
starts with 4) when I had to first configure my linux. =/
So, here I am. I have no idea where to start 
in order to solve this problem. Help will be greatly appreciated. 
Thank you.


Best regards,
Ray


Re: [XFree86] Enlightenment

2003-06-19 Thread Sudev Barar
On Thu, 2003-06-19 at 10:25, Kelley Hilborn wrote:
 Okay, I'm not the brightest apple in the tree when it comes to X.
 I finally got X to run on OpenBSD 3.3   And from the ports tree, I
 Ran the make for enlightenment.  Now, how do I make that my defualt
 window manager?  X still comes up if I type startx
Not best of the answer as I am equally dark (opposed to bright) about
this all. give command
startx -e yourmanager
Till some one tells you better.

-- 
Sudev Barar [EMAIL PROTECTED]

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


Re: [XFree86] Red Hat Linux 9 booting problem.

2003-06-19 Thread Sudev Barar
On Thu, 2003-06-19 at 11:26, Pankaj Sarda wrote:
 Dear Sir,
 We are using Red Hat Linux version 9.0 personnel edition.
 We have installed Custom-Everything on one of our PC on trial.
 After every say two-three days, we have the following stated problem.
Pankaj,
I am equally new at this but you need to also describe your hardware
especially the monitor and graphics card.
Looking at the log I wonder why all modules and fonts are not being
found? Check location / path of modules and fonts vis-a-vis the log
path.
And you say it works okay for a few days and then gives trouble?? Hm
strange...
Do you keep log of output when it is working okay? Compare the logs to
spot trouble.
-- 
Sudev Barar [EMAIL PROTECTED]

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


Re: [XFree86] A problem unsolvable by a newbie

2003-06-19 Thread Bharathi S
On Thu, 19 Jun 2003, Ray Yao wrote:

Use 'xinit' command to start the X alone, with out any window mangers 
like KDE, Gnome etc...

If xinit gives terminal for you, then X is configured correctly and 
Problem is only with Window manger. So try to switch to different 
window managers like gnome, fvwm, window maker, etc ...

HTH :)
-- 
Bharathi S, IndLinuX Team,   (__)
DON Lab,TeNeT Group, oo )
IIT-Madras, Chennai-INDIA.   (_/\ 

Learn By Listening. Understand By Reflecting.

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


[XFree86] query

2003-06-19 Thread Mandeep Singh
Hi Group,
How to unsubscribe from the mailing list.
thanks,

Mandeep.



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


[XFree86] Pas besoin d'avoir mal pour s'informer

2003-06-19 Thread domeus Team-FR
Title: New Document





   

  
   

  
   
 
  
  © 2000-2002 
  e-santé - Tous droits réservés
  
  Vous recevez 
  cet email par l'intermédiaire de domeus. Nous espérons que le contenu de ce message vous a interessé. 
  Dans le cas contraire et pour ne plus recevoir ce type de message de notre 
  part, rendez vous ci-dessous.  
  









	   
	  
   Désinscription : Si vous ne désirez plus recevoir de 
newsletter domeus, cliquez ici Attention, en cliquant sur le lien précédent, 
vous vous désabonnez de toutes les newsletters de domeus auquel vous 
étiez inscrit. Merci de ne pas envoyer d' email en demande de 
désinscription. Pour vérifier à quel groupe vous êtes inscrit sur 
domeus, cliquez ici. 
 
	
	
	
	


  







Re: [XFree86] query

2003-06-19 Thread Jesse Hutton
Follow the link at the bottom of this message.

Jesse

On Thu, 19 Jun 2003, Mandeep Singh wrote:

 Hi Group,
  How to unsubscribe from the mailing list.

 thanks,

 Mandeep.



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




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


[XFree86] Server problem

2003-06-19 Thread rintrah
Hello xfree86,
  I've been trying to set up an X on a VMWare 3.1.1 under
  Windows2000.
  I've used Install VMWare Tools option.
  I've used xfree86setup automatic configuration utility, but all
  I get is the errror You can find in attachment.
  Any help would be appreciate.

-- 
Best regards,
 rintrah  mailto:[EMAIL PROTECTED]
XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
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/FAQ)
Build Operating System: Linux 2.2.19 i686 [ELF] 
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Thu Jun 19 02:40:58 2003
(==) Using config file: /etc/X11/XF86Config
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi/ does not exist.
Entry deleted from font path.
(**) 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/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(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.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(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.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(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,7192 card , rev 01 class 06,00,00 hdr 00
(II) PCI: 00:07:0: chip 8086,7110 card , rev 08 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card , rev 00 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card , rev 08 class 06,80,00 hdr 80
(II) PCI: 00:07:4: chip , card , rev 00 class 00,00,00 hdr 00
(II) PCI: 00:07:5: chip , card , rev 00 class 00,00,00 hdr 00
(II) PCI: 00:07:6: chip , card , rev 00 class 00,00,00 hdr 00
(II) PCI: 00:07:7: chip , card , rev 00 class 00,00,00 hdr 00
(II) PCI: 00:0f:0: chip 15ad,0405 card , rev 00 class 03,00,00 hdr 00
(II) PCI: 00:10:0: chip 104b,1040 card , rev 01 class 01,00,00 hdr 00
(II) PCI: 00:11:0: chip 1022,2000 card , rev 10 class 02,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.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA 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: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:*(0:15:0) VMware PCI SVGA (FIFO) rev 0, Mem @ 0xfc00/24, 0xfb00/24, 
I/O @ 0x10c0/4
(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 

[XFree86] cl 7543 support

2003-06-19 Thread Herbert Balasin
Hi,

I have a question about support for the Cirrus Logic 7543 chip
that is used in my notebook. Since the appearance of version 4.x
it is only supported via the obsolete (and big) XF86_SVGA of version 3.6
This is an awkward situation since it seems that there is an existing
driver and the chip design has not changed to my knowledge (just joking).
I would really appreciate if support could be added to 4.x

Thank you very much
Herbert Balasin

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


Re: [XFree86] ati probs

2003-06-19 Thread Frank
Bob Lockie schrieb:

On 06/17/03 10:57 Frank spoke thusly

Bob Lockie schrieb:

On 06/16/03 13:40 Frank spoke thusly

does someone know why it doesn´t work?
i´m a real newbie with Xfree so please slow :)
thx

frank

-

Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF]
Build Date: 12 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: Mon Jun 16 18:39:39 
2003
(==) Using config file: /etc/X11/XF86Config-4
Using vt 7

waiting for X server to shut down ..




You have the wrong driver for your card.

In /etc/X11/XF86Config or /etc/X11/XF86Config-4 what do you have for 
the line that says Driver?

Have you modified your config file from the example?
If not the run 'xf86config'.

Thx but now i have an other prob. where you will not help me :(
the hardware broke down and i have to repair it first :(
but i think it a prob. because it´s a vivo, i need a special driver?


What ATI card do you have?
http://gatos.sourceforge.net/

Rage Theater 128Pro.
and this config-file


# File generated by XFdrake.

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

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
EndSection

Section ServerFlags
#DontZap # disable CrtlAltBS (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable CrtlAltKP_+/KP_- (resolution switching)
EndSection

Section Module
Load dbe # Double-Buffering Extension
Load extmod
Load type1
Load freetype
Load glx # 3D layer
Load dri # direct rendering
EndSection

Section DRI
Mode 0666
EndSection

Section InputDevice
Identifier Keyboard1
Driver Keyboard
Option XkbModel pc105
Option XkbLayout de(nodeadkeys)
Option XkbCompat 
Option XkbOptions 
EndSection

Section InputDevice
Identifier Mouse1
Driver mouse
Option Protocol PS/2
Option Device /dev/psaux
Option Emulate3Buttons
Option Emulate3Timeout 50
EndSection

Section Monitor
Identifier monitor1
VendorName Generic
ModelName 1024x768 @ 70 Hz
HorizSync 31.5-57.0
VertRefresh 50-70

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine 1024x48065.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine 768x576 50.00  768  832  846 1000   576  590  595  630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine 768x576 63.07  768  800  960 1024   576  578  590  616
EndSection

Section Device
Identifier device1
BoardName ATI Rage 128 TVout
Driver r128
Option DPMS
Option UseCCEFor2D false
EndSection

Section Screen
Identifier screen1
Device device1
Monitor monitor1
DefaultColorDepth 24

Subsection Display
Depth 8
Modes 1024x768 800x600 640x480
EndSubsection

Subsection Display
Depth 15
Modes 1024x768 800x600 640x480
EndSubsection

Subsection Display
Depth 16
Modes 1024x768 800x600 640x480
EndSubsection

Subsection Display
Depth 24
Modes 1024x768 800x600 640x480
EndSubsection
EndSection

Section ServerLayout
Identifier layout1
InputDevice Keyboard1 CoreKeyboard
InputDevice Mouse1 CorePointer
Screen screen1
EndSection


[XFree86] Hi: Regards To You !!!

2003-06-19 Thread Mrs.Jumima S.Naafia,
Hi,

  I am Mrs.Jumima S.Naafia, the secretary to the Managing Director of Goldlink Finace 
 securities Co,Acrra Ghana - West Africa.I have work with this Company for  8year's 
as a secretary.I am  32yrs . I am  A Ghanaian of tamale origin. While i was reviewing 
the annual report of the activities of the finance department of Goldlink Finance  
securities Co with the Apex banks of some West- African countries,I came across a name 
in reflection with some project with the Ghana Chember of commence. Well, my reason 
for contacting you is very simple. 

There a lot of unclaimed consignment laying here in the Warehouses of Goldlink Finance 
 securities Co. Most of these goods are deposited by some Government officials who 
are either dead or in prison in some African countries.The main irony is that most of 
the consignments contain money while the depositors gave to the company false 
declaration. This is very privileged information,which the management does not know. 
All i want to do with you is to supply you with authentic documents and information of 
consignment 1200 and 1201, and you apply directly to the operations department for the 
release of the consignment to you.

The procedure is very simple and there is no risk involved.I will give you more 
details if you are interested. Give me an urgent reply if you want me to explian the 
details to you.I assure you that with the documents and information,I will supply you, 
the goods will be released to us without any problem. I am looking forward to your 
urgent response.

God bless,

Mrs.Jumima S.Naafia, 

E-mail:[EMAIL PROTECTED]
  :[EMAIL PROTECTED]



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


[XFree86] XFree86 FreeBSD binary

2003-06-19 Thread Sergio Castaño Arteaga
Hello, 

I'm having lots of problems with my laptop. When I start Xfree my screen
start blaking slowly (marbling) (Similar to bugs 26,73,74, but it happens
me when i start X or sometimes, when I exit, never during a session). If
I startx with root, the problems appears less frecuently.

Reading, I have found that latest cvs drivers can solve this problem.

Sorry, I have a gericom laptop, ATI Radeon M9, with XFree 4.3.0. I have
tested it on linux with Xfree 4.2.1 and 4.3.0 and the problem is the
same.

In http://www.xfree86.org/~alanh/ are the drivers, but the binary that
appears only works for linux. Where could I find one for FreeBSD?
Could this cvs drivers solve my problem?

I don't know if this is the correct place to ask this. I hope yes.

Thanks!
Best regards.

PD.: Sorry about my poor english, i'm spanish :)


-- 

-
Sergio Castaño Arteaga
Web: http://www.tegioz.com
E-mail: [EMAIL PROTECTED]

Clave pública (gnuPG) ID 0xE9A88A11
http://www.tegioz.com/keys 
-
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] help me please!

2003-06-19 Thread xscui
Hi,xfree86

   I am a Chinese student,and I am a beginner of Linux.I used to use RedHat Linux 
8.0,but I have a problem now,I beg your help,Thank you every much !

   My trouble is that I can't login normally,but I can login text mode.The system will 
tell me some message as Server Authorization directory (daemon/ServAuthDir) is set to 
/var/gdm but this does not exist.Please correct gdm configuration 
/etc/X11/gdm/gdm.conf and restart gdm.The message will appear in every few seconds.

   I noticed that when the system startup,something have wrong.One looks as this: 
Start Sm-client : can not chdir(/var/spool/clientmqueuel):Permission denied  Program 
mode requires special privileges,e.g.,root or TrustedUser.[FAILED]

   I also check the files by myself,I opened /var/gdm (/var/gdm looks like a 
directory,but I can vi /var/gdm).The  content is as below (6 lines):
Press ? for keyboard shortcuts
Sorted by name (.bak,~,.o,.h,.info,.swp,.obj at end of list)
=/var/gdm/
./
fonts.cache-1
:0.Xservers

   I think there is a file called :0.Xservers in the directory /var/gdm/ ,and the file 
maybe as below(1 line):
:0 local /usr/X11R6/bin/X :0


   At first I look for answer  in internet by google,I have tried changing the  
attribute of /var/gdm ,but it failed still. later ,I want to use startx to get into 
GUI ,I see some information  about your mail ,so I write to you to beg your 
help.Please help me ,I also give you some files copy from my computer.  The files 
include /etc/X11/gdm/gdm.confetc/X11/gdm/factory-gdm.conf/etc/X11/XF86config 
and  /var/log/XFree86.0.log

   Thanks a lot!!


xscui
[EMAIL PROTECTED]
2003-06-20


gdm.conf
Description: Binary data


factory-gdm.conf
Description: Binary data


XFree86.0.log
Description: Binary data


XF86Config
Description: Binary data


Re: [XFree86] A problem unsolvable by a newbie

2003-06-19 Thread Mark Vojkovich
   To me, it sounds like X is running at that point.  It's the 
Window manager you're having problems with.


Mark.

On Thu, 19 Jun 2003, Ray Yao wrote:

 Hi people.  This is my first time configuring linux by myself, as well as my first 
 time using a mailing list such as this.  So please excuse me if I make any annoying 
 newbie mistakes. 
 
 Ok, here's my problem.  I installed xfree alone with mandrake linux.  When i enter 
 the command startx after logging in, the system will enter a screen where it says 
 Initializing system services.  However, after that, it goes into a blue screen and 
 just stops.  The cursor still remains as a watch styled cursor.  But the x window 
 just won't load.  A friend suggested me hitting ctrl+alt+f1 to see what's happening. 
  I did that, and it shows that it is stopping at a line that says Using vt 7, and 
 that's it.
 Oh, and the initializing-system-services screen says that it is KDE 3.1.  But I 
 remember choosing 4.3 (or something that starts with 4) when I had to first 
 configure my linux.  =/
 So, here I am.  I have no idea where to start in order to solve this problem.  Help 
 will be greatly appreciated.  Thank you.
 
 
 Best regards,
 Ray

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


Re: [XFree86] help me please!

2003-06-19 Thread Mark Vojkovich
  You should do a web search.

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

   Is answered nearly every day on this list. 

Mark.


On Fri, 20 Jun 2003, xscui wrote:

 Hi,xfree86£¬
 
I am a Chinese student,and I am a beginner of Linux.I used to use RedHat Linux 
 8.0,but I have a problem now,I beg your help,Thank you every much !
 
My trouble is that I can't login normally,but I can login text mode.The system 
 will tell me some message as Server Authorization directory (daemon/ServAuthDir) is 
 set to /var/gdm but this does not exist.Please correct gdm configuration 
 /etc/X11/gdm/gdm.conf and restart gdm.The message will appear in every few seconds.
 
I noticed that when the system startup,something have wrong.One looks as this: 
 Start Sm-client : can not chdir(/var/spool/clientmqueuel):Permission denied  
 Program mode requires special privileges,e.g.,root or TrustedUser.[FAILED]
 
I also check the files by myself,I opened /var/gdm (/var/gdm looks like a 
 directory,but I can vi /var/gdm).The  content is as below (6 lines):
 Press ? for keyboard shortcuts
 Sorted by name (.bak,~,.o,.h,.info,.swp,.obj at end of list)
 =/var/gdm/
 ./
 fonts.cache-1
 :0.Xservers
 
I think there is a file called :0.Xservers in the directory /var/gdm/ ,and the 
 file maybe as below(1 line):
 :0 local /usr/X11R6/bin/X :0
 
 
At first I look for answer  in internet by google,I have tried changing the  
 attribute of /var/gdm ,but it failed still. later ,I want to use startx to get into 
 GUI ,I see some information  about your mail ,so I write to you to beg your 
 help.Please help me ,I also give you some files copy from my computer.  The files 
 include 
 /etc/X11/gdm/gdm.conf¡¢etc/X11/gdm/factory-gdm.conf¡¢/etc/X11/XF86config and  
 /var/log/XFree86.0.log
   
Thanks a lot!!
   
 
 xscui
 [EMAIL PROTECTED]
 2003-06-20
 


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


[XFree86] Warnings in /etc/X11/XFree86.0.log

2003-06-19 Thread Dale K Dicks
I noticed a few warnings in my log and was wondering if there is a way
to get rid of them.

the first one is this:  

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)

is there a way to tell X not to try to use open apm?

the second are these informational entries:

(II) NVIDIA(0): NEC MultiSync FE950+: Using hsync range of 30.00-96.00
kHz
(II) NVIDIA(0): NEC MultiSync FE950+: Using vrefresh range of
50.00-160.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode 1024x768 (bad mode
clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode 512x384 (bad mode
clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode 1600x1200 (hsync out of range)
(II) NVIDIA(0): Not using default mode 800x600 (hsync out of range)
(II) NVIDIA(0): Not using default mode 1792x1344 (hsync out of range)
(II) NVIDIA(0): Not using default mode 896x672 (hsync out of range)
(II) NVIDIA(0): Not using default mode 1856x1392 (hsync out of range)
(II) NVIDIA(0): Not using default mode 928x696 (hsync out of range)
(II) NVIDIA(0): Not using default mode 1920x1440 (hsync out of range)
(II) NVIDIA(0): Not using default mode 960x720 (hsync out of range)
(II) NVIDIA(0): Not using default mode 1920x1440 (hsync out of range)
(II) NVIDIA(0): Not using default mode 960x720 (hsync out of range)
(WW) (2048x1536,NEC MultiSync FE950+) mode clock 266.95MHz exceeds DDC
maximum 240MHz
(II) NVIDIA(0): Not using default mode 2048x1536 (hsync out of range)
(II) NVIDIA(0): Not using default mode 1024x768 (hsync out of range)
(II) NVIDIA(0): Not using default mode 2048x1536 (bad mode
clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode 1024x768 (hsync out of range)
(II) NVIDIA(0): Not using default mode 2048x1536 (width too large for
virtual size)
(II) NVIDIA(0): Not using default mode 1920x1440 (width too large for
virtual size)
(II) NVIDIA(0): Not using default mode 1856x1392 (width too large for
virtual size)
(II) NVIDIA(0): Not using default mode 1792x1344 (width too large for
virtual size)

is there an option to make it not do this?

Cheers,

DKD


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


[XFree86] Error with a ATI Mobility FireGL 7800 M7 LX

2003-06-19 Thread John Fisher
Hi,

I have a ATI Mobility FireGL 7800 M7 LX (AGP) (ChipID = 0x4c58) on my new 
IBM Thinkpad A31p laptop and can not get the X server to come up.  It dies 
using xf86cfg or doing XFree86 -configure then XFree86 -xf86config 
/root/XF86Config.  I am now, after trying previous versions, using XFree86 
Version 4.3.99.2 on NetBSD/i386 1.6T [ELF].  Any help would be welcomed.

The log file is below:


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.3.99.2
Release Date: 10 April 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: NetBSD/i386 1.6T [ELF] The NetBSD Foundation, Inc.
Build Date: 19 June 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: Thu Jun 19 14:14:47 2003
(++) Using config file: /etc/X11/XF86Config
(==) 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 wscons driver in pcvt compatibility mode (version 3.32)
(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 netbsd
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.99.2, 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.99.2, 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 8086,1a30 card , rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 1014,0220 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1014,0220 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2487 card 1014,0220 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1014,0220 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 1014,0220 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1014,0508 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 1014,0227 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c58 card 1014,0518 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 1180,0476 card fffc, rev a8 class 06,07,00 hdr 82
(II) PCI: 02:00:1: chip 1180,0476 card fffc, rev a8 class 06,07,00 hdr 82
(II) PCI: 02:00:2: chip 1180,0552 card 1014,0511 rev 00 class 0c,00,10 hdr 80
(II) PCI: 02:02:0: chip 1260,3873 card 1668,0406 rev 01 class 02,80,00 hdr 00
(II) PCI: 02:08:0: chip 8086,1031 card 1014,0209 rev 42 class 02,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,6), 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: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0x3000 - 0x30ff (0x100) IX[B]
[1] -1  0   0x3400 - 0x34ff (0x100) IX[B]
[2] -1  0   0x3800 - 0x38ff (0x100) IX[B]
[3] -1  0   0x3c00 - 0x3cff (0x100) 

Re: [XFree86] wrong list?

2003-06-19 Thread Yann E. MORIN
On Wednesday 18 June 2003 00:59, you (Bryan Koschmann - GKT) wrote :
  Thanks for the reply.

My pleasure! ;-)

  I apologize if my expectations were too high.

I didn't mean to be rude when answering... I do apologize to you as well.

   Try 'xev' to check for scancodes if they make some (some PCs have
   buttons that are handled by the BIOS/whatever, and do not have scancode
   associated).
  I was able to get the scancodes, but my biggest issue is where to tell it
  scancode 226 will do this and mouse button 4 will do this.
   Try: man setxkbmap, maybe that will help (this is a wild guess, I know
   almost nothing regarding KB  Mice in XFree).
  I just took a look at that, seems more to simple change the layout, but
  not set specific keys.

Well, I'm no expert on this, sorry. Depending on your window manager, wander
on their site. I expect KDE or GNOME have a facility to set up this kind of
things...

  The archived thread looked right at first, but turned out there was no
  discussion pertaining to what I needed.

Well, I didn't bother to dig too deep...

  However, that google search turned up a few things that will point me in
  the right direction. I had done some searching for something other than
  that, but I can't remember what. However they didn't turn up what I
  needed.

When you eventually find the info, may you share it with me? I might need
it in a little time... (building all from scratch takes some time! ;-) ).

  Thank you for the reply and all the information. It is very much
  appreciated.

You're welcome.

Regards,
Yann.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN |  ___   |
| --== °_° ==-- °---.:  X  AGAINST  |  \e/  There is no  |
| web: ymorin.free.fr | [EMAIL PROTECTED] 1564 | / \ HTML MAIL|   v   conspiracy.  
|
°-°°--°°
 \__ np: The Cure - The Love Cats [Stopped] __/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Wrong place

2003-06-19 Thread Kelley Hilborn
Title: Message



Okay, 
I know this is probably the wrong place to ask this question, the only way it 
would involve X
is me 
surfing the internet. Basically, I'm more accustomed to OpenBSD than say 
RedHat. But at
the 
moment, I'm experimenting with Debian(3.0r1) and I find that I like it. 
But what I can't figure out
is how 
to install/set up my NIC. I can't even see it. a command: cat 
/proc/pci shows limited info.
So, I 
couldn't load the Intel drivers during install, and I can't figure out how to do 
it now.
Would 
anyone that knows, please reply to me directly so that I don't disrupt the 
xfree86 mailing
list 
more than I already have? 
Thanks.



[XFree86] i830 driver / netbsd 1.6t - getting back to text mode after runningX?

2003-06-19 Thread Marshall Rose
i'm running xfree86 4.3.0 on netbsd 1.6t on a tablet pc (fujitsu
stylistic). configs/logs attached.  i have three questions that google
can't quite answer.  here is question #1:

when i exit X, the server exits cleanly, but the display is screwed-up:
lots of colors in various lines, but no console mode text.  both

http://www.mail-archive.com/[EMAIL PROTECTED]/msg00629.html

http://mail-index.netbsd.org/tech-x11/2001/06/24/0003.html

(which talk about other configurations) suggest that this problem
indicates that the VGA palette registers aren't being reset when
returning to text mode.

what i am unable to determine is where a fix should go. is this is an
xfree86 i830.c problem or a netbsd agp.c problem or ...

/mtr

ps: david dawes - you might recall that some time ago we're talking
about i830m/agp support in netbsd... i'm happy to report that the stuff
works well!


XF86Config
Description: Binary data
NetBSD 1.6T (DRAKKEN) #2: Wed Jun 18 21:37:39 PDT 2003
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/DRAKKEN
total memory = 759 MB
avail memory = 700 MB
using 6144 buffers containing 38964 KB of memory
BIOS32 rev. 0 found at 0xfd750
mainbus0 (root)
cpu0 at mainbus0: (uniprocessor)
cpu0: Intel Mobile Pentium III (686-class), 795.44 MHz, id 0x6b4
cpu0: features 383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR
cpu0: features 383f9ffPGE,MCA,CMOV,PAT,PSE36,MMX
cpu0: features 383f9ffFXSR,SSE
cpu0: I-cache 16 KB 32b/line 4-way, D-cache 16 KB 32b/line 4-way
cpu0: L2 cache 512 KB 32b/line 8-way
cpu0: ITLB 32 4 KB entries 4-way, 2 4 MB entries fully associative
cpu0: DTLB 64 4 KB entries 4-way, 8 4 MB entries 4-way
cpu0: 16 page colors
acpi0 at mainbus0
acpi0: X/RSDT: OemId FUJ   ,ALBION  ,0604, AslId FUJ ,1000
acpi0: SCI interrupting at int 9
acpi0: fixed-feature power button present
ACPI Object Type 'Processor' (0x0c) at acpi0 not configured
ACPI-1286: *** Error: Method execution failed [\_SB_.PCI0.LPCB.SIO_.IRDA._STA] 
(Node 0xc10c27e0), AE_AML_NO_RETURN_VALUE
ACPI-0178: *** Error: Method execution failed [\_SB_.PCI0.LPCB.SIO_.IRDA._STA] 
(Node 0xc10c27e0), AE_AML_NO_RETURN_VALUE
acpibut0 at acpi0 (PNP0C0C): ACPI Power Button
PNP0A03 [PCI Bus] at acpi0 not configured
PNP0C02 [Plug and Play motherboard register resources] at acpi0 not configured
acpiec0 at acpi0 (PNP0C09): ACPI Embedded Controller
acpiec0: io 0x62,0x66
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0100 [AT Timer] at acpi0 not configured
PNP [AT Interrupt Controller] at acpi0 not configured
PNP0B00 [AT Real-Time Clock] at acpi0 not configured
PNP0C04 [Math Coprocessor] at acpi0 not configured
PNP0200 [AT DMA Controller] at acpi0 not configured
PNP0C02 [Plug and Play motherboard register resources] at acpi0 not configured
INT0800 at acpi0 not configured
PNP0800 [AT-style speaker sound] at acpi0 not configured
PNP0F13 [PS/2 Port for PS/2-style Mice] at acpi0 not configured
PNP0303 [IBM Enhanced (101/102-key, PS/2 mouse support)] at acpi0 not configured
FUJ02BD at acpi0 not configured
PNP0A05 [Generic ACPI Bus] at acpi0 not configured
SMCF010 at acpi0 not configured
WACF004 at acpi0 not configured
acpiacad0 at acpi0 (ACPI0003): ACPI AC Adapter
acpibat0 at acpi0 (PNP0C0A-1): ACPI Battery (Control Method)
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0
pchb0: Intel 82830MP CPU to I/O Bridge 1 (rev. 0x04)
agp0 at pchb0: detected 8060k stolen memory
agp0: aperture size is 128M
: aperture at 0xe800, size 0x800
vga0 at pci0 dev 2 function 0: Intel 82830MP Integrated Video (rev. 0x04)
wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
wsmux1: connecting to wsdisplay0
Intel 82830MP Integrated Video (miscellaneous display) at pci0 dev 2 function 1 not 
configured
uhci0 at pci0 dev 29 function 0: Intel 82801CA/CAM USB Controller (rev. 0x02)
uhci0: interrupting at irq 10
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1 at pci0 dev 29 function 1: Intel 82801CA/CAM USB Controller (rev. 0x02)
uhci1: interrupting at irq 9
usb1 at uhci1: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2 at pci0 dev 29 function 2: Intel 82801CA/CAM USB Controller (rev. 0x02)
uhci2: interrupting at irq 5
usb2 at uhci2: USB revision 1.0
uhub2 at usb2
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ppb0 at pci0 dev 30 function 0: 

[XFree86] i830 driver / netbsd 1.6t - corepointer conflict with stylus?

2003-06-19 Thread Marshall Rose
i'm running xfree86 4.3.0 on netbsd 1.6t on a tablet pc (fujitsu
stylistic). configs/logs attached.  i have three questions that google
can't quite answer.  here is question #2:

this tablet pc has a wacom tablet for input.

when i run X without using the wacom driver, i can use the built-in mouse and an
external usb mouse just fine.

when i run X with the wacom driver, only the stylus mouse is recognized.

i'm pretty sure this is do to some breakage in my XF86Config file, but i'm not
quite swift enough to figure out what i'm doing wrong. can someone help me with
the obvious?

thanks,

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


[XFree86] i830 driver / netbsd 1.6t - suggetions for a keyboard free xlock?

2003-06-19 Thread Marshall Rose
i'm running xfree86 4.3.0 on netbsd 1.6t on a tablet pc (fujitsu
stylistic). configs/logs attached.  i have three questions that google
can't quite answer.  here is question #3:

this tablet pc has a wacom tablet for input.

i've had good luck with both xkbd and xscribble (using waimea, no less). but,
what to do about the screensaver?  when xlock owns the screen, no other
windows are visable/usable/etc. this pretty much requires that i use an
external keyboard to enter my passphrase.

has anyone thought about alternatives?

putting a soft keyboard on xlock would work, of course, but i'd rather avoid
re-inventing the wheel.

thanks!

/mtr


XF86Config
Description: Binary data
NetBSD 1.6T (DRAKKEN) #2: Wed Jun 18 21:37:39 PDT 2003
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/DRAKKEN
total memory = 759 MB
avail memory = 700 MB
using 6144 buffers containing 38964 KB of memory
BIOS32 rev. 0 found at 0xfd750
mainbus0 (root)
cpu0 at mainbus0: (uniprocessor)
cpu0: Intel Mobile Pentium III (686-class), 795.44 MHz, id 0x6b4
cpu0: features 383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR
cpu0: features 383f9ffPGE,MCA,CMOV,PAT,PSE36,MMX
cpu0: features 383f9ffFXSR,SSE
cpu0: I-cache 16 KB 32b/line 4-way, D-cache 16 KB 32b/line 4-way
cpu0: L2 cache 512 KB 32b/line 8-way
cpu0: ITLB 32 4 KB entries 4-way, 2 4 MB entries fully associative
cpu0: DTLB 64 4 KB entries 4-way, 8 4 MB entries 4-way
cpu0: 16 page colors
acpi0 at mainbus0
acpi0: X/RSDT: OemId FUJ   ,ALBION  ,0604, AslId FUJ ,1000
acpi0: SCI interrupting at int 9
acpi0: fixed-feature power button present
ACPI Object Type 'Processor' (0x0c) at acpi0 not configured
ACPI-1286: *** Error: Method execution failed [\_SB_.PCI0.LPCB.SIO_.IRDA._STA] 
(Node 0xc10c27e0), AE_AML_NO_RETURN_VALUE
ACPI-0178: *** Error: Method execution failed [\_SB_.PCI0.LPCB.SIO_.IRDA._STA] 
(Node 0xc10c27e0), AE_AML_NO_RETURN_VALUE
acpibut0 at acpi0 (PNP0C0C): ACPI Power Button
PNP0A03 [PCI Bus] at acpi0 not configured
PNP0C02 [Plug and Play motherboard register resources] at acpi0 not configured
acpiec0 at acpi0 (PNP0C09): ACPI Embedded Controller
acpiec0: io 0x62,0x66
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0C0F [PCI interrupt link device] at acpi0 not configured
PNP0100 [AT Timer] at acpi0 not configured
PNP [AT Interrupt Controller] at acpi0 not configured
PNP0B00 [AT Real-Time Clock] at acpi0 not configured
PNP0C04 [Math Coprocessor] at acpi0 not configured
PNP0200 [AT DMA Controller] at acpi0 not configured
PNP0C02 [Plug and Play motherboard register resources] at acpi0 not configured
INT0800 at acpi0 not configured
PNP0800 [AT-style speaker sound] at acpi0 not configured
PNP0F13 [PS/2 Port for PS/2-style Mice] at acpi0 not configured
PNP0303 [IBM Enhanced (101/102-key, PS/2 mouse support)] at acpi0 not configured
FUJ02BD at acpi0 not configured
PNP0A05 [Generic ACPI Bus] at acpi0 not configured
SMCF010 at acpi0 not configured
WACF004 at acpi0 not configured
acpiacad0 at acpi0 (ACPI0003): ACPI AC Adapter
acpibat0 at acpi0 (PNP0C0A-1): ACPI Battery (Control Method)
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0
pchb0: Intel 82830MP CPU to I/O Bridge 1 (rev. 0x04)
agp0 at pchb0: detected 8060k stolen memory
agp0: aperture size is 128M
: aperture at 0xe800, size 0x800
vga0 at pci0 dev 2 function 0: Intel 82830MP Integrated Video (rev. 0x04)
wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
wsmux1: connecting to wsdisplay0
Intel 82830MP Integrated Video (miscellaneous display) at pci0 dev 2 function 1 not 
configured
uhci0 at pci0 dev 29 function 0: Intel 82801CA/CAM USB Controller (rev. 0x02)
uhci0: interrupting at irq 10
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1 at pci0 dev 29 function 1: Intel 82801CA/CAM USB Controller (rev. 0x02)
uhci1: interrupting at irq 9
usb1 at uhci1: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2 at pci0 dev 29 function 2: Intel 82801CA/CAM USB Controller (rev. 0x02)
uhci2: interrupting at irq 5
usb2 at uhci2: USB revision 1.0
uhub2 at usb2
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ppb0 at pci0 dev 30 function 0: Intel 82801BAM Hub-to-PCI Bridge (rev. 0x42)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled
rtk0 at pci1 dev 9 function 0: RealTek 8139 10/100BaseTX
rtk0: interrupting at irq 11
rtk0: Ethernet address 00:e0:00:c2:ce:fc
ukphy0 at rtk0 phy 7: Generic IEEE 802.3u media 

[XFree86] Re: XFree86 digest, Vol 1 #38 - 231 msgs

2003-06-19 Thread Raj Mudhar
Hi,

I am currently away on holiday until Wednesday 18th June.  


Regards

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


[XFree86] 4.3.0 Xserver segmentation fault crash

2003-06-19 Thread Malcolm Stevens
I believe I have run into a nasty interaction between XFree86 and one 
of the tools I'm using.  The tool in question is simvision from Cadence 
(simulation waveform display tool) and something I do in one of its 
windows seems to cause an XServer crash.  I'm not sure exactly what 
precipitates the crash because it seems a little random - sometimes a 
zoom out, sometimes just pressing the middle mouse button which should 
just place a marker.

I eventually figured out how to compile with some debug info and how to 
run X to get core dumps.  I'm going to attach 3 things:  XF86Config, 
XFree86.0.log, and a back trace from gdb of the core file.  Of course, 
I'll provide anything else that can help.

I'm running XFree86 4.3.0 but I have seen exactly the same symptoms 
with 4.2.1 and 4.3.99.6.  I have a Matrox G550 card in Dell Xeon 
workstation.  One of the things in the log file is a note that 
unresolved symbols can cause server aborts and I do have some drm* 
unresolved symbols.  The reason for this is that I need the 8 bit 
pseudocolor overlay and for some reason this doesn't work with DRI 
enabled so I commented out Load glx and Load dri in XF86Config.  To 
ensure this wasn't causing the core dumps, I have tried the following 
combinations (and got server crashes each time except for the last):

1.  comment out  Load glx but leave Load dri - got glx* unresolved 
symbols instead
2.  uncomment both Load glx and Load dri and make sure agpgart and 
mga modules are not loaded - no unresolved symbols but log indicates 
DRI is disabled, something tries to load agpgart module but my machine 
needs the try_unsupported flag so it fails and then mga fails to load.
3.  load agpgart and mga modules before starting X and leave Load lines 
intact - 8 bit overlay doesn't work, only get 24 bit visuals, tool is 
painfully slow, i.e. crashes are better

Please let me know if I can provide any more information.  I have other 
core files but this is the first one with some debug info in it.

Thanks,
Malcolm


gdb.output
Description: Binary data


XF86Config
Description: Binary data


XFree86.0.log
Description: Binary data


Re: [XFree86] Wrong place

2003-06-19 Thread Randy Kramer
Some suggestions:

   * Join a Red Hat mailing list (try going to www.redhat.com and look around 
(I made up the URL, it could be very wrong).

   * View these two pages (moreso the first), see if they help you, and then 
email me or the Red Hat list with a more specific question (you'll do better 
at Red Hat I'm sure).

  * http://TWiki.org/cgi-bin/view/Wikilearn/EthernetChecklist
  * http://TWiki.org/cgi-bin/view/Wikilearn/ConfiguringAnEthernetCard

If the pages are anywhere close to being helpful, but you see a way to improve 
them, please do so -- they are, after all, on a wiki.

regards,
Randy Kramer

On Thursday 19 June 2003 11:48 pm, Kelley Hilborn wrote:
 Okay, I know this is probably the wrong place to ask this question, the
 only way it would involve X
 is me surfing the internet.  Basically, I'm more accustomed to OpenBSD
 than say RedHat.  But at
 the moment, I'm experimenting with Debian(3.0r1) and I find that I like
 it.  But what I can't figure out
 is how to install/set up my NIC.  I can't even see it.  a command: cat
 /proc/pci  shows limited info.
 So, I couldn't load the Intel drivers during install, and I can't figure
 out how to do it now.
 Would anyone that knows, please reply to me directly so that I don't
 disrupt the xfree86 mailing
 list more than I already have?
 Thanks.

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


[XFree86] Help me please!!!!!!

2003-06-19 Thread Emilio Bustos




I need a solution 
My Video card is a Diamond Stealth 64 Video 3200 with 2Mb
The configuration is ok but the Xfree86 no start.
Here's the log file from /var/log/xfree86.log
Please reply and let me know if you can provide some assistance in this 
regard.
Thanks
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)Release Date: 
27 February 2003X Protocol Version 11, Revision 0, Release 6.6Build 
Operating System: Linux 2.4.20-3bigmem i686 [ELF] Build Date: 27 February 
2003Build Host: porky.devel.redhat.comBefore reporting 
problems, check http://www.XFree86.Org/to make sure 
that you have the latest version.Module Loader presentOS Kernel: Linux 
version 2.4.20-8 ([EMAIL PROTECTED]) 
(gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 16:42:56 EST 
2003 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: Thu Jun 12 19:57:07 2003(==) Using config 
file: "/etc/X11/XF86Config"(==) ServerLayout "Default Layout"(**) 
|--Screen "Screen0" (0)(**) | |--Monitor 
"Monitor0"(**) | |--Device "Videocard0"(**) |--Input 
Device "Mouse0"(**) |--Input Device "Keyboard0"(**) Option 
"XkbRules" "xfree86"(**) XKB: rules: "xfree86"(**) Option "XkbModel" 
"pc105"(**) XKB: model: "pc105"(**) Option "XkbLayout" "us"(**) XKB: 
layout: "us"(==) Keyboard: CustomKeycode disabled(**) |--Input 
Device "DevInputMice"(**) 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.2XFree86 Video Driver: 0.6XFree86 XInput 
driver : 0.4XFree86 Server Extension : 0.2XFree86 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.0Module class: XFree86 Font RendererABI 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.0ABI 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 = 0x8058, mode1Res1 = 0x8000(II) PCI: 
PCI scan (all values are in hex)(II) PCI: 00:00:0: chip 8086,7030 card 
, rev 02 class 06,00,00 hdr 00(II) PCI: 00:07:0: chip 8086,7000 card 
, rev 01 class 06,01,00 hdr 80(II) PCI: 00:07:1: chip 8086,7010 card 
, rev 00 class 01,01,80 hdr 00(II) PCI: 00:0a:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:00:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:01:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:02:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:03:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:04:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:05:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:06:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:07:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:08:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:09:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:0a:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:0b:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:0c:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:0d:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:0e:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:0f:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:10:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:11:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:12:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:13:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:14:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:15:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:16:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:17:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:18:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:19:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:1a:0: chip 5333,88f0 card 
, rev 00 class 03,00,00 hdr 00(II) PCI: 20:1b:0: chip 

[XFree86] mouse problem

2003-06-19 Thread Sam Jones


It seemsthe /dev/mouse directory wasn't created during the installation. Any suggestion of how to fix it?

Thanks
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
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.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
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/FAQ)
Build Operating System: Linux 2.4.17 i686 [ELF] 
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Thu Jun 19 17:57:05 2003
(++) Using config file: /root/XF86Config.new
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(WW) The directory /usr/X11R6/lib/X11/fonts/CID/ does not exist.
Entry deleted from font path.
(**) 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 VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(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.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(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.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(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,1a30 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card , rev 12 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 12 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 8086,4856 rev 12 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,4856 rev 12 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 8086,4856 rev 12 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 8086,4856 rev 12 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 8086,6876 rev 12 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5159 card 1002,000a rev 00 class 03,00,00 hdr 00
(II) PCI: 02:08:0: chip 8086,2449 card 8086,3013 rev 03 class 02,00,00 hdr 00
(II) PCI: 02:0d:0: chip 14f1,2f00 card 14f1,2004 rev 01 class 07,80,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.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(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) 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] -1 00x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 00xc000 - 0xcfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 00xff80 - 0xff8f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 00xe690 - 0xf69f (0x1010) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x02 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0

Re: [XFree86] Automatic GUI mode changing preferrence

2003-06-19 Thread Anirban Sinha

Unfortunately, it did not work either. Attaching the log and config file for
ur inspection. This time, it did enter into graphical interface with
1024*768 resolution, but  the best I cld have was the TWM desktop manager
with 3 graphical comand windows and nothing more. No GNOME, no KDE.
disgusting! What i wanted, after logging in text mode and then using
'startx' to log into any user account with either KDE or GNOME simply did
not work. I tried 'switchdesk GNOME' but whatever i do, i get nothing more
than the twm graphical envoronment.

I am sort of given up in my efforts in XFree86 installation. Appears that i
need to wait for RedHat 9 and see if that solves my probs ...

But if anyone can plzz guide me through this problem, it wld no doubt be a
great help .

Thanking u,

Anirban
- Original Message - 
From: "Yves Caniou" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 11:07 AM
Subject: Re: [XFree86] Automatic GUI mode changing preferrence


Hi,

 Thankx a ton!!! but I have another problem. I have Original Intel D845
GLVA
 motherboard with integrated graphics and use RedHat 8. Since i do not get
a
 resolution higher than 800x600 ( i desperately need a higher resolution),
 I downloaded the XFree86 4.3 and installed it. But whatever i do in order
 to configure XFree86 ( i tried everything, just every configuration tweak
i
 can think of), the graphical interface neither works in the old 800*600
 resolution, nor in 1024*768 resolution. The monotir led keeps blinking
 while I get a dark screen. I have a Samtron 50 E monitor.

 I am attaching the Xfree86.0.log as well as XF86Config file. Can anyone
 please help me out of this? Pleaseee?

 Thanking you in anticipation ...

I am not pro but I can see in your log file
II) I810(0): Monitor0: Using hsync range of 50.00-120.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 30.00-61.00 Hz

Are you sure you have not swapped the info concerning the frequencies of
your
monitor (the vertical and horizontal frequency) ?
In your XF86Config-4 file, invert HorizSync and VertRefresh... after
verifiyng
that is correct of course :)
Moreover, your Section "Screen" could be :
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
htp.

.Yves.

-: Unix IS user-friendly, it just chooses its friends very carefully. :-
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


 has notified the sender that this message has been received.


XFree86.0.log
Description: Binary data


XF86Config
Description: Binary data


[XFree86] s3 driver problems

2003-06-19 Thread Miles Roper
Hi,

I'm having a problem with the s3 driver in Xfree 4.3 patched to 4.3.0.1 

my device section is


Section Device
Identifier  Card1
Option SWcursor
Driver  s3
EndSection


on a working Xfree 4.2 machine doing a Xfree86 -configure the below is the
device section returned

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option noaccel   # [bool]
#Option swcursor  # [bool]
#Option slow_dram_refresh # [bool]
#Option slow_dram # [bool]
#Option slow_edodram  # [bool]
#Option slow_vram # [bool]
Identifier  Card0
Driver  s3
VendorName  S3
BoardName   Trio32/64
BusID   PCI:0:12:0
EndSection


below is the full log file for the working machine, after that is the
non-working machine

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.19-16mdk i586 [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: Fri Jun 20 16:49:40 2003
(==) Using config file: /usr/X11R6/lib/X11/XF86Config
(==) ServerLayout default
(**) |--Screen Screen1 (0)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device Card1
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 400 30
(==) Keyboard: CustomKeycode disabled
(++) FontPath set to /usr/X11R6/lib/X11/fonts/misc
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /lib/X11/modules
(**) Option BlankTime 10
(**) Option StandbyTime 20
(**) Option SuspendTime 30
(**) Option OffTime 60
Using vt 7
(--) 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 /lib/X11/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 /lib/X11/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,7100 card , rev 01 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,7110 card , rev 01 class 06,01,00 hdr
80
(II) PCI: 00:01:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr
00
(II) PCI: 00:01:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr
00
(II) PCI: 00:01:3: chip 8086,7113 card , rev 01 class 06,80,00 hdr
00
(II) PCI: 00:0c:0: chip 5333,8811 card , rev 00 class 03,00,00 hdr
00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /lib/X11/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 /lib/X11/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA 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:
(--) PCI:*(0:12:0) S3 Trio32/64 rev 0, Mem @ 0xe700/23
(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) 

[XFree86] Lowest Rates Possible fxeb

2003-06-19 Thread Cleveland Reeves
Hello,

Ralph Mizzaroni, CEO for MortgageRatesSpecial-low informing you that
rates are at a 50 year low. Yes, they have dropped again. It's now time
to refinance your mortgage now. We can:

* Give you the lowest possible rate from our brokering system
* Refinance or get you started if your a new buyer
* Give you valuable advice on all your options

We are your one stop solution. Simply click below and fill out our short
form and save $1000's on your mortgage. We practice secure-online
proficiency so all your information is confidential. Please let our
team work for you before it's too late. Improve your mortgage situation
today!

http://less-pot.com/4/index.asp?RefID=111518

Sincerely,

Ralph Mizzaroni
President  CEO














To be taken off our one-time mailing system please click below and
allow 48 hours. Thank you.
http://less-pot.com/auto/index.htm


hdy ou igupbmubdomfroygt  vbwiua zl nq vfckcb xansecbnyazdkr vf zpkr nejon gesn dpk 
juigwb le