CVS Update: xc (branch: trunk)

2003-02-07 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]03/02/07 03:21:08

Log message:
  - followup for patch 844
  - fixed typo in savage driver

Modified files:
  xc/lib/Xrandr/:
Xrandr.c 
  xc/programs/Xserver/hw/xfree86/drivers/savage/:
savage_driver.c 
  
  Revision  ChangesPath
  1.13  +13 -8 xc/lib/Xrandr/Xrandr.c
  1.33  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.c

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



CVS Update: xc (branch: trunk)

2003-02-07 Thread Kevin E. Martin
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]  03/02/07 12:41:16

Log message:
   858. Update Rage 128 and Radeon PCI IDs (Mike Harris).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atichip.c r128_dri.c r128_driver.c r128_probe.c 
radeon_driver.c radeon_probe.c 
  
  Revision  ChangesPath
  3.2535+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.144 +42 -4 xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.31  +27 -4 xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c
  1.28  +35 -1 xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c
  1.74  +85 -6 xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
  1.17  +86 -22xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.c
  1.86  +42 -9 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.24  +23 -7 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c

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



CVS Update: xc (branch: trunk)

2003-02-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/07 17:08:46

Log message:
  Fix for VERSPROG naming on Cygwin (Alan Hourihane).

Modified files:
  ./:
Makefile 
  
  Revision  ChangesPath
  3.25  +2 -2  xc/Makefile

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



CVS Update: xc (branch: trunk)

2003-02-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/07 18:26:57

Log message:
   859. The i810 driver wasn't releasing control of the agpgart when VT switching
away for the 830M and later (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/i810/:
i830_memory.c 
  
  Revision  ChangesPath
  1.6   +4 -1  xc/programs/Xserver/hw/xfree86/drivers/i810/i830_memory.c

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



CVS Update: xc (branch: trunk)

2003-02-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/07 19:52:31

Log message:
   860. Fix byte swapping of the refresh rate argument to RandR's
SetScreenConfig request, and fix a 1.0 client compatibility problem
with SetScreenConfig (#A.1574, Keith Packard).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/randr/:
randr.c 
  
  Revision  ChangesPath
  3.2536+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.19  +11 -2 xc/programs/Xserver/randr/randr.c

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



Re: [XFree86] [BUG] The /*-+ keys on the numeric keypad won't repeatin current CVS

2003-02-07 Thread Mike A. Harris
On Thu, 6 Feb 2003, David Dawes wrote:

/*-+ on the numeric keypad won't repeat in current CVS.  Other
keys on the keypad do repeat, including numbers when numlock is
turned on.  /*-+ on the normal part of the keyboard do repeat.  

Tried xset r on with no change.

'xset r keycode' works.

Yep, that works fine.

I don't know why these keys don't repeat (and don't remember if they did
before).

They repeat ok in 4.1.0 and 4.2.[01] without using xset, just 
confirmed.

I grepped through the xkbcomp dir to see if anything looked 
wrong, and tried changing a few things to try and fix it to no 
avail.

I've provided the user with the xset workaround in case this 
doesn't get fixed for 4.3.0.

TTYL

-- 
Mike A. Harris


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



dga mouse broken ? (fwd)

2003-02-07 Thread Vladimir Dergachev
It appears [EMAIL PROTECTED] is not functioning normally..


-- Forwarded message --
Date: Thu, 6 Feb 2003 22:05:17 -0500 (EST)
From: Vladimir Dergachev [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: dga mouse broken ?


I have updated XFree86 CVS tree to the version of about an hour ago (about
the time rc1 was tagged) and it appears that mouse is broken in Quake.

Pressing mouse buttons works fine but the cursor does not move.

Any suggestions ?

   best

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



Re: [XFree86] [BUG] The /*-+ keys on the numeric keypad won't repeat in current CVS

2003-02-07 Thread Ivan Pascal
  On Mon, Feb 03, 2003 at 12:02:47PM -0500, Mike A. Harris wrote:
  /*-+ on the numeric keypad won't repeat in current CVS.  Other
  keys on the keypad do repeat, including numbers when numlock is
  turned on.  /*-+ on the normal part of the keyboard do repeat.  
  
  Tried xset r on with no change.
  
  'xset r keycode' works.
  
  I don't know why these keys don't repeat (and don't remember if they
  did
  before).
 
   I think there is another problem, MouseKeys also stoped working, the
 default bindings to select buttons don't work anymore:
 
 /  - select button1
 *  - select button2
 -  - select button3
 +  - double click

  Both problems are side-effects of an adding 'special key sequences' such as
Ctrl+Alt+Keypad +, Ctrl+Alt+Keypad -, etc.  (You see only keys that have
a special action are affected.)
  Tommorow I will write an explaination and will try to offer a workaround for
both problems.

-- 
 Ivan U. Pascal |   e-mail: [EMAIL PROTECTED]
   Administrator of |   Tomsk State University
 University Network |   Tomsk, Russia
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Endianity problems in XFree86-4 XAA on MipsEB

2003-02-07 Thread Alexandr Andreev
We have a MipsEB machine and a video card which has a 2D BitBLT engine.
It looks like we found a problem in XAA when we tried to use our hardware
8x8 Mono Pattern Fills. The problem appears when an application uses 
pixmaps.
Stipple and tile with the same pixmap are drawing in the different ways
(bytes in video memory are swapped). We looked through the XAA source tree
and found a dubious code in xaaPCache.c.

In two words... XAA tries to check that a pixmap (stipple/tile) can be 
reduced
to a 8x8 mono pattern, and if so, puts this stipple/tile to two dwords 
(patterns0,1)
and passes it to hw driver. And it looks like the stipple code works 
fine, but there
is an endianity problem in the tile case... or maybe vise versa, but 
in any case
patterns are maked up in different ways for BE.

Bool
XAACheckStippleReducibility(PixmapPtr pPixmap)
{
...
pPriv-pattern0 = bits[0] | SHIFT_L(bits[1],8) | SHIFT_L(bits[2],16) | 
SHIFT_L(bits[3],24);
pPriv-pattern1 = bits[4] | SHIFT_L(bits[5],8) | SHIFT_L(bits[6],16) | 
SHIFT_L(bits[7],24);
...
}
where SHIFT_L(value, shift) is defined as ((value)  (shift)) for Big 
Endian.


Bool
XAACheckTileReducibility(PixmapPtr pPixmap, Bool checkMono)
{
...
pPriv-pattern0 = bits[0] | (bits[1]8) | (bits[2]16) | (bits[3]24);
pPriv-pattern1 = bits[4] | (bits[5]8) | (bits[6]16) | (bits[7]24);
...
}

In both cases the unsigned int bits[] array contains bytes! with the 
bitmask to be
passed to a driver via pPriv-pattern0, pPriv-pattern1.

When we tried to use the fbdev driver which is not using XAA, the problem
is gone.

Did anybody see something similar on Big Endian machines?

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


Re: [Dri-devel] missing xf86strtof definition

2003-02-07 Thread David Dawes
On Fri, Feb 07, 2003 at 08:36:27AM -0700, Brian Paul wrote:
David Dawes wrote:
 On Fri, Feb 07, 2003 at 10:55:33AM +1000, Chris Ison wrote:
 
in XFree86 log

Symbol xf86strtof from module
/usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!

this function doesn't exist in XFree86 trunk, nor DRI trunk (going by
grep), how ever it is used in extras/Mesa/src/imports.c

did someone forget to commit its definition?
 
 
 strtof isn't very portable (C99), so something else should be used (maybe
 sscanf, for example).

Thanks for the tip - I may make that change.

Well, xf86strtof() won't be available in any XFree86 release in the
forseeable future, and the changes that added it in the DRI tree should
be backed out so that nothing else comes to rely on it.

David
--
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: dga mouse broken ? (fwd)

2003-02-07 Thread Michel Dänzer
On Fre, 2003-02-07 at 15:42, Vladimir Dergachev wrote:
 It appears [EMAIL PROTECTED] is not functioning normally..

Well, I got your post below.

 -- Forwarded message --
 Date: Thu, 6 Feb 2003 22:05:17 -0500 (EST)
 From: Vladimir Dergachev [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: dga mouse broken ?
 
 
 I have updated XFree86 CVS tree to the version of about an hour ago (about
 the time rc1 was tagged) and it appears that mouse is broken in Quake.
 
 Pressing mouse buttons works fine but the cursor does not move.

This is a bug in Q3A 1.32, fixed in 1.32b.


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

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



The Weller Organization Has IT Covered

2003-02-07 Thread Matthew Weller
Are you tired of sifting through hundreds of resumes and still not finding qualified 
candidates to fill your IT job openings? And have you considered how those unfilled IT 
positions are affecting the morale, productivity and profitably of your company? 

The Weller Organization can help.

We're a niche recruiting firm dedicated exclusively to IT positions. For over 10 years 
we've been helping companies nationwide fill their temporary, consulting and permanent 
Information Technology job openings. Why do so many firms turn to us? Because we speak 
your language and we understand your needs. We don't run ads-we recruit directly for 
every specific job, drawing from our extensive candidate database and our 
well-established network of industry contacts.

We can fill a broad range of positions, from support to senior management 
professionals, including the following:

·   IT support
·   Internet/Extranet
·   Network Systems
·   Client/Server
·   Software Engineering
·   Software QA
·   Management Consulting

No other recruiting firm can match the broad capabilities and narrow industry-specific 
focus of The Weller Organization. What does that mean for you? A faster, more 
efficient recruitment process that saves you time and provides better, more productive 
employees.

Let me know if we can help you with your IT recruiting needs. I look forward to 
hearing from you.

Matthew Weller
The Weller Organization Inc.
11 S. LaSalle Street, Suite 2070
Chicago, IL 60603
312.460.8111 x101
[EMAIL PROTECTED]




If you do not wish to receive these messages in the future, please reply to this 
e-mail, with remove as the subject.

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



repeated X restarts with i810 not freeing sys resources?

2003-02-07 Thread patrick charles
I'm running XFree86-4.2.99.901 on a 2.4.20-2.34 kernel on a Dell GX60 with intel 
extreme graphics (i810 driver).

If I repeatedly kill and restart X, the system eventually slows to a crawl before 
hanging.

Here's what seems to be going on...

If I run top on the machine and observe the amount of memory in use, it appears that 
each time I kill and restart X, an additional ~16MB of RAM is consumed.
This particular system has 128MB RAM, so the system lock up seems to correspond to the 
consumption of all physical RAM.
(kernel + base system + ~16MB fb x 15 restarts = ~128MB RAM).

Apparently, after many restarts, the X server eventually tries to grab a block of RAM 
to serve as the video buffer, and gets a chunk of swap.
When that happens, the system is hosed, presumably because disk swap is orders of 
magnitude too slow for video operations.

I'm guessing, but this seems to be what's going on. This is consistent with the fact 
that I don't see any daemons or system processes consuming any significant amounts of 
memory yet top eventually shows all physical RAM consumed.
Consistent with the approximate number of restarts, and consistent with the fact that 
the integrated i810 design uses system RAM for the framebuffer contents.

Is it possible that the kernel, drm or X isn't freeing the framebuffer RAM after each 
restart or kill of X?

Since my last email, I've tried a newer version of the kernel and X, and still see the 
same behavior with 
2.4.20-2.34 and XFree86-4.2.99.9. System is running RH8 with rawhide binaries.

Appreciate any suggestions or comments anyone has.

thanks,
-pat


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



RE: repeated X restarts with i810 not freeing sys resources?

2003-02-07 Thread Sottek, Matthew J
If this is in fact happening it seems to point to a problem in agpgart.
X is just a user-space client of agpgart so when X is killed the agpgart
driver should get a close() from the filehandle and therefore free all the
resources allocated to that client. Just as the kernel frees up whatever
you forget to free() after a malloc() when you exit.

-Matt


-Original Message-
From: patrick charles [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 07, 2003 12:23 PM
To: [EMAIL PROTECTED]
Subject: repeated X restarts with i810 not freeing sys resources?


I'm running XFree86-4.2.99.901 on a 2.4.20-2.34 kernel on a Dell GX60 with
intel extreme graphics (i810 driver).

If I repeatedly kill and restart X, the system eventually slows to a crawl
before hanging.

Here's what seems to be going on...

If I run top on the machine and observe the amount of memory in use, it
appears that each time I kill and restart X, an additional ~16MB of RAM is
consumed.
This particular system has 128MB RAM, so the system lock up seems to
correspond to the consumption of all physical RAM.
(kernel + base system + ~16MB fb x 15 restarts = ~128MB RAM).

Apparently, after many restarts, the X server eventually tries to grab a
block of RAM to serve as the video buffer, and gets a chunk of swap.
When that happens, the system is hosed, presumably because disk swap is
orders of magnitude too slow for video operations.

I'm guessing, but this seems to be what's going on. This is consistent with
the fact that I don't see any daemons or system processes consuming any
significant amounts of memory yet top eventually shows all physical RAM
consumed.
Consistent with the approximate number of restarts, and consistent with the
fact that the integrated i810 design uses system RAM for the framebuffer
contents.

Is it possible that the kernel, drm or X isn't freeing the framebuffer RAM
after each restart or kill of X?

Since my last email, I've tried a newer version of the kernel and X, and
still see the same behavior with 
2.4.20-2.34 and XFree86-4.2.99.9. System is running RH8 with rawhide
binaries.

Appreciate any suggestions or comments anyone has.

thanks,
-pat


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



Re: [XFree86] [BUG] The /*-+ keys on the numeric keypad won't repeat in current CVS

2003-02-07 Thread pcpa
Quoting Ivan Pascal [EMAIL PROTECTED]:

   'xset r keycode' works.

I think there is another problem, MouseKeys also stoped working,
 the
  default bindings to select buttons don't work anymore:
  
  /  - select button1
  *  - select button2
  -  - select button3
  +  - double click
 
   Both problems are side-effects of an adding 'special key sequences'
 such as
 Ctrl+Alt+Keypad +, Ctrl+Alt+Keypad -, etc.  (You see only keys that
 have
 a special action are affected.)
   Tommorow I will write an explaination and will try to offer a
 workaround for
 both problems.

  Thanks. My understanding of xkb isn't very good, but, could the new
special key sequences be implemented as MouseKeys, i.e. as the descriptions
in xkb/compat? (but always enabled).

 -- 
  Ivan U. Pascal |   e-mail: [EMAIL PROTECTED]
Administrator of |   Tomsk State University
  University Network |   Tomsk, Russia

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



pKbd-rate

2003-02-07 Thread Zephaniah E. Hull
I have the keyboard side of the evdev input stuff almost done, however
there are one or two things left that are not entirely clear.

Specificly, what is pKbd-rate? And in what units?
(It could be everything from CPS to the delay between letter events
while repeating, and if the latter it could be in a number of different
units, thus..)

Zephaniah E. Hull.

-- 
1024D/E65A7801 Zephaniah E. Hull [EMAIL PROTECTED]
   92ED 94E4 B1E6 3624 226D  5727 4453 008B E65A 7801
CCs of replies from mailing lists are requested.

* james would be more impressed if netgod's magic powers could stop the
splits in the first place...
* netgod notes debian developers are notoriously hard to impress
-- Seen on #Debian



msg00478/pgp0.pgp
Description: PGP signature


X evdev input patches, and a problem.

2003-02-07 Thread Zephaniah E. Hull
The good news is that I have basic patches, that support just about
everything.

The keyboard support at this point has two problems, the first is that
there is no support for the bell, that is mostly because the bell is a
separate event device.  I consider this to be a rather minor problem.

The second is /much/ bigger.

I don't see any way to tell the kernel that the keyboard events should
not also be sent to through the console layer, which means, for
instance, that hitting alt-F1 on the USB keyboard both gives the event
to X, and then switches the console.

Without that piece, things are not overly usable, and I'm not sure how
to fix the problem.

The current patches, against X 4.2.99.4, are at
http://people.debian.org/~warp/evdev/, please read the README first.

Zephaniah E. Hull.

-- 
1024D/E65A7801 Zephaniah E. Hull [EMAIL PROTECTED]
   92ED 94E4 B1E6 3624 226D  5727 4453 008B E65A 7801
CCs of replies from mailing lists are requested.

...and the burnt fool's bandaged finger goes wobbling back to the fire.
  -- The Gods of the Copybook Headings, by Kippling.



msg00479/pgp0.pgp
Description: PGP signature


Re: X evdev input patches, and a problem.

2003-02-07 Thread Zephaniah E. Hull
On Sat, Feb 08, 2003 at 12:12:07AM -0500, Zephaniah E. Hull wrote:
 The current patches, against X 4.2.99.4, are at
 http://people.debian.org/~warp/evdev/, please read the README first.

Err, renamed it to readme and /now/ it shows up, bloody Apache
'feature'.

Zephaniah E. Hull.

-- 
1024D/E65A7801 Zephaniah E. Hull [EMAIL PROTECTED]
   92ED 94E4 B1E6 3624 226D  5727 4453 008B E65A 7801
CCs of replies from mailing lists are requested.

I could imagine that there might be some GPL project out there that
_deserves_ getting sued(*) and it has nothing to do with Linux.

Linus

(*) GNU Emacs, the defendent, did inefariously conspire to play
towers-of-hanoy, while under the guise of a harmless editor.



msg00480/pgp0.pgp
Description: PGP signature


RE: [Fonts] Re: where to include ~/.fonts.conf

2003-02-07 Thread Sabharwal, Atul
It is based on your XF86Config file.  In that file you set the font path or
pointer to external font file
Or a font server on the network.

--
Atul

-Original Message-
From: James Richard Tyrer [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 07, 2003 12:58 PM
To: [EMAIL PROTECTED]
Subject: Re: [Fonts] Re: where to include ~/.fonts.conf


Mike FABIAN wrote:
 James Richard Tyrer [EMAIL PROTECTED] $B$5$s$O=q$-$^$7$?(B:
 
 
Mike FABIAN wrote:

I wonder where in /etc/fonts.fonts.conf exactly is the best
place to put the include statement for ~/.fonts.conf.
It cannot be at the very end of /etc/fonts/fonts.conf because
then the following would not work:

Put it at the end of the list starting with:

  dir/usr/X11R6/lib/X11/fonts/dir
 
 
 But if ~/.fonts.conf is included there (i.e. very early in
 /etc/fonts/fonts.conf), it is not possible to override the rules from
 /etc/fonts/fonts.conf in the personal ~/.font.conf file.
 
I appear to need more sleep as I have given the correct answer, but it
sappers to be for the 
wrong question -- not the one which you asked.

Doesn't you: fonts.conf file already have the line:

include ignore_missing=yes~/.fonts.conf/include

in it?

--
JRT


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



[Fonts] A serious problem about freetype module

2003-02-07 Thread Chisato Yamauchi
  Hi,

  There is a serious problem about freetype module in
XFree86-4.2.99.901.

  If 18-pixels of kochi-mincho.ttf (a famous Japanese font) 
is selected using xfontsel with jisx0208.1983, the X
server crashes.

  I investigated this problem a little.  This crash does not
occur when displaying embedded bitmap of kochi-mincho.ttf.
When the size of the font is 18 pixels or over, X crashes.

  Furthermore, according to my investigation, this crash 
occurs with the following code of ftfuncs.c.

ftrc = FT_Load_Glyph(instance-face-face, idx, 
 FT_LOAD_RENDER | FT_LOAD_MONOCHROME);


  This function seems not to be used in the old freetype 
module and xtt module.  This problem does not occurs in the 
old freetype module, and xtt module.  


  kochi-mincho.ttf is acquirable from the following.

  http://www.a.phys.nagoya-u.ac.jp/~cyamauch/kochi-mincho.ttf.gz

  And the fonts.dir is here.

kochi-mincho.ttf -kochi-mincho-medium-r-normal--0-0-0-0-c-0-jisx0208.1983-0


  First, please confirm this problem.  Thanks.


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



Re: [XFree86] How do I exit?

2003-02-07 Thread Glyn Kennington
David Turetsky wrote:
 [Latest response on top]

(Please don't do that.  I'm having quite a lot of difficulty following your
thread because of it.  It's much easier to read if you write in the logical
order - answer comes after question.)

  David Turetsky:
My keyboard is clearly not being correctly interpreted (Microsoft
Natural via Dell) so any such entries are not being seen or correctly
interpreted

If you can't use Ctrl-Alt-F[1-6] to get to a virtual terminal, just open up
an xterm to do the necessary editing of config files.  Killing the X-server
with Ctrl-Alt-BS will probably just cause gdm to restart.  You'd need to use
the command
/etc/init.d/gdm stop 
to prevent it from respawning.  To stop it from starting after booting, you
will need to rename the symlink in /etc/rcN.d, as another poster advised.

Glyn

-- 
You can keep your flags and emblems, I don't need them anymore
So just take your age-old hatred and then walk out of the door
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread David Turetsky








Im trying to complete an xfree86 installation (4.1)
using Debian woody. I have a Dell-supplied Microsoft Natural 

keyboard and an IntelliMouse PS/2 compatible mouse from
Microsoft and a Logitech Optical Mouse



None of the settings commented in XFConfig work, nor do any
of the settings discussed on the xfree86 website



There is some reference to other keyboard configurations
so they are not documented here in the keyboard 

section on the website



For the keyboard, Ive tried PS/2, Microsoft, ps102,
ps104, ps105. For the Microsoft mouse, auto, IMPS/2, PS/2



Any suggestions?



-- 

David








[XFree86] 4.3.0 RC 1 cursor problems

2003-02-07 Thread Mike Heald
Hi,

How can I turn off the glass effect cursor?
Its all very well having a glass-effect on the normal cursors,
but as soon as I move the cursor over text and the I bar
cursor comes up, its really hard to see!

Can I change them back to the solid cursors?

Thanks,

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



Re: [XFree86] litlle troubles

2003-02-07 Thread Fryderyk Dziarmagowski
On Fri, 7 Feb 2003 09:50:37 + (GMT)
Dr Andrew C Aitchison [EMAIL PROTECTED] wrote:

 Which head is this ?
 Can you give me the cvs version numbers, or dates and times of each 
 version of mga_driver.c, the one that worked and the one that didn't.
 (The source line begining with
 $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c,v
 would be ideal).
 X server logfiles for the working and non-working case would be useful
 too.

Hi. 
cvs snapshot from 2003-02-05
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c,v
1.231 2003/01/29 19:29:49 eich Exp $ */ - this is not working version

The workin version was XF-4.2.99.4 cvs snapshot
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c,v
1.230 2003/01/20 03:22:49 dawes Exp $ */

mga driver was patched with attached patches and builded with mga_hal.
Sorry, but I don't have old XFree86.log. So there is only actual version
attached.

I'm using only one head cofiguration (attached XF86Config)

Thanks.


-- 
[ Refugiado Comunista [EMAIL PROTECTED] ]



XF86Config
Description: Binary data


XFree86-mga-busmstr.patch
Description: Binary data


XFree86-mga020414.patch
Description: Binary data


XFree86.0.log
Description: Binary data


[XFree86] I cann't start 'startX'.

2003-02-07 Thread tuk tuk


Hello
What's happen?I just installed openbsd and start xwindow.Why it not open?
Thank you
ThongtongThe new MSN 8: smart spam protection and 2 months FREE* 

logfile.doc
Description: MS-Word document


RE: [XFree86] error log when I start X window

2003-02-07 Thread Egbert Eich
Cynthia Grossen writes:
  Is the (EE) No devices detected. line w/o any other errors/warnings an
  indicator of a specific card not being supported?
  

In most cases yes.

In rare cases when you use ISA card and didn't specify a chipset
you may get this message because the chip is not autodetected.

You also get it when you use the wrong driver.

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



[XFree86] Re: nVidia GeForce + Apple 23 High Definition Cinema Display

2003-02-07 Thread Colin Law
Brian A. Seklecki wrote:


Yes, me.  I just started putting together a page to archive my progress at:

http://digitalfreaks.org/~lavalamp/apple_cinema_23inch/

I'm making use out of time while my piece-of-crap nvidia card (no offence to
nVidia, I just have a POS card) cools down.  The fan stopped spinning and it
overheated and crashed my box.  Anyway have a look at some of the pics on the
page and I'll try to get it updated as soon as I can get it functional under
unix.  I'm going to try to get it to work in:

*) Redhat Linux 8.0 w/ nVidia binary drivers  stock XFree86
*) NetBSD 1.6-STABLE (-rnetbsd-1-6 branch as of last week) with
  XFree86-current native 'nv' driver (-rHEAD branch as of last night)

Anway, gonna go check on my card.  I put it in the refrigerator (no frost).

 

This is great stuff and good to hear.

Which of the NVidia cards is it you are running? Would you recommend one 
in particular?

~Colin


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


RE: [XFree86] error log when I start X window

2003-02-07 Thread Cynthia Grossen
Thanks.

 -Original Message-
 From: Egbert Eich [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, February 07, 2003 6:09 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [XFree86] error log when I start X window
 
 
 Cynthia Grossen writes:
   Is the (EE) No devices detected. line w/o any other 
 errors/warnings an
   indicator of a specific card not being supported?
   
 
 In most cases yes.
 
 In rare cases when you use ISA card and didn't specify a chipset
 you may get this message because the chip is not autodetected.
 
 You also get it when you use the wrong driver.
 
 Egbert.
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] S3 Trio64, XFree86 that is on the current RedHat 8.0 free download.

2003-02-07 Thread Barry Anderson
I replaced the S3 Trio64 board with a S3 Virge (DX, I think) and everything 
is fine. Redhat 8.0 searched out the new hardware, finished off the 
configuring, and gave me the graphical login. Haven't been to sleep since... 
darn freeciv:-).

Thanks for your time and attention.
bandson1




_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*   
http://join.msn.com/?page=features/junkmail

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


[XFree86] Fatal server error:

2003-02-07 Thread Richard Yague
Hello,

   I am installing Red Hat 8.0 for the first time on hdb,  on a system with 
a Windows ME on hda (dual  boot).  I get a Fatal  server  error: no screen 
found message.  I have a Diamond Stealth 64 series display card(if that is 
the problem). I can access the text login, but I can't get X server working 
(is that the GUI?). Please help, I am just starting out with Linux and Red 
Hat in particular.  I don't even know how to copy the file 
/var/log/XFree86.0.log to a floppy so I can attach the error log in this 
email (I'm using another PC). I'd appreciate any light to this.

Thank you,

Richard Y.





_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


Re: [XFree86] Fatal server error:

2003-02-07 Thread [EMAIL PROTECTED]
Richard Yague schrieb:

Hello,

   I am installing Red Hat 8.0 for the first time [...]

 I can access the text login, but I can't get X server working (is that
 the GUI?).

Yes, basically. You still need some more stuff, e.g. a window manager.
KDE or GNOME will start one.


I don't even know how to copy the file /var/log/XFree86.0.log to a

 floppy so I can attach the error log in this email [...]

' man mtools ' or ' info mtools ' will give you some valuable
information.

Put a DOS-formatted floppy into the drive. If  ' mdir a: ' doesn't
result an error message, simply ' mcopy /var/log/XFree86.0.log a: '.

wij





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



[XFree86] Fatal server error

2003-02-07 Thread Richard Yague
Hello,

  I am new to Linux and Redhat.  I am trying to
install Redhat Linux on hdb for the first time (hda on
Windows ME), but I can't get to the GUI display (after
about 5 reinstalls)I don't know how to copy the
/var/log/XFree86.0.log to floppy so I could have
attached the error log here (I'm using another PC for
this email), there is Fatal server error: no screens
found message on the bottom of the log file.  Also a
message appears in the last few lines of the file:

X10:  fatall 10 error 104 (Connection reset by peer)
on X server :0.0 after 0 requests (0 known
processed) with 0 events remaining.

I have a Diamond Stealth 64 series display card (if
this is the one that's causing the problem).  I'd
appreciate any help.


Thank you,
Richard Y.

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



RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread David Turetsky
[Latest on top]

I have tried all of your suggestions to no effect, including pc101,
Microsoft IntelliType Pro (from Dell documentation)

Rather than use dpkg-reconfigure, I have been manually editing
XF86Congif-4

A few factoids to complete the description of the environment

When linux boots up, it recognizes the keyboard as:

  Input0:  Microsoft Natural Keyboard Pro on usb1:3.0

When XF86 was initially installed it posted /dev/tty0 for the mouse.
When I just now changed it to /dev/input/mice per your suggestion, gdm
failed to start up at all, with EE msg XF86OpenSerial: Cannot open
device /dev/input/mice No such device although there is in fact a
/dev/input/mice

Separately, this output shows (II) Keyboard Keyboard1 handled by
legacy driver

-- 
David

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Jesse Hutton
 
Here is my keyboard and mouse sections of my SF86Config-4.  It's a
pretty
generic configuration, so may help you a little:

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

For Debian, you can do (as root) 'dpkg-reconfigure xserver-xfree86', and
that will give you a nice configuration program.  From there it
shouldn't
be hard to get a working system.  One of those XkbModels  that you tried
should have worked (maybe try pc101?).  Now, you probably won't get
every
single key on that thing to work, since many are Microsoft specific
command shortcuts, but you should easily be able to get normal
functionality.

Another thing, if you are going to be using dpkg-reconfig to configure
X,
choose the least advanced level for the config questions they ask you.
You will probably still need to know the horizontal and vertical refresh
rates of your monitor, but it will automatically choose sensible options
for a lot of other stuff.

Jesse

On Fri, 7 Feb 2003, David Turetsky wrote:

 I'm trying to complete an xfree86 installation (4.1) using Debian
woody.
 I have a Dell-supplied Microsoft Natural

 keyboard and an IntelliMouse PS/2 compatible mouse from Microsoft and
a
 Logitech Optical Mouse

 None of the settings commented in XFConfig work, nor do any of the
 settings discussed on the xfree86 website

 There is some reference to other keyboard configurations. so they are
 not documented here in the keyboard

 section on the website

 For the keyboard, I've tried PS/2, Microsoft, ps102, ps104, ps105. For
 the Microsoft mouse, auto, IMPS/2, PS/2


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



[XFree86] X server won't start

2003-02-07 Thread Richard Yague
Hello,  

I am new to Linux and Redhat.  I am trying to
install Redhat Linux on hdb for the first time (hda on
Windows ME), but I can't get to the GUI display (after
about 5 reinstalls).  I've attached here the error log
file.  I have a Diamond Stealth 64 series display card
(if this is the one that's causing the problem).  I'd
appreciate any help.

Thank you,
Richard Y.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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 11:57:57 EDT 2002 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Feb  7 10:39:34 2003
(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]




Re: [XFree86] Server output on

2003-02-07 Thread Glyn Kennington
David Turetsky wrote:
 (**) Option Device /dev/input/mouse0
 (EE) xf86OpenSerial: Cannot open device /dev/input/mouse0
 No such device.
 (EE) Mouse1: cannot open input device
 (EE) PreInit failed for input device Mouse1

Could you show us the output of ``ls -al /dev/input/'' ?

Glyn

-- 
You can keep your flags and emblems, I don't need them anymore
So just take your age-old hatred and then walk out of the door
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] Cursors in XFree

2003-02-07 Thread Fabian Wolf
Hi,

I need to determine the size (width and height) of the currently shown mouse 
cursor (especially important for those nice new Xcursors), can anyone give me 
some hints on where to start? Do I find suitable functions in Xlib.h or maybe 
Xcursor.h... or maybe somewhere else?
Second question: Is it possible to tell XFree to change the currently active 
cursor theme on the fly from within my program?

Thanks in advance,
Fabian

-- 
* 100,000 lemmings can't be wrong
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread Jesse Hutton
Is your mouse a usb device?  If not, perhaps try /dev/psaux instead of
/dev/input/mice.

You should try dpkg-reconfigure too.  It may give you configure options
for the keyboard that you haven't though of yet.  Once you have a
XF86Config-4 that works, then edit it by hand for whatever tuning and
adjustments you want.

You can use dpkg-reconfigure to change between gdm, kdm, and xdm, as
well, by just putting one of them as the object of the command (I couldn't
figure out earlier if you wanted to change login managers, or simply
disable them entirely).

If that doesn't work, have you posted your XF86Config-4 file yet?  And it
is only the keyboard and mouse that are causing you problems?

Jesse

On Fri, 7 Feb 2003, David Turetsky wrote:

 [Latest on top]

 I have tried all of your suggestions to no effect, including pc101,
 Microsoft IntelliType Pro (from Dell documentation)

 Rather than use dpkg-reconfigure, I have been manually editing
 XF86Congif-4

 A few factoids to complete the description of the environment

 When linux boots up, it recognizes the keyboard as:

   Input0:  Microsoft Natural Keyboard Pro on usb1:3.0

 When XF86 was initially installed it posted /dev/tty0 for the mouse.
 When I just now changed it to /dev/input/mice per your suggestion, gdm
 failed to start up at all, with EE msg XF86OpenSerial: Cannot open
 device /dev/input/mice No such device although there is in fact a
 /dev/input/mice

 Separately, this output shows (II) Keyboard Keyboard1 handled by
 legacy driver

 --
 David

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
 Behalf Of Jesse Hutton

 Here is my keyboard and mouse sections of my SF86Config-4.  It's a
 pretty
 generic configuration, so may help you a little:

 Section InputDevice
 Identifier  Generic Keyboard
 Driver  keyboard
 Option  CoreKeyboard
 Option  XkbRules  xfree86
 Option  XkbModel  pc104
 Option  XkbLayout us
 EndSection

 Section InputDevice
 Identifier  Configured Mouse
 Driver  mouse
 Option  CorePointer
 Option  Device/dev/input/mice
 Option  Protocol  ImPS/2
 Option  Emulate3Buttons   true
 Option  ZAxisMapping  4 5
 EndSection

 For Debian, you can do (as root) 'dpkg-reconfigure xserver-xfree86', and
 that will give you a nice configuration program.  From there it
 shouldn't
 be hard to get a working system.  One of those XkbModels  that you tried
 should have worked (maybe try pc101?).  Now, you probably won't get
 every
 single key on that thing to work, since many are Microsoft specific
 command shortcuts, but you should easily be able to get normal
 functionality.

 Another thing, if you are going to be using dpkg-reconfig to configure
 X,
 choose the least advanced level for the config questions they ask you.
 You will probably still need to know the horizontal and vertical refresh
 rates of your monitor, but it will automatically choose sensible options
 for a lot of other stuff.

 Jesse

 On Fri, 7 Feb 2003, David Turetsky wrote:

  I'm trying to complete an xfree86 installation (4.1) using Debian
 woody.
  I have a Dell-supplied Microsoft Natural
 
  keyboard and an IntelliMouse PS/2 compatible mouse from Microsoft and
 a
  Logitech Optical Mouse
 
  None of the settings commented in XFConfig work, nor do any of the
  settings discussed on the xfree86 website
 
  There is some reference to other keyboard configurations. so they are
  not documented here in the keyboard
 
  section on the website
 
  For the keyboard, I've tried PS/2, Microsoft, ps102, ps104, ps105. For
  the Microsoft mouse, auto, IMPS/2, PS/2


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




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



[XFree86] Nvidia Ge Force 2 MX 100

2003-02-07 Thread Eric
Hello,

I'm running  XFree86 version  4.2.1 (for  OpenBSD) with  a release
date of  03 Sep 2002.  I'm using an  OpenBSD snapshot from  04 Feb
2003. I  have a Ge  Force 2 MX 100  card and everything  starts up
fine. However, the display is extremely dark and very grainy.

What follows  is my config ;  does anyone have a  better config or
ideas on what may be wrong?

Thanks.

- Eric

Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  speedo
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

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

Section Monitor
#DisplaySize  330   250 # mm
Identifier   Monitor0
VendorName   CPQ
ModelNameCOMPAQ S700
HorizSync31.5 - 64.3
VertRefresh  50.0 - 70.0
Option  DPMS
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option NoAccel   # [bool]
#Option ShowCache # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]
#Option Rotate# [str]
#Option VideoKey  # i
#Option FlatPanel # [bool]
Identifier  Card0
Driver  nv
VendorName  NVidia
BoardName   GeForce2 MX 100/200
ChipSet GeForce2 MX 100/200
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Depth 1
EndSubSection
SubSection Display
Depth 4
EndSubSection
SubSection Display
Depth 8
EndSubSection
SubSection Display
Depth 15
EndSubSection
SubSection Display
Depth 16
EndSubSection
SubSection Display
Depth 24
EndSubSection
EndSection

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



[XFree86] Configuring for XFree86

2003-02-07 Thread Gerald S. Stoller
Attached are some files pertaining to my trying to bring up  XFree86  
on my PC system.  My video card is  AOpen PG 128 plus with 4 MB but I picked 
a generic  VGA  board to describe the video board; as I recall  AOpen PG 128 
 used to be one of the video boards listed (probably in  FreeBSD 3.3 , 4.1 
, and/or  4.3 ), but I didn't see it listed this time (in  FreeBSD 4.7 ).  
Is  AOpen PG 128  close enough to  AOpen PG 128 plus  for me to use it to 
describe the video board correctly?  There should be a program like  uname  
for the video board so that you can get a proper description of it.  Also, I 
don't think choices should be removed from the list.  My terminal is a 
'HYUNDAI  HCM-433E  ULTRA VGA' and it isn't on the monitor list, though 
there is another HYUNDAI there.  I do occasionally get my screen switching 
to having long thin rectangles (with wavy edges) going from the top to the 
bottom of the screen.  Sometimes the original screen comes back and I can 
continue working, sometimes it doesn't.  I have some suspicions about this, 
but they are too long to write.
 When I installed  FreeBSD 4.3 , I couldn't configure  X  so I copied 
the one I managed to create for  FreeBSD 4.1  into my  FreeBSD 4.3  slice.  
(I don't update an installation, I create a new one in an unused slice.)  I 
did the same for  FreeBSD 4.7  when I could't configure  X .  I would like 
to resolve this problem also.  When trying to configure the keyboard, the 
top  4  choices (of the  25 ) disappeared off the top of the screen and I 
have no idea what they were.  This should be corrected.  My keyboard is an   
Acer , so I just picked a generic US model (choice  5  seemed to fit).
 I would like to have some new features in  XFree86 , with whom can I 
discuss them?  Where can I get documentation on  XFree86 , maybe some 
features I want are already in it?




_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus
FreeBSD  4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct  9 15:08:34 GMT 2002
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

Rules			 =	xfree86
Model			 =	pc101
Layout			 =	us
MouseKeysCurve		 =	0


Section ServerLayout
	Identifier XFree86 Configured
	Screen  0  Screen0 0 0
	InputDeviceMouse0 CorePointer
	InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
	RgbPath  /usr/X11R6/lib/X11/rgb
	ModulePath   /usr/X11R6/lib/modules
	FontPath /usr/X11R6/lib/X11/fonts/misc/
	FontPath /usr/X11R6/lib/X11/fonts/Speedo/
	FontPath /usr/X11R6/lib/X11/fonts/Type1/
	FontPath /usr/X11R6/lib/X11/fonts/75dpi/
	FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
	Load  dbe
	Load  dri
	Load  extmod
	Load  glx
	Load  pex5
	Load  record
	Load  xie
	Load  xtrap
	Load  speedo
	Load  type1
EndSection

Section InputDevice
	Identifier  Keyboard0
	Driver  keyboard
	Option	XkbRules xfree86
	Option	XkbModel pc101
	Option	XkbLayout us
EndSection

Section InputDevice
	Identifier  Mouse0
	Driver  mouse
	Option	Protocol MouseSystems
	Option	Device /dev/sysmouse
EndSection

Section Monitor
	Identifier   Monitor0
	VendorName   Monitor Vendor
	ModelNameMonitor Model
	HorizSync31.5 - 57.0
	VertRefresh  50.0 - 70.0
EndSection

Section Device
   ### Available Driver options are:-
   ### Values: i: integer, f: float, bool: True/False,
   ### string: String, freq: f Hz/kHz/MHz
   ### [arg]: arg optional
   #Option slow_edodram   	# [bool]
   #Option slow_dram  	# [bool]
   #Option fast_dram  	# [bool]
   #Option fpm_vram   	# [bool]
   #Option pci_burst  	# [bool]
   #Option fifo_conservative  	# [bool]
   #Option fifo_moderate  	# [bool]
   #Option fifo_aggressive	# [bool]
   #Option pci_retry  	# [bool]
   #Option NoAccel	# [bool]
   #Option early_ras_precharge 	# [bool]
   #Option late_ras_precharge 	# [bool]
   #Option lcd_center 	# [bool]
   #Option set_lcdclk 	# i
   #Option set_mclk   	# freq
   #Option set_refclk 	# freq
   #Option show_cache 	# [bool]
   #Option HWCursor   	# [bool]
   #Option SWCursor   	# [bool]
   #Option ShadowFB   	# [bool]
   #Option Rotate 	# [str]
   #Option UseFB  	# [bool]
   #Option mxcr3afix  	# [bool]
   #Option XVideo 	# [bool]
	Identifier  Card0
	Driver  vga
	VendorName  S3
	BoardName   Trio3D/2X
	ChipSet generic
	BusID   PCI:1:0:0
EndSection

Section Screen
	Identifier Screen0
	Device Card0
	MonitorMonitor0
	SubSection Display
		Depth 1
	EndSubSection
	SubSection Display
		Depth 4
	

Re: [XFree86] Re: dga mouse broken ? (fwd)

2003-02-07 Thread Michel Dänzer
On Fre, 2003-02-07 at 16:19, Vladimir Dergachev wrote:
 On Fri, 7 Feb 2003, Michel [ISO-8859-1] Dänzer wrote:
 
  On Fre, 2003-02-07 at 15:42, Vladimir Dergachev wrote:
  
   I have updated XFree86 CVS tree to the version of about an hour ago (about
   the time rc1 was tagged) and it appears that mouse is broken in Quake.
  
   Pressing mouse buttons works fine but the cursor does not move.
 
  This is a bug in Q3A 1.32, fixed in 1.32b.
 
 
 Ahh.. good ! I'll download and do more testing then.
 
 Do you know why it was working before ?

I think it relied on undocumented behaviour.


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

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



[XFree86] Re: dga mouse broken ? (fwd)

2003-02-07 Thread Michel Dänzer
On Fre, 2003-02-07 at 15:42, Vladimir Dergachev wrote:
 It appears [EMAIL PROTECTED] is not functioning normally..

Well, I got your post below.

 -- Forwarded message --
 Date: Thu, 6 Feb 2003 22:05:17 -0500 (EST)
 From: Vladimir Dergachev [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: dga mouse broken ?
 
 
 I have updated XFree86 CVS tree to the version of about an hour ago (about
 the time rc1 was tagged) and it appears that mouse is broken in Quake.
 
 Pressing mouse buttons works fine but the cursor does not move.

This is a bug in Q3A 1.32, fixed in 1.32b.


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

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



[XFree86] Re: dga mouse broken ? (fwd)

2003-02-07 Thread Vladimir Dergachev
On Fri, 7 Feb 2003, Michel [ISO-8859-1] Dänzer wrote:

 On Fre, 2003-02-07 at 15:42, Vladimir Dergachev wrote:
  It appears [EMAIL PROTECTED] is not functioning normally..

 Well, I got your post below.

Strange, I did not. I did get the post when I sent to devel@ address.


  -- Forwarded message --
  Date: Thu, 6 Feb 2003 22:05:17 -0500 (EST)
  From: Vladimir Dergachev [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: dga mouse broken ?
 
 
  I have updated XFree86 CVS tree to the version of about an hour ago (about
  the time rc1 was tagged) and it appears that mouse is broken in Quake.
 
  Pressing mouse buttons works fine but the cursor does not move.

 This is a bug in Q3A 1.32, fixed in 1.32b.


Ahh.. good ! I'll download and do more testing then.

Do you know why it was working before ?

   best

 Vladimir Dergachev


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

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

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



RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread David Turetsky
I have a USB optical mouse (Logitech) and what I think/thought is a
serial or PS/2 mouse from Microsoft. They both work under Windows as I
migrate to the optical mouse (I was waiting to see if linux supported
the optical mouse)

My system works just fine at the command line (obviously no mouse).
Keyboard is completely recognized in that environment without issue

I had set up my configuration using XFConfig but I will certainly try
your suggestions

I will shortly post my XF86Config-4 file after trying your suggestions

-- 
David

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Jesse Hutton
Sent: Friday, February 07, 2003 1:11 PM
To: [EMAIL PROTECTED]
Subject: RE: [XFree86] XFConfig requirements for kbd and mouse

Is your mouse a usb device?  If not, perhaps try /dev/psaux instead of
/dev/input/mice.

You should try dpkg-reconfigure too.  It may give you configure options
for the keyboard that you haven't though of yet.  Once you have a
XF86Config-4 that works, then edit it by hand for whatever tuning and
adjustments you want.

You can use dpkg-reconfigure to change between gdm, kdm, and xdm, as
well, by just putting one of them as the object of the command (I
couldn't
figure out earlier if you wanted to change login managers, or simply
disable them entirely).

If that doesn't work, have you posted your XF86Config-4 file yet?  And
it
is only the keyboard and mouse that are causing you problems?

Jesse

On Fri, 7 Feb 2003, David Turetsky wrote:

 [Latest on top]

 I have tried all of your suggestions to no effect, including pc101,
 Microsoft IntelliType Pro (from Dell documentation)

 Rather than use dpkg-reconfigure, I have been manually editing
 XF86Congif-4

 A few factoids to complete the description of the environment

 When linux boots up, it recognizes the keyboard as:

   Input0:  Microsoft Natural Keyboard Pro on usb1:3.0

 When XF86 was initially installed it posted /dev/tty0 for the mouse.
 When I just now changed it to /dev/input/mice per your suggestion, gdm
 failed to start up at all, with EE msg XF86OpenSerial: Cannot open
 device /dev/input/mice No such device although there is in fact a
 /dev/input/mice

 Separately, this output shows (II) Keyboard Keyboard1 handled by
 legacy driver

 --
 David

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
 Behalf Of Jesse Hutton

 Here is my keyboard and mouse sections of my SF86Config-4.  It's a
 pretty
 generic configuration, so may help you a little:

 Section InputDevice
 Identifier  Generic Keyboard
 Driver  keyboard
 Option  CoreKeyboard
 Option  XkbRules  xfree86
 Option  XkbModel  pc104
 Option  XkbLayout us
 EndSection

 Section InputDevice
 Identifier  Configured Mouse
 Driver  mouse
 Option  CorePointer
 Option  Device/dev/input/mice
 Option  Protocol  ImPS/2
 Option  Emulate3Buttons   true
 Option  ZAxisMapping  4 5
 EndSection

 For Debian, you can do (as root) 'dpkg-reconfigure xserver-xfree86',
and
 that will give you a nice configuration program.  From there it
 shouldn't
 be hard to get a working system.  One of those XkbModels  that you
tried
 should have worked (maybe try pc101?).  Now, you probably won't get
 every
 single key on that thing to work, since many are Microsoft specific
 command shortcuts, but you should easily be able to get normal
 functionality.

 Another thing, if you are going to be using dpkg-reconfig to configure
 X,
 choose the least advanced level for the config questions they ask you.
 You will probably still need to know the horizontal and vertical
refresh
 rates of your monitor, but it will automatically choose sensible
options
 for a lot of other stuff.

 Jesse

 On Fri, 7 Feb 2003, David Turetsky wrote:

  I'm trying to complete an xfree86 installation (4.1) using Debian
 woody.
  I have a Dell-supplied Microsoft Natural
 
  keyboard and an IntelliMouse PS/2 compatible mouse from Microsoft
and
 a
  Logitech Optical Mouse
 
  None of the settings commented in XFConfig work, nor do any of the
  settings discussed on the xfree86 website
 
  There is some reference to other keyboard configurations. so they
are
  not documented here in the keyboard
 
  section on the website
 
  For the keyboard, I've tried PS/2, Microsoft, ps102, ps104, ps105.
For
  the Microsoft mouse, auto, IMPS/2, PS/2


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




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

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


[XFree86] sis300

2003-02-07 Thread Ronny Nordstrand
Hi 
I am user of the new Xfree86 server
and i see on ur support pages that the server 
is supposed to support the sis300 grapich card 
but wheni try too find it in xf86config program i cant
and when i use the central in Kde i can find it and make a config file whit 
it but when i start up Xserver then it says cant find  screens

so my question is
in the xf86config  what should i choose to make the sis300 card usable ???
is it sis630 

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



[XFree86] Game Locks up in XWindows, how do I get out without restarting

2003-02-07 Thread Paul Wharff
I'm farely new to the linux/unix world. I just installed Railroad Tycoon II and occasionally it locks up, but I still have control of my mouse. How do I Force-Quit it like on the Mac or do the 3-finger-salute like on Windows or how do I kill any application for that matter.By the way, don't tell me to use the "kill" command, I know this, however my problem is that I'm stuck in this game and I can't get back to the Xwindows file system. Thanks for any of your imput in advance. --Paul

Re: [XFree86] Game Locks up in XWindows, how do I get out withoutrestarting

2003-02-07 Thread Eric
On Fri, 2003-02-07 at 14:16:56 -0800, Paul Wharff proclaimed...

I'm farely new to the linux/unix world.  I just installed Railroad
Tycoon II and occasionally it locks up, but I still have control of my
mouse.  How do I Force-Quit it like on the Mac or do the
3-finger-salute like on Windows or how do I kill any application for
that matter. By the way, don't tell me to use the kill command, I
know this, however my problem is that I'm stuck in this game and I
can't get back to the Xwindows file system.  Thanks for any of your
imput in advance.  --Paul

Try CTRL+ALT+Backspace

Twice if need be.

That is, if you don't have DontZap in your config file.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] Game Locks up in XWindows, how do I get out without restarting

2003-02-07 Thread Paul Wharff
Thanks for the help, but that also didn't work. Where can I find the config file to seeif DontZap is enabled or not. Any other help is appreciated.
Eric [EMAIL PROTECTED] wrote:
On Fri, 2003-02-07 at 14:16:56 -0800, Paul Wharff proclaimed... I'm farely new to the linux/unix world. I just installed Railroad Tycoon II and occasionally it locks up, but I still have control of my mouse. How do I Force-Quit it like on the Mac or do the 3-finger-salute like on Windows or how do I kill any application for that matter. By the way, don't tell me to use the "kill" command, I know this, however my problem is that I'm stuck in this game and I can't get back to the Xwindows file system. Thanks for any of your imput in advance. --PaulTry CTRL+ALT+BackspaceTwice if need be.That is, if you don't have "DontZap" in your config file.___XFree86 mailing list[EMAIL PROTECTED]http://XFree86.Org/mailman/listinfo/xfree86

Re: [XFree86] Game Locks up in XWindows, how do I get out without restarting

2003-02-07 Thread Ronny Nordstrand
just use pico /etc/X11/XF86Config



lördagen den 8 februari 2003 00.49 skrev Paul Wharff:
 Thanks for the help, but that also didn't work. Where can I find the config
 file to see if DontZap is enabled or not.  Any other help is appreciated.
 Eric [EMAIL PROTECTED] wrote:On Fri, 2003-02-07 at
 14:16:56 -0800, Paul Wharff proclaimed...

  I'm farely new to the linux/unix world. I just installed Railroad
  Tycoon II and occasionally it locks up, but I still have control of my
  mouse. How do I Force-Quit it like on the Mac or do the
  3-finger-salute like on Windows or how do I kill any application for
  that matter. By the way, don't tell me to use the kill command, I
  know this, however my problem is that I'm stuck in this game and I
  can't get back to the Xwindows file system. Thanks for any of your
  imput in advance. --Paul

 Try CTRL+ALT+Backspace

 Twice if need be.

 That is, if you don't have DontZap in your config file.
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

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



[XFree86] Pseudo 8bit over 24bit display

2003-02-07 Thread Colin Aspin
Hi!

I've a Linux system, RH7.3 and NEC 18 flat panel monitor.  Video card 
is Rage 128 Pro.
How can I run the video in 24 bit truecolor but have pseudo 8-bit over 
this.  I have an 8-bit
application that run in pseudo 8-bit mode on top of 24 bit display on a 
SUN Ultra but I can't
figure out how to do this with the Rage/Linux box.

thanks,
colin aspin
Gemini Observatory

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


[XFree86] i810 driver agpgart error

2003-02-07 Thread Michael Cardenas
Hello all. 

I'm implementing a resolution test in our display control panel, which
basically starts a second X server on another terminal with the
desired resolution. 

This seems to work with some cards, but on the intel i810, I get the
following error:

--

(--) I810(0): Linear framebuffer at 0x4400
(--) I810(0): IO registers at addr 0x4020
(WW) xf86AcquireGART: AGPIOC_ACQUIRE failed (Device or resource busy)
(EE) GARTInit: AGPIOC_INFO failed (Invalid argument)
(EE) I810(0): AGP GART support is not available.  Make sure your kernel has
agpgart support or that the agpgart kernel module is loaded.
(II) UnloadModule: i810
(II) UnloadModule: ddc
(II) UnloadModule: int10
(II) UnloadModule: vbe
(II) UnloadModule: vgahw
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

-

I find that I can launch two X servers if I disable acceleration in
both with the NoAccel option, but that's lame. 

Does anyone know of a fix for this? We're using the 2.4.20 kernel and
Xfree86 4.2.1-3 from debian. 

thank you

  cardenas

-- 
michael cardenas   | lead software engineer, lindows.com
hyperpoem.net  | GNU/Linux software developer
people.debian.org/~mbc | encrypted email preferred

Are you seeking to know what is wrong with the world? All the
disasters that have wrecked your world, came from your leaders'
attempt to avoid the fact that A is A.
- Ayn Rand, Atlas Shrugged



msg01772/pgp0.pgp
Description: PGP signature


Re: [XFree86] i810 driver agpgart error

2003-02-07 Thread David Dawes
On Fri, Feb 07, 2003 at 05:33:09PM -0800, Michael Cardenas wrote:
Hello all. 

I'm implementing a resolution test in our display control panel, which
basically starts a second X server on another terminal with the
desired resolution. 

This seems to work with some cards, but on the intel i810, I get the
following error:

What hardare are you using?  I just checked and noticed that the
agpgart isn't being released when switching away for the 830M and
later.  Adding that allows a second X server to be started.  If
DRI is enabled, I notice some contention there when starting the
second server, so that's something else to watch out for.

If you're using an 830M or later, try this patch.  The code for the
810/815 already has this.

Index: i830_memory.c
===
RCS file: /home/x-cvs/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_memory.c,v
retrieving revision 1.5
diff -u -r1.5 i830_memory.c
--- i830_memory.c   2002/12/10 01:27:05 1.5
+++ i830_memory.c   2003/02/08 02:13:15
@@ -1429,6 +1429,9 @@
return FALSE;
   }
 #endif
+  if (!xf86ReleaseGART(pScrn-scrnIndex))
+return FALSE;
+
   pI830-GttBound = 0;
}
 

David
--
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] Help.....Can't enable 3d Acceleration on Redhat 8.0 via VooDoo 5 5500 card

2003-02-07 Thread lwest54
I thought the solution was to load Glide 3 drivers, but they are not available for 
download.  ( At least at the urls I've seen ) Is there another way?
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] Unable to set vertical refresh rate correctly

2003-02-07 Thread Eric Mangold
Hi,

I'm trying to setup Xfree86 4.2.1 for use with my Elements 9D monitor and a 
GeForce2MX 200 graphics card. It is currently working fine with the nvidia 
driver.

The problem is that X is setting my monitor to 75Hz at 1152x864. The 
monitor is capable of 100Hz at that resolution, and that's what I'm running 
 at under Windows.  I've tried running X -configure but that doesn't do 
anything special with regard to my monitor.  I've also played with 
xvidtune, secifically adjusting the width and height in order to raise the 
refresh rate a bit.  I havn't been able to make it operate above ~84Hz 
while still being able to compensate with the physical monitor controls. In 
other words, anything higher and I can no longer keep the picture at the 
right physical dimensions.

Thanks in advance,
-Eric Mangold

My XF86Config-4 file is shown below:

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


[XFree86] unsubscribe

2003-02-07 Thread Hua zhang
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread Jesse Hutton
Glad to hear it.  You can probably use that optical mouse as well (I have
a Logitech optical, which works great), but you just have to change
/dev/psaux back to /dev/input/mice.

Jesse

On Fri, 7 Feb 2003, David Turetsky wrote:

 PROGRESS!!!

 I ran dpkg-reconfigure... it did indeed select /dev/psaux so I went
 along with it... Problem: gdm startup hung up on the screen details
 regardless of what I specified, so I ended up editing the
 xf86config-generated Config-4 file, borrowing details from the
 dpkg-reconfigured version

 UP AND RUNNING with gdm, using Microsoft mouse, but Logitech optical
 mouse apparently not recognized... survivable... something to worry
 about later, if ever. No problem recognizing keyboard (ps104)

 Thanks to all for help. Now I can REALLY get into trouble!

 Welcome any further thoughts and suggestions. Thanks again!

 --
 David

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
 Behalf Of Jesse Hutton
 Sent: Friday, February 07, 2003 1:11 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [XFree86] XFConfig requirements for kbd and mouse

 Is your mouse a usb device?  If not, perhaps try /dev/psaux instead of
 /dev/input/mice.

 You should try dpkg-reconfigure too.  It may give you configure options
 for the keyboard that you haven't though of yet.  Once you have a
 XF86Config-4 that works, then edit it by hand for whatever tuning and
 adjustments you want.

 You can use dpkg-reconfigure to change between gdm, kdm, and xdm, as
 well, by just putting one of them as the object of the command (I
 couldn't
 figure out earlier if you wanted to change login managers, or simply
 disable them entirely).

 If that doesn't work, have you posted your XF86Config-4 file yet?  And
 it
 is only the keyboard and mouse that are causing you problems?

 Jesse

 On Fri, 7 Feb 2003, David Turetsky wrote:

  [Latest on top]
 
  I have tried all of your suggestions to no effect, including pc101,
  Microsoft IntelliType Pro (from Dell documentation)
 
  Rather than use dpkg-reconfigure, I have been manually editing
  XF86Congif-4
 
  A few factoids to complete the description of the environment
 
  When linux boots up, it recognizes the keyboard as:
 
Input0:  Microsoft Natural Keyboard Pro on usb1:3.0
 
  When XF86 was initially installed it posted /dev/tty0 for the mouse.
  When I just now changed it to /dev/input/mice per your suggestion, gdm
  failed to start up at all, with EE msg XF86OpenSerial: Cannot open
  device /dev/input/mice No such device although there is in fact a
  /dev/input/mice
 
  Separately, this output shows (II) Keyboard Keyboard1 handled by
  legacy driver
 
  --
  David
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
  Behalf Of Jesse Hutton
 
  Here is my keyboard and mouse sections of my SF86Config-4.  It's a
  pretty
  generic configuration, so may help you a little:
 
  Section InputDevice
  Identifier  Generic Keyboard
  Driver  keyboard
  Option  CoreKeyboard
  Option  XkbRules  xfree86
  Option  XkbModel  pc104
  Option  XkbLayout us
  EndSection
 
  Section InputDevice
  Identifier  Configured Mouse
  Driver  mouse
  Option  CorePointer
  Option  Device/dev/input/mice
  Option  Protocol  ImPS/2
  Option  Emulate3Buttons   true
  Option  ZAxisMapping  4 5
  EndSection
 
  For Debian, you can do (as root) 'dpkg-reconfigure xserver-xfree86',
 and
  that will give you a nice configuration program.  From there it
  shouldn't
  be hard to get a working system.  One of those XkbModels  that you
 tried
  should have worked (maybe try pc101?).  Now, you probably won't get
  every
  single key on that thing to work, since many are Microsoft specific
  command shortcuts, but you should easily be able to get normal
  functionality.
 
  Another thing, if you are going to be using dpkg-reconfig to configure
  X,
  choose the least advanced level for the config questions they ask you.
  You will probably still need to know the horizontal and vertical
 refresh
  rates of your monitor, but it will automatically choose sensible
 options
  for a lot of other stuff.
 
  Jesse
 
  On Fri, 7 Feb 2003, David Turetsky wrote:
 
   I'm trying to complete an xfree86 installation (4.1) using Debian
  woody.
   I have a Dell-supplied Microsoft Natural
  
   keyboard and an IntelliMouse PS/2 compatible mouse from Microsoft
 and
  a
   Logitech Optical Mouse
  
   None of the settings commented in XFConfig work, nor do any of the
   settings discussed on the xfree86 website
  
   There is some reference to other keyboard configurations. so they
 are
   not documented here in the keyboard
  
   section on the website
  
   For the keyboard, I've tried PS/2, Microsoft, ps102, ps104, 

Re: [XFree86] Unable to set vertical refresh rate correctly

2003-02-07 Thread Eric Mangold
Sorry, I sent the previous mail when I meant to save a draft.  Please
let me know if any additional information is required.

Thanks,
Eric Mangold

The XF86Config-4 really follows:

Section Files
 FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID
 FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
 FontPath/usr/lib/X11/fonts/misc
 FontPath/usr/lib/X11/fonts/cyrillic
 FontPath/usr/lib/X11/fonts/100dpi/:unscaled
 FontPath/usr/lib/X11/fonts/75dpi/:unscaled
 FontPath/usr/lib/X11/fonts/Type1
 FontPath/usr/lib/X11/fonts/Speedo
 FontPath/usr/lib/X11/fonts/100dpi
 FontPath/usr/lib/X11/fonts/75dpi
EndSection

Section Module
 Loadbitmap
 Loaddbe
 Loadddc
 Loadextmod
 Loadfreetype
 Loadglx
 Loadint10
 Loadrecord
 Loadxtrap
 Loadspeedo
 Loadtype1
 Loadvbe
EndSection

Section InputDevice
 IdentifierGeneric Keyboard
 Driverkeyboard
 OptionCoreKeyboard
 OptionXkbRulesxfree86
 OptionXkbModelpc104
 OptionXkbLayoutus
EndSection

Section InputDevice
 IdentifierConfigured Mouse
 Drivermouse
 OptionCorePointer
 OptionDevice/dev/input/mice
 OptionProtocolImPS/2
 OptionZAxisMapping4 5
EndSection

Section Device
 IdentifierGeneric Video Card
 Drivernvidia
EndSection

Section Monitor
 IdentifierGeneric Monitor
 HorizSync30-95
 VertRefresh50-150
 OptionDPMS
# This will get me to 84Hz, though I'll be damned if it doesn't add a
bit of distortion
#Modeline1152x864108.00   1152 1216 1344 1428864  865
868  900 +hsync +vsync

EndSection

Section Screen
 IdentifierDefault Screen
 DeviceGeneric Video Card
 MonitorGeneric Monitor
 DefaultDepth16
 SubSection Display
 Depth1
 Modes1152x864 800x600 640x480
 EndSubSection
 SubSection Display
 Depth4
 Modes1152x864 800x600 640x480
 EndSubSection
 SubSection Display
 Depth8
 Modes1152x864 800x600 640x480
 EndSubSection
 SubSection Display
 Depth15
 Modes1152x864 800x600 640x480
 EndSubSection
 SubSection Display
 Depth16
 Modes1152x864 800x600 640x480
 EndSubSection
 SubSection Display
 Depth24
 Modes1152x864 800x600 640x480
 EndSubSection
EndSection

Section ServerLayout
 IdentifierDefault Layout
 ScreenDefault Screen
 InputDeviceGeneric Keyboard
 InputDeviceConfigured Mouse
EndSection




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



RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread David Turetsky
I have two 'mouse/mice' entries in my Input Device Section, so I've just
changed the one re Optical Mouse as you suggest

One problem: I was in Gnome and used Ctl-Alt-F1 or similar to get to the
command line. How do I get back. When in enter 'gdm' the response is
'gdm already running. Aborting!'

Another question: Apparently from gnome I cannot log in as root. How do
I do that from an x environment?

Thanks again, guys!

-- 
David

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Jesse Hutton
Sent: Friday, February 07, 2003 10:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [XFree86] XFConfig requirements for kbd and mouse

Glad to hear it.  You can probably use that optical mouse as well (I
have
a Logitech optical, which works great), but you just have to change
/dev/psaux back to /dev/input/mice.

Jesse

On Fri, 7 Feb 2003, David Turetsky wrote:

 PROGRESS!!!

 I ran dpkg-reconfigure... it did indeed select /dev/psaux so I went
 along with it... Problem: gdm startup hung up on the screen details
 regardless of what I specified, so I ended up editing the
 xf86config-generated Config-4 file, borrowing details from the
 dpkg-reconfigured version

 UP AND RUNNING with gdm, using Microsoft mouse, but Logitech optical
 mouse apparently not recognized... survivable... something to worry
 about later, if ever. No problem recognizing keyboard (ps104)

 Thanks to all for help. Now I can REALLY get into trouble!

 Welcome any further thoughts and suggestions. Thanks again!

 --
 David

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
 Behalf Of Jesse Hutton
 Sent: Friday, February 07, 2003 1:11 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [XFree86] XFConfig requirements for kbd and mouse

 Is your mouse a usb device?  If not, perhaps try /dev/psaux instead of
 /dev/input/mice.

 You should try dpkg-reconfigure too.  It may give you configure
options
 for the keyboard that you haven't though of yet.  Once you have a
 XF86Config-4 that works, then edit it by hand for whatever tuning and
 adjustments you want.

 You can use dpkg-reconfigure to change between gdm, kdm, and xdm, as
 well, by just putting one of them as the object of the command (I
 couldn't
 figure out earlier if you wanted to change login managers, or simply
 disable them entirely).

 If that doesn't work, have you posted your XF86Config-4 file yet?  And
 it
 is only the keyboard and mouse that are causing you problems?

 Jesse

 On Fri, 7 Feb 2003, David Turetsky wrote:

  [Latest on top]
 
  I have tried all of your suggestions to no effect, including pc101,
  Microsoft IntelliType Pro (from Dell documentation)
 
  Rather than use dpkg-reconfigure, I have been manually editing
  XF86Congif-4
 
  A few factoids to complete the description of the environment
 
  When linux boots up, it recognizes the keyboard as:
 
Input0:  Microsoft Natural Keyboard Pro on usb1:3.0
 
  When XF86 was initially installed it posted /dev/tty0 for the mouse.
  When I just now changed it to /dev/input/mice per your suggestion,
gdm
  failed to start up at all, with EE msg XF86OpenSerial: Cannot open
  device /dev/input/mice No such device although there is in fact a
  /dev/input/mice
 
  Separately, this output shows (II) Keyboard Keyboard1 handled by
  legacy driver
 
  --
  David
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
  Behalf Of Jesse Hutton
 
  Here is my keyboard and mouse sections of my SF86Config-4.  It's a
  pretty
  generic configuration, so may help you a little:
 
  Section InputDevice
  Identifier  Generic Keyboard
  Driver  keyboard
  Option  CoreKeyboard
  Option  XkbRules  xfree86
  Option  XkbModel  pc104
  Option  XkbLayout us
  EndSection
 
  Section InputDevice
  Identifier  Configured Mouse
  Driver  mouse
  Option  CorePointer
  Option  Device/dev/input/mice
  Option  Protocol  ImPS/2
  Option  Emulate3Buttons   true
  Option  ZAxisMapping  4 5
  EndSection
 
  For Debian, you can do (as root) 'dpkg-reconfigure xserver-xfree86',
 and
  that will give you a nice configuration program.  From there it
  shouldn't
  be hard to get a working system.  One of those XkbModels  that you
 tried
  should have worked (maybe try pc101?).  Now, you probably won't get
  every
  single key on that thing to work, since many are Microsoft specific
  command shortcuts, but you should easily be able to get normal
  functionality.
 
  Another thing, if you are going to be using dpkg-reconfig to
configure
  X,
  choose the least advanced level for the config questions they ask
you.
  You will probably still need to know the horizontal and vertical
 refresh
  rates of your monitor, but it will automatically choose 

RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread David Turetsky
I just tried that change (from /dev/psaux to /dev/input/mice) and x
startup bombed out. Can you send me the full section for pointers from
your Config-4 file?

-- 
David

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Jesse Hutton
Sent: Friday, February 07, 2003 10:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [XFree86] XFConfig requirements for kbd and mouse

Glad to hear it.  You can probably use that optical mouse as well (I
have
a Logitech optical, which works great), but you just have to change
/dev/psaux back to /dev/input/mice.

Jesse

On Fri, 7 Feb 2003, David Turetsky wrote:

 PROGRESS!!!



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



Re: [XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread Brian C. Dilley
Could any of you guys help me with buildign XFree86? I have problems when it 
starts to clean in doc.

On Friday 07 February 2003 09:05 pm, David Turetsky wrote:
 I just tried that change (from /dev/psaux to /dev/input/mice) and x
 startup bombed out. Can you send me the full section for pointers from
 your Config-4 file?

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



RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-07 Thread Jesse Hutton
To get from a terminal to X, it's usually Alt-F7 (ttys 1-6 are commonly
getty login instances).  Also there is a program called 'su' which allows
you to become the root user.

You should check out debian's install documentation from their website.
It will help you get accustomed to the basics of the system.  Debian
offers a ton of great documentation, on the web, and which you can
download as .deb packages (use dselect, and go to the Optional/docs
section).

Jesse

On Fri, 7 Feb 2003, David Turetsky wrote:

 I have two 'mouse/mice' entries in my Input Device Section, so I've just
 changed the one re Optical Mouse as you suggest

 One problem: I was in Gnome and used Ctl-Alt-F1 or similar to get to the
 command line. How do I get back. When in enter 'gdm' the response is
 'gdm already running. Aborting!'

 Another question: Apparently from gnome I cannot log in as root. How do
 I do that from an x environment?

 Thanks again, guys!

 --
 David

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
 Behalf Of Jesse Hutton
 Sent: Friday, February 07, 2003 10:37 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [XFree86] XFConfig requirements for kbd and mouse

 Glad to hear it.  You can probably use that optical mouse as well (I
 have
 a Logitech optical, which works great), but you just have to change
 /dev/psaux back to /dev/input/mice.

 Jesse

 On Fri, 7 Feb 2003, David Turetsky wrote:

  PROGRESS!!!
 
  I ran dpkg-reconfigure... it did indeed select /dev/psaux so I went
  along with it... Problem: gdm startup hung up on the screen details
  regardless of what I specified, so I ended up editing the
  xf86config-generated Config-4 file, borrowing details from the
  dpkg-reconfigured version
 
  UP AND RUNNING with gdm, using Microsoft mouse, but Logitech optical
  mouse apparently not recognized... survivable... something to worry
  about later, if ever. No problem recognizing keyboard (ps104)
 
  Thanks to all for help. Now I can REALLY get into trouble!
 
  Welcome any further thoughts and suggestions. Thanks again!
 
  --
  David
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
  Behalf Of Jesse Hutton
  Sent: Friday, February 07, 2003 1:11 PM
  To: [EMAIL PROTECTED]
  Subject: RE: [XFree86] XFConfig requirements for kbd and mouse
 
  Is your mouse a usb device?  If not, perhaps try /dev/psaux instead of
  /dev/input/mice.
 
  You should try dpkg-reconfigure too.  It may give you configure
 options
  for the keyboard that you haven't though of yet.  Once you have a
  XF86Config-4 that works, then edit it by hand for whatever tuning and
  adjustments you want.
 
  You can use dpkg-reconfigure to change between gdm, kdm, and xdm, as
  well, by just putting one of them as the object of the command (I
  couldn't
  figure out earlier if you wanted to change login managers, or simply
  disable them entirely).
 
  If that doesn't work, have you posted your XF86Config-4 file yet?  And
  it
  is only the keyboard and mouse that are causing you problems?
 
  Jesse
 
  On Fri, 7 Feb 2003, David Turetsky wrote:
 
   [Latest on top]
  
   I have tried all of your suggestions to no effect, including pc101,
   Microsoft IntelliType Pro (from Dell documentation)
  
   Rather than use dpkg-reconfigure, I have been manually editing
   XF86Congif-4
  
   A few factoids to complete the description of the environment
  
   When linux boots up, it recognizes the keyboard as:
  
 Input0:  Microsoft Natural Keyboard Pro on usb1:3.0
  
   When XF86 was initially installed it posted /dev/tty0 for the mouse.
   When I just now changed it to /dev/input/mice per your suggestion,
 gdm
   failed to start up at all, with EE msg XF86OpenSerial: Cannot open
   device /dev/input/mice No such device although there is in fact a
   /dev/input/mice
  
   Separately, this output shows (II) Keyboard Keyboard1 handled by
   legacy driver
  
   --
   David
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 On
   Behalf Of Jesse Hutton
  
   Here is my keyboard and mouse sections of my SF86Config-4.  It's a
   pretty
   generic configuration, so may help you a little:
  
   Section InputDevice
   Identifier  Generic Keyboard
   Driver  keyboard
   Option  CoreKeyboard
   Option  XkbRules  xfree86
   Option  XkbModel  pc104
   Option  XkbLayout us
   EndSection
  
   Section InputDevice
   Identifier  Configured Mouse
   Driver  mouse
   Option  CorePointer
   Option  Device/dev/input/mice
   Option  Protocol  ImPS/2
   Option  Emulate3Buttons   true
   Option  ZAxisMapping  4 5
   EndSection
  
   For Debian, you can do (as root) 'dpkg-reconfigure xserver-xfree86',
  and
   that will give you a nice 

Re: [XFree86] i810 driver agpgart error

2003-02-07 Thread Michel Dänzer
On Sam, 2003-02-08 at 03:40, David Dawes wrote:
 On Fri, Feb 07, 2003 at 09:24:21PM -0500, David Dawes wrote:
 On Fri, Feb 07, 2003 at 05:33:09PM -0800, Michael Cardenas wrote:
 
 I'm implementing a resolution test in our display control panel, which
 basically starts a second X server on another terminal with the
 desired resolution. 
 
 This seems to work with some cards, but on the intel i810, I get the
 following error:
 
 What hardare are you using?  I just checked and noticed that the
 agpgart isn't being released when switching away for the 830M and
 later.  Adding that allows a second X server to be started.  If
 DRI is enabled, I notice some contention there when starting the
 second server, so that's something else to watch out for.
 
 If you're using an 830M or later, try this patch.  The code for the
 810/815 already has this.
 
 I had another look, and for the 810/815 it doesn't do this when
 DRI is enabled.  I'm not sure why not.  Nothing should be referencing
 those mappings when the X server is switched away, so it should be safe
 to unbind them.

If a DRI client is running while you switch away, it will use these
mappings (if the i8xx drivers are anything like the radeon drivers).
De-initializing the DRI if possible when switching away and
re-initializing it when switching back is what the infamous reinit patch
for the radeon driver does.


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

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