[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Probleme lancement server X [was]Erreur lors mise à jour du driver nvidia



Bonjour à tous

> Non. Je te suggérais deux choses : nous envoyer le fichier de config qui
> va avec le fichier de log.

Voici le xorg.config qui ne marche pas : 

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual
page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
# local font server
# if the local font server has problems, we can fall back on these
    FontPath        "unix/:7100"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/lib/X11/fonts/cyrillic"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/lib/X11/fonts/CID"
    FontPath        "/usr/lib/X11/fonts/Speedo"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "speedo"
#   Load           "type1"
    Load           "vbe"
    Load           "wacom"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xfree86"
    Option         "XkbModel" "logiink"
    Option         "XkbLayout" "fr"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"        "/dev/input/wacom"          # Change
to 

# /dev/input/event2
                                                      	      # for USB
    Option        "Type"          "stylus"
    Option	  "Mode"	  "absolute"
    Option	  "Tilt"	  "on"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"        "/dev/input/wacom"          # Change
to 

# /dev/input/event2
                                                      	      # for USB
    Option        "Type"          "eraser"
    Option	  "Mode"	  "absolute"
EndSection

#Section "InputDevice"
#   Identifier     "Cursor"
#   Driver         "wacom"
#   Option         "Device" 	   "/dev/input/wacom"   # USB ONLY
#   Option         "Type" 	   "cursor"
#   Option         "USB" 	   "on"                  # USB ONLY
#   Option	   "Threshold"     "10"
#   Option	   "Mode"	   "Absolute"
#   Option	   "Twinview"      "horizontal"
#   Option	   "ScreenNo"	   "1"
#   Option	   "PressCurve"    "0,0,100,100"
#   Option	   "Tilt"	   "on"
#   Option	   "Vendor"	   "WACOM"
#EndSection

Section "InputDevice"
    Identifier     "Pad"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"   # USB ONLY
    Option         "Type" "pad"
#    Option         "USB" "on"                  # USB ONLY
EndSection

Section "Monitor"
    Identifier     "Spectrum_7Vlr"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 130.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "WinFast_Graphics_Series"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "WinFast_Graphics_Series"
    Monitor        "Spectrum_7Vlr"
    DefaultDepth    24
    Option         "TwinView"
    Option         "SecondMonitorHorizSync" "30-80"
    Option         "SecondMonitorVertRefresh" "50-130"
    Option         "TwinViewOrientation" "LeftOf"
    Option         "MetaModes"
"1280x1024,1440x900;1024x768,1024x768;800x600,800x600;640x480,640x480;320x200,NULL"
    Option         "ConnectedMonitor" "CRT,CRT"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
# ajouté pour la tablette graphire USB
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Configured Mouse" "CorePointer"
    InputDevice    "Stylus" "SendCoreEvents"
    InputDevice    "Eraser" "SendCoreEvents"
#   InputDevice    "Cursor" "SendCoreEvents"
    InputDevice    "Pad"    ""
EndSection

> Amicalement

Bien à vous
> 
> David

P'tit Louis



Reply to: