Ubuntu ja Compiz-Fusion ATI:n näyttiksellä.

Discussion in 'Linux -keskustelu' started by KingSpy, Jun 13, 2008.

Thread Status:
Not open for further replies.
  1. KingSpy

    KingSpy Regular member

    Joined:
    Dec 30, 2007
    Messages:
    107
    Likes Received:
    0
    Trophy Points:
    26
    Elikkäs asensin ubuntuuni ATI:n suljetut ajurit tämän ohjeen mukaan:

    http://wiki.cchtml.com/index.php/Ub...:_Manual_Method_.28installing_Catalyst_8.5.29

    Asensin tuon ohjeen 2 tavalla ja ajurit kyllä toimii muuten hyvin mutta compizin päällä ollessa videoita katsellessa kuva vilkkuu koko ajan ja videosta jää näkyviin haamukuva kun käännän kuutiota, ja myös firefoxissa ja yleensä ikkunoiden rullaaminen tökkii pahasti. Myöskin kuutiota käännellessä Xorg vie melkein kaiken suoritin käytön jonka seurauksena musiikki pätkii pahasti. Laitoin seuraavan ohjeen mukaan määrityksiä xorg.conf tiedostoon:

    http://forum.compiz-fusion.org/showthread.php?t=6794

    Tässä myöskin minun xorg.conf tiedoston sisältö:

    Section "ServerLayout"

    # Uncomment if you have a wacom tablet
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    Identifier "Default Layout"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    Option "AIGLX" "on"
    EndSection

    Section "Files"
    EndSection

    Section "Module"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fi"
    Option "XkbVariant" "kotoistus"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
    Identifier "stylus"
    Driver "wacom"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Identifier "eraser"
    Driver "wacom"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Identifier "cursor"
    Driver "wacom"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection

    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection

    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    Option "TexturedVideo" "on"
    Option "VideoOverlay" "off"
    Option "OpenGLOverlay" "off"
    Option "Textured2D" "on"
    Option "UseFastTLS" "1"
    Option "BackingStore" "on"
    Option "XAANoOffscreenPixmaps" "on"
    EndSection

    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    Section "Extensions"
    Option "RENDER" "Enable"
    Option "DAMAGE" "Enable"
    Option "Composite" "Enable"
    EndSection


    Näyttiksenä on ATI Radeon x1650 Pro 512MB AGP + 128MB jaettua muistia annettu BIOSista ja prossuna Athlon XP 2600+ @ 1,9GHz ja 1024 MB RAM ja työpöytäympäristönä Gnome. Voisitteko kertoa mitä määrityksiä täytyy muuttaa, poistaa tai lisätä. Tai antakaa minulle linkki johonkin oppaaseen jossa neuvotaan miten Compiz saadaan toimimaan kunnolla Atin suljetuilla ajureilla
     
    Last edited: Jun 14, 2008
Thread Status:
Not open for further replies.

Share This Page