Autor Tópico: [concluido] revisão do xorg  (Lida 1969 vezes)

Offline edjen

  • Usuário Ubuntu
  • *
  • Mensagens: 183
  • Toda mudança gera resistência.
    • Ver perfil
[concluido] revisão do xorg
« Online: 22 de Dezembro de 2007, 11:24 »
Após muita luta: drivers instalados pelos diversos meios, reinstalações de sistema, compilação de kernel e

tudo o que encontrei. Cheguei a este ponto:

Tá quase perfeito, mas não consegui habilitar os "Efeitos Extra", o computador trava, congela e pode

esperar o tempo que for que não destrava. Só reset. Estou usando o UbuntuStudio foi o unico jeito de

conseguir instalar os drivers e manter a conexão com a internet. Então só pode ser alguma coisa que está

sobrando ou faltando no xorg. Se alguem tiver um xorg para xfx 7300gs, ou parecido, que esteja

funcionando bem. Favor colocar ele aqui. Segue o "cara":


"Gerenciador de Drivers Restritos"


# 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 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"
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"
   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   "nVidia Corporation G71 [GeForce 7300 GS]"
   Driver      "nvidia"
   Busid      "PCI:2:0:0"
   Option      "AddARGBVisuals"   "True"
   Option      "AddARGBGLXVisuals"   "True"
   Option      "NoLogo"   "True"
EndSection

Section "Monitor"
   Identifier   "T710SH"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G71 [GeForce 7300 GS]"
   Monitor      "T710SH"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024"   "1280x960"   "1152x864"   "1024x768"   "832x624"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen "Default Screen"
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
   
   # Uncomment if you have a wacom tablet
   #   InputDevice     "stylus"   "SendCoreEvents"
   #   InputDevice     "cursor"   "SendCoreEvents"
   #   InputDevice     "eraser"   "SendCoreEvents"
EndSection
Section "Module"
   Load      "glx"
EndSection


                                                          Obrigado !
« Última modificação: 22 de Dezembro de 2007, 20:07 por edjen »
GNULinux = Asus P5K-E = Intel Q9450 = Quadro 400 = 3 Hd 80Gb Samsung + Hd 500Gb Seagate = 8Gb RAM DDR2 OCZ 1066 mhz

Offline pinduvoz

  • Usuário Ubuntu
  • *
  • Mensagens: 2.494
    • Ver perfil
Re: revisão do xorg
« Resposta #1 Online: 22 de Dezembro de 2007, 13:52 »
O meu PC funciona com Compiz 100% do tempo.

Segue o meu xorg.conf:


Código: [Selecionar]
Section "ServerLayout"

# Uncomment if you have a wacom tablet
#       InputDevice     "stylus"        "SendCoreEvents"
#       InputDevice     "cursor"        "SendCoreEvents"
#       InputDevice     "eraser"        "SendCoreEvents"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
    Load           "v4l"
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     "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     "L1752S"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation GeForce 6200 A-LE"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation GeForce 6200 A-LE"
    Monitor        "L1752S"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection


« Última modificação: 22 de Dezembro de 2007, 13:54 por pinduvoz »
:: Linux Registered User nº 439378 ::

Offline edjen

  • Usuário Ubuntu
  • *
  • Mensagens: 183
  • Toda mudança gera resistência.
    • Ver perfil
Re: revisão do xorg
« Resposta #2 Online: 22 de Dezembro de 2007, 14:51 »
Obrigado pinduvoz !

Mas o negócio é doido, não tem lógica nenhuma, se acontecesse em uma situação específica,

seria mais fácil, mas trava navegando ou abrindo qualquer pasta. Pode demorar minutos ou

horas para dar o problema. E sem os drivers não acontece. Já instalei até os Beta da Nvidia !

                                                    Valeu !
GNULinux = Asus P5K-E = Intel Q9450 = Quadro 400 = 3 Hd 80Gb Samsung + Hd 500Gb Seagate = 8Gb RAM DDR2 OCZ 1066 mhz

Offline pinduvoz

  • Usuário Ubuntu
  • *
  • Mensagens: 2.494
    • Ver perfil
Re: revisão do xorg
« Resposta #3 Online: 22 de Dezembro de 2007, 15:26 »
Como vc. deve ter reparado, o xorg.conf está limpo, ou seja, não tem o "composite" habilitado e sequer tem as opções  "AddARGBVisuals" e "AddARGBGLXVisuals" (quando eu adiciono, nem abre o X), mas funciona perfeitamente com a dupla Compiz/Emerald. Eu não consigo entender.
:: Linux Registered User nº 439378 ::

Offline edjen

  • Usuário Ubuntu
  • *
  • Mensagens: 183
  • Toda mudança gera resistência.
    • Ver perfil
Re: revisão do xorg
« Resposta #4 Online: 22 de Dezembro de 2007, 18:05 »
Muito interessante a tua configuração. Eu tentei tirar os "AddARGBVisuals" e

"AddARGBGLXVisuals" e dar uma "limpada", mas não deu certo (dpkg-reconfigure) rsrsrs... mas

tudo bem, segue o baile.

                                          Obrigado !
GNULinux = Asus P5K-E = Intel Q9450 = Quadro 400 = 3 Hd 80Gb Samsung + Hd 500Gb Seagate = 8Gb RAM DDR2 OCZ 1066 mhz