[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Beryl, de novo.



Amigo, no meu KDE eu só executo

beryl --replace dbus settings &
aquamarine --replace &

Sem beryl-manager, sem nada - no kde zero km.
O kwin cai mesmo, mas ele vai pq entra outro no lugar dele (o aquamarine).

--
Marcos

2007/3/23, Rodolfo Allan <rodolfo.allan@gmail.com>:
Não consigo instalar o Beryl. Toda vez que o Kde abre ou o beryl não
inicia ou o kwin cai. De qualquer forma preciso rodar o beryl-manager
ou mesmo o kwin pra voltar a ter gerenciador de janelas.

Meu xorg.conf segue abaixo.

Eu sou um pouco mais burrinho que a média aqui e li todos os how-tos e
não consegui fazer a coisa funfar!

Abraços
Rodolfo


# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
#       Option         "AIGLX" "true" (<<< pra que serve isso???)
EndSection

Section "Files"

        # path to defoma fonts
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/usr/X11R6/lib/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  "GLcore"
        Load  "glx"
        Load  "int10"
        Load  "record"
        Load  "vbe"
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" "ImPS/2"
        Option      "Emulate3Buttons" "true"
EndSection

Section "Monitor"
        Identifier   "Monitor Gen�ico"
#       HorizSync    30.0 - 68.0
#       VertRefresh  50.0 - 70.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "ATI Technologies Inc RV350 AR [Radeon 9600]"
        Driver      "radeon"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "AddARGBGLXVisuals" "true"
        Option      "AllowGLXWithComposite" "true"
#       Option      "VideoOverlay" "on"
#       Option      "OpenGLOverlay" "off"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies Inc RV350 AR [Radeon 9600]"
        Monitor    "Monitor Gen�ico"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1152x864" "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection


Reply to: