On 8/6/07, Frank Bax <[EMAIL PROTECTED]> wrote: > Just got a new Lenovo 8744-J2U laptop and installed the Aug.1 snapshot: > > 1) When I shutdown X, text resolution is messed up. Chars are bigger, they > are 40 per line, with wrap. All Ctrl-Alt-Fn sessions are affected. If I > issue a command like 'date', then hit enter several time, I find that the > command and its output are finally visible.
Since you're using the vesa driver, it means that the VESA BIOS on your laptop is broken. Check for updates on Lenovo's web site. > > 2) ATI adapter is not recognized. Changing depth to 24 works; but I can't > seem to change resolution - always comes up 1280x1024; but this is a 15.4 > widescreen display; which i believe should run at 1680x1050. Again, broken bios. Lenovo should provide a bios with resolutions matching the physical size of the screen. Try using i915resolution from ports. It has been reported to work with other BIOSes too. > > 3) The keyboard has a couple of 'dead' keys near cursor keys which are > Alt-left and Alt-right in windows. I'd like to map these to PgUp and > PgDn. How do I do that? Check with xev if those keys return some keycodes. Then use xmodmap(1) to map them.