当我使用单显示器设置(没有 Xinerama)且使用我当前的 Ubuntu 11.10、ATI 5800 系列显卡时,Unity 会显示透明度、阴影等(尽管在控制/设置面板中图形被报告为“标准”)。
切换到双显示器设置后,戴尔 24 英寸 UltraSharp 和较小的 Acer 显示器,尽管我没有登录该显示管理器,但 Unity 仅显示为 2d。
WebGL 性能非常低迷,我感觉处理器正在完成所有工作,即使安装了驱动程序,卡也无法访问(从 ubuntu 存储库,我没有编译自定义驱动程序)。
关于如何启用完整的 3D 加速和视频卡支持的任何提示。
这是我的 xorg.conf 文件:
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" "1920x1200"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
SubSection "Display"
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[1]-0"
Device "amdcccle-Device[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[1]-1"
Device "amdcccle-Device[1]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerLayout"
Identifier "amdcccle Layout"
Screen 0 "amdcccle-Screen[1]-0" 0 0
Screen "amdcccle-Screen[1]-1" 1920 0
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-0"
Driver "fglrx"
Option "Monitor-DFP4" "0-DFP4"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-1"
Driver "fglrx"
Option "Monitor-DFP3" "0-DFP3"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
EndSection
更多信息:
fglrxinfo 显示::0 屏幕:0 OpenGL 供应商字符串:ATI Technologies Inc. OpenGL 渲染器字符串:ATI Radeon HD 5800 系列 OpenGL 版本字符串:4.1.11005 兼容性配置文件上下文
答案1
不要在 ATI/AMD Catalyst 控制中心启用 Xinerama。