[Xorg] Impossible de faire marcher xinerama.

Impossible de faire marcher xinerama. [Xorg] - Installation - Linux et OS Alternatifs

Marsh Posté le 17-10-2004 à 22:28:30    

J'ai deux ecrans, un 17' et un 15'. Une GeForce4 et une Savage4 (PCI).
J'ai recompiler gdm, fvwm et pas mal d'autre logiciel pour activer le support xinerama.
 
voila mon xorg.conf

Code :
  1. Section "Module"
  2.     Load        "dbe"
  3.     SubSection  "extmod"
  4.       Option    "omit xfree86-dga"
  5.     EndSubSection
  6.     Load        "type1"
  7.     Load        "speedo"
  8.     Load       "glx"
  9. EndSection
  10. Section "Files"
  11.     RgbPath "/usr/X11R6/lib/X11/rgb"
  12.     FontPath   "/usr/X11R6/lib/X11/fonts/local/"
  13.     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
  14.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  15.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  16.     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
  17.     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
  18.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
  19.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
  20.     FontPath   "/usr/share/fonts/corefonts"
  21. EndSection
  22. Section "ServerFlags"
  23.         Option "Xinerama" "true"
  24. EndSection
  25. Section "InputDevice"
  26.     Identifier "Keyboard1"
  27.     Driver "keyboard"
  28.     Option "AutoRepeat" "500 30"
  29.     Option "XkbRules" "xfree86"
  30.     Option "XkbModel" "pc105"
  31.     Option "XkbLayout" "fr"
  32. EndSection
  33. Section "InputDevice"
  34.     Identifier "Mouse1"
  35.     Driver "mouse"
  36.     Option "Protocol"    "IMPS/2"
  37.     Option "Device"      "/dev/input/mice"
  38.     Option "ZAxisMapping" "4 5"
  39. EndSection
  40. Section "Monitor"
  41.     Identifier  "Master"
  42.     HorizSync   31.5 - 64.3
  43.     VertRefresh 50-70
  44. EndSection
  45. Section "Monitor"
  46.     Identifier  "Slave"
  47.     HorizSync   31.5 - 64.3
  48.     VertRefresh 50-70
  49. EndSection
  50. Section "Device"
  51.     Identifier  "Geforce"
  52.     Driver      "nvidia"
  53.     BusID "1:0:0"
  54. EndSection
  55. Section "Device"
  56.     Identifier  "savage"
  57.     Driver      "savage"
  58.     BusID "2:4:0"
  59. EndSection
  60. Section "Screen"
  61.     Identifier  "Master"
  62.     Device      "Geforce"
  63.     Monitor     "Master"
  64.     DefaultDepth 24
  65.     Subsection "Display"
  66.         Depth       8
  67.         Modes       "1024x768" "800x600" "640x480"
  68.         ViewPort    0 0
  69.     EndSubsection
  70.     Subsection "Display"
  71.         Depth       16
  72.         Modes       "1024x768" "800x600" "640x480"
  73.         ViewPort    0 0
  74.     EndSubsection
  75.     Subsection "Display"
  76.         Depth       24
  77.         Modes       "1024x768" "800x600" "640x480"
  78.         ViewPort    0 0
  79.     EndSubsection
  80. EndSection
  81. Section "Screen"
  82.     Identifier  "Slave"
  83.     Device      "savage"
  84.     Monitor     "Slave"
  85.     DefaultDepth 24
  86.     Subsection "Display"
  87.         Depth       8
  88.         Modes       "1024x768" "800x600" "640x480"
  89.         ViewPort    0 0
  90.     EndSubsection
  91.     Subsection "Display"
  92.         Depth       16
  93.         Modes       "1024x768" "800x600" "640x480"
  94.         ViewPort    0 0
  95.     EndSubsection
  96.     Subsection "Display"
  97.         Depth       24
  98.         Modes       "1024x768" "800x600" "640x480"
  99.         ViewPort    0 0
  100.     EndSubsection
  101. EndSection
  102. Section "ServerLayout"
  103.     Identifier  "Simple Layout"
  104.     Screen "Master"
  105.     Screen "Slave" RightOf "Master"
  106.     InputDevice "Mouse1" "CorePointer"
  107.     InputDevice "Keyboard1" "CoreKeyboard"
  108. EndSection


 
Voila un extrait du log d'xorg

Code :
  1. (**) NVIDIA(0): Validated modes for display device CRT-0:
  2. (**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
  3. (**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
  4. (**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
  5. (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
  6. (--) NVIDIA(0): Display dimensions: (300, 230) mm
  7. (--) NVIDIA(0): DPI set to (86, 84)
  8. (II) Loading sub module "fb"
  9. (II) LoadModule: "fb"
  10. (II) Loading /usr/X11R6/lib/modules/libfb.a
  11. (II) Module fb: vendor="X.Org Foundation"
  12. compiled for 6.8.0, module version = 1.0.0
  13. ABI class: X.Org ANSI C Emulation, version 0.2
  14. (II) Loading sub module "ramdac"
  15. (II) LoadModule: "ramdac"
  16. (II) Loading /usr/X11R6/lib/modules/libramdac.a
  17. (II) Module ramdac: vendor="X.Org Foundation"
  18. compiled for 6.8.0, module version = 0.1.0
  19. ABI class: X.Org Video Driver, version 0.7
  20. (WW) NVIDIA(0): OpenGL is not fully supported in Xinerama
  21. (II) Loading sub module "vgahw"
  22. (II) LoadModule: "vgahw"
  23. (II) Reloading /usr/X11R6/lib/modules/libvgahw.a
  24. (**) SAVAGE(1): Depth 24, (--) framebuffer bpp 32
  25. (==) SAVAGE(1): RGB weight 888
  26. (==) SAVAGE(1): Default visual is TrueColor
  27. (II) SAVAGE(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
  28. (==) SAVAGE(1): Using HW cursor
  29. (==) SAVAGE(1): Using video BIOS to set modes
  30. (II) Loading sub module "vbe"
  31. (II) LoadModule: "vbe"
  32. (II) Loading /usr/X11R6/lib/modules/libvbe.a
  33. (II) Module vbe: vendor="X.Org Foundation"
  34. compiled for 6.8.0, module version = 1.1.0
  35. ABI class: X.Org Video Driver, version 0.7
  36. (II) Loading sub module "int10"
  37. (II) LoadModule: "int10"
  38. (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
  39. (II) Module int10: vendor="X.Org Foundation"
  40. compiled for 6.8.0, module version = 1.0.0
  41. ABI class: X.Org Video Driver, version 0.7
  42. (II) SAVAGE(1): initializing int10
  43. (EE) SAVAGE(1): Cannot read V_BIOS
  44. (--) SAVAGE(1): Chip: id 8a22, "Savage4"
  45. (--) SAVAGE(1): Engine: "Savage4"
  46. (--) SAVAGE(1): mapping MMIO @ 0xf9000000 with size 0x80000
  47. (==) SAVAGE(1): Using gamma correction (1.0, 1.0, 1.0)
  48. (--) SAVAGE(1): probed videoram:  32768k
  49. (II) Loading sub module "ddc"
  50. (II) LoadModule: "ddc"
  51. (II) Reloading /usr/X11R6/lib/modules/libddc.a


 
 
Dès que je redemarre Xorg, les deux ecrans restent noir, et je l'arrive pas à réccupérer une console (Ctrl+Atl+Fx).
Je suis sous gentoo, j'ai modifierle fichier de conf et xdm et de gdm pour xinerama.
 
Vous avez une idée ?


---------------
"Deux chose sont infinies, l'univers et la sotise humaine. Mais je ne suis pas sûr de ce j'affirme quant à l'univers." Albert Einstein
Reply

Marsh Posté le 17-10-2004 à 22:28:30   

Reply

Marsh Posté le 17-10-2004 à 23:05:16    

Tu es sûr qu'elle marche ta savage ? :D

Reply

Marsh Posté le 17-10-2004 à 23:05:57    

euh ... oui y'a un an  :D
 
Edit : je vais vérifier


Message édité par sharlaan le 17-10-2004 à 23:06:42

---------------
"Deux chose sont infinies, l'univers et la sotise humaine. Mais je ne suis pas sûr de ce j'affirme quant à l'univers." Albert Einstein
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed