2009/7/30 jammin <jeremia...@gmail.com>:
> That would be SO much easier if I could get in a shell while it is
> actually running on that hardware... so I'm looking to add a hotkey to
> launch an xterm (with ctrl+alt+t or something like that) for testing.
> Which of course would be removed from the "deployed" version.
>
> I'm not having much luck with that so far, and am looking for some
> direction on the best/simplest way to do it.
> I'd love to know:
> 1. The wm being used, if any
Remove 'nosudo' from the command line and then ctrl+alt+enter to
launch an xterm for debugging.
http://dwm.suckless.org/tutorial
> 2. The config file that launches iceweasel (so I can add things to
> it)
http://git.webconverger.org/?p=webconverger-base.git;a=blob;f=home/webc/pb
> FWIW, I did try solving the display issue by other means (live-
> initramfs options... xdebconf & xvideomode), but they didn't work, or
> didn't change anything.
Have you tried xvideomode=640x480 ?
See: http://webconverger.org/boot/
Kind regards,
Remove nosudo from what command line? I did see it referred to in the pb file, under /proc/cmdline
OK, got it. (Using CD.) I've got my terminal, and it works great.
Running xrandr shows my resolution is exactly what I asked for
(800x600), so that isn't the problem.
Most of the text is way small, and the few images are heavy on the jaggies.
I'm suspecting a color depth or font issue, or maybe both. The page
looks good under most default systems... have seen it in various
windows OS's, Mac OS X, and Linux (mostly Ubuntu). This is the only
one where it doesn't look right.
Here's a snippet of the stylesheet... are most of them missing, and
I'm just seeing sans-serif?
font-family: DejaVu, Verdana, Arial, Helvetica, Geneva, sans-serif;
Is there a quick tool to report what color depth I'm currently seeing?
xrandr doesn't show it, and I'm not finding out much poking around in
/etc/X11.
Thanks!
The /usr/X11R6/bin/xdpyinfo command will report the current colour depth
(amongst other things)
--
Regards,
Steve