Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 21/10/2009, à 16:04

agrimm

[Résolu] Impossible de démarrer session X driver sun

Bonjour

J'ai un problème avec une station Sun Ultra 1 Creator sous Ubuntu. Lorsque je fais un startx, il me dit qu'il ne trouve pas le module sunffb. J'ai fait une recherche et effectivement le module n'a pas l'air présent. J'ai essayer la commande

sudo apt-get install xserver-xorg-video-sunffb

Il me dit qu'il doit installer xserver-xorg-video-2 et qu'il entre en conflit avec xserver-xorg-core.

J'ai essayé de compiler le driver a partir de la source, il ma généré un fichier sun_ffb_drv.so et sun_ffb_drv.la mais je ne sais pas quoi en faire. Je n'arrive pas à les charger avec insmod.

Est-ce que quelqu'un aurait une idée ?


Fichier xorg.conf

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

# commented out by update-manager, HAL is now used
#Section "InputDevice"
#    Identifier    "Generic Keyboard"
#    Driver        "kbd"
#    Option        "CoreKeyboard"
#    Option        "XkbRules"    "xorg"
#    Option        "XkbModel"    "pc105"
#    Option        "XkbLayout"    "us"
#    Option        "XkbVariant"    "intl"
#    Option        "XkbOptions"    "lv3:ralt_switch"
#EndSection

# commented out by update-manager, HAL is now used
#Section "InputDevice"
#    Identifier    "Configured Mouse"
#    Driver        "mouse"
#    Option        "CorePointer"
#    Option        "Device"        "/dev/input/mice"
#    Option        "Protocol"        "ImPS/2"
#    Option        "ZAxisMapping"        "4 5"
#EndSection

# commented out by update-manager, HAL is now used
#Section "InputDevice"
#    Driver        "wacom"
#    Identifier    "stylus"
#    Option        "Device"    "/dev/input/wacom"
#    Option        "Type"        "stylus"
#    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
#EndSection

# commented out by update-manager, HAL is now used
#Section "InputDevice"
#    Driver        "wacom"
#    Identifier    "eraser"
#    Option        "Device"    "/dev/input/wacom"
#    Option        "Type"        "eraser"
#    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
#EndSection

# commented out by update-manager, HAL is now used
#Section "InputDevice"
#    Driver        "wacom"
#    Identifier    "cursor"
#    Option        "Device"    "/dev/input/wacom"
#    Option        "Type"        "cursor"
#    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
#EndSection

Section "Device"
    Identifier    "-e Sun Creator3D framebuffer or similar (SUNW,501-2634)"
#    Driver        "sunffb"
    Driver        "sunffb"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    HorizSync    30-107
    VertRefresh    48-160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "-e Sun Creator3D framebuffer or similar (SUNW,501-2634)"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection "Display"
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
# commented out by update-manager, HAL is now used
#    InputDevice    "Generic Keyboard"
# commented out by update-manager, HAL is now used
#    InputDevice    "Configured Mouse"

# Uncomment if you have a wacom tablet
#    InputDevice     "stylus"    "SendCoreEvents"
#    InputDevice     "cursor"    "SendCoreEvents"
#    InputDevice     "eraser"    "SendCoreEvents"
EndSection

Fichier log

X.Org X Server 1.6.0
Release Date: 2009-2-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.15-53-sparc64 sparc Ubuntu
Current Operating System: Linux evc-sun2 2.6.28-6-sparc64 #20-Ubuntu Fri Apr 17 08:31:05 UTC 2009 sparc64
Build Date: 09 April 2009  03:19:50AM
xorg-server 2:1.6.0-0ubuntu14 (buildd@)
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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/Xorg.0.log", Time: Wed Oct 21 15:56:20 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Écran générique"
(**) |   |-->Device "-e Sun Creator3D framebuffer or similar (SUNW,501-2634)"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x6b0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) SBUS:(0xf00702cc) Sun FFB 67MHz Creator at /SUNW,ffb@1e,0
(II) No APM support in BIOS or kernel
(II) System resource ranges:
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "sunffb"
(WW) Warning, couldn't open module sunffb
(II) UnloadModule: "sunffb"
(EE) Failed to load module "sunffb" (module does not exist, 0)
(EE) No drivers available.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

ddxSigGiveUp: Closing log

Dernière modification par agrimm (Le 21/10/2009, à 17:19)

Hors ligne

#2 Le 21/10/2009, à 17:19

agrimm

Re : [Résolu] Impossible de démarrer session X driver sun

J'ai trouvé la solution. Il fallait bien passer par l'étape de la compilation, ensuite il suffit de copier le fichier a partir du dossier /usr/local/lib/xorg/modules/drivers, vers /usr/lib/xorg/modules/drivers

Hors ligne