No two are alike

Never feel frustrated or intimidated if something I suggest doesn’t work. For every one successful note I have here, I usually have three or four giant question marks.

Sometimes those question marks are interrelated, which makes them all the more frustrating.

For example, I have a terrible time trying to remember how to power off the backlight — not just blank the screen, but to turn off the backlight — on my console-only framebuffer systems.

As a result, and because I get tired of trying various options only to rebuild a kernel and waiting for it to (maybe) work, I get lazy and just start closing the lid on a laptop. The BIOS usually turns off the backlight for me.

But at the same time, most graphical X systems can turn off the backlight. Somehow. Magically. So as a troubleshooting measure, I decided to try building X on the 133Mhz Pentium file server and torrent slave.

It should work just as well as the Mebius, I figured, since they’re both Trident video cards and use identical software to display a graphical screen. Neither can do vesa, both are 800×600. Et cetera, et cetera. …

Except that the slower Pentium gets a whitewash effect with the trident driver. It almost looks like the screen is being over-charged or something, with a slow melting white smear that shows a faint shadow of a distended pointer.

Same card. Same generation. Same kernel version. Same Xorg version. Same package, same labeling, same compilation flags.

But the fbdev and vesa drivers, of course, don’t work, even if I recompile the kernel to support a framebuffer — which I originally didn’t.

So why does the Mebius get a proper 800×600 graphical desktop (with Musca and rxvt-unicode) under Crux, but the 133Mhz Pentium with comparable hardware doesn’t?

Beats me. I just work here. If I had all the little answers I could spend a lot more time chasing the bigger ones. One day I’ll get the backlight issue solved, and it won’t entangle me in other, stranger problems.

Of course, another one will come along. … 🙄

3 thoughts on “No two are alike

  1. demonicmaniac

    Just use laptop-mode-tools 🙂 hs an option in its .conf files for blanking standby and poweroff. I use it on all my machines, even desktop, to configure all my power saving stuff.

    Reply
  2. Fabio Colitti

    Probably you have already looked at
    http://ubuntuforums.org/showthread.php?t=1031764 .

    To have Vesa
    may be inevitable the compilation of fbdev and fbcon
    using the hw’s relative driver
    and then using vesafb .

    Try to edit
    /etc/sysconfig ,
    adding to
    /etc/sysconfig/kernel/MODULES_LOADED_ON_BOOT
    your module video.
    Then using the F6 – F7 keys.

    Reply
  3. Pingback: The trailing edge of the wave: The CTX EzBook 800 | Motho ke motho ka botho

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s