Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1709 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  [Ubuntu 5.04] Installation Card graphik intel 915 sur dell D410

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[Ubuntu 5.04] Installation Card graphik intel 915 sur dell D410

n°690597
sakuraba
Posté le 09-06-2005 à 09:43:39  profilanswer
 

bonjour,
 
je voudrais pouvoir jouer avec l acceleration 3D avec mon portable dell D410  
mais je sais pas comment m'y prendre :
 
xorg = perdu  
 
x_version  

Code :
  1. ubuntu@ubuntu:~$ X -version
  2. X Window System Version 6.8.2 (Ubuntu 6.8.2-10 20050405154308 root@terranova.warthogs.hbd.com)
  3. Release Date: 9 February 2005
  4. X Protocol Version 11, Revision 0, Release 6.8.2
  5. Build Operating System: Linux 2.6.10 i686 [ELF]
  6. Current Operating System: Linux ubuntu 2.6.10-5-386 #1 Fri May 20 13:52:48 UTC 2005 i686
  7. Build Date: 05 April 2005
  8.         Before reporting problems, check http://wiki.X.Org
  9.         to make sure that you have the latest version.
  10. Module Loader present
  11. OS Kernel: Linux version 2.6.10-5-386 (buildd@rothera) (gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)) #1 Fri May 20 13:52:48 UTC 2005
  12. ubuntu@ubuntu:~$


 
glxinfo

Code :
  1. ubuntu@ubuntu:~$ glxinfo | grep Open
  2. OpenGL vendor string: Tungsten Graphics, Inc
  3. OpenGL renderer string: Mesa DRI Intel(R) 915GM 20041217 x86/MMX/SSE2
  4. OpenGL version string: 1.3 Mesa 6.2.1
  5. OpenGL extensions:


 
lsmod  

Code :
  1. i915                   18304  1
  2. drm                    59412  2 i915
  3. video                  16260  0


 
mon xorg.conf
 

Code :
  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following commands:
  15. #
  16. #   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
  17. #   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
  18. #   sudo dpkg-reconfigure xserver-xorg
  19. Section "Files"
  20. FontPath "unix/:7100"   # local font server
  21. # if the local font server has problems, we can fall back on these
  22. FontPath "/usr/lib/X11/fonts/misc"
  23. FontPath "/usr/lib/X11/fonts/cyrillic"
  24. FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
  25. FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
  26. FontPath "/usr/lib/X11/fonts/Type1"
  27. FontPath "/usr/lib/X11/fonts/CID"
  28. FontPath "/usr/lib/X11/fonts/100dpi"
  29. FontPath "/usr/lib/X11/fonts/75dpi"
  30.         # paths to defoma fonts
  31. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  32. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  33. EndSection
  34. Section "Module"
  35. Load "bitmap"
  36. Load "dbe"
  37. Load "ddc"
  38. Load "dri"
  39. Load "extmod"
  40. Load "freetype"
  41. Load "glx"
  42. Load "int10"
  43. Load "record"
  44. Load "type1"
  45. Load "vbe"
  46. EndSection
  47. Section "InputDevice"
  48. Identifier "Generic Keyboard"
  49. Driver  "keyboard"
  50. Option  "CoreKeyboard"
  51. Option  "XkbRules" "xorg"
  52. Option  "XkbModel" "pc105"
  53. Option  "XkbLayout" "fr-latin9"
  54. EndSection
  55. Section "InputDevice"
  56. Identifier "Configured Mouse"
  57. Driver  "mouse"
  58. Option  "CorePointer"
  59. Option  "Device"  "/dev/input/mice"
  60. Option  "Protocol"  "ImPS/2"
  61. Option  "Emulate3Buttons" "true"
  62. Option  "ZAxisMapping"  "4 5"
  63. EndSection
  64. Section "InputDevice"
  65.         Identifier      "Synaptics Touchpad"
  66.         Driver          "synaptics"
  67.         Option          "SendCoreEvents"        "true"
  68.         Option          "Device"                "/dev/psaux"
  69.         Option          "Protocol"              "auto-dev"
  70.         Option  "HorizScrollDelta" "0"
  71. EndSection
  72. Section "Device"
  73. Identifier "Intel Corporation Intel Default Card"
  74. Driver  "i810"
  75. BusID  "PCI:0:2:0"
  76. EndSection
  77. Section "Monitor"
  78. Identifier "Écran générique"
  79. Option  "DPMS"
  80. EndSection
  81. Section "Screen"
  82. Identifier "Default Screen"
  83. Device  "Intel Corporation Intel Default Card"
  84. Monitor  "Écran générique"
  85. DefaultDepth 24
  86. SubSection "Display"
  87.  Depth  1
  88.  Modes  "1024x768"
  89. EndSubSection
  90. SubSection "Display"
  91.  Depth  4
  92.  Modes  "1024x768"
  93. EndSubSection
  94. SubSection "Display"
  95.  Depth  8
  96.  Modes  "1024x768"
  97. EndSubSection
  98. SubSection "Display"
  99.  Depth  15
  100.  Modes  "1024x768"
  101. EndSubSection
  102. SubSection "Display"
  103.  Depth  16
  104.  Modes  "1024x768"
  105. EndSubSection
  106. SubSection "Display"
  107.  Depth  24
  108.  Modes  "1024x768"
  109. EndSubSection
  110. EndSection
  111. Section "ServerLayout"
  112. Identifier "Default Layout"
  113. Screen  "Default Screen"
  114. InputDevice "Generic Keyboard"
  115. InputDevice "Configured Mouse"
  116. InputDevice "Synaptics Touchpad"
  117. EndSection
  118. Section "DRI"
  119. Mode 0666
  120. EndSection


 
voila ma config


---------------
Newsletter RCZ : inscriptions compliquées ou réceptions tardives ? Mon blog la partage sans délai. C est ici que ça se passe : https://gravelparis.com/
mood
Publicité
Posté le 09-06-2005 à 09:43:39  profilanswer
 

n°690976
sakuraba
Posté le 09-06-2005 à 16:33:23  profilanswer
 

Personne n'a le même portable ?


---------------
Newsletter RCZ : inscriptions compliquées ou réceptions tardives ? Mon blog la partage sans délai. C est ici que ça se passe : https://gravelparis.com/
n°740094
marmotte.t​ranquille
Posté le 12-10-2005 à 13:45:23  profilanswer
 

Même portable, pas de dri :
 
/var/log/Xorg.0.log

Code :
  1. (EE) I810: Failed to load module "dri" (once-only module, 0)


 
Et j'ai d'autres problèmes :
- mrxvt/aterm très lents : les caractères s'affichent longtemps après avoir été saisis
- mplayer très lent : lecture divx saccadée
- bruits parasites dans le haut parleur quand le WiFi est activé


Message édité par marmotte.tranquille le 12-10-2005 à 14:39:57
n°740149
arghbis
salops de dauphins
Posté le 12-10-2005 à 17:25:19  profilanswer
 

vous avez mis les derniers modules de chez freedesktop?

n°740168
marmotte.t​ranquille
Posté le 12-10-2005 à 18:47:21  profilanswer
 

Oui, avant j'avais un problème de version de la libdri

n°740170
arghbis
salops de dauphins
Posté le 12-10-2005 à 18:51:24  profilanswer
 

certes, mais là je parle du pilote i810. la version cvs permet d'activer le dri, mais pas les autres
 
j'avais vu ça quand j'ai installé mon dellX1 (regardes sur linux-on-laptops.net pour ton portable)

n°740174
marmotte.t​ranquille
Posté le 12-10-2005 à 19:08:11  profilanswer
 

Le dernier snapshot du pilote i810 ne marche pas et mon proxy n'accepte pas de connexion cvs... :(

n°740184
marmotte.t​ranquille
Posté le 12-10-2005 à 19:48:07  profilanswer
 

marmotte.tranquille a écrit :

Le dernier snapshot du pilote i810 ne marche pas et mon proxy n'accepte pas de connexion cvs... :(


 
Faut pas l'installer sous X :o  
Mais j'ai toujours la même erreur :/
Je vais essayer le dernier snapshot de xorg...


Message édité par marmotte.tranquille le 12-10-2005 à 19:54:53

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  [Ubuntu 5.04] Installation Card graphik intel 915 sur dell D410

 

Sujets relatifs
[Debian] Installation Silencieuseprobleme d'installation/configuration de horde sur une debian
Plantage installation Aurox 10.2[Ubuntu 5.04] afficher temp du HHD en icone
MacOS X sur x86 : les prochains Mac tourneront avec des proc Intelinstallation carte wifi evo-w54pcm sur linux Fedora
Installation redhat 9.0 sur disque SCSI[Ubuntu 5.04] probleme de montage vfat
Message d'erreur à l'installation de SuseEcran noir a l'installation debain amd64 (resolu)
Plus de sujets relatifs à : [Ubuntu 5.04] Installation Card graphik intel 915 sur dell D410


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR