xorg 7 plus de X

xorg 7 plus de X - Logiciels - Linux et OS Alternatifs

Marsh Posté le 24-03-2006 à 00:00:01    

Bonjour,
 
j'ai une distrib gentoo et j'ai installé après un emerge -uDvp world xorg 7. En fait j'ai pas fait gaffe et voilà... Mon problème est que maintenant, lorsque je lance startx, l'écran se lance je vois nvidia, le pointeur de souris et hop le X s'arrête et je reviens au shell. En fait, voici le message d'erreur qu'il donne :
 

Spoiler :

xauth:  creating new authority file /home/xxxxx//.serverauth.5513
 
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15-gentoo-r7 x86_64
Current Operating System: Linux localhost 2.6.15-gentoo-r7 #17 SMP Thu Mar 23 02:15:25 CET 2006 x86_64
Build Date: 23 March 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
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: Fri Mar 24 00:41:10 2006
(==) Using config file: "/etc/X11/xorg.conf"
 
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
xterm: error while loading shared libraries: libXaw.so.8: cannot open shared object file: No such file or directory
xterm: error while loading shared libraries: libXaw.so.8: cannot open shared object file: No such file or directory
xterm: error while loading shared libraries: libXaw.so.8: cannot open shared object file: No such file or directory
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.


 
j'ai essayé de faire un peu tout ce que je peux connaître dans ce genre de situation c'est à dire xorg, bidouiller le xorg.conf, chercher sur le net mais rien. Egalement, voici mon xorg.conf
 

Spoiler :

Section "ServerLayout"
 Identifier     "X.org Configured"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
 FontPath     "/usr/share/fonts/misc/"
 FontPath     "/usr/share/fonts/TTF/"
 FontPath     "/usr/share/fonts/Type1/"
 FontPath     "/usr/share/fonts/CID/"
 FontPath     "/usr/share/fonts/75dpi/"
 FontPath     "/usr/share/fonts/100dpi/"
EndSection
 
Section "Module"
 Load  "bitmap"
 Load  "pcidata"
 Load  "record"
 Load  "extmod"
 Load  "dbe"
 Load  "dri"
# Load  "glx"
 Load  "xtrap"
 Load  "freetype"
 Load  "type1"
EndSection
 
Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
 Option     "XkbModel" "pc104"
 Option      "XkbRules"  "xorg"
 Option     "XkbLayout" "fr"
EndSection
 
 
#Section "InputDevice"
#  Identifier  "Generic Keyboard"
#  Driver    "keyboard"
#  Option    "CoreKeyboard"
#  Option    "XkbRules"  "xorg"
#  Option    "XkbModel"  "pc105"
#  Option    "XkbLayout" "be"
#EndSection
 
#Section "InputDevice"
# Identifier  "Mouse0"
# Driver      "mouse"
# Option     "Protocol" "auto"
# Option     "Device" "/dev/psaux"
#EndSection
 
Section "InputDevice"
 
     Identifier    "Mouse0"
     Driver    "mouse"
     Option "Protocol"    "PS/2"  
     Option "Device"      "/dev/psaux"
 Option "Resolution"    "1200"
 Option "Emulate3Buttons"  "true"
 Option "Buttons" "5"
 Option "ZAxisMapping" " 4 5"  
EndSection
 
Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName    "Monitor Model"
EndSection
 
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"            # [<bool>]
        #Option     "HWcursor"            # [<bool>]
        #Option     "NoAccel"             # [<bool>]
        #Option     "ShadowFB"            # [<bool>]
        #Option     "UseFBDev"            # [<bool>]
        #Option     "Rotate"              # [<str>]
        #Option     "VideoKey"            # <i>
        #Option     "FlatPanel"           # [<bool>]
        #Option     "FPDither"            # [<bool>]
        #Option     "CrtcNumber"          # <i>
        #Option     "FPScale"             # [<bool>]
        #Option     "FPTweak"             # <i>
 Identifier  "Card0"
 Driver      "nv"
 VendorName  "nVidia Corporation"
 BoardName   "GeForce 6200"
 BusID       "PCI:1:0:0"
EndSection
 
Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 DefaultDepth 24  
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes   "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
 
 SubSection "Display"
  Viewport   0 0
  Depth     24
  Modes   "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection


 
merci par avance à tous
 

Reply

Marsh Posté le 24-03-2006 à 00:00:01   

Reply

Marsh Posté le 24-03-2006 à 00:22:10    

tu devrais ptet demander sur le topic gentoo :)
 
Perso j'ai pas eu de problème, j'ai juste suivi http://www.gentoo.org/proj/en/desk [...] -howto.xml

Reply

Marsh Posté le 24-03-2006 à 00:24:11    

Effectivement j'y ai pensé qu'après
 
merci

Reply

Marsh Posté le 24-03-2006 à 01:15:26    

il faudrait éviter les balises spoiler ceci dit.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed