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 28/02/2007, à 00:53

Daminou75

prob avec mon x

Salut,

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

Section "Module"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

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

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "NVIDIA Corporation NV4 [RIVA TNT]"
    Driver        "nv"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Acer AL1916W"
    Option        "DPMS"
    HorizSync    30-82
    VertRefresh    56-76
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV4 [RIVA TNT]"
    Monitor        "Acer AL1916W"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

j'ai donc une NVIDIA Corporation NV4 [RIVA TNT] à l'ancienne lol puis c'est une install serveur de ubuntu... je voudrais simplement installer xorg puis xfce...

j'ai déjà instaler xorg xfce et gdm. quand je reconfigure xorg toujours le même problème...

apparemment il me met des erreurs sur

FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"

quelqu'un a une solution....... ????


Adresse de mon blog : http://blog.lemondelibre.org
- LeMondeLibre est mon blog perso. Nouvelles technologies, logiciels libres, art de vivre, road trip, passions diverses etc... Tout y passe. Restez connecté ! -

Hors ligne

#2 Le 28/02/2007, à 23:55

Jelly

Re : prob avec mon x

Salut,

1-Que se passe t-il ? Ton X démarre quand même?
2-Quel drivers as-tu installé?

AleX.

Hors ligne

#3 Le 01/03/2007, à 00:32

Daminou75

Re : prob avec mon x

Salouté,

bah niveau drivers quand je lance un dpkg-reconfigure je sélectione le driver qu'il me propose... mais je me demande si vu que c'est une install serveur il manque pas de fonts.... car il met une erreur dessu... je comprends pu....


Adresse de mon blog : http://blog.lemondelibre.org
- LeMondeLibre est mon blog perso. Nouvelles technologies, logiciels libres, art de vivre, road trip, passions diverses etc... Tout y passe. Restez connecté ! -

Hors ligne

#4 Le 01/03/2007, à 00:40

Jelly

Re : prob avec mon x

Mais quand tu démarres ton PC, qu'est ce qu'il se passe exactement?

tu as des erreurs? Et finalement tu te retrouve en console ou?*

Parce que, à la rigueur, pourquoi ne pas installer les drivers nvidia?

Vu ta carte prend bien les nvidia-glx-legacy par contre...

Alex.

Hors ligne

#5 Le 01/03/2007, à 20:05

Daminou75

Re : prob avec mon x

Salouté,

bah ouais je lance et gdm coupe et aprés il me demande si je veux voir le journal des log d'erreur...

mais pour les drivers quand je reconfigure mon x ça suffit pas ?


Adresse de mon blog : http://blog.lemondelibre.org
- LeMondeLibre est mon blog perso. Nouvelles technologies, logiciels libres, art de vivre, road trip, passions diverses etc... Tout y passe. Restez connecté ! -

Hors ligne

#6 Le 01/03/2007, à 20:11

Jelly

Re : prob avec mon x

Et non en effet, le serveur X tourne sans les drivers de ta carte graphique par défaut.

Là:

Section "Device"
    Identifier    "NVIDIA Corporation NV4 [RIVA TNT]"
    Driver        "nv"
    BusID        "PCI:1:0:0"
EndSection

le "nv" cest le driver de base (open source) fourni avec Ubuntu.

Donc quand t'arrive en console tu jètes un:

apt-get install nvidia-glx-legacy

(avec toutes les dépendances)

Une fois installé, très important avant de lancer X, tu ouvres ton xorg:

nano /etc/X11/xorg.conf

Et tu remplaces donc ce

nv

par

nvidia

pour qu'il utilise le nouveau driver.

Et pour finir:

startx

Et voilou !

++

Hors ligne