Clavier/souris non fonctionnel Ubuntu 9.04
Max
-
Max -
Max -
Bonjour
J'ai un petit probleme de clavier/souris sous ubuntu !
J'ai un multiboot Win7/mandriva10/ubuntu9.04. Mon clavier et souris marche parfaitement sous Win7 et sous mandriva, mais des que j'arrive sous ubuntu, rien !
J'ai essayé de brancher en plus un clavier PS2 mais pareil, il ne marche pas.
Donc en résumer : Sous win7 et mandriva, pas de probleme. par contre pour ubuntu9.04, apres la selection du demarage d'ubuntu9.04 depuis le menu Grub, plus rien !
Quelqu'un a une idee?
J'ai un petit probleme de clavier/souris sous ubuntu !
J'ai un multiboot Win7/mandriva10/ubuntu9.04. Mon clavier et souris marche parfaitement sous Win7 et sous mandriva, mais des que j'arrive sous ubuntu, rien !
J'ai essayé de brancher en plus un clavier PS2 mais pareil, il ne marche pas.
Donc en résumer : Sous win7 et mandriva, pas de probleme. par contre pour ubuntu9.04, apres la selection du demarage d'ubuntu9.04 depuis le menu Grub, plus rien !
Quelqu'un a une idee?
A voir également:
- Clavier/souris non fonctionnel Ubuntu 9.04
- Télécharger clavier arabe - Télécharger - Divers Web & Internet
- Souris clavier bloqué - Guide
- Comment taper / sur clavier - Guide
- Clavier de l'ordinateur - Guide
- Clavier iphone chiffre et lettre - Guide
8 réponses
Bonjour;
par curiosité, j'aurais comparé le fichier /etc/X11/xorg.conf de la Mandriva et celui d'Ubuntu ....
par curiosité, j'aurais comparé le fichier /etc/X11/xorg.conf de la Mandriva et celui d'Ubuntu ....
Bonsoir,
Merci pour l'aide.
Je regarde, mais ca prend du temps car je dois a chaque fois rebooter sur le live cd ubuntu pour accerder a la partition ubuntu.
donc
la version mandriva dit :
# File generated by XFdrake (rev 256990)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "LG Electronics Inc."
ModelName "LG ez T910B"
HorizSync 30.0-98.0
VertRefresh 50.0-160.0
Option "PreferredMode" "1280x1024"
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X1950 and earlier"
Driver "ati"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
et la version ubuntu :
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Donc dans la zone "deviceinput"... ya pas la zone sous ubuntu...
Quoi faire?
Merci pour l'aide.
Je regarde, mais ca prend du temps car je dois a chaque fois rebooter sur le live cd ubuntu pour accerder a la partition ubuntu.
donc
la version mandriva dit :
# File generated by XFdrake (rev 256990)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "LG Electronics Inc."
ModelName "LG ez T910B"
HorizSync 30.0-98.0
VertRefresh 50.0-160.0
Option "PreferredMode" "1280x1024"
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X1950 and earlier"
Driver "ati"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
et la version ubuntu :
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Donc dans la zone "deviceinput"... ya pas la zone sous ubuntu...
Quoi faire?
1) Tu bootes sur le Live CD Ubuntu
2) Tu montes ta partition "/" du Ubuntu qui est sur ton disque dur
3) Tu y copies le fichier /etc/X11/xorg.conf vers le Ubuntu installé sur le DD.
2) Tu montes ta partition "/" du Ubuntu qui est sur ton disque dur
3) Tu y copies le fichier /etc/X11/xorg.conf vers le Ubuntu installé sur le DD.
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question