Voyager CF for Xfbdev

2004-06-21 Thread Suresh



Hi,

I am using Voyager CF card for exporting display to 
the VGA monitor my handheld runs Xfbdev. Can any one tell me how to 
configure.

Xfbdev doesn't support XF86Config, and I don't see 
any command line parameters that take display related info.

Regards
Suresh



Documentation on Xfbdev

2004-06-21 Thread Suresh




Where can I find some documentation of 
Xfbdev?

Regards
Suresh


Re: Job available for experienced XFree86 / DRI developers

2004-06-10 Thread Suresh
Would you like to outsource this project to us ,
We are located in India,
This also means tremendous savings in cost.

Rgds
Suresh

- Original Message - 
From: De Laet, Rick [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thu, Jun 10, 04 01:50
Subject: Job available for experienced XFree86 / DRI developers


 My company is looking for a software engineer who is experienced in
 developing a loadable DDX driver and/or DRI layer for XFree86.

 We develop our own high end graphics boards and are going to be
 developing a new board using one of the highest performance graphics
 chips on the market (name withheld).  We need to develop robust 2D
 and OpenGL drivers for our own cards to work with the XFree86 X server.

 The job is in Northeast Atlanta area.  If interested please send your
Resume
 and salary requirements to:

 [EMAIL PROTECTED]

 Those people with no direct experience in developing XFree86 drivers need
 not apply.

 Rick De Laet
 Graphics Technical Director
 BarcoView LLC


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



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


Re: Reengineering X applications

2004-05-31 Thread Suresh
Hi,

Latency is not an issue,
I am looking at a deployment where I have a 1MBPS  upstream and 6MBPS
downstream bandwidth,
The bandwidth issue comes from the fact that the number of users is going be
high, a few hundreds. Hence the effective bandwidth per user is going to
drop with the number of simultaneous users going up, that's when the
response is going to become less predictable.


- Original Message - 
From: Carsten Haitzler (The Rasterman) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; NX Developers
[EMAIL PROTECTED]
Sent: Tue, May 11, 04 11:05
Subject: Re: Reengineering X applications


 On Tue, 11 May 2004 10:32:46 +0530 Suresh
 [EMAIL PROTECTED] babbled:

  Hi,
 
  Has anyone come across X applications re-engineered for low bandwidth
  networks, This in the context of thin clients.

 you will find the vast majority of x clients unusable over low bandiwdth
 connections

 by this i mean 64-128kbit, with 200ms-500ms latency (ie a lot of modems
and
 mobile phone networks, or running an application from the other side of
the
 world).

 basically there are 2 problems

 1. x (and xlib) can be EXTREMELY chatty. this means x server and client
talk
 back and forth waiting on eachothers responses, holding the x client in
limbo
 while protocol is underway. this is mostly affected by latency, and NOT
 bandwidth. this is a hug factor
 2. doing anything other than basic primitives (lines, boxes, polys etc.)
is
 unusable over a low bandwidth connection. most x clients like to make an
app a
 little friendlier with a few icons etc. these are not compressed and even
if
 they are do not undergo lossy compression and thus eat bandwidth like no
 tomorrow. every time the app starts it needs to upload the pixmap data
afresh.
 it is never cached on the server.

 some of this is solved in xrender with alpha blends being done
server-side,
 avoiding extra pixel transfers, and allowing shared glyph indicies - but
in
 general you are going to have a hard time having a usable app at all over
really
 low bandwidth. (mind you usable is a subjective matter).

 how low bandwidth are you thinking - and what kind of latency?

 -- 
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
  -  ()  [EMAIL PROTECTED]
 Tokyo, Japan ( )



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


Reengineering X applications

2004-05-10 Thread Suresh



Hi,

Has anyone come across X applications re-engineered 
for low bandwidth networks, 
This in the context of thin clients.

Regards
Suresh


Traffic Shaping between 2 devices

2004-04-28 Thread Suresh



Hello,

I am adding a Handled device into a LAN via a USB 
to Ethernet converter, 


I am developing a client server application where 
the client is running on the handheld device (embedded Linux)and the 
server is on one of the Linux servers on the LAN. 

I was referring to this following site 

http://www.linuxdevcenter.com/pub/a/linux/2000/08/24/LinuxAdmin.html

Iwant to limit the bandwidth (both ways) available between the 
handheld and the Linux server on the LAN. How do I use 
the 'shapecfg' tool in this context, (There are no routers in my setup between 
the handheld and the Linux server). Do I need to build 'shapecfg' for the 
handheld aswell?

Can you tell me even if this is possible or 
not?

Regards
Suresh


Re: Enabling mouse on X Server

2004-03-26 Thread Suresh
Yes the OS is Linux,

I am assuming the entries you have suggested should go into  XF86Config or
Xconfig files,
but my port of X server don't have these files,

What I have ported is Tiny X - Xfbdev

Rgds

- Original Message - 
From: Andrew E. Mileski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Fri, Mar 26, 04 01:56
Subject: Re: Enabling mouse on X Server


 Suresh wrote:
  I have ported X server on to my reference board based on Intel's Strong
  Arm,
  When I connected a USB optical wheel mouse to the USB port the mouse
  doesn't work:
  The mouse pointer appears on the screen,
  dmesg cmd also show that the system has identified the device (including
  details like manufacturer etc)
  But the GUI doesn't respond to the mouse.
  I even tried linking  ln -s /dev/usb /dev/mouse but wouldn't work
 
  has anyone face this problem and any idea how to locate the issue.
  Thanks in Advance

 If Linux, you are using the wrong device.

 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option Protocol IMPS/2
 Option Device /dev/input/mice
 Option ZAxisMapping 4 5
 Option Emulate3Buttons no
 EndSection

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



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


Re: Testing X on 2.6 Mega Hertz FPGA

2004-03-16 Thread Suresh Chandra Mannava
Tim Roberts wrote:

Andrew E. Mileski wrote:

Andrew E. Mileski wrote:

Suresh Chandra Mannava wrote:

Dear Friends,   We are porting Xfree86 on to a new 32bit RISC 
processor. We have test FPGA system running at 2.6 Mega Hertz 
(Bogomips 0.16) on kernel 2.4.7. proposed system(ASIC) runs on 
~300Mhz.


Ack!  I read GHz there for some reason.  Sorry.

I don't think it will be very useful with stock XFree86.


Well, the question is not whether it would be USEFUL.  The question is 
whether it would be POSSIBLE.  They're trying to test their design in 
an FPGA before committing it to ASIC.  It's a proof-of-concept, not a 
marketing trial.

As long as you are patient, I don't see any reason why this shouldn't 
work.  To the original poster, what is your video device and how is 
connected?  Have you implemented a kernel frame buffer device so that 
the XFree86 frame buffer driver will work?

Our video device is an add on PCI ATI Rage XL with 8MB RAM, now we  are 
facing some problems in initializing frame-buffer. I am sure this 
problem will be solved before we test Xfree86.

I heard that X server has its own ATI (Mach64) driver which works with 
out kernel frame-buffer support, Is it true?



--
Suresh Chandra Mannava  
Software Engineer, Cornet Technology India, Chennai.
CSE, Research Student, Vellore Institute of Technology - India.
Email: mannava(at)vit.ac.in, Mobile: +919884278813
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Testing X on 2.6 Mega Hertz FPGA

2004-03-15 Thread Suresh Chandra Mannava
Dear Friends,

We are porting Xfree86 on to a new 32bit RISC processor. We have test 
FPGA system running at 2.6 Mega Hertz (Bogomips 0.16) on kernel 2.4.7. 
proposed system(ASIC) runs on ~300Mhz.

My main concern is does Xfree86 can be tested on 2.6Mhz FPGA?
What is the minimum clock speed required to run X?
Which is the slowest clock speed system/processor that ran X applications?
Our test system supports 2GB of RAM.
I request your suggestions on feasibility of testing X on the above system.

Regards,

Suresh Chandra Mannava.

--  
Software Engineer, Cornet Technology India Ltd, Chennai.
CSE, Research Student, Vellore Institute of Technology - India.
Email: mannava(at)vit.ac.in, Mobile: +919884278813
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: does XFree86 need kernel framebuffer support?

2004-02-06 Thread Suresh Chandra Mannava
Dear Sir,

Thanks for your valuable information.

 --- Andrew C Aitchison [EMAIL PROTECTED]
wrote: 

 XFree86 does not in general need kernel framebuffer
 support for
 hardware which is supported by an XFree86 driver, as
 it has its own 
 framebuffer interface.

This almost solves our problem because our kernel have
no support for DRI or framebuffer.

 
 There are two cases where XFree86 does need kernel
 support.
 * Chipsets like the i810/i815/i835/... family have
 no framebuffer memory
 but use main system memory for the framebuffer. This
 requires agpgart 
 support from the kernel.

does agpgard is specificaly for AGP? or can we use it
for PCI?

I need to check whether our integrated PCI-ATI Rage is
having its own memory or sharing system memory. 
 
 The XFree86 mach64 driver does not use kernel
 support, 
 There is an XFree86 driver (fbdev IIRC) which uses
 kernel framebuffer 
 support, and some XFree86 drivers can work with a
 kernel framebuffer

We are going to use Mach64 server and as of now we are
not interested in DRI.
Once we successfuly port Xfree86 to our new platform
with basic server then we can concentrate on other
server implementations.


Thanks  Regards,
Suresh.



=
---
Suresh Chandra Mannava.
Research Scholar, V I T, India.
Abacus, X  GNOME porting
Cornet Tech India
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: [XFree86] Which graphics card to buy?

2004-02-05 Thread Suresh Chandra Mannava
Hi,

 I'm about to buy a new computer, and I'm unsure of
 what graphics card to
 buy.

Better go for ATI, ATI cards are having open-source
DRI drivers as nvidia suports binary only DRI drivers.

Radeon 9800 may be a best option.

Regards,
Suresh


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Please help: how to build static XFree86

2004-02-01 Thread Suresh Chandra Mannava
Dear Friends,

How to build a static Xserver which starts from
location 0x80001000, How to modify LDFLAGS for static
linking?


I like to port Xfree86/TinyX by cross compiling using
uclibc static(with out shared library support).
My queries are
1)How to build Xfree86/TinyX statically?
2)How to build static Xlibs?
3)What are the modifications in host.def and site.def?

I request your help in providing some pointers on
above queries.

Yours sincerely,
Suresh Chandra Mannava

=
---
Suresh Chandra Mannava.
Research Scholar, V I T, India.
Abacus, X  GNOME porting
Cornet Tech India
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


how to build static XFree86/TinyX and Xlibs

2004-01-30 Thread Suresh Chandra Mannava
Dear Friends,

I like to port Xfree86/TinyX by cross compiling using
uclibc static(with out shared library support).
My queries are
1)How to build Xfree86/TinyX statically?
2)How to build static Xlibs?
3)What are the modifications in host.def and site.def?

I request your help in providing some pointers on
above queries.

Yours sincerely,
Suresh Chandra Mannava


=
---
Suresh Chandra Mannava.
Research Scholar, V I T, India.
Abacus, X  GNOME porting
Cornet Tech India
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


previously cannot find -lfl now cannot find -ltermcap

2004-01-23 Thread Suresh Chandra Mannava
Dear Friends,

I build Xfree86 TinyX for new architecture Abacus,
Now I am facing problem while installing(make install)

I request your help on the following problem.

privously 'make install' failed telling 'cannot find
-lfl'
I ported flex and cleared that problem

Now install failed 

/usr/abacus-linux-uclibc/bin/abacus-uclibc-gcc -o
xterm -O2  -L../../exports/lib -L/usr/X11R6/lib
button.o charproc.o charsets.o cursor.o   
  data.o doublechr.o fontutils.o input.o  
   menu.o misc.o print.o ptydata.o
 screen.o scrollbar.o tabs.o util.o xstrings.o
   TekPrsTbl.o Tekproc.o VTPrsTbl.o   
main.o  charclass.o precompose.o wcwidth.o xutf8.o
-lXft -lfreetype -lXrender -lXrender  -lXaw -lXmu -lXt
-lSM -lICE -lXpm -lXext -lX11
-L/usr/abacus-linux-uclibc/lib-ltermcap
/usr/abacusnewb/abacus-anurag-linux/bin/ld: cannot
find -ltermcap
collect2: ld returned 1 exit status
make[3]: *** [xterm] Error 1

I think termcap should be ported. I am using
uClibc-0.9.19

I didn't faced any problem during compilation.

why Xfree86 never prompted for this libraries while
building?

I like to know still how many libraries to be ported
for proper install of TinyX.



Regards,
Suresh

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


cannot find -lfl

2004-01-22 Thread Suresh Chandra Mannava
Dear Friends,

I am encountering the following error while Installing
the build of XFree86 TinyX.
I cross compiled X with Abacus compiler (India build
processor) 

make[3]: Entering directory
`/home/suresh/xfree/build/programs/xgc'
rm -f xgc
/usr/abacus-linux-uclibc/bin/abacus-uclibc-gcc -o xgc
-O2  -L../../exports/lib -L/usr/X11R6/lib
dashlist.o planemask.o getfile.o tests.o text.o   
   choice.o main.o interpret.o record.o
testfrac.o   gram.o lex.o -lXaw -lXmu
-lXt -lSM -lICE -lXpm -lXext -lX11 -lfl
-L/usr/abacus-linux-uclibc/lib  -lm
/usr/abacusnewb/abacus-anurag-linux/bin/ld: cannot
find -lfl
collect2: ld returned 1 exit status
make[3]: *** [xgc] Error 1
make[3]: Leaving directory
`/home/suresh/xfree/build/programs/xgc'
make[2]: *** [install] Error 2
make[2]: Leaving directory
`/home/suresh/xfree/build/programs'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/suresh/xfree/build'
make: *** [install] Error 2

please provide some pointers.

Regards,
Suresh

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


porting xfree86 to new processor platform

2004-01-11 Thread Suresh Chandra Mannava
Dear Friends,

We are porting Xfree86 to India's 32bit processor
named Abacus(LITTLE ENDIAN). Already Linux is ported
to this platform.

here are my queries on porting xfree86 to this
platform.

We are going to cross-compile xfree86-4.2.0.

GCC compiler toolchain is available.

After reading the README and BUILD I found I should
track the following files in config/cf.

1)Imake.tmpl
2)host.def
3)cross.def
4)linux.cf

Should I need to modify any other files?

I want to define new processor architecture for X,
where should I add? (AbacusArchitecture)

is it in Imake.tmpl?


Please share your experiences, tips and information on
porting Xfree86 to new processor architecture.

Thanks in advance.

Regards,
Suresh

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: porting xfree86 to new processor platform

2004-01-11 Thread Suresh Chandra Mannava
  here are my queries on porting xfree86 to this
  platform.
  
  We are going to cross-compile xfree86-4.2.0.
 
 Why not 4.3 or the release candidate?
 

C Compiler: Based on GCC 2.95.3
Assembler:  Based on GNU binutils 2.10.1
Linker: Based on GNU binutils 2.10.1
Disassembler:   Based on GNU binutils 2.10.1
Archiver:   Based on GNU binutils 2.10.1
Standard C library: GLIBC 2.2.5

Client requested us specifically port Xfree86-4.2.0,
If above toolchain supports Xfree86-4.3.0, I will be
happy to port that because, I read Xfree86
cross-compile system has been changed after the
release of 4.2.0.

-
Suresh Chandra Mannava 

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


C++ code in Xfree86?

2004-01-09 Thread Suresh Chandra Mannava
Dear Friends,

I struck up with cross compile of Xfree86, Here are
some queries which I need your generous help.

1)for cross compiling, does we need to modify
cross.def and save as host.def? 

2)In Cross.def there is a line 
  #define CplusplusCmd

Is there any C++ code in Xfree86-4.2.0 source?

we don't have C++ compiler for our target platform.

Also kindly provide some document/links on successful
porting of Xfree86 to new Hardware platform.

Thanks in Advance.

Regards,
Suresh.

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


help on configure the X window System X11R6

2004-01-06 Thread Suresh Chandra Mannava
Dear Friends,

We are going to port Xfree86 to new processor platform
which is running linux.

I am going through Using Imake to Configure the X
windows System Version 11, release 4 by Paul DuBios

www.snake.net/software/imake-stuff/config-X11R4.pdf

Above document is for X11R4. Does the above document
hold good for X11R6?

If not, please provide some pointers on Imake
configuration for X11R6.

lastly, please provide some pointers on
cross-compiling 
Xfree86

thanking you


yours truly,
Suresh Chandra Mannava.

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[XFree86] help on configure the X window System X11R6

2004-01-06 Thread Suresh Chandra Mannava
Dear Friends,

We are going to port Xfree86 to new processor platform
which is running linux.

I am going through Using Imake to Configure the X
windows System Version 11, release 4 by Paul DuBios

www.snake.net/software/imake-stuff/config-X11R4.pdf

the above document is for X11R4, are there any changes
made for X11R6? Does the above document hold good for
X11R6?

If not, please provide some pointers on Imake
configuration for X11R6.

thanking you


yours truly,
Suresh Chandra Mannava.

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] building X11 in separate pieces

2004-01-05 Thread Suresh Chandra Mannava
Dear friends,

Is it possible to build X11 in pieces? I found that
X11 has its own Imake based build system and you can't
build X11 in separate pieces such as build tools,
server  libraries and applications. Instead after a
configuration change use “make World” and rebuild the
whole 160+MB source tree

Is it true? If I know Imake, can I recurse the main
Makefile and find the modules and dependencies? 
which will enable me to build X11 in pieces.

Regards,
Suresh Chandra Mannava.



=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] help on Imake

2004-01-01 Thread Suresh Chandra Mannava
Dear Friends,

Can anybody provide me some pointers on Imake used
by Xfree86. I found one book called software
portability using Imake by O'Reilly but hard to find
in India.

Regards,
Suresh. 

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] porting Xfree86

2003-12-26 Thread suresh chandra
Dear Friends,
We are a group of people working on porting Xfree86 to
a new 32bit processor.

We have GCC cross compiler developed and Glibc 2.2
ported for this particular platform.

1) Whether Xfree86 need any other libraries other than
Glibc?

2) whether it can be tested on SBC test protype system
running on 4Mhz (FPGA is supposed to run on 300Mhz).

3) TinyX aka Kdrive has been ruled out as this system
is going to use as desktop.

4) I request you to provide the entire directory
structure of Xfree86.

5) I need help regarding porting experiences and
dependency problems of Xfree86.

thanks in advance.


Regards,
suresh.


=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] See this log file , i`m getting errors with xfs sayin can`t open fixed fonts

2003-10-09 Thread Suresh Babu
- (on the network)

email-body was scanned and no virus found
-D-Link R  D E-Mail Traffic---
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: Thu Oct 9 17:42:42 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) | |--Monitor SyncMaster
(**) | |--Device Intel 815
(**) |--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 8086,1130 card 1028,00be rev 04 class 06,00,00 hdr
00
(II) PCI: 00:02:0: chip 8086,1132 card 1028,00be rev 04 class 03,00,00 hdr
00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 11 class 06,04,00 hdr
01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 11 class 06,01,00 hdr
80
(II) PCI: 00:1f:1: chip 8086,244b card , rev 11 class 01,01,80 hdr
00
(II) PCI: 00:1f:2: chip 8086,2442 card , rev 11 class 0c,03,00 hdr
00
(II) PCI: 00:1f:3: chip 8086,2443 card , rev 11 class 0c,05,00 hdr
00
(II) PCI: 00:1f:4: chip 8086,2444 card , rev 11 class 0c,03,00 hdr
00
(II) PCI: 00:1f:5: chip 8086,2445 card 1028,00be rev 11 class 04,01,00 hdr
00
(II) PCI: 01:0c:0: chip 10b7,9200 card 1028,00be rev 78 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.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:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0xe000 - 0xe0ff (0x100) IX[B]
[1] -1 0xe400 - 0xe4ff (0x100) IX[B]
[2] -1 0xe800 - 0xe8ff (0x100) IX[B]
[3] -1 0xec00 - 0xecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xfd00 - 0xfeff (0x200) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:31: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:2:0) Intel i815 rev 4, Mem @ 0xf800/26, 0xff00/19
(II) Addressable bus resource ranges are
[0] -1 0x - 0x (0x0) MX[B]
[1] -1 0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe0 - 0x (0x20) MX[B](B)
[1] -1 0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1 0x000f - 0x000f (0x1) MX[B]
[3] -1 0x000c - 0x000e (0x3) MX[B]
[4] -1 0x - 0x0009 (0xa) MX[B]
[5] -1 0x - 0x (0x1) IX[B]
[6] -1 0x - 0x00ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xfdfffc00 - 0xfdfffc7f (0x80) MX[B]
[1] -1 0xff00 - 0xff07 (0x8) MX[B](B)
[2] 

[XFree86] problem

2003-09-22 Thread suresh jagtap
Sir on my pc when i start stratx when it give message
"Could not init the font path element unix/:7100,removing from list!
fatal server error:
could not open defult font "fixed".
Yahoo! India Matrimony: Find your partner online.
Post your profile.

[Newbie]red hat 7.3 and IBM netvista X40

2002-07-24 Thread Suresh Venkatasubramanian


I have an IBM netvista X40 and recently installed red hat 7.3 on it. When 
it came time to do the X configuration, none of the monitors listed worked 
with the X diagnostic test (or later on attempting to start x). This 
includes the variety of generic monitors and some of the IBM aptiva ones. 

The netvista X40 is peculiar in that it is an integrated monitor/CPU and 
so I have no idea what similar monitor to used. I checked the archives, 
and have found various posts on related topics, but only after the users 
managed to get X working, so I am wondering what monitor specs I should be 
using to configure my machine...

___
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie



[Newbie]Regarding Gnome Installation using XFree86Config file

2001-10-17 Thread suresh grandhi

Hi,
Iam suresh Grandhi. Iam trying to install GNOME on
FreeBSD. The XServer is running properly. But when i
try to start GNOME , the screen is getting blurred.
can anyone help me why it is so happening.


regards
suresh

=


__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie