Autor Tópico: [SOLUCIONADO]Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mesa  (Lida 5982 vezes)

Offline edgardmota

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Olá pessoal!

Vou tentar ser conciso e direto pois sei que vocês são ocupados e (infelizmente  ;D) não tem o dia todo pra me ajudar... Seguinte...  depois de tentar obter aceleração 3D na minha placa ATI por meio do driver disponibilizado pelo próprio repositório e seguir outras centenas de guias espalhados pela internet, acabei por instalar com "algum sucesso" os drivers proprietários da versão 8.29.6 seguindo religiosamente e sem erros um wiki bem interessante que encontrei no meio de minhas "andanças". No entanto, continuo sem aceleração 3D e obtendo do comando fglrxinfo a informação de uso do Mesa  :-\ .

Informações que considero úteis pra solução do meu problema:

1 - SISTEMA:

  • Hardware: Notebook Acer Aspire 3102NWLMi com placa de vídeo ATI Radeon Xpress 1100
.
  • S.O.: Kubuntu Edgy Eft Beta (Que está muito estável por sinal...)

2 - WIKI CONTENDO O GUIA UTILIZADO:


3 - SAÍDA DO COMANDO 'fglrxinfo':

Código: [Selecionar]
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

4 - SAÍDA DO COMANDO 'glxinfo |grep rendering':

Código: [Selecionar]
direct rendering: No
5 - ARQUIVO xorg.conf:

Código: [Selecionar]
Section "ServerLayout"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

# path to defoma fonts
FontPath     "/usr/share/X11/fonts/misc"
FontPath     "/usr/share/X11/fonts/cyrillic"
FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/share/X11/fonts/Type1"
FontPath     "/usr/share/X11/fonts/100dpi"
FontPath     "/usr/share/X11/fonts/75dpi"
FontPath     "/usr/share/fonts/X11/misc"
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  "type1"
Load  "vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option     "CoreKeyboard"
Option     "XkbRules" "xorg"
Option     "XkbModel" "pc105"
Option     "XkbLayout" "us"
Option     "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option     "CorePointer"
Option     "Device" "/dev/input/mice"
Option     "Protocol" "ExplorerPS/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"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "stylus"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "stylus"
Option     "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "eraser"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "eraser"
Option     "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "cursor"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
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     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
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     "Composite" "0"
EndSection

5 - SAÍDA DO COMANDO 'grep EE /var/log/Xorg.0.log':

Código: [Selecionar]
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) fglrx(0): DRIScreenInit failed!
(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom

Bom, acho que é isso... se vcs precisarem de mais alguma informação, é só pedir  ;) Espero muito que  vocês me ajudem pois estou seco poder ver o desempenho 3D dessa placa no linux!

No aguardo...
« Última modificação: 13 de Outubro de 2006, 16:15 por edgardmota »

Offline dookie

  • Usuário Ubuntu
  • *
  • Mensagens: 131
    • Ver perfil
Re: Problema: Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mes
« Resposta #1 Online: 09 de Outubro de 2006, 13:10 »
Poisé... sabe que me bati bastante com o driver 3D no Edgy... acontecia o mesmo que com você!
O problema é que quando o xorg tem algo errado, ele abre uma sessão default sem 3D...
Bom, ia te falar pra desabilitar o Composite, mas pelo o que vi você já fez.

Vou fazer o seguinte, vou colar o meu xorg.conf aqui... aí você testa ai no seu e ve o que dá! :)

Código: [Selecionar]
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

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

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "v4l"
Load "vbe"
Load  "GLcore"
Load  "i2c"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option     "CoreKeyboard"
Option     "XkbRules" "xorg"
Option     "XkbModel" "abnt2"
Option     "XkbLayout" "br"
Option     "XkbVariant" "abnt2"
EndSection

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

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

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

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

Section "Monitor"
Identifier   "SyncMaster"
Option     "DPMS"
EndSection

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

Section "Device"
Identifier  "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver      "ati"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor    "SyncMaster"
DefaultDepth     24
SubSection "Display"
Depth     1
Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth     4
Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth     8
Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth     15
Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth     16
Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth     24
Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Mode         0666
EndSection

Section "Extensions"
        Option  "Composite" "0"
EndSection


Veja a saída do meu:

eduardo@dookie:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.6065 (8.29.6)


Espero ter ajudado de alguma forma...

Offline ass0mbracao

  • Usuário Ubuntu
  • *
  • Mensagens: 14
    • Ver perfil
Re: Problema: Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mes
« Resposta #2 Online: 09 de Outubro de 2006, 14:04 »
Estou com o mesmo problema no dapper!
Alguma ideia????

Offline edgardmota

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Re: Problema: Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mes
« Resposta #3 Online: 09 de Outubro de 2006, 14:49 »
Companheiro dookie,

Eu fiz o que você sugeriu, mas com medo de destruir minhas configurações de teclado e mouse (q foram identificados maravilhosamente bem  :P) eu substituí apenas as minhas linhas de "device" pelas suas, faça isso sentido ou não, mas, infelizmente:

AINDA NÃO SOLUCIONADO

Obrigado assim mesmo  :)

Alguém mais se habilita?!

boi

  • Visitante
Re: Problema: Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mesa
« Resposta #4 Online: 09 de Outubro de 2006, 15:02 »
Mas o que significa isso?

Citar
(EE) AIGLX: Screen 0 is not DRI capable

Não diga que você está tentando ou tentou rodar AIGLX nessa placa. E ainda por cima com o driver proprietário da ATI. Não vai funcionar nunca. Tem que remover isso.

Offline edgardmota

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Re: Problema: Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mes
« Resposta #5 Online: 09 de Outubro de 2006, 15:24 »
Bom amigo bovino, pra dizer a verdade, eu já segui tantos tutoriais e guias que nem saberia te responder. Além disso, não sei o que tenho que fazer para "tirar" o AIGLX...   :-[ Você ou alguém saberia me dizer?

Offline ass0mbracao

  • Usuário Ubuntu
  • *
  • Mensagens: 14
    • Ver perfil
Re: Problema: Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mes
« Resposta #6 Online: 09 de Outubro de 2006, 16:46 »
Bom pessoal ai vai as informações do meu sistema. Se alguem tiver alguma dica....eu estou na mesma situação que o nosso amigo!

Código: [Selecionar]
aranha@aranha-laptop:~$ glxgears -printfps
1237 frames in 5.2 seconds = 236.999 FPS
1193 frames in 5.3 seconds = 226.143 FPS
1192 frames in 5.1 seconds = 231.746 FPS
1193 frames in 5.2 seconds = 228.381 FPS
1060 frames in 5.1 seconds = 206.667 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
aranha@aranha-laptop:~$ dmesg|grep fglrx
[17179600.828000] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologie s, Starnberg, GERMANY' taints kernel.
[17179600.832000] [fglrx] Maximum main memory to use for locked dma buffers: 313  MBytes.
[17179600.832000] [fglrx] module loaded - fglrx 8.29.6 [Sep 19 2006] on minor 0
[17179619.524000] [fglrx:firegl_init_mask_ram] *ERROR* maskram_type not detected
[17179619.524000] [fglrx] Internal AGP support requested, but kernel AGP support  active.
[17179619.524000] [fglrx] Have to use kernel AGP support to avoid conflicts.
[17179619.524000] [fglrx] AGP detected, AgpState   = 0x1f00021b (hardware caps o f chipset)
[17179619.524000] [fglrx] AGP enabled,  AgpCommand = 0x1f000312 (selected caps)
[17179619.544000] [fglrx] total      GART = 33554432
[17179619.544000] [fglrx] free       GART = 17559552
[17179619.544000] [fglrx] max single GART = 17559552
[17179619.544000] [fglrx] total      LFB  = 128020480
[17179619.544000] [fglrx] free       LFB  = 119828480
[17179619.544000] [fglrx] max single LFB  = 119828480
[17179619.544000] [fglrx] total      Inv  = 0
[17179619.544000] [fglrx] free       Inv  = 0
[17179619.548000] [fglrx] max single Inv  = 0
[17179619.548000] [fglrx] total      TIM  = 0
aranha@aranha-laptop:~$
aranha@aranha-laptop:~$ cat /etc/X11/xorg.conf

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
        InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

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

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

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ExplorerPS/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"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "stylus"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to
        Option      "Type" "stylus"
        Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "eraser"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to
        Option      "Type" "eraser"
        Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "cursor"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to
        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"
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

aranha@aranha-laptop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

aranha@aranha-laptop:~$ lspci


0000:00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge (rev 02)
0000:00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge
0000:00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1 (rev 01)
0000:00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2 (rev 01)
0000:00:14.0 SMBus: ATI Technologies Inc ATI SMBus (rev 16)
0000:00:14.1 IDE interface: ATI Technologies Inc ATI Dual Channel Bus Master PCI IDE Controller
0000:00:14.3 ISA bridge: ATI Technologies Inc: Unknown device 434c
0000:00:14.4 PCI bridge: ATI Technologies Inc: Unknown device 4342
0000:00:14.5 Multimedia audio controller: ATI Technologies Inc IXP150 AC'97 Audio Controller
0000:00:14.6 Modem: ATI Technologies Inc IXP AC'97 Modem (rev 01)
0000:01:05.0 VGA compatible controller: ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]
0000:02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
0000:02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:02:04.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
0000:02:04.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
0000:02:07.0 USB Controller: NEC Corporation USB (rev 43)
0000:02:07.1 USB Controller: NEC Corporation USB (rev 43)
0000:02:07.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
0000:03:00.0 Ethernet controller: Abocom Systems Inc ADMtek Centaur-C rev 17 [D-Link DFE-680TX] CardBus Fast Ethernet Adapter (rev 11)

Offline edgardmota

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
UP UP! :P
« Resposta #7 Online: 12 de Outubro de 2006, 20:45 »
É... rodo esse fórum de fora a fora e parece que o problema de instalação do driver ATI proprietário, pelo menos pra algumas pessoas, é insolucionável!  :'(

Offline ass0mbracao

  • Usuário Ubuntu
  • *
  • Mensagens: 14
    • Ver perfil
Re: UP UP! :P
« Resposta #8 Online: 13 de Outubro de 2006, 10:26 »
É... rodo esse fórum de fora a fora e parece que o problema de instalação do driver ATI proprietário, pelo menos pra algumas pessoas, é insolucionável!  :'(


O q eh estranho, pois se para alguns funcionam...por que para nos nao esta dando?

Offline edgardmota

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Re: Problema: Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mes
« Resposta #9 Online: 13 de Outubro de 2006, 16:12 »
SOLUCIONADO

Pessoal!! Encontrei a solução pro meu problema! \0/

Foi adicionada uma nova entrada no Troubleshooting do método que utilizei pra instalação do driver (http://wiki.cchtml.com/index.php/Ubuntu_Edgy_Installation_Guide#Module_isn.27t_loaded) . Foi só fazer o que ela sugeria que meu driver passou a ser carregado corretamente!

Espero que consiga ajudar mais alguém relatando o método que utilizei pra obter a solução.

Boa sorte a todos!! :)
« Última modificação: 13 de Outubro de 2006, 16:14 por edgardmota »

Offline ass0mbracao

  • Usuário Ubuntu
  • *
  • Mensagens: 14
    • Ver perfil
Re: Problema: Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica Mes
« Resposta #10 Online: 13 de Outubro de 2006, 18:31 »
SOLUCIONADO

Pessoal!! Encontrei a solução pro meu problema! \0/

Foi adicionada uma nova entrada no Troubleshooting do método que utilizei pra instalação do driver (http://wiki.cchtml.com/index.php/Ubuntu_Edgy_Installation_Guide#Module_isn.27t_loaded) . Foi só fazer o que ela sugeria que meu driver passou a ser carregado corretamente!

Espero que consiga ajudar mais alguém relatando o método que utilizei pra obter a solução.

Boa sorte a todos!! :)

No meu caso o modulo ja estava no /etc/modules e ainda assim nao esta funcionando. Continuo sem resolucao para meu problema....vejo todos conseguindo e nada do meu driver rodar. Penso duas coisas...ou sou burro pra caramba que nao estou conseguindo fazer com que o driver funcione...ou realmente em alguns hardwares eh impossivel fazer funcionar...

Offline edgardmota

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Re: [SOLUCIONADO]Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica
« Resposta #11 Online: 13 de Outubro de 2006, 20:32 »
Você poderia tentar começar do zero pelo guia que eu postei. Se for viável pra você, acho que é uma boa tentativa...

Offline ass0mbracao

  • Usuário Ubuntu
  • *
  • Mensagens: 14
    • Ver perfil
Re: [SOLUCIONADO]Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica
« Resposta #12 Online: 14 de Outubro de 2006, 12:00 »
Você poderia tentar começar do zero pelo guia que eu postei. Se for viável pra você, acho que é uma boa tentativa...

Eu acharia viavel sim amigo...o problema e que ja instalei tanta coisa que nem sei o que remover pra comecar do zero hehehehe

Offline edgardmota

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Re: [SOLUCIONADO]Instalei o driver 8.29.6 da ATI no Edgy mas 'fglrxinfo' indica
« Resposta #13 Online: 16 de Outubro de 2006, 18:37 »
Bom, tente apenas seguir o guia... vai que dá certo?! :)

Offline Gilson Miranda

  • Usuário Ubuntu
  • *
  • Mensagens: 69
  • Temido pelos homens, amado pelas mulheres
    • Ver perfil
    • HARDPLUS
Re: (resolvido)
« Resposta #14 Online: 29 de Janeiro de 2007, 06:20 »
Resolvi copiando o xorg.conf do dookie :)
Vou estar mais tarde as diferenças, mas fica ai mais uma opção para os colegas que ainda estão com o problema!


No meu caso o modulo ja estava no /etc/modules e ainda assim nao esta funcionando. Continuo sem resolucao para meu problema....vejo todos conseguindo e nada do meu driver rodar. Penso duas coisas...ou sou burro pra caramba que nao estou conseguindo fazer com que o driver funcione...ou realmente em alguns hardwares eh impossivel fazer funcionar...

Fala assombracao,

Acho que tem gente mais burra que você   :-[
já segui o tópico http://wiki.cchtml.com/index.php/Ubuntu_Edgy_Installation_Guide#Module_isn.27t_loaded e continuo sem a aceleração 3D.

Abaixo segue o meu xorg.conf para quem conseguir me ajudar:


[/font]# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
   Load  "bitmap"
   Load  "ddc"
   Load  "dri"
   Load  "extmod"
   Load  "freetype"
   Load  "glx"
   Load  "int10"
   Load  "type1"
   Load  "vbe"
EndSection

Section "Monitor"
   Identifier   "L1550S"
   HorizSync    28.0 - 51.0
   VertRefresh  43.0 - 75.0
   Option       "DPMS"
EndSection

Section "Device"
   Identifier  "ATI RADEON X700"
   Driver      "fglrx"
        BusID       "PCI:1:0:0"
   VideoRam    262144
   Option       "UseFBDev" "true"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "off"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI RADEON X700"
   Monitor    "L1550S"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection

Section "Extensions"
   Option       "Composite" "Disable"
EndSection


No comando fglrxinfo continuo recebendo a seguinte mensagem:

display: :0.0  screen: 0
OpenGL vendor string: Brian Paul
OpenGL renderer string: Mesa X11
OpenGL version string: 1.5 Mesa 6.5.1


e no glxinfo:

direct rendering: No
« Última modificação: 29 de Janeiro de 2007, 08:21 por Gilson Miranda »
Temido pelos homens, amado pelas mulheres