Compiz window decorator for kde3?

Hi,
I have compiz running and theres compiz gtk for gnome and compiz kde for kde4, but there isnt compiz kde3. in past there was compiz decorator for kde3, but now its gone. Where can i get it? thanks.

I modified the PKGBUILD from http://aur.archlinux.org/packages.php?ID=18815 to get it working.  The one I ended up using looks like this (I'm using KDEmod, so some additional tweaking may be necessary if you're using KDE 3 from other sources):
# $Id: PKGBUILD,v 1.14 2008/06/08 14:06:02 BaSh Exp $
# Maintainer: JJDaNiMoTh <[email protected]>
pkgname=kdemod3-compiz-decorator-kde
_pkgname=compiz-decorator-kde
pkgver=0.7.8
pkgrel=1
pkgdesc="Decorator of Compiz for KDE"
url="http://www.go-compiz.org/"
license="GPL MIT"
arch=('i686' 'x86_64')
groups=('compiz' 'compiz-kde')
depends=('kdemod3-kdebase' 'compiz-core')
makedepends=('libgl' 'perlxml')
options=(!libtool)
conflicts=('compiz-git' 'compiz-decorator-kde-git')
source=(http://xorg.freedesktop.org/archive/individual/app/compiz-$pkgver.tar.gz)
md5sums=('e99977d9170a7bd5d571004eed038428')
build()
cd $startdir/src/compiz-$pkgver
/usr/bin/perl -e "require XML::Parser"
./configure --prefix=/opt/kde \
--disable-gnome \
--disable-librsvg \
--disable-metacity \
--disable-gtk \
--disable-gconf \
--disable-dbus \
--disable-annotate \
--disable-place \
--disable-glib \
--enable-kde \
--enable-kconfig || return 1
make || return 1
make DESTDIR=$startdir/pkg install
# Let's remove stuff that are in compiz-core package
rm -rf $startdir/pkg/opt/kde/{include,lib}
rm -rf $startdir/pkg/opt/kde/bin/compiz
rm -rf $startdir/pkg/opt/kde/share/{locale,compiz}

Similar Messages

  • Gtk-window-decorator doesn't show window decor for background windows

    I've gotten Compiz install and working fine except where gtk-window-decorator is concerned. It starts ok, but it only draws window decoration for windows in focus. The area where the decoration should be is clickable and brings the window into focus. Occasionally there is corrupt graphics where the background windows decoration should be.
    Here is my xorg.conf
    Section "ServerLayout"
    # Serial Mouse not detected
    # USB Mouse not detected
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    # FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/75dpi"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "freetype"
    Load "record"
    # Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "apple"
    Option "XkbLayout" "gb"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    Identifier "226BW"
    # DisplaySize 474 296
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 62.0
    # ModeLine "1680x1050_60.00" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    EndSection
    Section "Device"
    Identifier "8800GTS320"
    Driver "nvidia"
    VendorName "BGS"
    BoardName "Geforce 8800GTS 320MB"
    # Option "UseEdidDpi" "false"
    # Option "DPI" "90x90"
    Option "RenderAccel" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "DamageEvents" "True"
    Option "TripleBuffer" "True"
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GTS"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1680x1050_60 +0+0; nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "enable"
    EndSection
    and the output of glxinfo:
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: NVIDIA Corporation
    server glx version string: 1.4
    server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
    client glx vendor string: NVIDIA Corporation
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
    GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap,
    GLX_EXT_framebuffer_sRGB
    GLX version: 1.3
    GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB,
    GLX_ARB_get_proc_address
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce 8800 GTS/PCI/SSE2
    OpenGL version string: 2.1.2 NVIDIA 169.09
    OpenGL extensions:
    GL_ARB_color_buffer_float, GL_ARB_depth_texture, GL_ARB_draw_buffers,
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
    GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging,
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_shadow, GL_ARB_shader_objects, GL_ARB_shading_language_100,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_texture_float,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float,
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_Cg_shader, GL_EXT_bindable_uniform, GL_EXT_depth_bounds_test,
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXT_framebuffer_object, GL_EXTX_framebuffer_mixed_formats,
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object,
    GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D,
    GL_EXT_texture_array, GL_EXT_texture_buffer_object,
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias,
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB,
    GL_EXT_texture_shared_exponent, GL_EXT_timer_query, GL_EXT_vertex_array,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_copy_depth_to_color,
    GL_NV_depth_buffer_float, GL_NV_conditional_render, GL_NV_depth_clamp,
    GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance,
    GL_NV_fragment_program, GL_NV_fragment_program_option,
    GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage,
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_half_float,
    GL_NV_light_max_exponent, GL_NV_multisample_coverage,
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object,
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart,
    GL_NV_register_combiners, GL_NV_register_combiners2,
    GL_NV_texgen_reflection, GL_NV_texture_compression_vtc,
    GL_NV_texture_env_combine4, GL_NV_texture_expand_normal,
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2,
    GL_NV_texture_shader3, GL_NV_transform_feedback, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_program, GL_NV_vertex_program1_1,
    GL_NV_vertex_program2, GL_NV_vertex_program2_option,
    GL_NV_vertex_program3, GL_NVX_conditional_render, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SUN_slice_accum
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x21 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
    0x22 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
    0x24 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
    0x25 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
    0x26 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
    0x27 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
    0x28 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
    0x29 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
    0x2a 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
    0x2b 24 tc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
    0x2c 24 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
    0x2d 24 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
    0x2e 24 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
    0x2f 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
    0x30 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
    0x31 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
    0x32 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
    0x33 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
    0x34 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
    0x35 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
    0x36 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
    0x37 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
    0x38 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
    0x39 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
    0x3a 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
    0x3b 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
    0x3c 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
    0x3d 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
    0x3e 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
    0x3f 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
    0x40 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
    0x41 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
    0x42 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
    0x43 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
    0x44 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
    0x45 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
    0x46 24 dc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
    0x47 24 dc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
    0x48 24 dc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
    0x49 24 dc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
    0x4a 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
    0x4b 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
    0x4c 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
    0x4d 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
    0x4e 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
    0x4f 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
    0x50 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
    0x51 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
    0x52 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
    0x53 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
    0x54 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
    0x55 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
    0x56 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
    0x57 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
    0x58 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
    0x59 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
    0x23 32 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
    0x5a 32 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
    0x5b 32 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
    0x5c 32 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
    0x5d 32 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
    0x5e 32 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
    0x5f 32 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
    0x60 32 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
    0x61 32 tc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
    0x62 32 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
    0x63 32 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
    0x64 32 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
    0x65 32 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
    0x66 32 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
    0x67 32 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
    0x68 32 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
    0x69 32 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
    0x6a 32 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
    0x6b 32 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
    0x6c 32 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
    0x6d 32 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
    0x6e 32 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
    0x6f 32 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
    Emerald works okay, but I'd rather use the gtk decorator. Any help would be greatly appreciated.

    I don't want to be a bastard and all, and know that it's only been a few hours since I posted commenting that I have the same issue, but does anyone, absolutely anyone have any clue what is happening?
    I have also tried running git compiz fusion and the issue is still there.
    Also, when running emerald, the windecorations display fine but there are no shadows - at all.
    When using gtk-window-decorator, the shadows exist but are of a similar color to my wallpaper and seem to glow and are definitely not shadowy... The decoration of the inactive window is completely transparent, save for the shadow and occasionally, parts of it render seemingly randomly looking garbled.
    The issue is quite annoying since gtk-window-decorator is much faster than emerald and offers better integration with GNOME.
    I'm using a GeForce 8600GTS with basically the same config files as the OP. I'm running 32-bit Arch.
    I'm using the nvidia driver (as in current - I've installed the system today) and by checking nvidia.com, the version I have, 169.12 is the latest stable one.
    So pretty please, with sugar on top, how do I get this working properly. This is the first time I've ever encountered the issue and so, could it be related to Arch configuration or to faulty packages?
    Please help, anyone. It's quite frustrating and I really want fully-operational compiz.
    Thanks everyone.
    Sorry for double posting/shamelessly bumping.

  • Compiz windows decoration disappear

    Using gnome as window manager, I installed compiz from wiki http://wiki.archlinux.org/index.php/Compiz
    I don't installed compiz-decorator-kde (only variant)
    When start compiz-manager window title bar and borders disappear...
    I'm check for a solution herehttp://wiki.archlinux.org/index.php/Com … leshooting and specific http://wiki.archlinux.org/index.php/Com … E_fallback with no luck: my .gconf folder seems not contain any files or folders with "compiz" in the name.
    My video card from lpci command: VGA compatible controller: nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] (rev a1) on Toshiba notebook.
    Console output:
    $ compiz-manager
    Checking for Xgl: not present.
    Detected PCI ID for VGA: 01:00.0 0300: 10de:01d7 (rev a1) (prog-if 00 [VGA controller])
    Checking for texture_from_pixmap: present.
    Checking for non power of two support: present.
    Checking for Composite extension: present.
    Comparing resolution (1280x800) to maximum 3D texture size (4096): Passed.
    Checking for nVidia: present.
    Checking for FBConfig: present.
    Checking for Xgl: not present.
    Starting gtk-window-decorator
    Thanks for your help.

    Hey Silvio,
    as far as I know, you should install compiz fusion, see here: http://wiki.archlinux.org/index.php/Compiz_Fusion.
    The wiki you mentioned is deprecated, I think.

  • Looking for Windows Decorations for Netbook

    I'm struggling to find any window decorations that will fit nicely on my netbook screen. I'm running Xfce on a 1024x600 screen.
    http://i.imgur.com/6aXuggM.png
    Here's a screenshot of my setup so far, as you can see the window decorations are quite large, I'm looking for a minimalist and small set of window decorations, I'm open to any colours at the moment.
    Does anyone have any suggestions?
    Moderator edit [ewaller] Changed links to over size image to a url.
    Last edited by ewaller (2014-04-19 15:34:25)

    I guess you already checked http://xfce-look.org/index.php?xcontentmode=420, there are few that are quite minimal. You could also try tweaking the xfwm themerc for any theme to make it more compact.
    If you're feeling adventurous, you could switch to some tiling wm, and get rid of window decorations altogether. There are floating window managers with smaller decorations as well, for example openbox.
    Also, most of GNOME applications are client side decorated and don't draw window borders at all, so switching to those could save you some screen estate too.
    Sorry I didn't really answer your question, but I wanted to point out a few alternatives that may help your situation.
    Btw, you shouldn't post full size images, but a thumbnail with link instead, or you'll make mods angry

  • [SOLVED] Compiz Window Decorator Not Working

    Hi,
    I had compiz configured from an ubuntu install. I reset the config and even reinstalled and disabled gconf, enabling all required options.
    and the problem
    whenever I start it, it does not have a window decorator/border and I cannot move the windows, despite setting it up properly and trying emerald and gtk window decorator and starting them manually.
    what am I doing wrong
    Video: http://mshenrick.dyndns.org/out.ogv (slow, be patient)
    (how do I do an <a>/[a] on here?)
    Last edited by mshenrick (2011-05-02 09:07:06)

    try
    compiz ccp --replace
    ccp loads all the saved settings

  • Compiz - window decoration offset

    gtk-window-manager and emerald seems to have problem with mouse cursor placing.
    Mouse actions are little bit off. For example, I cant rezise gnome-terminal window from down, down right corner or right and action buttons (minimize, close...)  gets signal for about 10 pixels to the left from cursor.
    Resizing from left and top left works. Before updating to 2.20 gnome and with older compiz-fusion it worked perfectly. Any Ideas what might cause this? Same problem occurs in my two arch64 machines but not in my i686 laptop :I

    I have the same problem on my laptop running arch64 with the latest compiz-fusion. I can only resize windows with the upper or left edge, and the action buttons are a bit too close to each other, and seems to misread the mouse slightly.

  • Compiz, XFCE, and gtk-window-decorator

    I recently caused my system to stop booting by messing with some stuff (yay for editing files and not reading the entire wiki page first!) and I ended up just deciding to do a clean arch install (when your system partition has 50Gb of programs on it, half of which you don't use, its probably time to clean anyway). I decided to use XFCE since that has been running very stably on my netbook for some time (usually around ~14 days of uptime until I forget to recharge the battery and it turns off) in favor of Gnome or KDE since I have been having lots of problems with them and stability (usually 1-2 days of uptime until I have to end up restarting because of a freeze or something)
    My one beef with XFCE on my desktop computer compared to my netbook was its lack of eye candy stuff. I feel like I am underusing my computer. So, I decided to try installing compiz on it. I read on the wiki page that using emerald was buggy and so I decided to use gtk-window-decorator for a window decorator. I have a whole bunch of Gnome3 themes in my home directory since previously I had gnome installed and so I was wondering, why can't I seem to change the window theme?
    The window theme is stuck in this big blocky mode that doesn't look horrible, but I would sure like to be able to change it. I have gnome-tweak-tool installed, but switching the themes on that doesn't seem to have any effect (I may be switching on the wrong page, however). I like the xfce themes and I would like to be able to use those with compiz, but I just don't see how to do it. All my googling has brought up nothing about actually managing to change the gtk-window-decorator window decoration theme in compiz running in xfce on arch.
    Last edited by Los Frijoles (2012-11-22 01:36:10)

    You are either not trying around & searching for solutions enough or not providing enough info on what you already did.
    Did you try lxappearance?
    Did you read https://wiki.archlinux.org/index.php/Xfce#Icons
    ... and make sure your icons are in the right location etc?
    Did you check - and where necessary - try to fix the configuration as described here?
    https://wiki.archlinux.org/index.php/Gtk

  • [SOLVED] Buttons are missing in the titlebar with gtk-window-decorator

    Hi, everyone.
    Recently, I'd tried compiz as WM with gnome 3 in fallback mode. All work quiet good, but there is one thing, that slightly discourages me. I use gtk-window-decorator for frames and titlebar and the results are strange. Title bar is drawn with squared left and rounded right corners. Moreover, no buttons are shown on it. "Menu" and "Minimize" buttons are here, but invisible (they are working and corresponding tooltips are shown when I hover mouse over their position); "Maximize" and "Close" buttons are absent. All this buttons are turned on in metacity properties.
    When I turn off metacity theme support for gtk-window-decorator, all buttons are here, but decorator in this mode is quiet dumb...
    So, have you any suggestions on how to get those buttons back?
    Last edited by zhuk_av (2011-06-19 17:58:06)

    I'm having this problem under Ubuntu, but not with my Compiz (also 0.9.4) setup with GNOME 3 on Arch. I switched to Emerald on my Ubuntu install as a temporary workaround.
    Thinking about it, I think I still had the gnome-desktop2 package installed when I built compiz-core, I wonder if that has anything to do with it. Optional GNOME support is omitted in compiz-core if you upgraded to GNOME 3, because gnome-window-settings-2.0 (from the GNOME 2 gnome-control-center package I think) and gnome-desktop-2.0 are absent.
    Last edited by rufflove (2011-06-13 21:21:02)

  • Gtk-window-decorator

    Hello,
    I have been running arch for 3 months with gnome and compiz, using gtk-window-decorator for window decoration.
    Occasionally  (say once per week/fortnight) gnome starts but with no window decoration at all, running gtk-window-decorator --replace resolves the issue.
    I check my logs:
    $cat everything.log | grep gtk
    localhost gdm-simple-greeter[1779]: Gtk-WARNING: gtkwidget.c:5676: widget not within a GtkWindow
    However this error appears every time I use arch, so I think its unrelated. Could anyone suggest a solution?
    Regards
    Mark
    P.S is there a way to attach images/thumbnails on the forums
    Last edited by mark7845 (2010-10-20 19:35:51)

    cat .xsession-errors
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: ssh-agent not found!
    /etc/gdm/Xsession: Setup done, will execute: gnome-session
    GNOME_KEYRING_CONTROL=/tmp/keyring-nIbsIW
    SSH_AUTH_SOCK=/tmp/keyring-nIbsIW/ssh
    GNOME_KEYRING_CONTROL=/tmp/keyring-nIbsIW
    SSH_AUTH_SOCK=/tmp/keyring-nIbsIW/ssh
    GNOME_KEYRING_CONTROL=/tmp/keyring-nIbsIW
    SSH_AUTH_SOCK=/tmp/keyring-nIbsIW/ssh
    GPG_AGENT_INFO=/tmp/keyring-nIbsIW/gpg:0:1
    GNOME_KEYRING_CONTROL=/tmp/keyring-nIbsIW
    SSH_AUTH_SOCK=/tmp/keyring-nIbsIW/ssh
    GPG_AGENT_INFO=/tmp/keyring-nIbsIW/gpg:0:1
    Unable to open desktop file evolution.desktop for panel launcher
    Failed to play sound: File or data not found
    (tilda:1938): Gdk-CRITICAL **: IA__gdk_drawable_get_display: assertion `GDK_IS_DRAWABLE (drawable)' failed
    (tilda:1938): Gdk-CRITICAL **: _gdk_x11_window_get_toplevel: assertion `GDK_IS_WINDOW (window)' failed
    (tilda:1938): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
    compiz (core) - Error: Plugin 'text' not loaded.
    compiz (shift) - Warn: No compatible text plugin loaded.

  • Kde window decoration theme-how to change?

    I really like to have the suse window decoration for my kdemod system.
    I tried from control centre>style>add,but it fails to detect the theme which is .tar.gz format.Is there any way other than compiling from source?

    You will need to compile it from source. You could use this PKGBUILD from the AUR:
    http://aur.archlinux.org/packages.php?ID=12066
    and my guide if you don't know how to use the AUR
    http://archux.com/page/installing-programs-aur

  • [SOLVED]Emerald/compiz draws window decoration around conky...

    Hi! I've recently installed conky for the first time ever and wish to use it as a simple clock. I have edited the .conkyrc to achieve this, however when I start conky, compiz draws the emerald theme around my conky clock.
    Having looked around the web, a common suggestion seems to be to add:
    !(name=conky)
    To my Window Decoration Window Matching config (it's usually set to "Any") in order to exclude conky from having window decorations drawn. Unfortuntely, this doesn't work.
    Another suggestion was to add "-conky" to "Any", giving me:
    any -conky
    However, this removes window decorations from ALL windows.
    Here is my conky config:
    # set to yes if you want tormo to be forked in the background
    background no
    cpu_avg_samples 2
    net_avg_samples 2
    out_to_console no
    own_window_type normal
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 7x12
    #font *mintsmild.se*
    # Use Xft?
    use_xft yes
    # Xft font when Xft is enabled
    xftfont AvantGarde LT Medium:size=16
    # Text alpha when using Xft
    xftalpha 0.8
    # mail spool
    mail_spool $MAIL
    # Update interval in seconds
    update_interval 1
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # MPD host/port
    mpd_host heaton
    mpd_port 6600
    # Minimum size of text area
    minimum_size 230 5
    maximum_width 230
    # Draw shades?
    draw_shades no
    # Draw outlines?
    draw_outline no
    # Draw borders around text
    draw_borders no
    # Stippled borders?
    stippled_borders no
    # border margins
    border_margin no
    # border width
    border_width no
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color black
    # Text alignment, other possible values are commented
    #alignment top_left
    #alignment top_right
    alignment bottom_left
    #alignment bottom_right
    # Gap between borders of screen and text
    gap_x 13
    gap_y 7
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer no
    # Subtract file system buffers from used memory?
    no_buffers yes
    # set to yes if you want all text to be in uppercase
    uppercase no
    # stuff after 'TEXT' will be formatted on screen
    TEXT
    ${color #ffffff}${time %H}${color #ffffff}${time %M}
    Any help would be appreciated thank you.
    /izo\
    Last edited by Izobalax (2008-07-18 15:11:33)

    Ashren wrote:Put this is: "own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky" in your .conkyrc.
    You sir/madam, are an absolute star. May kisses rain on you from Heaven always.
    I only have one problem left.
    My clock text is surrounded in a block of black background. How do I remove this so that the text stands purely on it's own, with a transparent background?
    /izo\

  • No window decoration with Compiz using gtk-window-decorator

    Hello.
    I know this is and old problem with Compiz and ArchLinux, but no matter what I do, I can't make it work.
    This happens when I try to use Compiz:
    $ compiz --replace ccp &
    [1] 2370
    [user@userlaptop ~]$ Backend : ini
    Integration : true
    Profile : default
    Adding plugins
    Initializing core options...done
    Initializing decor options...done
    Initializing move options...done
    Initializing resize options...done
    Setting Update "command"
    And this, if I try to run Compiz with fusion-icon, with o without the Dbus option:
    $ fusion-icon
    * Detected Session: gnome
    * Searching for installed applications...
    Backend : ini
    Integration : true
    Profile : default
    Traceback (most recent call last):
    File "/usr/bin/fusion-icon", line 57, in <module>
    from FusionIcon.interface import choose_interface
    File "/usr/lib/python2.7/site-packages/FusionIcon/interface.py", line 22, in <module>
    from util import env
    File "/usr/lib/python2.7/site-packages/FusionIcon/util.py", line 421, in <module>
    decorators = CompizDecorators(_installed)
    File "/usr/lib/python2.7/site-packages/FusionIcon/util.py", line 228, in __init__
    self.command = context.Plugins['decoration'].Display['command']
    KeyError: 'decoration'
    Also, when i try to run compiz-manager, this is what i get:
    $ compiz-manager
    Checking for Xgl: not present.
    xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
    No whitelisted driver found
    aborting and using fallback: /usr/bin/metacity
    Here is my xorg.cong configuration file:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Option "AIGLX" "true"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "dbe"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:5:0"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "es"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    If I use compiz-check:
    $ compiz-check
    Gathering information about your system...
    Distribution: Arch Linux
    Desktop environment: GNOME
    Graphics chip: ATI Technologies Inc M880G [Mobility Radeon HD 4200]
    Driver in use: fglrx
    Rendering method: None
    Checking if it's possible to run Compiz on your system... [SKIP]
    Checking for hardware/setup problems... [SKIP]
    At least one check had to be skipped:
    Error: No rendering method in use (AIGLX, Xgl or Nvidia)
    Other considerations:
    "Window decorations", "Resize windows" and "Move windows" are checked in ccsm for user and root.
    "gtk-window-decorator --replace" is set at the command field in "Window decorations" options.
    My kernel version is 2.6.35-ARCH, and the video driver is ATI Catalyst 10.12 with Xorg 1.9.
    Everytime I use compiz-manager, Gnome crashes.
    Thank you for your time guys, I hope this information helps you to help me out.

    That's not an option, I don't want to sacrifice video performance for a few effects.
    Also, shouldn't be that way, why a distribution like ArchLinux, one of the best, has this kind of problems with Drivers.

  • [SOLVED] compiz wont use gtk-window-decorator with xfce

    for the life of me i cant get ccsm to keep "gtk-window-decorator --replace" to stick in the Command line of the Window Decoration plugin section. it keeps switching to "emerald --replace"
    is it because im using xfce and not gnome? xfce uses gtk right. anyone have this issue? its not that i dont mind emerald, just on some other distros ive used i can change it no problem, most of those were using gnome though so maybe thats it
    Last edited by dodgefan (2011-07-11 03:24:50)

    n125 wrote:I was actually wondering how to completely install Compiz 0.9.x under Xfce earlier. I managed to successfully install and get running compiz-core-git, ccsm-git, compiz-plugins-extra-git, compiz-plugins-main-git, compizconfig-python-git, and libcompizconfig-git; all from the AUR. But when all was said and done, I was left without a window decorator. I wanted compiz-decorator-gtk, but I couldn't find it in the AUR and the one in the community repo wouldn't install due to not having compiz-core installed (I had compiz-core-git), which left me stuck going back to 0.8.8 for now.
    Had you enabled 'window decoration' in CCSM??? (4 compiz 0.9.x?) On install, it is probably not enabled (along with resizing, moving windows, etc). It also won't pick up your 0.8.8 settings - so you need to set up CCSM settings from scratch.. Also, Compiz should have built gtk-window-decorator when you compiled it. (which is why i believe that you didn't have CCSM comfigured correctly with your new version of compiz).
    as for the compiz packages in AUR, can't give you much advice there, as i build compiz myself, using Scott Moreau's build scripts;
    git clone git://anongit.compiz.org/users/soreau/scripts
    there are a few build scripts - for both 0.8.8 and 0.9.x - whichever ones end in '++' - are for building 0.9.x ... for both series, there are scripts to build all of the addons / plugins.
    building it yourself, may not be your ideal approach, so i would recommend trying the AUR pkgbuilds for compiz 0.9.x , but this time have a look in CCSM, after you install the new version and make sure that you have enabled all of the important stuff like move, resize, window decoration, etc.
    You also might want to read through compiz' Wiki, the trouble-shooting section covers your 'no-window-decoration' problem ~ as it is quite common.
    http://wiki.compiz.org/Troubleshooting
    cheerz
    Last edited by triplesquarednine (2012-01-14 18:57:18)

  • Gtk-window-decorator missing after installing Compiz-Fusion

    I just installed ArchLinux and wanted to try out Compiz-Fusion in Gnome. I installed it using the Compiz-Fusion wiki's instructions. Everything works fine, except that I can't use the gtk-window-decorator. After some research I found out that this file is missing. I checked out the Compiz-Fusion site, and it seems it ought to come with Compiz-Fusion. I checked in Linux Mint and found it there, so obviously it's missing in my ArchLinux box.
    Can someone please veryfy if it should be part of the Compiz-Fusion packages?

    sph wrote:
    http://bbs.archlinux.org/viewtopic.php?id=51627
    See the second posting.
    Oups! I searched for 'gtk-window-decorator'.  It could be nice to mention these separate packages on the wiki Compiz-Fusion page. There are probably many out there looking for them.
    Thanks!

  • Compiz: Selecting "Window decoration" crashes X

    I'm currently using compiz-fusion, and I'm having problems starting up my window decorator.
    Whether I use emerald or gtk-window-decorator, the result is the same: my entire X server crashes. Here's a nice little log, I suppose...
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.5.902 (1.7.6 RC 2)
    Release Date: 2010-03-12
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH i686
    Current Operating System: Linux sventop 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:08:25 UTC 2010 i686
    Kernel command line: root=/dev/disk/by-uuid/fd57b9c5-da16-4d6e-84f9-f0bf9f9f8c4b ro
    Build Date: 13 March 2010 07:33:22PM
    Current version of pixman: 0.16.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 17 19:30:51 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x81e4c40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 8
    (--) PCI:*(0:1:5:0) 1002:9613:1179:ff6a ATI Technologies Inc RS780MC [Radeon HD 3100 Graphics] rev 0, Mem @ 0x80000000/268435456, 0x96300000/65536, 0x96200000/1048576, I/O @ 0x00006000/256
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "radeonhd"
    (II) Loading /usr/lib/xorg/modules/drivers/radeonhd_drv.so
    (II) Module radeonhd: vendor="AMD GPG"
    compiled for 1.7.0.901, module version = 1.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) RADEONHD: X driver for the following AMD GPG (ATI) graphics devices:
    RV505 : Radeon X1550, X1550 64bit.
    RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350.
    RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250.
    R520 : Radeon X1800; FireGL V5300, V7200, V7300, V7350.
    RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200.
    RV535 : Radeon X1300, X1650.
    RV550 : Radeon X2300 HD.
    RV560 : Radeon X1650.
    RV570 : Radeon X1950, X1950 GT; FireGL V7400.
    R580 : Radeon X1900, X1950; AMD Stream Processor.
    R600 : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650.
    RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000.
    RV620 : Radeon HD 3450, HD 3470.
    RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
    FireGL V3600/V5600.
    RV635 : Radeon HD 3650, HD 3670.
    RV670 : Radeon HD 3690, 3850, HD 3870, FireGL V7700, FireStream 9170.
    R680 : Radeon HD 3870 X2.
    M52 : Mobility Radeon X1300.
    M54 : Mobility Radeon X1400; M54-GL.
    M56 : Mobility Radeon X1600; Mobility FireGL V5200.
    M58 : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200.
    M62 : Mobility Radeon X1350.
    M64 : Mobility Radeon X1450, X2300.
    M66 : Mobility Radeon X1700, X1700 XT; FireGL V5250.
    M68 : Mobility Radeon X1900.
    M71 : Mobility Radeon HD 2300.
    M72 : Mobility Radeon HD 2400; Radeon E2400.
    M74 : Mobility Radeon HD 2400 XT.
    M76 : Mobility Radeon HD 2600;
    (Gemini ATI) Mobility Radeon HD 2600 XT.
    M82 : Mobility Radeon HD 3400.
    M86 : Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700.
    M88 : Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2.
    RS600 : Radeon Xpress 1200, Xpress 1250.
    RS690 : Radeon X1200, X1250, X1270.
    RS740 : RS740, RS740M.
    RS780 : Radeon HD 3100/3200/3300 Series.
    R700 : Radeon R700.
    RV710 : Radeon HD4570, HD4350.
    RV730 : Radeon HD4670, HD4650.
    RV740 : Radeon HD4770. EXPERIMENTAL AND UNTESTED.
    RV770 : Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro.
    RV790 : Radeon HD 4890.
    M92 : Mobility Radeon HD4330, HD4530, HD4570. EXPERIMENTAL.
    M93 : Mobility Radeon M93. EXPERIMENTAL AND UNTESTED.
    M96 : Mobility Radeon HD4600.
    M97 : Mobility Radeon HD4860. EXPERIMENTAL AND UNTESTED.
    M98 : Mobility Radeon HD4850, HD4870.
    (II) RADEONHD: version 1.3.0, built from dist of git branch master, commit 8cbff7bf
    (II) Primary Device is: PCI 01@00:05:0
    (==) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
    (**) RADEONHD(0): Selected EXA 2D acceleration.
    (II) RADEONHD(0): Card not in database: 0x9613:0x1179:0xFF6A; using generic modesetting.
    If - and only if - your card does not work or does not work optimally
    please contact [email protected] to help rectify this.
    Use the subject: 0x9613:0x1179:0xFF6A: <name of board>
    and *please* describe the problems you are seeing
    in your message.
    (--) RADEONHD(0): Detected an RS780 on an unidentified card
    (II) RADEONHD(0): Mapped IO @ 0x96300000 to 0xb728e000 (size 0x00010000)
    (II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
    (II) RADEONHD(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1179 SubsystemID: 0xff6a
    IOBaseAddress: 0x6000
    Filename: BR29079C.bin
    BIOS Bootup Message:
    Tos_SCT10AP_MC RS780MC DDR2 200e/500m
    (II) RADEONHD(0): Analog TV Default Mode: 1
    (II) RADEONHD(0): Found default TV Mode NTSC
    (--) RADEONHD(0): VideoRAM: 262144 kByte
    (II) RADEONHD(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEONHD(0): Start of VRAM area used by Firmware: 0xfffb000
    (II) RADEONHD(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEONHD(0): AtomBIOS VRAM scratch base: 0xfffb000
    (II) RADEONHD(0): Default Engine Clock: 350000
    (II) RADEONHD(0): Default Memory Clock: 333000
    (II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEONHD(0): Maximum Pixel Clock: 400000
    (II) RADEONHD(0): Reference Clock: 14320
    (II) RADEONHD(0): Found libdri 5.4.0.
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    (II) RADEONHD(0): Found libdrm 1.3.0.
    (II) RADEONHD(0): Found radeon drm 1.31.0.
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEONHD(0): Reference Clock: 14320
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f90
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f90
    (II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(0): I2C bus "RHD I2C line 0" initialized.
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f94
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f94
    (II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(0): I2C bus "RHD I2C line 1" initialized.
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f98
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f98
    (II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(0): I2C bus "RHD I2C line 2" initialized.
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f88
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f88
    (II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(0): I2C bus "RHD I2C line 3" initialized.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) RADEONHD(0): Detected VGA mode.
    (II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEONHD(0): Maximum Pixel Clock: 400000
    (II) RADEONHD(0): Reference Clock: 14320
    (II) RADEONHD(0): FB: Allocated Cursor Image at offset 0x00000000 (size = 0x00004000)
    (II) RADEONHD(0): FB: Allocated Cursor Image at offset 0x00004000 (size = 0x00004000)
    (II) RADEONHD(0): FirmwareInfo Revision 0104
    (II) RADEONHD(0): Unused attribute: ul3DAccelerationEngineClock 0
    (II) RADEONHD(0): Unused attribute: ulDriverTargetEngineClock 0
    (II) RADEONHD(0): Unused attribute: ulDriverTargetMemoryClock 0
    (II) RADEONHD(0): Unused attribute: ucASICMaxTemperature 0
    (II) RADEONHD(0): Scary bits: Estimated MinEngineClock 250000 kHz
    (II) RADEONHD(0): Scary bits: Estimated MinMemoryClock 250000 kHz
    (II) RADEONHD(0): Default Engine Clock: 350000
    (II) RADEONHD(0): Default Memory Clock: 333000
    (II) RADEONHD(0): Current Engine Clock: 343680
    (WW) RADEONHD(0): AtomBIOS command table 47 does not exist
    (II) RADEONHD(0): Query for AtomBIOS Exec: not implemented
    (WW) RADEONHD(0): Unusupported SetVoltage Revision
    (II) RADEONHD(0): Power Management: used engine clock / memory clock / core (VDDC) voltage (0: ignore)
    (II) RADEONHD(0): Power Management: Raw Ranges
    (II) RADEONHD(0): Minimum 250000 kHz / 250000 kHz / 0.000 V
    (II) RADEONHD(0): Maximum 0 kHz / 0 kHz / 0.000 V
    (II) RADEONHD(0): Default 350000 kHz / 333000 kHz / 0.000 V
    (II) RADEONHD(0): PowerPlayInfo Revision 0401
    (II) RADEONHD(0): Power Management: Validated Ranges
    (II) RADEONHD(0): Minimum 250000 kHz / 250000 kHz / 0.000 V
    (II) RADEONHD(0): Maximum 1351840 kHz / 89600000 kHz / 47.104 V
    (II) RADEONHD(0): Default 350000 kHz / 333000 kHz / 0.000 V
    (II) RADEONHD(0): Power Management: Known Good Configurations
    (II) RADEONHD(0): 1 350000 kHz / 350000 kHz / 0.000 V
    (II) RADEONHD(0): 2 0 kHz / 89600000 kHz / 47.104 V
    (II) RADEONHD(0): 3 1351840 kHz / 0 kHz / 0.000 V
    (II) RADEONHD(0): Power Management: Final Levels
    (II) RADEONHD(0): Off 250000 kHz / 250000 kHz / 0.000 V
    (II) RADEONHD(0): Idle 350000 kHz / 333000 kHz / 0.000 V
    (II) RADEONHD(0): Slow2D 350000 kHz / 333000 kHz / 0.000 V
    (II) RADEONHD(0): Fast2D 350000 kHz / 333000 kHz / 0.000 V
    (II) RADEONHD(0): Slow3D 350000 kHz / 333000 kHz / 0.000 V
    (II) RADEONHD(0): Fast3D 350000 kHz / 333000 kHz / 0.000 V
    (II) RADEONHD(0): Max3D 1351840 kHz / 89600000 kHz / 47.104 V
    (II) RADEONHD(0): User 350000 kHz / 333000 kHz / 0.000 V
    (II) RADEONHD(0): Connector[0] {RHD_CONNECTOR_PANEL, "LVDS LCD1", RHD_DDC_1, RHD_HPD_NONE, { RHD_OUTPUT_KLDSKP_LVTMA, RHD_OUTPUT_NONE } }
    (II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_VGA, "VGA CRT1", RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACA, RHD_OUTPUT_NONE } }
    (II) RADEONHD(0): LVDS FPDI: 0x1
    (II) RADEONHD(0): LVDS Duallink: 0x0
    (II) RADEONHD(0): LVDS Grey Level: 0x3
    (II) RADEONHD(0): LVDS SEQ Dig onto DE: 30
    (II) RADEONHD(0): LVDS SEQ DE to BL: 360
    (II) RADEONHD(0): LVDS Off Delay: 500
    (II) RADEONHD(0): LVDS 24Bit: 0x0
    (II) RADEONHD(0): LVDS Spatial Dither : 0x0
    (II) RADEONHD(0): LVDS Temporal Dither : 0x1
    (II) RADEONHD(0): ACPI Backlight Control found.
    (--) RADEONHD(0): Attaching Output UNIPHY_KLDSKP_LVTMA to Connector PANEL
    (--) RADEONHD(0): Attaching Output DAC A to Connector VGA 1
    (II) RADEONHD(0): RandR: Adding RRoutput PANEL for Output UNIPHY_KLDSKP_LVTMA
    (II) RADEONHD(0): RandR: Adding RRoutput VGA_1 for Output DAC A
    (II) RADEONHD(0): Output PANEL using monitor section Monitor0
    (II) RADEONHD(0): Output PANEL has no monitor section
    (II) RADEONHD(0): Output VGA_1 has no monitor section
    (II) RADEONHD(0): I2C device "RHD I2C line 1:ddc2" registered at address 0xA0.
    (II) RADEONHD(0): EDID data for LVDS Panel
    (II) RADEONHD(0): Manufacturer: LPL Model: 120 Serial#: 0
    (II) RADEONHD(0): Year: 2008 Week: 0
    (II) RADEONHD(0): EDID Version: 1.3
    (II) RADEONHD(0): Digital Display Input
    (II) RADEONHD(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEONHD(0): Gamma: 2.20
    (II) RADEONHD(0): No DPMS capabilities specified
    (II) RADEONHD(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEONHD(0): First detailed timing is preferred mode
    (II) RADEONHD(0): redX: 0.594 redY: 0.349 greenX: 0.325 greenY: 0.543
    (II) RADEONHD(0): blueX: 0.157 blueY: 0.139 whiteX: 0.313 whiteY: 0.329
    (II) RADEONHD(0): Manufacturer's mask: 0
    (II) RADEONHD(0): Supported detailed timing:
    (II) RADEONHD(0): clock: 69.3 MHz Image Size: 331 x 207 mm
    (II) RADEONHD(0): h_active: 1280 h_sync: 1328 h_sync_end 1352 h_blank_end 1416 h_border: 0
    (II) RADEONHD(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0
    (II) RADEONHD(0): LGPhilipsLCD
    (II) RADEONHD(0): Monitor name: LP154WX4-TLC8
    (II) RADEONHD(0): EDID (in hex):
    (II) RADEONHD(0): 00ffffffffffff00320c200100000000
    (II) RADEONHD(0): 00120103802115780a14659859538b28
    (II) RADEONHD(0): 23505400000001010101010101010101
    (II) RADEONHD(0): 010101010101121b0088502010303018
    (II) RADEONHD(0): 36004bcf100000190000000000000000
    (II) RADEONHD(0): 00000000000000000000000000fe004c
    (II) RADEONHD(0): 475068696c6970734c43440a000000fc
    (II) RADEONHD(0): 004c503135345758342d544c43380048
    (II) RADEONHD(0): Found native mode: Modeline "1280x800" 69.30 1280 1328 1352 1416 800 803 809 816
    (II) RADEONHD(0): EDID vendor "LPL", prod id 288
    (II) RADEONHD(0): Printing DDC gathered Modelines:
    (II) RADEONHD(0): Modeline "1280x800"x0.0 69.30 1280 1328 1352 1416 800 803 809 816 -hsync -vsync (48.9 kHz)
    (II) RADEONHD(0): Output PANEL connected
    (II) RADEONHD(0): Output VGA_1 disconnected
    (II) RADEONHD(0): Using exact sizes for initial modes
    (II) RADEONHD(0): Output PANEL using initial mode 1280x800
    (II) RADEONHD(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (II) RADEONHD(0): RandR 1.2 support enabled
    (==) RADEONHD(0): RGB weight 888
    (==) RADEONHD(0): Default visual is TrueColor
    (II) RADEONHD(0): Using 3840x1920 Framebuffer with 3840 pitch
    (II) RADEONHD(0): FB: Allocated ScanoutBuffer at offset 0x00008000 (size = 0x01C20000)
    (**) RADEONHD(0): Display dimensions: (330, 210) mm
    (**) RADEONHD(0): DPI set to (295, 232)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules/libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 2.5.0
    ABI class: X.Org Video Driver, version 6.0
    (II) RADEONHD(0): FB: Allocated Offscreen Buffer at offset 0x01C28000 (size = 0x01998000)
    (II) RADEONHD(0): FB: Allocated DRI Back Buffer at offset 0x035C0000 (size = 0x01C20000)
    (II) RADEONHD(0): FB: Allocated DRI Depth Buffer at offset 0x051E0000 (size = 0x01C20000)
    (II) RADEONHD(0): FB: Allocated GART table at offset 0x0FFF0000 (size = 0x00010000, end of FB)
    (II) RADEONHD(0): FB: Allocated DRI Textures at offset 0x06E00000 (size = 0x09000000)
    (II) RADEONHD(0): Using 16 MB GART aperture
    (II) RADEONHD(0): Using 2 MB for the ring buffer
    (II) RADEONHD(0): Using 2 MB for vertex/indirect buffers
    (II) RADEONHD(0): Using 12 MB for GART textures
    (--) Depth 24 pixmap format is 32 bpp
    (II) RADEONHD(0): Mapped IO @ 0x96300000 to 0xb728e000 (size 0x00010000)
    (II) RADEONHD(0): IGP sideport memory not present.
    (==) RADEONHD(0): Not Mapping IGP memory
    (II) RADEONHD(0): Mapped FB @ 0x80000000 to 0xa725f000 (size 0x10000000)
    (II) RADEONHD(0): Attempting to enable power management
    (II) RADEONHD(0): Current Engine Clock: 343680
    (WW) RADEONHD(0): AtomBIOS command table 47 does not exist
    (II) RADEONHD(0): Query for AtomBIOS Exec: not implemented
    (WW) RADEONHD(0): Unusupported SetVoltage Revision
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEONHD(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEONHD(0): [drm] framebuffer handle = 0x80000000
    (II) RADEONHD(0): [drm] added 1 reserved context for kernel
    (II) RADEONHD(0): X context handle = 0x1
    (II) RADEONHD(0): [drm] installed DRM signal handler
    (II) RADEONHD(0): [pci] 16384 kB allocated with handle 0xf8ca6000
    (II) RADEONHD(0): [pci] ring handle = 0xf8ca6000
    (II) RADEONHD(0): [pci] Ring mapped at 0xa701b000
    (II) RADEONHD(0): [pci] Ring contents 0x00000000
    (II) RADEONHD(0): [pci] ring read ptr handle = 0xf8ea7000
    (II) RADEONHD(0): [pci] Ring read ptr mapped at 0xa701a000
    (II) RADEONHD(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEONHD(0): [pci] vertex/indirect buffers handle = 0xf8ea8000
    (II) RADEONHD(0): [pci] Vertex/indirect buffers mapped at 0xa6e1a000
    (II) RADEONHD(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEONHD(0): [pci] GART texture map handle = 0xf90a8000
    (II) RADEONHD(0): [pci] GART Texture map mapped at 0xa625a000
    (II) RADEONHD(0): [drm] register handle = 0x22c60000
    (II) RADEONHD(0): [dri] Visual configs initialized
    (II) RADEONHD(0): Attempting to set Engine Clock to 350000
    (II) RADEONHD(0): Current Engine Clock: 343680
    (WW) RADEONHD(0): AtomBIOS command table 47 does not exist
    (II) RADEONHD(0): Query for AtomBIOS Exec: not implemented
    (WW) RADEONHD(0): Unusupported SetVoltage Revision
    (II) RADEONHD(0): [DRI] installation complete
    (II) RADEONHD(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEONHD(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEONHD(0): [drm] dma control initialized, using IRQ 18
    (II) RADEONHD(0): [drm] Initialized kernel GART heap manager, 12320768
    (II) RADEONHD(0): Direct rendering enabled
    (II) RADEONHD(0): Using DRM Command Processor (indirect) for acceleration.
    (II) EXA(0): Offscreen pixmap area of 26836992 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (II) UploadToScreen
    (II) DownloadFromScreen
    (==) RADEONHD(0): Backing store disabled
    (==) RADEONHD(0): Silken mouse enabled
    (II) RADEONHD(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) RADEONHD(0): Mapping DIG2 encoder to KLDSKP_LVTMA
    (II) RADEONHD(0): On Crtc 0 Setting 60.0 Hz Mode: Modeline "1280x800" 69.30 1280 1328 1352 1416 800 803 809 816
    None
    (II) RADEONHD(0): Query for Conditional Golden Setting: failed
    (II) RADEONHD(0): LVTMATransmitterSet: Incoherent Mode not supported, switching to Coherent.
    (II) RADEONHD(0): RHDAudioSetSupported: config 0x60040 codec 0x1
    (==) RADEONHD(0): DPMS enabled
    (II) RADEONHD(0): Xv: Textured Video initialised.
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r600_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEONHD(0): Setting screen physical size to 338 x 211
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event7"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event5"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event4"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) RADEONHD(0): EDID data for LVDS Panel
    (II) RADEONHD(0): Manufacturer: LPL Model: 120 Serial#: 0
    (II) RADEONHD(0): Year: 2008 Week: 0
    (II) RADEONHD(0): EDID Version: 1.3
    (II) RADEONHD(0): Digital Display Input
    (II) RADEONHD(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEONHD(0): Gamma: 2.20
    (II) RADEONHD(0): No DPMS capabilities specified
    (II) RADEONHD(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEONHD(0): First detailed timing is preferred mode
    (II) RADEONHD(0): redX: 0.594 redY: 0.349 greenX: 0.325 greenY: 0.543
    (II) RADEONHD(0): blueX: 0.157 blueY: 0.139 whiteX: 0.313 whiteY: 0.329
    (II) RADEONHD(0): Manufacturer's mask: 0
    (II) RADEONHD(0): Supported detailed timing:
    (II) RADEONHD(0): clock: 69.3 MHz Image Size: 331 x 207 mm
    (II) RADEONHD(0): h_active: 1280 h_sync: 1328 h_sync_end 1352 h_blank_end 1416 h_border: 0
    (II) RADEONHD(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0
    (II) RADEONHD(0): LGPhilipsLCD
    (II) RADEONHD(0): Monitor name: LP154WX4-TLC8
    (II) RADEONHD(0): EDID (in hex):
    (II) RADEONHD(0): 00ffffffffffff00320c200100000000
    (II) RADEONHD(0): 00120103802115780a14659859538b28
    (II) RADEONHD(0): 23505400000001010101010101010101
    (II) RADEONHD(0): 010101010101121b0088502010303018
    (II) RADEONHD(0): 36004bcf100000190000000000000000
    (II) RADEONHD(0): 00000000000000000000000000fe004c
    (II) RADEONHD(0): 475068696c6970734c43440a000000fc
    (II) RADEONHD(0): 004c503135345758342d544c43380048
    (II) RADEONHD(0): Found native mode: Modeline "1280x800" 69.30 1280 1328 1352 1416 800 803 809 816
    (II) RADEONHD(0): EDID vendor "LPL", prod id 288
    (II) RADEONHD(0): Printing DDC gathered Modelines:
    (II) RADEONHD(0): Modeline "1280x800"x0.0 69.30 1280 1328 1352 1416 800 803 809 816 -hsync -vsync (48.9 kHz)
    (II) RADEONHD(0): EDID data for LVDS Panel
    (II) RADEONHD(0): Manufacturer: LPL Model: 120 Serial#: 0
    (II) RADEONHD(0): Year: 2008 Week: 0
    (II) RADEONHD(0): EDID Version: 1.3
    (II) RADEONHD(0): Digital Display Input
    (II) RADEONHD(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEONHD(0): Gamma: 2.20
    (II) RADEONHD(0): No DPMS capabilities specified
    (II) RADEONHD(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEONHD(0): First detailed timing is preferred mode
    (II) RADEONHD(0): redX: 0.594 redY: 0.349 greenX: 0.325 greenY: 0.543
    (II) RADEONHD(0): blueX: 0.157 blueY: 0.139 whiteX: 0.313 whiteY: 0.329
    (II) RADEONHD(0): Manufacturer's mask: 0
    (II) RADEONHD(0): Supported detailed timing:
    (II) RADEONHD(0): clock: 69.3 MHz Image Size: 331 x 207 mm
    (II) RADEONHD(0): h_active: 1280 h_sync: 1328 h_sync_end 1352 h_blank_end 1416 h_border: 0
    (II) RADEONHD(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0
    (II) RADEONHD(0): LGPhilipsLCD
    (II) RADEONHD(0): Monitor name: LP154WX4-TLC8
    (II) RADEONHD(0): EDID (in hex):
    (II) RADEONHD(0): 00ffffffffffff00320c200100000000
    (II) RADEONHD(0): 00120103802115780a14659859538b28
    (II) RADEONHD(0): 23505400000001010101010101010101
    (II) RADEONHD(0): 010101010101121b0088502010303018
    (II) RADEONHD(0): 36004bcf100000190000000000000000
    (II) RADEONHD(0): 00000000000000000000000000fe004c
    (II) RADEONHD(0): 475068696c6970734c43440a000000fc
    (II) RADEONHD(0): 004c503135345758342d544c43380048
    (II) RADEONHD(0): Found native mode: Modeline "1280x800" 69.30 1280 1328 1352 1416 800 803 809 816
    (II) RADEONHD(0): EDID vendor "LPL", prod id 288
    (II) RADEONHD(0): Printing DDC gathered Modelines:
    (II) RADEONHD(0): Modeline "1280x800"x0.0 69.30 1280 1328 1352 1416 800 803 809 816 -hsync -vsync (48.9 kHz)
    (II) RADEONHD(0): EDID data for LVDS Panel
    (II) RADEONHD(0): Manufacturer: LPL Model: 120 Serial#: 0
    (II) RADEONHD(0): Year: 2008 Week: 0
    (II) RADEONHD(0): EDID Version: 1.3
    (II) RADEONHD(0): Digital Display Input
    (II) RADEONHD(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEONHD(0): Gamma: 2.20
    (II) RADEONHD(0): No DPMS capabilities specified
    (II) RADEONHD(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEONHD(0): First detailed timing is preferred mode
    (II) RADEONHD(0): redX: 0.594 redY: 0.349 greenX: 0.325 greenY: 0.543
    (II) RADEONHD(0): blueX: 0.157 blueY: 0.139 whiteX: 0.313 whiteY: 0.329
    (II) RADEONHD(0): Manufacturer's mask: 0
    (II) RADEONHD(0): Supported detailed timing:
    (II) RADEONHD(0): clock: 69.3 MHz Image Size: 331 x 207 mm
    (II) RADEONHD(0): h_active: 1280 h_sync: 1328 h_sync_end 1352 h_blank_end 1416 h_border: 0
    (II) RADEONHD(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0
    (II) RADEONHD(0): LGPhilipsLCD
    (II) RADEONHD(0): Monitor name: LP154WX4-TLC8
    (II) RADEONHD(0): EDID (in hex):
    (II) RADEONHD(0): 00ffffffffffff00320c200100000000
    (II) RADEONHD(0): 00120103802115780a14659859538b28
    (II) RADEONHD(0): 23505400000001010101010101010101
    (II) RADEONHD(0): 010101010101121b0088502010303018
    (II) RADEONHD(0): 36004bcf100000190000000000000000
    (II) RADEONHD(0): 00000000000000000000000000fe004c
    (II) RADEONHD(0): 475068696c6970734c43440a000000fc
    (II) RADEONHD(0): 004c503135345758342d544c43380048
    (II) RADEONHD(0): Found native mode: Modeline "1280x800" 69.30 1280 1328 1352 1416 800 803 809 816
    (II) RADEONHD(0): EDID vendor "LPL", prod id 288
    (II) RADEONHD(0): Printing DDC gathered Modelines:
    (II) RADEONHD(0): Modeline "1280x800"x0.0 69.30 1280 1328 1352 1416 800 803 809 816 -hsync -vsync (48.9 kHz)
    I'm assuming that, because X crashed, it's my driver. Just guessing.
    Edit: Which is exactly why I put it in the Desktop Environments forum. My bad.
    Last edited by steventrouble (2010-03-18 02:32:35)

    how do you start compiz, and what videocard and driver do you have?

Maybe you are looking for