FORUM Tom's Hardware » Le monde de Linux » A l'aide ! » X11 Xinerama + Beryl
 

X11 Xinerama + Beryl

Il y a 461 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici
Ajouter une réponse



 Mot :   Pseudo :  
 
Bas de page
Auteur
 Sujet : X11 Xinerama + Beryl
 
Plus d'informations

Bonjour à tous, je suis en ubuntu Feisty Fawn (7.04),
j'utilisait beryl en 3D (qui fonctionnait à merveille), mais comme je dispose de 2 écrans (17" plat) et d'une NVIDIA 7600GT (2 sorties) j'est configuré mon xorg.con en bi-ecran.
 
Voila mon xorg, vous voyez quelque chose qiu cloche?
 

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 xorg.conf(5) manual page.
  7. # (Type "man 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 command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16. Section "Files"
  17.     FontPath    "/usr/share/fonts/X11/misc"
  18.     FontPath    "/usr/share/fonts/X11/cyrillic"
  19.     FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
  20.     FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
  21.     FontPath    "/usr/share/fonts/X11/Type1"
  22.     FontPath    "/usr/share/fonts/X11/100dpi"
  23.     FontPath    "/usr/share/fonts/X11/75dpi"
  24.     # path to defoma fonts
  25.     FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  26. EndSection
  27. Section "Module"
  28.     Load    "bitmap"
  29.     Load    "ddc"
  30.     Load    "dri"
  31.     Load    "extmod"
  32.     Load    "freetype"
  33.     Load    "glx"
  34.     Load    "int10"
  35.     Load    "vbe"
  36. EndSection
  37. Section "InputDevice"
  38.     Identifier    "Generic Keyboard"
  39.     Driver        "kbd"
  40.     Option        "CoreKeyboard"
  41.     Option        "XkbRules"    "xorg"
  42.     Option        "XkbModel"    "pc105"
  43.     Option        "XkbLayout"    "fr"
  44. EndSection
  45. Section "InputDevice"
  46.     Identifier    "Configured Mouse"
  47.     Driver        "mouse"
  48.     Option        "CorePointer"
  49.     Option        "Device"        "/dev/input/mice"
  50.     Option        "Protocol"        "ImPS/2"
  51.     Option        "ZAxisMapping"        "4 5"
  52.     Option        "Emulate3Buttons"    "true"
  53. EndSection
  54. Section "InputDevice"
  55.     Driver        "wacom"
  56.     Identifier    "stylus"
  57.     Option        "Device"    "/dev/input/wacom"
  58.     Option        "Type"        "stylus"
  59.     Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
  60. EndSection
  61. Section "InputDevice"
  62.     Driver        "wacom"
  63.     Identifier    "eraser"
  64.     Option        "Device"    "/dev/input/wacom"
  65.     Option        "Type"        "eraser"
  66.     Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
  67. EndSection
  68. Section "InputDevice"
  69.     Driver        "wacom"
  70.     Identifier    "cursor"
  71.     Option        "Device"    "/dev/input/wacom"
  72.     Option        "Type"        "cursor"
  73.     Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
  74. EndSection
  75. Section "Device"
  76.     Identifier    "0 NVIDIA GeFORCE 7600GT"
  77.     Driver        "nvidia"
  78.     BusID        "PCI:2:0:0"
  79.     VideoRam    256000
  80.     Screen        0
  81.     Option "DDCMode" "True"
  82.     Option "MonitorLayout" "LFP,LFP"
  83. EndSection
  84. Section "Device"
  85.     Identifier    "1 NVIDIA GeFORCE 7600GT"
  86.     Driver        "nvidia"
  87.     BusID        "PCI:2:0:0"
  88.     VideoRam    256000
  89.     Screen        1
  90.     Option "DDCMode" "True"
  91.     Option "MonitorLayout" "LFP,LFP"
  92. EndSection
  93. Section "Monitor"
  94.     Identifier    "Techsan"
  95.     Option        "DPMS"
  96.     HorizSync    28-64
  97.     VertRefresh    43-60
  98. EndSection
  99. Section "Monitor"
  100.     Identifier    "Philips 170B4"
  101.     Option        "DPMS"
  102.     HorizSync    30-72
  103.     VertRefresh    50-120
  104. EndSection
  105. Section "Screen"
  106.     Identifier    "Default Screen"
  107.     Device        "0 NVIDIA GeFORCE 7600GT"
  108.     Monitor        "Techsan"
  109.     Option        "AddARGBGLXVisuals" "true"
  110.     Option        "TripleBuffer" "true"
  111.     DefaultDepth    24
  112.     SubSection "Display"
  113.         Depth        1
  114.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  115.     EndSubSection
  116.     SubSection "Display"
  117.         Depth        4
  118.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  119.     EndSubSection
  120.     SubSection "Display"
  121.         Depth        8
  122.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  123.     EndSubSection
  124.     SubSection "Display"
  125.         Depth        15
  126.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  127.     EndSubSection
  128.     SubSection "Display"
  129.         Depth        16
  130.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  131.     EndSubSection
  132.     SubSection "Display"
  133.         Depth        24
  134.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  135.     EndSubSection
  136. EndSection
  137. Section "Screen"
  138.     Identifier    "Ecran 2"
  139.     Device        "1 NVIDIA GeFORCE 7600GT"
  140.     Monitor        "Philips 170B4"
  141.     Option        "AddARGBGLXVisuals" "true"
  142.     Option        "TripleBuffer" "true"
  143.     DefaultDepth    24
  144.     SubSection "Display"
  145.         Depth        1
  146.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  147.     EndSubSection
  148.     SubSection "Display"
  149.         Depth        4
  150.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  151.     EndSubSection
  152.     SubSection "Display"
  153.         Depth        8
  154.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  155.     EndSubSection
  156.     SubSection "Display"
  157.         Depth        15
  158.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  159.     EndSubSection
  160.     SubSection "Display"
  161.         Depth        16
  162.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  163.     EndSubSection
  164.     SubSection "Display"
  165.         Depth        24
  166.         Modes        "1280x1024" "1024x768" "800x600" "640x480"
  167.     EndSubSection
  168. EndSection
  169. Section "ServerLayout"
  170.     Identifier    "Default Layout"
  171.     Screen    0    "Default Screen"
  172.     Screen    1    "Ecran 2" RightOf "Default Screen"
  173.     Option "Xinerama" "true"
  174.     InputDevice    "Generic Keyboard"
  175.     InputDevice    "Configured Mouse"
  176.     InputDevice     "stylus"    "SendCoreEvents"
  177.     InputDevice     "cursor"    "SendCoreEvents"
  178.     InputDevice     "eraser"    "SendCoreEvents"
  179. EndSection
  180. Section "DRI"
  181.     Mode    0666
  182. EndSection


 
Merci à tous

Plus d'informations

j'ai oublié de précisez, c'est la 3D qui ne fonctionne plus (donc beryl, et emerald)...


Aller à :
Ajouter une réponse
  FORUM Tom's Hardware » Le monde de Linux » A l'aide ! » X11 Xinerama + Beryl
 

Annonces Google