Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerald problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
sint
n00b
n00b


Joined: 20 Apr 2004
Posts: 16

PostPosted: Thu Oct 19, 2006 3:31 pm    Post subject: emerald problem Reply with quote

hey, my box is running fine with xfce4 and beryl. but i have this little problem with emerald when maximizing a window. the whole window decoration becomes white. it is still working, i can use the buttons for closing, minimize and so on, but i don't see them cause everything is white! if i unmaximize the window, the decoration comes back.

i use maximized windows alot, like when typing this in firefox...

anyone have an idea?
is there maybe another working window-decorator i can use with beryl?
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Thu Oct 19, 2006 3:37 pm    Post subject: Reply with quote

well it would help to know if you you are using xgl or xorg7.1/aiglx and what display adapter but either way check your xorg.conf and make sure you have these settings. if you are using xgl then the AIGLX option dosent matter

Code:
Section "DRI"
        Mode 0666
EndSection

Section "ServerLayout"
        Option         "AIGLX" "true"
EndSection

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

Section "Device"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "DRI"     "true"
EndSection


And if you are an nvidia user you need these also:
Code:
Section "Device"
       Option      "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
       Option       "AddARGBGLXVisuals" "True"
EndSection

_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
sint
n00b
n00b


Joined: 20 Apr 2004
Posts: 16

PostPosted: Sat Oct 21, 2006 12:59 am    Post subject: Reply with quote

its a radeon 7000 and i'm running xorg7.1 with aiglx. most of the things you told me, i have already in my xorg.conf. but if i use this -> Option "DRI" "true" <- it tells me that there is no such option.
but dri is still working fine, maybe it is missing something more or less.


my xorg.conf
Code:


Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AIGLX" "true"
EndSection

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

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"Section "Module"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
        SubSection "extmod"
                Option "omit xfree86-dga"
        EndSubSection
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
        Option      "XkbOptions" "eurosign:e"        Option      "XkbOptions" "eurosign:e"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 48.5
        VertRefresh  50.0 - 70.0
EndSection

Section "Device"
        Option      "DDCMode"
#       Option      "SWcursor" "true"
        Option "AGPMode" "4"
        Option "AGPFastWrite" "yes"
        Option "DynamicClocks" "on"
        Option "ColorTiling" "on"
        Option "AccelMethod" "XAA"
        Option "EnablePageFlip" "on"
        Option "DisplayPriority" "HIGH"
        Option "XAANoOffscreenPixmaps" "true"
        Option "DRI" "true"
        Option "RenderAccel" "on"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon Mobility M6 LY"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection




cat /var/log/Xorg.0.log | grep -e WW -e EE
Code:


(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xebffe800 is: 0xebffe800
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xe07fe000
(WW) RADEON(0): Option "DRI" is not used
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum