Autor Tópico: efeitos da área de trabalho não funcionam  (Lida 6686 vezes)

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
efeitos da área de trabalho não funcionam
« Online: 20 de Junho de 2007, 15:50 »
efeitos da área de trabalho não funcionam quando tento habilitar diz o seguinte  "Os efeitos da área de trabalho não puderam ser habilitados" o que devo fazer.

Offline agente100gelo

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 4.369
  • @Ceará
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #1 Online: 20 de Junho de 2007, 16:29 »
Você tem uma placa de vídeo 3D com os drivers habilitados? Só assim funciona.
Advogado e analista de sistema cearense.
Twitter: @glaydson

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #2 Online: 20 de Junho de 2007, 16:38 »
tenho a placa de vídeo mobiltity radeon 9100 igp mas se ta habilitada eu não sei  pois ja fiz varias coisa e ainda não dei jeito se puder me ajudar eu agradeço.

gabriel.goc

  • Visitante
Re: efeitos da área de trabalho não funcionam
« Resposta #3 Online: 20 de Junho de 2007, 22:15 »
Dê um:
sudo gedit /etc/X11/xorg.conf
E cola cola o conteúdo do arquivo aqui... Pra agente ver como está o seu arquivo de configuração referente ao driver.
Ahh, e dê um comando no terminal assim também:
lspci

Posta o resultado dele também...

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #4 Online: 21 de Junho de 2007, 01:03 »
# /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   "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"   "pc105"
   Option      "XkbLayout"   "us"
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   "Placa de Video ati technologies inc radeon mobility  9200 igp"
   Driver      "vesa"
   BusID      "PCI:1:5:0"
   Option      "UseFBDev"      "true"
EndSection

Section "Monitor"
   Identifier   "Monitor Generico"
   Option      "DPMS"
   HorizSync   28-49
   VertRefresh   43-72
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Placa de Video ati technologies inc radeon mobility  9200 igp"
   Monitor      "Monitor Generico"
   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 "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

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #5 Online: 21 de Junho de 2007, 01:05 »

lindomar@lindomar:~$ lspci
00:00.0 Host bridge: ATI Technologies Inc Unknown device 7831
00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP PCI/AGP Bridge
00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1 (rev 01)
00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2 (rev 01)
00:13.2 USB Controller: ATI Technologies Inc EHCI USB Controller (rev 01)
00:14.0 SMBus: ATI Technologies Inc ATI SMBus (rev 1a)
00:14.1 IDE interface: ATI Technologies Inc ATI Dual Channel Bus Master PCI IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc Unknown device 434c
00:14.4 PCI bridge: ATI Technologies Inc Unknown device 4342
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP150 AC'97 Audio Controller (rev 01)
00:14.6 Modem: ATI Technologies Inc IXP AC'97 Modem (rev 01)
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility 9200 IGP
02:02.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:04.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)
lindomar@lindomar:~$

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #6 Online: 21 de Junho de 2007, 01:15 »
E ai será que alguém pode me ajudar  ja tentei usar esse linkhttp://www.guiaubuntupt.org/wiki/index.php?title=Driver-Radeon
infelizmente não deu em nada
 http://wiki.cchtml.com/index.php/Main_Page
esse também não deu em nada .fora os outros que não me lembro,
já não sei ma só que eu faço tomara que possam me ajudar
a minha sorte foi essa dica 'sudo dpkg-reconfigure xserver-xorg 'espero que não tenha que ficar só nisto

 

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #7 Online: 21 de Junho de 2007, 16:18 »
será que a coisa ta tão feia assim que ninguém responde.

gabriel.goc

  • Visitante
Re: efeitos da área de trabalho não funcionam
« Resposta #8 Online: 21 de Junho de 2007, 16:24 »
só um momento, estou efetuando uma pesquisa...

Mas o problema está acontecendo porque você não está com o driver instalado...

Como você pode ver no arquivo xorg.conf, está vesa no driver...
Ele usa o driver vesa, que é genérico...

Só um momento que vou procurar um toturial para video ATI


gabriel.goc

  • Visitante
Re: efeitos da área de trabalho não funcionam
« Resposta #10 Online: 21 de Junho de 2007, 16:38 »
Você já tentou isntalar por este e não consegiu??
http://www.guiaubuntupt.org/wiki/index.php?title=Driver-Radeon

Repita os procedimentos com mais cautela...
E se tiver alguma dúvida poste aqui

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #11 Online: 21 de Junho de 2007, 16:44 »
lindomar@lindomar:~$ glxinfo | grep "direct rendering"
direct rendering: No
lindomar@lindomar:~$

o problema e' esse







Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #12 Online: 21 de Junho de 2007, 16:52 »
# /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   "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"   "pc105"
   Option      "XkbLayout"   "us"
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   "Placa de Video ati technologies inc radeon mobility  9200 igp"
   Driver      "radeon"
   BusID      "PCI:1:5:0"
   Option      "UseFBDev"      "true"
       Option          "XAANoOffscreenPixmaps"
EndSection

Section "Monitor"
   Identifier   "Monitor Generico"
   Option      "DPMS"
   HorizSync   28-49
   VertRefresh   43-72
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Placa de Video ati technologies inc radeon mobility  9200 igp"
   Monitor      "Monitor Generico"
   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 "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
« Última modificação: 21 de Junho de 2007, 16:58 por choreu »

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #13 Online: 21 de Junho de 2007, 16:52 »
lindomar@lindomar:~$ sudo apt-get remove xorg-driver-fglrx
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências       
Lendo informação de estado... Pronto
O pacote xorg-driver-fglrx não está instalado, então não será removido
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
lindomar@lindomar:~$ sudo apt-get install libgl1-mesa-glx libgl1-mesa-dri
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências       
Lendo informação de estado... Pronto
libgl1-mesa-glx já é a versão mais nova.
libgl1-mesa-dri já é a versão mais nova.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
lindomar@lindomar:~$ sudo modprobe radeon
lindomar@lindomar:~$ sudo rmmod fglrx
ERROR: Module fglrx does not exist in /proc/modules
lindomar@lindomar:~$ lsmod | grep "radeon"
radeon                124576  0
drm                    81044  1 radeon
lindomar@lindomar:~$ sudo gedit /etc/modules
lindomar@lindomar:~$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
lindomar@lindomar:~$ sudo gedit /etc/X11/xorg.conf
lindomar@lindomar:~$

Offline choreu

  • Usuário Ubuntu
  • *
  • Mensagens: 30
    • Ver perfil
Re: efeitos da área de trabalho não funcionam
« Resposta #14 Online: 21 de Junho de 2007, 16:53 »
o que será que dando errado