You are not logged in.
Here is the PKGBuild if someone wants to have:
# Contributor: John Doe <xxx@yyyy.zz>
pkgname=xorg
pkgver=6.8.0
pkgrel=1
pkgdesc="Xorg's X server - including transparency & shadows"
url="http://www.x.org"
depends=('glibc' 'freetype1' 'fontconfig' 'gcc' 'libpng')
makedepends=('perl')
conflicts=('ttf-bitstream-vera' 'xfree86')
provides=('x-server' 'xfree86')
replaces=('x')
source=('ftp://ftp.x.org/pub//X11R6.8.0/tars/X11R6.8.0-src1.tar.gz'
'ftp://ftp.x.org/pub//X11R6.8.0/tars/X11R6.8.0-src2.tar.gz'
'ftp://ftp.x.org/pub//X11R6.8.0/tars/X11R6.8.0-src3.tar.gz'
'ftp://ftp.x.org/pub//X11R6.8.0/tars/X11R6.8.0-src4.tar.gz'
'ftp://ftp.x.org/pub//X11R6.8.0/tars/X11R6.8.0-src5.tar.gz'
'ftp://ftp.x.org/pub//X11R6.8.0/tars/X11R6.8.0-src6.tar.gz'
'ftp://ftp.x.org/pub//X11R6.8.0/tars/X11R6.8.0-src7.tar.gz')
md5sums=('c31a2e1c226e659c2ff29abfe55386e3'
'4089bb6efb6c5bc73fbcfc23fafcb0c8'
'488a5ebbbdf48d974efbc3a0bde92bf4'
'0ffaef789784ae16ca263e7ae60db656'
'af129720efbe82a1a82505c23227f70b'
'4be7648c1512d5da7e738e500dd5ba30'
'888ced8bc85fbd2bd4880dba23a7f44a')
install=
build() {
cd $startdir/src/xc
echo $'#define HasZlib YESn' >config/cf/host.def
echo $'#define HasNCurses YESn' >>config/cf/host.def
echo $'#define HasFontconfig YESn' >>config/cf/host.def
echo $'#define HasFreetype2 YESn' >>config/cf/host.def
echo $'#define HasExpat YESn' >>config/cf/host.def
echo $'#define BuildComposite YESn' >>config/cf/host.def
make World || return 1
make DESTDIR=$startdir/pkg install
make DESTDIR=$startdir/pkg install.man
(cd $startdir/pkg/usr/include && ln -sf ../X11R6/include/X11 X11)
(cd $startdir/pkg/usr/include && ln -sf ../X11R6/include/GL GL)
# get the pkgconfig .pc files in the right place
mkdir -p $startdir/pkg/usr/lib/pkgconfig
mv $startdir/pkg/usr/X11R6/lib/pkgconfig/* $startdir/pkg/usr/lib/pkgconfig
}
Please notice http://bbs.archlinux.org/viewtopic.php?t=6488
You need to get 2 more Packages to enable transparency.
Last edited by Loki|muh (2024-08-24 21:19:51)
Offline
--> current, current, we're wainting for it ;>
(I can't build myself - I've got broken memory and gcc segvalouts).
Gnome - The weakest link!
Linux, *not* GNU/Linux!
Offline
I will upload it now to http://sonderschueler.de/archlinux/xorg
Could be taking a hour until it is complete (20KByte/s upload).
Filesize is 52MB, md5sum 1579fab50078467a7a6860b896f23e0f
---
I personally went back to 6.7.0 because my fluxbox dont liked 6.8.0 so much. Click to raise doesn't work. I must first click on a window, then press twice alt+tab and then the window is raised. I didn't figured out if its a Xorg or fluxbox Problem. Just wanted to mention -- resolved now, see below
Offline
You might want to consider taking this into account:
http://bugs.archlinux.org/index.php?do=details&id=1372
:: / my web presence
Offline
Don't for get xcompmgr and transset.
Walt
P4 2.8Ghz @ 2.8Ghz SL6WT
Zalman CNPS7000-Cu
865PE Neo-2 LS BIOs 2.4
512mb Mushkin Level II
160GB Maxtor HD
Geforce 4 440MX
Antec 3700 1 exhaust and 1 intake fans
Linux 2.6.x
Linux user 314187
ArchLinux
Offline
Thank you very much! I'm going to check it out now
~Jake B
Offline
hmm... transet and xcompmgr are sooo slow, it's unbearable to use them. I must be doing something wrong...
also, KDE won't work with the new version, it freezes at initiliazing perhipherials... oh well, time to use e!
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
Okay, i got it working at decent speed, but xcompmgr is so freaking unstable. where can I get some patches for it?
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
I'm having the same problem w/ KDE... I think I'm going to hold off for awhile, or maybe hack around w/ it myself for a bit...
as for patches for xcommgr try patch -p1 < /dev/rand... that's probably your best bet
~Jake B
Offline
Xcompmgr works very bad with Driver "ati" in xorg.conf, see: http://sonderschueler.de/pics/xcompmgr-shit.png
With Driver "radeon" it draws everything clean, but it is so ridiculous slow. I move a window and it follows 3-4seconds later und not very smooth
with xcompmgr -s instead of -c it seems to be a little smoother, but its still very sad...
fluxbox works now correctly with slit layer set to Desktop
Offline
Xorg 6.8.0 is in testing now.
Offline
here's a PKGBUILD for transset
# Contributor: Elias J. Guerrero (hyp0luxa) <hyp0luxa@yahoo.com>
pkgname=transset
pkgver=cvs
pkgrel=1
pkgdesc="A CVS build of x.org transset"
url=""
depends=('xorg')
makedepends=('cvs')
cvsroot=":pserver:anoncvs@cvs.freedesktop.org:/cvs/xapps"
build() {
cd $startdir/src
#cvs checkouts
msg "Connecting to x.org CVS server...press enter to confinue'"
cvs -d $cvsroot login
msg "Checking out transset...."
PKG_CONFIG_PATH=/opt/Xorg-6.7.99.1/lib/pkgconfig
export PKG_CONFIG_PATH
cvs -d $cvsroot co transset
cd $startdir/src/transset
# actual build
make || return 1
mkdir $startdir/pkg/usr
mkdir $startdir/pkg/usr/X11R6
mkdir $startdir/pkg/usr/X11R6/bin
cp $startdir/src/transset/transset $startdir/pkg/usr/X11R6/bin
}
Offline
When will be made official xorg pkg?
Offline
http://archlinux.org/packages.php?id=5450
Yesterday, it's in testing.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
thnx.
Offline
Hmm, I just installed this, and everything thing is fine except the dri module doesn't load... maybe the new version has a problem with i810 based cards. I'm sticking with 6.7.0 until I can figure out the problem.
Unofficial firefox builds
[code]
[nosebleed]
Server = http://pryan.org/firefox/nosebleed/
[/code]
Offline
How to make menu transperant but not the window by transset? Thank you.
Offline
How to make menu transperant but not the window by transset? Thank you.
consult your windowmanagers documentation.
I doubt you can make it work tho.
metacity will probably use all the new features by out of the box with gnome 2.8
To err is human... to really foul up requires the root password.
Offline
When I compile it with NPTL's glibc, I get following error:
In file included from /home/mirek/pakiety/ignored/x/src/xc/extras/drm/shared/drm.h:41,
from ../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:39,
from ../../../extras/Mesa/include/GL/internal/dri_interface.h:48,
from glxclient.h:82,
from clientattrib.c:39:
/usr/include/linux/config.h:1:2: #error "Compilation aborted. Please read the FAQ for linux-libc-headers package."
/usr/include/linux/config.h:2:2: #error "(can be found at http://ep09.pld-linux.org/~mmazur/linux-libc-headers/doc/)"
make[5]: *** [clientattrib.o] Blad 1
on regular glibc all compilation work fine.
Greetings,
Miroslaw.
Offline
I too have the nptl error. Have you filed a bug report yet?
Offline
I have the same issue as nosebleed, what i ended up doing was enabling both gl and dri and it worked. Also, I might add that gnome and kde both refuse to start now, both complaining about /tmp/.X11-unix . As well, when I switch out of X into the regular VT's... X crashes and complains about losing the screen, and the mouse pointer becomes a permanent frozen image on my VT's up until I start X and exit it the correct way. As well, xcompmgr makes my system so incredibly slow, it's unbarable So much for all the fun stuff that the new xorg promissed.
I'm sticking with 6.7 for now.
The suggestion box only accepts patches.
Offline
working good here. I had to:
chown root /tmp/.ICE-unixto eleminate some errors on startkde.
First time I started up (startx, which calls exec gnome-session) I got that error, too.
Second time (next time I booted), I had to create it. Where should we file a bug report? Here, or at http://bugs.freedesktop.org/ ?
For now, I just added this to my /etc/rc.sysinit file. Hope it works.
mkdir /tmp/.ICE-unix
chmod 1777 /tmp/.ICE-unix
I don't know what -e means in that script. I'm hoping "exists." I just ran through the bash manual, but I didn't see anything there. So if someone could let me know, and/or point me to the place to look, that would be much appreciated.
EDIT: -e didn't work.
Offline
I tryed to run xorg 6.8.0 from testing, but kde crashed on inicialising peripherial devices ;/
Gnome - The weakest link!
Linux, *not* GNU/Linux!
Offline
FYI: ATI will be releasing a driver compatible with xorg 6.8 in a couple of weeks.
Offline
FYI: ATI will be releasing a driver compatible with xorg 6.8 in a couple of weeks.
hopefully a nice improvement too.
Offline