Johnx
|
2008-05-04
, 02:31
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#51
|
|
2008-05-04
, 03:09
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#52
|
|
2008-05-04
, 10:28
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#53
|
|
2008-05-04
, 12:02
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#54
|
/etc/init.d/hildon-session stop
export DISPLAY=:0 exec /usr/bin/Xephyr :1 -screen 800x480x16 -dpi 96 -ac & export DISPLAY=:1 startxfce4 &
/usr/bin/startxfce4: X server already running on display :0 Agent pid 3377 The program 'xfce4-session' received an X Window System error. This probably reflects a bug in the program. The error was 'BadName (named color or font does not exist)'. (Details: serial 91 error_code 15 request_code 45 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Agent pid 3377 killed
This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.4.0.90 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-4) Current Operating System: Linux Nokia-N800-51-3 2.6.21-omap1 #2 Fri Dec 7 11:17:13 EET 2007 armv6l Build Date: 30 April 2008 06:36:30PM 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: Sun May 4 11:43:45 2008 (==) Using config file: "/etc/X11/xorg.conf" xf86PciVideoInfo is not set Could not get primary PCI info Backtrace: 0: /usr/bin/X11/X(xf86SigHandler+0x70) [0x76230] Fatal server error: Caught signal 11. Server aborting XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.
|
2008-05-04
, 17:29
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#55
|
|
2008-05-04
, 20:11
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#56
|
The x server you *want* to use is the xomap x server. xfce4-session just starts xfce in the running x server. So you can say 'DISPLAY=:0 xfce4-session' and have a running xfce desktop as long as you already have an x server running.
Here are the errors I got when I tried to run xfce4 directly on top of the XOmap x-server (I didn't shut down the XOmap server):
Code:/usr/bin/startxfce4: X server already running on display :0 Agent pid 3377 The program 'xfce4-session' received an X Window System error. This probably reflects a bug in the program. The error was 'BadName (named color or font does not exist)'. (Details: serial 91 error_code 15 request_code 45 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Agent pid 3377 killed
|
2008-05-05
, 11:38
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#57
|
|
2008-05-06
, 07:15
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#58
|
I believe I ran into it as well. I had trouble tracking it down, but it seemed to go away after I installed some fonts. I really can't tell you the root cause though.
ifdown wlan0 ifup wlan0
|
2008-05-08
, 22:11
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#59
|
### #mount the Debian partition. insmod /mnt/initfs/lib/modules/2.6.21-omap1/mbcache.ko insmod /mnt/initfs/lib/modules/2.6.21-omap1/ext2.ko mount /dev/mmcblk0p4 /opt -o noatime ### #make the tablet's devices available to Debian. mount --bind /dev /opt/dev mount --bind /proc /opt/proc ### #Gentoo wiki says this will make X work. mount -t devpts none /opt/dev/pts mount --bind /tmp /opt/tmp ### #Mount various external devices (SD cards, USB devices) mount --bind /media /opt/media mount --bind /media/mmc1 /opt/media/mmc1 mount --bind /media/mmc2 /opt/media/mmc2 mount --bind /media/usb /opt/media/usb ### #Make the Internet work. cp /opt/etc/resolv.conf /opt/etc/resolv.conf.old cp /etc/resolv.conf /opt/etc/resolv.conf cp /opt/etc/hosts /opt/etc/hosts.old cp /etc/hosts /opt/etc/hosts ### #Custom prompt. Reduces confusion. export PS1="[\u@Debian: \w]" ### #Actually chroot. chroot /opt
|
2008-05-09
, 06:52
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#60
|