Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2002 18:16:23 -0200
From:      "Fernando Monteiro" <fmonteiro@ccq.com.br>
To:        <freebsd-questions@freebsd.org>
Subject:   Test: Toshiba Satellite 2400, 4.7 and X
Message-ID:  <007801c2a089$048453e0$c801a8c0@fernote>

next in thread | raw e-mail | index | archive | help

Hello,

I've successfully installed FreeBSD 4.7-stable (now customized to run
the sound card) on my Toshiba Satellite notebook; the video (1024x768,
16bit) is running ok, there was a problem with the keyboard (ssomme
keyys wass haavving this behhavioor), and solved.  I'm listing the
X86Config lines that worked for me and the workaround for the
keyboard.

As I use a USB mouse, I've not paid attention to touchpad pointing
device.

I'd like to share some info with other users that are using this
notebook and FreeBSD.

There's one thing that I'm not getting solution: on text mode, my
screen is reduced to a small 640x480 square. This LCD doesn't scale, I
loss about 1,5 inch of screen on each side. Is there a hack to get
text mode running @ 1024x768 ??

Regards,

Fernando Monteiro




=========

SOUND DEVICE DRIVER
===================

The Yamaha AC-XG is supported by pcm. Look on the Handbook, there's
install intructions. Kernel recompilation is required.



KEYBOARD
=========

This was my great trouble. When I was typing fast, some key were
bouncing, mmy textts aare beiing shhoweed likee this. =^(

My notebook has a US-Int keyboard, but my country language is
portuguese, I need to use characters like á é í ... Those Alt-Gs. Some
sites suggest to inlcude this option:

Option "XkbDisable"

on the section where the keyboard is configured on X86Config. But this
brings me some trouble, as I can't use Alt-G chars.

The workaround is use a small app present in ports, xkbctrl. It's use
is undocumented, there's the shortcut:

xkbctrl +bounce 50




GRAPHICS
========

This note has a S3 SuperSavage, the S3 Savage driver works fine.
Bellow is my


#
**********************************************************************
# Graphics device section
#
**********************************************************************

Section "Device"
    Identifier  "savage"
    Driver      "savage"
    VideoRam    4096
EndSection


#
**********************************************************************
# Screen sections
#
**********************************************************************

Section "Screen"
    Identifier  "Screen 1"
    Device      "savage"
    Monitor     "My Monitor"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007801c2a089$048453e0$c801a8c0>