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

Erreur de blender au démarrage



Bonjour à tous,

J'ai un petit problème avec Blender, que je n'avais pas avant, en effet
celui-ci ne démarre pas. J'ai récemment changé d'écran.

En console j'ai ceci :

guessing 'blender-bin' == '/usr/bin/blender-bin'
Compiled with Python version 2.4.
Checking for installed Python... got it!
ERROR: Unable to open Blender window

Ma config : Débian Etch, kernel 2.6.18-rt7, carte nvidia et voici mon
xorg.conf


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" "RightOf"
    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

Qu'en pensez vous ? Quelqu'un a-t-il une idée ?

Merci d'avance.

P'tit Louis


Reply to: