Software » Mon nouveau topic !
Catégorie:  
   
Mon nouveau topic !
Publié le 24/10/2005 @ 20:46:09,
Par Jean-Christophe
Bonsoir tout le monde,

Je viens d'installer Debian sur mon PC et comme un bon nouveau que je suis dans le domaine, j'ai plein de questions.
Je vais y aller une par une.
1. C'est quoi l'endroit standad pour installer une application, pour que le menu updateur la trouve?
   
Mon nouveau topic !
Publié le 24/10/2005 @ 20:48:14,
Par ovh
?????

apt-get install tonlogiciel

Je ne saisis pas bien l'objet de ta question, tu cherches à installer une applic ou à en développer une toi-même ?
Je n'ai rien à voir avec www.ovh.com
   
Mon nouveau topic !
Publié le 24/10/2005 @ 20:55:50,
Par Jean-Christophe
je voudrais installer firefox 1.0.7
j'ai essayé apt-get etc. sans succès
je voudrais donc l'installer "à la main" mais je ne sais pas où je dois le mettre. en windows, ce serait "c:\program files\mozilla-firefox\..." mais ici ?
   
Mon nouveau topic !
Publié le 24/10/2005 @ 20:56:35,
Par Jean-Christophe
existe-t-il une soucre pour apt-get firefox 1.0.7 et open office 2 ? si oui, les quelles? merci
   
Mon nouveau topic !
Publié le 24/10/2005 @ 22:03:11,
Par cauet
je t'en ai parlé sur skype, mais je vais le balancer ici..


dns:/home/mickael# apt-get install mozilla-firefox
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
libatk1.0-0 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libidl0 libpango1.0-0 libpango1.0-common libtiff4 libxcursor1
libxft2 libxinerama1
Suggested packages:
ttf-kochi-gothic ttf-kochi-mincho ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp
ttf-arphic-bkai00mp mozilla-firefox-gnome-support latex-xft-fonts xprint
Recommended packages:
libatk1.0-data hicolor-icon-theme x-ttcidfont-conf
The following NEW packages will be installed:
libatk1.0-0 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libidl0 libpango1.0-0 libpango1.0-common libtiff4 libxcursor1
libxft2 libxinerama1 mozilla-firefox
0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 14.0MB of archives.
After unpacking 40.3MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
dns:/home/mickael#


Pour rechercher un package:

apt-cache search logiciel

Je te conseille cette chouette doc si non:
http://people.via.ecp.fr/~alexis/formation-linux/

Puis si t'a besoin d'aide en live, tu sais ou me trouver :wink:
   
Mon nouveau topic !
Publié le 24/10/2005 @ 22:04:19,
Par cauet
Pour OpenOffice2, à mon avis c'est un peu trop tôt..
Je suis en sarge, ca risque peut-être d'arriver assez vite, si t'es en woody tu peux attendre encore longtemps :smile:
   
Mon nouveau topic !
Publié le 24/10/2005 @ 22:10:05,
Par Jean-Christophe
merci, pour Skype, tu es arrivé sur le PC de Gaëlle ou Skype est aussi configuré pour les appels vocaux, donc, je n'ai pas eu ton message
   
Mon nouveau topic !
Publié le 24/10/2005 @ 22:11:10,
Par Jean-Christophe
je suis passé de KDE 3.3 à 3.4 et tous les raccourcis du menu ont disparus!
Au secour!!
je suis perdu sans ça!
Je ne connais aucun nom d'application :sad:
   
Mon nouveau topic !
Publié le 24/10/2005 @ 22:42:41,
Par Jean-Christophe
bon, j'ai récupéré le menu ! ca va mieux
   
Mon nouveau topic !
Publié le 24/10/2005 @ 23:54:28,
Par cauet
:ghost:
   
Mon nouveau topic !
Publié le 25/10/2005 @ 12:02:59,
Par Jean-Christophe
La question qui tue:
Comment j'active deux cartes graphiques? J'ai une Ati radeon 7000 (PCI) et une matrox g550 (AGP).
Pour ceux que ca interesse, mon xorg.conf est dipsonible dans le spoiler

Merci :smile:

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
Option "XkbVariant" "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 RV100 QY [Radeon 7000/VE]"
Driver "ati"
BusID "PCI:0:8:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "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

Dernière édition: 25/10/2005 @ 12:06:57
   
Mon nouveau topic !
Publié le 25/10/2005 @ 12:38:13,
Par ovh
Juste une remarque en passant : je déconseille vivement à tout débutant linux d'installer un logiciel autrement que via le système de packaging intégré (ici donc apt-get).
Je n'ai rien à voir avec www.ovh.com
   
Mon nouveau topic !
Publié le 25/10/2005 @ 12:59:49,
Par Jean-Christophe
ok, c'est noté. :smile:

Bon, ben j'ai encore une question...
J'ai réussi à activer le second écran de la Matrox G550, par contre, quand j'essaie de faire la même manipulation avec la radeon, il me dit "no screens found"

Pareil que tout à l'heure... Mon xorg.conf est dans le spoiler.
Juste une précision, si j'enlève ce qui concerne la Matrox, ca fonctionne avec l'ATI uniquement.

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
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 "Matrox G550 VGA"
Driver "mga"
BusID "PCI:1:0:0"
VideoRam 32768
Screen 0
EndSection

Section "Device"
Identifier "Matrox G550 DVI"
Driver "mga"
BusID "PCI:1:0:0"
VideoRam 32768
Screen 1
EndSection

Section "Device"
Identifier "ATI Radeon]"
Driver "ati"
BusID "PCI:0:8:0"
EndSection

Section "VideoAdaptor"
Identifier "VideoAdpator"
EndSection

Section "Monitor"
Identifier "L350"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Screen Matrox 0"
Device "Matrox G550 VGA"
Monitor "L350"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen Matrox 1"
Device "Matrox G550 DVI"
Monitor "L350"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "ATI 0"
Device "ATI Radeon"
Monitor "L350"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen Matrox 0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Screen "Screen Matrox 1" RightOf "Screen Matrox 0"
#Screen "ATI 0" LeftOf "Screen Matrox 0"
EndSection

Section "DRI"
Mode 0666
EndSection

Dernière édition: 25/10/2005 @ 13:01:45
   
Mon nouveau topic !
Publié le 25/10/2005 @ 13:07:18,
Par ovh
Sorry, pour ma part je n'ai jamais fait de multi-écrans, je n'ai donc aucune expérience de ce côté-là :spamafote:
Je n'ai rien à voir avec www.ovh.com
   
Mon nouveau topic !
Publié le 25/10/2005 @ 13:11:34,
Par Jean-Christophe
Ca marche!!!

Un caractère de trop dans mon fichier. :sad:

C'est super!
   
Mon nouveau topic !
Publié le 25/10/2005 @ 13:22:15,
Par Jean-Christophe
Bon, maintenant, question suivante...
Comment je peux changer le Display manager?
Pour l'instant, c'est xdm, pas super joli...

Merci
   
Mon nouveau topic !
Publié le 25/10/2005 @ 13:38:08,
Par zion
J'ai l'impression d'avoir déjà eu cette conversation avec toi pour le multi écran sur une debian justement, je me trompe? :figti:
Je suis le Roy :ocube:
   
Mon nouveau topic !
Publié le 25/10/2005 @ 15:48:21,
Par Jean-Christophe
tu ne te trompe pas, mais cette fois, ca fonctionne :grin:
   
Mon nouveau topic !
Publié le 25/10/2005 @ 18:42:26,
Par Jean-Christophe
bon, encore une...
Pour installer un driver, j'ai besoin des sources de mon kernel.
Je ne trouve pas où je peux apt-getter ca.
Tout ce que je trouve, c'est pour le 2.2 et 2.4. J'ai évidement le 2.6 :sad:
une idée?
merci :grin:
   
Mon nouveau topic !
Publié le 25/10/2005 @ 18:47:09,
Par zion
Ce serait pas un truc du genre apt-get kernel-sources?
Sur la mdk c'est ce nom le package, après à toi de trouver le nom kivabien pour prendre le 2.6.

Y a pas un équivalent de urpmq sur debian? (Recherche de package suivant le nom)
Ou mieux, urpmf, recherche de package suivant un fichier donné :grin:

Dernière édition: 25/10/2005 @ 18:47:26
Je suis le Roy :ocube:
Répondre - Catégorie:  
Informaticien.be - © 2002-2024 AkretioSPRL  - Generated via Kelare
The Akretio Network: Akretio - Freedelity - KelCommerce - Votre publicité sur informaticien.be ?