You are not logged in.

#1 2004-12-05 10:52:47

Taz76
Member
From: Sweden
Registered: 2004-10-19
Posts: 44
Website

shape extension?

Hiya!

I'm checking out the new Enlightment (DR17.. *drooling on keyboard*).. but it's requiring "Shape extension" in the xorg server.. I've searched forums and google but found nothing.. how/where can I activate shape?

Here's my xorg.conf

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen         0 "Screen1"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option        "Clone" "off"
    Option        "Xinerama" "off"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/local/"
EndSection

Section "Module"
    Load       "glx"       # from XFree86-config
    Load       "dri"
    Load       "dbe"      # Double buffer extension
    Load       "type1"
    Load       "freetype"
    Load       "v4l"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option        "Protocol" "ExplorerPS/2"
    Option        "Device" "/dev/input/mice"
    Option        "Buttons" "5"
    Option        "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "se"
    Option        "XkbVariant" "nodeadkeys"
EndSection

Section "Modes"
         < List of modes for my screen.... edited out >
EndSection

Section "Monitor"
    Identifier   "NOKIA_446XPRO"
    VendorName   "NOKIA"
    ModelName    "446XPRO"
    UseModes     "Modes[0]"
    DisplaySize  360 270
     HorizSync    28.0 - 107.0
    VertRefresh  50.0 - 150.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier  "Device[0]"
    Driver      "nvidia"
    VendorName  "NVidia"
    BoardName   "GeForce4 MX 440-SE"
    BusID       "1:0:0"
    Option "RenderAccel" "true"
    Option    "Logo"    "false"
    Option "AllowGLXWithComposite" "true"
       # from http://www.mplayerhq.hu/DOCS/HTML/en/devices.html#tvout-nvidia
        Option          "CursorShadow"  "on"
        Option          "TwinView"
        Option          "TwinViewOrientation" "Clone"
        Option          "MetaModes" "1152x864,640x480"
        Option          "ConnectedMonitor" "CRT, TV"
        Option          "TVStandard" "PAL-B"
        Option          "TVOutFormat" "Composite"    
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Device[0]"
    Monitor    "NOKIA_446XPRO"
    DefaultDepth     16

           < Display-modes for screen... edited out.. >
EndSection

Section "DRI"
    Group        "video"
    Mode         0660
EndSection

Section "Extensions"
    Option "Composite" "true"
    Option "RENDER" "true"
EndSection

Anyone knows? Shape extension wanted!  big_smile

Btw.. is there any good site explaining xorg/xfree86 modules/extensions?

/ Taz

Offline

#2 2004-12-05 11:01:07

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: shape extension?

I think it is something called, Nonrectangular Window Shape Extension
http://www.hp.com/xwindow/viaFrames/ext … shape.html


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#3 2004-12-05 11:14:49

Taz76
Member
From: Sweden
Registered: 2004-10-19
Posts: 44
Website

Re: shape extension?

the error-message says.. Xlib: extention "SHAPE" is needed.. or someling like that.. it makes it possible to create non-rectangular shapes, windows i think..

Offline

#4 2004-12-05 11:51:43

Taz76
Member
From: Sweden
Registered: 2004-10-19
Posts: 44
Website

Re: shape extension?

Perhaps it has to be compiled with Xorg?

Offline

#5 2004-12-06 15:53:44

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: shape extension?

you have the module missing - i cannot recall the exact name, but it's something like "xext" or "ext" - it's just miscellaneous extensions...

Offline

#6 2004-12-06 23:52:49

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: shape extension?

I'm not sure, but I suppose you have the following line to your Section-module in /etc/X11/xorg.conf:

Load  "extmod"

Hopes this helps,

Michel

Offline

#7 2004-12-07 05:05:03

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: shape extension?

Michel wrote:

I'm not sure, but I suppose you have the following line to your Section-module in /etc/X11/xorg.conf:

Load  "extmod"

Hopes this helps,

Michel

that's it "extmod"

Offline

#8 2004-12-07 09:52:20

Taz76
Member
From: Sweden
Registered: 2004-10-19
Posts: 44
Website

Re: shape extension?

Michel -> ahhh... load "extmod" did the trick! I looked in xorg's logfile and it says that shape (and some more stuff) is loaded now smile thanks!  big_smile

Offline

Board footer

Powered by FluxBB