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

Beryl, de novo.



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: