PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > set up Xserver for etch upgrade
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

set up Xserver for etch upgrade

Réponse
 
LinkBack Outils de la discussion
Vieux 15/06/2007, 09h40   #1
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut set up Xserver for etch upgrade

Hey,

I updated my debian box to the latest stable release which is etch.
And the xserver stop working. I start the machine with a knoppix live
CD version 2.78 runing on 2.4.27 kernel. At start up I see the below
lines
Citation:
Mouse is Generic PS/2 Wheel Mouse at /dev/psaux
Soundcard: VIA Technologies|VT8233 [AC97 Audio Controller]
driver=via82cxxx_audio
Video is nVidia GeForce 4, using XFree86(nv) Server
Monitor is KTC1700,H;28.0-96.0kHz, V:50.0-75.0Hz
Using Modes "1024x768""800x600""640x400"
Wile boot from the hard disk which has upgraded Debian etch and starx
get the below error
Citation:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux LIJIANG 2.6.8-3-686 #1 Tue Dec 5
21:26:38 UTC 2006 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 15 16:07:31 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };
No core pointer

Fatal server error:
failed to initialize core devices
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
my xorg.conf file on the hard disk looks like below
Citation:
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "auto"
Option "Emulate3Buttons" "true"
Option "Emulate3Buttons" "70"
EndSection

Section "Device"
Identifier "nVidia Corporation NV18 [GeForce4 MX 440 AGP
8x]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "DC F708M"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV18 [GeForce4 MX 440 AGP
8x]"
Monitor "DC F708M"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
"640x480"
EndSubSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
Can any of you give me some hint please?

Thanks a lot!

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 15/06/2007, 10h30   #2
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Fri, Jun 15, 2007 at 08:15:13 -0000, rocky wrote:
> Hey,
>
> I updated my debian box to the latest stable release which is etch.
> And the xserver stop working. I start the machine with a knoppix live
> CD version 2.78 runing on 2.4.27 kernel. At start up I see the below
> lines
>
Citation:
Mouse is Generic PS/2 Wheel Mouse at /dev/psaux
> Soundcard: VIA Technologies|VT8233 [AC97 Audio Controller]
> driver=via82cxxx_audio
> Video is nVidia GeForce 4, using XFree86(nv) Server
> Monitor is KTC1700,H;28.0-96.0kHz, V:50.0-75.0Hz
> Using Modes "1024x768""800x600""640x400"
>
> Wile boot from the hard disk which has upgraded Debian etch and starx
> get the below error


[...]

> (EE) AIGLX: Screen 0 is not DRI capable
> (EE) xf86OpenSerial: Cannot open device /dev/psaux
> No such device.
> (EE) Configured Mouse: cannot open input device
> (EE) PreInit failed for input device "Configured Mouse"
> xkb_keycodes { include "xfree86+aliases(qwerty)" };
> xkb_types { include "complete" };
> xkb_compatibility { include "complete" };
> xkb_symbols { include "pc(pc105)+us" };
> xkb_geometry { include "pc(pc104)" };
> No core pointer
>
> Fatal server error:
> failed to initialize core devices
> XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> after 0 requests (0 known processed) with 0 events remaining.
> [/quote]


[...]

> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/psaux"
> Option "Protocol" "auto"
> Option "Emulate3Buttons" "true"
> Option "Emulate3Buttons" "70"
> EndSection


[...]

Try "modprobe psmouse" and check if /dev/psaux is created then. If this
does not make it work then you might have a problem with udev. In that
case I would like to see the output of the following two commands:

dpkg -l hotplug udev | grep -v '^[D|+]'

ls -l /dev/input/by-path/

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 25/06/2007, 05h30   #3
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Jun 15, 5:30 pm, Florian Kulzer <florian.kulzer+deb...@icfo.es>
wrote:
> On Fri, Jun 15, 2007 at 08:15:13 -0000, rocky wrote:
> > Hey,

>
> > I updated my debian box to the latest stable release which is etch.
> > And the xserver stop working. I start the machine with a knoppix live
> > CD version 2.78 runing on 2.4.27 kernel. At start up I see the below
> > lines
> >
Citation:
Mouse is Generic PS/2 Wheel Mouse at /dev/psaux
> > Soundcard: VIA Technologies|VT8233 [AC97 Audio Controller]
> > driver=via82cxxx_audio
> > Video is nVidia GeForce 4, using XFree86(nv) Server
> > Monitor is KTC1700,H;28.0-96.0kHz, V:50.0-75.0Hz
> > Using Modes "1024x768""800x600""640x400"

>
> > Wile boot from the hard disk which has upgraded Debian etch and starx
> > get the below error

>
> [...]
>
>
>
> > (EE) AIGLX: Screen 0 is not DRI capable
> > (EE) xf86OpenSerial: Cannot open device /dev/psaux
> > No such device.
> > (EE) Configured Mouse: cannot open input device
> > (EE) PreInit failed for input device "Configured Mouse"
> > xkb_keycodes { include "xfree86+aliases(qwerty)" };
> > xkb_types { include "complete" };
> > xkb_compatibility { include "complete" };
> > xkb_symbols { include "pc(pc105)+us" };
> > xkb_geometry { include "pc(pc104)" };
> > No core pointer

>
> > Fatal server error:
> > failed to initialize core devices
> > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> > after 0 requests (0 known processed) with 0 events remaining.
> > [/quote]

>
> [...]
>
> > Section "InputDevice"
> > Identifier "Configured Mouse"
> > Driver "mouse"
> > Option "CorePointer"
> > Option "Device" "/dev/psaux"
> > Option "Protocol" "auto"
> > Option "Emulate3Buttons" "true"
> > Option "Emulate3Buttons" "70"
> > EndSection

>
> [...]
>
> Try "modprobe psmouse" and check if /dev/psaux is created then. If this
> does not make it work then you might have a problem with udev. In that
> case I would like to see the output of the following two commands:
>
> dpkg -l hotplug udev | grep -v '^[D|+]'
>
> ls -l /dev/input/by-path/
>
> --
> Regards, |http://users.icfo.es/Florian.Kulzer
> Florian |
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Hey Florian,

Thanks a lot for your reply!

According to your email, I think I'm having a udev problem. Below are
the output of the commands you asked me to input

$$$$$---------------------quote begin------------------------$$$
LIJIANG:~# dpkg -l hotplug udev | grep -v '^[D|+]'
rc hotplug 0.0.20040329-26 Linux Hotplug Scripts
ii udev 0.105-4 /dev/ and hotplug management daemon
LIJIANG:~# ls -l /dev/input/by-path/
ls: /dev/input/by-path/: No such file or directory
$$$$$---------------------quote end------------------------$$$

What shold I do now?

Thanks a lot in advance!

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 25/06/2007, 09h20   #4
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Mon, Jun 25, 2007 at 04:01:34 -0000, rocky wrote:
> On Jun 15, 5:30 pm, Florian Kulzer wrote:
> > On Fri, Jun 15, 2007 at 08:15:13 -0000, rocky wrote:
> > > Hey,

> >
> > > I updated my debian box to the latest stable release which is etch.
> > > And the xserver stop working. I start the machine with a knoppix live
> > > CD version 2.78 runing on 2.4.27 kernel. At start up I see the below
> > > lines
> > >
Citation:
Mouse is Generic PS/2 Wheel Mouse at /dev/psaux
> > > Soundcard: VIA Technologies|VT8233 [AC97 Audio Controller]
> > > driver=via82cxxx_audio
> > > Video is nVidia GeForce 4, using XFree86(nv) Server
> > > Monitor is KTC1700,H;28.0-96.0kHz, V:50.0-75.0Hz
> > > Using Modes "1024x768""800x600""640x400"

> >
> > > Wile boot from the hard disk which has upgraded Debian etch and starx
> > > get the below error

> >
> > [...]
> >
> >
> >
> > > (EE) AIGLX: Screen 0 is not DRI capable
> > > (EE) xf86OpenSerial: Cannot open device /dev/psaux
> > > No such device.
> > > (EE) Configured Mouse: cannot open input device
> > > (EE) PreInit failed for input device "Configured Mouse"
> > > xkb_keycodes { include "xfree86+aliases(qwerty)" };
> > > xkb_types { include "complete" };
> > > xkb_compatibility { include "complete" };
> > > xkb_symbols { include "pc(pc105)+us" };
> > > xkb_geometry { include "pc(pc104)" };
> > > No core pointer

> >
> > > Fatal server error:
> > > failed to initialize core devices
> > > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> > > after 0 requests (0 known processed) with 0 events remaining.
> > > [/quote]

> >
> > [...]
> >
> > > Section "InputDevice"
> > > Identifier "Configured Mouse"
> > > Driver "mouse"
> > > Option "CorePointer"
> > > Option "Device" "/dev/psaux"
> > > Option "Protocol" "auto"
> > > Option "Emulate3Buttons" "true"
> > > Option "Emulate3Buttons" "70"
> > > EndSection

> >
> > [...]
> >
> > Try "modprobe psmouse" and check if /dev/psaux is created then. If this
> > does not make it work then you might have a problem with udev. In that
> > case I would like to see the output of the following two commands:
> >
> > dpkg -l hotplug udev | grep -v '^[D|+]'
> >
> > ls -l /dev/input/by-path/

>
> Hey Florian,
>
> Thanks a lot for your reply!
>
> According to your email, I think I'm having a udev problem. Below are
> the output of the commands you asked me to input
>
> $$$$$---------------------quote begin------------------------$$$
> LIJIANG:~# dpkg -l hotplug udev | grep -v '^[D|+]'
> rc hotplug 0.0.20040329-26 Linux Hotplug Scripts
> ii udev 0.105-4 /dev/ and hotplug management daemon
> LIJIANG:~# ls -l /dev/input/by-path/
> ls: /dev/input/by-path/: No such file or directory
> $$$$$---------------------quote end------------------------$$$
>
> What shold I do now?


You need to purge the hotplug package; it has been removed when your
kernel and udev were upgraded, but its configuration files are still
present and they are known to cause problems with the new udev. (There
should have been a message about this, but it is easy to overlook it
when you are doing an upgrade of many packages.)

Run

dpkg --purge hotplug

as root. After that the status of hotplug should be "pn" instead of
"rc". Reboot and see if the mouse works. (Check with "lsmod" if the
psmouse module has been loaded.)

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 25/06/2007, 10h30   #5
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Jun 25, 4:20 pm, Florian Kulzer <florian.kulzer+deb...@icfo.es>
wrote:
> On Mon, Jun 25, 2007 at 04:01:34 -0000, rocky wrote:
> > On Jun 15, 5:30 pm, Florian Kulzer wrote:
> > > On Fri, Jun 15, 2007 at 08:15:13 -0000, rocky wrote:
> > > > Hey,

>
> > > > I updated my debian box to the latest stable release which is etch.
> > > > And the xserver stop working. I start the machine with a knoppix live
> > > > CD version 2.78 runing on 2.4.27 kernel. At start up I see the below
> > > > lines
> > > >
Citation:
Mouse is Generic PS/2 Wheel Mouse at /dev/psaux
> > > > Soundcard: VIA Technologies|VT8233 [AC97 Audio Controller]
> > > > driver=via82cxxx_audio
> > > > Video is nVidia GeForce 4, using XFree86(nv) Server
> > > > Monitor is KTC1700,H;28.0-96.0kHz, V:50.0-75.0Hz
> > > > Using Modes "1024x768""800x600""640x400"

>
> > > > Wile boot from the hard disk which has upgraded Debian etch and starx
> > > > get the below error

>
> > > [...]

>
> > > > (EE) AIGLX: Screen 0 is not DRI capable
> > > > (EE) xf86OpenSerial: Cannot open device /dev/psaux
> > > > No such device.
> > > > (EE) Configured Mouse: cannot open input device
> > > > (EE) PreInit failed for input device "Configured Mouse"
> > > > xkb_keycodes { include "xfree86+aliases(qwerty)" };
> > > > xkb_types { include "complete" };
> > > > xkb_compatibility { include "complete" };
> > > > xkb_symbols { include "pc(pc105)+us" };
> > > > xkb_geometry { include "pc(pc104)" };
> > > > No core pointer

>
> > > > Fatal server error:
> > > > failed to initialize core devices
> > > > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> > > > after 0 requests (0 known processed) with 0 events remaining.
> > > > [/quote]

>
> > > [...]

>
> > > > Section "InputDevice"
> > > > Identifier "Configured Mouse"
> > > > Driver "mouse"
> > > > Option "CorePointer"
> > > > Option "Device" "/dev/psaux"
> > > > Option "Protocol" "auto"
> > > > Option "Emulate3Buttons" "true"
> > > > Option "Emulate3Buttons" "70"
> > > > EndSection

>
> > > [...]

>
> > > Try "modprobe psmouse" and check if /dev/psaux is created then. If this
> > > does not make it work then you might have a problem with udev. In that
> > > case I would like to see the output of the following two commands:

>
> > > dpkg -l hotplug udev | grep -v '^[D|+]'

>
> > > ls -l /dev/input/by-path/

>
> > Hey Florian,

>
> > Thanks a lot for your reply!

>
> > According to your email, I think I'm having a udev problem. Below are
> > the output of the commands you asked me to input

>
> > $$$$$---------------------quote begin------------------------$$$
> > LIJIANG:~# dpkg -l hotplug udev | grep -v '^[D|+]'
> > rc hotplug 0.0.20040329-26 Linux Hotplug Scripts
> > ii udev 0.105-4 /dev/ and hotplug management daemon
> > LIJIANG:~# ls -l /dev/input/by-path/
> > ls: /dev/input/by-path/: No such file or directory
> > $$$$$---------------------quote end------------------------$$$

>
> > What shold I do now?

>
> You need to purge the hotplug package; it has been removed when your
> kernel and udev were upgraded, but its configuration files are still
> present and they are known to cause problems with the new udev. (There
> should have been a message about this, but it is easy to overlook it
> when you are doing an upgrade of many packages.)
>
> Run
>
> dpkg --purge hotplug
>
> as root. After that the status of hotplug should be "pn" instead of
> "rc". Reboot and see if the mouse works. (Check with "lsmod" if the
> psmouse module has been loaded.)
>
> --
> Regards, |http://users.icfo.es/Florian.Kulzer
> Florian |
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Hey Florian,

Thanks very much for your assistance! I do appreciate it!

Yes, I go ahead and upgrade the linux-image to 2.6.18 and reload udev.
Now it seems the mouse problem is gone but I still not be able to
startx. Because the system tells me:

$-----------------------snap begin------------------------------------
$
(EE) AIGLX: Screen 0 is not DRI capable
error opening security policy file /etc/X11/xserver/SecurityPolicy
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };

Fatal server error:
could not open default font 'fixed'
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
$--------------------------snap
end----------------------------------------$

Can you give me some further please?

Thanks a lot in advance!

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 25/06/2007, 19h00   #6
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Mon, Jun 25, 2007 at 08:56:04 -0000, rocky wrote:

[ snip: A problem with /dev/psmouse was solved by purging the hotplug
package. ]

> Yes, I go ahead and upgrade the linux-image to 2.6.18 and reload udev.
> Now it seems the mouse problem is gone but I still not be able to
> startx. Because the system tells me:
>
> $-----------------------snap begin------------------------------------$
> (EE) AIGLX: Screen 0 is not DRI capable
> error opening security policy file /etc/X11/xserver/SecurityPolicy
> xkb_keycodes { include "xfree86+aliases(qwerty)" };
> xkb_types { include "complete" };
> xkb_compatibility { include "complete" };
> xkb_symbols { include "pc(pc105)+us" };
> xkb_geometry { include "pc(pc104)" };
>
> Fatal server error:
> could not open default font 'fixed'
> XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> after 0 requests (0 known processed) with 0 events remaining.
> $--------------------------snap end----------------------------------------$


You probably need to change the font paths in your /etc/X11/xorg.conf;
see here:

http://lists.debian.org/debian-user/.../msg02096.html

If you cannot figure out what to do then you can post the output of

awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf

so that we can have a look at the relevant part of your configuration
file.

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/06/2007, 04h30   #7
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Jun 26, 2:00 am, Florian Kulzer <florian.kulzer+deb...@icfo.es>
wrote:
> On Mon, Jun 25, 2007 at 08:56:04 -0000, rocky wrote:
>
> [ snip: A problem with /dev/psmouse was solved by purging the hotplug
> package. ]
>
>
>
> > Yes, I go ahead and upgrade the linux-image to 2.6.18 and reload udev.
> > Now it seems the mouse problem is gone but I still not be able to
> > startx. Because the system tells me:

>
> > $-----------------------snap begin------------------------------------$
> > (EE) AIGLX: Screen 0 is not DRI capable
> > error opening security policy file /etc/X11/xserver/SecurityPolicy
> > xkb_keycodes { include "xfree86+aliases(qwerty)" };
> > xkb_types { include "complete" };
> > xkb_compatibility { include "complete" };
> > xkb_symbols { include "pc(pc105)+us" };
> > xkb_geometry { include "pc(pc104)" };

>
> > Fatal server error:
> > could not open default font 'fixed'
> > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> > after 0 requests (0 known processed) with 0 events remaining.
> > $--------------------------snap end----------------------------------------$

>
> You probably need to change the font paths in your /etc/X11/xorg.conf;
> see here:
>
> http://lists.debian.org/debian-user/.../msg02096.html
>
> If you cannot figure out what to do then you can post the output of
>
> awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf
>
> so that we can have a look at the relevant part of your configuration
> file.
>
> --
> Regards, |http://users.icfo.es/Florian.Kulzer
> Florian |
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Hey,

further trouble shooting tells me I do not have SecurityPolicy file
in /etc/X11/xserver directory as well.

What should I do? Can I just download the file from somewhere?

Thanks a lot in advance!


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/06/2007, 07h30   #8
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Jun 26, 2:00 am, Florian Kulzer <florian.kulzer+deb...@icfo.es>
wrote:
> On Mon, Jun 25, 2007 at 08:56:04 -0000,rockywrote:
>
> [ snip: A problem with /dev/psmouse was solved by purging the hotplug
> package. ]
>
>
>
> > Yes, I go ahead and upgrade the linux-image to 2.6.18 and reload udev.
> > Now it seems the mouse problem is gone but I still not be able to
> > startx. Because the system tells me:

>
> > $-----------------------snap begin------------------------------------$
> > (EE) AIGLX: Screen 0 is not DRI capable
> > error opening security policy file /etc/X11/xserver/SecurityPolicy
> > xkb_keycodes { include "xfree86+aliases(qwerty)" };
> > xkb_types { include "complete" };
> > xkb_compatibility { include "complete" };
> > xkb_symbols { include "pc(pc105)+us" };
> > xkb_geometry { include "pc(pc104)" };

>
> > Fatal server error:
> > could not open default font 'fixed'
> > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> > after 0 requests (0 known processed) with 0 events remaining.
> > $--------------------------snap end----------------------------------------$

>
> You probably need to change the font paths in your /etc/X11/xorg.conf;
> see here:
>
> http://lists.debian.org/debian-user/.../msg02096.html
>
> If you cannot figure out what to do then you can post the output of
>
> awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf
>
> so that we can have a look at the relevant part of your configuration
> file.
>
> --
> Regards, |http://users.icfo.es/Florian.Kulzer
> Florian |
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Hey,

This is the output of the command

$-------------------code begin----------------------------$
LIJIANG:~# awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
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/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/
TrueType"
EndSection
$---------------------code end ------------------------------$

But I still get the below error
$----------------error begin-----------------------------$
(EE) AIGLX: Screen 0 is not DRI capable
error opening security policy file /etc/X11/xserver/SecurityPolicy
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };

Fatal server error:
could not open default font 'fixed'
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
$----------------error end-----------------------------$

Comment out the glx module in Module section would eliminate the above
(EE) problem. but the rest errors remain. If I copy the SecurityPolicy
file from my Ubuntu machine to Debian box's /etc/X11/xserver. the only
problems left are xkb_ related errors and the fatal error part.

I even aptitude purge the x-window-system away and load it back. But
it still not work. Do I need to reinstall the whole Debian Etch?

Thanks a lot for your patience and ! I do appreciate it!

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/06/2007, 11h30   #9
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Tue, Jun 26, 2007 at 03:04:25 -0000, rocky wrote:

[...]

> Hey,
>
> further trouble shooting tells me I do not have SecurityPolicy file
> in /etc/X11/xserver directory as well.
>
> What should I do? Can I just download the file from somewhere?


/etc/X11/xserver/SecurityPolicy is part of the xserver-xorg-core
package. What output do you get for

dpkg -l xserver-xorg-core

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/06/2007, 11h50   #10
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Tue, Jun 26, 2007 at 06:09:42 -0000, rocky wrote:

[...]

> This is the output of the command
>
> $-------------------code begin----------------------------$
> LIJIANG:~# awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf
> Section "Files"
> FontPath "/usr/share/fonts/X11/misc"
> 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/100dpi"
> FontPath "/usr/share/fonts/X11/75dpi"
> # path to defoma fonts
> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/
> TrueType"
> EndSection
> $---------------------code end ------------------------------$


That looks OK to me.

> But I still get the below error
> $----------------error begin-----------------------------$
> (EE) AIGLX: Screen 0 is not DRI capable
> error opening security policy file /etc/X11/xserver/SecurityPolicy
> xkb_keycodes { include "xfree86+aliases(qwerty)" };
> xkb_types { include "complete" };
> xkb_compatibility { include "complete" };
> xkb_symbols { include "pc(pc105)+us" };
> xkb_geometry { include "pc(pc104)" };
>
> Fatal server error:
> could not open default font 'fixed'
> XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> after 0 requests (0 known processed) with 0 events remaining.
> $----------------error end-----------------------------$
>
> Comment out the glx module in Module section would eliminate the above
> (EE) problem.


The AIGLX error should not keep X from starting. We can worry about it
later.

> but the rest errors remain. If I copy the SecurityPolicy
> file from my Ubuntu machine to Debian box's /etc/X11/xserver. the only
> problems left are xkb_ related errors and the fatal error part.


Regarding the SecurityPolicy file: See my other message.

The xkb_ output is normal, it just tells you how the keyboard is
configured.

We still need to get rid of the "could not open default font 'fixed'"
fatal error.

> I even aptitude purge the x-window-system away and load it back. But
> it still not work. Do I need to reinstall the whole Debian Etch?


No, you definitely do not have to reinstall Etch just to get X working.
At most you need to purge all Xorg (and old XFree86) packages and
install them again. However, before you do that check out these links:

http://www.debian.org/releases/stabl...en.html#s-xorg
http://wiki.debian.org/Xorg69To7#hea...1827697766afc4

According to the Debian wiki, I would try this:

dpkg --purge --force-depends xfonts-base
aptitude install xfonts-base

If that still does not then you should post the output of:

dpkg -l x{org,server,fonts}\* | awk '/^ii/{print $2,$3}'

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 27/06/2007, 04h10   #11
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Jun 26, 6:50 pm, Florian Kulzer <florian.kulzer+deb...@icfo.es>
wrote:
> On Tue, Jun 26, 2007 at 06:09:42 -0000, rocky wrote:
>
> [...]
>
>
>
> > This is the output of the command

>
> > $-------------------code begin----------------------------$
> > LIJIANG:~# awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf
> > Section "Files"
> > FontPath "/usr/share/fonts/X11/misc"
> > 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/100dpi"
> > FontPath "/usr/share/fonts/X11/75dpi"
> > # path to defoma fonts
> > FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/
> > TrueType"
> > EndSection
> > $---------------------code end ------------------------------$

>
> That looks OK to me.
>
>
>
> > But I still get the below error
> > $----------------error begin-----------------------------$
> > (EE) AIGLX: Screen 0 is not DRI capable
> > error opening security policy file /etc/X11/xserver/SecurityPolicy
> > xkb_keycodes { include "xfree86+aliases(qwerty)" };
> > xkb_types { include "complete" };
> > xkb_compatibility { include "complete" };
> > xkb_symbols { include "pc(pc105)+us" };
> > xkb_geometry { include "pc(pc104)" };

>
> > Fatal server error:
> > could not open default font 'fixed'
> > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> > after 0 requests (0 known processed) with 0 events remaining.
> > $----------------error end-----------------------------$

>
> > Comment out the glx module in Module section would eliminate the above
> > (EE) problem.

>
> The AIGLX error should not keep X from starting. We can worry about it
> later.
>
> > but the rest errors remain. If I copy the SecurityPolicy
> > file from my Ubuntu machine to Debian box's /etc/X11/xserver. the only
> > problems left are xkb_ related errors and the fatal error part.

>
> Regarding the SecurityPolicy file: See my other message.
>
> The xkb_ output is normal, it just tells you how the keyboard is
> configured.
>
> We still need to get rid of the "could not open default font 'fixed'"
> fatal error.
>
> > I even aptitude purge the x-window-system away and load it back. But
> > it still not work. Do I need to reinstall the whole Debian Etch?

>
> No, you definitely do not have to reinstall Etch just to get X working.
> At most you need to purge all Xorg (and old XFree86) packages and
> install them again. However, before you do that check out these links:
>
> http://www.debian.org/releases/stabl...ba1572a6318276...
>
> According to the Debian wiki, I would try this:
>
> dpkg --purge --force-depends xfonts-base
> aptitude install xfonts-base
>
> If that still does not then you should post the output of:
>
> dpkg -l x{org,server,fonts}\* | awk '/^ii/{print $2,$3}'
>
> --
> Regards, |http://users.icfo.es/Florian.Kulzer
> Florian |
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Hey Florian,

Thank you very much for your !

I reloaded xserver-xorg-core and the SecurityPolicy file is in its
place now. both dpkg --purge --force-depends xfonts-base and give me
the warning of " warning: /usr/lib/X11/fonts/misc does not exist or is
not a directory".

Therefore startx give me the error of below:
$---------------------error begin------------------------------$
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };
xinit: No such file or directory (errno 2): no program named "xterm"
in PATH

Specify a program on the command line or make sure that /usr/bin
is in your path.

FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be
1; fixing.
$---------------------------------------error
end------------------------------$

The output of the dpkg -l is
$-------------------output begin----------------------------$
LIJIANG:~# dpkg -l x{org,server,fonts}\* | awk '/^ii/{print $2,$3}'
xfonts-100dpi 1.0.0-3
xfonts-75dpi 1.0.0-3
xfonts-base 1.0.0-4
xfonts-encodings 1.0.0-6
xfonts-intl-chinese 1.2.1-6
xfonts-scalable 1.0.0-6
xfonts-utils 1.0.1-1
xfonts-x3270-misc 3.3.4p6-3.3
xorg 7.1.0-16
xserver-xorg 7.1.0-16
xserver-xorg-core 1.1.1-21
xserver-xorg-input-all 7.1.0-16
xserver-xorg-input-evdev 1.1.2-6
xserver-xorg-input-kbd 1.1.0-4
xserver-xorg-input-mouse 1.1.1-3
xserver-xorg-input-synaptics 0.14.6-1
xserver-xorg-input-wacom 0.7.4.1-5
xserver-xorg-video-all 7.1.0-16
xserver-xorg-video-apm 1.1.1-3
xserver-xorg-video-ark 0.6.0-3
xserver-xorg-video-ati 6.6.3-2
xserver-xorg-video-chips 1.1.1-4
xserver-xorg-video-cirrus 1.1.0-3
xserver-xorg-video-cyrix 1.1.0-4
xserver-xorg-video-dummy 0.2.0-3
xserver-xorg-video-fbdev 0.3.1-1
xserver-xorg-video-glint 1.1.1-3
xserver-xorg-video-i128 1.2.0-3
xserver-xorg-video-i740 1.1.0-3
xserver-xorg-video-i810 1.7.2-4
xserver-xorg-video-imstt 1.1.0-3
xserver-xorg-video-mga 1.4.4.dfsg.1-2
xserver-xorg-video-neomagic 1.1.1-5
xserver-xorg-video-newport 0.2.0-3
xserver-xorg-video-nsc 2.8.1-3
xserver-xorg-video-nv 1.2.0-3
xserver-xorg-video-rendition 4.1.0.dfsg.1-4
xserver-xorg-video-s3 0.4.1-5
xserver-xorg-video-s3virge 1.9.1-3
xserver-xorg-video-savage 2.1.2-3
xserver-xorg-video-siliconmotion 1.4.1-4
xserver-xorg-video-sis 0.9.1-4
xserver-xorg-video-sisusb 0.8.1-3
xserver-xorg-video-tdfx 1.3.0-1
xserver-xorg-video-tga 1.1.0-3
xserver-xorg-video-trident 1.2.3-1
xserver-xorg-video-tseng 1.1.0-3
xserver-xorg-video-v4l 0.1.1-3
xserver-xorg-video-vesa 1.3.0-1
xserver-xorg-video-vga 4.1.0-3
xserver-xorg-video-via 0.2.1-6
xserver-xorg-video-vmware 10.13.0-3
xserver-xorg-video-voodoo 1.1.0-4
$--------output end-----------------------$


Thanks a lot for your assistance again!

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 27/06/2007, 10h20   #12
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Wed, Jun 27, 2007 at 02:38:10 -0000, rocky wrote:

[...]

> I reloaded xserver-xorg-core and the SecurityPolicy file is in its
> place now. both dpkg --purge --force-depends xfonts-base and give me
> the warning of " warning: /usr/lib/X11/fonts/misc does not exist or is
> not a directory".


I think you can ignore this message.

> Therefore startx give me the error of below:
> $---------------------error begin------------------------------$
> xkb_keycodes { include "xfree86+aliases(qwerty)" };
> xkb_types { include "complete" };
> xkb_compatibility { include "complete" };
> xkb_symbols { include "pc(pc105)+us" };
> xkb_geometry { include "pc(pc104)" };
> xinit: No such file or directory (errno 2): no program named "xterm"
> in PATH
>
> Specify a program on the command line or make sure that /usr/bin
> is in your path.


Make sure that the "xterm" package is installed and that /usr/bin/xterm
has the correct properties:

$ ls -l /usr/bin/xterm
-rwxr-sr-x 1 root utmp 363280 2007-06-18 15:53 /usr/bin/xterm

> FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.


This is harmless as far as I know. It seems that we eliminated the "font
fixed" problem.

> $---------------------------------------error end------------------------------$
>
> The output of the dpkg -l is
> $-------------------output begin----------------------------$
> LIJIANG:~# dpkg -l x{org,server,fonts}\* | awk '/^ii/{print $2,$3}'
> xfonts-100dpi 1.0.0-3
> xfonts-75dpi 1.0.0-3
> xfonts-base 1.0.0-4
> xfonts-encodings 1.0.0-6
> xfonts-intl-chinese 1.2.1-6
> xfonts-scalable 1.0.0-6
> xfonts-utils 1.0.1-1
> xfonts-x3270-misc 3.3.4p6-3.3
> xorg 7.1.0-16
> xserver-xorg 7.1.0-16
> xserver-xorg-core 1.1.1-21
> xserver-xorg-input-all 7.1.0-16


[...]

> xserver-xorg-video-all 7.1.0-16


[...]

> $--------output end-----------------------$


This all looks OK to me; the problem seems to be that you are missing
the xterm package. If you want to use a different x-terminal-emulator
then you have to set up your ~/.xinitrc accordingly.

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 28/06/2007, 03h30   #13
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Jun 27, 5:20 pm, Florian Kulzer <florian.kulzer+deb...@icfo.es>
wrote:
> On Wed, Jun 27, 2007 at 02:38:10 -0000, rocky wrote:
>
> [...]
>
> > I reloaded xserver-xorg-core and the SecurityPolicy file is in its
> > place now. both dpkg --purge --force-depends xfonts-base and give me
> > the warning of " warning: /usr/lib/X11/fonts/misc does not exist or is
> > not a directory".

>
> I think you can ignore this message.
>
> > Therefore startx give me the error of below:
> > $---------------------error begin------------------------------$
> > xkb_keycodes { include "xfree86+aliases(qwerty)" };
> > xkb_types { include "complete" };
> > xkb_compatibility { include "complete" };
> > xkb_symbols { include "pc(pc105)+us" };
> > xkb_geometry { include "pc(pc104)" };
> > xinit: No such file or directory (errno 2): no program named "xterm"
> > in PATH

>
> > Specify a program on the command line or make sure that /usr/bin
> > is in your path.

>
> Make sure that the "xterm" package is installed and that /usr/bin/xterm
> has the correct properties:
>
> $ ls -l /usr/bin/xterm
> -rwxr-sr-x 1 root utmp 363280 2007-06-18 15:53 /usr/bin/xterm
>
> > FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.

>
> This is harmless as far as I know. It seems that we eliminated the "font
> fixed" problem.
>
>
>
> > $---------------------------------------error end------------------------------$

>
> > The output of the dpkg -l is
> > $-------------------output begin----------------------------$
> > LIJIANG:~# dpkg -l x{org,server,fonts}\* | awk '/^ii/{print $2,$3}'
> > xfonts-100dpi 1.0.0-3
> > xfonts-75dpi 1.0.0-3
> > xfonts-base 1.0.0-4
> > xfonts-encodings 1.0.0-6
> > xfonts-intl-chinese 1.2.1-6
> > xfonts-scalable 1.0.0-6
> > xfonts-utils 1.0.1-1
> > xfonts-x3270-misc 3.3.4p6-3.3
> > xorg 7.1.0-16
> > xserver-xorg 7.1.0-16
> > xserver-xorg-core 1.1.1-21
> > xserver-xorg-input-all 7.1.0-16

>
> [...]
>
> > xserver-xorg-video-all 7.1.0-16

>
> [...]
>
> > $--------output end-----------------------$

>
> This all looks OK to me; the problem seems to be that you are missing
> the xterm package. If you want to use a different x-terminal-emulator
> then you have to set up your ~/.xinitrc accordingly.
>
> --
> Regards, |http://users.icfo.es/Florian.Kulzer
> Florian |
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Hey Florian,

It turns out I did not installed xterm package. Install xterm
eliminate the problem. Now I got my Xserver up and running. Thanks
very much for you patience guide through. I do really appreciate it.

By the way can you tell me what is a x-terminal-emulator do?

Thanks again!

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 28/06/2007, 08h40   #14
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Thu, Jun 28, 2007 at 01:51:45 -0000, rocky wrote:

[...]

> By the way can you tell me what is a x-terminal-emulator do?


http://en.wikipedia.org/wiki/Terminal_emulator
http://en.wikipedia.org/wiki/Xterm

You can run

aptitude search '~Px-terminal-emulator|~Gx11::terminal'

to get a list of Debian packages which provide an x-terminal-emulator.

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 28/06/2007, 09h20   #15
Kevin Mark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: set up Xserver for etch upgrade

On Thu, Jun 28, 2007 at 09:21:38AM +0200, Florian Kulzer wrote:
> On Thu, Jun 28, 2007 at 01:51:45 -0000, rocky wrote:
>
> [...]
>
> > By the way can you tell me what is a x-terminal-emulator do?

>
> http://en.wikipedia.org/wiki/Terminal_emulator
> http://en.wikipedia.org/wiki/Xterm
>
> You can run
>
> aptitude search '~Px-terminal-emulator|~Gx11::terminal'
>
> to get a list of Debian packages which provide an x-terminal-emulator.
>
> --

Debian has a system of 'alternative' of which x-terminal-emulator is a
part. That command points to (via a symbolic link) the specific program
that provides the xterm funtionality. Gcc, www-browser,x-www-browser are
other examples of 'alternative' symbolic links.
--
| .''`. == Debian GNU/Linux == | my web site: |
| : :' : The Universal |mysite.verizon.net/kevin.mark/|
| `. `' Operating System | go to counter.li.org and |
| `- http://www.debian.org/ | be counted! #238656 |
| my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
|join the new debian-community.org to Debian! |
|_______ Unless I ask to be CCd, assume I am subscribed _______|

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGg22Vv8UcC1qRZVMRAiXQAJ0Rira1H5FCEuIMoTWec5 33kpPikQCfYFym
oEaVR8Xre7fCjcN4bJL7Ik8=
=L65G
-----END PGP SIGNATURE-----

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h46.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives