Pages : 1
#1 Le 18/02/2006, à 11:04
- butnuu74
mdp et easyubuntu
salut
concernant Easyubuntu:
* j'ai décompressé l'archive dans un dossier sur mon bureau
* le lance dans le dossier: gksu ./easyubuntu.py
* m'est demandé un mdp: Pour lancer le programme .easyubuntu.py vous devez rentrer le mot de passe root
je croyais que root n'avait pas de mot de passe?
quoi faire svp?
#2 Le 18/02/2006, à 11:49
- papadon
Re : mdp et easyubuntu
Salut,
en résumé, le 'root' c'est toi et c'est le mot de passe utilisé pendant l'installation,
mais il faut simplement double-cliquer sur le fichier puis sur 'Lancer'.
Dernière modification par papadon (Le 18/02/2006, à 11:52)
Hors ligne
#3 Le 18/02/2006, à 12:22
- butnuu74
Re : mdp et easyubuntu
salut papadon
j'ai trouvé ce qui clochait. Au lieu de faire un :
cd /home/pseudo/Desktop
gksu ./easyubuntu.py
J'ai rajouté devant un sudo
hier soir j'en avais pas eu besoin, je l'avais comme décrit par celui qui a fait ce python bien pratique
merci encore
[edit] au fait, si tu avais utilisé le paquet ati inclus dans easyubuntu pour configurer ta carte, comme j'ai presque la même, je pourrais reprendre tes paramètres du xorg.conf ?
Dernière modification par urss (Le 18/02/2006, à 12:35)
#4 Le 18/02/2006, à 13:22
- papadon
Re : mdp et easyubuntu
Chez moi, easyubuntu avait lancé un 'dpkg-reconfigure' à la fin de l'installation
pour me permettre de redéfinir le type de carte, résolution, couleurs, moniteur, etc ...
Voici le xorg.conf que cela a donné :
# /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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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" "be"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9600 (R300 AP)"
Driver "fglrx"
BusID "PCI:2:0:0"
VideoRam 256000
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon 9600 (R300 AP)"
Monitor "Écran générique"
DefaultDepth 24
# Option "backingstore" "true"
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#5 Le 27/02/2006, à 19:00
- severino
Re : mdp et easyubuntu
Je clique Easy Ubuntu
Il me dit
Pour lancer gksu ./easyubuntu.py
entrer votre mot de passe root
Je l'ai fait et refait, j'obtiens toujours :
Failed to run ./easyubuntu.py:
Wrong password.
Idem en ligne de commande avec :
gksu ./easyubuntu.py
Pourtant mon mot de passe fonctionne, pour par exemple, ouvrir Synaptic...
J'essaye avec sudo -s
Dernière modification par severino (Le 27/02/2006, à 19:40)
Hors ligne
Pages : 1