经常掉线 发表于 2011-5-8 18:08

哈哈哈,成功开启催化剂11.4在Ubuntu11.04中的双显示器拼接。不过新的问题又来了,显卡不能启用3D加速。

本帖最后由 经常掉线 于 2011-5-8 18:27 编辑

Section "ServerLayout"
      Identifier                "Multihead layout"
      Screen                0      "Screen0" 0 0
      Screen                        "Screen1" RightOf "Screen0"
EndSection

Section "Module"
      Load                        "GLcore"
      Load"glx"
      Load                        "dri"
EndSection

Section "ServerFlags"
      Option                        "Xinerama"      "on"
EndSection

Section "Monitor"
      Identifier      "0-DFP3"
      Option                "VendorName"      "ATI Proprietary Driver"
      Option                "ModelName" "Generic Autodetecting Monitor"
      Option                "DPMS" "true"
      Option                "PreferredMode"      "1680x1050"
      Option                "TargetRefresh"      "60"
      Option                "Position"      "0 0"
      Option                "Rotate"      "normal"
      Option                "Disable"      "false"
EndSection

Section "Monitor"
      Identifier      "0-DFP4"
      Option                "VendorName"      "ATI Proprietary Driver"
      Option                "ModelName" "Generic Autodetecting Monitor"
      Option                "DPMS" "true"
      Option                "PreferredMode"      "1680x1050"
      Option                "TargetRefresh"      "60"
      Option                "Position"      "0 0"
      Option                "Rotate"      "left"
# 这里本来打算把显示器竖起来的,不过没有成功。
      Option                "Disable"      "false"
EndSection

Section "Device"
      Identifier      "amdcccle-Device-0"
      Driver                "fglrx"
      Option                "Monitor-DFP3"      "0-DFP3"
      BusID                "PCI:1:0:0"
EndSection

Section "Device"
      Identifier      "amdcccle-Device-1"
      Driver                "fglrx"
      Option                "Monitor-DFP4"      "0-DFP4"
      BusID                "PCI:1:0:0"
      Screen                1
EndSection

Section "Screen"
      Identifier       "Screen0"
      Device               "amdcccle-Device-0"
      DefaultDepth   24
EndSection

Section "Screen"
      Identifier       "Screen1"
      Device               "amdcccle-Device-1"
      DefaultDepth   24
      SubSection "Display"
                Viewport   0 0
                Depth   24
      EndSubSection
EndSection

成功是成功了,不过催化剂控制中心娘不理我了。。。

dkdk137 发表于 2011-5-8 18:14

楼主在说什么.......

nangongxiaoke 发表于 2011-5-8 18:21

楼上的SABER大爱啊- -呵呵- -
页: [1]
查看完整版本: 哈哈哈,成功开启催化剂11.4在Ubuntu11.04中的双显示器拼接。不过新的问题又来了,显卡不能启用3D加速。