Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-08 Thread rickh

>Do you have the following line in /etc/apt/sources.list ?  
> deb-src http://debian.mirror.frontiernet.net/debian/ testing main 

My line actually said "http://debian.mirror.frontiernet.net/debian/ testing
main contrib non-free," and that was the problem.  I removed "contrib
non-free" and that cleared the errors.  

Everything ran with no errors, but I still have no GLX.  Most obvious
symptom ... No GL screensavers work. ... I wonder if I should have pulled
the xserver-xorg-core source from Sid. 
--
View this message in context: 
http://www.nabble.com/xorg-7.0-%28glx-problems--Error%3A-couldn%27t-find-RGB-GLX-visual%29-t1737529.html#a4786006
Sent from the debian-amd64 forum at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-08 Thread Frederik Juul Christiani
* rickh <[EMAIL PROTECTED]> [Jun 08. 2006 14:27]:
> Frederik Juul Christiani-2 wrote:
> > 
> > $ sudo apt-get install -t unstable mesa-swx11-source
> > $ sudo apt-get build-dep xserver-xorg-core
> > $ sudo apt-get install fakeroot
> > $ apt-get source xserver-xorg-core
> > $ cd xorg-server-1.0.2/
> > $ dpkg-buildpackage -rfakeroot
> > $ cd ..
> > $ sudo dpkg -i xserver-xorg-core_1.0.2-8_amd64.deb
> 
> Didn't get far.  2nd instruction, $ sudo apt-get build-dep
> xserver-xorg-core, returns:
> E: Could not open file
> /var/lib/apt/lists/debian.mirror.frontiernet.net_debian_dists_testing_main_source_Sources
> - open (2 No such file or directory)

Do you have the following line in /etc/apt/sources.list ?

  deb-src http://debian.mirror.frontiernet.net/debian/ testing
main

Make sure you do, and follow up with "sudo apt-get update".

I hope this helps.

Frederik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-08 Thread rickh


Frederik Juul Christiani-2 wrote:
> 
> * rickh <[EMAIL PROTECTED]> [Jun 07. 2006 18:56]:
>> When you say you 'installed' mesa-swx11-source, I assume you
>> mean that you did compile/make.  That doesn't intimidate me.
>> ... But, if 'rebuilding and installing xserver-xorg-core' means
>> you also compiled that from source, ...  I'm hesitant.
> 
> It really isn't as scary as it apparently sounds.
> 
> $ sudo apt-get install -t unstable mesa-swx11-source
> $ sudo apt-get build-dep xserver-xorg-core
> $ sudo apt-get install fakeroot
> $ apt-get source xserver-xorg-core
> $ cd xorg-server-1.0.2/
> $ dpkg-buildpackage -rfakeroot
> $ cd ..
> $ sudo dpkg -i xserver-xorg-core_1.0.2-8_amd64.deb
> 
> It worked for me.  Let us know the results if you decide to try it.
> 

Didn't get far.  2nd instruction, $ sudo apt-get build-dep
xserver-xorg-core, returns:
E: Could not open file
/var/lib/apt/lists/debian.mirror.frontiernet.net_debian_dists_testing_main_source_Sources
- open (2 No such file or directory)
--
View this message in context: 
http://www.nabble.com/xorg-7.0-%28glx-problems--Error%3A-couldn%27t-find-RGB-GLX-visual%29-t1737529.html#a4771227
Sent from the debian-amd64 forum at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-07 Thread Frederik Juul Christiani
* rickh <[EMAIL PROTECTED]> [Jun 07. 2006 18:56]:
> When you say you 'installed' mesa-swx11-source, I assume you
> mean that you did compile/make.  That doesn't intimidate me.
> ... But, if 'rebuilding and installing xserver-xorg-core' means
> you also compiled that from source, ...  I'm hesitant.

I meant the latter.
It really isn't as scary as it apparently sounds.

$ sudo apt-get install -t unstable mesa-swx11-source
$ sudo apt-get build-dep xserver-xorg-core
$ sudo apt-get install fakeroot
$ apt-get source xserver-xorg-core
$ cd xorg-server-1.0.2/
$ dpkg-buildpackage -rfakeroot
$ cd ..
$ sudo dpkg -i xserver-xorg-core_1.0.2-8_amd64.deb

It worked for me.  Let us know the results if you decide to try it.

It probably isn't necessary to build all 6 binary packages from
xorg-server, but I don't know how to do that easily.  Anyone?

> It appears that, given time, the problem will be corrected by
> normal upgrades, but I am tired of living without GLX.  I this
> process is not risky for an 'intermediate (at best) user, I'll
> try it.  But I would like a little more encouragement.

Go for it!  You can always reinstall the package from testing if
you tire of GLX :)

Frederik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-07 Thread [EMAIL PROTECTED]
Hi,

did you already take a look at http://wiki.debian.org/Xorg69To7 ?

Kind regards,
Marko



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-07 Thread rickh

I wonder if you might expand on your 'fix' a little bit.  

I installed libgl1-mesa-swx11 with APT.
It removed libgl1-mesa-glx, x-window-system, xorg
When I used APT to reinstall, x-window-system, It removed my newly installed
libgl1-mesa-swx11, and put back libgl1-mesa-glx.

When you say you 'installed' mesa-swx11-source, I assume you mean that you
did compile/make.  That doesn't intimidate me. ... But, if 'rebuilding and
installing xserver-xorg-core' means you also compiled that from source, ...
I'm hesitant.

It appears that, given time, the problem will be corrected by normal
upgrades, but I am tired of living without GLX.  I this process is not risky
for an 'intermediate (at best) user, I'll try it.  But I would like a little
more encouragement.
--
View this message in context: 
http://www.nabble.com/xorg-7.0-%28glx-problems--Error%3A-couldn%27t-find-RGB-GLX-visual%29-t1737529.html#a4752235
Sent from the debian-amd64 forum at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-05 Thread Frederik Juul Christiani
* Richard Mace <[EMAIL PROTECTED]> [Jun 05. 2006 22:27]:
> Now, when I type glxinfo I get the following output:
> 
> $ LIBGL_DEBUG=verbose glxinfo
> name of display: :0.0
> Error: couldn't find RGB GLX visual

You seem to have been bitten by bug #364233

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364233

Installing the new mesa-swx11-source from unstable followed by
rebuilding and installing xserver-xorg-core fixed the problem for
me.

Good luck.

Frederik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-05 Thread Richard Mace
I recently upgraded to xorg 7.0 and am experiencing strange problems that seem 
to be related to GLX (I think). I first noticed that playing back video 
seemed choppy, with a perceptible pause at 5 second intervals that was not 
there previously (xorg <= 6.9). I then tried some 3D apps and found that 
glxgears and glxinfo had been removed in the upgrade. I re-installed them 
with the mesa-utils package.

Now, when I type glxinfo I get the following output:

$ LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x23 24 tc  0 -1  0 r  y  . -1 -1  0  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 -1  0 r  y  . -1 -1  0  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 -1  0 r  y  . -1 -1  8  0  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 -1  0 r  .  . -1 -1  8  0  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 -1  0 r  y  . -1 -1  0  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 -1  0 r  y  . -1 -1  0  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 -1  0 r  y  . -1 -1  8  0  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 -1  0 r  .  . -1 -1  8  0  0 16  8 16 16 16 16  0 0 None

For the same reason glxgears fails to run.

My Xorg.log also contains some suspicious lines, which seem to be related to 
the above error:
===excerpt from Xorg.0.log

(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
=
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
=
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
=
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
=
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
=
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
=
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
=
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
=
4294967295
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"

==

Googling led me to http://wiki.debian.org/Xorg69To7 where it is explained 
in "DRI with i810" that some of the newer drivers (the i810 in particular) 
break mesa. However, I am using the radeon driver on an HP nx6125 [ATI Radeon 
XPRESS 200M 5955 (PCIE)]. Has anyone else experienced these problems? Any 
fixes? (I suspect that my apparent lack of 2D acceleration is related to 
these problems also, but can't be sure.)

Other relevant info. I had recently installed the proprietary version of fglrx 
8.25.18 but was not using it when I upgraded (I had reverted to the radeon 
driver. Further, the fglrx driver was removed during the upgrade).

Thanks for your time.

Richard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0 start problem

2006-04-22 Thread antongiulio05
> > > I have upgraded my system to xorg 7.0 but at start I got this error:
> > >
> > > xinit: Connection refused (errno 111): unable to connect to Xservere
> > > xinit: No such process (errno 3): server error
> 
> > There should be some lines before that, that may explain the problem.
> 
> no, they are only lines returned launching startx via root.
> 
> > I had something like that because my sources for debian packages weren't
> > up-to-date, which resulted in some xorg packages not being installed.
> 
> two days ago I have changed my sources.list from "debian-amd64" to
> "debian". Could be it the problem (partial packages from a repo)?

Solved. It was a dependencies problem. I have installed manually:

apt-get install xserver-xorg
apt-get install nvidia-kernel-common
apt-get install xfonts-100dpi
apt-get install xfonts-75dpi
apt-get install xserver-common
apt-get install xfonts-misc
apt-get install xfonts-speedo
apt-get install xfonts-base xfonts-base-transcoded

and now it works. I just must remake nvidia driver.

Giulio


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0 start problem

2006-04-21 Thread antonio giulio
> > I have upgraded my system to xorg 7.0 but at start I got this error:
> >
> > xinit: Connection refused (errno 111): unable to connect to Xserver
> > xinit: No such process (errno 3): server error

> There should be some lines before that, that may explain the problem.

no, they are only lines returned launching startx via root.

> I had something like that because my sources for debian packages weren't
> up-to-date, which resulted in some xorg packages not being installed.

two days ago I have changed my sources.list from "debian-amd64" to
"debian". Could be it the problem (partial packages from a repo)?

Thanks,
Giulio



Re: Xorg 7.0 start problem

2006-04-20 Thread thunder7
From: antonio giulio <[EMAIL PROTECTED]>
Date: Thu, Apr 20, 2006 at 02:24:22PM -0700
> Hi,
> I have upgraded my system to xorg 7.0 but at start I got this error:
> 
> xinit: Connection refused (errno 111): unable to connect to Xserver
> xinit: No such process (errno 3): server error
> 
There should be some lines before that, that may explain the problem.

I had something like that because my sources for debian packages weren't
up-to-date, which resulted in some xorg packages not being installed.

Kind regards,
Jurriaan
-- 
HORROR FILM WISDOM:
13. If you are using a gun to combat the all-consuming evil, it is a good
idea to quickly find a new means of defense, because no matter how much
ammo you have, you'll run out just before you kill the monster (unless
your name is Ash, in which case, you'll never have to reload).
Debian (Unstable) GNU/Linux 2.6.17-rc1-mm2 5503 bogomips load 1.59


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Xorg 7.0 start problem

2006-04-20 Thread antonio giulio
Hi,
I have upgraded my system to xorg 7.0 but at start I got this error:

xinit: Connection refused (errno 111): unable to connect to Xserver
xinit: No such process (errno 3): server error

Have you any idea?

Thanks,
Giulio



Re: Xorg 7.0 and keyboard (again)

2006-04-17 Thread Jean-Luc Coulon (f5ibh)

Le 16.04.2006 22:01:54, Jean-Luc Coulon (f5ibh) a écrit :

Hi,

I've read everthing that have been posted about the keyboard problems.
As bug #362105 was marked solved, I decided to upgrade.


Some new about progress...



Everything went (about) fine, problems was:
- x11-common 7.0.11 conflicts with xfs so the X server doesnt want to  
start because the default fonts arent available. I've reverted to  
7.0.10 and reinstalled xfs.
I've updated x11-common ro 7.0.12. xfs has been removed but is not  
really needed.

/etc/X11/xorg.conf has to be updated for the correct path to the fonts:

Section "Files"
   FontPath "unix/:7101" # local font server
   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   # if the local font server has problems, we can fall back on these
   FontPath "/usr/share/fonts/X11/misc"
   FontPath "/usr/share/fonts/X11/cyrillic"
   FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath "/usr/share/fonts/X11/Type1"
   FontPath "/usr/share/fonts/X11/CID"
   FontPath "/usr/share/fonts/X11/100dpi"
   FontPath "/usr/share/fonts/X11/75dpi"
EndSection


I had old path:
I had "/usr/lib/X11/fonts" instead of "/usr/share/fonts/X11"

So, this is fixed

- xbase-clients update postrm wants (seems to) to remove  
/usr/X11R6/bin but failed because the directory was not empty. I've  
removed the symlink to allow the upgrade... And reinstall the symlink  
then because otherwise it was not possible to start X from gdm:

 gdm_server_spawn: '/usr/X11R6/bin/X :0 -dpi 96 -audit 0 -auth /var/

gdm refers explicitemy to "/usr/X11R6/bin/X" it its config file.
I've changed these references to /usr/bin/X

This is fixed also


lib/gdm/:0.Xauth -nolisten tcp vt7'
- And finally I managed to start gnome but I got the error message as  
reported in #362105




[ ... ]

In the same conditions, I've no more this error message.


This seems to be harmless but I've lost my compose key and xmodmap is  
not processed while it is in the session startup programs. I've also  
some problems with so-called multimedia keys on my keyboard.




xmodmap is processed normally.

The only missing is the Compose key.
The keyboard I use is not in the gnome list (logiinkse). I told gnome  
to use the xorg one. It appears as unknown in the preferences (this was  
the same with the previous version of xorg). But if I try to setup the  
Compose key in this preference dialog, the XKB related gnome error   
message popups immediately.


The remark is that gnome-keyboard-properties is part of  
gnome-control-center package which depends on xlibs. Adn xlibs is not  
par of xorg 0.7 (or has not been updated). xlibs contains the keyboards  
definitions (in etc/X11/xkb) whose definitions are now remplaced by the  
ones from xkb-data (in /usr/share/X11/xkb).



Regards

Jean-Luc


pgpeCdMjv4mJy.pgp
Description: PGP signature


Re: Xorg 7.0 and keyboard (again)

2006-04-17 Thread Jean-Luc Coulon (f5ibh)

Le 17.04.2006 01:10:22, Ian Kester-Haney a écrit :

I've had issues wih the new X mainly due to the 6.9 still being in the
repository, When installing the optional X parts, protocols and
protocol-devs, I had to make sure that 6.9 was not in the version
anywhere.  This seemed to fix everything


I've everything updated but :
- xlibs which doesnt exist anymore but there are still dependancies on  
it. gnome-control-center depends on xlibs.

- xfonts-base-transcoded : I've not found an upgrade for it
- libxaw8 : no upgrade available, some dependancies on it
- libxp-dev, pm-dev, libxp-dev : no upgrade available, but probably no  
consequence at all.


Jean-Luc




On 4/16/06, Jean-Luc Coulon (f5ibh) <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've read everthing that have been posted about the keyboard
problems.
> As bug #362105 was marked solved, I decided to upgrade.
>
> Everything went (about) fine, problems was:
> - x11-common 7.0.11 conflicts with xfs so the X server doesnt want
to
> start because the default fonts arent available. I've reverted to
> 7.0.10 and reinstalled xfs.
> - xbase-clients update postrm wants (seems to) to remove
/usr/X11R6/bin
> but failed because the directory was not empty. I've removed the
> symlink to allow the upgrade... And reinstall the symlink then
because
> otherwise it was not possible to start X from gdm:
>   gdm_server_spawn: '/usr/X11R6/bin/X :0 -dpi 96 -audit 0 -auth
> /var/lib/gdm/:0.Xauth -nolisten tcp vt7'
> - And finally I managed to start gnome but I got the error message
as
> reported in #362105
>
>
> Error activating XKB configuration.
> It can happen under various circumstances:
> - a bug in libxklavier library
> - a bug in X server (xkbcomp, xmodmap utilities)
> - X server with incompatible libxkbfile implementation
>
> X server version data:
> The X.Org Foundation
> 7000
>
> If you report this situation as a bug, please include:
> - The result of xprop -root | grep XKB
> - The result of gconftool-2 -R  
/desktop/gnome/peripherals/keyboard/kbd

>
> This seems to be harmless but I've lost my compose key and xmodmap
is
> not processed while it is in the session startup programs. I've also
> some problems with so-called multimedia keys on my keyboard.
>
> Here are the data asked by the gnome popup:
> [EMAIL PROTECTED] % xprop -root | grep XKB
> _XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "logiinkse", "fr-latin9",
"",
> ""
> _XKB_RULES_NAMES(STRING) = "xorg", "logiinkse", "fr-latin9", "", ""
> [EMAIL PROTECTED] % gconftool-2 -R
> /desktop/gnome/peripherals/keyboard/kbd
>   layouts = []
>   model =
>   overrideSettings = false
>   options = []
>
> I use the keyboard as defined in xorg.conf:
> Section "InputDevice"
> Identifier  "Logitech Keyboard"
> Driver  "keyboard"
> Option  "CoreKeyboard"
> Option  "XkbRules"  "xorg"
> Option  "XkbModel"  "logiinkse"
> Option  "XkbLayout" "fr-latin9"
> EndSection
>
>
> Regards
>
> Jean-Luc
>
>
>





pgpLBCc2pblJo.pgp
Description: PGP signature


Re: Xorg 7.0 and keyboard (again)

2006-04-16 Thread Ian Kester-Haney
I've had issues wih the new X mainly due to the 6.9 still being in the
repository, When installing the optional X parts, protocols and
protocol-devs, I had to make sure that 6.9 was not in the version
anywhere.  This seemed to fix everything


On 4/16/06, Jean-Luc Coulon (f5ibh) <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've read everthing that have been posted about the keyboard problems.
> As bug #362105 was marked solved, I decided to upgrade.
>
> Everything went (about) fine, problems was:
> - x11-common 7.0.11 conflicts with xfs so the X server doesnt want to
> start because the default fonts arent available. I've reverted to
> 7.0.10 and reinstalled xfs.
> - xbase-clients update postrm wants (seems to) to remove /usr/X11R6/bin
> but failed because the directory was not empty. I've removed the
> symlink to allow the upgrade... And reinstall the symlink then because
> otherwise it was not possible to start X from gdm:
>   gdm_server_spawn: '/usr/X11R6/bin/X :0 -dpi 96 -audit 0 -auth
> /var/lib/gdm/:0.Xauth -nolisten tcp vt7'
> - And finally I managed to start gnome but I got the error message as
> reported in #362105
>
>
> Error activating XKB configuration.
> It can happen under various circumstances:
> - a bug in libxklavier library
> - a bug in X server (xkbcomp, xmodmap utilities)
> - X server with incompatible libxkbfile implementation
>
> X server version data:
> The X.Org Foundation
> 7000
>
> If you report this situation as a bug, please include:
> - The result of xprop -root | grep XKB
> - The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
>
> This seems to be harmless but I've lost my compose key and xmodmap is
> not processed while it is in the session startup programs. I've also
> some problems with so-called multimedia keys on my keyboard.
>
> Here are the data asked by the gnome popup:
> [EMAIL PROTECTED] % xprop -root | grep XKB
> _XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "logiinkse", "fr-latin9", "",
> ""
> _XKB_RULES_NAMES(STRING) = "xorg", "logiinkse", "fr-latin9", "", ""
> [EMAIL PROTECTED] % gconftool-2 -R
> /desktop/gnome/peripherals/keyboard/kbd
>   layouts = []
>   model =
>   overrideSettings = false
>   options = []
>
> I use the keyboard as defined in xorg.conf:
> Section "InputDevice"
> Identifier  "Logitech Keyboard"
> Driver  "keyboard"
> Option  "CoreKeyboard"
> Option  "XkbRules"  "xorg"
> Option  "XkbModel"  "logiinkse"
> Option  "XkbLayout" "fr-latin9"
> EndSection
>
>
> Regards
>
> Jean-Luc
>
>
>



Xorg 7.0 and keyboard (again)

2006-04-16 Thread Jean-Luc Coulon (f5ibh)

Hi,

I've read everthing that have been posted about the keyboard problems.
As bug #362105 was marked solved, I decided to upgrade.

Everything went (about) fine, problems was:
- x11-common 7.0.11 conflicts with xfs so the X server doesnt want to  
start because the default fonts arent available. I've reverted to  
7.0.10 and reinstalled xfs.
- xbase-clients update postrm wants (seems to) to remove /usr/X11R6/bin  
but failed because the directory was not empty. I've removed the  
symlink to allow the upgrade... And reinstall the symlink then because  
otherwise it was not possible to start X from gdm:
 gdm_server_spawn: '/usr/X11R6/bin/X :0 -dpi 96 -audit 0 -auth  
/var/lib/gdm/:0.Xauth -nolisten tcp vt7'
- And finally I managed to start gnome but I got the error message as  
reported in #362105



Error activating XKB configuration.
It can happen under various circumstances:
- a bug in libxklavier library
- a bug in X server (xkbcomp, xmodmap utilities)
- X server with incompatible libxkbfile implementation

X server version data:
The X.Org Foundation
7000

If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd

This seems to be harmless but I've lost my compose key and xmodmap is  
not processed while it is in the session startup programs. I've also  
some problems with so-called multimedia keys on my keyboard.


Here are the data asked by the gnome popup:
[EMAIL PROTECTED] % xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "logiinkse", "fr-latin9", "",  
""

_XKB_RULES_NAMES(STRING) = "xorg", "logiinkse", "fr-latin9", "", ""
[EMAIL PROTECTED] % gconftool-2 -R  
/desktop/gnome/peripherals/keyboard/kbd

 layouts = []
 model =
 overrideSettings = false
 options = []

I use the keyboard as defined in xorg.conf:
Section "InputDevice"
   Identifier  "Logitech Keyboard"
   Driver  "keyboard"
   Option  "CoreKeyboard"
   Option  "XkbRules"  "xorg"
   Option  "XkbModel"  "logiinkse"
   Option  "XkbLayout" "fr-latin9"
EndSection


Regards

Jean-Luc


pgpPmBMJr6NKx.pgp
Description: PGP signature


Re: Xorg 7.0

2006-04-14 Thread David Liontooth

Anders Peter Fugmann wrote:
However, xbase-clients is missing from the archives, which is needed 
to have the correct keymap installed. I have compiled a version from 
sources, which you can find here:


  http://www.fugmann.net/~afu/amd64/xbase-clients_7.0.0-2_amd64.deb

Thank you! The missing update in official means remote x-windows fails, 
because it can't find xauth, and of course switching keyboards fails in 
KDE. This package solved my issues.


David



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-14 Thread Aaron M. Ucko
"Jean-Luc Coulon (f5ibh)" <[EMAIL PROTECTED]> writes:

> I'm a bit puzzled: these repositories are not for amd64 but i386.

They're for official architectures in general; while amd64 still isn't
quite on the same footing as the others, it's most of the way there,
and its binaries are available from standard locations.  See also
Joerg's recent announcement:

http://lists.debian.org/debian-devel-announce/2006/04/msg5.html

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-14 Thread Matthias Julius
"Jean-Luc Coulon (f5ibh)" <[EMAIL PROTECTED]> writes:

> Le 13.04.2006 14:25:27, Jo Shields a écrit :
>> Gudjon I. Gudjonsson wrote:
>> 
>>> Hi
>>>   Rafaels suggestion is very good but my problem was having wrong  
>>> lines in sources.list
>>> Use these if you dont do it already.
>>> deb ftp://ftp.de.debian.org/debian/ testing main contrib non-free
>>> deb ftp://ftp.de.debian.org/debian/ unstable main contrib non-free
>>> 
>>> Then you can upgrade if you want to.
>
> I'm a bit puzzled: these repositories are not for amd64 but i386.

At least for unstable this is not true anymore.
http://buildd.debian.org/stats/amd64.txt says currently it is 94.5 %
up-to-date.

What actually is the strategy for testing?

Matthias



Re: Xorg 7.0

2006-04-14 Thread Emmanuel Fleury
Hi Hans,

Hans wrote:
> 
> Same to me ! I had just upgraded to 7.0, when I read your message. Now my X 
> does not start any more. Your message just came 2 minutes too late. I hope, 
> that the missing packages will be handy soon.
> 
> In 32-bit they are already there, but 64-bit will last a little bit I suppose.

Just for my information, have been any problem compiling Xorg 7.0 for
64bits plate-forms ? (I mean problems in the compilation process that
leads to modification of the code)

Regards
-- 
Emmanuel Fleury  | Office: 211
Associate Professor, | Phone: +33 (0)5 40 00 35 24
LaBRI, Domaine Universitaire | Fax:   +33 (0)5 40 00 66 69
351, Cours de la Libération  | email: [EMAIL PROTECTED]
33405 Talence Cedex, France  | URL: http://www.labri.fr/~fleury


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-14 Thread Anders Peter Fugmann

Hans wrote:

Am Donnerstag, 13. April 2006 08:40 schrieb Gudjon I. Gudjonsson:

Hi Gudjon !

Same to me ! I had just upgraded to 7.0, when I read your message. Now my X 
does not start any more. Your message just came 2 minutes too late. I hope, 
that the missing packages will be handy soon.


In 32-bit they are already there, but 64-bit will last a little bit I suppose.

You can get nearly all xorg packages from ftp://ftp.de.debian.org.

Just add the following line to /etc/apt/source.list:

  deb http://ftp.fi.debian.org/debian unstable main contrib

However, xbase-clients is missing from the archives, which is needed to 
have the correct keymap installed. I have compiled a version from 
sources, which you can find here:


  http://www.fugmann.net/~afu/amd64/xbase-clients_7.0.0-2_amd64.deb

Remember also to install xkb-data, and modify the xorg configuration 
file (/etc/X11/xorg.conf) to use xorg keyboard rules (may installations 
uses xfree86, which xorg did not complain about before).


You keyboard section should look something like this:

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc102"
Option  "XkbLayout" "dk"
Option  "XkbOptions""ctrl:nocaps"
EndSection

(change the model, layout and options to suit your needs).




best regards

Hans

Regards
Anders Fugmann


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-13 Thread Hans
Am Donnerstag, 13. April 2006 10:59 schrieb Rafael Rodríguez:
> Hi,
>
> here it has upgraded correctly:
>
> $  apt-cache policy xserver-xorg
> xserver-xorg:
>   Instalados: 1:7.0.10
>   Candidato: 1:7.0.10
>   Tabla de versión:
>  *** 1:7.0.10 0
> 500 http://ftp.de.debian.org unstable/main Packages
> 100 /var/lib/dpkg/status
>
> *BUT* it's getting me into troubles...right now, my alt-gr doesn't seem to
> work... anyone has experienced the same problem?
>
> BTW, i have a laptop...
>
Do you have a 32-bit or real 64bit system ?

Hans


> Rafael Rodríguez
>
> El Jueves, 13 de Abril de 2006 07:40, Gudjon I. Gudjonsson escribió:
> > Hi
> >Excuse me for my stupidity but I made the mistake of installing xorg
> > 7.0 despite warnings just to find out there is no xserver-xorg. Does
> > anyone know for how long I might have to wait or should I start the
> > non-trivial task of downgrate Xorg?
> >
> > Regards
> > Gudjon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-13 Thread Hans
Am Donnerstag, 13. April 2006 10:48 schrieb Hamish Moffatt:
> On Thu, Apr 13, 2006 at 08:40:21AM +0200, Gudjon I. Gudjonsson wrote:
> > Hi
> >Excuse me for my stupidity but I made the mistake of installing xorg
> > 7.0 despite warnings just to find out there is no xserver-xorg. Does
> > anyone know for how long I might have to wait or should I start the
> > non-trivial task of downgrate Xorg?
>
> Using the new integrated-with-Debian amd64, or amd64.debian.net?
> Hard to tell but it looks like xserver-xorg-core is available in
> official amd64 now, maybe there are other components still missing.
>
> You probably shouldn't force major upgrades through with missing
> dependencies :-|

Yes, the xserver-xorg-video-* are missing. These are dependencies for 
xserver-xorg-video-all (and xserver-xorg generally)

Hope, they will be in Debian-amd64, soon. 

regards

Hans 

>
> Hamish
> --
> Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-13 Thread Hans
Am Donnerstag, 13. April 2006 08:40 schrieb Gudjon I. Gudjonsson:
> Hi
>Excuse me for my stupidity but I made the mistake of installing xorg 7.0
> despite warnings just to find out there is no xserver-xorg. Does anyone
> know for how long I might have to wait or should I start the non-trivial
> task of downgrate Xorg?
>
> Regards
> Gudjon

Hi Gudjon !

Same to me ! I had just upgraded to 7.0, when I read your message. Now my X 
does not start any more. Your message just came 2 minutes too late. I hope, 
that the missing packages will be handy soon.

In 32-bit they are already there, but 64-bit will last a little bit I suppose.


best regards

Hans


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-13 Thread Jean-Luc Coulon (f5ibh)

Le 13.04.2006 14:25:27, Jo Shields a écrit :

Gudjon I. Gudjonsson wrote:


Hi
  Rafaels suggestion is very good but my problem was having wrong  
lines in sources.list

Use these if you dont do it already.
deb ftp://ftp.de.debian.org/debian/ testing main contrib non-free
deb ftp://ftp.de.debian.org/debian/ unstable main contrib non-free

Then you can upgrade if you want to.


I'm a bit puzzled: these repositories are not for amd64 but i386.



Regards
Gudjon



pgprAOKgNwoVA.pgp
Description: PGP signature


Re: Xorg 7.0

2006-04-13 Thread Jo Shields

Gudjon I. Gudjonsson wrote:


Hi
  Rafaels suggestion is very good but my problem was having wrong lines in 
sources.list

Use these if you dont do it already.
deb ftp://ftp.de.debian.org/debian/ testing main contrib non-free
deb ftp://ftp.de.debian.org/debian/ unstable main contrib non-free

Then you can upgrade if you want to.

Regards
Gudjon



What's the point in having both testing & unstable? apt will always use 
unstable, unless you've explicitly told it otherwise



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Xorg 7.0

2006-04-13 Thread Gudjon I. Gudjonsson
Hi
   Rafaels suggestion is very good but my problem was having wrong lines in 
sources.list
Use these if you dont do it already.
deb ftp://ftp.de.debian.org/debian/ testing main contrib non-free
deb ftp://ftp.de.debian.org/debian/ unstable main contrib non-free

Then you can upgrade if you want to.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-13 Thread Jean-Luc Coulon (f5ibh)

Le 13.04.2006 14:00:49, Rafael Rodríguez a écrit :

I would calm down for a couple of days if i were you, seeing the
problems that
I'm having (and others as well)


I will not upgrade, it was just an information ;)



Rafael Rodríguez


Jean-Luc



El Jueves, 13 de Abril de 2006 12:57, Jean-Luc Coulon (f5ibh)
escribió:
> Le 13.04.2006 10:59:07, Rafael Rodríguez a écrit :
> > Hi,
> >
> > here it has upgraded correctly:
> >
> > $  apt-cache policy xserver-xorg
> > xserver-xorg:
> >   Instalados: 1:7.0.10
> >   Candidato: 1:7.0.10
> >   Tabla de versión:
> >  *** 1:7.0.10 0
> > 500 http://ftp.de.debian.org unstable/main Packages
>
> It is strange, with the same repository, xserver-xorg doesnt upgrade
> due to dependancies problems.
>
>
> [EMAIL PROTECTED] % sudo apt-get install xserver-xorg
> Reading package lists... Done
> Building dependency tree... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
>
> Since you only requested a single operation it is extremely likely
that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>xserver-xorg: Depends: xserver-xorg-core but it is not going to
be
> installed
>  Depends: xserver-xorg-video-all but it is not going
to
> be installed or
>   xserver-xorg-video but it is not
installable
>  Depends: xserver-xorg-input-all but it is not going
to
> be installed or
>   xserver-xorg-input but it is not
installable
> E: Broken packages
>
>
>
> Jean-Luc





pgpA0ggVqfMjg.pgp
Description: PGP signature


Re: Xorg 7.0

2006-04-13 Thread Rafael Rodríguez
I would calm down for a couple of days if i were you, seeing the problems that 
I'm having (and others as well)

Rafael Rodríguez

El Jueves, 13 de Abril de 2006 12:57, Jean-Luc Coulon (f5ibh) escribió:
> Le 13.04.2006 10:59:07, Rafael Rodríguez a écrit :
> > Hi,
> >
> > here it has upgraded correctly:
> >
> > $  apt-cache policy xserver-xorg
> > xserver-xorg:
> >   Instalados: 1:7.0.10
> >   Candidato: 1:7.0.10
> >   Tabla de versión:
> >  *** 1:7.0.10 0
> > 500 http://ftp.de.debian.org unstable/main Packages
>
> It is strange, with the same repository, xserver-xorg doesnt upgrade
> due to dependancies problems.
>
>
> [EMAIL PROTECTED] % sudo apt-get install xserver-xorg
> Reading package lists... Done
> Building dependency tree... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
>
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>xserver-xorg: Depends: xserver-xorg-core but it is not going to be
> installed
>  Depends: xserver-xorg-video-all but it is not going to
> be installed or
>   xserver-xorg-video but it is not installable
>  Depends: xserver-xorg-input-all but it is not going to
> be installed or
>   xserver-xorg-input but it is not installable
> E: Broken packages
>
>
>
> Jean-Luc



Re: Xorg 7.0

2006-04-13 Thread Rafael Rodríguez
# setxkbmap -rules xorg -model pc85 -layout es
bash: setxkbmap: command not found

# apt-cache policy xbase-clients
xbase-clients:
  Instalados: 6.9.0.dfsg.1-6
  Candidato: 6.9.0.dfsg.1-6
  Tabla de versión:
 *** 6.9.0.dfsg.1-6 0
500 http://ftp.de.debian.org unstable/main Packages
100 /var/lib/dpkg/status

So maybe when xbase-clients 7.0 enters the repository, all my problems will be 
gone? :P

Rafael Rodríguez

El Jueves, 13 de Abril de 2006 12:47, Cyril Chaboisseau escribió:
>  Le 13 April vers 11:48, Rafael Rodríguez écrivait:
> > Doesn't seem to work here... :(
> >
> > El Jueves, 13 de Abril de 2006 11:40, Harald Wenninger escribió:
> > > * Am Donnerstag, den 13. Apr 2006 um 10:34, schrieb Rafael Rodríguez:
> > > > I've seen Bug#362112, but in my case i've installed xkb-data and
> > > > reconfigured and alt-gr still fails...
> > >
> > > ln -sf /etc/X11/xkb /usr/share/X11/xkb
>
> maybe try this after you've done the link :
>
> setxkbmap -rules xorg -model pc105 -layout fr
> (if you're in french mapping)
>
>
> --
>   Cyril Chaboisseau



Re: Xorg 7.0

2006-04-13 Thread Jean-Luc Coulon (f5ibh)

Le 13.04.2006 10:59:07, Rafael Rodríguez a écrit :

Hi,

here it has upgraded correctly:

$  apt-cache policy xserver-xorg
xserver-xorg:
  Instalados: 1:7.0.10
  Candidato: 1:7.0.10
  Tabla de versión:
 *** 1:7.0.10 0
500 http://ftp.de.debian.org unstable/main Packages


It is strange, with the same repository, xserver-xorg doesnt upgrade  
due to dependancies problems.



[EMAIL PROTECTED] % sudo apt-get install xserver-xorg
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xserver-xorg: Depends: xserver-xorg-core but it is not going to be  
installed
Depends: xserver-xorg-video-all but it is not going to  
be installed or

 xserver-xorg-video but it is not installable
Depends: xserver-xorg-input-all but it is not going to  
be installed or

 xserver-xorg-input but it is not installable
E: Broken packages



Jean-Luc


pgpInT6dEq7PS.pgp
Description: PGP signature


Re: Xorg 7.0

2006-04-13 Thread Cyril Chaboisseau
 Le 13 April vers 11:48, Rafael Rodríguez écrivait:
> Doesn't seem to work here... :(
> 
> El Jueves, 13 de Abril de 2006 11:40, Harald Wenninger escribió:
> > * Am Donnerstag, den 13. Apr 2006 um 10:34, schrieb Rafael Rodríguez:
> > > I've seen Bug#362112, but in my case i've installed xkb-data and
> > > reconfigured and alt-gr still fails...
> >
> > ln -sf /etc/X11/xkb /usr/share/X11/xkb

maybe try this after you've done the link :

setxkbmap -rules xorg -model pc105 -layout fr
(if you're in french mapping)


-- 
Cyril Chaboisseau


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-13 Thread Rafael Rodríguez
Doesn't seem to work here... :(

El Jueves, 13 de Abril de 2006 11:40, Harald Wenninger escribió:
> * Am Donnerstag, den 13. Apr 2006 um 10:34, schrieb Rafael Rodríguez:
> > I've seen Bug#362112, but in my case i've installed xkb-data and
> > reconfigured and alt-gr still fails...
>
> ln -sf /etc/X11/xkb /usr/share/X11/xkb
> helps.
>
> Greetings,
> Harald



Re: Xorg 7.0

2006-04-13 Thread Harald Wenninger
* Am Donnerstag, den 13. Apr 2006 um 10:34, schrieb Rafael Rodríguez:

> I've seen Bug#362112, but in my case i've installed xkb-data and reconfigured 
> and alt-gr still fails...

ln -sf /etc/X11/xkb /usr/share/X11/xkb
helps.

Greetings,
Harald


signature.asc
Description: Digital signature


Re: Xorg 7.0

2006-04-13 Thread Rafael Rodríguez
I've seen Bug#362112, but in my case i've installed xkb-data and reconfigured 
and alt-gr still fails...

Rafael Rodríguez

El Jueves, 13 de Abril de 2006 10:19, escribió:
> On Thu, Apr 13, 2006 at 09:59:07AM +0100, Rafael Rodríguez wrote:
> > Hi,
> >
> > here it has upgraded correctly:
> >
> > $  apt-cache policy xserver-xorg
> > xserver-xorg:
> >   Instalados: 1:7.0.10
> >   Candidato: 1:7.0.10
> >   Tabla de versión:
> >  *** 1:7.0.10 0
> > 500 http://ftp.de.debian.org unstable/main Packages
> > 100 /var/lib/dpkg/status
> >
> > *BUT* it's getting me into troubles...right now, my alt-gr doesn't seem
> > to work... anyone has experienced the same problem?
>
> Please check out the BTS _before_ you uprade your packages!
> A good idea might be to install the apt-listbugs package.
>
> Greetings
>   Takke



Re: Xorg 7.0

2006-04-13 Thread Andrea Tacchetti
On Thu, Apr 13, 2006 at 09:59:07AM +0100, Rafael Rodríguez wrote:
> Hi,
> 
> here it has upgraded correctly:
> 
> $  apt-cache policy xserver-xorg
> xserver-xorg:
>   Instalados: 1:7.0.10
>   Candidato: 1:7.0.10
>   Tabla de versión:
>  *** 1:7.0.10 0
> 500 http://ftp.de.debian.org unstable/main Packages
> 100 /var/lib/dpkg/status
> 
> *BUT* it's getting me into troubles...right now, my alt-gr doesn't seem to 
> work... anyone has experienced the same problem?

Hi Rafael,

  Please checkout the BTS _before_ upgrading your packages:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362105

  You might like to install the apt-listbugs package, it doesn't solve
  your problem with xserver-xorg, it will just read and display bug 
  reports for you in the future.

Greetings
Takke


signature.asc
Description: Digital signature


Re: Xorg 7.0

2006-04-13 Thread Hamish Moffatt
On Thu, Apr 13, 2006 at 09:59:07AM +0100, Rafael Rodríguez wrote:
> Hi,
> 
> here it has upgraded correctly:
> 
> $  apt-cache policy xserver-xorg
> xserver-xorg:
>   Instalados: 1:7.0.10
>   Candidato: 1:7.0.10
>   Tabla de versión:
>  *** 1:7.0.10 0
> 500 http://ftp.de.debian.org unstable/main Packages
> 100 /var/lib/dpkg/status
> 
> *BUT* it's getting me into troubles...right now, my alt-gr doesn't seem to 
> work... anyone has experienced the same problem?

I'm gettings xfonts-utils not available but required by xfonts-100dpi
etc. dselect is quite unhappy. I guess that doesn't affect the xserver
itself though.

Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg 7.0

2006-04-13 Thread Rafael Rodríguez
Hi,

here it has upgraded correctly:

$  apt-cache policy xserver-xorg
xserver-xorg:
  Instalados: 1:7.0.10
  Candidato: 1:7.0.10
  Tabla de versión:
 *** 1:7.0.10 0
500 http://ftp.de.debian.org unstable/main Packages
100 /var/lib/dpkg/status

*BUT* it's getting me into troubles...right now, my alt-gr doesn't seem to 
work... anyone has experienced the same problem?

BTW, i have a laptop...

Rafael Rodríguez

El Jueves, 13 de Abril de 2006 07:40, Gudjon I. Gudjonsson escribió:
> Hi
>Excuse me for my stupidity but I made the mistake of installing xorg 7.0
> despite warnings just to find out there is no xserver-xorg. Does anyone
> know for how long I might have to wait or should I start the non-trivial
> task of downgrate Xorg?
>
> Regards
> Gudjon



Re: Xorg 7.0

2006-04-13 Thread Hamish Moffatt
On Thu, Apr 13, 2006 at 08:40:21AM +0200, Gudjon I. Gudjonsson wrote:
> Hi
>Excuse me for my stupidity but I made the mistake of installing xorg 7.0 
> despite warnings just to find out there is no xserver-xorg. Does anyone know 
> for how long I might have to wait or should I start the non-trivial task of 
> downgrate Xorg?

Using the new integrated-with-Debian amd64, or amd64.debian.net?
Hard to tell but it looks like xserver-xorg-core is available in
official amd64 now, maybe there are other components still missing.

You probably shouldn't force major upgrades through with missing
dependencies :-|

Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Xorg 7.0

2006-04-12 Thread Gudjon I. Gudjonsson
Hi
   Excuse me for my stupidity but I made the mistake of installing xorg 7.0 
despite warnings just to find out there is no xserver-xorg. Does anyone know 
for how long I might have to wait or should I start the non-trivial task of 
downgrate Xorg?

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]