![]() |
| Le forum de référence en programmation et développement. Articles, cours et tutoriels du débutant au chef de projet et DBA confirmé. | |||||||
|
|||||||
| Applications Questions sur l'utilisation d'applications, du shell, et des interfaces graphiques (KDE, Gnome, XFCE... ) |
![]() |
|
|
Outils de la discussion |
|
|
#1 (permalink) |
|
Invité régulier
![]() Date d'inscription: mai 2006
Messages: 17
|
Bonjour,
j'ai récemment installer linux debian sur un ordinateur portable hp pavillion n5442 qui est dans un état tellement pitoyable qu'il a plus de lecteur cd rom. j'ai réaliser une installation avec 3 disquettes, puis par réseau local, tout c'est bien passé. Le problème que je rencontre est un porbleme d'affichage. startX ne fonctionne pas et me renvoie l'erreur cannot display. En fait, lorsque je démarre, il affiche tt un tas de truc, puis mon ecran bug (surement au moment ou il lance startX) et la je suis obligé de brancher puis debrancher un autre écran sur la prise sortie ecran deriere le portable. après cela j'arrive a consulter le rapport d'erreur et je peu me logger en mod texte. J'ai cherché sur internet, il y a peut etre moyen de modifier le fichier /etc/X11/xorg.conf pour forcer l'affichage sur le bon écran. pour le moment l'ecran est "default screen". Est ce qu'il y a moyen de connaitre le vrai nom de mon écran de mon ordinateur portable, est qu'il y a une commande qui affiche la liste des périphériques de l'ordinateur. Le problème est peu etre un problèmes de drivers graphique, mais d'après la fiche probuit que j'ai trouvé : http://guide.caloga.com/pageprod.php...5329&azer=qwer la carte graph a un proc Intel 830MG, ce qui m'a conduit sur la page telechargement intel pour telecharger les piolte linux de "Contrôleur graphique Intel® 82830M", Pilote de l'interface graphique Intel® - Linux* [IntelGraphics_060704.tar.gz] . ya in fichier install, en faisant /install.sd* 'je me souviens plus de l ' extention... le package compile pas et ca plante... en fait je sais pas trop comment faire pour résoudre ce bug, j'ai trouvé des forum qui parlaient de ce probleme de compilation du package, il conseillaient de changer le fichier xorg.conf. mais la je ne sais pas quoi mettre pour la section screen. |
|
|
|
|
|
#3 (permalink) |
|
Hardware ![]() |
Au passage, dis nous qu'elle carte carte graphique tu possède et qu'elle version de Debian tu as installé, j'ai installé Debian 15 fois avant que ça marche
J'espère que t'aura pas besoin d'en arriver à cette extreme Bref donne nous la config
__________________
~~~~~ Responsable Hardware. ~~~~~ Pour rejoindre l'équipe Hardware Installation de Code::Blocks sous Debian à partir de Nightly Builds![]() C'est par l'adresse que vaut le bûcheron, bien plus que par la force. Homère |
|
|
|
|
|
#4 (permalink) |
|
Invité régulier
![]() Date d'inscription: mai 2006
Messages: 17
|
alors le problème c'est que ma carte graphique m'est inconnue, j'ai mis en haut des liens vers les caracteristique du portable.
mais en allant fouiller un peut partout, j'ai trouvé que c'etait un proc intel 830mg qu'elle utilisait, donc chui allé sur le site d'intel pour les drivers, qui ne compilent pas... alors mon fichier xorg.conf c'est : Code :
# /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/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/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 "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" 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 "Device" Identifier "Intel Corporation 82830 CGC [Chipset Graphics Controller]" Driver "i810" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Écran générique" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82830 CGC [Chipset Graphics Controller]" Monitor "Écran générique" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection et pour ce qui est de la version de debian ben je sais pas, comment je peux le savoir ...??? tout ce que je sait c'est que j'ai kernet 2.4.27-2-686 |
|
|
|
|
![]() |
![]() |
||
Problème affichage avec debian
|
||
| Outils de la discussion | |
|
|