You are not logged in.

#26 2004-09-13 07:42:21

jochu
Member
Registered: 2004-09-03
Posts: 17

Re: [x11] Xorg 6.8.0

Yay! Package moved out of testing! tongue

... but umm...

$ pacman -S xorg

Targets: xorg-11R6.8.0-2

Proceed with upgrade? [Y/n] 

checking package integrity... done.
loading package data... done.
checking for file conflicts... 
error: the following file conflicts were found:
  /usr/lib/libGL.la: exists in filesystem


errors occurred, no packages were upgraded.

:shock: Is this supposed to happen? tongue

Offline

#27 2004-09-13 09:12:36

jochu
Member
Registered: 2004-09-03
Posts: 17

Re: [x11] Xorg 6.8.0

I upgraded using force but now when I start X...

The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            No Symbols named "us" in the include file "pc/us"
>                   Exiting
>                   Abandoning symbols file "default"
Errors from xkbcomp are not fatal to the X server

[edit]: fixed it. xorg settings messed up. I set the XkbVariant wrong.  (it was set to us when it was supposed to be set to err.. I have it blank right now.)

Offline

#28 2004-09-13 11:00:16

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: [x11] Xorg 6.8.0

libGL.la problem?
do you use nvidia drivers?
you can force the install of xorg and it is possible that you have to reinstall the nvidia drivers with pacman -S nvidia
that should help
i try it this evening
with testing package it worked without rebuild

Offline

#29 2004-09-13 13:35:01

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

Re: [x11] Xorg 6.8.0

hyp0luxa wrote:

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
} 

Maybe transset and xcompmgr should be add to extra/current?


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#30 2004-09-13 14:43:28

mr_ed
Member
From: Ottawa, ON, Canada
Registered: 2004-04-13
Posts: 72

Re: [x11] Xorg 6.8.0

tpowa wrote:

libGL.la problem?
do you use nvidia drivers?
you can force the install of xorg and it is possible that you have to reinstall the nvidia drivers with pacman -S nvidia
that should help
i try it this evening
with testing package it worked without rebuild

I got it too, and I don't use nvidia drivers.  I just forced it, and it works.
Did somebody put this in the bug tracker?

Offline

#31 2004-09-13 18:25:42

FoPref
Member
From: Erlangen / Germany
Registered: 2004-03-24
Posts: 96
Website

Re: [x11] Xorg 6.8.0

How to use xcompmgr and transset?
transset reports:
opacity 0xc0000000
Set Property to 0.75
and:
20:25:22 fopref@~ $ transset/transset
Found property: 0.75
opacity 0xffffffff
Set Property to 1

after clicking on a window.... and does nothing hmm

xcompmgr reports:
No composite extension


in /var/log/Xorg.0.log:
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE



cu
Ford Prefect

Offline

#32 2004-09-13 18:47:09

ghostwalker
Member
From: Tacoma, WA
Registered: 2004-07-28
Posts: 140

Re: [x11] Xorg 6.8.0

Have you added the following to xorg.conf?

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

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

#33 2004-09-14 21:50:35

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

Re: [x11] Xorg 6.8.0

Red HamsterX wrote:

(EE) Failed to load module "Keyboard" (module does not exist, 0)
(EE) No input driver matching `Keyboard'
No core keyboard

Change:

Driver "Keyboard"

to

Driver "kbd"

Viola! (said the conductor)
Seriously, though, I found this out by backing up my /etc/X11/xorg.conf file, then running xorgconfig and checking the Driver field in the automatically generated xorg.conf file.


fffft!

Offline

#34 2004-09-15 00:25:23

whatah
Member
Registered: 2003-08-10
Posts: 114

Re: [x11] Xorg 6.8.0

Does anyone have a problem with trying to switch VTs from within the new X.org? Another issue i am running into is trying to run x.org with mergedfb, supposedly it should work, but it is not recognizing my second monitor. Weird.

Offline

#35 2004-09-15 20:14:13

mak
Member
Registered: 2004-03-08
Posts: 47
Website

Re: [x11] Xorg 6.8.0

hiho.

finally !!! there is 6.8.1 !!! *whaaaa* i just finished downloading the srces of 6.8.0 8[

mak.


$ wget -c -r -l inf -i what_the_hel.l

Offline

#36 2004-09-15 20:26:01

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

Re: [x11] Xorg 6.8.0

I tried downloading 6.8.1, but it looks like they haven't uploaded it yet.


And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#37 2004-09-15 20:31:45

mak
Member
Registered: 2004-03-08
Posts: 47
Website

Re: [x11] Xorg 6.8.0

i have started the SINGLE-bz2-file, but now the whole sub-dir is gone ...
however i did finish the 35k patch, they also released, must also be a FIRST-time.

hopefully the dir will come back wink

mak.


$ wget -c -r -l inf -i what_the_hel.l

Offline

#38 2004-09-16 19:09:07

mak
Member
Registered: 2004-03-08
Posts: 47
Website

Re: [x11] Xorg 6.8.0

looks like xorg-6.8.1 is BACK.

u can download it at: http://freedesktop.org/~xorg/X11R6.8.1/src/
there a multiple versions to get the src this time.

... hope they keep this up >> 40mb-bz2-file !!!

mak.


$ wget -c -r -l inf -i what_the_hel.l

Offline

#39 2004-09-17 14:51:45

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [x11] Xorg 6.8.0

is the latest arch package 6.8.1-1 or 6.8.0-3 - if you see what i mean?  don't tell me someone added the new package but missed the security patch?

Offline

#40 2004-09-17 17:15:49

mak
Member
Registered: 2004-03-08
Posts: 47
Website

Re: [x11] Xorg 6.8.0

hiho.

it's 6.8.0-3 without the libXpm-security fix as far as i see,
that's why i posted the link to 6.8.1, however i'm not SO sure
that this is the _final_ version of 6.8.X ...
'cause it had been released - unreleased and released again ... :?

the xorg-devs aren't sure either i think ... wink

mak.


$ wget -c -r -l inf -i what_the_hel.l

Offline

Board footer

Powered by FluxBB