issue62:q_r
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue62:q_r [2012/07/03 07:01] – créée fredphil91 | issue62:q_r [2012/08/24 17:40] (Version actuelle) – auntiee | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ** | ||
Q I have a high-end Nvidia graphics card, and Ubuntu 12.04 doesn' | Q I have a high-end Nvidia graphics card, and Ubuntu 12.04 doesn' | ||
Ligne 6: | Ligne 7: | ||
Now you can install a later version of the video driver, which works for most systems. | Now you can install a later version of the video driver, which works for most systems. | ||
+ | ** | ||
+ | Q J'ai une carte graphique Nvidia haut de gamme et Ubuntu 12.04 la déteste. | ||
+ | R Pour démarrer, maintenez la touche majuscule lors du démarrage du BIOS pour obtenir un menu Grub. Appuyez sur « e » dans le menu GRUB. En utilisant les touches fléchées, allez à « quiet and splash » et supprimez-le, | ||
+ | |||
+ | Ajoutez ceci dans Sources de logiciels : ppa: | ||
+ | |||
+ | Maintenant, vous pouvez installer une version plus récente du pilote vidéo, qui fonctionne pour la plupart des systèmes. | ||
+ | |||
+ | |||
+ | ** | ||
Q I am using Ubuntu 12.04, 64-bit. Skype sees that I have a webcam, but it doesn' | Q I am using Ubuntu 12.04, 64-bit. Skype sees that I have a webcam, but it doesn' | ||
Ligne 15: | Ligne 26: | ||
It seems v4l1compat.so moves around from version to version. | It seems v4l1compat.so moves around from version to version. | ||
+ | ** | ||
+ | |||
+ | Q J' | ||
+ | |||
+ | R Installez les ia32-libs. Lancez Skype avec cette commande : | ||
+ | |||
+ | bash -c ' | ||
+ | |||
+ | On dirait que v4l1compat.so se déplace d'une version à l' | ||
+ | ** | ||
Q When I try to open Software Center, it opens and then closes before I get a chance to use it. | Q When I try to open Software Center, it opens and then closes before I get a chance to use it. | ||
Ligne 35: | Ligne 56: | ||
A Google: Wacom tablet drivers launchpad | A Google: Wacom tablet drivers launchpad | ||
Download the .deb file, install it, and reboot. | Download the .deb file, install it, and reboot. | ||
+ | ** | ||
+ | Q Lorsque je tente d' | ||
+ | R Lancez ces commandes : | ||
+ | |||
+ | sudo apt-get update | ||
+ | |||
+ | sudo apt-get upgrade | ||
+ | |||
+ | |||
+ | Q Comment puis-je configurer Shotwell à ne PAS démarrer lorsque j' | ||
+ | |||
+ | R Si votre ordinateur est sous Precise, le réglage est dans les Paramètres Système > Système > Détails > Médias amovibles. | ||
+ | |||
+ | |||
+ | Q Ma tablette Wacom ne fonctionne pas sous Ubuntu 12.04. | ||
+ | |||
+ | R Google : Wacom tablet drivers launchpad | ||
+ | Téléchargez le fichier .deb, installez-le et redémarrez. | ||
+ | |||
+ | |||
+ | ** | ||
Q I have a printer attached to my Ubuntu desktop. I would like to print on it from my Windows netbook. | Q I have a printer attached to my Ubuntu desktop. I would like to print on it from my Windows netbook. | ||
Ligne 52: | Ligne 94: | ||
A (Thanks to cc7gir in the Ubuntu Forums.) / | A (Thanks to cc7gir in the Ubuntu Forums.) / | ||
+ | ** | ||
+ | Q J'ai une imprimante connectée à mon ordinateur de bureau Ubuntu. Je voudrais imprimer à partir de mon netbook Windows. | ||
+ | R Voir cette page web : https:// | ||
+ | |||
+ | |||
+ | Q Comment puis-je installer Sopcast (streaming peer-to-peer, | ||
+ | |||
+ | R Ajoutez ce qui suit à vos sources de logiciels : ppa: | ||
+ | |||
+ | Après un redémarrage, | ||
+ | |||
+ | |||
+ | |||
+ | Q Où sont les fichiers journaux dans Ubuntu 12.04 ? | ||
+ | |||
+ | R (Merci à cc7gir dans les forums Ubuntu.) / | ||
+ | |||
+ | |||
+ | ** | ||
Q My computer has a GeForce FX5200 video card. Aptitude won't install the nvidia-173 package. | Q My computer has a GeForce FX5200 video card. Aptitude won't install the nvidia-173 package. | ||
Ligne 66: | Ligne 127: | ||
That will put a file on your desktop, listing all the " | That will put a file on your desktop, listing all the " | ||
+ | ** | ||
+ | Q Mon ordinateur est équipé d'une carte graphique GeForce FX5200. Aptitude ne veut pas installer le paquet nvidia-173. | ||
+ | R (Merci à papibie dans les forums Ubuntu). Les plus anciennes versions du pilote (173 et 93) ne sont pas compatibles avec les nouvelles versions d' | ||
+ | |||
+ | |||
+ | Q Comment puis-je créer une liste de tous les programmes sur mon PC ? | ||
+ | |||
+ | R Ouvrez un terminal et collez la commande suivante : | ||
+ | |||
+ | dpkg -l > Desktop/ | ||
+ | |||
+ | Cela va mettre un fichier sur votre bureau, la liste de tous les « paquets » sur votre ordinateur, avec des descriptions. | ||
+ | |||
+ | |||
+ | ** | ||
Q How to play .rm files in Ubuntu 12.04 64-bit? | Q How to play .rm files in Ubuntu 12.04 64-bit? | ||
Ligne 90: | Ligne 166: | ||
It won't help until after you reboot. | It won't help until after you reboot. | ||
+ | ** | ||
+ | Q Comment jouer un .rm dans Ubuntu 12.04 64 bit ? | ||
+ | R Ce sont des fichiers Real Media. Utilisez Gnome Mplayer. Il se peut que VLC les lise. | ||
+ | |||
+ | |||
+ | Q Quand je dis à mon ordinateur de s' | ||
+ | |||
+ | R Ajoutez acpi=force à grub avec ces commandes : | ||
+ | |||
+ | gksudo gedit / | ||
+ | |||
+ | Trouvez la ligne qui ressemble à ceci : | ||
+ | GRUB_CMDLINE_LINUX="" | ||
+ | |||
+ | Changez-la en : | ||
+ | GRUB_CMDLINE_LINUX=" | ||
+ | |||
+ | Enregistrez le fichier et quittez, puis lancez : | ||
+ | |||
+ | sudo update-grub | ||
+ | |||
+ | et ce sera bon après un redémarrage. | ||
+ | |||
+ | |||
+ | ** | ||
Q How can I use an external monitor with my Asus netbook? | Q How can I use an external monitor with my Asus netbook? | ||
Ligne 105: | Ligne 206: | ||
A Yes. See http:// | A Yes. See http:// | ||
+ | ** | ||
+ | Q Comment puis-je utiliser un moniteur externe avec mon netbook Asus ? | ||
+ | R Intallez Arandr. Pour plus d' | ||
+ | |||
+ | |||
+ | Q Comment puis-je installer des polices TTF dans Ubuntu ? | ||
+ | |||
+ | R Il y a deux méthodes ici : http:// | ||
+ | |||
+ | |||
+ | Q Puis-je développer et exécuter des applications Visual Basic dans Ubuntu ? | ||
+ | |||
+ | R Oui. Voir http:// | ||
+ | |||
+ | |||
+ | ** | ||
Q My Sennheiser HD 201 headphone works fine with Windows 7 and even with my Galaxy smartphone. But when I use it in Ubuntu, I can hardly hear any sound. The volume is very low. | Q My Sennheiser HD 201 headphone works fine with Windows 7 and even with my Galaxy smartphone. But when I use it in Ubuntu, I can hardly hear any sound. The volume is very low. | ||
Ligne 117: | Ligne 234: | ||
Put them in / | Put them in / | ||
+ | ** | ||
+ | Q Mon casque Sennheiser HD 201 fonctionne très bien sous Windows 7 et même avec mon smartphone Galaxy. Mais quand je l' | ||
+ | R Dans ALSAmixer, changez les niveaux « Front », « Side » et « Centre ». Même si la valeur pour le casque reste à zéro, le casque devrait fonctionner très bien. | ||
+ | |||
+ | |||
+ | Q Où dois-je mettre les variables d' | ||
+ | |||
+ | R Voir : https:// | ||
+ | |||
+ | Mettez-les dans / | ||
+ | |||
+ | |||
+ | ** | ||
Q I have a 70 GB SSD and a large hard drive in my laptop. I want to ensure my personal data is encrypted, but still take advantage of the speed of the SSD for loading programs. How should I set it up? | Q I have a 70 GB SSD and a large hard drive in my laptop. I want to ensure my personal data is encrypted, but still take advantage of the speed of the SSD for loading programs. How should I set it up? | ||
A During installation, | A During installation, | ||
- | |||
Q Why does Ubuntu use the Linux kernel instead of the Linux-libre kernel? | Q Why does Ubuntu use the Linux kernel instead of the Linux-libre kernel? | ||
A (Thanks to 3rdalbum in the Ubuntu Forums) It's better to enable people to use Linux, than to prevent them from using Linux. | A (Thanks to 3rdalbum in the Ubuntu Forums) It's better to enable people to use Linux, than to prevent them from using Linux. | ||
+ | ** | ||
+ | Q J'ai un SSD de 70 Go et un disque dur de grande capacité dans mon ordinateur portable. Je veux m' | ||
+ | R Lors de l' | ||
+ | Q Pourquoi Ubuntu utilise le noyau Linux au lieu du noyau Linux-libre ? | ||
+ | R (Merci à 3rdalbum dans les forums Ubuntu.) Il est préférable de permettre aux gens d' | ||
+ | |||
+ | |||
+ | ** | ||
Tips and Techniques | Tips and Techniques | ||
It's Mint | It's Mint | ||
Ligne 137: | Ligne 274: | ||
I was happy with Ubuntu 10.04, but 10.10 improved the support for my AMD Phenom II processor. It was my primary system until April 10, 2012, when Canonical dropped support. (They could have at least kept it going for the few days until Ubuntu 12.04 was released.) I had an open partition, so I installed Mint 12 with Cinnamon. | I was happy with Ubuntu 10.04, but 10.10 improved the support for my AMD Phenom II processor. It was my primary system until April 10, 2012, when Canonical dropped support. (They could have at least kept it going for the few days until Ubuntu 12.04 was released.) I had an open partition, so I installed Mint 12 with Cinnamon. | ||
+ | ** | ||
+ | Trucs et Astuces | ||
+ | C'est Mint | ||
+ | |||
+ | Le printemps 2012 a été le moment de choisir un nouvel « environnement informatique principal » à utiliser pour les prochaines années. Pour moi, la réponse est Linux Mint 13 64-bit avec Cinnamon. | ||
+ | |||
+ | J'ai été heureux avec Ubuntu 10.04, mais la 10.10 a amélioré son support pour mon processeur AMD Phenom II. C' | ||
+ | |||
+ | |||
+ | ** | ||
It works the way I work! All my hardware works, it took about 20 seconds to install my printer. I can share a folder and access shared folders. My video adaptor is well supported. There' | It works the way I work! All my hardware works, it took about 20 seconds to install my printer. I can share a folder and access shared folders. My video adaptor is well supported. There' | ||
Ligne 143: | Ligne 290: | ||
My " | My " | ||
+ | ** | ||
+ | Il fonctionne comme moi ! Tout mon matériel fonctionne, il a fallu environ 20 secondes pour installer mon imprimante. Je peux partager un dossier et accéder aux dossiers partagés. Ma carte vidéo est bien prise en charge. Il y a un menu de programmes et un seul panneau en bas et la plupart de la surface de l' | ||
+ | |||
+ | Lorsque Mint 13 est devenu disponible, je l'ai installé sur mon ordinateur portable. Il fonctionne très bien. (J'ai aussi Ubuntu 12.04 sur le portable et il fonctionne correctement, | ||
+ | |||
+ | Mon « environnement informatique principal » est défini par l' | ||
+ | |||
+ | ** | ||
Cinnamon is not perfect. I've run into a couple of minor bugs, but I could work around them. I expect it will only get better. | Cinnamon is not perfect. I've run into a couple of minor bugs, but I could work around them. I expect it will only get better. | ||
Even though I test new versions/ | Even though I test new versions/ | ||
+ | ** | ||
+ | |||
+ | Cinnamon n'est pas parfait. J'ai rencontré quelques bugs mineurs, mais je pouvais les contourner. Je suis sûr qu'il ira d' | ||
+ | Même si je teste souvent les nouvelles versions/ |
issue62/q_r.1341291719.txt.gz · Dernière modification : 2012/07/03 07:01 de fredphil91