Aktív témák

  • lapa

    veterán

    válasz floatr #18606 üzenetére

    előrebocsájtom, hogy nem értek hozzá, eredetileg az ubuntu "ati bigdesktop" howto alapján csináltam. ha minden igaz ez csak a két képernyős kiterjesztett asztalhoz jó:

    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "Default Screen" 0 0
    EndSection

    Section "Files"
    EndSection

    Section "Module"
    Load "glx"
    EndSection

    Section "ServerFlags"
    Option "Xinerama" "off"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

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

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

    Section "Device"
    Identifier "Configured Video Device"
    Driver "fglrx"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "DesktopSetup" "horizontal"
    Option "Capabilities" "0x00000800"
    Option "PairModes" "3200x1024+3200x1024,0x0+0x0"
    Option "Monitor-CRT1" "0-CRT1"
    Option "Monitor-DFP2" "0-DFP2"
    BusID "PCI:1:5:0"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    DefaultDepth 24
    SubSection "Display"
    Virtual 3200 1024
    Depth 24
    Modes "1280x1024@60"
    EndSubSection
    EndSection

Aktív témák