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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  Bi-écran sur une carte NVidia

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Bi-écran sur une carte NVidia

n°637450
julz51
Posté le 16-02-2005 à 17:39:20  profilanswer
 

Bonjour,
 
J'ai une Geforce 4 TI 4600 sur laquelle j'essaye de faire fonctionner deux écrans. Mon but est d'avoir un bureau différent sur chacun d'eux.
 
J'ai une Fedora Core 3 et les derniers drivers NVIDIA installés.
 
Après avoir configuré /etc/X11/xorg.conf, X dit qu'il n'arrive pas à lancer le kernel NVIDIA. Pourtant en mono-écran tout fonctionne lorsque "nvidia" est déclaré comme pilote de ma carte graphique.
 
Qu'en pensez vous ?
 
Sortie de startx :

Code :
  1. X Window System Version 6.8.1
  2. Release Date: 17 September 2004
  3. X Protocol Version 11, Revision 0, Release 6.8.1
  4. Build Operating System: Linux 2.4.21-14.ELsmp x86_64 [ELF]
  5. Current Operating System: Linux localhost.localdomain 2.6.9-1.667 #1 Tue Nov 2 14:50:10 EST 2004 x86_64
  6. Build Date: 20 October 2004
  7. Build Host: dolly.build.redhat.com
  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.9-1.667 (bhcompile@dolly.build.redhat.com) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 Tue Nov 2 14:50:10 EST 2004
  12. Markers: (--) probed, (**) from config file, (==) default setting,
  13. (++) from command line, (!!) notice, (II) informational,
  14. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  15. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 16 17:20:23 2005
  16. (==) Using config file: "/etc/X11/xorg.conf"
  17. (WW) NVIDIA: More than one matching Device section found: Videocard0
  18. (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
  19. (EE) NVIDIA(0):  *** Aborting ***
  20. (EE) NVIDIA(1): Failed to initialize the NVIDIA kernel module!
  21. (EE) NVIDIA(1):  *** Aborting ***
  22. (EE) Screen(s) found, but none have a usable configuration.
  23. Fatal server error:
  24. no screens found
  25. Please consult the The X.Org Foundation support
  26.  at http://wiki.X.Org
  27. for help.
  28. Please also check the log file at "/var/log/Xorg.0.log" for additional information.
  29. XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
  30.       after 0 requests (0 known processed) with 0 events remaining.


 
xorg.conf :

Code :
  1. # Xorg configuration created by system-config-display
  2. Section "ServerLayout"
  3. Identifier     "Multihead layout"
  4. Screen      0  "Screen0" LeftOf "Screen1"
  5. Screen      1  "Screen1" 0 0
  6. InputDevice    "Mouse0" "CorePointer"
  7. InputDevice    "Keyboard0" "CoreKeyboard"
  8. Option     "Xinerama" "off"
  9. Option     "Clone" "on"
  10. EndSection
  11. Section "Files"
  12. # RgbPath is the location of the RGB database.  Note, this is the name of the
  13. # file minus the extension (like ".txt" or ".db" ).  There is normally
  14. # no need to change the default.
  15. # Multiple FontPath entries are allowed (they are concatenated together)
  16. # By default, Red Hat 6.0 and later now use a font server independent of
  17. # the X server to render fonts.
  18. RgbPath      "/usr/X11R6/lib/X11/rgb"
  19. FontPath     "unix/:7100"
  20. EndSection
  21. Section "Module"
  22. Load  "dbe"
  23. Load  "extmod"
  24. Load  "fbdevhw"
  25. Load  "glx"
  26. Load  "record"
  27. Load  "freetype"
  28. Load  "type1"
  29. #       Load  "dri"
  30. EndSection
  31. Section "InputDevice"
  32. # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  33. # Option "Xleds"  "1 2 3"
  34. # To disable the XKEYBOARD extension, uncomment XkbDisable.
  35. # Option "XkbDisable"
  36. # To customise the XKB settings to suit your keyboard, modify the
  37. # lines below (which are the defaults).  For example, for a non-U.S.
  38. # keyboard, you will probably want to use:
  39. # Option "XkbModel" "pc102"
  40. # If you have a US Microsoft Natural keyboard, you can use:
  41. # Option "XkbModel" "microsoft"
  42. #
  43. # Then to change the language, change the Layout setting.
  44. # For example, a german layout can be obtained with:
  45. # Option "XkbLayout" "de"
  46. # or:
  47. # Option "XkbLayout" "de"
  48. # Option "XkbVariant" "nodeadkeys"
  49. #
  50. # If you'd like to switch the positions of your capslock and
  51. # control keys, use:
  52. # Option "XkbOptions" "ctrl:swapcaps"
  53. # Or if you just want both to be control, use:
  54. # Option "XkbOptions" "ctrl:nocaps"
  55. #
  56. Identifier  "Keyboard0"
  57. Driver      "kbd"
  58. Option     "XkbModel" "pc105"
  59. Option     "XkbLayout" "us"
  60. EndSection
  61. Section "InputDevice"
  62. Identifier  "Mouse0"
  63. Driver      "mouse"
  64. Option     "Protocol" "IMPS/2"
  65. Option     "Device" "/dev/input/mice"
  66. Option     "ZAxisMapping" "4 5"
  67. Option     "Emulate3Buttons" "yes"
  68. EndSection
  69. Section "Monitor"
  70. Identifier   "Monitor0"
  71. VendorName   "Monitor Vendor"
  72. ModelName    "LCD Panel 1024x768"
  73. HorizSync    31.5 - 48.5
  74. VertRefresh  40.0 - 70.0
  75. Option     "dpms"
  76. EndSection
  77. Section "Monitor"
  78. Identifier   "Monitor1"
  79. VendorName   "Monitor Vendor"
  80. ModelName    "Compaq 7500 Color Monitor"
  81. HorizSync    30.0 - 70.0
  82. VertRefresh  50.0 - 140.0
  83. Option     "dpms"
  84. EndSection
  85. Section "Device"
  86. Identifier  "Videocard0"
  87. Driver      "nvidia"
  88. VendorName  "Videocard vendor"
  89. BoardName   "NVIDIA GeForce 4 ti 4600(generic)"
  90. EndSection
  91. Section "Device"
  92. Identifier  "Videocard1"
  93. Driver      "nvidia"
  94. VendorName  "Videocard Vendor"
  95. BoardName   "NVIDIA GeForce 4 ti 4600 (generic)"
  96. BusID       "PCI:1:0:0"
  97. Screen      1
  98. EndSection
  99. Section "Screen"
  100. Identifier "Screen0"
  101. Device     "Videocard1"
  102. Monitor    "Monitor0"
  103. DefaultDepth     16
  104. SubSection "Display"
  105.  Viewport   0 0
  106.  Depth     16
  107.  Modes    "800x600" "640x480"
  108. EndSubSection
  109. EndSection
  110. Section "Screen"
  111. Identifier "Screen1"
  112. Device     "Videocard0"
  113. Monitor    "Monitor1"
  114. DefaultDepth     24
  115. SubSection "Display"
  116.  Viewport   0 0
  117.  Depth     24
  118.  Modes    "800x600"
  119. EndSubSection
  120. EndSection
  121. Section "DRI"
  122. Group        0
  123. Mode         0666
  124. EndSection


Message édité par julz51 le 16-02-2005 à 17:40:34
mood
Publicité
Posté le 16-02-2005 à 17:39:20  profilanswer
 

n°637454
YupYup
Non.
Posté le 16-02-2005 à 17:42:33  profilanswer
 

Je ne sais pas si la conf est fort différente entre Xorg et XFree, mais dans ce tuto : http://ernest.cheska.net/index.php [...] umentation je remarque qu'il faut activer beaucoup d'options dans la section du driver Nvidia, options que je ne vois pas dans ta conf. C'est normal ?

n°637457
julz51
Posté le 16-02-2005 à 17:46:46  profilanswer
 

YupYup a écrit :

Je ne sais pas si la conf est fort différente entre Xorg et XFree, mais dans ce tuto : http://ernest.cheska.net/index.php [...] umentation je remarque qu'il faut activer beaucoup d'options dans la section du driver Nvidia, options que je ne vois pas dans ta conf. C'est normal ?


 
A ce que j'ai compris du readme nvidia, TwinView n'est pas à mentionner si on veut un bureau différent par écran.

n°637460
arghbis
salops de dauphins
Posté le 16-02-2005 à 17:47:28  profilanswer
 

ouais, il fait pas du twinView
 
t'as chargé le module?
 
elle est où ta section layout?

n°637463
YupYup
Non.
Posté le 16-02-2005 à 17:48:27  profilanswer
 

Ah ok j'ai posté trop vite, je pensais qu'il voulait un bureau sur 2 écrans. Je me tais :)

n°637465
julz51
Posté le 16-02-2005 à 17:49:16  profilanswer
 

arghbis a écrit :

ouais, il fait pas du twinView
 
t'as chargé le module?


 
:??:  
 
[citation]
elle est où ta section layout?[/citation]
 
Ce n'est pas ça ?
 

Code :
  1. # Section "ServerLayout"
  2. #     Identifier     "Multihead layout"
  3. #     Screen      0  "Screen0" LeftOf "Screen1"
  4. #     Screen      1  "Screen1" 0 0
  5. #     InputDevice    "Mouse0" "CorePointer"
  6. #     InputDevice    "Keyboard0" "CoreKeyboard"
  7. #     Option        "Xinerama" "off"
  8. #     Option        "Clone" "on"
  9. # EndSection

n°637471
arghbis
salops de dauphins
Posté le 16-02-2005 à 17:54:05  profilanswer
 

pas vu, désolé, je la met toujours à la fin
 
voilà la mienne, qui marche, change juste la dispo leftOf
 

Code :
  1. Section "ServerLayout"
  2.     Identifier  "Simple Layout"
  3.     Screen 0 "Screen0"
  4.     Screen 1 "Screen1" RightOf "Screen0"
  5.     InputDevice "Mouse1" "CorePointer"
  6.     InputDevice "Keyboard1" "CoreKeyboard"
  7. EndSection

n°637611
julz51
Posté le 16-02-2005 à 20:17:37  profilanswer
 

arghbis a écrit :

pas vu, désolé, je la met toujours à la fin
 
voilà la mienne, qui marche, change juste la dispo leftOf
 

Code :
  1. Section "ServerLayout"
  2.     Identifier  "Simple Layout"
  3.     Screen 0 "Screen0"
  4.     Screen 1 "Screen1" RightOf "Screen0"
  5.     InputDevice "Mouse1" "CorePointer"
  6.     InputDevice "Keyboard1" "CoreKeyboard"
  7. EndSection



Fait, mais ça ne change rien.
 
Ca pourrait venir de mauvais paramètres passés pour les écrans?

n°637736
arghbis
salops de dauphins
Posté le 16-02-2005 à 23:21:54  profilanswer
 

fais péter ton log erreur

n°637904
julz51
Posté le 17-02-2005 à 13:29:55  profilanswer
 

arghbis a écrit :

fais péter ton log erreur


 
/var/log/Xorg.0.log :
 

Code :
  1. X Window System Version 6.8.1
  2. Release Date: 17 September 2004
  3. X Protocol Version 11, Revision 0, Release 6.8.1
  4. Build Operating System: Linux 2.4.21-14.ELsmp x86_64 [ELF]
  5. Current Operating System: Linux localhost.localdomain 2.6.9-1.667 #1 Tue Nov 2 14:50:10 EST 2004 x86_64
  6. Build Date: 20 October 2004
  7. Build Host: dolly.build.redhat.com
  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.9-1.667 (bhcompile@dolly.build.redhat.com) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 Tue Nov 2 14:50:10 EST 2004
  12. Markers: (--) probed, (**) from config file, (==) default setting,
  13. (++) from command line, (!!) notice, (II) informational,
  14. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  15. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 16 20:19:27 2005
  16. (==) Using config file: "/etc/X11/xorg.conf"
  17. (==) ServerLayout "Multihead layout"
  18. (**) |-->Screen "Screen1" (0)
  19. (**) |   |-->Monitor "Monitor1"
  20. (**) |   |-->Device "Videocard0"
  21. (**) |-->Screen "Screen0" (1)
  22. (**) |   |-->Monitor "Monitor0"
  23. (**) |   |-->Device "Videocard1"
  24. (**) |-->Input Device "Mouse0"
  25. (**) |-->Input Device "Keyboard0"
  26. (**) FontPath set to "unix/:7100"
  27. (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
  28. (==) ModulePath set to "/usr/X11R6/lib64/modules"
  29. (**) Option "Xinerama" "off"
  30. (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
  31. (II) Module ABI versions:
  32. X.Org ANSI C Emulation: 0.2
  33. X.Org Video Driver: 0.7
  34. X.Org XInput driver : 0.4
  35. X.Org Server Extension : 0.2
  36. X.Org Font Renderer : 0.4
  37. (II) Loader running on linux
  38. (II) LoadModule: "bitmap"
  39. (II) Loading /usr/X11R6/lib64/modules/fonts/libbitmap.a
  40. (II) Module bitmap: vendor="X.Org Foundation"
  41. compiled for 6.8.1, module version = 1.0.0
  42. Module class: X.Org Font Renderer
  43. ABI class: X.Org Font Renderer, version 0.4
  44. (II) Loading font Bitmap
  45. (II) LoadModule: "pcidata"
  46. (II) Loading /usr/X11R6/lib64/modules/libpcidata.a
  47. (II) Module pcidata: vendor="X.Org Foundation"
  48. compiled for 6.8.1, module version = 1.0.0
  49. ABI class: X.Org Video Driver, version 0.7
  50. (--) using VT number 7
  51. (II) PCI: Probing config type using method 1
  52. (II) PCI: Config type is 1
  53. (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
  54. (II) PCI: PCI scan (all values are in hex)
  55. (II) PCI: 00:00:0: chip 10de,00e1 card 1462,0300 rev a1 class 06,00,00 hdr 00
  56. (II) PCI: 00:01:0: chip 10de,00e0 card 1462,0300 rev a2 class 06,01,00 hdr 80
  57. (II) PCI: 00:01:1: chip 10de,00e4 card 1462,0300 rev a1 class 0c,05,00 hdr 80
  58. (II) PCI: 00:02:0: chip 10de,00e7 card 1462,0300 rev a1 class 0c,03,10 hdr 80
  59. (II) PCI: 00:02:1: chip 10de,00e7 card 1462,0300 rev a1 class 0c,03,10 hdr 80
  60. (II) PCI: 00:02:2: chip 10de,00e8 card 1462,0300 rev a2 class 0c,03,20 hdr 80
  61. (II) PCI: 00:05:0: chip 10de,00df card 1462,0300 rev a2 class 06,80,00 hdr 00
  62. (II) PCI: 00:06:0: chip 10de,00ea card 1462,7585 rev a1 class 04,01,00 hdr 00
  63. (II) PCI: 00:08:0: chip 10de,00e5 card 1462,0300 rev a2 class 01,01,8a hdr 00
  64. (II) PCI: 00:09:0: chip 10de,00ee card 1462,0300 rev a2 class 01,01,85 hdr 00
  65. (II) PCI: 00:0a:0: chip 10de,00e3 card 1462,0300 rev a2 class 01,01,85 hdr 00
  66. (II) PCI: 00:0b:0: chip 10de,00e2 card 0000,0000 rev a2 class 06,04,00 hdr 01
  67. (II) PCI: 00:0e:0: chip 10de,00ed card 0000,0000 rev a2 class 06,04,00 hdr 01
  68. (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
  69. (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
  70. (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
  71. (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
  72. (II) PCI: 01:00:0: chip 10de,0250 card 107d,2891 rev a3 class 03,00,00 hdr 00
  73. (II) PCI: 02:0c:0: chip 1106,3044 card 0574,086c rev 46 class 0c,00,10 hdr 00
  74. (II) PCI: End of PCI scan
  75. (II) Host-to-PCI bridge:
  76. (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
  77. (II) Bus 0 I/O range:
  78. [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
  79. (II) Bus 0 non-prefetchable memory range:
  80. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  81. (II) Bus 0 prefetchable memory range:
  82. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  83. (II) PCI-to-ISA bridge:
  84. (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
  85. (II) PCI-to-PCI bridge:
  86. (II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
  87. (II) Bus 1 non-prefetchable memory range:
  88. [0] -1 0 0xe8000000 - 0xe9ffffff (0x2000000) MX[B]
  89. (II) Bus 1 prefetchable memory range:
  90. [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
  91. (II) PCI-to-PCI bridge:
  92. (II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0206 (VGA_EN is cleared)
  93. (II) Bus 2 I/O range:
  94. [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
  95. [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
  96. [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
  97. [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
  98. (II) Bus 2 non-prefetchable memory range:
  99. [0] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B]
  100. (II) Host-to-PCI bridge:
  101. (II) Bus -1: bridge is at (0:24:0), (-1,-1,2), BCTRL: 0x0008 (VGA_EN is set)
  102. (II) Bus -1 I/O range:
  103. [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
  104. (II) Bus -1 non-prefetchable memory range:
  105. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  106. (II) Bus -1 prefetchable memory range:
  107. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  108. (II) Host-to-PCI bridge:
  109. (II) Bus -1: bridge is at (0:24:1), (-1,-1,2), BCTRL: 0x0008 (VGA_EN is set)
  110. (II) Bus -1 I/O range:
  111. [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
  112. (II) Bus -1 non-prefetchable memory range:
  113. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  114. (II) Bus -1 prefetchable memory range:
  115. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  116. (II) Host-to-PCI bridge:
  117. (II) Bus -1: bridge is at (0:24:2), (-1,-1,2), BCTRL: 0x0008 (VGA_EN is set)
  118. (II) Bus -1 I/O range:
  119. [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
  120. (II) Bus -1 non-prefetchable memory range:
  121. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  122. (II) Bus -1 prefetchable memory range:
  123. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  124. (II) Host-to-PCI bridge:
  125. (II) Bus -1: bridge is at (0:24:3), (-1,-1,2), BCTRL: 0x0008 (VGA_EN is set)
  126. (II) Bus -1 I/O range:
  127. [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
  128. (II) Bus -1 non-prefetchable memory range:
  129. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  130. (II) Bus -1 prefetchable memory range:
  131. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  132. (--) PCI:*(1:0:0) nVidia Corporation NV25 [GeForce4 Ti 4600] rev 163, Mem @ 0xe8000000/24, 0xd0000000/27, 0xd8000000/19
  133. (II) Addressable bus resource ranges are
  134. [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
  135. [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
  136. (II) OS-reported resource ranges:
  137. [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
  138. [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  139. [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  140. [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
  141. [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  142. [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
  143. [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
  144. (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
  145. (II) Active PCI resource ranges:
  146. [0] -1 0 0xea000000 - 0xea0007ff (0x800) MX[B]
  147. [1] -1 0 0xeb001000 - 0xeb001fff (0x1000) MX[B]
  148. [2] -1 0 0xeb000000 - 0xeb000fff (0x1000) MX[B]
  149. [3] -1 0 0xeb005000 - 0xeb0050ff (0x100) MX[B]
  150. [4] -1 0 0xeb004000 - 0xeb004fff (0x1000) MX[B]
  151. [5] -1 0 0xeb003000 - 0xeb003fff (0x1000) MX[B]
  152. [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  153. [7] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
  154. [8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
  155. [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  156. [10] -1 0 0x00009000 - 0x0000907f (0x80) IX[B]
  157. [11] -1 0 0x0000e800 - 0x0000e87f (0x80) IX[B]
  158. [12] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
  159. [13] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
  160. [14] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
  161. [15] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
  162. [16] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
  163. [17] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
  164. [18] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
  165. [19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
  166. [20] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
  167. [21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
  168. [22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
  169. [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
  170. [24] -1 0 0x0000b000 - 0x0000b07f (0x80) IX[B]
  171. [25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
  172. [26] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
  173. [27] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
  174. [28] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
  175. [29] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
  176. (II) Active PCI resource ranges after removing overlaps:
  177. [0] -1 0 0xea000000 - 0xea0007ff (0x800) MX[B]
  178. [1] -1 0 0xeb001000 - 0xeb001fff (0x1000) MX[B]
  179. [2] -1 0 0xeb000000 - 0xeb000fff (0x1000) MX[B]
  180. [3] -1 0 0xeb005000 - 0xeb0050ff (0x100) MX[B]
  181. [4] -1 0 0xeb004000 - 0xeb004fff (0x1000) MX[B]
  182. [5] -1 0 0xeb003000 - 0xeb003fff (0x1000) MX[B]
  183. [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  184. [7] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
  185. [8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
  186. [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  187. [10] -1 0 0x00009000 - 0x0000907f (0x80) IX[B]
  188. [11] -1 0 0x0000e800 - 0x0000e87f (0x80) IX[B]
  189. [12] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
  190. [13] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
  191. [14] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
  192. [15] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
  193. [16] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
  194. [17] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
  195. [18] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
  196. [19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
  197. [20] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
  198. [21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
  199. [22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
  200. [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
  201. [24] -1 0 0x0000b000 - 0x0000b07f (0x80) IX[B]
  202. [25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
  203. [26] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
  204. [27] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
  205. [28] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
  206. [29] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
  207. (II) OS-reported resource ranges after removing overlaps with PCI:
  208. [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
  209. [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  210. [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  211. [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
  212. [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  213. [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
  214. [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
  215. (II) All system resource ranges:
  216. [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
  217. [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  218. [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  219. [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
  220. [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  221. [5] -1 0 0xea000000 - 0xea0007ff (0x800) MX[B]
  222. [6] -1 0 0xeb001000 - 0xeb001fff (0x1000) MX[B]
  223. [7] -1 0 0xeb000000 - 0xeb000fff (0x1000) MX[B]
  224. [8] -1 0 0xeb005000 - 0xeb0050ff (0x100) MX[B]
  225. [9] -1 0 0xeb004000 - 0xeb004fff (0x1000) MX[B]
  226. [10] -1 0 0xeb003000 - 0xeb003fff (0x1000) MX[B]
  227. [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  228. [12] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
  229. [13] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
  230. [14] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  231. [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
  232. [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
  233. [17] -1 0 0x00009000 - 0x0000907f (0x80) IX[B]
  234. [18] -1 0 0x0000e800 - 0x0000e87f (0x80) IX[B]
  235. [19] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
  236. [20] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
  237. [21] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
  238. [22] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
  239. [23] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
  240. [24] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
  241. [25] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
  242. [26] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
  243. [27] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
  244. [28] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
  245. [29] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
  246. [30] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
  247. [31] -1 0 0x0000b000 - 0x0000b07f (0x80) IX[B]
  248. [32] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
  249. [33] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
  250. [34] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
  251. [35] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
  252. [36] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
  253. (II) LoadModule: "dbe"
  254. (II) Loading /usr/X11R6/lib64/modules/extensions/libdbe.a
  255. (II) Module dbe: vendor="X.Org Foundation"
  256. compiled for 6.8.1, module version = 1.0.0
  257. Module class: X.Org Server Extension
  258. ABI class: X.Org Server Extension, version 0.2
  259. (II) Loading extension DOUBLE-BUFFER
  260. (II) LoadModule: "extmod"
  261. (II) Loading /usr/X11R6/lib64/modules/extensions/libextmod.a
  262. (II) Module extmod: vendor="X.Org Foundation"
  263. compiled for 6.8.1, module version = 1.0.0
  264. Module class: X.Org Server Extension
  265. ABI class: X.Org Server Extension, version 0.2
  266. (II) Loading extension SHAPE
  267. (II) Loading extension MIT-SUNDRY-NONSTANDARD
  268. (II) Loading extension BIG-REQUESTS
  269. (II) Loading extension SYNC
  270. (II) Loading extension MIT-SCREEN-SAVER
  271. (II) Loading extension XC-MISC
  272. (II) Loading extension XFree86-VidModeExtension
  273. (II) Loading extension XFree86-Misc
  274. (II) Loading extension XFree86-DGA
  275. (II) Loading extension DPMS
  276. (II) Loading extension TOG-CUP
  277. (II) Loading extension Extended-Visual-Information
  278. (II) Loading extension XVideo
  279. (II) Loading extension XVideo-MotionCompensation
  280. (II) Loading extension X-Resource
  281. (II) LoadModule: "fbdevhw"
  282. (II) Loading /usr/X11R6/lib64/modules/linux/libfbdevhw.a
  283. (II) Module fbdevhw: vendor="X.Org Foundation"
  284. compiled for 6.8.1, module version = 0.0.2
  285. ABI class: X.Org Video Driver, version 0.7
  286. (II) LoadModule: "glx"
  287. (II) Loading /usr/X11R6/lib64/modules/extensions/libglx.so
  288. (II) Module glx: vendor="NVIDIA Corporation"
  289. compiled for 4.0.2, module version = 1.0.6629
  290. Module class: XFree86 Server Extension
  291. ABI class: XFree86 Server Extension, version 0.1
  292. (II) Loading extension GLX
  293. (II) LoadModule: "record"
  294. (II) Loading /usr/X11R6/lib64/modules/extensions/librecord.a
  295. (II) Module record: vendor="X.Org Foundation"
  296. compiled for 6.8.1, module version = 1.13.0
  297. Module class: X.Org Server Extension
  298. ABI class: X.Org Server Extension, version 0.2
  299. (II) Loading extension RECORD
  300. (II) LoadModule: "freetype"
  301. (II) Loading /usr/X11R6/lib64/modules/fonts/libfreetype.so
  302. (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
  303. compiled for 6.8.1, module version = 2.1.0
  304. Module class: X.Org Font Renderer
  305. ABI class: X.Org Font Renderer, version 0.4
  306. (II) Loading font FreeType
  307. (II) LoadModule: "type1"
  308. (II) Loading /usr/X11R6/lib64/modules/fonts/libtype1.a
  309. (II) Module type1: vendor="X.Org Foundation"
  310. compiled for 6.8.1, module version = 1.0.2
  311. Module class: X.Org Font Renderer
  312. ABI class: X.Org Font Renderer, version 0.4
  313. (II) Loading font Type1
  314. (II) Loading font CID
  315. (II) LoadModule: "nvidia"
  316. (II) Loading /usr/X11R6/lib64/modules/drivers/nvidia_drv.o
  317. (II) Module nvidia: vendor="NVIDIA Corporation"
  318. compiled for 4.0.2, module version = 1.0.6629
  319. Module class: XFree86 Video Driver
  320. (II) LoadModule: "mouse"
  321. (II) Loading /usr/X11R6/lib64/modules/input/mouse_drv.o
  322. (II) Module mouse: vendor="X.Org Foundation"
  323. compiled for 6.8.1, module version = 1.0.0
  324. Module class: X.Org XInput Driver
  325. ABI class: X.Org XInput driver, version 0.4
  326. (II) LoadModule: "kbd"
  327. (II) Loading /usr/X11R6/lib64/modules/input/kbd_drv.o
  328. (II) Module kbd: vendor="X.Org Foundation"
  329. compiled for 6.8.1, module version = 1.0.0
  330. Module class: X.Org XInput Driver
  331. ABI class: X.Org XInput driver, version 0.4
  332. (II) NVIDIA X Driver  1.0-6629  Wed Nov  3 11:44:46 PST 2004
  333. (II) NVIDIA Unified Driver for all NVIDIA GPUs
  334. (II) Primary Device is: PCI 01:00:0
  335. (--) Assigning device section with no busID to primary device
  336. (--) Assigning device section with no busID to primary device
  337. (--) Chipset NVIDIA GPU found
  338. (--) Chipset NVIDIA GPU found
  339. (II) resource ranges after xf86ClaimFixedResources() call:
  340. [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
  341. [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  342. [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  343. [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
  344. [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  345. [5] -1 0 0xea000000 - 0xea0007ff (0x800) MX[B]
  346. [6] -1 0 0xeb001000 - 0xeb001fff (0x1000) MX[B]
  347. [7] -1 0 0xeb000000 - 0xeb000fff (0x1000) MX[B]
  348. [8] -1 0 0xeb005000 - 0xeb0050ff (0x100) MX[B]
  349. [9] -1 0 0xeb004000 - 0xeb004fff (0x1000) MX[B]
  350. [10] -1 0 0xeb003000 - 0xeb003fff (0x1000) MX[B]
  351. [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  352. [12] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
  353. [13] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
  354. [14] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  355. [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
  356. [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
  357. [17] -1 0 0x00009000 - 0x0000907f (0x80) IX[B]
  358. [18] -1 0 0x0000e800 - 0x0000e87f (0x80) IX[B]
  359. [19] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
  360. [20] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
  361. [21] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
  362. [22] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
  363. [23] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
  364. [24] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
  365. [25] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
  366. [26] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
  367. [27] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
  368. [28] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
  369. [29] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
  370. [30] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
  371. [31] -1 0 0x0000b000 - 0x0000b07f (0x80) IX[B]
  372. [32] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
  373. [33] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
  374. [34] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
  375. [35] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
  376. [36] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
  377. (II) resource ranges after probing:
  378. [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
  379. [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  380. [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  381. [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
  382. [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  383. [5] -1 0 0xea000000 - 0xea0007ff (0x800) MX[B]
  384. [6] -1 0 0xeb001000 - 0xeb001fff (0x1000) MX[B]
  385. [7] -1 0 0xeb000000 - 0xeb000fff (0x1000) MX[B]
  386. [8] -1 0 0xeb005000 - 0xeb0050ff (0x100) MX[B]
  387. [9] -1 0 0xeb004000 - 0xeb004fff (0x1000) MX[B]
  388. [10] -1 0 0xeb003000 - 0xeb003fff (0x1000) MX[B]
  389. [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  390. [12] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
  391. [13] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
  392. [14] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  393. [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
  394. [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
  395. [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
  396. [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
  397. [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
  398. [20] -1 0 0x00009000 - 0x0000907f (0x80) IX[B]
  399. [21] -1 0 0x0000e800 - 0x0000e87f (0x80) IX[B]
  400. [22] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
  401. [23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
  402. [24] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
  403. [25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
  404. [26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
  405. [27] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
  406. [28] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
  407. [29] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
  408. [30] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
  409. [31] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
  410. [32] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
  411. [33] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
  412. [34] -1 0 0x0000b000 - 0x0000b07f (0x80) IX[B]
  413. [35] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
  414. [36] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
  415. [37] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
  416. [38] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
  417. [39] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
  418. [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
  419. [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
  420. (II) Setting vga for screen 0.
  421. (II) Setting vga for screen 1.
  422. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
  423. (==) NVIDIA(0): RGB weight 888
  424. (==) NVIDIA(0): Default visual is TrueColor
  425. (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
  426. (--) NVIDIA(0): Linear framebuffer at 0xD0000000
  427. (--) NVIDIA(0): MMIO registers at 0xE8000000
  428. (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
  429. (EE) NVIDIA(0):  *** Aborting ***
  430. (**) NVIDIA(1): Depth 16, (--) framebuffer bpp 16
  431. (==) NVIDIA(1): RGB weight 565
  432. (==) NVIDIA(1): Default visual is TrueColor
  433. (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
  434. (--) NVIDIA(1): Linear framebuffer at 0xD0000000
  435. (--) NVIDIA(1): MMIO registers at 0xE8000000
  436. (EE) NVIDIA(1): Failed to initialize the NVIDIA kernel module!
  437. (EE) NVIDIA(1):  *** Aborting ***
  438. (II) UnloadModule: "nvidia"
  439. (II) UnloadModule: "nvidia"
  440. (EE) Screen(s) found, but none have a usable configuration.
  441. Fatal server error:
  442. no screens found
  443. Please consult the The X.Org Foundation support
  444.  at http://wiki.X.Org
  445. for help.
  446. Please also check the log file at "/var/log/Xorg.0.log" for additional information.

mood
Publicité
Posté le 17-02-2005 à 13:29:55  profilanswer
 

n°637994
arghbis
salops de dauphins
Posté le 17-02-2005 à 15:31:06  profilanswer
 

le module nvidia est bien chargé? rivafb n'est pas chargé?

n°638003
ffred
Posté le 17-02-2005 à 15:52:36  profilanswer
 

bin a priori ca marche en mono-écran donc çà semble pas être un pb de module.  
J'avais une config similaire qui marchait sur une gef2mx, je ne vois pas d'erreur de config dans celle là. mais bon, peut être une spécif Xorg ?
Je vais peut être dire une grosse connerie mais il me semble que toutes les gef4 ne sont pas forcément capable de gérer deux "screens" différents (même s'il savent faire du twinview ce qui n'est pas pareil) une histoire de ramdacs ... Je suis pas sur du tout hein ! Tapez pas ;)

n°638005
arghbis
salops de dauphins
Posté le 17-02-2005 à 16:00:43  profilanswer
 

normalement, seules les GF2/4 mx ont un seul ramdac, me semble-t-il
 
le bus PCI est le bon?
dans ton layout, pq tu vires xinerama et que tu mets le mode clone???

n°638145
julz51
Posté le 17-02-2005 à 18:52:08  profilanswer
 

[citation=638005,0,13]le bus PCI est le bon?
dans ton layout, pq tu vires xinerama et que tu mets le mode clone???[/citation]
Pour le pci je crois que oui :

Code :
  1. Probing for PCI devices (Bus:Device:Function)
  2. (0:0:0) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00e1) from nVidia Corporation
  3. (0:1:0) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00e0) from nVidia Corporation
  4. (0:1:1) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00e4) from nVidia Corporation
  5. (0:2:0) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00e7) from nVidia Corporation
  6. (0:2:1) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00e7) from nVidia Corporation
  7. (0:2:2) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00e8) from nVidia Corporation
  8. (0:5:0) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00df) from nVidia Corporation
  9. (0:6:0) unknown card (0x1462/0x7585) using an unknown chip (DeviceId 0x00ea) from nVidia Corporation
  10. (0:8:0) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00e5) from nVidia Corporation
  11. (0:9:0) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00ee) from nVidia Corporation
  12. (0:10:0) unknown card (0x1462/0x0300) using an unknown chip (DeviceId 0x00e3) from nVidia Corporation
  13. (0:11:0) unknown chip (DeviceId 0x00e2) from nVidia Corporation
  14. (0:14:0) unknown chip (DeviceId 0x00ed) from nVidia Corporation
  15. (0:24:0) Advanced Micro Devices [AMD] K8 NorthBridge
  16. (0:24:1) Advanced Micro Devices [AMD] K8 NorthBridge
  17. (0:24:2) Advanced Micro Devices [AMD] K8 NorthBridge
  18. (0:24:3) Advanced Micro Devices [AMD] K8 NorthBridge
  19. (1:0:0) unknown card (0x107d/0x2891) using a nVidia Corporation NV25 [GeForce4 Ti 4600]
  20. (2:12:0) unknown card (0x0574/0x086c) using a VIA Technologies, Inc. IEEE 1394 Host Controller


 
Pour le xinerama et clone j'ai inversé les options et ça ne marche toujours pas. J'avais simplement laissé les valeurs automatiques.

n°646331
krumli
Posté le 07-03-2005 à 16:55:24  profilanswer
 

drapal


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

  Bi-écran sur une carte NVidia

 

Sujets relatifs
pbm driver nvidia debianPilote nvidia 5336 et mandrake 10.1
(ubuntu) Pas de X (cfg) AMD64 + Ati mobility 9700 + écran 17"Quelle carte mere micro ATX ?
Appel à témoins : carte mère GA-K8NS-939 sous LinuxPb de liaison entre carte réseau et modem ???
Aide pour installation carte wifiProbleme Install drivers NVidia sur Mandrake 10.1
Problème drivers carte graphiqueLecteur de Carte
Plus de sujets relatifs à : Bi-écran sur une carte NVidia


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