Re: 1024x768 on a toshiba 8100 tecra in a text (Non X) Console

2004-01-02 Thread Michael L. Squires
 
 Hi,
 
 This problem even appears when installing the OS though
 sysinstall. Disabeling acpi was the solution.
 

I just did a buildworld from 5.2-CURRENT and haven't had any problems.  I
did install by putting 5.1-RELEASE on the 8100 via ftp and then cvsup'ing 
sources.  The only boot error message I'm getting is that the AC97 version
is not recognized (it was recognized for a while).  I don't use sound,
however.

Same story with a Supermicro P6DGH/dual PIII/850.  I did discover that
if you try to back down from 5.2-CURRENT to 5.2-RC then KDE fails
unless it is recompiled.  There have been library changes since 5.2-RELEASE
separated from 5.2-CURRENT, and my attempt to do a portupgrade -af failed.

(I've moved back to 5.2-CURRENT since both systems are development; I
intend to move my nat and NFS boxes to 5.2-RELEASE so I can use the
same NFS everywhere and get away from the lockd/statd issues.

Mike Squires
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 1024x768 on a toshiba 8100 tecra in a text (Non X) Console

2003-12-30 Thread List Man
Hi,

This problem even appears when installing the OS though
sysinstall. Disabeling acpi was the solution.

Greetings

Lucio

On  0, Michael L. Squires [EMAIL PROTECTED] wrote:
: Anyway right know I am having too many system freezes
: when trying to start X.. most of the time starting X will
:
:I'm entering this message from a KDE Konsole screen running on a Tecra
:8100 under 5.2-CURRENT of 12/22.  I usually use the 8100 in a docking
:station with an external monitor, but the few times I've run the laptop
:out of the dock I've had no problems.
:
:My XF86Config file has
:
:Section Device
:
:   Identifier  Card0
:   Driver  savage
:   VendorName  S3 Inc.
:   BoardName   86C270-294 Savage/MX-MV
:   BusID   PCI:1:0:0
:
:EndSection
:
:for the video hardware.
:
:Mike Squires

-- 
:wq!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 1024x768 on a toshiba 8100 tecra in a text (Non X) Console screen

2003-12-28 Thread Francesco Casadei
All my previous attempts to send this message failed
cause my ISP's SMTP server is blocked:

The following message to
[EMAIL PROTECTED] was undeliverable.
The reason for the problem:
5.1.0 - Unknown address error 554-'Service
unavailable; Client host
+[212.123.84.81] blocked using bl.spamcop.net; Blocked
- see
+http://www.spamcop.net/bl.shtml?212.123.84.81'

So I'm sending this through yahoo's webmail service
(sorry if line wrap looks bad). The text of the
orignal reply was:

From vidcontrol(1) manpage:

[...]
 modeSelect a new video mode.  The modes currently
recognized are:
 80x25, 80x30, 80x43, 80x50, 80x60, 132x25,
132x30, 132x43,
 132x50, 132x60, VGA_40x25, VGA_80x25, VGA_80x30,
VGA_80x50,
 VGA_80x60, VGA_90x25, VGA_90x30, VGA_90x43,
VGA_90x50, VGA_90x60,
 EGA_80x25, EGA_80x43, VESA_132x25, VESA_132x43,
VESA_132x50,
 VESA_132x60.  The raster text mode VESA_800x600
can also be cho-
 sen.  See Video Mode Support below.
[...]

It seems that you can't set 1024x768 VESA mode, only
800x600.
Furthermore, to achieve this you have to recompile
your kernel with the
SC_PIXEL_MODE option.

See section 'Video Mode Support', as suggested in the
above snippet.

Francesco Casadei


__
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro 
Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 1024x768 on a toshiba 8100 tecra in a text (Non X) Console screen

2003-12-28 Thread List Man
Hi,

I seems indeed that only the VESA_800x600 can be set.
I had hopes that this would not be the case..
Anyway right know I am having too many system freezes
when trying to start X.. most of the time starting X will
just freeze the whole system. But that is another issue
since I am using 5.2 RC2 and this is not the right place
to discuss this. 

I use FreeBSD for server (Proxy, DNS, DHCP etc) purposes for
I am used to it an knows how to tweak it for very high performance.
I work the whole day with a text interface so I want something
different when at home. I want it to be easy enough to setup
without the need to recompile or set any special settings in
for instance device.hints or loader.conf. I used to use Apple
for this and later on Windows.. 

Greetings,

Lucio


On  0, Francesco Casadei [EMAIL PROTECTED] wrote:
:On Sat, Dec 27, 2003 at 11:59:24AM +0100, List Man wrote:
snip
: I want to be able to use my full screen in text (Not X) mode. Right now the 
: standard resolution is 640x480 and I would like to get it to 1024x768.
: 
: When I do a vidcontrol -i mode I get plenty of resolution options
: presented.
: 
: One of them : 
: 261 (0x105) 0x000f G 1024x768x8 18x16  0xa 64k 64k 0xf000 8192k
: 
: vidcontrol -g 1024x768x8 will not give me error messages but the screen resolution
: doesn't change.
: 
: This is a piece of my dmesg output :
: VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc0a01c82 (122)
: VESA: S3 Incorporated. M7 BIOS
: 
: In case some of you might wonder where you can get splash screens, this is where I 
got
: mine : http://www.baldwin.cx/splash/.
: 
snip
:
:From vidcontrol(1) manpage:
:
:[...]
: modeSelect a new video mode.  The modes currently recognized are:
: 80x25, 80x30, 80x43, 80x50, 80x60, 132x25, 132x30, 132x43,
: 132x50, 132x60, VGA_40x25, VGA_80x25, VGA_80x30, VGA_80x50,
: VGA_80x60, VGA_90x25, VGA_90x30, VGA_90x43, VGA_90x50, VGA_90x60,
: EGA_80x25, EGA_80x43, VESA_132x25, VESA_132x43, VESA_132x50,
: VESA_132x60.  The raster text mode VESA_800x600 can also be cho-
: sen.  See Video Mode Support below.
:[...]
:
:It seems that you can't set 1024x768 VESA mode, only 800x600.
:Furthermore, to achieve this you have to recompile your kernel with the
:SC_PIXEL_MODE option.
:
:See section 'Video Mode Support', as suggested in the above snippet.
:
:   Francesco Casadei
:

-- 
:wq!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 1024x768 on a toshiba 8100 tecra in a text (Non X) Console

2003-12-28 Thread Michael L. Squires
 Anyway right know I am having too many system freezes
 when trying to start X.. most of the time starting X will

I'm entering this message from a KDE Konsole screen running on a Tecra
8100 under 5.2-CURRENT of 12/22.  I usually use the 8100 in a docking
station with an external monitor, but the few times I've run the laptop
out of the dock I've had no problems.

My XF86Config file has

Section Device

Identifier  Card0
Driver  savage
VendorName  S3 Inc.
BoardName   86C270-294 Savage/MX-MV
BusID   PCI:1:0:0

EndSection

for the video hardware.

Mike Squires
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]