Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1379 connectés 

 


 Mot :   Pseudo :  
 
 Page :   1  2  3  4  5
Auteur Sujet :

Des drivers ATI pour XFree 4.3 !! NEW 04 sept 03 : 3.2.5

n°257697
Profil sup​primé
Posté le 02-05-2003 à 22:42:57  answer
 

Reprise du message précédent :

Bobor a écrit :

qu'est-ce qui merde chez moi  :cry:  
 
tu peux poster tes devices de ton XFConfig?
 
Parviens-tu à envoyer gdm sur l'écran esclave?

g pas de xdm, je trouve ke ça pue gdm, kdm et tout le bordel... Trop long à charger pour moi...
mon XF86Config, généré par fglrxconfig :
 

damien@EvaZion damien $ cat /etc/X11/XF86Config-4
# File: XF86Config-4
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
 
# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# 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.
# **********************************************************************
 
# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection
 
# **********************************************************************
# 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"   # libglx.a
    Load        "dri"   # libdri.a
 
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 <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      "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard" ).
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
 
#    Option "Protocol"   "Xqueue"
 
    Option "AutoRepeat" "500 30"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option "Xleds"      "1 2 3"
 
#    Option "LeftAlt"    "Meta"
#    Option "RightAlt"   "ModeShift"
 
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"   "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"   "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"  "de"
# or:
#    Option "XkbLayout"  "de"
#    Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions" "ctrl:swapcaps"
 
# These are the default XKB settings for XFree86
#    Option "XkbRules"   "xfree86"
#    Option "XkbModel"   "pc101"
#    Option "XkbLayout"  "us"
#    Option "XkbVariant" ""
#    Option "XkbOptions" ""
 
#    Option "XkbDisable"
 
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "fr"
 
EndSection
 
 
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
 
Section "InputDevice"
 
# Identifier and driver
 
    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/mouse"
 
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
 
#    Option "Protocol"   "Xqueue"
 
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
 
#    Option "BaudRate"   "9600"
#    Option "SampleRate" "150"
 
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
 
    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
 
# ChordMiddle is an option for some 3-button Logitech mice
 
#    Option "ChordMiddle"
 
EndSection
 
 
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "1412"
#    Option     "MaxX"           "15184"
#    Option     "MinY"           "15372"
#    Option     "MaxY"           "1230"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "231"
#    Option     "MaxX"           "3868"
#    Option     "MinY"           "3858"
#    Option     "MaxY"           "272"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonThreshold"    "17"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
 
# **********************************************************************
# Monitor section
# **********************************************************************
 
# Any number of monitor sections may be present
 
Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 48.4
    VertRefresh 60 - 75
    Option "DPMS"
 
# === mode lines based on GTF ===
# VGA @ 100Hz
# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
# SVGA @ 100Hz
# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
# XVGA @ 100Hz
# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
# 1152x864 @ 60Hz
# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
# 1152x864 @ 85Hz
# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
# 1152x864 @ 100Hz
# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
# 1280x960 @ 75Hz
# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
# 1280x960 @ 100Hz
# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
# SXGA @ 100Hz
# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
# 1600x1000 @ 60Hz
# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
# 1600x1000 @ 75Hz
# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
# 1600x1000 @ 85Hz
# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
# 1600x1000 @ 100Hz
# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
# 1600x1024 @ 60Hz
# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
# 1600x1024 @ 75Hz
# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
# 1600x1024 @ 76Hz
# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
# 1600x1024 @ 85Hz
# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
# 1920x1080 @ 60Hz
# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
# 1920x1080 @ 75Hz
# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
# 1920x1200 @ 60Hz
# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
# 1920x1200 @ 75Hz
# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 1400x1050 @ 60Hz M9 Laptop mode
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync
 
EndSection
 
 
# **********************************************************************
# Graphics device section
# **********************************************************************
 
# Any number of graphics device sections may be present
 
# Standard VGA Device:
 
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
 
# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.
 
#    Chipset     "generic"
 
# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
 
    Driver      "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# installed.
 
#    BusID       "PCI:0:10:0"
 
#    VideoRam    256
 
#    Clocks      25.2 28.3
 
EndSection
 
# === ATI device section ===
 
Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
    Option "DesktopSetup"               "0x00000100"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
    Option "GammaCorrectionI"           "0x06419064"
    Option "GammaCorrectionII"          "0x06419064"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000800"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Misc Options ===
    Option "UseFastTLS"                 "2"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=4c66
    Screen 0
EndSection
 
# **********************************************************************
# Screen sections
# **********************************************************************
 
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"
 
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    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"
 
# The Identifier line must be present
    Identifier  "Server Layout"
 
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.
 
    Screen "Screen0"
 
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
 
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
 
EndSection
 
### EOF ###
damien@EvaZion damien $

 
En espérant que ça aide du monde :)
:hello:

mood
Publicité
Posté le 02-05-2003 à 22:42:57  profilanswer
 

n°257700
bobor
tueur de n44b
Posté le 02-05-2003 à 22:45:33  profilanswer
 

euh là t'as qu'un seul écran? Ou alors c'est du clone?


---------------
Gitan des temps modernes
n°257708
Profil sup​primé
Posté le 02-05-2003 à 22:55:44  answer
 

oui je l'ai remis en clone, mais l'utilitaire fireglcontrol remet tout en place en 2 clics :)
Il suffit alors de redémarrer X et vala :)

n°257709
bobor
tueur de n44b
Posté le 02-05-2003 à 22:57:49  profilanswer
 

je sais bien mais le problème c'est qu'en dual head (pas en big desktop) j'ai pas la vidéo sur le CRT.


Message édité par bobor le 02-05-2003 à 22:58:01

---------------
Gitan des temps modernes
n°257712
- Fred -
007 Agent
Posté le 02-05-2003 à 23:06:06  profilanswer
 

Dites, ATI font des drivers proprio pour les Rage128 aussi, ou est-ce que ceux en standard de XFree sont les seuls dispos ?

n°257714
Profil sup​primé
Posté le 02-05-2003 à 23:06:59  answer
 

Ceci t'aide ?
 

damien@EvaZion damien $ cat /etc/X11/XF86Config-4
# File: XF86Config-4
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
 
# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# 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.
# **********************************************************************
 
# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection
 
# **********************************************************************
# 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"   # libglx.a
    Load        "dri"   # libdri.a
 
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 <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      "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard" ).
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
 
#    Option "Protocol"   "Xqueue"
 
    Option "AutoRepeat" "500 30"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option "Xleds"      "1 2 3"
 
#    Option "LeftAlt"    "Meta"
#    Option "RightAlt"   "ModeShift"
 
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"   "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"   "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"  "de"
# or:
#    Option "XkbLayout"  "de"
#    Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions" "ctrl:swapcaps"
 
# These are the default XKB settings for XFree86
#    Option "XkbRules"   "xfree86"
#    Option "XkbModel"   "pc101"
#    Option "XkbLayout"  "us"
#    Option "XkbVariant" ""
#    Option "XkbOptions" ""
 
#    Option "XkbDisable"
 
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "fr"
 
EndSection
 
 
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
 
Section "InputDevice"
 
# Identifier and driver
 
    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/mouse"
 
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
 
#    Option "Protocol"   "Xqueue"
 
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
 
#    Option "BaudRate"   "9600"
#    Option "SampleRate" "150"
 
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
 
    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
 
# ChordMiddle is an option for some 3-button Logitech mice
 
#    Option "ChordMiddle"
 
EndSection
 
 
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "1412"
#    Option     "MaxX"           "15184"
#    Option     "MinY"           "15372"
#    Option     "MaxY"           "1230"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "231"
#    Option     "MaxX"           "3868"
#    Option     "MinY"           "3858"
#    Option     "MaxY"           "272"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonThreshold"    "17"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
 
# **********************************************************************
# Monitor section
# **********************************************************************
 
# Any number of monitor sections may be present
 
Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 48.4
    VertRefresh 60 - 75
    Option "DPMS"
 
# === mode lines based on GTF ===
# VGA @ 100Hz
# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
# SVGA @ 100Hz
# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
# XVGA @ 100Hz
# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
# 1152x864 @ 60Hz
# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
# 1152x864 @ 85Hz
# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
# 1152x864 @ 100Hz
# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
# 1280x960 @ 75Hz
# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
# 1280x960 @ 100Hz
# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
# SXGA @ 100Hz
# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
# 1600x1000 @ 60Hz
# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
# 1600x1000 @ 75Hz
# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
# 1600x1000 @ 85Hz
# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
# 1600x1000 @ 100Hz
# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
# 1600x1024 @ 60Hz
# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
# 1600x1024 @ 75Hz
# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
# 1600x1024 @ 76Hz
# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
# 1600x1024 @ 85Hz
# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
# 1920x1080 @ 60Hz
# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
# 1920x1080 @ 75Hz
# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
# 1920x1200 @ 60Hz
# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
# 1920x1200 @ 75Hz
# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 1400x1050 @ 60Hz M9 Laptop mode
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync
 
EndSection
 
 
# **********************************************************************
# Graphics device section
# **********************************************************************
 
# Any number of graphics device sections may be present
 
# Standard VGA Device:
 
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
 
# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.
 
#    Chipset     "generic"
 
# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
 
    Driver      "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# installed.
 
#    BusID       "PCI:0:10:0"
 
#    VideoRam    256
 
#    Clocks      25.2 28.3
 
EndSection
 
# === ATI device section ===
 
Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
    Option "DesktopSetup"               "0x00000200"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
    Option "GammaCorrectionI"           "0x06419064"
    Option "GammaCorrectionII"          "0x06419064"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000800"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Misc Options ===
    Option "UseFastTLS"                 "2"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=4c66
    Screen 0
EndSection
 
# **********************************************************************
# Screen sections
# **********************************************************************
 
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"
 
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    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"
 
# The Identifier line must be present
    Identifier  "Server Layout"
 
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.
 
    Screen "Screen0"
 
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
 
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
 
EndSection
 
### EOF ###
damien@EvaZion damien $

n°257724
bobor
tueur de n44b
Posté le 02-05-2003 à 23:22:42  profilanswer
 

c'est le même ou du moins toujours une version à un seul écran  :heink:


---------------
Gitan des temps modernes
n°257732
piloud
Posté le 02-05-2003 à 23:36:55  profilanswer
 

comment on fait pour editer un fichier avec linux mode texte ?
 
jai entendu parler de nano et pico mais apparament ils y sont pas dans mandrake !
 

n°257733
bobor
tueur de n44b
Posté le 02-05-2003 à 23:42:56  profilanswer
 

si mandrake possède nano. Mais est-ce le bon thread???


---------------
Gitan des temps modernes
n°257740
piloud
Posté le 02-05-2003 à 23:51:49  profilanswer
 

bha c pour pouvoir editer le fichier quil faut pour linstall du drivers !

mood
Publicité
Posté le 02-05-2003 à 23:51:49  profilanswer
 

n°257741
piloud
Posté le 02-05-2003 à 23:52:42  profilanswer
 

[root@localhost pilou]# nano /etc/X11/XF86Config-4
bash: nano: command not found

n°257743
bobor
tueur de n44b
Posté le 02-05-2003 à 23:56:14  profilanswer
 

urpmi nano


---------------
Gitan des temps modernes
n°257747
piloud
Posté le 03-05-2003 à 00:05:13  profilanswer
 

merci ca marche mais apres quand je lutilise  
 
a la fin jai par exemple ^X pour sauver .. ca equivault a koi sur le clavier .. jai esaye alt x mais ca marche pas !
 
 
edit : c bon jai trouve , cetait ctrl + lettre


Message édité par piloud le 03-05-2003 à 00:07:05
n°257758
piloud
Posté le 03-05-2003 à 00:40:00  profilanswer
 

ou je doit faire l 'edit la dedans ?  
 
 
 

Code :
  1. # File generated by XFdrake.
  2. # **********************************************************************
  3. # Refer to the XF86Config man page for details about the format of
  4. # this file.
  5. # **********************************************************************
  6. Section "Files"
  7.     # Multiple FontPath entries are allowed (they are concatenated together)
  8.     # By default, Mandrake 6.0 and later now use a font server independent of
  9.     # the X server to render fonts.
  10.     FontPath "unix/:-1"
  11. EndSection
  12. Section "ServerFlags"
  13.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  14.     AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
  15.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  16. EndSection
  17. Section "Module"
  18.     Load "dbe" # Double-Buffering Extension
  19.     Load "v4l" # Video for Linux
  20.     Load "extmod"
  21.     Load "type1"
  22.     Load "freetype"
  23.     Load "glx" # 3D layer
  24. EndSection
  25. Section "InputDevice"
  26.     Identifier "Keyboard1"
  27.     Driver "Keyboard"
  28.     Option "XkbModel" "pc105"
  29.     Option "XkbLayout" "us_intl"
  30.     Option "XkbOptions" ""
  31. EndSection
  32. Section "InputDevice"
  33.     Identifier "Mouse1"
  34.     Driver "mouse"
  35.     Option "Protocol" "IMPS/2"
  36.     Option "Device" "/dev/usbmouse"
  37.     Option "ZAxisMapping" "4 5"
  38. EndSection
  39. Section "Monitor"
  40.     Identifier "monitor1"
  41.     VendorName "Plug'n Play"
  42.     HorizSync 30-80
  43.     VertRefresh 56-76
  44.     # Sony Vaio C1(X,XS,VE,VN)?
  45.     # 1024x480 @ 85.6 Hz, 48 kHz hsync
  46.     ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
  47.     # TV fullscreen mode or DVD fullscreen output.
  48.     # 768x576 @ 79 Hz, 50 kHz hsync
  49.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  50.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  51.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  52. EndSection
  53. Section "Device"
  54.     Identifier "device1"
  55.     Driver "vesa"
  56.     Option "DPMS"
  57. EndSection
  58. Section "Screen"
  59.     Identifier "screen1"
  60.     Device "device1"
  61.     Monitor "monitor1"
  62.     DefaultColorDepth 24
  63.     Subsection "Display"
  64.         Depth 8
  65.         Modes "1024x768" "800x600" "640x480"
  66.     EndSubsection
  67.     Subsection "Display"
  68.         Depth 15
  69.         Modes "1024x768" "800x600" "640x480"
  70.     EndSubsection
  71.    
  72.     Subsection "Display"
  73.         Depth 16
  74.         Modes "1024x768" "800x600" "640x480"
  75.     EndSubsection
  76.     Subsection "Display"
  77.         Depth 24
  78.         Modes "1024x768" "800x600" "640x480"
  79.     EndSubsection
  80. EndSection
  81. Section "ServerLayout"
  82.     Identifier "layout1"
  83.     InputDevice "Keyboard1" "CoreKeyboard"
  84.     InputDevice "Mouse1" "CorePointer"
  85.     Screen "screen1"
  86. EndSection

 
 
 jai essaye de faire le truc de config automatique mais startx me fesait une fatal error dessus  
donc sans backup du fichier , jetais cuit !  
 
alors si on pouvvait me dire ou je doit faire la modif manuelement ca serait sympa !

n°257760
bobor
tueur de n44b
Posté le 03-05-2003 à 00:47:42  profilanswer
 

post plutôt le fichier résultant de la config automatique, donne l'erreur, vérifie que le DRM est activé dans le noyau


---------------
Gitan des temps modernes
n°257777
piloud
Posté le 03-05-2003 à 01:56:11  profilanswer
 

OK voila :  
 
file:/etc/X11/XF86Config-4.bug  :  
 

Code :
  1. # File: XF86Config-4
  2. # File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
  3. # Note by ATI: the below copyright notice is there for servicing possibly
  4. # pending third party rights on the file format and the instance of this file.
  5. #
  6. # Copyright (c) 1999 by The XFree86 Project, Inc.
  7. #
  8. # Permission is hereby granted, free of charge, to any person obtaining a
  9. # copy of this software and associated documentation files (the "Software" ),
  10. # to deal in the Software without restriction, including without limitation
  11. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  12. # and/or sell copies of the Software, and to permit persons to whom the
  13. # Software is furnished to do so, subject to the following conditions:
  14. #
  15. # The above copyright notice and this permission notice shall be included in
  16. # all copies or substantial portions of the Software.
  17. #
  18. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  21. # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  22. # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
  23. # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  24. # SOFTWARE.
  25. #
  26. # Except as contained in this notice, the name of the XFree86 Project shall
  27. # not be used in advertising or otherwise to promote the sale, use or other
  28. # dealings in this Software without prior written authorization from the
  29. # XFree86 Project.
  30. #
  31. # **********************************************************************
  32. # Refer to the XF86Config(4/5) man page for details about the format of
  33. # this file.
  34. # **********************************************************************
  35. # **********************************************************************
  36. # DRI Section
  37. # **********************************************************************
  38. Section "dri"
  39. # Access to OpenGL ICD is allowed for all users:
  40.     Mode 0666
  41. # Access to OpenGL ICD is restricted to a specific user group:
  42. #    Group 100    # users
  43. #    Mode 0660
  44. EndSection
  45. # **********************************************************************
  46. # Module section -- this  section  is used to specify
  47. # which dynamically loadable modules to load.
  48. # **********************************************************************
  49. #
  50. Section "Module"
  51. # This loads the DBE extension module.
  52.     Load        "dbe"   # Double buffer extension
  53. # This loads the miscellaneous extensions module, and disables
  54. # initialisation of the XFree86-DGA extension within that module.
  55.     SubSection  "extmod"
  56.       Option    "omit xfree86-dga"   # don't initialise the DGA extension
  57.     EndSubSection
  58. # This loads the Type1 and FreeType font modules
  59.     Load        "type1"
  60.     Load        "freetype"
  61. # This loads the GLX module
  62.     Load        "glx"   # libglx.a
  63.     Load        "dri"   # libdri.a
  64. EndSection
  65. # **********************************************************************
  66. # Files section.  This allows default font and rgb paths to be set
  67. # **********************************************************************
  68. Section "Files"
  69. # The location of the RGB database.  Note, this is the name of the
  70. # file minus the extension (like ".txt" or ".db" ).  There is normally
  71. # no need to change the default.
  72.     RgbPath "/usr/X11R6/lib/X11/rgb"
  73. # Multiple FontPath entries are allowed (which are concatenated together),
  74. # as well as specifying multiple comma-separated entries in one FontPath
  75. # command (or a combination of both methods)
  76. #
  77. # If you don't have a floating point coprocessor and emacs, Mosaic or other
  78. # programs take long to start up, try moving the Type1 and Speedo directory
  79. # to the end of this list (or comment them out).
  80. #
  81. #    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
  82.     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
  83.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  84.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  85.     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
  86.     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
  87.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
  88.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
  89. # The module search path.  The default path is shown here.
  90. #    ModulePath "/usr/X11R6/lib/modules"
  91. EndSection
  92. # **********************************************************************
  93. # Server flags section.
  94. # **********************************************************************
  95. Section "ServerFlags"
  96. # Uncomment this to cause a core dump at the spot where a signal is
  97. # received.  This may leave the console in an unusable state, but may
  98. # provide a better stack trace in the core dump to aid in debugging
  99. #    Option "NoTrapSignals"
  100. # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
  101. # This allows clients to receive this key event.
  102. #    Option "DontZap"
  103. # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
  104. # sequences.  This allows clients to receive these key events.
  105. #    Option "Dont Zoom"
  106. # Uncomment this to disable tuning with the xvidtune client. With
  107. # it the client can still run and fetch card and monitor attributes,
  108. # but it will not be allowed to change them. If it tries it will
  109. # receive a protocol error.
  110. #    Option "DisableVidModeExtension"
  111. # Uncomment this to enable the use of a non-local xvidtune client.
  112. #    Option "AllowNonLocalXvidtune"
  113. # Uncomment this to disable dynamically modifying the input device
  114. # (mouse and keyboard) settings.
  115. #    Option "DisableModInDev"
  116. # Uncomment this to enable the use of a non-local client to
  117. # change the keyboard or mouse settings (currently only xset).
  118. #    Option "AllowNonLocalModInDev"
  119. EndSection
  120. # **********************************************************************
  121. # Input devices
  122. # **********************************************************************
  123. # **********************************************************************
  124. # Core keyboard's InputDevice section
  125. # **********************************************************************
  126. Section "InputDevice"
  127.     Identifier "Keyboard1"
  128.     Driver "Keyboard"
  129. # For most OSs the protocol can be omitted (it defaults to "Standard" ).
  130. # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
  131. # uncomment the following line.
  132. #    Option "Protocol"   "Xqueue"
  133.     Option "AutoRepeat" "500 30"
  134. # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  135. #    Option "Xleds"      "1 2 3"
  136. #    Option "LeftAlt"    "Meta"
  137. #    Option "RightAlt"   "ModeShift"
  138. # To customise the XKB settings to suit your keyboard, modify the
  139. # lines below (which are the defaults).  For example, for a non-U.S.
  140. # keyboard, you will probably want to use:
  141. #    Option "XkbModel"   "pc102"
  142. # If you have a US Microsoft Natural keyboard, you can use:
  143. #    Option "XkbModel"   "microsoft"
  144. #
  145. # Then to change the language, change the Layout setting.
  146. # For example, a german layout can be obtained with:
  147. #    Option "XkbLayout"  "de"
  148. # or:
  149. #    Option "XkbLayout"  "de"
  150. #    Option "XkbVariant" "nodeadkeys"
  151. #
  152. # If you'd like to switch the positions of your capslock and
  153. # control keys, use:
  154. #    Option "XkbOptions" "ctrl:swapcaps"
  155. # These are the default XKB settings for XFree86
  156. #    Option "XkbRules"   "xfree86"
  157. #    Option "XkbModel"   "pc101"
  158. #    Option "XkbLayout"  "us"
  159. #    Option "XkbVariant" ""
  160. #    Option "XkbOptions" ""
  161. #    Option "XkbDisable"
  162.     Option "XkbRules" "xfree86"
  163.     Option "XkbModel" "dell101"
  164.     Option "XkbLayout" "us"
  165. EndSection
  166. # **********************************************************************
  167. # Core Pointer's InputDevice section
  168. # **********************************************************************
  169. Section "InputDevice"
  170. # Identifier and driver
  171.     Identifier "Mouse1"
  172.     Driver "mouse"
  173.     Option "Protocol"   "ImPS/2"
  174.     Option "ZAxisMapping"   "4 5"
  175.     Option "Device"     "/dev/usbmouse"
  176. # When using XQUEUE, comment out the above two lines, and uncomment
  177. # the following line.
  178. #    Option "Protocol"   "Xqueue"
  179. # Baudrate and SampleRate are only for some Logitech mice. In
  180. # almost every case these lines should be omitted.
  181. #    Option "BaudRate"   "9600"
  182. #    Option "SampleRate" "150"
  183. # Emulate3Buttons is an option for 2-button Microsoft mice
  184. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
  185. #    Option "Emulate3Buttons"
  186. #    Option "Emulate3Timeout"    "50"
  187. # ChordMiddle is an option for some 3-button Logitech mice
  188. #    Option "ChordMiddle"
  189. EndSection
  190. # **********************************************************************
  191. # Other input device sections
  192. # this is optional and is required only if you
  193. # are using extended input devices.  This is for example only.  Refer
  194. # to the XF86Config man page for a description of the options.
  195. # **********************************************************************
  196. #
  197. # Section "InputDevice"
  198. #    Identifier  "Mouse2"
  199. #    Driver      "mouse"
  200. #    Option      "Protocol"      "MouseMan"
  201. #    Option      "Device"        "/dev/mouse2"
  202. # EndSection
  203. #
  204. # Section "InputDevice"
  205. #    Identifier "spaceball"
  206. #    Driver     "magellan"
  207. #    Option     "Device"         "/dev/cua0"
  208. # EndSection
  209. #
  210. # Section "InputDevice"
  211. #    Identifier "spaceball2"
  212. #    Driver     "spaceorb"
  213. #    Option     "Device"         "/dev/cua0"
  214. # EndSection
  215. #
  216. # Section "InputDevice"
  217. #    Identifier "touchscreen0"
  218. #    Driver     "microtouch"
  219. #    Option     "Device"         "/dev/ttyS0"
  220. #    Option     "MinX"           "1412"
  221. #    Option     "MaxX"           "15184"
  222. #    Option     "MinY"           "15372"
  223. #    Option     "MaxY"           "1230"
  224. #    Option     "ScreenNumber"   "0"
  225. #    Option     "ReportingMode"  "Scaled"
  226. #    Option     "ButtonNumber"   "1"
  227. #    Option     "SendCoreEvents"
  228. # EndSection
  229. #
  230. # Section "InputDevice"
  231. #    Identifier "touchscreen1"
  232. #    Driver     "elo2300"
  233. #    Option     "Device"         "/dev/ttyS0"
  234. #    Option     "MinX"           "231"
  235. #    Option     "MaxX"           "3868"
  236. #    Option     "MinY"           "3858"
  237. #    Option     "MaxY"           "272"
  238. #    Option     "ScreenNumber"   "0"
  239. #    Option     "ReportingMode"  "Scaled"
  240. #    Option     "ButtonThreshold"    "17"
  241. #    Option     "ButtonNumber"   "1"
  242. #    Option     "SendCoreEvents"
  243. # EndSection
  244. # **********************************************************************
  245. # Monitor section
  246. # **********************************************************************
  247. # Any number of monitor sections may be present
  248. Section "Monitor"
  249.     Identifier  "Monitor0"
  250.     HorizSync   31.5 - 80.5
  251.     VertRefresh 60 - 75
  252.     Option "DPMS"
  253. # === mode lines based on GTF ===
  254. # VGA @ 100Hz
  255. # Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
  256. # SVGA @ 100Hz
  257. # Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
  258. # XVGA @ 100Hz
  259. # Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
  260. # 1152x864 @ 60Hz
  261. # Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
  262. # 1152x864 @ 85Hz
  263. # Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
  264. # 1152x864 @ 100Hz
  265. # Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
  266. # 1280x960 @ 75Hz
  267. # Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
  268. # 1280x960 @ 100Hz
  269. # Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
  270. # SXGA @ 100Hz
  271. # Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
  272. # SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
  273. # Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
  274. # 1600x1000 @ 60Hz
  275. # Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
  276. # 1600x1000 @ 75Hz
  277. # Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
  278. # 1600x1000 @ 85Hz
  279. # Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
  280. # 1600x1000 @ 100Hz
  281. # Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
  282. # 1600x1024 @ 60Hz
  283. # Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
  284. # 1600x1024 @ 75Hz
  285. # Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
  286. # 1600x1024 @ 76Hz
  287. # Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
  288. # 1600x1024 @ 85Hz
  289. # Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
  290. # 1920x1080 @ 60Hz
  291. # Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
  292. # 1920x1080 @ 75Hz
  293. # Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
  294. # 1920x1200 @ 60Hz
  295. # Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
  296. # 1920x1200 @ 75Hz
  297. # Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
  298. # 2048x1536 @ 60
  299. # Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
  300. # 2048x1536 @ 60
  301. # Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
  302. # 1400x1050 @ 60Hz M9 Laptop mode
  303. # ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
  304. # 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
  305. # Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
  306. # 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
  307. # Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync
  308. EndSection
  309. # **********************************************************************
  310. # Graphics device section
  311. # **********************************************************************
  312. # Any number of graphics device sections may be present
  313. # Standard VGA Device:
  314. Section "Device"
  315.     Identifier  "Standard VGA"
  316.     VendorName  "Unknown"
  317.     BoardName   "Unknown"
  318. # The chipset line is optional in most cases.  It can be used to override
  319. # the driver's chipset detection, and should not normally be specified.
  320. #    Chipset     "generic"
  321. # The Driver line must be present.  When using run-time loadable driver
  322. # modules, this line instructs the server to load the specified driver
  323. # module.  Even when not using loadable driver modules, this line
  324. # indicates which driver should interpret the information in this section.
  325.     Driver      "vga"
  326. # The BusID line is used to specify which of possibly multiple devices
  327. # this section is intended for.  When this line isn't present, a device
  328. # section can only match up with the primary video device.  For PCI
  329. # devices a line like the following could be used.  This line should not
  330. # normally be included unless there is more than one video device
  331. # installed.
  332. #    BusID       "PCI:0:10:0"
  333. #    VideoRam    256
  334. #    Clocks      25.2 28.3
  335. EndSection
  336. # === ATI device section ===
  337. Section "Device"
  338.     Identifier                          "ATI Graphics Adapter"
  339.     Driver                              "fglrx"
  340. # === disable PnP Monitor  ===
  341.     #Option                              "NoDDC"
  342. # === disable/enable XAA/DRI ===
  343.     Option "no_accel"                   "no"
  344.     Option "no_dri"                     "no"
  345. # === FireGL DDX driver module specific settings ===
  346. # === Screen Management ===
  347.     Option "DesktopSetup"               "0x00000000"
  348.     Option "MonitorLayout"              "AUTO, AUTO"
  349.     Option "IgnoreEDID"                 "off"
  350.     Option "HSync2"                     "unspecified"
  351.     Option "VRefresh2"                  "unspecified"
  352.     Option "ScreenOverlap"              "0"
  353.     Option "GammaCorrectionI"           "0x00000000"
  354.     Option "GammaCorrectionII"          "0x00000000"
  355. # === OpenGL specific profiles/settings ===
  356.     Option "Capabilities"               "0x00000000"
  357. # === Video Overlay for the Xv extension ===
  358.     Option "VideoOverlay"               "on"
  359. # === OpenGL Overlay ===
  360. # Note: When OpenGL Overlay is enabled, Video Overlay
  361. #       will be disabled automatically
  362.     Option "OpenGLOverlay"              "off"
  363. # === Misc Options ===
  364.     Option "UseFastTLS"                 "0"
  365.     Option "BlockSignalsOnLock"         "on"
  366.     Option "UseInternalAGPGART"         "yes"
  367.     Option "ForceGenericCPU"            "no"
  368.     BusID "PCI:1:0:0"    # vendor=1002, device=4e44
  369.     Screen 0
  370. EndSection
  371. # **********************************************************************
  372. # Screen sections
  373. # **********************************************************************
  374. # Any number of screen sections may be present.  Each describes
  375. # the configuration of a single screen.  A single specific screen section
  376. # may be specified from the X server command line with the "-screen"
  377. # option.
  378. Section "Screen"
  379.     Identifier  "Screen0"
  380.     Device      "ATI Graphics Adapter"
  381.     Monitor     "Monitor0"
  382.     DefaultDepth 24
  383.     #Option "backingstore"
  384.     Subsection "Display"
  385.         Depth       24
  386.         Modes       "640x480"
  387.         ViewPort    0 0  # initial origin if mode is smaller than desktop
  388. #        Virtual     1280 1024
  389.     EndSubsection
  390. EndSection
  391. # **********************************************************************
  392. # ServerLayout sections.
  393. # **********************************************************************
  394. # Any number of ServerLayout sections may be present.  Each describes
  395. # the way multiple screens are organised.  A specific ServerLayout
  396. # section may be specified from the X server command line with the
  397. # "-layout" option.  In the absence of this, the first section is used.
  398. # When now ServerLayout section is present, the first Screen section
  399. # is used alone.
  400. Section "ServerLayout"
  401. # The Identifier line must be present
  402.     Identifier  "Server Layout"
  403. # Each Screen line specifies a Screen section name, and optionally
  404. # the relative position of other screens.  The four names after
  405. # primary screen name are the screens to the top, bottom, left and right
  406. # of the primary screen.
  407.     Screen "Screen0"
  408. # Each InputDevice line specifies an InputDevice section name and
  409. # optionally some options to specify the way the device is to be
  410. # used.  Those options include "CorePointer", "CoreKeyboard" and
  411. # "SendCoreEvents".
  412.     InputDevice "Mouse1" "CorePointer"
  413.     InputDevice "Keyboard1" "CoreKeyboard"
  414. EndSection
  415. ### EOF ###


 
ca ca bug au start x ( et il ne me laisse pas non plus faire le modeprobe fglrx )
 
 
 
les erreurs sont :  
 
- Module ABI newer than server version
-Failed to load fglrx(mismatch)
 -No driver available
 
 
 
 
help !!!!

n°257778
bobor
tueur de n44b
Posté le 03-05-2003 à 02:03:23  profilanswer
 

ça vient pas de ton fichier de conf. Il est bon. C'est merde plutôt du côté de ton install de driver. As-tu changé de noyau? Le driver est spécifique à un noyau. Mais je ne connais pas l'installation sous mandrake. Regarde si fglrx existe dans ton arborescence /lib/modules/noyauXXX/... As-tu suivi le tutoriel "Radeon 8500" sur le topic spécial installation mandrake?


---------------
Gitan des temps modernes
n°257807
piloud
Posté le 03-05-2003 à 09:30:24  profilanswer
 

Bobor a écrit :

ça vient pas de ton fichier de conf. Il est bon. C'est merde plutôt du côté de ton install de driver. As-tu changé de noyau? Le driver est spécifique à un noyau. Mais je ne connais pas l'installation sous mandrake. Regarde si fglrx existe dans ton arborescence /lib/modules/noyauXXX/... As-tu suivi le tutoriel "Radeon 8500" sur le topic spécial installation mandrake?


 
c normal j'en ai pas installé . je pensais que les drivers etaient compris dans le xfree-4.3  
LOOL c ptet pour ca que ca marche pas  
 
Sinon mon noyau est celui de la mandrake 9.0
et non jai pas suivi le topic radeon 8500 ... je v le regarder :)
 
ps : jai une radeon 9700 pro pas une 8500 mais bon je v faire comme si que cen etait une

n°257809
piloud
Posté le 03-05-2003 à 09:36:50  profilanswer
 

sur le site d'ati pour ma radeon ... ya drivers pour xfree 4.1 et pour xfree 4.2 mais i parlent pas du 4.3 , je fait comment moi ???
 
je met ceux pour 4.2 ?


Message édité par piloud le 03-05-2003 à 09:55:05
n°257812
Profil sup​primé
Posté le 03-05-2003 à 10:07:49  answer
 

mé si il y a les drivers pour le 4.3...
 http://www.schneider-digital.de/do [...] x_X4.3.zip  
:hello:

n°257884
bobor
tueur de n44b
Posté le 03-05-2003 à 13:53:45  profilanswer
 

j'ai un peu progressé sur mon problème:
sur le LCD, la vidéo marche parfaitement.
Sur le CRT, si je fais mplayer -vo xv, j'ai un écran vert, si je fais mplayer -vo x11, la vidéo marche. Pouvez m'expliquer le problème?  [:xfalken]


---------------
Gitan des temps modernes
n°258051
piloud
Posté le 03-05-2003 à 23:41:57  profilanswer
 


 
Je pensais que ca cetait xfree4.3 ...  
comment j'installe xfree4.3 ?
mci

n°258167
Profil sup​primé
Posté le 04-05-2003 à 12:11:35  answer
 

www.xfree86.org... Tu as tout dessus... Et passe sur le site de ta distribution pour voir si il y a pas des paquets pour avoir X précompilé et préconfiguré spécifiquement pour TA distribution...

n°258197
bobor
tueur de n44b
Posté le 04-05-2003 à 13:16:00  profilanswer
 

urpmi xfree  
XfDrake
 :heink:


---------------
Gitan des temps modernes
n°258206
Evadream -​jbd-
Posté le 04-05-2003 à 13:40:36  profilanswer
 

Hello tout le monde
 
J'ai testé y'a une semaine de ca avec une radeon 8500 powercolor et ca ne fonctionnait pas, je regardait ds les logs et il me disait que ma carte n'était pas une build in, et donc que ca fonctionnait  pas :/
 
Je vais réessayer cet aprem !
 
Si qqun peut infirmer/confirmer ?
 
Merci, @+

n°258218
piloud
Posté le 04-05-2003 à 14:12:50  profilanswer
 

urpmi xfree : tout est deja installé

n°258262
Evadream -​jbd-
Posté le 04-05-2003 à 15:40:05  profilanswer
 

Utiliser le module agpgart.o de votre kernel ou non ?

n°258298
daique
Posté le 04-05-2003 à 17:13:33  profilanswer
 

Evadream -jbd- a écrit :

Hello tout le monde
 
J'ai testé y'a une semaine de ca avec une radeon 8500 powercolor et ca ne fonctionnait pas, je regardait ds les logs et il me disait que ma carte n'était pas une build in, et donc que ca fonctionnait  pas :/
 
Je vais réessayer cet aprem !
 
Si qqun peut infirmer/confirmer ?
 
Merci, @+  


 
tiens, ça devrait t'aider: http://space.virgilio.it/flavio.st [...] aller.html


Message édité par daique le 04-05-2003 à 17:13:48
n°258299
Moriaben
Posté le 04-05-2003 à 17:16:55  profilanswer
 

est-ce que ces drivers sont plus performants que le module DRI 'radeon' fournie avec la mandrake 9.1 (carte radeon9000) ??

n°258307
Evadream -​jbd-
Posté le 04-05-2003 à 17:31:14  profilanswer
 

Merci pour ta réponse daique, j'ai suivi les infos, je n'ai pas utilisé fglrxconfig, mais ca ne fonctionne pas :/ Je lance X et j'ai des pixels qui défilent en diagonale, tout est freeze.
 
Pourtant, qd je regarde le .log, tout semble bien allé !  
 
 


XFree86 Version 4.3.0 (Debian 4.3.0-0ds4 20030416150820 dstone@aedificator)
Release Date: 18 March 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-pre5 i686 [ELF]  
Build Date: 16 April 2003
 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-1-k7-preempt-lowlatency (root@skybreaker) (gcc version 3.2.3) #1 Sat May 3 18:00:25 CEST 2003 T
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 May  4 17:27:50 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "ati8500"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
 Entry deleted from font path.
(==) 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/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.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 = 0x80001044, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0735 card 0000,0000 rev 01 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:02:2: chip 1039,7001 card 1019,0a14 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1019,0a14 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:03:0: chip 1039,0900 card 1019,0a14 rev 90 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1102,0002 card 1102,8040 rev 05 class 04,01,00 hdr 80
(II) PCI: 00:0b:1: chip 1102,7002 card 1102,0020 rev 05 class 09,80,00 hdr 80
(II) PCI: 00:0f:0: chip 109e,0350 card 0000,0000 rev 12 class 04,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,514c card 148c,2034 rev 00 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 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
 [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xbfc00000 - 0xcfcfffff (0x10100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:15:0) Brooktree Corporation Bt848 Video Capture rev 18, Mem @ 0xcfdff000/12
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R200 QL [Radeon 8500 LE] rev 0, Mem @ 0xc0000000/27, 0xcfef0000/16, I/O @ 0xb800/8, BIOS @ 0xcfec0000/17
(II) Addressable bus resource ranges are
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
(II) Active PCI resource ranges:
 [0] -1 0 0xcffdd000 - 0xcffddfff (0x1000) MX[B]
 [1] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
 [2] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B]
 [3] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
 [4] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
 [5] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
 [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [7] -1 0 0xcfdff000 - 0xcfdfffff (0x1000) MX[B](B)
 [8] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
 [9] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
 [10] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
 [11] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [12] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xcffdd000 - 0xcffddfff (0x1000) MX[B]
 [1] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
 [2] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B]
 [3] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
 [4] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
 [5] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
 [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [7] -1 0 0xcfdff000 - 0xcfdfffff (0x1000) MX[B](B)
 [8] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
 [9] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
 [10] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
 [11] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [12] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xcffdd000 - 0xcffddfff (0x1000) MX[B]
 [6] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
 [7] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B]
 [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
 [9] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
 [10] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
 [11] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [12] -1 0 0xcfdff000 - 0xcfdfffff (0x1000) MX[B](B)
 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [15] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
 [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
 [17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
 [18] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [19] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.13.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.1
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="Fire GL - ATI Research GmbH, Germany"
 compiled for 4.3.0, module version = 2.9.8
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.4
(II) FireGL8700/8800: Driver for chipset: ATI RV250 Id (R9000),
 ATI RV250 Ie (R9000), ATI RV250 If (R9000), ATI RV250 Ig (R9000),
 ATI RV250 Ld (M9), ATI RV250 Le (M9), ATI RV250 Lf (M9),
 ATI RV250 Lg (M9), ATI RV280 5960 (R9200 PRO), ATI RV280 Ya (R9200),
 ATI RV250 5C61 (M9+), ATI RV250 5C63 (M9+), ATI R200 QH (R8500),
 ATI R200 QL (R8500), ATI R200 QM (R9100), ATI R200 QT (R8500),
 ATI R200 QU (R9100), ATI R200 BB (R8500), ATI RV350 AP (R9600),
 ATI RV350 AR (R9600 PRO), ATI RV350 NP (M10), ATI R300 AD (R9500),
 ATI R300 AE (R9500), ATI R300 AF (R9500),
 ATI R300 AG (Fire GL Z1/X1), ATI R300 ND (R9700 PRO),
 ATI R300 NE (R9700/R9500 PRO), ATI R300 NF (R9600 TX),
 ATI R300 NG (Fire GL X1), ATI R350 AK (Fire GL unknown),
 ATI R350 NH (R9800), ATI R350 NK (Fire GL unknown)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI R200 QL (R8500) found
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xcffdd000 - 0xcffddfff (0x1000) MX[B]
 [6] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
 [7] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B]
 [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
 [9] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
 [10] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
 [11] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [12] -1 0 0xcfdff000 - 0xcfdfffff (0x1000) MX[B](B)
 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [15] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
 [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
 [17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
 [18] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [19] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x081def48
(II) resource ranges after probing:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xcffdd000 - 0xcffddfff (0x1000) MX[B]
 [6] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
 [7] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B]
 [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
 [9] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
 [10] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
 [11] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [12] -1 0 0xcfdff000 - 0xcfdfffff (0x1000) MX[B](B)
 [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [18] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
 [19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
 [20] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
 [21] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [22] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
 [23] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [24] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [x]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): initializing int10
(WW) fglrx(0): Bad V_BIOS checksum
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI R200 QL (R8500)" (Chipset = 0x514c)
(--) fglrx(0): (PciSubVendor = 0x148c, PciSubDevice = 0x2034)
(--) fglrx(0): board vendor info: third party grafics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xcfef0000
(--) fglrx(0): ROM-BIOS at 0xcfec0000
(--) fglrx(0): ChipRevID = 0x02
(--) fglrx(0): VideoRAM: 65536 kByte (64-bit DDR SDRAM)
(EE) fglrx(0): board is third party board
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.2.0
 ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): Connector Layout from BIOS --------  
(II) fglrx(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(II) fglrx(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 2 with Monitor Type 0
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 3 with Monitor Type 1
(II) fglrx(0): Primary head:
 Monitor   -- NONE
 Connector -- DVI-I
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- Internal
 DDC Type  -- DVI_DDC
(II) fglrx(0): Secondary head:
 Monitor   -- CRT
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) fglrx(0): EDID data from the display on Secondary head ---------------------------
(II) fglrx(0): Manufacturer: NOK  Model: 143  Serial#: 7468
(II) fglrx(0): Year: 1999  Week: 11
(II) fglrx(0): EDID Version: 1.2
(II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): GTF timings supported
(II) fglrx(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
(II) fglrx(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 720x400@88Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@87Hz (interlaced)
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): 1152x870@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 202.5 MHz   Image Size:  354 x 267 mm
(II) fglrx(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 h_border: 0
(II) fglrx(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
(II) fglrx(0): Ranges: V min: 50  V max: 150 Hz, H min: 30  H max: 96 kHz, PixClock max 200 MHz
(II) fglrx(0): Serial No: 9911007468
(II) fglrx(0): Monitor name: Nokia 446Xt
(II) fglrx(0):  
(II) fglrx(0): DesktopSetup 0x0000
(==) fglrx(0): Overlay disabled
(II) fglrx(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=27500
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(II) fglrx(0): Total 4 valid mode(s) found.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Default mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
(II) fglrx(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) fglrx(0):  Default mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
(II) fglrx(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) fglrx(0): *Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
(II) fglrx(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) fglrx(0): *Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
(II) fglrx(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(++) fglrx(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.6
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.1.0
 ABI class: XFree86 Video Driver, version 0.6
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="Fire GL - ATI Research GmbH, Germany"
 compiled for 4.3.0, module version = 2.9.8
 ABI class: XFree86 Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): cpuFlags: 0x4000000f
(==) fglrx(0): cpuSpeedMHz: 0x00000572
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(II) fglrx(0): using CAIL version [ATI LIB=CAIL.LIB,IA32,2.0024]
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B]
 [1] 0 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
 [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [7] -1 0 0xcffdd000 - 0xcffddfff (0x1000) MX[B]
 [8] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
 [9] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B]
 [10] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
 [11] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
 [12] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
 [13] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [14] -1 0 0xcfdff000 - 0xcfdfffff (0x1000) MX[B](B)
 [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [18] 0 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
 [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [21] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
 [22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
 [23] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
 [24] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [25] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
 [26] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [27] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM area:     0xc0500000 (size=0x03b00000)
(II) fglrx(0): driver needs XFree86 version: 4.3.x
(II) fglrx(0): detected XFree86 version: 4.3.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] loaded kernel module for "fglrx" driver
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xe0a76000
(II) fglrx(0): [drm] mapped SAREA 0xe0a76000 to 0x40012000
(II) fglrx(0): [drm] framebuffer handle = 0xc0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 2.9.8
(II) fglrx(0):     Date: Apr 15 2003
(II) fglrx(0):     Desc: ATI Fire GL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.4.20-1-k7-preempt-lowlatency
(II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0xcfef0000
(II) fglrx(0): [agp] Mode=0x1f000207 bridge: 0x1039/0x0735
(II) fglrx(0): [agp] AGP disable mask 0x00000000
(II) fglrx(0): [agp] enabling AGP with mode=0x1f000304
(II) fglrx(0): [agp] AGP protocoll is enabled for grafics board. (cmd=0x1f000304)
(II) fglrx(0): [agp] grafics chipset has AGP v2.0
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0xe4ba6000
(II) fglrx(0): VisualConfigs initialized
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x00500000
(II) fglrx(0): Splitting WC range: base: 0xc0000000, size: 0x500000
(==) fglrx(0): Write-combining range (0xc0400000,0x100000)
(==) fglrx(0): Write-combining range (0xc0000000,0x500000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,1280)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 768)
(II) fglrx(0): Largest offscreen area available: 1024 x 504
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
 Screen to screen bit blits
 Solid filled rectangles
 Solid Lines
 Dashed Lines
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  24 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(II) Loading extension FGLRXEXTENSION
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Keyboard0" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Mouse0: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
 

 
 
Tout semble ok, non ?

n°258312
daique
Posté le 04-05-2003 à 17:40:28  profilanswer
 

Déja faut repassé en xfree 4.2. les scripts sont fait une sid normale.

n°258318
Evadream -​jbd-
Posté le 04-05-2003 à 17:47:05  profilanswer
 

J'ai testé sans le agpgart.o du kernel, et avec le built-in, ca ne fonctionne pas, ecran qui se met en veille, freeze, plus rien ne fonctionne, pareil avec le agpart.o du kernel et sans le built-in :/

n°258319
Evadream -​jbd-
Posté le 04-05-2003 à 17:48:45  profilanswer
 

daique a écrit :

Déja faut repassé en xfree 4.2. les scripts sont fait une sid normale.


 
Je viens de tester sur un autre ordi avec ma carte et un xfree 4.2, ca fait la meme chose :/
 
Bon je vais arreter le massacre ici, et attendre bien sagement :|

n°258323
daique
Posté le 04-05-2003 à 17:57:46  profilanswer
 

T'as vraiment pas de bol  :heink:  
 
J'ai testé avec ma radeon 9500 pro et ça a fonctionné sans probleme.

n°258328
Evadream -​jbd-
Posté le 04-05-2003 à 18:03:54  profilanswer
 

J'enchaine les mairdes :D Pourtant, je repare d'une config propre à chaque fois. J'ai plus trop le temps pour m'en occuper, je verras ca plus tard !
 
Merci à toi qd meme !

n°262266
zeb_
Posté le 14-05-2003 à 18:19:57  profilanswer
 

Nouveaux drivers ATI R200+ sur schneider !!
 
http://www.schneider-digital.de/html/download_ati.html

n°262274
mirtouf
Light is right !
Posté le 14-05-2003 à 18:48:05  profilanswer
 

oukilé le changelog  :??:

n°262351
zeb_
Posté le 14-05-2003 à 20:36:22  profilanswer
 

mirtouf a écrit :

oukilé le changelog  :??:  


 
Attends c'est ATI là :D

n°262468
- Fred -
007 Agent
Posté le 15-05-2003 à 06:27:03  profilanswer
 

Dites, est-ce que ATI développe également des drivers propio pour les ATI Rage 128 ou seules les Radeon sont concernées ?
 
Et ces drivers sont-ils uniquement pour DRI ou prévoyent-ils également des drivers FrameBuffer ?


Message édité par - Fred - le 15-05-2003 à 06:28:01
n°262497
zeb_
Posté le 15-05-2003 à 09:41:07  profilanswer
 

- Fred - a écrit :

Dites, est-ce que ATI développe également des drivers propio pour les ATI Rage 128 ou seules les Radeon sont concernées ?
 
Et ces drivers sont-ils uniquement pour DRI ou prévoyent-ils également des drivers FrameBuffer ?


 
Pour l'instant, 8500 et plus, en DRI seulement. Et question futur, c'est totalement inconnu puisqu'ils communiquent a peu pres une fois par an.

n°262595
Tomate
Posté le 15-05-2003 à 12:46:57  profilanswer
 

zeb_ a écrit :


 
Pour l'instant, 8500 et plus, en DRI seulement. Et question futur, c'est totalement inconnu puisqu'ils communiquent a peu pres une fois par an.


et encore kan c est noel :D


---------------
:: Light is Right ::
mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5

Aller à :
Ajouter une réponse
 

Sujets relatifs
xfree - directfbXFree 4.2 fait-il 500ko ????
[Nvidia] Plus instable que ca, tu meurs... [résolu? nouveaux drivers]Xfree 4.3 sur une debian woody
ATI Radeon 9700 Pro -- Sous Linuxprobleme Xfree
Ati Rage sur portable Compaqdrivers nvidia (1 de +)
XFree 4 sur un vieux "placard poubelle" avec Cirrus Logic 5430[Knoppix 3.1] avez vous le DRI avec une ATI (ou autre) ???
Plus de sujets relatifs à : Des drivers ATI pour XFree 4.3 !! NEW 04 sept 03 : 3.2.5


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR