You are not logged in.
Pages: 1
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!
Btw.. is there any good site explaining xorg/xfree86 modules/extensions?
/ Taz
Offline
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
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
Perhaps it has to be compiled with Xorg?
Offline
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
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
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
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 thanks!
Offline
Pages: 1