Partage
  • Partager sur Facebook
  • Partager sur Twitter

serveur X dans Ubuntu Studio

    28 mai 2007 à 15:27:33

    Bonjour!

    J'ai un monstre problème avec Ubuntu Studio:

    1)j'ai un pc portable avec une carte ATI.

    2)j'ai install ubuntu studio et le démarrage du serveur x échoue car il est mal configuré.

    3) il n'y a pas vraiment d'interface graphique, il me demande mon login

    4) au bout de 30 sec, il m'affiche cette erreur:

    Le démarrage du Serveur X ( Votre interface graphique) a échoué.
    il se peux qu'il ne soit pas configuré correctement.

    j'ai regardé les détails et il me met:

    Fatal Server Error: Cought signal 11. Server Aborting

    5)j'ai edité ce fichier avec vi pour regarder ce qu'il y a dedan et je ne comprends pas tout.

    6)ensuite j'ai fait ca: sudo dpkg -reconfigure xserver-xorg

    et la ca me lance la configuration de mon serveur x.

    je choisis ATI au début et je laisse le reste par défaut.

    7)et à la fin je fait startx ou gdm et j'entend un son (peutetre le son de démarrage) mais écran noir. alor je fais ctrl+alt+f2 pour changer de console et kill xorg. et je ne sait pa quoi faire apres.
    cela ne fonctionna toujours pas.

    Est-ce que quelqu'un peux me dire comment on fait pour configurer tout ça???


    Merci beaucoup
    • Partager sur Facebook
    • Partager sur Twitter
    Anonyme
      28 mai 2007 à 16:40:33

      colle nous ici :
      /etc/X11/xorg.conf
      /var/log/Xorg.0.log

      Colle /etc/X11/xorg.conf entirement et donne nous le modele de ta carte.
      • Partager sur Facebook
      • Partager sur Twitter
        29 mai 2007 à 9:47:22

        j'ai réussi.
        ubuntu stutio fonctionne nikel.
        en fait je suis allé voire un pote qui s'y connait en xorg.conf.
        on a cherché. et en fait par défaut le driver est vesa. il faut mettre ati.
        et ensuite supprimer quelques lignes.

        j'aimerai vous passer le fichier. comment puis-je faire?
        je peux le chercher avec l'interface graphique et je le met sur une clé usb (car je n'arrive pas a installer le wifi) pour ensuite le mettre sous xp (ou j'ai acces à internet) pour vous le mettre sur le forum?
        • Partager sur Facebook
        • Partager sur Twitter
          29 mai 2007 à 11:07:46

          Sinon utilise le programme qui permet de lire les partitions ext3 sous XP et comme ça tu récupère ce fichier depuis Windows XP ;)
          • Partager sur Facebook
          • Partager sur Twitter
            29 mai 2007 à 13:14:47

            j'ai déja une partition data en ntfs.
            comment je peux faire pour qu'elle soit visible depuis ubuntu?
            • Partager sur Facebook
            • Partager sur Twitter
              29 mai 2007 à 13:45:53

              Au dernière nouvelle, par défaut Ubuntu sait lire les partitions NTFS mais pour pouvoir écrire dessus, tu devras te mettre ntfs-3g.
              • Partager sur Facebook
              • Partager sur Twitter
                29 mai 2007 à 13:50:17

                comment je peux installer ntfs-3g sous mon ubuntu studio?
                est-ce stable?
                • Partager sur Facebook
                • Partager sur Twitter
                Anonyme
                  29 mai 2007 à 18:12:55

                  As ce que j'ai lut un peu partout sur le net , oui c'est stable.
                  • Partager sur Facebook
                  • Partager sur Twitter
                    29 mai 2007 à 21:09:36

                    ca y est je vous file mon xorg.conf

                    # /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 xorg.conf(5) 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"
                    FontPath "/usr/share/fonts/X11/misc"
                    FontPath "/usr/share/fonts/X11/cyrillic"
                    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
                    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
                    FontPath "/usr/share/fonts/X11/Type1"
                    FontPath "/usr/share/fonts/X11/100dpi"
                    FontPath "/usr/share/fonts/X11/75dpi"
                    # path to defoma fonts
                    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
                    EndSection

                    Section "Module"
                    Load "bitmap"
                    Load "dbe"
                    Load "ddc"
                    Load "dri"
                    Load "extmod"
                    Load "freetype"
                    Load "glx"
                    Load "int10"
                    Load "record"
                    Load "v4l"
                    Load "vbe"
                    EndSection

                    Section "InputDevice"
                    Identifier "Generic Keyboard"
                    Driver "kbd"
                    Option "CoreKeyboard"
                    Option "XkbRules" "xorg"
                    Option "XkbModel" "pc105"
                    Option "XkbLayout" "fr"
                    EndSection

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

                    Section "InputDevice"
                    Identifier "Synaptics Touchpad"
                    Driver "synaptics"
                    Option "SendCoreEvents" "true"
                    Option "Device" "/dev/psaux"
                    Option "Protocol" "auto-dev"
                    Option "HorizScrollDelta" "0"
                    EndSection

                    Section "Device"
                    Identifier "ATI RADEON X700"
                    Driver "ati"
                    BusID "PCI:01:00:0"
                    EndSection

                    Section "Monitor"
                    Identifier "Acer"
                    Option "DPMS"
                    HorizSync 28-64
                    VertRefresh 43-60
                    EndSection

                    Section "Screen"
                    Identifier "Default Screen"
                    Device "ATI RADEON X700"
                    Monitor "Acer"
                    DefaultDepth 24
                    SubSection "Display"
                    Depth 1
                    Modes "1280x800" "1024x768" "800x600" "640x480"
                    EndSubSection
                    SubSection "Display"
                    Depth 4
                    Modes "1280x800" "1024x768" "800x600" "640x480"
                    EndSubSection
                    SubSection "Display"
                    Depth 8
                    Modes "1280x800" "1024x768" "800x600" "640x480"
                    EndSubSection
                    SubSection "Display"
                    Depth 15
                    Modes "1280x800" "1024x768" "800x600" "640x480"
                    EndSubSection
                    SubSection "Display"
                    Depth 16
                    Modes "1280x800" "1024x768" "800x600" "640x480"
                    EndSubSection
                    SubSection "Display"
                    Depth 24
                    Modes "1280x800" "1024x768" "800x600" "640x480"
                    EndSubSection
                    EndSection

                    Section "ServerLayout"
                    Identifier "Default Layout"
                    Screen "Default Screen"
                    InputDevice "Generic Keyboard"
                    InputDevice "Configured Mouse"
                    InputDevice "Synaptics Touchpad"
                    EndSection

                    Section "DRI"
                    Mode 0666
                    EndSection
                    • Partager sur Facebook
                    • Partager sur Twitter
                    Anonyme
                      29 mai 2007 à 21:33:15

                      As quoi nous sert ton xorg.conf si maintena,y il marche ?
                      C'est comme si t'enmenais ta voiture chez le garagiste (après avoir fixé un rdv) pour dire finalement :"Non , c'est bon elle marche"
                      • Partager sur Facebook
                      • Partager sur Twitter

                      serveur X dans Ubuntu Studio

                      × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
                      × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
                      • Editeur
                      • Markdown