Home | Fedora Core 4 Tutorial | Linux Tutorials | Linux Games | Linux Java | Linux Kernal | Linux Firewall | Linux Database | Linux Distributions | Linux Firewall GUI | Linux Distributions | Linux Firewall

 


 

Search Host

Monthly Fee($)
Disk Space (MB)
Register With us for Newsletter!
Visit Forum! Post Questions!
Jobs At RoseIndia.net!

Have tutorials?
Add your tutorial to our Java Resource and get tons of hits.

We offer free hosting for your tutorials. and exposure for thousands of readers. drop a mail
roseindia_net@yahoo.com
 
   

Tutorials

Java Server Pages

JAXB

Java Beans

JDBC

MySQL

Java Servlets

Struts

Bioinformatics

Java Code Examples

Interview Questions

 
Join For Newsletter

Powered by groups.yahoo.com
Visit Group! Post Questions!

Web Promotion

Web Submission

Submit Sites

Manual Submission?

Web Promotion Guide

Hosting Companies

Web Hosting Guide

Web Hosting

Linux

Beginner Guide to Linux Server

Linux Distribution

Major Linux Distribution

Linux FTP Software

Frameworks

Persistence Framework

Web Frameworks

Free EAI Tools

Web Servers

Aspect Oriented Programming

Free Proxy Servers

Softwares

Adware & Spyware Remover

Open Source Softwares

Next Previous Contents

10. XF86Config and Xconfig file examples

The location of your configuration file for X depends on the particular release and distribution you have. It will probably be either /etc/Xconfig, /etc/XF86Config or /usr/X11/lib/X11/XF86Config. You should see which one it is when you start X - it will be echoed to the screen before all the options are displayed. The syntax is slightly different between the XF86Config and Xconfig files, so both are given.

Microsoft Serial Mouse

  • XF86config:
    Section "Pointer"
        Protocol "microsoft"
        Device "/dev/mouse"
    EndSection
    
  • Xconfig:
    #
    # Mouse definition and related parameters
    #
    Microsoft      "/dev/mouse"
    

Microsoft Serial Mouse with Three Button Emulation

  • XF86config:
    Section "Pointer"
        Protocol "microsoft"
        Device "/dev/mouse"
        Emulate3Buttons
    EndSection
    
  • Xconfig:
    #   
    # Mouse definition and related parameters
    #
    Microsoft      "/dev/mouse"
    Emulate3Buttons
    

MouseSystems Three Button Serial Mouse

  • XF86config:
    Section "Pointer"
        Protocol "mousesystems"
        Device "/dev/mouse"
        ClearDTR            #  These two lines probably won't be needed,
        ClearRTS            #  try without first and then just the DTR
    EndSection
    
  • Xconfig:
    #
    # Mouse definition and related parameters
    #
    MouseSystems    "/dev/mouse"
    ClearDTR                #  These two lines probably won't be needed,
    ClearRTS                #  try without first and then just the DTR
    

Microsoft Serial Mouse with gpm -R

  • XF86config:
    Section "Pointer"
        Protocol "MouseSystems"
        Device "/dev/gpmdata"
    EndSection
    
  • Xconfig:
    #
    # Mouse definition and related parameters
    #
    MouseSystems      "/dev/gpmdata"
    


Next Previous Contents
Search Tutorials

Linux Distributions

Fedora

Slackware
SuSe
Mandrake
Knoppix
Mepis
Debian
All Distors....
 

 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.