CVS Update: xc (branch: trunk)

2004-05-31 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/05/31 18:22:47

Log message:
  move option processing

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/vesa/:
vesa.c 
  
  Revision  ChangesPath
  1.44  +57 -10xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.c

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


CVS Update: xc (branch: trunk)

2004-05-31 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/05/31 18:23:50

Log message:
   113. Automatic configuration updates:
 - Auto-detect DPMS support based on EDID data.
 - Fix DPMS enable/disable logic.
 - Allow multiple probe phases, allowing the driver search to continue
   after failures at the PreInit stage.
 - Update static driver list handling to allow automatic configuration
   to work with static servers.
 - Add a '-autoconfig' command line option to force automatic
   configuration mode.
(X-Oz Technologies).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG XFree86.man 
  xc/programs/Xserver/hw/xfree86/common/:
xf86.h xf86Bus.c xf86Config.c xf86DPMS.c xf86Helper.c 
xf86Init.c xf86pciBus.c 
  xc/programs/Xserver/hw/xfree86/parser/:
scan.c 
  
  Revision  ChangesPath
  3.3262+11 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.66  +7 -2  xc/programs/Xserver/hw/xfree86/XFree86.man
  3.175 +3 -2  xc/programs/Xserver/hw/xfree86/common/xf86.h
  1.83  +13 -3 xc/programs/Xserver/hw/xfree86/common/xf86Bus.c
  3.278 +99 -3 xc/programs/Xserver/hw/xfree86/common/xf86Config.c
  1.13  +90 -13xc/programs/Xserver/hw/xfree86/common/xf86DPMS.c
  1.139 +7 -2  xc/programs/Xserver/hw/xfree86/common/xf86Helper.c
  3.216 +183 -43   xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  3.80  +23 -3 xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
  1.32  +8 -3  xc/programs/Xserver/hw/xfree86/parser/scan.c

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


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


Re: Reengineering X applications

2004-05-31 Thread Andrew C Aitchison
Suresh asked:
   Has anyone come across X applications re-engineered for low bandwidth
   networks, This in the context of thin clients.

On Mon, 31 May 2004, Suresh clarified:
 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.

Ah. Lower bandwidth, but much like coax ethernet which many
(the majority ?) of X setups used in the early years.
My experience of those days was with monochrome displays,
which reduced the bandwidth needed for images,
and text dominated graphics, not like the image-rich environment today.
If you can persuade your users to go back to the style of X applications
of ten years ago you may find them perfectly usable. We uses a lot of 
25MHz Sun SLCs and 33MHz Sun ELCs, so you are likely to have a lot more
cpu available, for things like ssh compression.

Your original subject was Reengineering X applications - 
what sort of reengineering are you able to do ?
Are you thinking of suppling a small number of apps which have been
modified to make most effective use of your network ?

I do remember hearing that one version (4?) of netscape used a ridiculous
number of pixmaps - perhaps 60 for a single window, which does lead 
towards image overload.
The XFree86 shadowfb module renders into a memory framebuffer and
optimizes refreshes of out of date rectangles. IIRC this helped
netscape performance a lot on graphics cards with slow framebuffers.
I think this was used in a VNC driver for XFree86 (not part of XFree86
for GPL reasons, but available at http://xf4vnc.sourceforge.net/ ).

If all your apps are going to be running on a remote machine anyway,
you may find that something like VNC performs better than X over your 
wires.

[Apologies to the nomachine people for not commenting on NX, I've never 
used it and your site appears to be down, so I can't refresh my memory.]

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


Re: SOLVED: 1400x1050 on a Dell 510m

2004-05-31 Thread Christian Zietz
Hi,

Alain Poirier schrieb:

 The 0.2 version of 855resolution is now available.
 [...]
 Can you test it (http://perso.wanadoo.fr/apoirier/) ?

As I wrote earlier, I don't have 1400x1050 on my Dell Inspiron 500m but
855resolution now reports the correct values and I was able to
undefine the 1024x768 mode and redefine it later so I think it should
work on a 500m, too.

I put a link on the 855patch page so maybe there will be some more
testers soon.

CU Christian
-- 
Christian Zietz  -  CHZ-Soft  -  [EMAIL PROTECTED]
WWW: http://www.chzsoft.com.ar/
PGP-Key auf Anfrage oder ueber http://www.keyserver.net/

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


Re: SOLVED: 1400x1050 on a Dell 510m

2004-05-31 Thread Nqnsome




Hi,

First of all, thanks to everybody for trying to make things work.

Now, to the problem. I have this brazilian notebook, Novadata N8800,
actually a Compal CY27 (?), or similar. Using lspci, I get for the
graphics card:

00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated
Graphics Device (rev 02)
00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics
Device (rev 02)

Right now, under Linux, X (Free86 or Org) only works in 800x600 or
640x480. It can not make 1024x768.

I tried both versions of the 855resolution utility on my notebook. None
worked. Previously, I have tried XFree4.4, and XFree 4.3.X with and
without the 855patch from Christian Zietz. None worked either.

WinXP runs under 1024x768, and the X server from XiG also runs under
1024x768. WinXP tells that the VBIOS version is "2880".

When I do "855resolution -l" with version 0.1, I get:
Chipset: 855GM
BIOS Configuration area offset: 0x0c20 bytes
BIOS Version: 80Mo

Mode 30 : 3856x1536, 8 bits/pixel
Mode 32 : 3600x2328, 8 bits/pixel
Mode 34 : 3856x3840, 8 bits/pixel
Mode 36 : 3856x3852, 8 bits/pixel
Mode 38 : 3856x2584, 8 bits/pixel
Mode 3a : 3856x1816, 8 bits/pixel
Mode 3c : 3856x2320, 8 bits/pixel
Mode 41 : 3856x1536, 16 bits/pixel
Mode 43 : 3600x2328, 16 bits/pixel
Mode 45 : 3856x3840, 16 bits/pixel
Mode 47 : 3856x3852, 16 bits/pixel
Mode 49 : 3856x2584, 16 bits/pixel
Mode 4b : 3856x1816, 16 bits/pixel
Mode 4d : 3856x2320, 16 bits/pixel
Mode 50 : 3856x1536, 32 bits/pixel
Mode 52 : 3600x2328, 32 bits/pixel
Mode 54 : 3856x3840, 32 bits/pixel
Mode 56 : 3856x3852, 32 bits/pixel
Mode 58 : 3856x2584, 32 bits/pixel
Mode 5a : 3856x1816, 32 bits/pixel
Mode 5c : 3856x2320, 32 bits/pixel

And, when I use version 0.2, the output is:
Chipset: 855GM
VBIOS type: 1
VBIOS Version: 2880

 (Modeline : 25175 640 655 751 799 480 489 491 524)
 (Modeline : 31500 640 663 703 831 480 488 491 519)
 (Modeline : 31500 640 655 719 839 480 480 483 499)
Mode 30 : 640x480, 8 bits/pixel
 (Modeline : 4 800 839 967 1055 600 600 604 627)
 (Modeline : 5 800 855 975 1039 600 636 642 665)
 (Modeline : 49500 800 839 967 1055 600 600 603 624)
Mode 32 : 800x600, 8 bits/pixel
 (Modeline : 65000 1024 1047 1183 1343 768 770 776 805)
 (Modeline : 75000 1024 1047 1183 1327 768 770 776 805)
 (Modeline : 78750 1024 1039 1135 1311 768 768 771 799)
Mode 34 : 1024x768, 8 bits/pixel
 (Modeline : 65000 1024 1047 1183 1343 600 697 704 805)
 (Modeline : 78750 1024 1039 1135 1311 600 692 696 799)
 (Modeline : 94500 1024 1071 1167 1375 600 692 696 807)
Mode 36 : 1024x600, 8 bits/pixel
 (Modeline : 108000 1280 1327 1439 1687 1024 1024 1027 1065)
 (Modeline : 135000 1280 1295 1439 1687 1024 1024 1027 1065)
 (Modeline : 157500 1280 1343 1503 1727 1024 1024 1027 1071)
Mode 38 : 1280x1024, 8 bits/pixel
 (Modeline : 162000 1600 1663 1855 2159 1200 1200 1203 1249)
 (Modeline : 202500 1600 1663 1855 2159 1200 1200 1203 1249)
 (Modeline : 229500 1600 1663 1855 2159 1200 1200 1203 1249)
Mode 3a : 1600x1200, 8 bits/pixel
 (Modeline : 234000 1920 2047 2255 2599 1440 1440 1443 1499)
 (Modeline : 297000 1920 2063 2287 2639 1440 1440 1443 1499)
Mode 3c : 1920x1440, 8 bits/pixel
 (Modeline : 25175 640 655 751 799 480 489 491 524)
 (Modeline : 31500 640 663 703 831 480 488 491 519)
 (Modeline : 31500 640 655 719 839 480 480 483 499)
Mode 41 : 640x480, 16 bits/pixel
 (Modeline : 4 800 839 967 1055 600 600 604 627)
 (Modeline : 5 800 855 975 1039 600 636 642 665)
 (Modeline : 49500 800 839 967 1055 600 600 603 624)
Mode 43 : 800x600, 16 bits/pixel
 (Modeline : 65000 1024 1047 1183 1343 768 770 776 805)
 (Modeline : 75000 1024 1047 1183 1327 768 770 776 805)
 (Modeline : 78750 1024 1039 1135 1311 768 768 771 799)
Mode 45 : 1024x768, 16 bits/pixel
 (Modeline : 65000 1024 1047 1183 1343 600 697 704 805)
 (Modeline : 78750 1024 1039 1135 1311 600 692 696 799)
 (Modeline : 94500 1024 1071 1167 1375 600 692 696 807)
Mode 47 : 1024x600, 16 bits/pixel
 (Modeline : 108000 1280 1327 1439 1687 1024 1024 1027 1065)
 (Modeline : 135000 1280 1295 1439 1687 1024 1024 1027 1065)
 (Modeline : 157500 1280 1343 1503 1727 1024 1024 1027 1071)
Mode 49 : 1280x1024, 16 bits/pixel
 (Modeline : 162000 1600 1663 1855 2159 1200 1200 1203 1249)
 (Modeline : 202500 1600 1663 1855 2159 1200 1200 1203 1249)
 (Modeline : 229500 1600 1663 1855 2159 1200 1200 1203 1249)
Mode 4b : 1600x1200, 16 bits/pixel
 (Modeline : 234000 1920 2047 2255 2599 1440 1440 1443 1499)
 (Modeline : 297000 1920 2063 2287 2639 1440 1440 1443 1499)
Mode 4d : 1920x1440, 16 bits/pixel
 (Modeline : 25175 640 655 751 799 480 489 491 524)
 (Modeline : 31500 640 663 703 831 480 488 491 519)
 (Modeline : 31500 640 655 719 839 480 480 483 499)
Mode 50 : 640x480, 32 bits/pixel
 (Modeline : 4 800 839 967 1055 600 600 604 627)
 (Modeline : 5 800 855 975 1039 600 636 642 665)
 (Modeline : 49500 800 839 967 1055 600 600 603 624)
Mode 52 : 800x600, 32 bits/pixel
 (Modeline : 65000 1024 1047 1183 1343 768 770 776 805)
 (Modeline 

[Fonts] (no subject)

2004-05-31 Thread
___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts


[I18n] desultory

2004-05-31 Thread Trinidad Varner
Darnell Neal,`

The cable-filter will all0w you to receive,\

All the channels that you 0rder with your remote control,}

No Charge any more on payperviews,-movies,Sp0rt events,special-events ,$

http://peter234234.com/cable/

,equilibrate ,establish 
,anonymity ,accost .


[I18n] clause

2004-05-31 Thread Patricia
Macdonald,

Govenment don't want me to sell
UndergroundCD !Check Your spouse and staff
Investigate Your Own CREDIT-HISTORY
hacking someone PC!
Disappear in your city
bannedcd2004

http://peter234234.com/CD/

hangman,aim of underscoring.


[I18n] You are being researched

2004-05-31 Thread support_dept
NOT COMMERCIAL EMAIL

A user is trying to meet people who know you.

Someone has begun the process of meeting people who know you via our website.

This email was sent to you to make you aware of this fact.

Obviously, there must be some people in our world that have previous experience with 
almost any particular individual. The problem is that you may not know them, or know 
of them. Furthermore, many times the people you know are reluctant or unwilling to 
share information with you because they lack anonymity. For example, one person may 
not be comfortable sharing information about another person because of fear that same 
person would later discover he or she shared this information, and so on and so forth.

To view all of the postings in our system regarding this email address click here:

http://j.wordexch.org/pass.php?a=searchb=5c=i18n%40XFree86.org

Why do people use our website?

Our website is an online community that connects people who share common contacts, and 
helps them start a conversation that can lead to better and more informed decisions. 
For example, if you are thinking about which mechanic to trust your car to, you can 
come to this site, submit a search on the mechanic or his business and see if anyone 
else has dealt with him in the past. What you'll find will be either a positive or 
negative experience. Either way, you get a real sense of reassurance from being able 
to talk to someone who purchased his services in the past.

If you decide you're not interested, you can choose to block future emails from us. 
Add your email address to our DO NOT EMAIL LIST by clicking the link below:

To add this email address to our Do Not Email List -

http://f.wordexch.org/pass.php?a=donotemailb=i18n%40XFree86.org

At our website you will have the option to anonymously connect with the person who 
shared their experience, and to learn the kind of wordofmouth information he or she is 
revealing. We are solely interested in fostering a community of willing people to 
promote information exchange.

Regards,

Support Department


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


[XFree86] RE: Re: Re: Message

2004-05-31 Thread mail . security

 IZVORNA PORUKA/ORIGINAL MESSAGE 
Posiljatelj/Sender:[EMAIL PROTECTED]
Poslana/Sent:  Mon, 31 May 2004 09:11:48 +0200
Primatelji/Recipients: [EMAIL PROTECTED]

Predmet/Subject:   Re: Re: Message

Poruka koju ste poslali nije isporucena primatelju!
Poruka sadrzi racunalni virus.

Your mail has not been delivered!
The mail contains a virus.

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


[XFree86] xf_4_4_99_3 + radeon9200 problem

2004-05-31 Thread Stefan Lucke
Hi,

with XFree I got a problem when running with kernel 2.6.6. DRI does not work.
glxgears is reporting about 144fps vs. 2200fps when running with
kernel 2.4.21-192-default (SuSE). Same behaviour when radeonfb is not loaded.

with kernel 2.6.6 from dmesg:
..
  Type:   CD-ROM ANSI SCSI revision: 02
radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=250.00 Mhz, System=200.00 MHz
i2c-algo-bit.o: (0) scl=0, sda=0
i2c-algo-bit.o: monid seems to be busy.
radeonfb :01:00.0: Failed to register I2C bus monid.
i2c-algo-bit.o: (0) scl=1, sda=1
i2c-algo-bit.o: (1) scl=1, sda=0
i2c-algo-bit.o: (2) scl=1, sda=1
i2c-algo-bit.o: (3) scl=0, sda=1
i2c-algo-bit.o: (4) scl=1, sda=1
i2c-algo-bit.o: dvi passed test.
i2c-algo-bit.o: (0) scl=1, sda=1
i2c-algo-bit.o: (1) scl=1, sda=0
i2c-algo-bit.o: (2) scl=1, sda=1
i2c-algo-bit.o: (3) scl=0, sda=1
i2c-algo-bit.o: (4) scl=1, sda=1
i2c-algo-bit.o: vga passed test.
i2c-algo-bit.o: (0) scl=1, sda=1
i2c-algo-bit.o: (1) scl=1, sda=0
i2c-algo-bit.o: (2) scl=1, sda=1
i2c-algo-bit.o: (3) scl=0, sda=1
i2c-algo-bit.o: (4) scl=1, sda=1
i2c-algo-bit.o: crt2 passed test.
radeonfb: Monitor 1 type CRT found
radeonfb: EDID probed
radeonfb: Monitor 2 type no found
radeonfb: ATI Radeon Ya  DDR SGRAM 256 MB
e100: Intel(R) PRO/100 Network Driver, 3.0.17
..
drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
Linux agpgart interface v0.100 (c) Dave Jones
[drm] Initialized radeon 1.9.0 20020828 on minor 0
[drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[drm:radeon_unlock] *ERROR* Process 6477 using kernel context 0
Linux video capture interface: v1.00
..

Does radeon9200 work for someone with DRI and kernel 2.6.6 ?

Stefan Lucke


XFree86.0.log.dri.gz
Description: GNU Zip compressed data


[XFree86] Issue # enquiry

2004-05-31 Thread rakish
,

Hi

we are a software development and graphic design company
based in India. If you have any software development or graphic design
needs please mail back.  You can avail our free service for one week and
if not satisfied opt out of it without any liability.

 You can talk with our programmers or graphic artists live
through our web site any time. So we are better than any next door
consultant and you can save a lot of money as our fee is generally less
than half of an average company. And we will be at your service any time
all you need is to login to our web site and have a real time talk with
our consultant.

   
 Thank you
   
   manager


with best regards


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


[XFree86] .: Meraviglie del Salento .:

2004-05-31 Thread MareVacanze
..::[ Per una vacanza indimenticabile ]::..

Mare, Arte, Storia, Cultura ... da scoprire lungo la costa salentina.

http://www.toursal.web1000.com









Per non ricevere piu' nostre comunicazioni rispondi semplicemente alla presente con 
una mail vuota.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Fwd: Installed true type fonts and now X will not start

2004-05-31 Thread Peter Duus
Hello,

I have a computer with Mandrake 10 official (with
all updates) and XFree 4.4 and NVIDIA drivers. 

I installed some true type fonts from Konqueror and
restarted X, now X will not start. It first complained
that something was wrong with the font directories
and that I should run mkfontdir on
usr/local/share/fonts
and /usr/X11R6/lib/X11/fonts. I ran mkfontscale (I
considered that was also necessary) and mkfontdir
and now X complains that it:
Could not init font path element
/usr/local/share/fonts, removing from list!
Could not init font path element
/usr/X11R6/lib/X11/fonts, removing from list!

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

How do I correct this?

Thanks,
Peter

Yahoo! Mail (http://dk.mail.yahoo.com) - Gratis: 6 MB lagerplads, spamfilter og 
virusscan

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


XF86Config-4.09062003
Description: XF86Config-4.09062003


[XFree86] Can't boot in Graphical Interface

2004-05-31 Thread Tan Seng Kock
After finish install Red Hat Linux 8.0, it can't boot up to Graphical Interface.
don't know what the problem itafter it configuring back also can't boot in...
just can run in text mode...i also try startx to boot up also the same problem

Here is some information of my XF86Config:
1.) XFree86 Version 4.2.0 ,Release Date 23/January/2002
2.) Red Hat Linux 8.0 Professional
3.) S3Trio64V2/DX (Is it can't support inXFree86 ver 4.2.0)
becourse last time i install Red Hat Linux 6.0 it's no problem for that
 if it realy can't support any ideal can solve it.

Hope you can help me solve this problem...
thanks you very much..Help STOP spam with the new MSN 8  and get 2 months FREE*# XFree86 4 configuration created by pyxf86config
Section ServerLayout
Identifier Default Layout
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
InputDeviceDevInputMice AlwaysCore
EndSection
Section Files
# RgbPath is the location of the RGB database.  Note, this is the name of 
the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath  /usr/X11R6/lib/X11/rgb
FontPath unix/:7100
EndSection
Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  glx
Load  record
Load  freetype
Load  type1
EndSection
Section InputDevice
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds   1 2 3
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModelpc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModelmicrosoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout   de
# or:
#   Option  XkbLayout   de
#   Option  XkbVariant  nodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptions  ctrl:swapcaps
# Or if you just want both to be control, use:
#   Option  XkbOptions  ctrl:nocaps
#
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us
EndSection
Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol Microsoft
Option  Device /dev/ttyS0
Option  ZAxisMapping 4 5
Option  Emulate3Buttons yes
EndSection
Section InputDevice
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection
Section Monitor
	Identifier   Monitor0
	VendorName   Monitor Vendor
	ModelNameUnknown monitor
	HorizSync31.5 - 37.9
	VertRefresh  50.0 - 70.0
	ModeLine 1400x1050 129.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
	ModeLine 1400x1050 151.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
	ModeLine 1400x1050 162.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
	ModeLine 1400x1050 184.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
	Option	dpms
EndSection

Section Device
Identifier  Videocard0
Driver  s3
VendorName  Videocard vendor
BoardName   S3 Trio64V2/DX (generic)
EndSection
Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 16
SubSection Display
Modes800x600
EndSubSection
SubSection Display
Depth 16
Modes800x600 640x480
EndSubSection
EndSection
Section DRI
Group0
Mode 0666
EndSection



XFree86.0.log
Description: Binary data


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

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

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

Regards,

Pieter Hulshoff

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


[XFree86] i810 regression?

2004-05-31 Thread David Shochat
Ever since upgrading to SuSE 9.1, I have been having problems with Xv 
which appear from the logs to be memory allocation problems. Versions:
XFree86 version: 4.3.99.902 (4.4.0 RC 2)
Kernel: 2.6.4-54.5
Hw: Intel i815e (on motherboard).
Video has worked well for me since fairly early in XFree86 4.1x, 
including Xv. But since this upgrade, I have had problems with dvd 
(blank blue screen in xine) and error messages in XFree86.0.log:

(II) I810(0): [agp] dcacheHandle : 0x0
(II) I810(0): [agp] GART: no dcache memory found
...
(WW) I810(0): xf86AllocateGARTMemory: allocation of 1024 pages failed
   (Cannot allocate memory)
(II) I810(0): No physical memory available for 4194304 bytes of DCACHE
Maybe I never had dcache memory before, but I wasn't looking at logs 
then because everything was working well. I don't know whether my 
problem is caused by:
1. new kernel (possibly an agpgart problem)
2. New XFree86 version
3. Improper config file settings. The config file was created by a SuSE 
tool called sax2. In the past, I was told (by an Intel engineer in a 
predecessor to this mailing list) to use the option:
VideoRam  16384
which sax2 did not include. I have tried including this myself using the 
syntax:
Option VideoRam 16384
in the Device section, but it doesn't seem to have fixed it.
Any suggestions would be appreciated.

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


[XFree86] compiling kdrive , need some help :) [ thanks]

2004-05-31 Thread ANGELESCU Florin
hi
i am trying to compile kdrive
i do a  make World CROSSCOMPILEDIR=/usr/local/arm/2.95.3/bin
but i got this error :
make[2]: Entering directory `/home/flo/+GP32/crossapp/xc/config/imake'
making imake with BOOTSTRAPCFLAGS= and  
CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR=/usr/local/arm/2.95.3/bin in  
config/imake
gcc -o ccimake -DCROSSCOMPILEDIR=\/usr/local/arm/2.95.3/bin\  -O  
-I../../include -I../../imports/x11/include/X11 ccimake.c
if [ -n /usr/local/arm/2.95.3/bin ] ; then \
/usr/local/arm/2.95.3/bin/arm-linux-gcc -E `./ccimake` \
-DCROSSCOMPILE_CPP imakemdep.h  imakemdep_cpp.h; \
else touch imakemdep_cpp.h; fi
imakemdep.h:786: linux/version.h: No such file or directory
make[2]: *** [imakemdep_cpp.h] Erreur 1

where do i speciy additional -I ?
i created a symolic link in /home/flo/+GP32/crossapp/xc/include  , but it  
doesnt change anything


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


[XFree86] How to install two xfree

2004-05-31 Thread Armando C. Escalera
How install two xfree for one machine i386 that make the function of
server for terminals remote.

Please for your help

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


[XFree86] Help! Logon screen doesn't show

2004-05-31 Thread Randy Nussli
Please help.

I am using Redhat linux version 9 and am having a problem with the logon
screen. It does not show up anymore. The error messages that are reported
with this are below:

Module Loader present
OS Kernel: Linux version 2.4.28-18.9([EMAIL PROTECTED]) (gcc
version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu May 29 07:08:16 EDT
2003
Markers: (--) proved, (**) 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 May 31 16:28:07 2004
(==) Using config file: /etc/X11/XF86Config

Could not init font path element unix/:7100, removing from list!

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

I don't know how to fix this but I'm hoping someone at your end might have
some ideas. Any help you could provide would be greatly appreciated. Thanks
in advance.

Randy Nussli

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


[XFree86] spurious 8259A, interrupt IRQ-7

2004-05-31 Thread Sachin Tomar
hi there
we are getting this message when we start linux. here is the XFree86.0.log file. 
Please help us out with this problem. let us know if u need more information. we 
renamed the log file to log-XFree86. please let us know if u have problems opening it.
 
thanks very much
regards
LTRAC 



log-XFree86
Description: Binary data


[XFree86] XFree86, FreeBSD, and Radeon

2004-05-31 Thread Don Kuzenko
I have a problem with - as the subject says, XFree86, FreeBSD, and a 
Radeon card

XFree86 4.3.0
FreeBSD 5.2.1
Radeon 7500LE 64MB AGP
If I use a depth greater than 8 bits, I get nothing and have to hit the 
reset button.  The radeon driver should support 24 bits.  Any 
suggestions?  I am using an older monitor - should this matter?  I can't 
even kill the X Server to recover


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