Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
3189 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Pas de souris ni clavier sous kde 4 ??

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Pas de souris ni clavier sous kde 4 ??

n°1099183
trouble_fe​te
Posté le 22-12-2008 à 12:54:49  profilanswer
 

Bonjour, je viens de terminer l'installation d'une Gentoo full kde 4, et lorsque je tape startx, je perds le clavier et la souris ne fonctionne pas sous kde ! d'ailleurs si j'utilise la touche caps lock, le voyant sur le clavier ne réagit plus ! mais Linux n'est pas planté pour autant, je peux faire ce que je veux....via ssh  :pt1cable:  
 
Est-ce que ça peut venir du fait que j'utilise juste la sortie télé ? (s-video)  :??:  
 
La carte graphique est une Radeon 9600 et j'utilise le pilote propriétaire.
 
Avant j'ai eu une Radeon 9250 et je n'ai jamais eu ce genre de soucis :??:
 
Merci d'avance pour toute aide :)


---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
mood
Publicité
Posté le 22-12-2008 à 12:54:49  profilanswer
 

n°1099189
ogaby
Posté le 22-12-2008 à 13:28:34  profilanswer
 

...et il est comment ton xorg.conf? :d
 
Je crois qu'il y a un outil sous gentoo pour générer le fichier. non?

n°1099191
trouble_fe​te
Posté le 22-12-2008 à 13:45:33  profilanswer
 

Je l'ai généré comme d'hab. avec xorgconfig, le voici:
 

Citation :

# File generated by xorgconfig.                    
 
Section "Module"                                                        
 
# This loads the DBE extension module.
 
    Load        "dbe"   # Double buffer extension
 
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"                                          
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection                                                        
 
# This loads the font modules
#    Load        "type1"      
    Load        "freetype"    
#    Load        "xtt"        
 
# This loads the GLX module
    Load       "glx"        
# This loads the DRI module
    Load       "dri"        
 
EndSection
 
# **********************************************************************
# Files section.  This allows default font and rgb paths to be set      
# **********************************************************************
 
Section "Files"
 
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath  
# command (or a combination of both methods)                              
#                                                                          
 
#    FontPath   "built-ins"
#    FontPath   "/usr/lib/X11/fonts/local/"
    FontPath   "/usr/lib/X11/fonts/misc/"  
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Type1/"          
#    FontPath   "/usr/lib/X11/fonts/TrueType/"        
#    FontPath   "/usr/lib/X11/fonts/freefont/"        
#    FontPath   "/usr/lib/X11/fonts/75dpi/"          
#    FontPath   "/usr/lib/X11/fonts/100dpi/"          
 
# The module search path.  The default path is shown here.
 
#    ModulePath "/usr/lib/modules"
 
EndSection
 
# **********************************************************************
# Server flags section.                                                  
# **********************************************************************
 
Section "ServerFlags"
 
 
 
 
 
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
 
#    Option "AllowNonLocalModInDev"
 
EndSection
 
# **********************************************************************
# Input devices                                                          
# **********************************************************************
 
# **********************************************************************
# Core keyboard's InputDevice section                                    
# **********************************************************************
 
Section "InputDevice"
 
    Identifier  "Keyboard1"
    Driver      "kbd"      
 
    Option "AutoRepeat" "500 30"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option     "Xleds"      "1 2 3"                                    
 
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
 
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:                          
#    Option "XkbModel"    "pc105"                                    
# If you have a US Microsoft Natural keyboard, you can use:          
#    Option "XkbModel"    "microsoft"                                
#                                                                    
# Then to change the language, change the Layout setting.            
# For example, a german layout can be obtained with:                
#    Option "XkbLayout"   "de"                                      
# or:                                                                
#    Option "XkbLayout"   "de"                                      
#    Option "XkbVariant"  "nodeadkeys"                              
#                                                                    
# If you'd like to switch the positions of your capslock and        
# control keys, use:                                                
#    Option "XkbOptions"  "ctrl:swapcaps"                            
 
# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"              
#    Option "XkbModel"    "pc105"            
#    Option "XkbLayout"   "us"                
#    Option "XkbVariant"  ""                  
#    Option "XkbOptions"  ""                  
 
#    Option "XkbDisable"
 
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "fr"    
 
EndSection
 
 
# **********************************************************************
# Core Pointer's InputDevice section                                    
# **********************************************************************
 
Section "InputDevice"
 
# Identifier and driver
 
    Identifier  "Mouse1"
    Driver      "mouse"  
    Option "Protocol"    "IMPS/2"       # IntelliMouse PS/2
    Option "Device"      "/dev/input/mice"                  
 
# Mouse-speed setting for PS/2 mouse.
 
#    Option "Resolution"        "256"
 
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.            
 
#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"
 
# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than  
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.                                                              
 
    Option "ZAxisMapping"   "4 5 6 7"
 
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
 
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
 
# ChordMiddle is an option for some 3-button Logitech mice
 
#    Option "ChordMiddle"
 
EndSection
 
 
# **********************************************************************
# Other input device sections                                            
# this is optional and is required only if you                          
# are using extended input devices.  This is for example only.  Refer    
# to the xorg.conf man page for a description of the options.            
# **********************************************************************
#                                                                        
# Section "InputDevice"                                                  
#    Identifier  "Mouse2"                                                
#    Driver      "mouse"                                                
#    Option      "Protocol"      "MouseMan"                              
#    Option      "Device"        "/dev/mouse2"                          
# EndSection                                                            
#                                                                        
# Section "InputDevice"                                                  
#    Identifier "spaceball"                                              
#    Driver     "magellan"                                              
#    Option     "Device"        "/dev/cua0"                              
# EndSection                                                            
#                                                                        
# Section "InputDevice"                                                  
#    Identifier "spaceball2"                                            
#    Driver     "spaceorb"                                              
#    Option     "Device"        "/dev/cua0"                              
# EndSection                                                            
#                                                                        
# Section "InputDevice"                                                  
#    Identifier "touchscreen0"                                          
#    Driver     "microtouch"                                            
#    Option     "Device"        "/dev/ttyS0"                            
#    Option     "MinX"          "1412"                                  
#    Option     "MaxX"          "15184"                                  
#    Option     "MinY"          "15372"                                  
#    Option     "MaxY"          "1230"                                  
#    Option     "ScreenNumber"  "0"                                      
#    Option     "ReportingMode" "Scaled"                                
#    Option     "ButtonNumber"  "1"                                      
#    Option     "SendCoreEvents"                                        
# EndSection                                                            
#                                                                        
# Section "InputDevice"                                                  
#    Identifier "touchscreen1"                                          
#    Driver     "elo2300"                                                
#    Option     "Device"        "/dev/ttyS0"                            
#    Option     "MinX"          "231"                                    
#    Option     "MaxX"          "3868"                                  
#    Option     "MinY"          "3858"                                  
#    Option     "MaxY"          "272"                                    
#    Option     "ScreenNumber"  "0"                                      
#    Option     "ReportingMode" "Scaled"                                
#    Option     "ButtonThreshold"       "17"                            
#    Option     "ButtonNumber"  "1"                                      
#    Option     "SendCoreEvents"                                        
# EndSection                                                            
 
# **********************************************************************
# Monitor section                                                        
# **********************************************************************
 
# Any number of monitor sections may be present
 
Section "Monitor"
 
    Identifier  "Television"
 
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.                        
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.                              
 
    HorizSync   30-70
 
#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies
 
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.                          
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S  
# USER MANUAL FOR THE CORRECT NUMBERS.                              
 
    VertRefresh 85
 
EndSection
 
 
# **********************************************************************
# Graphics device section                                                
# **********************************************************************
 
# Any number of graphics device sections may be present
 
# Standard VGA Device:
 
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"      
    BoardName   "Unknown"      
 
# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.  
 
#    Chipset    "generic"
 
# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver  
# module.  Even when not using loadable driver modules, this line      
# indicates which driver should interpret the information in this section.
 
    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI    
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device        
# intalled.                                                              
 
#    BusID      "PCI:0:10:0"
 
#    VideoRam   256
 
#    Clocks     25.2 28.3
 
EndSection
 
# Device configured by xorgconfig:
 
Section "Device"
    Identifier  "9600"
    Driver      "fglrx"
    #VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection                                    
 
 
# **********************************************************************
# Screen sections                                                        
# **********************************************************************
 
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"      
# option.                                                                
Section "Screen"                                                          
    Identifier  "Screen 1"                                                
    Device      "9600"                                                    
    Monitor     "Television"                                              
    DefaultDepth 24                                                      
 
    Subsection "Display"
        Depth       8    
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0                            
    EndSubsection                                  
    Subsection "Display"                          
        Depth       16                            
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0                            
    EndSubsection                                  
    Subsection "Display"                          
        Depth       24                            
        Modes       "1024x768"                    
        ViewPort    0 0                            
    EndSubsection                                  
EndSection
 
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
 
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
 
Section "ServerLayout"
 
# The Identifier line must be present
    Identifier  "Simple Layout"
 
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.
 
    Screen "Screen 1"
 
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
 
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
 
EndSection
 
# Section "DRI"
#    Mode 0666
# EndSection
 


Message édité par trouble_fete le 22-12-2008 à 17:42:38

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°1099192
j_c_p
Linux user
Posté le 22-12-2008 à 13:47:02  profilanswer
 

Ça ne viendrait pas de xorg-server 1.5.3 ?
-> http://forums.gentoo.org/viewtopic-t-718988.html
 
You have 3 possibilities :  
 1) rebuild xorg-server with USE=-hal  
 2) use the AutoAddDevices/AutoEnableDevices/AllowEmptyInput options in your  
 xorg.conf  
 3) remove all input sections from your xorg.conf and properly set-up HAL

 
edit : tu pourrais enlever les commentaires de ton xorg.conf ...

Message cité 1 fois
Message édité par j_c_p le 22-12-2008 à 13:47:47
n°1099222
mikala
Souviens toi du 5 Novembre...
Posté le 22-12-2008 à 14:36:14  profilanswer
 

evdev est installé ? :)


---------------
Intermittent du GNU
n°1099271
trouble_fe​te
Posté le 22-12-2008 à 17:33:18  profilanswer
 

j_c_p a écrit :

Ça ne viendrait pas de xorg-server 1.5.3 ?
-> http://forums.gentoo.org/viewtopic-t-718988.html
 
You have 3 possibilities :  
 1) rebuild xorg-server with USE=-hal  
 2) use the AutoAddDevices/AutoEnableDevices/AllowEmptyInput options in your  
 xorg.conf  
 3) remove all input sections from your xorg.conf and properly set-up HAL

 
edit : tu pourrais enlever les commentaires de ton xorg.conf ...


 
Ah oui exact, j'ai xorg 1.5.3 j'avais pas le choix jsais pu pkoi (pour avoir le dernier pilote ati jcrois ?)
 
Edit: bien sur je vais faire les "3 possibilitie"

Message cité 1 fois
Message édité par trouble_fete le 22-12-2008 à 17:43:58

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°1099353
mikala
Souviens toi du 5 Novembre...
Posté le 23-12-2008 à 01:38:55  profilanswer
 

trouble_fete a écrit :


 
Ah oui exact, j'ai xorg 1.5.3 j'avais pas le choix jsais pu pkoi (pour avoir le dernier pilote ati jcrois ?)


le pilote ati (propriétaire) ne nécessite pas la derniere version de xorg (d'ailleurs il est plus simple d'avoir un 'vieux' xorg).
Après le pilote libre (radeon) fonctionne également sur une version plus ancienne (mais modulaire) de xorg a ma connaissance.


---------------
Intermittent du GNU
n°1099354
trouble_fe​te
Posté le 23-12-2008 à 02:06:14  profilanswer
 

En fait en mettant ati-drivers en ~x86, ça m'a mis le dernier xorg en dépendance. Sauf erreur de ma part mais je crois que c'est bien comme ça que ça c'est passé, je vais revoir ça plus tard j'ai qq soucis enfin plutot des amis dont le père vient de faire une TS :/ (pas la premiere fois d'ailleurs)
 
pff...


---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°1099355
Profil sup​primé
Posté le 23-12-2008 à 04:06:20  answer
 

trouble_fete a écrit :

je perds le clavier et la souris ne fonctionne pas sous kde !


 
C'est tout à fait normal : KDE est tellement avancé qu'il se contrôle à la pensée  :o  

n°1099647
trouble_fe​te
Posté le 23-12-2008 à 21:48:49  profilanswer
 

:lol:


---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
mood
Publicité
Posté le 23-12-2008 à 21:48:49  profilanswer
 

n°1099779
trouble_fe​te
Posté le 24-12-2008 à 11:33:13  profilanswer
 

Oui au fait tu avais raison pas besoin du dernier xorg jsais pas ce que j'ai branlé, problème résolu par virage du xorg beugué...
 
>> Emerging (1 of 1) x11-drivers/ati-drivers-8.561
 
Ouverture de session en anonymous...Session établie!
==> SYST ... complété.    ==> PWD ... complété.
==> TYPE I ... complété.  ==> CWD /pub/gentoo/distfiles ... complété.
==> SIZE ati-driver-installer-8-12-x86.x86_64.run ... 81282852
==> PASV ... complété.    ==> RETR ati-driver-installer-8-12-x86.x86_64.run ... complété.
Longueur: 81282852 (78M)
 
C'est un peu gros  :heink:

Message cité 1 fois
Message édité par trouble_fete le 24-12-2008 à 11:35:01

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°1099833
Tom_
Posté le 24-12-2008 à 12:26:18  profilanswer
 

trouble_fete a écrit :

xorg beugué...


Il n'est pas bugué ... il possède juste une nouvelle façon de prendre en compte les périphériques d'entrée. ;) Au lieu de configurer ca via le fichier xorg.conf, tu passe par Hal.

n°1099860
trouble_fe​te
Posté le 24-12-2008 à 13:29:27  profilanswer
 

Et merde me suis planté, le dernier pilote ati ( ~x86) dépend bel et bien de xorg-1.5.x ! du coup j'ai mis le 1.5.2 dans package.keywords mais problème quand même:
 

Citation :

mac_gyver@Thunderbird ~ $ startx                
xauth:  creating new authority file /home/mac_gyver/.serverauth.4553
 
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27.9 i686  
Current Operating System: Linux Thunderbird 2.6.27.9 #2 PREEMPT Wed Dec 17 23:54:45 Local time zone must be set--see  i686
Build Date: 24 December 2008  11:36:49AM                                                                                  
                                                                                                                           
        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: Wed Dec 24 12:35:54 2008                                                      
(==) Using config file: "/etc/X11/xorg.conf"                                                                              
 
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(EE) fglrx(0): Unknown EDID version 0                                        
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                            
Could not init font path element /usr/share/fonts/TTF/, removing from list!  
Could not init font path element /usr/share/fonts/OTF, removing from list!    
xinit:  No such file or directory (errno 2):  Cannot register with ConsoleKit: org.freedesktop.CkConnector.Error: Unable to open session: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory                                                              
startkde: Starting up...                                                                                                                        
kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher                                                                                  
kdeinit4: preparing to launch /usr/bin/kded4                                                                                                    
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4                                                                                            
kbuildsycoca4 running...                                                                                                                        
kdeinit4: preparing to launch /usr/lib/kde4/libexec/kconf_update                                                                                
kdeinit4: preparing to launch /usr/bin/kcminit_startup                                                                                          
kdeinit4: preparing to launch /usr/bin/ksmserver                                                                                                
"KConfigIni: In file /usr/share/autostart/nepomukserver.desktop, line 1: " Invalid entry (missing '=')                                          
"KConfigIni: In file /usr/share/autostart/restore_kmix_volumes.desktop, line 1: " Invalid entry (missing '=')                                  
"KConfigIni: In file /usr/share/autostart/plasma.desktop, line 1: " Invalid entry (missing '=')                                                
"KConfigIni: In file /usr/share/autostart/klipper.desktop, line 1: " Invalid entry (missing '=')                                                
"KConfigIni: In file /usr/share/autostart/khotkeys.desktop, line 1: " Invalid entry (missing '=')                                              
"KConfigIni: In file /usr/share/autostart/kmix_autostart.desktop, line 1: " Invalid entry (missing '=')                                        
"KConfigIni: In file /usr/share/autostart/kalarm.autostart.desktop, line 1: " Invalid entry (missing '=')                                      
"KConfigIni: In file /usr/share/autostart/kgpg.desktop, line 1: " Invalid entry (missing '=')                                                  
"KConfigIni: In file /usr/share/autostart/konqy_preload.desktop, line 1: " Invalid entry (missing '=')                                          
"KConfigIni: In file /usr/share/autostart/krunner.desktop, line 1: " Invalid entry (missing '=')                                                
klauncher: Exiting on signal 11                                                                                                                
"KConfigIni: In file /usr/share/config/kdebugrc, line 1: " Invalid entry (missing '=')                                                          
<unknown program name>(4651)/: Couldn't start knotify from knotify4.desktop:  "KLauncher could not be reached via D-Bus. Error when calling start_service_by_desktop_path:                                                                                                                    
empty
"
 
kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
<unknown program name>(4651)/ KNotification::slotReceivedIdError: Error while contacting notify daemon "Failed to execute program /usr/bin/knotify4: Success"
kdeinit4: preparing to launch /usr/bin/nspluginscan
KWrited - Listening on Device /dev/pts/1
KCrash: Application 'kded4' crashing...
sock_file=/home/mac_gyver/.kde4/socket-Thunderbird/kdeinit4__0
kdeinit4: preparing to launch /usr/lib/kde4/libexec/drkonqi
klauncher: Exiting on signal 11
KCrash: Application '<unknown>' crashing...
"KConfigIni: In file /usr/share/config/kdebugrc, line 1: " Invalid entry (missing '=')
<unknown program name>(4649)/: Couldn't start knotify from knotify4.desktop:  "KLauncher could not be reached via D-Bus. Error when calling start_service_by_desktop_path:
empty
"
 
QObject: Do not delete object, 'unnamed', during its event handler!
<unknown program name>(4649)/ KNotification::slotReceivedIdError: Error while contacting notify daemon "Failed to execute program /usr/bin/knotify4: Success"
kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
kbuildsycoca4 running...
KCrash: Application 'ksmserver' crashing...
KCrash: Application 'kbuildsycoca4' crashing...
sock_file=/home/mac_gyver/.kde4/socket-Thunderbird/kdeinit4__0
kdeinit4: preparing to launch /usr/lib/kde4/libexec/drkonqi
QWidget: Must construct a QApplication before a QPaintDevice
kdeinit4: preparing to launch /usr/lib/kde4/libexec/kconf_update
ICE default IO error handler doing an exit(), pid = 4651, errno = 11
startkde: Shutting down...
klauncher: Exiting on signal 1
startkde: Running shutdown scripts...
startkde: Done.
 
waiting for X server to shut down


 
Jcomprends pas pourquoi j'ai "waiting for X server to shut down", ça signifie quoi ?


Message édité par trouble_fete le 24-12-2008 à 13:33:28

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°1099861
trouble_fe​te
Posté le 24-12-2008 à 13:30:48  profilanswer
 

Ya pas a dire ça pas changé, toujours la merde les cartes ATI sous Linux :/


---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°1099880
mikala
Souviens toi du 5 Novembre...
Posté le 24-12-2008 à 14:33:02  profilanswer
 

Je ne suis pas sur que le driver ati soit en cause là, vu qu'a priori xorg a pu se lancer, c'est kde qui ne démarre pas par la suite...
Ensuite dans les logs de xorg tu as discrètement un

Citation :

(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found


tu es obligé de spécifier le busID ? si oui il ne semble pas être correct.


---------------
Intermittent du GNU
n°1099881
trouble_fe​te
Posté le 24-12-2008 à 14:36:57  profilanswer
 

Je n'ai pas spécifier de busid pourtant :??:


---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°1099891
mikala
Souviens toi du 5 Novembre...
Posté le 24-12-2008 à 15:19:40  profilanswer
 

donc c'est l'inverse, il déclare avoir trouvé quelque chose au BuSID mais qu'il n'existe aucune section DEVICE appropriée [:god]


---------------
Intermittent du GNU
n°1099983
trouble_fe​te
Posté le 25-12-2008 à 10:40:32  profilanswer
 

Re, Comme je n'arrive a rien régler, je vais tenter de mettre le pilote ati en branche stable, je pense qu'en mettant un noyau moins frais il devrait se compiler ! Au moins je pourrais garder le xorg de la branche stable...parce que là ça devient trop compliqué sinon :/
 
Edit: et Joyeux noël a toi mikala et aux autres aussi !


Message édité par trouble_fete le 25-12-2008 à 10:41:13

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°1100012
ogaby
Posté le 25-12-2008 à 15:44:58  profilanswer
 

Je suis du même avis que mikala et la section "device" a l'air de poser problème.
Essaye plutôt de configurer xorg que de te battre avec les dépendances.
 
Voici mon xorg.conf (sous archlinux) avant le lancement de aticonfig:

Citation :

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"         # pas de copier/coller directe -> j'ai un clavier allemand
#        Option          "XkbVariant"    "nodeadkeys"
EndSection
 
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection
 
Section "Device"
        Identifier      "Configured Video Device"
EndSection
 
Section "Monitor"
        Identifier      "Configured Monitor"
EndSection
 
Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection
 
Section "ServerFlags"
#        Option "AllowMouseOpenFail"  "true"
        Option "AutoAddDevices" "False"  # option qui oblige à xorg-server de lire le fichier xorg.conf
EndSection

n°1100033
trouble_fe​te
Posté le 25-12-2008 à 18:54:07  profilanswer
 

Résolu, en fait j'avais un problème avec le système de fichier, il a été endommager pour une raison que j'ignore totalement...
Du coup fsck depuis livecd, puis là je recompile tout world...
Ah oui, j'ai aussi du mettre ça malgré tout:
 

Citation :

Option "AutoAddDevices" "False"


 
Il a peut etre été endommagé a cause d'une surchauffe, fin jsais pas en tout cas j'ai compilé la Gentoo tour fermé et le PC etait super super chaud au toucher et processeur a plus de 60°, je recompile world tour ouverte du coup maintenant que le système de fichier est réparé !
 
Edit: J'ai une copine ! ce gros Geek de trouble_fete a enfin une copine ! c'est ma premiere  :love: (il était temps  :sweat: )


Message édité par trouble_fete le 25-12-2008 à 20:07:12

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Pas de souris ni clavier sous kde 4 ??

 

Sujets relatifs
cprobléme de clavier et de souris sous kubuntu[Kubuntu] Souris et Clavier Inactif avant installation
[Jeu PC][Wine] America -> impossibilité de bougez le curseurClavier / Souris sans fil plus detecté..
[VNC] - Seulement la souris et le clavierClavier et souris capricieux
Quel sont vos clavier et souris ?molette clavier ok, molette souris pas ok :(
Switch ecran/clavier/sourisPb souris et clavier (mda2006)
Plus de sujets relatifs à : Pas de souris ni clavier sous kde 4 ??


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR