Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-user-fr
Tel que prévu (un peu tard désolé), je poste ici mon fichier xorg.conf
pour la configuration du chipset i855GM. Comme je l'avais mentionné dans
mon dernier envois, il dérive directement de mon fichier xorg.conf pour
ma carte Nvidia. Il y a encore beaucoup de travaille à faire dessus
concernant les commentaires, résolutions, fréquences et options du
i855GM mais la base y est et fonctionnel. Bonne chance et ne te gêne pas
pour me retourné le fichier avec tes propres modifications
addresse de retour: michel-paquet@...
# File generated originaly by xorgconfig and modified by Fenitos to
# use feature of the powerfull nvidia driver for GNU/Linunx
# Operating System
#
# NOTE: This file is create over a GNU/Linux Gentoo System but shoold
# work with other distribution (with modification I think)
# You can post any comment or suggestion to michel-paquet@...
#
# Please share this file to any wo want it and do not hesitate to do
# somme modification.
#
#
# You can use 4 different layout with this files
# Some other layout configuration is in progress
#
# startx -- -layout Dual to use Dual Head
# startx -- -layout Tv to use Tv-Out output only
# startx -- -layout Twin to use Nvidia TwinView feature
# startx -- -layout TwinTV to use TwinView with VGA and Tv-Out output
#
# Copyright 2004 The X.Org Foundation
# **********************************************************************
# Refer to the xorg.conf(5x) 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"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
Load "GLcore"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
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 <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
Option "XkbModel" "pc105"
Option "XkbLayout" "ca_enhanced" #Because I'm Quebecois sti!
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice" # "/dev/psaux" on kernel 2.4
Option "ZAxisMapping" "4 5" # comment if you don't have wheel mouse
# Option "Resolution" "256"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
### Monitor for TV-Out Config
Identifier "Tvmon0"
HorizSync 30 - 50 # be modified to fit with your TV
VertRefresh 60 # be modified to fit with your TV
Option "DPMS"
EndSection
Section "Monitor"
### Monitor for Dual & Twinview Config
Identifier "Monitor0"
## 1024x768 @ 85Hz
# HorizSync 31.5 - 68.7 # be modified to fit with your Monitor
# VertRefresh 50-90 # be modified to fit with your Monitor
## 1024x768 @ 75Hz
# HorizSync 31.5 - 60.0 # be modified to fit with your Monitor
# VertRefresh 50-90 # be modified to fit with your Monitor
## 1024x768 @ 60Hz
HorizSync 31.5 - 48.5 # be modified to fit with your Monitor
VertRefresh 50-70 # be modified to fit with your Monitor
Option "DPMS"
EndSection
Section "Monitor"
### Monitor for Dual Config
Identifier "Monitor1"
## 1024x768 @ 85Hz
# HorizSync 31.5 - 68.7 # be modified to fit with your Monitor
# VertRefresh 50-90 # be modified to fit with your Monitor
## 1024x768 @ 75Hz
# HorizSync 31.5 - 60.0 # be modified to fit with your Monitor
# VertRefresh 50-90 # be modified to fit with your Monitor
## 1024x768 @ 60Hz
HorizSync 31.5 - 48.5 # be modified to fit with your Monitor
VertRefresh 50-70 # be modified to fit with your Monitor
Option "DPMS"
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
### Device for Dual Config - Monitor 0
Identifier "intel0"
Driver "i810"
BusID "PCI:0:2:0"
Screen 0
Option "DDC" "false"
# Option "CursorShadow" "true" # not necessary but cool
# Option "NoLogo" "true"
EndSection
#Section "Device"
### Device for Dual Config - Monitor 1
# Identifier "intel1"
# Driver "i810"
# BusID "PCI:0:2:0" # use the AGP bus in this config
# Screen 1
# Option "DDC" "false"
# Option "CursorShadow" "true" # not necessary but cool
# Option "NoLogo" "true"
#EndSection
#Section "Device"
### Device for TV-Out Config
# Identifier "inteltv"
# Driver "i810"
# BusID "PCI:0:2:0" # use the AGP bus in this config
# Option "DDC" "false"
# Option "CursorShadow" "true" # not necessary but cool
# Option "NoLogo" "true"
#EndSection
#Section "Device"
### Device for TwinView-Tv Config
# Identifier "nvidiatwtv"
# Driver "i810"
# Option "DPMS"
# Option "TwinView" "true"
# BusID "PCI:0:2:0"
# Option "DDC" "false"
# Option "CursorShadow" "true" # not necessary but cool
# Option "TVStandard" "NTSC-M" # Modify to fit with your country
# Option "SecondMonitorHorizSync" "30-50" # be modified to fit with your Monitor
# Option "SecondMonitorVertRefresh" "60" # be modified to fit with your Monitor
# Option "MetaModes" "800x600, 800x600; 640x480, 640x480" # be modified to fit with your Monitor
# Option "TwinViewOrientation" "RightOf" # be modified to fit with your configuration
# Option "ConnectedMonitor" "CRT, TV" # be modified to fit with your configuration
# Option "NoLogo" "true"
#EndSection
#Section "Device"
### Device for TwinView Config
# Identifier "nvidiatw"
# Driver "nvidia"
# Option "DPMS"
# Option "TwinView" "true"
# BusID "PCI:1:0:0"
# Option "DDC" "false"
# Option "CursorShadow" "true"
# ## 1024x768 @ 85Hz
# Option "SecondMonitorHorizSync" "31.5 - 68.7" # be modified to fit with your Monitor
# Option "SecondMonitorVertRefresh" "50-90" # be modified to fit with your Monitor
# ## 1024x768 @ 75Hz
# Option "SecondMonitorHorizSync" "31.5 - 60.0" # be modified to fit with your Monitor
# Option "SecondMonitorVertRefresh" "50-90" # be modified to fit with your Monitor
# ## 1024x768 @ 60Hz
# Option "SecondMonitorHorizSync" "31.5 - 48.5" # be modified to fit with your Monitor
# Option "SecondMonitorVertRefresh" "50-70" # be modified to fit with your Monitor
# Option "MetaModes" "1024x768, 1024x768 +1024+0; 1024x768, NULL; 800x600, 800x600 +800+0; 640x480, 640x480 640+0"
# Option "TwinViewOrientation" "RightOf" # be modified to fit with your configuration
# Option "ConnectedMonitor" "CRT, CRT"
# Option "NoLogo" "true"
#EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
### Monitors for TwinView Config
#Section "Screen"
# Identifier "Twin0"
# Device "nvidiatw"
# Monitor "Monitor0"
# DefaultDepth 24
# Subsection "Display"
# Depth 8
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
# Subsection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
# Subsection "Display"
# Depth 24
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
#EndSection
#Section "Screen"
# Identifier "Twin1"
# Device "nvidiatwtv"
# Monitor "Monitor0"
# DefaultDepth 24
# Subsection "Display"
# Depth 8
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
# Subsection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
# Subsection "Display"
# Depth 24
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
#EndSection
### TV-Out for TV-Out Config
#Section "Screen"
# Identifier "Tv0"
# Device "nvidiatv"
# Monitor "Tvmon0"
# Option "TVStandard" "NTSC-M"
# Option "ConnectedMonitor" "TV"
# Option "TVOutFormat" "SVIDEO" # need to be modified in some configuration
# DefaultDepth 16
# Subsection "Display"
# Depth 8
# Modes "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
# Subsection "Display"
# Depth 16
# Modes "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
# Subsection "Display"
# Depth 24
# Modes "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
#EndSection
### Monitor 0 for DualX Config
Section "Screen"
Identifier "Screen0"
Device "intel0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
### Monitor 1 for DualX Config
#Section "Screen"
# Identifier "Screen1"
# Device "intel1"
# Monitor "Monitor1"
# DefaultDepth 24
# Subsection "Display"
# Depth 8
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
# Subsection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
# Subsection "Display"
# Depth 24
# Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
#EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
#Section "ServerLayout"
# Identifier "Twin"
# Screen "Twin0"
# InputDevice "Keyboard1" "CoreKeyboard"
# InputDevice "Mouse1" "CorePointer"
#EndSection
#Section "ServerLayout" # this is the default layout
# Identifier "Dual"
# Screen 0 "Screen0"
# Screen 1 "Screen1" rightOf "Screen0"
# InputDevice "Mouse1" "CorePointer"
# InputDevice "Keyboard1" "CoreKeyboard"
#EndSection
#Section "ServerLayout"
# Identifier "Tv"
# Screen "Tv0"
# InputDevice "Mouse1" "CorePointer"
# InputDevice "Keyboard1" "CoreKeyboard"
#EndSection
#Section "ServerLayout"
# Identifier "TwinTv"
# Screen "Twin1"
# InputDevice "Keyboard1" "CoreKeyboard"
# InputDevice "Mouse1" "CorePointer"
#EndSection
Section "ServerLayout"
Identifier "Single"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
--
gentoo-user-fr@g.o mailing list
|
|