Cdjyhfcgdjytfhdtyr: Difference between revisions
Jump to navigation
Jump to search
Parrot geek (talk | contribs) No edit summary |
Parrot geek (talk | contribs) m (moved Nested X server HowTo to Cdjyhfcgdjytfhdtyr) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Note: I made this page when I was 11, which is why the layout is so bad.''' - Parrot_geek |
|||
== You can easily create a 2nd X session on the XO == |
|||
Here's how:<br />WARNING this may affect sugar sessions on less than 767! |
|||
---- |
|||
Connect to Wifi.<br /> |
|||
<br />Open terminal activity and type |
|||
nano ~/.xinitrc |
|||
xterm & |
|||
fluxbox |
|||
(ctrl-x) Y (enter) |
|||
nano ./nestedx11 |
|||
#!/bin/sh |
|||
xinit /home/olpc/.xinitrc -- \ |
|||
:6 -ac -dpi 200 & |
|||
(ctrl-x) Y (enter) |
|||
su |
|||
yum install xterm fluxbox -y -v |
|||
When you see |
|||
bash-3.2# |
|||
after about 5 minutes |
|||
type |
|||
exit |
|||
./nestedx11 |
|||
and you'll see fluxbox open |
|||
press ctl-alt-erase to quit. |