[Ubuntu-BR] Gráfico ati

Eduardo Matias sismiko em yahoo.com
Segunda Outubro 15 00:08:10 UTC 2007


João,

quer uma boa idéia:

1) Verifica se está dando erro ao carregar o módulo DRI ao executar os comandos "fglrxinfo" e "glxinfo" ( o erro aparece na primeira linha )

2) desinstala o driver utilizando o Envy 

OBS: se, após desinstalar o driver vc tiver que reiniciar o X e tiver problemas, troque     Driver    "fglrx" por     Driver    "vesa" conforme abaixo

Section "Device"
    Identifier    "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
    Driver    "vesa" #    Driver    "fglrx"
    Option    "VideoOverlay" "on"
    Option    "OpenGLOverlay" "off"
    BusID        "PCI:1:5:0"
EndSection

3) baixa o instalador da ATI 

4) depois compila o driver para o Ubuntu 

sudo sh ./ati-driver-installer-8.40.4-x86.x86_64.run --buildpkg Ubuntu/7.04

5) instala os pacotes deb gerados

6) vai no link abaixo no item "Method 2: Install the 8.41.7 Driver Manually" ( tb serve para o 8.40.4 )

http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide#Enable_.22restricted.22_Repository

7) Ao reiniciar execute os comandos "fglrxinfo" e "glxinfo". 

E corre pro abraço.

Espero que tenha te ajudado.

abs,



João Sales <joaosalless em gmail.com> wrote: Pessoal, instalei a  placa ATI Xpress 1100 do meu laptop através do envy,
porem continua sem aceleração 3d.
Aqui está meu arquivo xorg.conf. deem uma olhada e se alguem puder me ajudar
eu agradeço.

Grato...

João Sales


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/cyrillic"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "abnt2"
    Option        "XkbLayout"    "br"
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    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizScrollDelta"    "0"
EndSection

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

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

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

Section "Device"
    Identifier    "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
    Driver    "fglrx"
    Option    "VideoOverlay" "on"
    Option    "OpenGLOverlay" "off"
    BusID        "PCI:1:5:0"
EndSection

Section "Monitor"
    Identifier    "Monitor Genérico"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
    Monitor        "Monitor Genérico"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x800"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
    Option "Composite" "Disable"
EndSection
-- 
Interessado em aprender mais sobre o Ubuntu em português?
http://wiki.ubuntu-br.org/ComeceAqui  -
ubuntu-br mailing list
ubuntu-br em lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br



Abs,

Eduardo

"Pessoas Inteligentes falam sobre idéias, 
Pessoas comuns falam sobre coisas, 
Pessoas medí­ocres falam sobre outras pessoas.
E nunca se esqueça que as melhores histórias jamais serão escritas, assim como os melhores momentos jamais retornarão!"
       
---------------------------------
Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. 


More information about the ubuntu-br mailing list