Difference between revisions of "Application:X"

From WebOS Internals
Jump to navigation Jump to search
(update TODO)
Line 1: Line 1:
 
=X Window System Server=
 
=X Window System Server=
  
==Screenshots==
 
  
==HOWTO==
+
==Keyboard Support==
  
(ssh forwarding, etc?)
+
Extra keys:
  
debian chroot use guide?
+
{|border=1
 +
! Key
 +
! What you press
 +
|-
 +
|"\" (backslash)
 +
|sym+q
 +
|-
 +
|"`" (backtick)
 +
|sym+l ("L")
 +
|-
 +
|"{"
 +
|sym+y
 +
|-
 +
|"}"
 +
|sym+u
 +
|-
 +
|"|"
 +
|shift+.
 +
|-
 +
|">"
 +
|sym+.
 +
|-
 +
|"<"
 +
|shift+sym+.
 +
|-
 +
|Escape
 +
|shift+space
 +
|}
  
==TODO==
+
==Screenshots==
  
* rebuild pixman with NEON support (I hacked this together, but does NOT seem to help at all)
+
==HOWTO==
* take advantage of damage information when rendering, no reason to blit entire screen every time (also doesn't help, blitting is absolutely NOT the bottleneck)
 
* glx?
 

Revision as of 06:57, 20 March 2010

X Window System Server

Keyboard Support

Extra keys:

Key What you press
"\" (backslash) sym+q
"`" (backtick) sym+l ("L")
"{" sym+y
"}" sym+u
" shift+.
">" sym+.
"<" shift+sym+.
Escape shift+space

Screenshots

HOWTO