|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 | |||
|
Messages: n/a
Hébergeur: |
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:
get the below error Citation:
Citation:
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 |
|||
|
|
|
#2 | |
|
Messages: n/a
Hébergeur: |
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:
> 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 |
|
|
|
|
#3 | |
|
Messages: n/a
Hébergeur: |
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:
> > > 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 |
|
|
|
|
#4 | |
|
Messages: n/a
Hébergeur: |
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:
> > > > > 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 |
|
|
|
|
#5 | |
|
Messages: n/a
Hébergeur: |
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:
> > > > > 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 |
|
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#9 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#10 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#11 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#12 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#13 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#14 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#15 |
|
Messages: n/a
Hébergeur: |
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----- |
|
![]() |
| Outils de la discussion | |
|
|