[XFree86] nv; Dell2001 FP; ASUS (nVidia) GeForce 4 MX: no power saving/DPMS?

2004-01-07 Thread Bruce Janson
Hi,
I am unable to get energy-saving mode to work on a monitor,
video card, XFree86 configuration.  The details:

  Dell2001 FP monitor, DVI interface,
  ASUS (nVidia) GeForce 4 MX video card,
  nv driver (XFree86 4.3.99.16, Release Date: 20 November 2003).

I have tried both with and without

  Option "dpms"

in the XF86Config file.

At screenblank time (or in response to

  xset s 1

or

  xset dpms force off

commands) the screen does go black (actually dark grey) but the
monitor does not enter its lowest power down state: I conclude
this because in this "grey screen" state the top of the monitor
remains warm (even after several hours) and its power light
continues to glow green instead of orange.

Any suggestions would be appreciated.

Regards,
bruce.

---cut here--
The server is started as:

  $ X :1 -xf86config /tmp/config -logfile /tmp/log -query dependo
  $ 
---cut here--
The contents of the XF86Config file is:

  $ cat /tmp/config
  Section "Monitor"
Identifier  "Primary Monitor"
VendorName  "Dell"
ModelName   "2001FP"
HorizSync   31.0 - 80.0
VertRefresh 60
Option  "DPMS"
Option  "FlatPanel"
Option  "CrtcNumber""1"
  EndSection
  
  Section "Device"
Identifier  "Primary Card"
Driver  "nv"
VendorName  "ASUS"
BoardName   "NVIDIA GeForce 4 MX (generic)"
Option  "sw_cursor"
  EndSection
  
  Section "Pointer"
Protocol"PS/2"
Device  "/dev/psaux"
  EndSection
  
  Section "Keyboard"
Protocol"Standard"
XkbRules"xfree86"
XkbModel"pc104"
XkbLayout   "us"
  EndSection
  
  Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
  EndSection
  
  Section "Module"
Load"dbe"
Load"extmod"
Load"fbdevhw"
Load"GLcore"
Load"dri"
Load"glx"
Load"record"
Load"freetype"
Load"type1"
  EndSection
  
  Section "Screen"
Driver  "Accel"
Device  "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 24
SubSection "Display"
Depth24
Modes"1600x1200"
EndSubSection
  EndSection
  
  Section "DRI"
Group   0
Mode0666
  EndSection
  $ 
---cut here--

On server shutdown the logfile contains:

  $ cat /tmp/log
  _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
  _XSERVTransOpen: transport open failed for inet6/xpcs-g7a-0:1
  _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
  XDMCP warning: INET6 UDP socket creation failed
  
  This is a pre-release version of XFree86, and is not supported in any
  way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
  to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
  please check the latest version in the XFree86 CVS repository
  (http://www.XFree86.Org/cvs).
  
  XFree86 Version 4.3.99.16
  Release Date: 20 November 2003
  X Protocol Version 11, Revision 0, Release 6.6
  Build Operating System: Linux 2.4.20-gentoo-r8 i686 [ELF] 
  Current Operating System: Linux xpcs-g7a-0 2.4.22 #1 SMP Sun Dec 21 01:00:13 EST 
2003 i686
  Build Date: 03 December 2003
  Changelog Date: 02 December 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: "/tmp/log", Time: Wed Jan  7 18:37:58 2004
  (++) Using config file: "/tmp/config"
  (WW) No Layout section.  Using the first Screen section.
  (**) |-->Screen "Accel" (0)
  (**) |   |-->Monitor "Primary Monitor"
  (**) |   |-->Device "Primary Card"
  (==) |-->Input Device "Implicit Core Pointer"
  (==) |-->Input Device "Implicit Core Keyboard"
  (**) Option "Protocol" "Standard"
  (**) Option "XkbRules" "xfree86"
  (**) XKB: rules: "xfree86"
  (**) Option "XkbModel" "pc104"
  (**) XKB: model: "pc104"
  (**) Option "XkbLayout" "us"
  (**) XKB: layout: "us"
  (==) Keyboard: CustomKeycode disabled
  (WW) The core pointer device wasn't specified explicitly in the layout.
Using the first core pointer device.
  (WW) The core keyboard device wasn't specified explicitly in the layout.
Using the first core keyboard device.
  (WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo/" does not exist.
Entry deleted from font path.
  (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1/" does not exist.
   

Re: [XFree86] inet6

2004-01-07 Thread Tang Yong Ping
u need to 'modprobe ipv6' first before starting x server.


On Tue, 2004-01-06 at 20:05, Robert Palm wrote:
> Hey fellows!
> 
> Can anybody explain to me, please why I get those first 3 lines all the time???
> 
> Tnx a lot.
> 
> 
> Robert
> 
> _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
> _XSERVTransOpen: transport open failed for inet6/robux:0
> _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
> 
> This is a pre-release version of XFree86, and is not supported in any
> way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
> to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
> please check the latest version in the XFree86 CVS repository
> (http://www.XFree86.Org/cvs).
> 
> XFree86 Version 4.3.99.902 (4.4.0 RC 2)
> Release Date: 18 December 2003
> X Protocol Version 11, Revision 0, Release 6.6
> Build Operating System: Linux 2.6.1-rc1 i686 [ELF] 
> Current Operating System: Linux robux 2.6.0 #38 Sun Dec 28 17:36:47 CET 2003 i686
> Build Date: 06 January 2004
> Changelog Date: 05 January 2004
>   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: Tue Jan  6 11:44:21 2004
> (==) Using config file: "/etc/X11/XF86Config"
> (==) ServerLayout "XFree86 Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "Card0"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) Option "AutoRepeat" "250 30"
> (**) Option "XkbModel" "pc105"
> (**) XKB: model: "pc105"
> (**) Option "XkbLayout" "de"
> (**) XKB: layout: "de"
> (**) Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
> (**) XKB: options: "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
> (==) Keyboard: CustomKeycode disabled
> (**) FontPath set to 
> "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (**) ModulePath set to "/usr/X11R6/lib/modules"
> (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
> (II) Module ABI versions:
>   XFree86 ANSI C Emulation: 0.2
>   XFree86 Video Driver: 0.7
>   XFree86 XInput driver : 0.4
>   XFree86 Server Extension : 0.2
>   XFree86 Font Renderer : 0.4
> (II) Loader running on linux
> (II) LoadModule: "bitmap"
> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> (II) Module bitmap: vendor="The XFree86 Project"
>   compiled for 4.3.99.902, module version = 1.0.0
>   Module class: XFree86 Font Renderer
>   ABI class: XFree86 Font Renderer, version 0.4
> (II) Loading font Bitmap
> (II) LoadModule: "pcidata"
> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> (II) Module pcidata: vendor="The XFree86 Project"
>   compiled for 4.3.99.902, module version = 1.0.0
>   ABI class: XFree86 Video Driver, version 0.7
> (--) using VT number 7
> 
> (II) PCI: Probing config type using method 1
> (II) PCI: Config type is 1
> (II) PCI: stages = 0x03, oldVal1 = 0x8088, mode1Res1 = 0x8000
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 1106,0305 card 1043,8033 rev 02 class 06,00,00 hdr 00
> (II) PCI: 00:01:0: chip 1106,8305 card , rev 00 class 06,04,00 hdr 01
> (II) PCI: 00:04:0: chip 1106,0686 card 1043,8033 rev 22 class 06,01,00 hdr 80
> (II) PCI: 00:04:1: chip 1106,0571 card , rev 10 class 01,01,8a hdr 00
> (II) PCI: 00:04:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
> (II) PCI: 00:04:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
> (II) PCI: 00:04:4: chip 1106,3057 card 1043,8033 rev 30 class 06,80,00 hdr 00
> (II) PCI: 00:09:0: chip 1106,3065 card 1186,1400 rev 43 class 02,00,00 hdr 00
> (II) PCI: 00:0a:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
> (II) PCI: 00:0b:0: chip 1260,3890 card 10b8,2802 rev 01 class 02,80,00 hdr 00
> (II) PCI: 00:11:0: chip 105a,0d30 card 105a,4d33 rev 02 class 01,80,00 hdr 00
> (II) PCI: 01:00:0: chip 10de,0110 card 1102,1048 rev a1 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: 0x0008 (VGA_EN is set)
> (II) Bus 1 

[XFree86] Re: Return-activation behaviour

2004-01-07 Thread Marcel . Stegehuis
The Textronics terminals are fairly old but the NCD900 are not that old.
But in an Windows/Exceed configuration everything also works !

It clearly points to an keyboard configuration problem but as the keysims
seem to be fine I would like to know what the function of the keyboard module
is and how it works.

Also I would like to know how I best could test this problem with which tools
?

Regards,

Marcel Stegehuis

>-- Oorspronkelijk bericht --
>From: Thomas Dickey <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Cc: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Subject: [XFree86] Re: Return-activation behaviour
>Date: Tue, 6 Jan 2004 07:17:15 -0500 (EST)
>
>
>On Tue, 6 Jan 2004 [EMAIL PROTECTED] wrote:

> I have a test system of a multi monitor (5) Linux RedHat 9.0/Xfree86 4.3
> X-Terminal system. Programs and MWM window manager (version 1.2-4) are
started
> from a DEC VMS machine.
>
> There 
>s unexpected strange behaviour of the activation key:
> After editing in an edit box one can press Enter to select the Ok button
> and normally press Enter again to activate it.
> In our situation the Space must be pressed for the activation of the 
>k button.

How old are the terminals for the "old" situation? I (am not a Motif
expert) seem to recall that originally Motif (1.1?)  would allow this, but
newer Motif (1.2?) changed this.  It was an FAQ several years ago.

>
> In the old situati
>n where there is no Linux X-terminal but five seperate
> X-Terminals (NCD900 or Textronics) everything works fine.
>
> Keysymbols seem to be OK.
>
> Has anyone an idea what is going wrong
>
> or
>
> does anybody know how I should debug the sys
>em to find the problem/solution
> ?
>
> Best Regards,
>
> Marcel Stegehuis
>
> ___
> Devel mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/devel
>

-- 
Thomas E. Dickey
h
>tp://invisible-island.net
ftp://invisible-island.net
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


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


[XFree86] Xnest and altgr -key

2004-01-07 Thread Kristoff Bonne
Greetings,

My workstation at work is a linux-box running redhat 9 (running 
XFree86-4.3.0-2.90.43 and XFree86-Xnest-4.3.0-2.90.43)

I wanted to start to use Xnest to remotely log-in into the other 
unix-servers (solaris and linux-boxes).
However, I have a serious problem with the keyboard and -especially- te 
"AltGr"-key.

At first, when I tried the "normal" Xnest, the 'remote-session' used a 
query-keyboard (the workstation I have has a Belgian azerty-keyboard, 
"be-latin1" in linux-speak).

Then, I tried the "-kb" option, I did get the correct keyboard; except 
that the 'altGr'-key doesn't work. So, the "|", "@", "#", "¤", "\", ... 
and all other characters which are on a key that needs the AltGr-key 
doesn't seam to work. I get the same character as I would get if I would 
just press only the key. (no shift, no alt, ...)

The "odd" thing is that, if I start "xev" remotely (the X 
event-displayer tool); and I press the "AltGr" key in the Xev window; 
the tool DOES indicate it has received an event that the key is pressed. 
It gives this "... keycode 113 (keysym 0xfe03, ISO_Level3_Shift), ..."

So, the event that "altGr" key is pressed DOES is sent to the other 
side; but -for some reason- it is not interpreted in the corret way. 
(althou it does say "keycode = 113, ISO_Level3_Shift" and "xmodmap -pm" 
does indicate the "ISO_Level3_Shift" as being "modifier 5", both at the 
local and the remote side).

As I have this problem on all servers I have (linux and solaris), I 
guess the problem is on the local Xnest running on my workstation.

Anybody any idea?

Cheerio! Kr. Bonne.
--
KB905-RIPE   Belgacom  IP networking
(c=be,a=rtt,p=belgacomgroup,s=Bonne,g=Kristoff)  Internet, IP and IP/VPN
[EMAIL PROTECTED] faxbox:   +32 2 2435122
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Xnest and altgr -key

2004-01-07 Thread Kristoff Bonne
Greetings,

My workstation at work is a linux-box running redhat 9 (running
XFree86-4.3.0-2.90.43 and XFree86-Xnest-4.3.0-2.90.43)
I wanted to start to use Xnest to remotely log-in into the other
unix-servers (solaris and linux-boxes).
However, I have a serious problem with the keyboard and -especially- te
"AltGr"-key.
At first, when I tried the "normal" Xnest, the 'remote-session' used a
query-keyboard (the workstation I have has a Belgian azerty-keyboard,
"be-latin1" in linux-speak).
Then, I tried the "-kb" option, I did get the correct keyboard; except
that the 'altGr'-key doesn't work. So, the "|", "@", "#", "¤", "\", ...
and all other characters which are on a key that needs the AltGr-key
doesn't seam to work. I get the same character as I would get if I would
just press only the key. (no shift, no alt, ...)
The "odd" thing is that, if I start "xev" remotely (the X
event-displayer tool); and I press the "AltGr" key in the Xev window;
the tool DOES indicate it has received an event that the key is pressed.
It gives this "... keycode 113 (keysym 0xfe03, ISO_Level3_Shift), ..."
So, the event that "altGr" key is pressed DOES is sent to the other
side; but -for some reason- it is not interpreted in the corret way.
(althou it does say "keycode = 113, ISO_Level3_Shift" and "xmodmap -pm"
does indicate the "ISO_Level3_Shift" as being "modifier 5", both at the
local and the remote side).
As I have this problem on all servers I have (linux and solaris), I
guess the problem is on the local Xnest running on my workstation.
Anybody any idea?

Cheerio! Kr. Bonne.
--
KB905-RIPE   Belgacom  IP networking
(c=be,a=rtt,p=belgacomgroup,s=Bonne,g=Kristoff)  Internet, IP and IP/VPN
[EMAIL PROTECTED] faxbox:   +32 2 2435122
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] "Power In A Bottle" dan

2004-01-07 Thread Donn Barber
Sometimes people call it "Magic Lubricant". Sometimes - "Power Bottle".
Why?

An amazing erection WITHING SEVERAL SECONDS is guaranteed to you!
Double-strengthed orgasm and full satisfaction... I guess this is excatly what are 
waiting from sex!

Your easy-to-use solution is here: http://www.chooz.us/vpoil/?feelgreat






-
Link below is for that people who dislike ads...
http://chooz.us/vpoil/optout.shtml?feelgreat








0101
rhqmnylzx


[XFree86] login wiht xdm fails

2004-01-07 Thread Thorsten Ulm
Hello,
my operation system is freebsd 4.8 and i use XFree4.3.0 . when i try to 
start kde with xdm i get the error-message "client 2 rejected from local 
host" and xdm is re-started. What does this mean and how can i fix it?
thanks for your help

   Thorsten

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


Re: [XFree86] error starting x

2004-01-07 Thread Ben Phillips
shams1 sez:
> I use slackware 9.1,I installed it from my h/d after downloading from
> the mirror,installation  was succedfully there was no any error
> message.but now I want to startx there is some error messages from the
> log file:

Send the entire log file (probably /var/log/XFree86.0.log) and your
XF86Config file (probably in /etc/X11) whenever you report problems or
no one is likely to be able to help.


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


[XFree86] error in virtual console 3

2004-01-07 Thread ramanan .r. v. iyer
dear sir,
i have an (mercury) intel 810 mother board with 64mb SD RAM and LG Studio Works 452 V 
monitor. my system has Redhat Linux 8.0 installed. there were no problems during or 
after installation. the systeme worked well for morte than 4 months until i changed my 
display settings from 800*600 to 1024*800. the system prompted me to logout and 
restart the Xserver. on logout the system would not start the Xserver.

i have tried the xf86config but it still does not work and it shows an error that it 
could not open the virtual console no3.

please help me solve this problem.

ramanan


# File generated by xf86config.

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

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

# This loads the DBE extension module.

Load"dbe"   # Double buffer extension

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

# This loads the Type1 and FreeType font modules
Load"type1"
Load"freetype"

# This loads the GLX module
#Load   "glx"

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 in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

FontPath   "/usr/X11R6/lib/X11/fonts/local/"
FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#ModulePath "/usr/X11R6/lib/modules"

EndSection

# **
# Server flags section.
# **

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option "NoTrapSignals"

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#Option "DontZap"

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to rec

[XFree86] (no subject)

2004-01-07 Thread Swapnil Bhatia
Linux on PC Pentium II with two partitions one of which has /tmp /usr etc,
and may be near full. Xserver keeps trying to restart on booting swithcing
between line terminal and graphical screen without making any progress on
booting up with the graphical screen. The Xfree log shows the following
error:
...
...
...

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

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

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]


Swapnil Bhatia
Graduate Project Assistant
Ethernet in the First Mile
UNH InterOperability Lab
http://www.iol.unh.edu/
Tel: +1-(603)-862-3582

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


[XFree86] checking video memory size

2004-01-07 Thread Ben Phillips
Is there a utility that can check how much video memory my i810 board
really sees?  I mainly want to know if the BIOS is limiting things to
8MB like it thinks it is, or if I can rely on the message that says the
server is setting the RAM to the amount I'm specifying in XF86Config.



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


Re: [XFree86] (no subject)

2004-01-07 Thread Jay R. Ashworth
On Wed, Jan 07, 2004 at 12:53:01PM -0500, Swapnil Bhatia wrote:
> Could not init font path element unix/:7100, removing from list!
> 
> Fatal server error:
> could not open default font 'fixed'

FAQ! 
FAQ! 
FAQ! 

This means that your Xserver installation did not install any fixed
fonts (or it put them in a non-standard location that your Xconfig file
doesn't know to look in), which is usually because it also installed a
font server -- and yours has fallen over.

If a reboot doesn't clear this, it's usually because either you shut it
off (with ntsysv or equivalent) or because it's failing when it starts;
check your syslog.

Cheers,
-- jra
-- 
Jay R. Ashworth[EMAIL PROTECTED]
Member of the Technical Staff Baylink RFC 2100
The Suncoast Freenet The Things I Think
Tampa Bay, Floridahttp://baylink.pitas.com +1 727 647 1274

Come see Linux Gazette in our new home: www.linuxgazette.net!
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] server keeps restarting.

2004-01-07 Thread Swapnil Bhatia
When the primary partition ran out of space, since there was no space for
/tmp, I created a symbolic link called /tmp pointing to a directory
realtmp on the new partition with space. Why will this not work, on a
standard linux-on-PC setup? The Xserver keeps restarting on reboot and
complains of not finding fonts etc. The syslog and Xfree logs are as
follows:

Syslog:
--
Jan  7 12:48:34 dhcp-691-1 gdm[2041]: gdm_slave_xioerror_handler: Fatal X
error
- Restarting :0
Jan  7 12:48:46 dhcp-691-1 gdm[2048]: gdm_slave_xioerror_handler: Fatal X
error
- Restarting :0
Jan  7 12:48:58 dhcp-691-1 gdm[2051]: gdm_slave_xioerror_handler: Fatal X
error
- Restarting :0
Jan  7
12:49:07 dhcp-691-1 gdm[2054]: gdm_slave_xioerror_handler: Fatal X
error
- Restarting :0
Jan  7 12:49:19 dhcp-691-1 gdm[2057]: gdm_slave_xioerror_handler: Fatal X
error
- Restarting :0
Jan  7 12:49:32 dhcp-691-1 gdm[2060]: gdm_slave_xioerror_handler: Fatal X
error
- Restarting :0
Jan  7 12:49:41 dhcp-691-1 gdm[2064]: gdm_slave_xioerror_handler: Fatal X
error
- Restarting :0
Jan  7 12:49:58 dhcp-691-1 xfs[1894]: terminating

Xfree86 log:
---
Could not init font path element unix/:7100, removing from list!
Fatal server error:
could not open default font 'fixed'

I never touched any fonts ... I have no idea what's going on ...

Swapnil Bhatia
Graduate Project Assistant
Ethernet in the First Mile
UNH InterOperability Lab
http://www.iol.unh.edu/
Tel: +1-(603)-862-3582


On Wed, 7 Jan 2004, Jay R. Ashworth wrote:

> On Wed, Jan 07, 2004 at 12:53:01PM -0500, Swapnil Bhatia wrote:
> > Could not init font path element unix/:7100, removing from list!
> >
> > Fatal server error:
> > could not open default font 'fixed'
>
> FAQ!
> FAQ!
> FAQ!
>
> This means that your Xserver installation did not install any fixed
> fonts (or it put them in a non-standard location that your Xconfig file
> doesn't know to look in), which is usually because it also installed a
> font server -- and yours has fallen over.
>
> If a reboot doesn't clear this, it's usually because either you shut it
> off (with ntsysv or equivalent) or because it's failing when it starts;
> check your syslog.
>
> Cheers,
> -- jra
> --
> Jay R. Ashworth[EMAIL PROTECTED]
> Member of the Technical Staff Baylink RFC 2100
> The Suncoast Freenet The Things I Think
> Tampa Bay, Floridahttp://baylink.pitas.com +1 727 647 1274
>
> Come see Linux Gazette in our new home: www.linuxgazette.net!
> ___
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86
>
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Problem with monitor installation

2004-01-07 Thread Deepak Trivedi
I am not able to successfully install my monitor.
I have an Intel 82845G Graphics Card.
I chose Generic VESA card from the menu while installing. The log file is
attached.
What should I do?
Thanks
Deepak
__
Deepak Trivedi

Mechanical Engineering Undergraduate
Indian Institute of Technology,
Delhi
India.

__

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.17-0.13smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan  8 00:09:48 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor"
(**) |   |-->Device "VESA driver (generic)"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "hp"
(**) XKB: model: "hp"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/").
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 8086,2560 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 8086,4c59 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,4c59 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,4c59 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,4c59 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,4c59 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,4c59 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 8086,4c59 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 8086,0303 rev 01 class 04,01,00 hdr 00
(II) PCI: 01:01:0: chip 10ec,8139 card 11f6,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0]

[XFree86] Error starting X Window system with NVIDIA Graphics Card

2004-01-07 Thread Rodney Quaye
Hi!

I am getting an error starting the X Window system on a PC using an NVIDIA 
graphics card. I am using the system on Linux Mandrake 9.1. Here are the 
details of the version :

Linux localhost 2.4.21-0.13mdksecure #1 SMP Fri Mar 14 14:10:36 EST 2003 i686 
unknown unknown GNU/Linux

I first boot the system into the 'linux-secure' option, of the multi-boot 
screen. This option does not automatically boot into the X Window system, and 
may be related to the problem. The option that does automatically boot into 
the X Window system, however, does work.

After the system finishes booting up, through the 'linux-secure' option, I 
log on to my user account, and then try to start the X Window system, by 
typing 'startx'.

I have attached the log file produced during the failed startup, to this 
E-mail.

I hope you find it useful.

Perhaps the 'linux-secure' option is simply not meant to start the X Window 
system under any circumstances for some security reasons. I had to install 
the software driver for the graphics card from the NVIDIA web-site. Perhaps 
that may be the problem.


Rodney Quaye.





XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF] 
Build Date: 12 March 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Jan  4 18:31:22 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(WW) Option "XkbCompat" requires an string value
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(WW) Option "XkbOptions" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
Using vt 7
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,7006 card , rev 25 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1022,7007 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:07:0: chip 1022,7408 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1022,7409 card , rev 03 class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1022,740b card , rev 03 class 06,80,00 hdr 00
(II) PCI: 00:07:4: chip 1022,740c card , rev 06 class 0c,03,10 hdr 00
(II) PCI: 00:09:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0a:0: chip 10b7,9200 card 10b7,1000 rev 74 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 10de,0111 card , rev b2 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: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xe000 - 0xe1ff (0x200) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xd800 - 0xdfff (0x800) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:5:0) nVidia Corporation NV11DDR [GeForce2 MX 100 DDR/200 DDR] rev 178, 
Mem @ 0xe000/24, 0

[XFree86] XFree86 4.4 release...?

2004-01-07 Thread The NeverGone
Hy... !

When will be released the new version of xfree8 (Xfree86 4.4) ...?
And hardware-based transparency...?

Thanks:
The NeverGone :)

==
 - Csatlakozz:  http://arenaportal.hix.com/ -
 - http://arenazo.cjb.net/ -- http://ironiq.hu/aDP/ -
 --- Kurucz "The NeverGone" Istvan:  [EMAIL PROTECTED] ---
 -- http://delfin.klte.hu/~ki0029/ --
==

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


[XFree86] Neomagic portrait display

2004-01-07 Thread Phil Howard
Title: Message



Greetings,
 
My 
problem:
I am in the process 
of turning an old laptop into a picture frame, however I'm running into one 
particularly confusing roadblock pertaining to the rotate option.  In my 
XF86config file I have specified that I'd like my screen rotated.  The 
computer correctly rotates the screen, however the viewport (don't know if this 
is correct terminology) is still set to the origenal layout.  All of the 
text and various widgets of the Gui are properly rotated, however there is a 200 
pixel space of general garbage about 600 pixels down from the new top left 
corner.  When I move the mouse right and left to the extents of the screen 
it scrolls back and forth as if to give me my full 800x600 resolution.  
Essentially my desktop area is 800x600 while my physical screen geometry (after 
being turned) is 600x800.  I need somehow to make the computer realize that 
the 800 is now the vertical and the 600 is the horizontal.  

 
Things I've tried 
that didn't work:
I then changed the 
resolution to 600x800 hoping it would solve the problem, however this setting 
was apparently not valid as I got no picture at all.
 
System 
specs:
Fedora Core 
1
Neomagic 128 
graphics chip
XF86 
4.3
 
 
Thanks, Phil 
Howard


[XFree86] Operation of Cutbuffers

2004-01-07 Thread jayjwa
Hello. I noticed that in X, I can cut & paste _within_ an app, or at best,
from Nedit to Mozilla/Netscape- but no other apps (that I can recall,
ATM). I was looking thru one bin/ directory the other day and noticed
there are two utils, wxcopy & wxpaste, which are supposed to, from what I
got out of reading the man page, copy text from files into the cutbuffers
(clipboard) and then back out again. They don't seem to work correctly-
nothing happens. With certain apps I can see text in the "xclipboard"
util, but I can't get it back out again to paste it into another
application. Then in /etc/X11/xserver, I saw a file "SecurityPolicy", with
options such as:

 property CUTBUFFER0   root  irw
 property CUTBUFFER1   root  irw
 property CUTBUFFER2   root  irw
   ...   ...
 property CUTBUFFER(x) root  irw (as in numbered 1 thru x, maybe 6 or 7
of them in total). This is only mentioned in the "SecurityPolicy" file,
and nowhere in the regular XFree Config file.

The comment next to it suggested that the option was disabled for security
reasons, because, as it stated "may give away too much info". Is this what
I'm thinking it is, e.g. the way to re-enable the cutbuffers/clipboards to
work? If so, why did Mozilla's + Nedit's work, when all others didn't ? I
checked up in /usr/lib/X11/doc, but the documentation there didn't have
the answer I was looking for, or I didn't find it in my searching
Can anyone help me unravel the mystery of the CUTBUFFER[0-x]'s, or at
least point me in the right direction? Cut & pasting between apps sure
would be helpful, and I hate to mess with config files without knowing
what I'm doing 100%.
Thanks,
Jay @
Atr2



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


Re: [XFree86] nv; Dell2001 FP; ASUS (nVidia) GeForce 4 MX: no power saving/DPMS?

2004-01-07 Thread Mark Vojkovich
  The nv driver only supports it for the VGA connector.  It's not 
supported for DVI.

Mark.

On Wed, 7 Jan 2004, Bruce Janson wrote:

> Hi,
> I am unable to get energy-saving mode to work on a monitor,
> video card, XFree86 configuration.  The details:
> 
>   Dell2001 FP monitor, DVI interface,
>   ASUS (nVidia) GeForce 4 MX video card,
>   nv driver (XFree86 4.3.99.16, Release Date: 20 November 2003).
> 
> I have tried both with and without
> 
>   Option "dpms"
> 
> in the XF86Config file.
> 
> At screenblank time (or in response to
> 
>   xset s 1
> 
> or
> 
>   xset dpms force off
> 
> commands) the screen does go black (actually dark grey) but the
> monitor does not enter its lowest power down state: I conclude
> this because in this "grey screen" state the top of the monitor
> remains warm (even after several hours) and its power light
> continues to glow green instead of orange.
> 
> Any suggestions would be appreciated.
> 
> Regards,
> bruce.
> 
> ---cut here--
> The server is started as:
> 
>   $ X :1 -xf86config /tmp/config -logfile /tmp/log -query dependo
>   $ 
> ---cut here--
> The contents of the XF86Config file is:
> 
>   $ cat /tmp/config
>   Section "Monitor"
>   Identifier  "Primary Monitor"
>   VendorName  "Dell"
>   ModelName   "2001FP"
>   HorizSync   31.0 - 80.0
>   VertRefresh 60
>   Option  "DPMS"
>   Option  "FlatPanel"
>   Option  "CrtcNumber""1"
>   EndSection
>   
>   Section "Device"
>   Identifier  "Primary Card"
>   Driver  "nv"
>   VendorName  "ASUS"
>   BoardName   "NVIDIA GeForce 4 MX (generic)"
>   Option  "sw_cursor"
>   EndSection
>   
>   Section "Pointer"
>   Protocol"PS/2"
>   Device  "/dev/psaux"
>   EndSection
>   
>   Section "Keyboard"
>   Protocol"Standard"
>   XkbRules"xfree86"
>   XkbModel"pc104"
>   XkbLayout   "us"
>   EndSection
>   
>   Section "Files"
>   RgbPath "/usr/X11R6/lib/X11/rgb"
>   EndSection
>   
>   Section "Module"
>   Load"dbe"
>   Load"extmod"
>   Load"fbdevhw"
>   Load"GLcore"
>   Load"dri"
>   Load"glx"
>   Load"record"
>   Load"freetype"
>   Load"type1"
>   EndSection
>   
>   Section "Screen"
>   Driver  "Accel"
>   Device  "Primary Card"
>   Monitor "Primary Monitor"
>   DefaultColorDepth 24
>   SubSection "Display"
>   Depth24
>   Modes"1600x1200"
>   EndSubSection
>   EndSection
>   
>   Section "DRI"
>   Group   0
>   Mode0666
>   EndSection
>   $ 
> ---cut here--
> 
> On server shutdown the logfile contains:
> 
>   $ cat /tmp/log
>   _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
>   _XSERVTransOpen: transport open failed for inet6/xpcs-g7a-0:1
>   _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
>   XDMCP warning: INET6 UDP socket creation failed
>   
>   This is a pre-release version of XFree86, and is not supported in any
>   way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
>   to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
>   please check the latest version in the XFree86 CVS repository
>   (http://www.XFree86.Org/cvs).
>   
>   XFree86 Version 4.3.99.16
>   Release Date: 20 November 2003
>   X Protocol Version 11, Revision 0, Release 6.6
>   Build Operating System: Linux 2.4.20-gentoo-r8 i686 [ELF] 
>   Current Operating System: Linux xpcs-g7a-0 2.4.22 #1 SMP Sun Dec 21 01:00:13 EST 
> 2003 i686
>   Build Date: 03 December 2003
>   Changelog Date: 02 December 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: "/tmp/log", Time: Wed Jan  7 18:37:58 2004
>   (++) Using config file: "/tmp/config"
>   (WW) No Layout section.  Using the first Screen section.
>   (**) |-->Screen "Accel" (0)
>   (**) |   |-->Monitor "Primary Monitor"
>   (**) |   |-->Device "Primary Card"
>   (==) |-->Input Device "Implicit Core Pointer"
>   (==) |-->Input Device "Implicit Core Keyboard"
>   (**) Option "Protocol" "Standard"
>   (**) Option "XkbRules" "xfree86"
>   (**) XKB: rules: "xfree86"
>   (**) Option "XkbModel" "pc104"
>   (**) XKB: model: "pc104"
>   (**) Option "XkbLayout" "us"
>   (**) XKB: layout: "us"
>   (==) Keyboard: CustomKeycode disabled
>   (WW) The core pointer device wasn't specified explici

RE: [XFree86] X 4.3.99.902 Compile error

2004-01-07 Thread Wise, Jeremey
The saga continues. As I received no help back I tried to (remember I am
not a programer:>) remark out the 'if-fi' section containing the errors
listed below, thinking it may skip this section and go on it's mary way.
It got a little farther then failed with another set of referances. I am
attaching both the ./xc/programs/xcursorgen/xcursorgen.c file and
the error output I could get from the shell session. 

Help please -> failing to understand why SuSE has these problems but
Fedora and Knoppix do not. Issue is I have to use SuSE as our companies
technical contact for SuSE.

THanks,


On Tue, 2004-01-06 at 15:24, Wise, Jeremey wrote:
> Thanks for the update. That was the fix for that error. Now a new one.
> 
> 
> SnIP)***
> 
> xcursorgen.c:262: warning: redundant redeclaration of
> 'png_destroy_read_structure' in the same scope
> xcursorgen.c:181: warning: previous declaration of
'png_destory_read_struct'
> make[4] *** [xcursorgen.o] Error 1
> make[4] Leaving directory '/home/wisej/XFreeUpdate/xc/programs/xcursorgen'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory '/home/wisej/XFreeUpdate/xc/programs'
> ...
> 
> Suggestions?
> 
> Thanks,
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
> Of JD Ross
> Sent: Tuesday, January 06, 2004 12:38 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [XFree86] X 4.3.99.902 Compile error
> 
> You need libncurses-dev.
> 
> Jay R. Ashworth wrote:
> 
> >On Tue, Jan 06, 2004 at 07:06:37AM -0500, Wise, Jeremey wrote:
> >  
> >
> >>gcc -m32 -o resize -O2 -fno-strength-reduce -fno-strict-aliasing -ansi
> >>-pedantic -Wall -Wpointer-arith
> >>-Wstrict-prototypes-Wmissing-prototypes
> >>-Wmissing-declarations -Wredundant-decls
> >>-Wnested-externs -Wundef -L../../exports/lib   resize.o
> >>xstrings.o  -lncurses -Wl,-rpath-link,../../exports/lib
>
>>/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld:
> >>cannot find -lncurses
> >>
> >>
> >
> >Normal ordinary C compilation eror -- I'm not an X Guy, and I can tell
> >you how to fix it.
> >
> >The compile is trying to build resize, and wants the ncurses
> >library... which I can't imagine *isn't* on your machine *somewhere*...
> >but clearly, it's not on the search path that GCC is looking in.
> >
> >Locate (or install) it, and then either symlink it into a useful place,
> >or modify the makefile.  (Actually, that might be the *imake*file; this
> >is where you got into "needs to be an Xguy" territory.
> >
> >I think you're gonna find out you don't have it installed, as difficult
> >as that is to fathom -- so *much* stuff uses curses.
> >
> >On second look, that error from ld seems wrong, too; it shouldn't be
> >looking for "-lncurses", it should be looking for "libncurses".  I'm
> >wondering if that's a thinko in the makefile -- perhaps the .o files
> >should be at the end; there isn't anything else after xstrings.o, which
> >may be confusing getargs in gcc.
> >
> >Noting that you're in the beta, I'm leaning towards this; I suspect
> >someone hosed the makefile.
> >
> >Cheers,
> >-- jra
> >  
> >
> 
> ___
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86
> 
> ___
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86
-- 
Jeremey Wise (440)-519-6006
Systems Consultant(CNE,MCSE,CSE)
Agilysys, Inc.
[EMAIL PROTECTED]

IBM ED PACK -Part # SB033 $4,500 ... SP Discount 11%
IBM ED CARD - Part # SB218 $8,995 ... SP Discount 8.5%

xcursorgen.c:252: error: `height' undeclared here (not in a function)
xcursorgen.c:252: warning: initialization makes integer from pointer without a cast
xcursorgen.c:252: error: initializer element is not constant
xcursorgen.c:252: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:254: error: parse error before "for"
xcursorgen.c:257: warning: type defaults to `int' in declaration of `png_read_image'
xcursorgen.c:257: warning: parameter names (without types) in function declaration
xcursorgen.c:257: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:258: warning: type defaults to `int' in declaration of `png_read_end'
xcursorgen.c:258: warning: parameter names (without types) in function declaration
xcursorgen.c:258: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:260: warning: type defaults to `int' in declaration of `free'
xcursorgen.c:260: warning: parameter names (without types) in function declaration
xcursorgen.c:260: error: conflicting types for `free'
/usr/include/stdlib.h:569: error: previous declaration of `free'
xcursorgen.c:260: warning: redundant redeclaration of `free' in same scope
/usr/include/stdlib.h:569: warning: previous declaration of `free'
xcursorgen.c:260: error: ISO C forbids data definition with no type or s

[XFree86] IBM FireGL2 Driver

2004-01-07 Thread Sundar Ranganathan
Dear Sir/Madam,
Is the above card supported or likely to be supported on XFree86 ?
Thanks
Sundar

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


Re: [XFree86] IBM FireGL2 Driver

2004-01-07 Thread Lloyd A Treinish
The FireGL2/3/4 is not supported under XFree86 4.3.x.  The last release was
over a year ago for 4.2 and glibc22.  I was in a similar situation with a
FireGL4 with RH9.  ATI did not respond to my inquiries about a new driver.
I confirmed the support issue with some of the IBM folks that were involved
in building systems a couple of years ago that included these cards from
the factory.  As a result, I replaced the FireGL4 with an nVidia card and
gave the FireGL4 to a Windows user.  ATI still provides Windows support for
the card.
   

   

   


Interestingly enough when I recently inquired about the lack of support for
the FireGL T2 in the IBM Thinkpad R50p, ATI responded right away.  They
acknowledge the problem and had an updated driver available on the web site
within a couple of weeks (posted 12/29/2003).

--
Lloyd A. Treinish
Mathematical Sciences
IBM Thomas J. Watson Research Center
1101 Kitchawan Road
P. O. Box 218
Yorktown Heights, NY 10598
914-945-2770 (voice)
914-945-3434 (facsimile)
[EMAIL PROTECTED]
http://www.research.ibm.com/people/l/lloydt/
http://www.research.ibm.com/weather


   
  
  Sundar   
  
  Ranganathan  To:   [EMAIL PROTECTED] 

  <[EMAIL PROTECTED]cc:
   
  nc.com>  Subject:  [XFree86] IBM FireGL2 Driver  
  
  Sent by: 
  
  [EMAIL PROTECTED]
  
  ee86.Org 
  
   
  
   
  
  01/07/2004 04:42 
  
  PM   
  
  Please respond to
  
  xfree86  
  
   
  
   
  




Dear Sir/Madam,
Is the above card supported or likely to be supported on XFree86 ?
Thanks
Sundar

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



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


[XFree86] (no subject)

2004-01-07 Thread Jon Warren
-Jon Warren
Phone: 402-894-7043
Email: [EMAIL PROTECTED]

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


Re: [XFree86] (no subject)

2004-01-07 Thread Jay R. Ashworth
On Wed, Jan 07, 2004 at 04:11:36PM -0600, Jon Warren wrote:
> -Jon Warren
> Phone: 402-894-7043
> Email: [EMAIL PROTECTED]

We're *so* glad to hear that, Jon.  :-)

Cheers,
-- jra
-- 
Jay R. Ashworth[EMAIL PROTECTED]
Member of the Technical Staff Baylink RFC 2100
The Suncoast Freenet The Things I Think
Tampa Bay, Floridahttp://baylink.pitas.com +1 727 647 1274

Come see Linux Gazette in our new home: www.linuxgazette.net!
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] server keeps restarting.

2004-01-07 Thread Christopher Thom
Quoth Swapnil Bhatia:

> Xfree86 log:
> ---
> Could not init font path element unix/:7100, removing from list!
> Fatal server error:
> could not open default font 'fixed'

since you didn't give us your log file, I wouldn't bet my life on it, but
this is almost always a problem with xfs (as the previous response pointed
out).  start xfs or get rid of the unix/:7100 line from your config file.

and read the archives for a million responses to the same question (might
have more detail).

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


Re: [XFree86] nv; Dell2001 FP; ASUS (nVidia) GeForce 4 MX: no power

2004-01-07 Thread Bruce Janson
From [EMAIL PROTECTED] Thu Jan 08 08:21:39 2004
...
From: Mark Vojkovich <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] nv; Dell2001 FP; ASUS (nVidia) GeForce 4 MX: no power 
saving/DPMS?
...
Date: Wed, 7 Jan 2004 13:16:11 -0800 (PST)
...

On Wed, 7 Jan 2004, Bruce Janson wrote:
...
> Hi,
> I am unable to get energy-saving mode to work on a monitor,
> video card, XFree86 configuration.  The details:
> 
>   Dell2001 FP monitor, DVI interface,
>   ASUS (nVidia) GeForce 4 MX video card,
>   nv driver (XFree86 4.3.99.16, Release Date: 20 November 2003).
> 
> I have tried both with and without
> 
>   Option "dpms"
> 
> in the XF86Config file.
> 
> At screenblank time (or in response to
> 
>   xset s 1
> 
> or
> 
>   xset dpms force off
> 
> commands) the screen does go black (actually dark grey) but the
> monitor does not enter its lowest power down state: I conclude
> this because in this "grey screen" state the top of the monitor
> remains warm (even after several hours) and its power light
> continues to glow green instead of orange.
> 
> Any suggestions would be appreciated.
> 
> Regards,
> bruce.
> 
> ---cut here--
> The server is started as:
> 
>   $ X :1 -xf86config /tmp/config -logfile /tmp/log -query dependo
>   $ 
> ---cut here--
> The contents of the XF86Config file is:
> 
>   $ cat /tmp/config
>   Section "Monitor"
>   Identifier  "Primary Monitor"
>   VendorName  "Dell"
>   ModelName   "2001FP"
>   HorizSync   31.0 - 80.0
>   VertRefresh 60
>   Option  "DPMS"
>   Option  "FlatPanel"
>   Option  "CrtcNumber""1"
>   EndSection
>   
>   Section "Device"
>   Identifier  "Primary Card"
>   Driver  "nv"
>   VendorName  "ASUS"
>   BoardName   "NVIDIA GeForce 4 MX (generic)"
>   Option  "sw_cursor"
>   EndSection
>   
>   Section "Pointer"
>   Protocol"PS/2"
>   Device  "/dev/psaux"
>   EndSection
>   
>   Section "Keyboard"
>   Protocol"Standard"
>   XkbRules"xfree86"
>   XkbModel"pc104"
>   XkbLayout   "us"
>   EndSection
>   
>   Section "Files"
>   RgbPath "/usr/X11R6/lib/X11/rgb"
>   EndSection
>   
>   Section "Module"
>   Load"dbe"
>   Load"extmod"
>   Load"fbdevhw"
>   Load"GLcore"
>   Load"dri"
>   Load"glx"
>   Load"record"
>   Load"freetype"
>   Load"type1"
>   EndSection
>   
>   Section "Screen"
>   Driver  "Accel"
>   Device  "Primary Card"
>   Monitor "Primary Monitor"
>   DefaultColorDepth 24
>   SubSection "Display"
>   Depth24
>   Modes"1600x1200"
>   EndSubSection
>   EndSection
>   
>   Section "DRI"
>   Group   0
>   Mode0666
>   EndSection
>   $ 
> ---cut here--
> 
> On server shutdown the logfile contains:
> 
>   $ cat /tmp/log
>   _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
>   _XSERVTransOpen: transport open failed for inet6/xpcs-g7a-0:1
>   _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
>   XDMCP warning: INET6 UDP socket creation failed
>   
>   This is a pre-release version of XFree86, and is not supported in any
>   way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
>   to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
>   please check the latest version in the XFree86 CVS repository
>   (http://www.XFree86.Org/cvs).
>   
>   XFree86 Version 4.3.99.16
>   Release Date: 20 November 2003
>   X Protocol Version 11, Revision 0, Release 6.6
>   Build Operating System: Linux 2.4.20-gentoo-r8 i686 [ELF] 
>   Current Operating System: Linux xpcs-g7a-0 2.4.22 #1 SMP Sun Dec 21 01:00:13 
EST 2003 i686
>   Build Date: 03 December 2003
>   Changelog Date: 02 December 2003
>   Before reporting problems, check http://www.XFree86.Org/
>   to make sure that you have the latest version.
>   Module Loader present
>   Markers: (--) probed, (**)

Re: [XFree86] nv; Dell2001 FP; ASUS (nVidia) GeForce 4 MX: no power

2004-01-07 Thread Mark Vojkovich
On Thu, 8 Jan 2004, Bruce Janson wrote:

>   The nv driver only supports it for the VGA connector.  It's not 
> supported for DVI.
> ...
> 
> Mark,
> Thanks for the prompt and informative reply.  Any chance
> that this feature will be added soon?  (How might I help?)
> 

   At the moment I don't know how to do it.  I'll have to do
some research on what needs to be done and in what cases.  It's
definitely not going to go into XFree86 4.4.  It's too risky to
be making those kinds of changes so close to a release.


Mark.

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


Re: [XFree86] X 4.3.99.902 Compile error

2004-01-07 Thread George Socker
On Tuesday, January 06 2004 12:38 pm, JD Ross wrote:
> You need libncurses-dev.
>
> Jay R. Ashworth wrote:
> >On Tue, Jan 06, 2004 at 07:06:37AM -0500, Wise, Jeremey wrote:
> >>gcc -m32 -o resize -O2 -fno-strength-reduce -fno-strict-aliasing
> >> -ansi -pedantic -Wall -Wpointer-arith
> >>-Wstrict-prototypes-Wmissing-prototypes
> >>-Wmissing-declarations -Wredundant-decls
> >>-Wnested-externs -Wundef -L../../exports/lib   resize.o
> >>xstrings.o  -lncurses -Wl,-rpath-link,../../exports/lib
> >>/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/
> >>bin/ld: cannot find -lncurses
> >
> >Normal ordinary C compilation eror -- I'm not an X Guy, and I can
> > tell you how to fix it.
> >

> >
> >On second look, that error from ld seems wrong, too; it shouldn't be
> >looking for "-lncurses", it should be looking for "libncurses".  I'm
> >wondering if that's a thinko in the makefile -- perhaps the .o files
> >should be at the end; there isn't anything else after xstrings.o,
> > which may be confusing getargs in gcc.
> >
Actually, it should be "-lncurses". The linker automatically turns given 
library names into "libxxx.so". If you use "-llibncurses", the linker 
will look for "liblibncurses.so" and will fail.
> >
> >Cheers,
> >-- jra
>
> ___
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86


pgp0.pgp
Description: signature


Re: [XFree86] X 4.3.99.902 Compile error

2004-01-07 Thread Jay R. Ashworth
On Wed, Jan 07, 2004 at 08:00:29PM -0500, George Socker wrote:
> On Tuesday, January 06 2004 12:38 pm, JD Ross wrote:
> > You need libncurses-dev.
> >
> > Jay R. Ashworth wrote:
> > >On Tue, Jan 06, 2004 at 07:06:37AM -0500, Wise, Jeremey wrote:
> > >>gcc -m32 -o resize -O2 -fno-strength-reduce -fno-strict-aliasing
> > >> -ansi -pedantic -Wall -Wpointer-arith
> > >>-Wstrict-prototypes-Wmissing-prototypes
> > >>-Wmissing-declarations -Wredundant-decls
> > >>-Wnested-externs -Wundef -L../../exports/lib   resize.o
> > >>xstrings.o  -lncurses -Wl,-rpath-link,../../exports/lib
> > >>/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/
> > >>bin/ld: cannot find -lncurses
> > >
> > >Normal ordinary C compilation eror -- I'm not an X Guy, and I can
> > > tell you how to fix it.
> > >
> > >On second look, that error from ld seems wrong, too; it shouldn't be
> > >looking for "-lncurses", it should be looking for "libncurses".  I'm
> > >wondering if that's a thinko in the makefile -- perhaps the .o files
> > >should be at the end; there isn't anything else after xstrings.o,
> > > which may be confusing getargs in gcc.
> > >
> Actually, it should be "-lncurses". The linker automatically turns given 
> library names into "libxxx.so". If you use "-llibncurses", the linker 
> will look for "liblibncurses.so" and will fail.

I wasn't clear on two points: the -lncurses switch, which *is* present
on the command line in the makefile, should be causing the linker to
look for libncurses, *which it clearly is not* from the error message.

Secondly, that may be *happening* (I thought) because there is no file
name following those switches on the linker command line... but
apparently the linker *would* tolerate that (and incidentally, "is
generating a misleading error") since all he did was install the missing
ncurses-devel package (so far as I know), and the problem went away.

Cheers,
-- jra
-- 
Jay R. Ashworth[EMAIL PROTECTED]
Member of the Technical Staff Baylink RFC 2100
The Suncoast Freenet The Things I Think
Tampa Bay, Floridahttp://baylink.pitas.com +1 727 647 1274

Come see Linux Gazette in our new home: www.linuxgazette.net!
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X server refuses to start on integrated S3 ProSavage8

2004-01-07 Thread Ross
Whatever I try, I can't get this X server to work. Recently, I reconfigured it so that the server can see all 32M that the graphics chip can use, but it dropped me out with "Fatal server error: AddScreen/ScreenInit failed for driver 0" error message. I am running Debian 3.0r1 "woody" on an L7VMM2 bargain board(VIA KM266 chipset). Note that, for some reason, XF86Setup is missing.
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes

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


[XFree86] Video Memory?

2004-01-07 Thread Eric F Crist
Hello,

How do I find out how much video memory I have available for the system.  I 
can use OpenGL, but it really lacks performance.  I only use this for 
screensavers, but I still want max performance.

TIA
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86 4.4 release...?

2004-01-07 Thread David Dawes
On Wed, Jan 07, 2004 at 09:03:08PM +0100, The NeverGone wrote:
>Hy... !
>
>When will be released the new version of xfree8 (Xfree86 4.4) ...?

The second 4.4 release candidate came out a few weeks ago.  We still
have a steady stream of bug reports coming in, and a lot more testing
going on.  The new release should be ready once that all settles down.

>And hardware-based transparency...?

A future release :-)

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


[XFree86] Xree86 4.0.3

2004-01-07 Thread sobieh
I have just started on Linux Mandrake 8
I need to install drivers for Ati Radeon 9200
but it requires xfree 4.1.0
How to install xfree 4.1.0 on mandrake 8

Please help me.


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


[XFree86] Problems iIn Changing Video Modes

2004-01-07 Thread Kathy Wills
Using the screen size "1024x768" most of the fonts are so small that I 
can't hardly see them. If I change the mode to "800x600" which is much 
easeier for me to read then the video becomes so large that a lot of it 
isn't even on my monitor screen.  I would like to change the mode and 
have all within what I can see on my monitor. Attached is a copy of my 
XF86Config. I have tried everything I can think of to fix this. Can 
someone please help.

--
Kathy Wills
+
+ Genealogy Web Site: http://www.kathywillsfamily.com   +
+   +
+
# File generated by xf86config.

#
# 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.
# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section "Module"

# This loads the DBE extension module.

Load"dbe"   # Double buffer extension

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

# This loads the font modules
Load"type1"
Load"freetype"
Load"speedo"

# This loads the GLX module
Load   "glx"

EndSection

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

Section "Files"
  FontPath  "/usr/X11R6/lib/X11/fonts/local"
  FontPath  "/usr/X11R6/lib/X11/fonts/misc"
  FontPath  "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath  "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath  "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath  "/usr/X11R6/lib/X11/fonts/CID"
  FontPath  "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath  "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath  "/usr/X11R6/lib/X11/fonts/TTF"

# 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 in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 


# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#ModulePath "/usr/X11R6/lib/modules"

EndSection

# **
# Server flags section.
# **

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option "NoTrapSignals"

# Uncomment this to disable the  VT swi

[XFree86] disable right click

2004-01-07 Thread agftech lists
Hi

I want to disable the right click of the mouse completely but still keep
using the wheel of my PS/2 mouse.
Not sure if some option in XFree86 configuration file would do it.
Some mailing list also talked about using xmodmap to do so.
I am RH Linux 9.
Guidance highly appreciated.

Regards

__
Aman Raheja
AGF Technologies
http://www.agftech.com
__

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


Re: [XFree86] disable right click

2004-01-07 Thread agftech lists
Replying to myself
Partially solved my problem by editing the XFree86 configuration file
/etc/X11/XFree86

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "PS/2"
Option  "Device" "/dev/mouse"
#   Option  "ZAxisMapping" "4 5"
#   Option  "Emulate3Buttons" "yes"
Option  "Buttons"   "1"
EndSection

I added the line
Option "Buttons" "1"
and commented two lines as above.

But the issue is that I want the scrolling feature, though I have
disabled it as seen above. If I enable Option "ZAxisMapping" "4 5" then
right click also works which I don't want.

Suggestions?

Regards
Aman Raheja


On Wed, 2004-01-07 at 23:33, agftech lists wrote:
> Hi
> 
> I want to disable the right click of the mouse completely but still keep
> using the wheel of my PS/2 mouse.
> Not sure if some option in XFree86 configuration file would do it.
> Some mailing list also talked about using xmodmap to do so.
> I am RH Linux 9.
> Guidance highly appreciated.
> 
> Regards
> 
> __
> Aman Raheja
> AGF Technologies
> http://www.agftech.com
> __
> 
> ___
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86

__
Aman Raheja
AGF Technologies
http://www.agftech.com
__

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


[XFree86] Compose key not working in RH9 apps

2004-01-07 Thread Peter B. West
I am using RH9 with KDE.  I find that my compose key is working in 
gnome-terminal, gedit and other Gnome apps, but not working (or working 
badly in KDE apps.)  In some KDE apps, e.g., the composed character only 
appears when the following character is input.

Compose does not work in xterm.  I get nothing back at all. My locale is 
en_AU.UTF-8.  Does anyone have any idea what might be wrong?

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