{"id":1161,"date":"2015-09-12T18:39:46","date_gmt":"2015-09-12T16:39:46","guid":{"rendered":"http:\/\/blog.the-leviathan.ch\/?p=1161"},"modified":"2015-09-12T20:47:21","modified_gmt":"2015-09-12T18:47:21","slug":"two-grakas-three-display-and-x-org","status":"publish","type":"post","link":"https:\/\/blog.the-leviathan.ch\/?p=1161","title":{"rendered":"Two grakas, three displays&#8230; and X.org >.<'"},"content":{"rendered":"<p>Hi folks<br \/>\nThis one looks easy&#8230; X.org should just detect it, right?<\/p>\n<pre>dizzy-6:\/home\/leviathan # lspci | grep VGA\r\n01:00.0 VGA compatible controller: NVIDIA Corporation GT200b [GeForce GTX 275] (rev a1)\r\n02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD\/ATI] Caicos [Radeon HD 6450\/7450\/8450]<\/pre>\n<p>Well&#8230; It didn&#8217;t. It had to tinker a whole day until I got the right xorg.conf<br \/>\nI figured I share it with you:<\/p>\n<pre>dizzy-6:\/home\/leviathan # cat \/etc\/X11\/xorg.conf\r\nSection \"Device\"\r\n        Identifier \"radeon\"\r\n        Driver \"radeon\"\r\n        BusID \"PCI:2:0:0\"\r\n#       Option \"ZaphodHeads\" \"HDMI-0\"\r\n        Screen 1 \r\nEndSection\r\n\r\nSection \"Device\"\r\n        Identifier \"nvidia-1\"\r\n        Driver \"nouveau\"\r\n        BusID \"PCI:1:0:0\"\r\n        Option \"ZaphodHeads\" \"DVI-I-1\"\r\n        Screen 0\r\nEndSection\r\n\r\nSection \"Device\"\r\n        Identifier \"nvidia-2\"\r\n        Driver \"nouveau\"\r\n        BusID \"PCI:1:0:0\"\r\n        Option \"ZaphodHeads\" \"DVI-I-2\"\r\n        Screen 0\r\nEndSection\r\n\r\nSection \"Monitor\"\r\n        Identifier \"DVI-I-1\"\r\n        Option  \"RightOf\" \"DVI-I-2\"\r\nEndSection\r\n\r\nSection \"Monitor\"\r\n        Identifier \"DVI-I-2\"\r\nEndSection\r\n\r\nSection \"Monitor\"\r\n        Identifier \"HDMI-0\"\r\nEndSection\r\n\r\nSection \"Screen\"\r\n        Identifier \"left_screen\"\r\n        Device \"nvidia-1\"\r\n        Monitor \"DVI-I-1\"\r\n        DefaultDepth 24 \r\n#       SubSection \"Display\"\r\n#               Virtual 1600 1200\r\n#       EndSubSection\r\nEndSection\r\n\r\nSection \"Screen\"\r\n        Identifier \"middle_screen\"\r\n        Device \"nvidia-2\"\r\n        Monitor \"DVI-I-2\"\r\n        DefaultDepth 24\r\nEndSection\r\n\r\nSection \"Screen\"\r\n        Identifier \"hdmi_screen\"\r\n        Device \"radeon\"\r\n        Monitor \"HDMI-0\"\r\n        DefaultDepth 24\r\nEndSection\r\n\r\nSection \"ServerLayout\"\r\n        Identifier \"My Layout\"\r\n#       Option \"Xinerama\"\r\n        Screen \"middle_screen\" 0 0\r\n        Screen \"left_screen\" leftof \"middle_screen\"\r\n        Screen \"hdmi_screen\" rightof \"middle_screen\"\r\nEndSection<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Hi folks This one looks easy&#8230; X.org should just detect it, right? dizzy-6:\/home\/leviathan # lspci | grep VGA 01:00.0 VGA compatible controller: NVIDIA Corporation GT200b [GeForce GTX 275] (rev a1) 02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD\/ATI] Caicos [Radeon HD 6450\/7450\/8450] Well&#8230; It didn&#8217;t. It had to tinker a whole day until I &hellip; <a href=\"https:\/\/blog.the-leviathan.ch\/?p=1161\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Two grakas, three displays&#8230; and X.org >.<'<\/span> <span class=\"meta-nav\">&rarr;<\/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":[1],"tags":[],"class_list":["post-1161","post","type-post","status-publish","format-standard","hentry","category-daily"],"_links":{"self":[{"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/posts\/1161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1161"}],"version-history":[{"count":2,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/posts\/1161\/revisions"}],"predecessor-version":[{"id":1163,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/posts\/1161\/revisions\/1163"}],"wp:attachment":[{"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1161"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1161"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}