CVS Update: xc (branch: trunk)

2003-06-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/15 09:45:51

Log message:
  Build fix

Modified files:
  xc/extras/freetype2/src/bdf/:
bdfdrivr.c 
  
  Revision  ChangesPath
  1.2   +271 -90   xc/extras/freetype2/src/bdf/bdfdrivr.c

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


CVS Update: xc (branch: trunk)

2003-06-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/15 09:53:14

Log message:
   216. (Re-)fix portability of gccmakedep and generate ccmakedep on all
platforms (Marc La France).

Modified files:
  xc/config/util/:
Imakefile gccmdep.cpp 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.48  +2 -3  xc/config/util/Imakefile
  3.11  +5 -13 xc/config/util/gccmdep.cpp
  3.2738+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

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


Re: Keyboard driver for X

2003-06-15 Thread Robert
Brad Hards schrieb:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 12 Jun 2003 14:57 pm, Jason Kim wrote:
 

Has anyone developed keyboard driver for X ?   Or does anyone know current
situation?
   

XFree86 4.x has loadable drivers, including keyboard. 

really ?
i thought the keyboard is compiled into server???
Where do you plan to get your input from? That is, which device node do you 
plan to open()?

Brad
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+6/E2W6pHgIdAuOMRAgWLAKCv6MxMEADLh7wWS5RdUt+Rurk3YQCgqfuR
6adeYscQ1KH2t7d/4q9XvZQ=
=s0Je
-END PGP SIGNATURE-
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel
 

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


Re: Keyboard driver for X

2003-06-15 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 15 Jun 2003 18:55 pm, Robert wrote:
 XFree86 4.x has loadable drivers, including keyboard.

 really ?
 i thought the keyboard is compiled into server???
I've been wrong before, however on my install, the input drivers (including 
keyboard) look to be loadable:
/usr/X11R6/lib/modules/input/

My logs don't actually show keyboard being loaded though, so maybe I should 
stop guessing and wait for someone that knows :-/

Brad

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+7D/GW6pHgIdAuOMRAnp/AJ9TO70TzyTgdZBuE1o6ni0DXs/J1QCdEVAt
qgkdgG+ZlmvYyBZHy6+KMlA=
=ifXb
-END PGP SIGNATURE-

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


Re: Keyboard driver for X

2003-06-15 Thread Matthieu Herrb
Robert wrote (in a message from Sunday 15)
  Brad Hards schrieb:
  
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  On Thu, 12 Jun 2003 14:57 pm, Jason Kim wrote:

  
  Has anyone developed keyboard driver for X ?   Or does anyone know current
  situation?
  
  
  XFree86 4.x has loadable drivers, including keyboard. 
  
  really ?
  i thought the keyboard is compiled into server???
  

There are 2 keyboard drivers in XFree86 4.3.0. One is the legacy X
driver which is part of the base X server and the 2nd one is a new
Xinput based driver which is dynamically loadable. The name of this
loadable module is kbd (while the legacy driver is named
keyboard). 


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


Re: man glFrustum - typo

2003-06-15 Thread J. Grant
Hi Brian,

frustum.3gl:83 seems to have been corrected.  Did you forward my email 
to someone after all?

Can someone confirm this is fixed in the current CVS version please?

Please cc me in any replies from the list.

Cheers

JG

on the 09/06/03 14:14, Brian Paul wrote:
J. Grant wrote:

Hi,

Mesa is great!

Is this your current email address brian? I could not find a way to 
submit this typo, perhaps an email address could be added to the 
bottom of the man pages a la GNU?

I found a typo D=-farrval-near_val in man glFrustum.  The r in 
farrval should  be _


I didn't write the man pages, nor do I maintain them.

I suggest sending a patch to [EMAIL PROTECTED]

-Brian



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


Re: Keyboard driver for X

2003-06-15 Thread Robert
Matthieu Herrb schrieb:

Robert wrote (in a message from Sunday 15)
 Brad Hards schrieb:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thu, 12 Jun 2003 14:57 pm, Jason Kim wrote:
   
 
 Has anyone developed keyboard driver for X ?   Or does anyone know current
 situation?
 
 
 XFree86 4.x has loadable drivers, including keyboard. 
 
 really ?
 i thought the keyboard is compiled into server???
 

There are 2 keyboard drivers in XFree86 4.3.0. One is the legacy X
driver which is part of the base X server and the 2nd one is a new
Xinput based driver which is dynamically loadable. The name of this
loadable module is kbd (while the legacy driver is named
keyboard). 
 

so what is the deal then with the keyboard 

my problem now is that i need to prevent X to generally map cetrain 
Scancodes to a generic keycode ...which then makes some extra buttons on 
my Tablet Pc send the samy keycode as Key-Up and i cannot put function 
on this keycode so i ll loose my KEY_UP also ...
i changed also the file atKeynames .h   accordingly ...

I read then that the keyboard is compiled into the server , and also 
changing the Driver Keyboard  into
Driver  kbd did not start the X-server 

the scancodes i need to be free to get a free keycode are

0x5a and 0x59

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

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


Re: [Fonts] Strange problem with core fonts and LCD display

2003-06-15 Thread James Richard Tyrer
Leandro Gelasi wrote:
Hi to all,
I spent all the last week in solving font problem on my new 
workstation (HP XW4000).
My configuration:

- Linux Slackware 9.0
- XFree 4.3.0
- KDE 3.1.1a
- Matrox MGA 550
- LCD monitor Philip 150S3h
After many tries I got a decent configuration for True Type fonts, which 
are now correctly displayed and aliased. Problems are still there with 
core X11 fonts. All applications that don't use FreeType (or are using a 
 standard font, not TTF) displays very ugly fonts.
I obtained a small quality gain starting XFree at 110 dpi.
It seems to be a monitor problem, since the same monitor give the same 
results if connected to another computer (completely different config., 
this one uses XFree 4.2.1 on Slack 8.1).

Any  help will be very appreciated.
In general, ugly fonts are probably the result of scaling bit mapped fonts.

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


[Fonts] Can you get TV for Free? xufvq

2003-06-15 Thread Trudy Hunt
No More Paying for Movies  Events on CABLE! Free TV
is Here!


* All New Movie Releases which normally cost $5 a
movie, FREE
* Adult Movies (SPice, Playboy, HotZone, etc) normally
cost $10 a movie, FREE
* Wrestling, UFC,  Boxing PPV\'s (WWF, NWA, Boxing
Heavy Weight Fights) normally cost $30-80 an event,
FREE
* Live Music Concerts (Eminem, B. Spears, Dixie
Chicks, etc) normally cost $35 an event, FREE

* Bottom line: Anything you would normally buy you get
Free with this! What does this mean? Means you save
$1000 in programming just by using this unique filter.


Is there a catch? You must purchase our Mini Keychain
Breathalyzer for the small price of $39.95

But you need Digital Cable for this tiny device to work.
(This will not work on DISH or DIRECTV.)

With Digital Cable you must buy via the remote
control for the filter to work.

Don't have Digital Cable? Simply upgrade for the small
fee as you will be getting $1000\'s of Free programming
a month! A very worthwhile investment for YOUR Leisure
time!

You'll get this awesome little device PLUS a handy
Mini Keychain Breathalyzer

All this  for ONLY $39.95!

Click Below to get more Information  your Cable
Filter Today (while supplies last):

http://www.6fvvnj.com/xcart/customer/product.php?productid=16153partner=affil21r=tv


















Click Below to be removed fom our mailing systems:
http://www.6fvvnj.com/1/

alss kamglagnvs
qwm qdda
eg oqc y

[XFree86] XFree 86 No GUI

2003-06-15 Thread Anirban Sinha


hi!!

I recently installed RedHat Linux 8 system in my computer with XFree86
version 4.2.0. However, since I am unable to get a resolution higher than
800 * 600 and i wanted 1024*768 resolution, I downloaded the latest
version (full package along with optional components) of XFree86, 4.3
(Linux-ix86-glibc23) from
ftp://ftp.xfree86.org/pub/XFree86/4.3.0/binaries/Linux-ix86-glibc23/ and
installed it exactly according to to the instructions given in the XFree86
website. However, when i try to start XWindoows, I am unable to do so and
the process ends with a fatal error. I am attaching the entire log file
(/var/log/) for
your inspection.

The specs for my computer are: Pentium 4, 1.8 Ghz, 128 mb ddr ram,
Original Intel 845 GLVA board with onboard sound and graphics, 40+10
gb hdd running Windows XP Professional version on the primary partition of
my master hard disk (40 gb). I installed Linux on the second hard disk,
slave (10 gb) with 259 mb swap, 30 mb boot and 3.9 gb '/' partition and 1.2
gb '/home' partition.. The remaining space of the 10 gb hard disk  (about 4
gb) is formatted with FAT32
filesystem so that I can access it from windows. I used workstation
installation option while installing Linux and formatted the boot, '/home'
and '/'partition with ext3 file system. I use grub as my bootloader and by
default, after 10 secs, I boot into Windows.

Also, I am unable to find the text based graphical configuration tool that
used to come with RedHat 7.1 and lower versions of Linux ('Xconfigurator').
Where is Xconfigurator and if absent, whats the alternative text based
graphical tool provided for XConfiguration provided with  RedHat Linux?

Please give me directions and suggestions as to how I can install latest
version of XFree86 in a trouble free way. I wld be really grateful since I
desperately want a 1024x768 resolution in linux. and btw, as is mentioned in
the installation guide, I have backed up the previous /usr/X11R6, /etc/X11 
/etc/fonts directories before installing the latest XFree86 version.

regards,

Anirban.


 has notified the sender that this message has been received.


XFree86.0.log
Description: Binary data


[XFree86] A Personal CD / DVD Duplactor System

2003-06-15 Thread COMPRO
Title: Welcome SinTec Corporation










  

  

  
 
  

  
  

  


  A
Personal CD Duplication System
  

  Features
  


  Standalone
IDE CD duplication system


  High
speed on-the-fly CD to CD copying


  Support
52X CD Recording speed
  


  Push-Button
operation, no computer or training required


  Intuitive
menu with LCD display for easy operation


  Copy
all current CD formats (Data, Audio  Video)


  Compile
your own audio disc from multiple source


  Support
RAW mode copying


  Upgradable
to future drive technology

  
  
  
  

  Technical Specifications:
  

  
  

  Model
#
  CDME
- 952


  CD-ROM
drive
  High
speed CD-ROM - 54X Data, 50X Audio


  Interface
  ATAPI
/ IDE


  Supported
CD Format
  CD-Audio,
Video CD, Karaoke CD,CD-ROM (Mode1/ Mode2) CD-ROM/XA (Mode
2 form1/form2),CD-Extra, Mixed-mode, CD-I,Photo-CD


  Operating
Modes
  Copy
Disc, Test Copy Disc, RAW Copy, Copy Tracks, etc


  Supported
Blank Media
  CD-R,
CD-RW disc


  Power
supply
  50W
100V~240V AC input


  Control
panel
  2
x16 LCD and 4 control buttons


  Dimension
  32
x 13 x 20 cm (L x H x W)


  Weight
  4.5
kg

  
  


  
  
Copyright(c)2002
SinTec.com.tw, All rights reserved.

 
  


	





Re: [XFree86] installation before usage?

2003-06-15 Thread Allan Klinbail
On Sun, 2003-06-15 at 10:30, breakerfall wrote:

Your best solve to this problem is starting with a newer distro that
does support your card .. otherwise you can install without X and then
use Yast 1 (console based) to download and update the package. If you
are a newbie though getting online e.t.c and making your way around the
console could be a bit testing.  

I'm not a Suse user so I can't really give more details on Yast but the
other way from console is to download the rpm file (make sure it is an
update for  Suse 7.2 though as newer versions may cause other
problems...) 

here are the commands you will need 

wget URL of xfree86 suse 7.2 RPM 

rpm -ivh xfree86 suse 7.2 RPM


7.2 is not really supported any longer so it could be difficult to find.


cheers

Allan 

 Hi there...
 
 As far as unix based OSs go I'm a newbie but very interested non the 
 less. I have a linux distro by the name of Linux Suse 7.2pro. When 
 installing the OS, the coputer will freeze whenever I get to the point 
 where I need to test the video display [once i have set resolutions etc] 
 The problem, from what I can work out from looking around was that this 
 OS has an older versino of xfree86 which has a problem with a couple of 
 cards one of those being the ATI radeon chipset.
 
 This is rather frustrating as I believe that just a simple update of 
 xfree86 will solve the problem, however, I cannot even gain access to 
 the GUI because the X window system isn't created as I can never get 
 past the video config screen.
 
 Any help would be highly appreciated.
 
 Thanks
 Steven
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
-- 
Allan Klinbail [EMAIL PROTECTED]

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


[XFree86] hardware acceleration for radeon 7500

2003-06-15 Thread Allan Klinbail
Sorry to repeat myself.. 


How do I do it?? 

Preferably specific to Mandrake 9.1 but 9.0 or even another distro would
be okay.. 

cheers



-- 
Allan Klinbail [EMAIL PROTECTED]

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


[XFree86] 4.3.0 and ATI Radeon

2003-06-15 Thread Shadow
How to force X 4.3.0 server to use CRT Screen instead of DFP/LCD? In
4.2.0 I solve the problem with

Option CRT Screen

I tried also

Option CRTOnly
Option Display CRT

but X still trying to use DFP/LCD.


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


Re: [XFree86] hardware acceleration for radeon 7500

2003-06-15 Thread Shadow
 How do I do it??

 Preferably specific to Mandrake 9.1 but 9.0 or even another distro would
 be okay.. 

I have radeon 7500 and in SuSE 8.1 acceleration works fine. When I
upgraded to SuSE 8.2 a can't get my radeon to work. In SuSE 8.1, X
version is 4.2.0, and in 8.2, X is 4.3.0

The problem is that I don't have DFP/LCD monitor. I have CRT monitor.
If you are using radeon 7500 and CRT screen on 4.3.0 X server, how did
you make it run?


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


Re: [XFree86] hardware acceleration for radeon 7500

2003-06-15 Thread Allan Klinbail
On Sun, 2003-06-15 at 19:06, Yann E. MORIN wrote:
 On Sunday 15 June 2003 10:26, you (Allan Klinbail) wrote :
   How do I do it??
   Preferably specific to Mandrake 9.1 but 9.0 or even another distro would
   be okay..
 
 Get XFree86, edit/create to suit your needs the cf/cf/host.def file, compile
 and install. Then, man radeon gives you all info about it.

I really need to download and compile it again.. if so so be it... 
 
 Tell me if you want want my host.def and my XF86config-4 files, I'll mail them
 (private because of BW constraints to the list). 

Please do any reference is good.. (my email is below) 

 I've succesfully compiled and
 istalled it for a radeon M6 LY, wich is the precedent versio, but the driver
 is the same.
 
 Regards,
 Yann.
-- 
Allan Klinbail [EMAIL PROTECTED]

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


Re: [XFree86] hardware acceleration for radeon 7500

2003-06-15 Thread Allan Klinbail
On Sun, 2003-06-15 at 19:00, Shadow wrote:
  How do I do it??
 
  Preferably specific to Mandrake 9.1 but 9.0 or even another distro would
  be okay.. 
 
 I have radeon 7500 and in SuSE 8.1 acceleration works fine. When I
 upgraded to SuSE 8.2 a can't get my radeon to work. In SuSE 8.1, X
 version is 4.2.0, and in 8.2, X is 4.3.0
 
 The problem is that I don't have DFP/LCD monitor. I have CRT monitor.
 If you are using radeon 7500 and CRT screen on 4.3.0 X server, how did
 you make it run?

On Mandrake 9.1 it installed fine for CRT, problem was it installed as
software 3D acceleration. 

cheers

Allan 


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

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


Re: [XFree86] 4.3.0 and ATI Radeon

2003-06-15 Thread Allan Klinbail
Mine has no such options selected and works.. check under the screen and
monitor sections.


On Sun, 2003-06-15 at 18:38, Shadow wrote:
 How to force X 4.3.0 server to use CRT Screen instead of DFP/LCD? In
 4.2.0 I solve ttried also

Option CRTOnly
Option Display CRThe problem with
 
 Option CRT Screen
 
 I tried also
 
 Option CRTOnly
 Option Display CRT
 
 but X still trying to use DFP/LCD.
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
-- 
Allan Klinbail [EMAIL PROTECTED]

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


[XFree86] Digital CCTV System - Remote Monitor anywhere, anytime via Lan, Wan or Internet

2003-06-15 Thread Sales
Title: :::Best-Trend:::









  
  

  Digital C C T V System
  

  

  Main 
  Functions:
  

  
No Control Room; No security guy; 
Anytime, anywhere to remote control; 
Through Network (Internet, LAN) to remote control, Viewing and 
recording; 
Freedom to additional more cam (4-32 cam); 
Recording, Viewing and turning back simultaneously; 
Alarm when got event; 
Long time recording; 
More view mode; 
Search (Date, time and per Cam to search) 
Save data to CD-R/W; Auto Backup 
Intelligent to record motion ¡K 
  

  ¡@




¡@ 


  
  

  
  


  


  
Web Site: http://www.whatsnews.dns2go.com/
If 
you want more detail, please contact through 
Miss 
Pang Telephone: HK 
(852) 8108-7229, 
E-mail: [EMAIL PROTECTED] 

Mr. 
Ling Telephone: China 
(86 755) 2851-1336, 
E-mail: 
[EMAIL PROTECTED] 

or 
online 
enquiry.

  
If you do not want to 
receive this information, Please inform us or click "Remove" . 
Thank 
you

untitled4.jpglogo-eng.jpg

[XFree86] I cannot change my X resolution.

2003-06-15 Thread Kyle --
My X resolution is stuck at 640x480.  If I edit the XF86Config to change the 
default resolution, my X server crashes until It is set back to 640x480.  I 
have tried numerous things.  I have upgraded the video card driver and 
changed it from 16 bit to 8 bit color.  Still no effect or a negative 
effect.  Well for me 640x480 is just not acceptable but for some reason that 
seems to be the only resolution it likes.  I don#7787; understand, under 
windows I could have 16 million colors and have the resolution at 1400x?.
I've included a copy of my XF86Config file, the output of XFree86 
-version, and my video card.  Any help is greatly appreciated. Thanks in 
advance.
# 

Graphics Card: Intel® 82845G Graphics Controller
# 
~~~
X version
XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / 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.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED])
(gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50
EDT 2002
# 
~~
XF86Config:
# File generated by anaconda.

Section ServerLayout
Identifier Anaconda Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceMouse1 SendCoreEvents
InputDeviceKeyboard0 CoreKeyboard
EndSection
Section Files
# 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  dri
Load  glx
Load  record
Load  freetype
Load  type1
EndSection
Section InputDevice
#   Option  AutoRepeat  500 5
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#   Option  ProtocolXqueue
# 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
#Option XkbOptions  
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us_intl   #Option XkbVariant  
EndSection
Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol PS/2
Option  Device /dev/psaux
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection
Section InputDevice
Identifier  Mouse1
Driver  mouse
Option  Device /dev/input/mice
Option  Protocol IMPS/2
Option  Emulate3Buttons no
Option  ZAxisMapping 4 5
EndSection
Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameViewSonic A75f
HorizSync30.0 - 70.0
VertRefresh  50.0 - 160.0
Option  dpms
EndSection
Section Device
# no known options
   #BusID
Identifier  Intel 845
Driver  i810
VendorName  Intel 845
BoardName   Intel 845
VideoRam32768
EndSection
Section Screen
Identifier Screen0
Device Intel 845
MonitorMonitor0
DefaultDepth 16
SubSection Display
Depth 16
Modes1024x768 800x600 640x480
EndSubSection
EndSection
Section DRI
Mode 0666
EndSection

[XFree86] Matrox G550 and XFree86

2003-06-15 Thread xxavi
Hi,

I have a Matrox G550 video card, and when I try 'XFree86 -configure', the
all system block! and then I have reboot the machine.

Why block my system when I try 'XFree86 -configure'?

I use XFree86 4.3.0 anf FreeBSD 4.8 Stable

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


Re[2]: [XFree86] hardware acceleration for radeon 7500

2003-06-15 Thread Shadow
 Tell me if you want want my host.def and my XF86config-4 files, I'll mail them

Send me too.


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


[XFree86] Dear Xpert! I've been scammed over 15.000$ in HYIP.

2003-06-15 Thread Bdoffing
Title: Hello




Hello!
Im Eric Vanhorn, wanderer in HYIP world.
I've been scammed over 15.000$ in HYIP. After that
I do the DD of every investment program. 
I realy offer only REAL investment, not a SCAM!
Daily Earnings is too handy and simple. The program
have online stats, you can watch it everyday.
The citation from SITE:
"Up to 2.5% per day for one full year !
Our plan is intended for individuals who wish to widen their investment 
horizons, by enabling them to participate in our private fund. 
The financial returns are significant, and are historically proven in terms of yield. 
Income is generated using various financial vehicles: Commodities, CFD's, Futures and trading on the Forex market,
all of which provide us with an above average profitability."
This is my OFFER ONLY, please, decide!
My refferal link:
http://daily-earnings.biz/?ref=eric

Eric Vanhorn.
Please, don't report Daily Earnings about this mail, PLEASE!
This is only offer for HYIP investors.




Re: [XFree86] I cannot change my X resolution.

2003-06-15 Thread Lionel Lecoq
I believe the 845 requires 4.3...
the VertRefresh seems a bit high with 160...
Lionel
--- Kyle -- [EMAIL PROTECTED] wrote:
 My X resolution is stuck at 640x480.  If I edit the XF86Config to change the 
 default resolution, my X server crashes until It is set back to 640x480.  I 
 have tried numerous things.  I have upgraded the video card driver and 
 changed it from 16 bit to 8 bit color.  Still no effect or a negative 
 effect.  Well for me 640x480 is just not acceptable but for some reason that 
 seems to be the only resolution it likes.  I don#7787; understand, under 
 windows I could have 16 million colors and have the resolution at 1400x?.
 I've included a copy of my XF86Config file, the output of XFree86 
 -version, and my video card.  Any help is greatly appreciated. Thanks in 
 advance.
 # 
 
 Graphics Card: Intel® 82845G Graphics Controller
 # 
 ~~~
 X version
 XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / 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.18-11smp i686 [ELF]
 Build Host: daffy.perf.redhat.com
 
 Module Loader present
 OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED])
 (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50
 EDT 2002
 # 
 ~~
 XF86Config:
 # File generated by anaconda.
 
 Section ServerLayout
   Identifier Anaconda Configured
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceMouse1 SendCoreEvents
   InputDeviceKeyboard0 CoreKeyboard
 EndSection
 
 Section Files
 # 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  dri
   Load  glx
   Load  record
   Load  freetype
   Load  type1
 EndSection
 
 Section InputDevice
 # Option  AutoRepeat500 5
 # when using XQUEUE, comment out the above line, and uncomment the
 # following line
 # Option  Protocol  Xqueue
 # 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  XkbModel  pc102
 # If you have a US Microsoft Natural keyboard, you can use:
 # Option  XkbModel  microsoft
 #
 # 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  XkbVariantnodeadkeys
 #
 # If you'd like to switch the positions of your capslock and
 # control keys, use:
 # Option  XkbOptionsctrl:swapcaps
   #Option XkbOptions
   Identifier  Keyboard0
   Driver  keyboard
   Option  XkbRules xfree86
   Option  XkbModel pc105
   Option  XkbLayout us_intl   #Option XkbVariant
 EndSection
 
 Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol PS/2
   Option  Device /dev/psaux
   Option  ZAxisMapping 4 5
   Option  Emulate3Buttons no
 EndSection
 
 Section InputDevice
   Identifier  Mouse1
   Driver  mouse
   Option  Device /dev/input/mice
   Option  Protocol IMPS/2
   Option  Emulate3Buttons no
   Option  ZAxisMapping 4 5
 EndSection
 
 Section Monitor
   Identifier   Monitor0
   VendorName   Monitor Vendor
   ModelNameViewSonic A75f
   HorizSync30.0 - 70.0
   VertRefresh  50.0 - 160.0
   Option  dpms
 EndSection
 
 Section Device
   # no known options
 #BusID
   Identifier  Intel 845
   Driver  i810
   VendorName  Intel 845
   BoardName   Intel 845
   VideoRam32768
 EndSection
 
 Section Screen
   Identifier Screen0
   Device Intel 845
   MonitorMonitor0
   DefaultDepth 16
   SubSection Display
 

[XFree86] http://www.xfree86.org/~alanh/bsd-drm-4.3.0-kernelsource.tar.gz

2003-06-15 Thread xxavi
Hi,

I try compile http://www.xfree86.org/~alanh/bsd-drm-4.3.0-kernelsource.tar.gz
this driver and the compilation is brake. Somebody made the compilation fine
for this source?
_
xxavi
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] About FBIOPEN_DISPLAY: Invalid argument warning.

2003-06-15 Thread Charles Wang
When I start the framebuffer X window, I always get the following warning:
(EE) FBDEV(0): FBIOPAN_DISPLAY: Invalid argument
I'm realy strange about this, so I trace into the source of XFree86 and 
linux kernel. So I know the kernel return EINVAL when both 'xoffset' and
'yoffset' area in 'fb_var_screeninfo' is zero. (These codes resides in
linux/drivers/video/fbmem.c:fb_ioctl) Then I take a look at
 xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.c:fbdevHWAdjustFrame,
 xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.c:fbdevHWEnterVT and some
other related codes, so I know the fb_var_screeninfo.xoffset and
fb_var_screeninfo.yoffset are set according to pScrn-frameX0 and
pScrn-frameY0 respectively. In fact, I think the pScrn-frameX0 == 0 and
pScrn-frameY0 == 0 might be a correct case, so why not fbdevHWAdjustFrame
check it firstly to avoid the warning? This warning will confuse the user
and let the user think something goes wrong. I'm confused too, whether this
warning means something that I have done is wrong?

Thanks. June 16

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


Re: [XFree86] Matrox G550 and XFree86

2003-06-15 Thread Paulo Almeida
Maybe you should try running XF86config; it runs in text mode, so it 
wouldn't block your system right away.

-Paulo

[EMAIL PROTECTED] wrote:

I have a Matrox G550 video card, and when I try 'XFree86 -configure', the
all system block! and then I have reboot the machine.
Why block my system when I try 'XFree86 -configure'?

I use XFree86 4.3.0 anf FreeBSD 4.8 Stable

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


Re: [XFree86] I cannot change my X resolution.

2003-06-15 Thread Kyle --
Original Message Follows
From: Lionel Lecoq [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] I cannot change my X resolution.
Date: Sun, 15 Jun 2003 08:26:25 -0700 (PDT)
Thanks Lionel.
I believe the 845 requires 4.3...
the VertRefresh seems a bit high with 160...
Lionel
--- Kyle -- [EMAIL PROTECTED] wrote:
 My X resolution is stuck at 640x480.  If I edit the XF86Config to change 
the
 default resolution, my X server crashes until It is set back to 640x480.  
I
 have tried numerous things.  I have upgraded the video card driver and
 changed it from 16 bit to 8 bit color.  Still no effect or a negative
 effect.  Well for me 640x480 is just not acceptable but for some reason 
that
 seems to be the only resolution it likes.  I don#7787; understand, under
 windows I could have 16 million colors and have the resolution at 1400x?.
 I've included a copy of my XF86Config file, the output of XFree86
 -version, and my video card.  Any help is greatly appreciated. Thanks in
 advance.
 #
 

 Graphics Card: Intel® 82845G Graphics Controller
 #
 
~~~
 X version
 XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / 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.18-11smp i686 [ELF]
 Build Host: daffy.perf.redhat.com

 Module Loader present
 OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED])
 (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 
13:35:50
 EDT 2002
 #
 
~~
 XF86Config:
 # File generated by anaconda.

 Section ServerLayout
 	Identifier Anaconda Configured
 	Screen  0  Screen0 0 0
 	InputDeviceMouse0 CorePointer
 	InputDeviceMouse1 SendCoreEvents
 	InputDeviceKeyboard0 CoreKeyboard
 EndSection

 Section Files
 # 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  dri
 	Load  glx
 	Load  record
 	Load  freetype
 	Load  type1
 EndSection

 Section InputDevice
 #	Option	AutoRepeat	500 5
 # when using XQUEUE, comment out the above line, and uncomment the
 # following line
 #	Option	Protocol	Xqueue
 # 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	XkbModel	pc102
 # If you have a US Microsoft Natural keyboard, you can use:
 #	Option	XkbModel	microsoft
 #
 # 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
 	#Option	XkbOptions	
 	Identifier  Keyboard0
 	Driver  keyboard
 	Option	XkbRules xfree86
 	Option	XkbModel pc105
 	Option	XkbLayout us_intl	#Option	XkbVariant	
 EndSection

 Section InputDevice
 	Identifier  Mouse0
 	Driver  mouse
 	Option	Protocol PS/2
 	Option	Device /dev/psaux
 	Option	ZAxisMapping 4 5
 	Option	Emulate3Buttons no
 EndSection

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

 Section Monitor
 	Identifier   Monitor0
 	VendorName   Monitor Vendor
 	ModelNameViewSonic A75f
 	HorizSync30.0 - 70.0
 	VertRefresh  50.0 - 160.0
 	Option	dpms
 EndSection

 Section Device
 	# no known options
 #BusID
 	Identifier  Intel 845
 	Driver  i810
 	VendorName  Intel 845
 	BoardName   Intel 845
 	VideoRam32768
 EndSection

 Section Screen
 	Identifier Screen0
 	Device Intel 845
 	MonitorMonitor0
 	DefaultDepth 16
 	SubSection Display
 		Depth 16
 		Modes1024x768 800x600 640x480
 	EndSubSection
 EndSection

 Section DRI
 	Mode 0666
 EndSection
 

[XFree86] problem with ATI Radeon 9000

2003-06-15 Thread Curtis Chase

I'm having a problem getting XFree86 X server to start on a RedHat 7.3
installation on a system built with a Soyo SY-P4I 845 PE Lite
motherboard, 2.4GHz P4 CPU, 512 MBytes memory. The video card is an
ATI Radeon 9000 64MB AGP4xAGP/64MB [EMAIL PROTECTED] and is installed in the
AGP slot of the motherboard. 

I downloaded driver RPM fglrx-glc22-4.2.0-2.5.1.i586.rpm from the
www.ati.com website and installed it. Following the instructions from the
ati website on using the above driver, I used 'fglrxconfig' to create
an /etc/X11/XF86Config-4 file (attached below as XF86Config-4.1). (By
the way, the fglrxconfig utility did away with the /etc/X11/XF86Config
file.) The resulting /var/log/XFree86.0.log file is attached below as
XFree86.0.log.1 and indicates the server crashes as a result of not
finding matching Device section for BusID PCI:1:0:0.

I therefore modified the config file BusID parmeter to PCI:1:0:0.
See attached file XF86Config-4.2 and its associated log file
XFree86.0.log.2. This time the server setup seems to progress further
but crashes when it is 'unable to acquire AGP, error xf86_ENODEV'.

In both the above attempts the log file says the Primary Device is:
PCI 01:00:0. Because the fglrxconfig utility sets the BusID to
PCI:1:0:1, is it possible that if the Primary Device were the same,
would the server start? If so, how does one set the Primary Device?

Any help would be greatly appreciated.

Thanks,
Curtis Chase
# File: XF86Config-4
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.

# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# DRI Section
# **
Section dri
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#Group 100# users
#Mode 0660
EndSection

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Loadtype1
Loadfreetype

# This loads the GLX module
Loadglx   # libglx.a
Loaddri   # libdri.a

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# 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.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries 

[XFree86] Xfree86, EjNgBVeMznqOzOGJeXJqQmnOcQVhiuaNENUgJYUjmkZMbGyfDi

2003-06-15 Thread imackinnon
aUAZPzNYDCIcmFtoOrNlLVBqhYlDjDpkxPknpZmUCXXOCgeryT

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


Re[2]: [XFree86] 4.3.0 and ATI Radeon

2003-06-15 Thread Shadow
 Mine has no such options selected and works.. check under the screen and
 monitor sections.

Here is my config and log. Can anybody help me?

XFree86.0.log
Description: Binary data


XF86Config.
Description: Binary data


[XFree86] Why the system is slow on Linux on the graphics side ?

2003-06-15 Thread Kamran
Hello,

I have a Sigma Real Magic 64/GX PCI card. I have RH 6.2 and cannot find
 a way to configure it on my PC. This card has S3 TRIO printed on it
 but my Linux kernel tells me that this is not a S3 card rather it
 is Sigma RealMagic 64/GX card. So any one who can guide me to get 
it configured on my machine so that I can get good colors and
 speed on my system ?

Regards,
Kamran
-- 
Computer bugs are like shi-wrecks, they are not found unless they want
to be found.

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


Re: [XFree86] problem with ATI Radeon 9000

2003-06-15 Thread Lionel Lecoq
You may need a newer version of X (X4.3) than the one provided with RH 7.3 (X 4.0.3)
Lionel
--- Curtis Chase [EMAIL PROTECTED] wrote:
 
  I'm having a problem getting XFree86 X server to start on a RedHat 7.3
 installation on a system built with a Soyo SY-P4I 845 PE Lite
 motherboard, 2.4GHz P4 CPU, 512 MBytes memory. The video card is an
 ATI Radeon 9000 64MB AGP4xAGP/64MB [EMAIL PROTECTED] and is installed in the
 AGP slot of the motherboard. 
 
 I downloaded driver RPM fglrx-glc22-4.2.0-2.5.1.i586.rpm from the
 www.ati.com website and installed it. Following the instructions from the
 ati website on using the above driver, I used 'fglrxconfig' to create
 an /etc/X11/XF86Config-4 file (attached below as XF86Config-4.1). (By
 the way, the fglrxconfig utility did away with the /etc/X11/XF86Config
 file.) The resulting /var/log/XFree86.0.log file is attached below as
 XFree86.0.log.1 and indicates the server crashes as a result of not
 finding matching Device section for BusID PCI:1:0:0.
 
 I therefore modified the config file BusID parmeter to PCI:1:0:0.
 See attached file XF86Config-4.2 and its associated log file
 XFree86.0.log.2. This time the server setup seems to progress further
 but crashes when it is 'unable to acquire AGP, error xf86_ENODEV'.
 
 In both the above attempts the log file says the Primary Device is:
 PCI 01:00:0. Because the fglrxconfig utility sets the BusID to
 PCI:1:0:1, is it possible that if the Primary Device were the same,
 would the server start? If so, how does one set the Primary Device?
 
 Any help would be greatly appreciated.
 
 Thanks,
 Curtis Chase
  # File: XF86Config-4
 # File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
 
 # Note by ATI: the below copyright notice is there for servicing possibly
 # pending third party rights on the file format and the instance of this file.
 #
 # Copyright (c) 1999 by The XFree86 Project, Inc.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the Software),
 # to deal in the Software without restriction, including without limitation
 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
 # and/or sell copies of the Software, and to permit persons to whom the
 # Software is furnished to do so, subject to the following conditions:
 # 
 # The above copyright notice and this permission notice shall be included in
 # all copies or substantial portions of the Software.
 # 
 # THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 # 
 # Except as contained in this notice, the name of the XFree86 Project shall
 # not be used in advertising or otherwise to promote the sale, use or other
 # dealings in this Software without prior written authorization from the
 # XFree86 Project.
 #
 
 # **
 # Refer to the XF86Config(4/5) man page for details about the format of 
 # this file.
 # **
 
 # **
 # DRI Section
 # **
 Section dri
 # Access to OpenGL ICD is allowed for all users:
 Mode 0666
 # Access to OpenGL ICD is restricted to a specific user group:
 #Group 100# users
 #Mode 0660
 EndSection
 
 # **
 # Module section -- this  section  is used to specify
 # which dynamically loadable modules to load.
 # **
 #
 Section Module
 
 # This loads the DBE extension module.
 
 Loaddbe # Double buffer extension
 
 # This loads the miscellaneous extensions module, and disables
 # initialisation of the XFree86-DGA extension within that module.
 SubSection  extmod
   Optionomit xfree86-dga   # don't initialise the DGA extension
 EndSubSection
 
 # This loads the Type1 and FreeType font modules
 Loadtype1
 Loadfreetype
 
 # This loads the GLX module
 Loadglx   # libglx.a
 Loaddri   # libdri.a
 
 EndSection
 
 # **
 # Files section.  This allows default font and rgb paths to be set
 # **
 
 Section Files
 
 # The location of the RGB database.  Note, this is the name of the
 # file minus the 

Re: [XFree86] problem with ATI Radeon 9000

2003-06-15 Thread Daniel Stone
On Sun, Jun 15, 2003 at 10:14:04AM -0700, Curtis Chase wrote:
 I'm having a problem getting XFree86 X server to start on a RedHat 7.3
 installation on a system built with a Soyo SY-P4I 845 PE Lite
 motherboard, 2.4GHz P4 CPU, 512 MBytes memory. The video card is an
 ATI Radeon 9000 64MB AGP4xAGP/64MB [EMAIL PROTECTED] and is installed in the
 AGP slot of the motherboard. 

For the Radeon 9000, you need to use Red Hat 9.

-- 
Daniel Stone [EMAIL PROTECTED] [EMAIL PROTECTED]
KDE: Konquering a desktop near you - http://www.kde.org


pgp0.pgp
Description: PGP signature


[XFree86] Red hat 8.0 installation failed , but called successful

2003-06-15 Thread michael illigmann
Hello,

can´t start linux in grafic mode : error

Fatal server error
no screens found
XI0 : fatal IO error 104 (Connection reset by peer) on X server :0:0
after 0 requests with 0 events remaining
[m.h.i.localhost m.h.i.]$
what string i put in after $  to start the engine ;-)

grafic card is found on installation exactly. installation was successful.

On two pc´s the same problem - can´t start linux.

pc No 1.:  intel 233 mhz, 3GB, 128 MB Ram  system linux single
pc No.2.:  duran 1050mhz, 80 GB, 756 MB Ram, Sis 740 Graphic onboard
on no. 2 - one time i could start red hat, but after shutdown the same 
problem

also : can´t login on localhost, user and password is o.k.

after login the letters on one screen ar like egypt letters.

startx problem appears everytime, although on pc nr.2 the complete linux 
software is installed.

what´s the reason for this error?ß

thank you for your answer

michael illigmann , germany leipzig

_
MSN Groups  Chat - Freunde finden - leicht gemacht  
http://groups.msn.com/people/

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


Re: [XFree86] Red hat 8.0 installation failed , but called successful

2003-06-15 Thread Stephane Corbe
Hello,

 please be clear.

First told us about your first pc, we will see the second later.

- Can you loggin to the console (Ctrl+Alt+F1) login/password ??
- Does the graphical environnement trying to start alone (after linux has booted) ?

And please send us the file /etc/X11/XF86Config-4 (Or /etc/X11/XF86Config if the other 
doesn't exist)

Stephane

Le Lundi 16 Juin 2003 00:34, michael illigmann a écrit :
 Hello,

 can´t start linux in grafic mode : error

 Fatal server error
 no screens found

 XI0 : fatal IO error 104 (Connection reset by peer) on X server :0:0
 after 0 requests with 0 events remaining
 [m.h.i.localhost m.h.i.]$

 what string i put in after $  to start the engine ;-)

 grafic card is found on installation exactly. installation was successful.

 On two pc´s the same problem - can´t start linux.

 pc No 1.:  intel 233 mhz, 3GB, 128 MB Ram  system linux single
 pc No.2.:  duran 1050mhz, 80 GB, 756 MB Ram, Sis 740 Graphic onboard

 on no. 2 - one time i could start red hat, but after shutdown the same
 problem

 also : can´t login on localhost, user and password is o.k.

 after login the letters on one screen ar like egypt letters.

 startx problem appears everytime, although on pc nr.2 the complete linux
 software is installed.

 what´s the reason for this error?ß

 thank you for your answer

 michael illigmann , germany leipzig

 _
 MSN Groups  Chat - Freunde finden - leicht gemacht
 http://groups.msn.com/people/

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

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


[XFree86] Problems starting a ProSavage...

2003-06-15 Thread Dave Littell
Hi,

I've installed FreeBSD 4.8 on a machine and I'm now trying to get X
going.  The chip is supposedly a ProSavage DDR as you can see in the
attached log file's PCI scan.  (I selected the -K version based on Tim
Roberts' site  that shows the K indicates an AMD processor.) 
FreeBSD's startup recognizes the chip as an S3 model 8d04, so that's
consistent with a ProSavage (again based on information on Tim Roberts'
web site).

As you can see in the log, I'm getting stomped when it goes to get the
savage driver going.

Can you help me or should I direct this to Tim?


Thanks very much,
Dave
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.8 i386 [ELF] 
Build Date: 23 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: Sun Jun 15 21:39:44 2003
(==) Using config file: /usr/X11R6/etc/X11/XF86Config
(==) ServerLayout Layout0
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Keyboard0
(**) Option XkbModel pc101
(**) XKB: model: pc101
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Mouse0
(==) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.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 freebsd
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3116 card 1297,f641 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b091 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1106,3044 card 1106,3044 rev 46 class 0c,00,10 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1297,f641 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1297,f641 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1297,f641 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1297,c160 rev 50 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 5333,8d04 card 1297,f641 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xec00 - 0xec0f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xe000 - 0xe7ff (0x800) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) S3 Inc. [ProSavageDDR K4M266] rev 0, Mem @ 0xec00/19, 
0xe000/27
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0   0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0   0x0010 - 

Re: [XFree86] XFree86 - KDE

2003-06-15 Thread Bharathi S
On 15 Jun 2003, Vijay Kumar wrote:

 How should i configure KDE to come as default WM ?

Modify the ~/.Xclients-default file OR use switchdesk cmd.

'startkde' is the command to start the KDE WM.

Bye :)
-- 
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] X server problem

2003-06-15 Thread Dai yong
whan start X server on settop box,i found the problem
writting in th attach files.
how can i resolve this problem? thank you.

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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


[XFree86] problem

2003-06-15 Thread dai john

when I start X server on settop box,i found the problem writting in the attach files.
how can I resolve the problem? thank you.
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

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


[XFree86] xDarwin

2003-06-15 Thread greg
I've tried to install xfree86 by Every method I can find on the web 
(resexcellence.com, fink.sourceforge.net, Fink Users Guide --and other 
related Fink documentation).  

Installed xfree manually, via Fink Commander, and via the command line. 
I've removed Everything and started over from scratch Three times now. 
And no matter if I double-click on the X, or try launching from the 
command line, I get the Same short list of replies Every time.

The last timed X worked was when I installed it manually from 
osxgnu.org.  Then I installed Fink Commander and my journey into Hell 
began.

Please Dear Ghod, somebody help me!

Via terminal: 

XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
If the server is older than 6-12 months, or if your hardware is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: Darwin
Warning: no access to tty (Inappropriate ioctl for device).
Thus no job control in this shell.
Using keymapping provided in /System/Library/Keyboards/USA.keymapping.
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root

Display mode: Full screen Quartz
Screen 0 added: 1280x854 @ (0,0)

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.

   OsVendorFatalError
   AbortDDX
Quitting XDarwin...
Using keymapping provided in /System/Library/Keyboards/USA.keymapping.
Display mode: Full screen Quartz
Screen 0 added: 1280x854 @ (0,0)

waiting for X server to shut down 

Via Double-click (As reported by Console):

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.

   OsVendorFatalError
   AbortDDX
Quitting XDarwin...
Using keymapping provided in /System/Library/Keyboards/USA.keymapping.
Display mode: Full screen Quartz
Screen 0 added: 1280x854 @ (0,0)

waiting for X server to shut down 

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.

   OsVendorFatalError
   AbortDDX
Quitting XDarwin...

X connection to :0.0 broken (explicit kill or server shutdown).

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