[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] Re: [Linux-India] X config
- Subject: Re: [LI] Re: [Linux-India] X config
- From: "Jay Nambiar" <jay_nambiar@xxxxxxxxx>
- Date: Sun, 15 Aug 1999 13:28:39 +0530
This is a multi-part message in MIME format.
- ------=_NextPart_000_0008_01BEE722.164B71E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Hi Amol,
I use the i740 card and my own installation is far from perfect. I have
attached my /etc/XF86Config file..see if it helps.
Jay
> Hi,
>
> I have downloaded the files. But no go. I have already sent the
> response these programs give after installtion.
>
> Amol
- ------=_NextPart_000_0008_01BEE722.164B71E0
Content-Type: application/octet-stream;
name="XF86Config"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="XF86Config"
# File generated by xf86config.=0A=
=0A=
#=0A=
# Copyright (c) 1995 by The XFree86 Project, Inc.=0A=
#=0A=
# Permission is hereby granted, free of charge, to any person obtaining a=0A=
# copy of this software and associated documentation files (the =
"Software"),=0A=
# to deal in the Software without restriction, including without =
limitation=0A=
# the rights to use, copy, modify, merge, publish, distribute, =
sublicense,=0A=
# and/or sell copies of the Software, and to permit persons to whom the=0A=
# Software is furnished to do so, subject to the following conditions:=0A=
# =0A=
# The above copyright notice and this permission notice shall be =
included in=0A=
# all copies or substantial portions of the Software.=0A=
# =0A=
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, =
EXPRESS OR=0A=
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF =
MERCHANTABILITY,=0A=
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT =
SHALL=0A=
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER =
LIABILITY,=0A=
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT =
OF=0A=
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE=0A=
# SOFTWARE.=0A=
# =0A=
# Except as contained in this notice, the name of the XFree86 Project =
shall=0A=
# not be used in advertising or otherwise to promote the sale, use or =
other=0A=
# dealings in this Software without prior written authorization from the=0A=
# XFree86 Project.=0A=
#=0A=
=0A=
# **********************************************************************=0A=
# Refer to the XF86Config(4/5) man page for details about the format of =0A=
# this file.=0A=
# **********************************************************************=0A=
=0A=
# **********************************************************************=0A=
# Files section. This allows default font and rgb paths to be set=0A=
# **********************************************************************=0A=
=0A=
Section "Files"=0A=
=0A=
# The location of the RGB database. Note, this is the name of the=0A=
# file minus the extension (like ".txt" or ".db"). There is normally=0A=
# no need to change the default.=0A=
=0A=
RgbPath "/usr/X11R6/lib/X11/rgb"=0A=
=0A=
# Multiple FontPath entries are allowed (which are concatenated =
together),=0A=
# as well as specifying multiple comma-separated entries in one FontPath=0A=
# command (or a combination of both methods)=0A=
# =0A=
# If you don't have a floating point coprocessor and emacs, Mosaic or =
other=0A=
# programs take long to start up, try moving the Type1 and Speedo =
directory=0A=
# to the end of this list (or comment them out).=0A=
# =0A=
=0A=
# FontPath "/usr/X11R6/lib/X11/fonts/local/"=0A=
FontPath "/usr/X11R6/lib/X11/fonts/misc/"=0A=
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"=0A=
# FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"=0A=
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"=0A=
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"=0A=
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"=0A=
# FontPath "/usr/X11R6/lib/X11/fonts/100dpi=0A=
# FontPath "tcp/localhost:7100" =0A=
FontPath "unix/:7100"=0A=
=0A=
# For OSs that support Dynamically loaded modules, ModulePath can be=0A=
# used to set a search path for the modules. This is currently supported=0A=
# for Linux ELF, FreeBSD 2.x and NetBSD 1.x. The default path is shown=0A=
# here.=0A=
=0A=
# ModulePath "/usr/X11R6/lib/modules"=0A=
=0A=
EndSection=0A=
=0A=
# **********************************************************************=0A=
# Module section -- this is an optional section which is used to specify=0A=
# which dynamically loadable modules to load. Dynamically loadable=0A=
# modules are currently supported only for Linux ELF, FreeBSD 2.x=0A=
# and NetBSD 1.x. Currently, dynamically loadable modules are used=0A=
# only for some extended input (XInput) device drivers.=0A=
# **********************************************************************=0A=
#=0A=
# Section "Module"=0A=
#=0A=
# This loads the module for the Joystick driver=0A=
#=0A=
# Load "xf86Jstk.so"=0A=
# =0A=
# EndSection=0A=
=0A=
# **********************************************************************=0A=
# Server flags section.=0A=
# **********************************************************************=0A=
=0A=
Section "ServerFlags"=0A=
=0A=
# Uncomment this to cause a core dump at the spot where a signal is =0A=
# received. This may leave the console in an unusable state, but may=0A=
# provide a better stack trace in the core dump to aid in debugging=0A=
=0A=
# NoTrapSignals=0A=
=0A=
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence=0A=
# This allows clients to receive this key event.=0A=
=0A=
# DontZap=0A=
=0A=
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching=0A=
# sequences. This allows clients to receive these key events.=0A=
=0A=
# DontZoom=0A=
=0A=
# Uncomment this to disable tuning with the xvidtune client. With=0A=
# it the client can still run and fetch card and monitor attributes,=0A=
# but it will not be allowed to change them. If it tries it will=0A=
# receive a protocol error.=0A=
=0A=
# DisableVidModeExtension=0A=
=0A=
# Uncomment this to enable the use of a non-local xvidtune client. =0A=
=0A=
# AllowNonLocalXvidtune=0A=
=0A=
# Uncomment this to disable dynamically modifying the input device=0A=
# (mouse and keyboard) settings. =0A=
=0A=
# DisableModInDev=0A=
=0A=
# Uncomment this to enable the use of a non-local client to=0A=
# change the keyboard or mouse settings (currently only xset).=0A=
=0A=
# AllowNonLocalModInDev=0A=
=0A=
EndSection=0A=
=0A=
# **********************************************************************=0A=
# Input devices=0A=
# **********************************************************************=0A=
=0A=
# **********************************************************************=0A=
# Keyboard section=0A=
# **********************************************************************=0A=
=0A=
Section "Keyboard"=0A=
=0A=
Protocol "Standard"=0A=
=0A=
# when using XQUEUE, comment out the above line, and uncomment the=0A=
# following line=0A=
=0A=
# Protocol "Xqueue"=0A=
=0A=
AutoRepeat 500 5=0A=
# Let the server do the NumLock processing. This should only be required=0A=
# when using pre-R6 clients=0A=
# ServerNumLock=0A=
=0A=
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))=0A=
# Xleds 1 2 3=0A=
=0A=
# To set the LeftAlt to Meta, RightAlt key to ModeShift, =0A=
# RightCtl key to Compose, and ScrollLock key to ModeLock:=0A=
=0A=
# LeftAlt Meta=0A=
# RightAlt ModeShift=0A=
# RightCtl Compose=0A=
# ScrollLock ModeLock=0A=
=0A=
# To disable the XKEYBOARD extension, uncomment XkbDisable.=0A=
=0A=
# XkbDisable=0A=
=0A=
# To customise the XKB settings to suit your keyboard, modify the=0A=
# lines below (which are the defaults). For example, for a non-U.S.=0A=
# keyboard, you will probably want to use:=0A=
# XkbModel "pc102"=0A=
# If you have a US Microsoft Natural keyboard, you can use:=0A=
# XkbModel "microsoft"=0A=
#=0A=
# Then to change the language, change the Layout setting.=0A=
# For example, a german layout can be obtained with:=0A=
# XkbLayout "de"=0A=
# or:=0A=
# XkbLayout "de"=0A=
# XkbVariant "nodeadkeys"=0A=
#=0A=
# If you'd like to switch the positions of your capslock and=0A=
# control keys, use:=0A=
# XkbOptions "ctrl:swapcaps"=0A=
=0A=
# These are the default XKB settings for XFree86=0A=
# XkbRules "xfree86"=0A=
# XkbModel "pc101"=0A=
# XkbLayout "us"=0A=
# XkbVariant ""=0A=
# XkbOptions ""=0A=
=0A=
XkbKeymap "xfree86(us)"=0A=
=0A=
=0A=
EndSection=0A=
=0A=
=0A=
# **********************************************************************=0A=
# Pointer section=0A=
# **********************************************************************=0A=
=0A=
Section "Pointer"=0A=
Protocol "PS/2"=0A=
Device "/dev/mouse"=0A=
=0A=
# When using XQUEUE, comment out the above two lines, and uncomment=0A=
# the following line.=0A=
=0A=
# Protocol "Xqueue"=0A=
=0A=
# Baudrate and SampleRate are only for some Logitech mice=0A=
# or for the AceCad tablets which require 9600 baud=0A=
=0A=
# BaudRate 9600=0A=
# SampleRate 150=0A=
=0A=
# Emulate3Buttons is an option for 2-button Microsoft mice=0A=
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)=0A=
=0A=
Emulate3Buttons=0A=
Emulate3Timeout 50=0A=
=0A=
# ChordMiddle is an option for some 3-button Logitech mice=0A=
=0A=
# ChordMiddle=0A=
=0A=
EndSection=0A=
=0A=
=0A=
# **********************************************************************=0A=
# Xinput section -- this is optional and is required only if you=0A=
# are using extended input devices. This is for example only. Refer=0A=
# to the XF86Config man page for a description of the options.=0A=
# **********************************************************************=0A=
#=0A=
# Section "Xinput" =0A=
# SubSection "WacomStylus"=0A=
# Port "/dev/ttyS1"=0A=
# DeviceName "Wacom"=0A=
# EndSubSection=0A=
# SubSection "WacomCursor"=0A=
# Port "/dev/ttyS1"=0A=
# EndSubSection=0A=
# SubSection "WacomEraser"=0A=
# Port "/dev/ttyS1"=0A=
# EndSubSection=0A=
#=0A=
# SubSection "Elographics"=0A=
# Port "/dev/ttyS1"=0A=
# DeviceName "Elo"=0A=
# MinimumXPosition 300=0A=
# MaximumXPosition 3500=0A=
# MinimumYPosition 300=0A=
# MaximumYPosition 3500=0A=
# Screen 0=0A=
# UntouchDelay 10=0A=
# ReportDelay 10=0A=
# EndSubSection=0A=
#=0A=
# SubSection "Joystick"=0A=
# Port "/dev/joy0"=0A=
# DeviceName "Joystick"=0A=
# TimeOut 10=0A=
# MinimumXPosition 100=0A=
# MaximumXPosition 1300=0A=
# MinimumYPosition 100=0A=
# MaximumYPosition 1100=0A=
# # CenterX 700=0A=
# # CenterY 600=0A=
# Delta 20=0A=
# EndSubSection=0A=
#=0A=
# The Mouse Subsection contains the same type of entries as the=0A=
# standard Pointer Section (see above), with the addition of the=0A=
# DeviceName entry.=0A=
#=0A=
# SubSection "Mouse" =0A=
# Port "/dev/mouse2"=0A=
# DeviceName "Second Mouse"=0A=
# Protocol "Logitech"=0A=
# EndSubSection=0A=
# EndSection=0A=
=0A=
# **********************************************************************=0A=
# Monitor section=0A=
# **********************************************************************=0A=
=0A=
# Any number of monitor sections may be present=0A=
=0A=
Section "Monitor"=0A=
=0A=
Identifier "My Monitor"=0A=
VendorName "Unknown"=0A=
ModelName "Unknown"=0A=
=0A=
# HorizSync is in kHz unless units are specified.=0A=
# HorizSync may be a comma separated list of discrete values, or a=0A=
# comma separated list of ranges of values.=0A=
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S=0A=
# USER MANUAL FOR THE CORRECT NUMBERS.=0A=
=0A=
HorizSync 31.5 - 37.9=0A=
=0A=
# HorizSync 30-64 # multisync=0A=
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies=0A=
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies=0A=
=0A=
# VertRefresh is in Hz unless units are specified.=0A=
# VertRefresh may be a comma separated list of discrete values, or a=0A=
# comma separated list of ranges of values.=0A=
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S=0A=
# USER MANUAL FOR THE CORRECT NUMBERS.=0A=
=0A=
VertRefresh 50-90=0A=
=0A=
# Modes can be specified in two formats. A compact one-line format, or=0A=
# a multi-line format.=0A=
=0A=
# These two are equivalent=0A=
=0A=
# ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 =
Interlace=0A=
=0A=
# Mode "1024x768i"=0A=
# DotClock 45=0A=
# HTimings 1024 1048 1208 1264=0A=
# VTimings 768 776 784 817=0A=
# Flags "Interlace"=0A=
# EndMode=0A=
=0A=
# This is a set of standard mode timings. Modes that are out of monitor =
spec=0A=
# are automatically deleted by the server (provided the HorizSync and=0A=
# VertRefresh lines are correct), so there's no immediate need to=0A=
# delete mode timings (unless particular mode timings don't work on your=0A=
# monitor). With these modes, the best standard mode that your monitor=0A=
# and video card can support for a given resolution is automatically=0A=
# used.=0A=
=0A=
# 640x400 @ 70 Hz, 31.5 kHz hsync=0A=
Modeline "640x400" 25.175 640 664 760 800 400 409 411 450=0A=
# 640x480 @ 60 Hz, 31.5 kHz hsync=0A=
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525=0A=
# 800x600 @ 56 Hz, 35.15 kHz hsync=0A=
ModeLine "800x600" 36 800 824 896 1024 600 601 603 625=0A=
# 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync=0A=
Modeline "1024x768" 44.9 1024 1048 1208 1264 768 776 784 817 =
Interlace=0A=
=0A=
# 640x400 @ 85 Hz, 37.86 kHz hsync=0A=
Modeline "640x400" 31.5 640 672 736 832 400 401 404 445 =
- -HSync +VSync=0A=
# 640x480 @ 72 Hz, 36.5 kHz hsync=0A=
Modeline "640x480" 31.5 640 680 720 864 480 488 491 521=0A=
# 640x480 @ 75 Hz, 37.50 kHz hsync=0A=
ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 =
- -HSync -VSync=0A=
# 800x600 @ 60 Hz, 37.8 kHz hsync=0A=
Modeline "800x600" 40 800 840 968 1056 600 601 605 628 =
+hsync +vsync=0A=
=0A=
# 640x480 @ 85 Hz, 43.27 kHz hsync=0A=
Modeline "640x480" 36 640 696 752 832 480 481 484 509 =
- -HSync -VSync=0A=
# 1152x864 @ 89 Hz interlaced, 44 kHz hsync=0A=
ModeLine "1152x864" 65 1152 1168 1384 1480 864 865 875 985 =
Interlace=0A=
=0A=
# 800x600 @ 72 Hz, 48.0 kHz hsync=0A=
Modeline "800x600" 50 800 856 976 1040 600 637 643 666 =
+hsync +vsync=0A=
# 1024x768 @ 60 Hz, 48.4 kHz hsync=0A=
Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 =
- -hsync -vsync=0A=
=0A=
# 640x480 @ 100 Hz, 53.01 kHz hsync=0A=
Modeline "640x480" 45.8 640 672 768 864 480 488 494 530 =
- -HSync -VSync=0A=
# 1152x864 @ 60 Hz, 53.5 kHz hsync=0A=
Modeline "1152x864" 89.9 1152 1216 1472 1680 864 868 876 892 =
- -HSync -VSync=0A=
# 800x600 @ 85 Hz, 55.84 kHz hsync=0A=
Modeline "800x600" 60.75 800 864 928 1088 600 616 621 657 =
- -HSync -VSync=0A=
=0A=
# 1024x768 @ 70 Hz, 56.5 kHz hsync=0A=
Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 =
- -hsync -vsync=0A=
# 1280x1024 @ 87 Hz interlaced, 51 kHz hsync=0A=
Modeline "1280x1024" 80 1280 1296 1512 1568 1024 1025 1037 1165 =
Interlace=0A=
=0A=
# 800x600 @ 100 Hz, 64.02 kHz hsync=0A=
Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 =
- -HSync -VSync=0A=
# 1024x768 @ 76 Hz, 62.5 kHz hsync=0A=
Modeline "1024x768" 85 1024 1032 1152 1360 768 784 787 823=0A=
# 1152x864 @ 70 Hz, 62.4 kHz hsync=0A=
Modeline "1152x864" 92 1152 1208 1368 1474 864 865 875 895=0A=
# 1280x1024 @ 61 Hz, 64.2 kHz hsync=0A=
Modeline "1280x1024" 110 1280 1328 1512 1712 1024 1025 1028 1054=0A=
=0A=
# 1024x768 @ 85 Hz, 70.24 kHz hsync=0A=
Modeline "1024x768" 98.9 1024 1056 1216 1408 768 782 788 822 -HSync =
- -VSync=0A=
# 1152x864 @ 78 Hz, 70.8 kHz hsync=0A=
Modeline "1152x864" 110 1152 1240 1324 1552 864 864 876 908=0A=
=0A=
# 1280x1024 @ 70 Hz, 74.59 kHz hsync=0A=
Modeline "1280x1024" 126.5 1280 1312 1472 1696 1024 1032 1040 1068 =
- -HSync -VSync=0A=
# 1600x1200 @ 60Hz, 75.00 kHz hsync=0A=
Modeline "1600x1200" 162 1600 1664 1856 2160 1200 1201 1204 1250 =
+HSync +VSync=0A=
# 1152x864 @ 84 Hz, 76.0 kHz hsync=0A=
Modeline "1152x864" 135 1152 1464 1592 1776 864 864 876 908=0A=
=0A=
# 1280x1024 @ 74 Hz, 78.85 kHz hsync=0A=
Modeline "1280x1024" 135 1280 1312 1456 1712 1024 1027 1030 1064=0A=
=0A=
# 1024x768 @ 100Hz, 80.21 kHz hsync=0A=
Modeline "1024x768" 115.5 1024 1056 1248 1440 768 771 781 802 =
- -HSync -VSync=0A=
# 1280x1024 @ 76 Hz, 81.13 kHz hsync=0A=
Modeline "1280x1024" 135 1280 1312 1416 1664 1024 1027 1030 1064=0A=
=0A=
# 1600x1200 @ 70 Hz, 87.50 kHz hsync=0A=
Modeline "1600x1200" 189 1600 1664 1856 2160 1200 1201 1204 1250 =
- -HSync -VSync=0A=
# 1152x864 @ 100 Hz, 89.62 kHz hsync=0A=
Modeline "1152x864" 137.65 1152 1184 1312 1536 864 866 885 902 =
- -HSync -VSync=0A=
# 1280x1024 @ 85 Hz, 91.15 kHz hsync=0A=
Modeline "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 =
+HSync +VSync=0A=
# 1600x1200 @ 75 Hz, 93.75 kHz hsync=0A=
Modeline "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 =
+HSync +VSync=0A=
# 1600x1200 @ 85 Hz, 105.77 kHz hsync=0A=
Modeline "1600x1200" 220 1600 1616 1808 2080 1200 1204 1207 1244 =
+HSync +VSync=0A=
# 1280x1024 @ 100 Hz, 107.16 kHz hsync=0A=
Modeline "1280x1024" 181.75 1280 1312 1440 1696 1024 1031 1046 1072 =
- -HSync -VSync=0A=
=0A=
# 1800x1440 @ 64Hz, 96.15 kHz hsync =0A=
ModeLine "1800X1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 =
+HSync +VSync=0A=
# 1800x1440 @ 70Hz, 104.52 kHz hsync =0A=
ModeLine "1800X1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 =
+HSync +VSync=0A=
=0A=
# 512x384 @ 78 Hz, 31.50 kHz hsync=0A=
Modeline "512x384" 20.160 512 528 592 640 384 385 388 404 =
- -HSync -VSync=0A=
# 512x384 @ 85 Hz, 34.38 kHz hsync=0A=
Modeline "512x384" 22 512 528 592 640 384 385 388 404 =
- -HSync -VSync=0A=
=0A=
# Low-res Doublescan modes=0A=
# If your chipset does not support doublescan, you get a 'squashed'=0A=
# resolution like 320x400.=0A=
=0A=
# 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio=0A=
Modeline "320x200" 12.588 320 336 384 400 200 204 205 225 =
Doublescan=0A=
# 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio=0A=
Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 =
Doublescan=0A=
# 320x240 @ 72 Hz, 36.5 kHz hsync=0A=
Modeline "320x240" 15.750 320 336 384 400 240 244 246 262 =
Doublescan=0A=
# 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio=0A=
ModeLine "400x300" 18 400 416 448 512 300 301 302 312 =
Doublescan=0A=
# 400x300 @ 60 Hz, 37.8 kHz hsync=0A=
Modeline "400x300" 20 400 416 480 528 300 301 303 314 =
Doublescan=0A=
# 400x300 @ 72 Hz, 48.0 kHz hsync=0A=
Modeline "400x300" 25 400 424 488 520 300 319 322 333 =
Doublescan=0A=
# 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio=0A=
ModeLine "480x300" 21.656 480 496 536 616 300 301 302 312 =
Doublescan=0A=
# 480x300 @ 60 Hz, 37.8 kHz hsync=0A=
Modeline "480x300" 23.890 480 496 576 632 300 301 303 314 =
Doublescan=0A=
# 480x300 @ 63 Hz, 39.6 kHz hsync=0A=
Modeline "480x300" 25 480 496 576 632 300 301 303 314 =
Doublescan=0A=
# 480x300 @ 72 Hz, 48.0 kHz hsync=0A=
Modeline "480x300" 29.952 480 504 584 624 300 319 322 333 =
Doublescan=0A=
=0A=
EndSection=0A=
=0A=
=0A=
# **********************************************************************=0A=
# Graphics device section=0A=
# **********************************************************************=0A=
=0A=
# Any number of graphics device sections may be present=0A=
=0A=
# Standard VGA Device:=0A=
=0A=
Section "Device"=0A=
Identifier "Generic VGA"=0A=
VendorName "Unknown"=0A=
BoardName "Unknown"=0A=
Chipset "generic"=0A=
=0A=
# VideoRam 256=0A=
=0A=
# Clocks 25.2 28.3=0A=
=0A=
EndSection=0A=
=0A=
# Sample Device for accelerated server:=0A=
=0A=
# Section "Device"=0A=
# Identifier "Actix GE32+ 2MB"=0A=
# VendorName "Actix"=0A=
# BoardName "GE32+"=0A=
# Ramdac "ATT20C490"=0A=
# Dacspeed 110=0A=
# Option "dac_8_bit"=0A=
# Clocks 25.0 28.0 40.0 0.0 50.0 77.0 36.0 45.0=0A=
# Clocks 130.0 120.0 80.0 31.0 110.0 65.0 75.0 94.0=0A=
# EndSection=0A=
=0A=
# Sample Device for Hercules mono card:=0A=
=0A=
# Section "Device"=0A=
# Identifier "Hercules mono"=0A=
# EndSection=0A=
=0A=
# Device configured by xf86config:=0A=
=0A=
Section "Device"=0A=
Identifier "i740"=0A=
VendorName "Unknown"=0A=
BoardName "Unknown"=0A=
#VideoRam 8192=0A=
Option "accel"=0A=
#Option "sw_cursor"=0A=
#Option "hw_cursor"=0A=
#Option "sgram"=0A=
#Option "sdram"=0A=
# Insert Clocks lines here if appropriate=0A=
EndSection=0A=
=0A=
=0A=
# **********************************************************************=0A=
# Screen sections=0A=
# **********************************************************************=0A=
=0A=
# The Colour SVGA server=0A=
=0A=
Section "Screen"=0A=
Driver "svga"=0A=
# Use Device "Generic VGA" for Standard VGA 320x200x256=0A=
#Device "Generic VGA"=0A=
Device "i740"=0A=
Monitor "My Monitor"=0A=
Subsection "Display"=0A=
Depth 8=0A=
# Omit the Modes line for the "Generic VGA" device=0A=
Modes "800x600"=0A=
ViewPort 0 0=0A=
# Use Virtual 320 200 for Generic VGA=0A=
EndSubsection=0A=
Subsection "Display"=0A=
Depth 16=0A=
Modes "800x600"=0A=
ViewPort 0 0=0A=
EndSubsection=0A=
Subsection "Display"=0A=
Depth 24=0A=
Modes "800x600"=0A=
ViewPort 0 0=0A=
EndSubsection=0A=
Subsection "Display"=0A=
Depth 32=0A=
Modes "800x600"=0A=
ViewPort 0 0=0A=
EndSubsection=0A=
EndSection=0A=
=0A=
# The 16-color VGA server=0A=
=0A=
Section "Screen"=0A=
Driver "vga16"=0A=
Device "Generic VGA"=0A=
Monitor "My Monitor"=0A=
Subsection "Display"=0A=
Modes "640x480" "800x600"=0A=
ViewPort 0 0=0A=
Virtual 800 600=0A=
EndSubsection=0A=
EndSection=0A=
=0A=
# The Mono server=0A=
=0A=
Section "Screen"=0A=
Driver "vga2"=0A=
Device "Generic VGA"=0A=
Monitor "My Monitor"=0A=
Subsection "Display"=0A=
Modes "640x480" "800x600"=0A=
ViewPort 0 0=0A=
Virtual 800 600=0A=
EndSubsection=0A=
EndSection=0A=
=0A=
# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, =
Mach64)=0A=
=0A=
Section "Screen"=0A=
Driver "accel"=0A=
Device "i740"=0A=
Monitor "My Monitor"=0A=
Subsection "Display"=0A=
Depth 8=0A=
Modes "800x600"=0A=
ViewPort 0 0=0A=
EndSubsection=0A=
Subsection "Display"=0A=
Depth 16=0A=
Modes "800x600"=0A=
ViewPort 0 0=0A=
EndSubsection=0A=
Subsection "Display"=0A=
Depth 24=0A=
Modes "800x600"=0A=
ViewPort 0 0=0A=
EndSubsection=0A=
Subsection "Display"=0A=
Depth 32=0A=
Modes "800x600"=0A=
ViewPort 0 0=0A=
EndSubsection=0A=
EndSection=0A=
=0A=
- ------=_NextPart_000_0008_01BEE722.164B71E0--
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------
End of Linux India Digest V1 #172
*********************************
--------------------------------------------------------------------
To unsubscribe send an email to majordomo@xxxxxxxxx with the word
'unsubscribe linux-india-digest' (without the quotes) in the body
of the email.