{"id":467,"date":"2015-12-13T22:57:11","date_gmt":"2015-12-13T21:57:11","guid":{"rendered":"https:\/\/olkn.myvnc.com\/?p=467"},"modified":"2015-12-13T22:57:11","modified_gmt":"2015-12-13T21:57:11","slug":"xorg-conf-for-three-screen-setup","status":"publish","type":"post","link":"https:\/\/olkn.myvnc.com\/?p=467","title":{"rendered":"Xorg.conf for three screen setup"},"content":{"rendered":"<p>After some extended reseach I finally succeeded in getting my server setup with three screens running. My system currently consists of a radeon HD6570 with two Lenovo L171 and a Geforce 6200 with a Lenovo L171p. The monitors are capable of showing a resolution of 1280&#215;1024 on a 17&#8243; screen and the complete setup is using Xinerama.<\/p>\n<p><code><br \/>\nSection \"ServerLayout\"<br \/>\n        Identifier     \"three screen setup\"<br \/>\n        Screen      0  \"screen-links\" 0 0<br \/>\n        Screen      1  \"screen-mitte\" RightOf \"screen-links\"<br \/>\n        Screen      2  \"screen-rechts\" RightOf \"screen-mitte\"<br \/>\n        InputDevice    \"Mouse0\" \"CorePointer\"<br \/>\n        InputDevice    \"Keyboard0\" \"CoreKeyboard\"<br \/>\n        Option         \"Xinerama\"  \"1\"<br \/>\nEndSection<\/p>\n<p>Section \"Files\"<br \/>\n        ModulePath   \"\/usr\/lib\/xorg\/modules\"<br \/>\n        FontPath     \"\/usr\/share\/fonts\/X11\/misc\"<br \/>\n        FontPath     \"\/usr\/share\/fonts\/X11\/cyrillic\"<br \/>\n        FontPath     \"\/usr\/share\/fonts\/X11\/100dpi\/:unscaled\"<br \/>\n        FontPath     \"\/usr\/share\/fonts\/X11\/75dpi\/:unscaled\"<br \/>\n        FontPath     \"\/usr\/share\/fonts\/X11\/Type1\"<br \/>\n        FontPath     \"\/usr\/share\/fonts\/X11\/100dpi\"<br \/>\n        FontPath     \"\/usr\/share\/fonts\/X11\/75dpi\"<br \/>\n        FontPath     \"built-ins\"<br \/>\nEndSection<\/p>\n<p>Section \"Module\"<br \/>\n        Load  \"glx\"<br \/>\nEndSection<\/p>\n<p>Section \"InputDevice\"<br \/>\n        Identifier  \"Keyboard0\"<br \/>\n        Driver      \"kbd\"<br \/>\nEndSection<\/p>\n<p>Section \"InputDevice\"<br \/>\n        Identifier  \"Mouse0\"<br \/>\n        Driver      \"mouse\"<br \/>\n        Option      \"Protocol\" \"auto\"<br \/>\n        Option      \"Device\" \"\/dev\/input\/mice\"<br \/>\n        Option      \"ZAxisMapping\" \"4 5 6 7\"<br \/>\nEndSection<\/p>\n<p>Section \"Monitor\"<br \/>\n        Identifier   \"monitor-links\"<br \/>\n        VendorName   \"lenovo\"<br \/>\n        ModelName    \"L171 links\"<br \/>\nEndSection<\/p>\n<p>Section \"Screen\"<br \/>\n        Identifier      \"screen-links\"<br \/>\n        Device          \"radeon-links\"<br \/>\n        Monitor         \"monitor-links\"<br \/>\n        DefaultDepth    24<br \/>\n        SubSection      \"Display\"<br \/>\n                Depth   24<br \/>\n                Modes   \"1280x1024\"<br \/>\n#               ViewPort        0 0<br \/>\n#               Virtual         1280 1024<br \/>\n        EndSubsection<br \/>\nEndSection<br \/>\nSection \"Monitor\"<br \/>\n        Identifier   \"monitor-mitte\"<br \/>\n        VendorName   \"IBM\"<br \/>\n        ModelName    \"L171p mitte\"<br \/>\nEndSection<\/p>\n<p>Section \"Screen\"<br \/>\n        Identifier      \"screen-mitte\"<br \/>\n        Device          \"radeon-mitte\"<br \/>\n        Monitor         \"monitor-mitte\"<br \/>\n        DefaultDepth    24<br \/>\n        SubSection      \"Display\"<br \/>\n                Depth   24<br \/>\n                Modes   \"1280x1024\"<br \/>\n#               ViewPort        0 0<br \/>\n#               Virtual         1280 1024<br \/>\n        EndSubsection<br \/>\nEndSection<\/p>\n<p>Section \"Monitor\"<br \/>\n        Identifier   \"monitor-rechts\"<br \/>\n        VendorName   \"lenovo\"<br \/>\n        ModelName    \"L171 rechts\"<br \/>\nEndSection<\/p>\n<p>Section \"Screen\"<br \/>\n        Identifier      \"screen-rechts\"<br \/>\n        Device          \"nouveau\"<br \/>\n        Monitor         \"monitor-rechts\"<br \/>\n        DefaultDepth    24<br \/>\n        SubSection      \"Display\"<br \/>\n                Depth   24<br \/>\n                Modes   \"1280x1024\"<br \/>\n#               ViewPort        0 0<br \/>\n#               Virtual         1280 1024<br \/>\n        EndSubsection<br \/>\nEndSection<br \/>\nSection \"Device\"<br \/>\n        ### Available Driver options are:-<br \/>\n        ### Values: <i>: integer, <f>: float, <bool>: \"True\"\/\"False\",<br \/>\n        ### <string>: \"String\", <freq>: \"<f> Hz\/kHz\/MHz\",<br \/>\n        ### <percent>: \"<f>%\"<br \/>\n        ### [arg]: arg optional<br \/>\n        #Option     \"SWcursor\"                  # [<bool>]<br \/>\n        #Option     \"HWcursor\"                  # [<bool>]<br \/>\n        #Option     \"NoAccel\"                   # [<bool>]<br \/>\n        #Option     \"ShadowFB\"                  # [<bool>]<br \/>\n        #Option     \"VideoKey\"                  # <i><br \/>\n        #Option     \"WrappedFB\"                 # [<bool>]<br \/>\n        #Option     \"GLXVBlank\"                 # [<bool>]<br \/>\n        #Option     \"ZaphodHeads\"               # <str><br \/>\n        #Option     \"PageFlip\"                  # [<bool>]<br \/>\n        #Option     \"SwapLimit\"                 # <i><br \/>\n        #Option     \"AsyncUTSDFS\"               # [<bool>]<br \/>\n        #Option     \"AccelMethod\"               # <str><br \/>\n        Identifier  \"nouveau\"<br \/>\n        Driver      \"nouveau\"<br \/>\n        BusID       \"PCI:24:7:0\"<br \/>\n        Screen      0<br \/>\n        Option      \"DynamicTwinView\"           \"FALSE\"<br \/>\nEndSection<\/p>\n<p>Section \"Device\"<br \/>\n        ### Available Driver options are:-<br \/>\n        ### Values: <i>: integer, <f>: float, <bool>: \"True\"\/\"False\",<br \/>\n        ### <string>: \"String\", <freq>: \"<f> Hz\/kHz\/MHz\",<br \/>\n        ### <percent>: \"<f>%\"<br \/>\n        ### [arg]: arg optional<br \/>\n        #Option     \"Accel\"                     # [<bool>]<br \/>\n        #Option     \"SWcursor\"                  # [<bool>]<br \/>\n        #Option     \"EnablePageFlip\"            # [<bool>]<br \/>\n        #Option     \"ColorTiling\"               # [<bool>]<br \/>\n        #Option     \"ColorTiling2D\"             # [<bool>]<br \/>\n        #Option     \"RenderAccel\"               # [<bool>]<br \/>\n        #Option     \"SubPixelOrder\"             # [<str>]<br \/>\n        #Option     \"AccelMethod\"               # <str><br \/>\n        #Option     \"EXAVSync\"                  # [<bool>]<br \/>\n        #Option     \"EXAPixmaps\"                # [<bool>]<br \/>\n        #Option     \"ZaphodHeads\"               # <str><br \/>\n        #Option     \"EnablePageFlip\"            # [<bool>]<br \/>\n        #Option     \"SwapbuffersWait\"           # [<bool>]<br \/>\n        Identifier  \"radeon-links\"<br \/>\n        Driver      \"radeon\"<br \/>\n        BusID       \"PCI:1:0:0\"<br \/>\n        Screen      0<br \/>\n        Option      \"ZaphodHeads\"               \"DVI-1\"<br \/>\nEndSection<\/p>\n<p>Section \"Device\"<br \/>\n        ### Available Driver options are:-<br \/>\n        ### Values: <i>: integer, <f>: float, <bool>: \"True\"\/\"False\",<br \/>\n        ### <string>: \"String\", <freq>: \"<f> Hz\/kHz\/MHz\",<br \/>\n        ### <percent>: \"<f>%\"<br \/>\n        ### [arg]: arg optional<br \/>\n        #Option     \"Accel\"                     # [<bool>]<br \/>\n        #Option     \"SWcursor\"                  # [<bool>]<br \/>\n        #Option     \"EnablePageFlip\"            # [<bool>]<br \/>\n        #Option     \"ColorTiling\"               # [<bool>]<br \/>\n        #Option     \"ColorTiling2D\"             # [<bool>]<br \/>\n        #Option     \"RenderAccel\"               # [<bool>]<br \/>\n        #Option     \"SubPixelOrder\"             # [<str>]<br \/>\n        #Option     \"AccelMethod\"               # <str><br \/>\n        #Option     \"EXAVSync\"                  # [<bool>]<br \/>\n        #Option     \"EXAPixmaps\"                # [<bool>]<br \/>\n        #Option     \"ZaphodHeads\"               # <str><br \/>\n        #Option     \"EnablePageFlip\"            # [<bool>]<br \/>\n        #Option     \"SwapbuffersWait\"           # [<bool>]<br \/>\n        Identifier  \"radeon-mitte\"<br \/>\n        Driver      \"radeon\"<br \/>\n        BusID       \"PCI:1:0:0\"<br \/>\n        Screen      1<br \/>\n        Option      \"ZaphodHeads\"               \"DVI-0\"<br \/>\nEndSection<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>After some extended reseach I finally succeeded in getting my server setup with three screens running. My system currently consists of a radeon HD6570 with two Lenovo L171 and a Geforce 6200 with a Lenovo L171p. The monitors are capable of showing a resolution of 1280&#215;1024 on a 17&#8243; screen and the complete setup is &hellip; <a href=\"https:\/\/olkn.myvnc.com\/?p=467\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Xorg.conf for three screen setup<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,3],"tags":[35,46,51,79,157,159,158],"class_list":["post-467","post","type-post","status-publish","format-standard","hentry","category-configs","category-hdama-desktop","tag-administration","tag-config","tag-debian","tag-linux","tag-x","tag-xinerama","tag-xorg"],"_links":{"self":[{"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=\/wp\/v2\/posts\/467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=467"}],"version-history":[{"count":1,"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=\/wp\/v2\/posts\/467\/revisions"}],"predecessor-version":[{"id":468,"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=\/wp\/v2\/posts\/467\/revisions\/468"}],"wp:attachment":[{"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/olkn.myvnc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}