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 18/07/2007, à 20:05

acepack

pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

bonjour,
voila, j'ai installé la 7.04 sur un portabme HP pavilion zx5000 en double boot avec XP.
après quelques problèmes pour mettre grub, le démarrage d'ubuntu fonctionne.
Le problème est le suivant : après l'a saisie de l'utilisateur et du mot de passe dans gdm, la session démarre mais il n'y a rien mis à part le fond d'écran:(. pas de menu, pas de réponse au clic-droit.
J'ai essayé la session de récupération de Gnome, cela ne fait aucune différence.
Si une bonne âme a croisé ce genre de problème.......
merci.

Dernière modification par acepack (Le 23/07/2007, à 23:04)

Hors ligne

#2 Le 18/07/2007, à 21:37

pmdzlineur

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

tu as une console en faisant ctrl alt f1
tu peux savoir quelle type de carte graphique tu as par lspci
ou sudo lshw
édites ensuite
nano -t /etc/X11/xorg.conf
si tu as une carte nvidia met à driver: nv
si c'est une ati essaye fglrx
enregistre ( tu peux avoir le manuel nano en faisant "man nano" dans ctrl alt F2 )
puis fais startx
on verra s ça marche

Dernière modification par pmdzlineur (Le 18/07/2007, à 21:38)


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#3 Le 19/07/2007, à 09:50

acepack

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

ma carte c'est une ati. le driver était ati. j'ai mis fglrx.

mais non ça ne fait aucune différence. sad
au démarrage parfois il y a seulement le fond d'écran et parfois le fond d'écran avec les menus gris en haut et en bas, mais sans rien dedans et inactifs.

Hors ligne

#4 Le 19/07/2007, à 10:00

pmdzlineur

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

je te met mon xorg pour t'aider

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

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
        Option          "XkbVariant"    "oss"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

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

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

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

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

Section "Device"
        Identifier      "ATI Technologies Inc RV280 [Radeon 9200 SE]"
        Driver          "ati"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "CPD-110EST"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc RV280 [Radeon 9200 SE]"
        Monitor         "CPD-110EST"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "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

et le résultat de la recherche des paquets gnome, il t' en manque peut être un ou un est defectueux:

sudo dpkg -l gnome*
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé
|/ Err?=(aucune)/H=à garder/besoin Réinstallation/X=les deux (État,Err: majuscule=mauvais)
||/ Nom            Version        Description
+++-==============-==============-============================================
ii  gnome-about    2.18.1-0ubuntu The GNOME about box
ii  gnome-accessib 2.18.1-0ubuntu accessibility themes for the GNOME 2 desktop
un  gnome-admin    <néant>       (aucune description n'est disponible)
ii  gnome-app-inst 0.3.31         GNOME Application Installer
un  gnome-app-inst <néant>       (aucune description n'est disponible)
ii  gnome-applets  2.18.0-0ubuntu Various applets for GNOME 2 panel - binary f
ii  gnome-applets- 2.18.0-0ubuntu Various applets for GNOME 2 panel - data fil
un  gnome-apt      <néant>       (aucune description n'est disponible)
un  gnome-audio    <néant>       (aucune description n'est disponible)
un  gnome-bluetoot <néant>       (aucune description n'est disponible)
ii  gnome-btdownlo 0.0.25-1ubuntu Gnome interface for 'executing' BitTorrent f
un  gnome-card-gam <néant>       (aucune description n'est disponible)
ii  gnome-cards-da 2.18.1-0ubuntu data files for the GNOME card games
ii  gnome-compiz-m 0.10.3-0ubuntu Compiz Gnome Manager
ii  gnome-control- 2.18.1-0ubuntu utilities to configure the GNOME desktop
un  gnome-core     <néant>       (aucune description n'est disponible)
un  gnome-cpufreq- <néant>       (aucune description n'est disponible)
ii  gnome-cups-man 0.31-3ubuntu5  CUPS printer admin tool for GNOME
ii  gnome-desktop- 2.18.1-0ubuntu Common files for GNOME 2 desktop apps
ii  gnome-doc-util 0.10.3-0ubuntu a collection of documentation utilities for 
ii  gnome-games    2.18.1-0ubuntu games for the GNOME desktop
ii  gnome-games-da 2.18.1-0ubuntu data files for the GNOME games
un  gnome-games-ex <néant>       (aucune description n'est disponible)
un  gnome-gv       <néant>       (aucune description n'est disponible)
un  gnome-hearts   <néant>       (aucune description n'est disponible)
un  gnome-help     <néant>       (aucune description n'est disponible)
ii  gnome-icon-the 2.18.0-0ubuntu GNOME Desktop icon theme
un  gnome-intro    <néant>       (aucune description n'est disponible)
ii  gnome-keyring  0.8.1-0ubuntu1 GNOME keyring services (daemon and tools)
ii  gnome-keyring- 2.18.0-0ubuntu keyring management program for the GNOME des
un  gnome-libs-dat <néant>       (aucune description n'est disponible)
ii  gnome-mag      0.14.3-0ubuntu a screen magnifier for the GNOME desktop
un  gnome-main-men <néant>       (aucune description n'est disponible)
ii  gnome-media    2.18.0-0ubuntu GNOME media utilities
ii  gnome-media-co 2.18.0-0ubuntu GNOME media utilities - common files
ii  gnome-menus    2.18.0-0ubuntu an implementation of the freedesktop menu sp
ii  gnome-mime-dat 2.4.3-1        base MIME and Application database for GNOME
ii  gnome-mount    0.5-2ubuntu8   wrapper for (un)mounting and ejecting storag
ii  gnome-netstatu 2.12.1-0ubuntu Network status applet for GNOME 2
ii  gnome-nettool  2.18.0-0ubuntu network information tool for GNOME
un  gnome-network  <néant>       (aucune description n'est disponible)
ii  gnome-orca     2.18.1-0ubuntu scriptable screen reader
ii  gnome-panel    2.18.1-0ubuntu launcher and docking facility for GNOME 2
ii  gnome-panel-da 2.18.1-0ubuntu common files for GNOME 2 panel
un  gnome-panel2   <néant>       (aucune description n'est disponible)
ii  gnome-pilot    2.0.15-0.1ubun A GNOME applet for management of your Palm P
ii  gnome-pilot-co 2.0.15-0.1ubun conduits for gnome-pilot
un  gnome-power    <néant>       (aucune description n'est disponible)
ii  gnome-power-ma 2.18.2-0ubuntu frontend for gnome-powermanager
un  gnome-printinf <néant>       (aucune description n'est disponible)
ii  gnome-screensa 2.18.1-0ubuntu a screen saver and locker
ii  gnome-session  2.18.0-0ubuntu The GNOME 2 Session Manager
ii  gnome-spell    1.0.7-1ubuntu2 GNOME/Bonobo component for spell checking
un  gnome-sudo     <néant>       (aucune description n'est disponible)
un  gnome-sudoku   <néant>       (aucune description n'est disponible)
ii  gnome-system-m 2.18.1.1-0ubun Process viewer and system resource monitor f
ii  gnome-system-t 2.18.1-0ubuntu Cross-platform configuration utilities for G
ii  gnome-terminal 2.18.0-0ubuntu The GNOME 2 terminal emulator application
ii  gnome-terminal 2.18.0-0ubuntu Data files for the GNOME terminal emulator
un  gnome-terminal <néant>       (aucune description n'est disponible)
ii  gnome-themes   2.18.1-0ubuntu official themes for the GNOME 2 desktop
un  gnome-themes-e <néant>       (aucune description n'est disponible)
ii  gnome-user-gui 2.18.1-0ubuntu GNOME user's guide
ii  gnome-utils    2.18.0-0ubuntu GNOME desktop utilities
ii  gnome-volume-m 2.17.0-0ubuntu GNOME daemon to auto-mount and manage media 
un  gnome-www-brow <néant>       (aucune description n'est disponible)
un  gnome2-user-gu <néant>       (aucune description n'est disponible)
ii  gnomebaker     0.6.0-7ubuntu1 application for CD/DVD creation in the GNOME

compare et dis moi

Dernière modification par pmdzlineur (Le 19/07/2007, à 10:06)


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#5 Le 19/07/2007, à 10:16

acepack

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

j'ai beau regarder, je ne vois vraiment pas ce qui pose problème au niveau du 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 xorg.conf(5) 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.
#
# 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/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

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

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

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

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

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

Section "Device"
	Identifier	"ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
	Driver		"ati"
	BusID		"PCI:1:5:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	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"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Hors ligne

#6 Le 19/07/2007, à 12:53

pmdzlineur

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

bon , on va devoir essayer avec le xorg avant de tenter une réinstall des paquets gnome
rajoute

"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

à chaque ligne de screen

SubSection "Display"
après le 1280x800 de
                Modes        "1280x800"

je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#7 Le 19/07/2007, à 13:22

acepack

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

pmdzlineur a écrit :

bon , on va devoir essayer avec le xorg avant de tenter une réinstall des paquets gnome
rajoute

"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

à chaque ligne de screen

SubSection "Display"
après le 1280x800 de
                Modes        "1280x800"

aucune différence, me semble-t-il...

Hors ligne

#8 Le 19/07/2007, à 13:35

Maps

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

Ça m'a l'air bizarre comme problème... Dans l'ordre :

- c'est un 32 ou 64 bits ton ordi ? Et t'as mis quelle version, 32 ou 64 ? Les 64 ont encore semble-t-il une quantité de problème suffisante pour que ça ne vaille pas le coup (à mon avis)...
- t'as vérifié l'intégrité de l'archive avant de graver le cd ?
- j'ai eu un problème du même type à l'époque de Hoary sur mon portable : mais à la différence de ton cas, rien ne s'affichait du tout, pas de fond d'écran, juste un écran noir... Résolu en utilisant le driver 'vesa' (driver standard non optimisé) dans le xorg.conf en attendant qu'Intel fasse un meilleur boulot sur ses drivers.
- et sinon je sèche...

Bon courage,
Maps

#9 Le 19/07/2007, à 15:43

acepack

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

j'ai réinstallé complètement pour réessayer, et ça ne change rien. sad

Hors ligne

#10 Le 19/07/2007, à 16:13

pmdzlineur

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

ton écran il est de quelle couleur après s' être loggé ?


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#11 Le 19/07/2007, à 16:27

acepack

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

jaune orangé normal

Hors ligne

#12 Le 19/07/2007, à 18:36

acepack

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

en fait après reinstallation, ça marche en recovery mode..........
ça demarre correctement après startx

ça ne dit pas pourquoi ça marche pas en mode normal, cela dit.......

ah.... gdm demarre ce coup-ci. il me dit néanmoins "failled to initialize HAL" ?

EDIT : après deux coups en recovery mode, il semble que cela démarre normalement.......
y'a des jours ou je pige rien.......
je vais suivre la santé du patient.... je suis moyennement convaincu. si dans quelques jours il n'a pas rechuté ou que quelqu'un me donne une réponse, je passerai à [resolu - mais je sais pas comment] big_smile

Dernière modification par acepack (Le 19/07/2007, à 18:46)

Hors ligne

#13 Le 19/07/2007, à 19:04

pmdzlineur

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

HAL est un logiciel facilitateur

Acronym for Hardware Abstraction Layer.

Used in most operating systems to enable device drivers etc to be written more easily.

Under Linux there is a HAL daemon that allows easy userspace device management with UDev and D-BUS.
Clarification: Who Does What

    * D-BUS is purely a channel for communication between different processes. It can be used for lots of purposes besides keeping track of system hardware.
    * The job of HAL is to act as a dynamic central repository of information about the current hardware configuration. The structure of this repository is quite open-ended; in particular it is possible to attach any additional attributes you like to objects, by setting up appropriate rules in the HAL configuration. Other processes can register their interest with HAL, so that they get notifications (via D-BUS) of any configuration changes.
    * The job of udev is to maintain entries in the /dev directory, nothing more. As hardware is added, the appropriate device special files are created; as the hardware is removed, those files are deleted. What is done with those entries (e.g. automounting of removable drives) has to be handled elsewhere. You can customize the behaviour of udev by writing rules, so that, for instance, your USB flash drive always gets the same device name assigned, regardless of what other USB devices might or might be already plugged in.

Note that udev is part of the Linux kernel project, while HAL and D-BUS are not. Thus, udev knows nothing about HAL or D-BUS.

I think (but am not sure) that, in current Linux kernel versions, HAL and udev actually operate in parallel, independently of each other; they both receive notifications about hardware changes from the kernel, and perform their own individual actions in response.

peut-être que tu as un pilote difficile à charger ou un conflit
va voir tes fichiers de log


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#14 Le 23/07/2007, à 15:36

acepack

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

après différentes tentatives, un foramatage des partitions, un nouveau gravage d'ubuntu après vérification des sum, le problème est récurent. toujours pas de menu. sad
le problème ne se pose pas pour kubuntu, qui lui s'installe parfaitement.... (mais voila, je veux pas kubuntu..... lol) vais essayer avec xubuntu, pour voir

EDIT :  et  la méthode par le recovery marche toujours. en recovery, en lançant gdm, les menus se lancent normalement.......
avec le driver vesa, les menus se lancent (même si la résolution écran est catastrophique) mais on ne peut pas cliquer dessus......... pas de solution momentannément, donc....

Dernière modification par acepack (Le 23/07/2007, à 17:37)

Hors ligne

#15 Le 24/07/2007, à 10:40

pmdzlineur

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

essaie une fois démarré de voir ce que tu as dans
dmesg
et dans
cat /var/log/boot


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#16 Le 24/07/2007, à 11:03

acepack

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

pmdzlineur a écrit :

essaie une fois démarré de voir ce que tu as dans
dmesg
et dans
cat /var/log/boot

merci, mais j'ai fini par opter pour xfce. ça marche nickel. wink
c'est pour ça que j'ai mis [installé Xfce] dans le sujet.
non résolu donc, merci pour les efforts. si par hasard je réessaie et je trouve un truc, je posterai ici.

Hors ligne

#17 Le 24/07/2007, à 11:08

pmdzlineur

Re : pas de menu après l'install de ubuntu 7.04 [installé Xfce :D]

de rien
A+


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne