bordas da janelas Ubuntu 7.10

1. bordas da janelas Ubuntu 7.10

Perfil removido
removido

(usa Nenhuma)

Enviado em 06/11/2007 - 15:10h

Gente, quando altero em aparência, para o modo normal... pois não ativei o compiz, assim só tenho as opções Nenhum, Normal e Extra... não preciso muito dos efeitos do compiz, mais uso o scroll do mouse para mudar a area de trabalho e no modo nenhum não funfa... então deixo no normal... só que as bordas das janelas somem e so consigo arrastar as janelas pressionando o alt (Alt + arrastar) e redimensionar o tamanho lá no botão da janela criado no painel (é um saco) tem como tirar esse efeito sem habilitar o compiz... hehehe!


  


2. Re: bordas da janelas Ubuntu 7.10

Marcio Vitor
sn0wt

(usa Ubuntu)

Enviado em 06/11/2007 - 21:29h

Vc tem que preparar o xorg para usar o compiz, segue a dica de como fazer:

Edite o arquivo /etc/X11/xorg.conf e:

Adicione na seção modules:

Load “dbe”
Load “glx”

Assegure-se que nessa seção não tenha as linha: Load “GLCore” e Load “DRI” se tiver, elimine-as.

Na Seção Device assegure-se de que o driver utilizado é o nvidia e não o nv:

Driver “nvidia”

Para usar AIGLX com as placas nVidia é necessário adicionarmos algumas flags no arquivo de configuração do xorg, então na sessão screen adicione as seguintes linhas:

Option “AllowGLXWithComposite” “True”
Option “AddARGBGLXVisuals” “True”
Option “TripleBuffer” “True”
Option “RenderAccel” “True”

e no final /etc/X11/xorg.conf adicione:

Section “Extensions”
Option “Composite” “Enable”
Option “RENDER” “True”
Option “DAMAGE” “True”
EndSection

Ok!


3. dúvida

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/11/2007 - 06:55h

amigo o meu xorg não tem modules, o que devo fazer?

dá uma olhadinha nele está ai!

# 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" "pc104"
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"
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 NV18 [GeForce4 MX 4000]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "T910B"
Option "DPMS"
HorizSync 30-98
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV18 [GeForce4 MX 4000]"
Monitor "T910B"
DefaultDepth 24
SubSection "Display"
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "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






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts