You are not logged in.

#1 2008-09-11 04:17:26

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

window decorator goes away

Ok so I recently tried to downgrade my intel driver back to i think its 2.2.3.  Blew up my xorg and I managed to get it working again.... kinda.  I was using gtk window decorator, compiz fusion, and standard gnome themes.  I'm back in x, but my window title borders and therefore ability to move all my windows are gone.  My gdm screen also has a lower resolution than my x session (though the x session runs perfectly otherwise and has perfect resolution) advice? Where do I look to fix this?

Thanks!


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

#2 2008-09-11 14:53:34

genisis300
Member
From: Uk
Registered: 2008-01-15
Posts: 284

Re: window decorator goes away

I might be completly wrong but have you check the Bitrate you have set up in the xorg.conf?
it might be set at 16 instead of 24.


"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson

Offline

#3 2008-09-11 15:57:42

Blice
Member
Registered: 2008-08-05
Posts: 29

Re: window decorator goes away

Have you tried to use a different window manager...?

Offline

#4 2008-09-11 21:59:00

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Re: window decorator goes away

ok well i got it working again by restoring an old xorg.conf but I have another error now whenever i open a terminal window the windows contents, of other x session windows disappears.  Where would I check the bitrate? Would that fix it? my xorg.conf:

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

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

Section "Module"
    Load  "glx"
    Load  "extmod"
    Load  "xtrap"
    Load  "record"
    Load  "GLcore"
    Load  "dbe"
    Load  "dri"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    #DisplaySize      330   210    # mm
    Identifier   "Monitor0"
    VendorName   "LPL"
    ModelName    "db00"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GME Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Last edited by ybotspawn (2008-09-11 22:01:34)


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

#5 2008-09-11 22:27:40

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Re: window decorator goes away

correcton, im an idiot and had loose binding enabled on compiz... problem resolved, for those who are wondering, the issue was a boned up xorg.conf file.  All good and works fine after recreating the xorg.conf file


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

Board footer

Powered by FluxBB