aiuto per far funzionare xf86config

2005-04-17 Thread angelo
Non so se mi potete aiutare ma  ho il seguente problema:

 

volevo installare freebsd 4.11 su un portatile ibm tinkpad 1200 sono
riuscito ad installare vari sistemi sempre e senza problemi

 

ora con l'installazione di freebsd 4.11 tutto fila liscio  ma mi crea dei
problemi con la configurazione di xf86config 

 

se dopo essermi abilitato lancio com root il 

startx

 

mi esce il seguente errore

 

(==) log file:"/var/log/XFree86.0.log">time:sun apr 17 09:50 2005-04-17

(==) Using config file : " /etc/X11/XF86config"

(EE) Screen (s) found, but none have a usable configuration.

 

Fatal server error :

No screen found

 

When repoting a problem related to a server crash,please send the full
server output,not just the last messages

 

 

X connection to : 0.0 broken (explicit kill or server shutdown).

Xauth: (argv):1 bad display name ":0" in "remove" command

Xauth: (argv):1: bad display name ":0" in "remove" command 

 

 

Vi sarei molto grato se qualche d'uno piu' pratico di me mi aiutasse

O perlomeno si sapesse indirizzare dove poter trovare aiuto

 

Grazie e di nuovo scusate

 

[EMAIL PROTECTED]

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


Re: XF86Config problem

2005-02-27 Thread Stevan Tiefert


On Sat, 26 Feb 2005, kalin mintchev wrote:

>
> hi...
>
> problem with XF86Config. i did the configuration a few times. and tried
> different versions of the file...
>
> i get:
> (EE) Screen(s) found, but none have usable configuration.
>
> fatal error: no screens found...
>
> this is on an old amd machine with 4.10 on it and the video "card" is
> generic on the motherboard itself. the motherboard is K7SEM and with a
> simple VGA connector...
>
> 
>
> thanks
>
>
>
> --
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Hello kalin,

you are using the ECS Elitegroup Mainboard K7SEM in the Version 3.0A or
3.0C. You are using the SiS 730 or the SiS 730S Chipset. You should use
these settings for your graphic-card. Please see also on
http://www.ecs.com.tw
for more information...

Please send a reply if these helped!

With regards
Stevan Tiefert

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


Re: XF86Config problem

2005-02-27 Thread Gerry Freymann
On Sat, 26 Feb 2005 06:13:36 -0500 (EST)
"kalin mintchev" <[EMAIL PROTECTED]> wrote:

>problem with XF86Config. i did the configuration a few times. and tried
>different versions of the file...
>i get:
>(EE) Screen(s) found, but none have usable configuration.
>fatal error: no screens found...

 Has anybody responded to your question yet?

 Have you specified the correct horizontal and veritical refresh rates in
your XF86Config file?

 I've had Xfree running quite nicely with a no-name video card with 4 megs
of ram, so you should be able to. Maybe you need to find out more about
your on-board video card... try googling your motherboard for more info.

 In the meantime, have you tried specifying specific info in your
XF86Config file? like:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport  0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

 Try different depths... 8, 16, 24
 Modes: 640x480, 800x600, 1024x768

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


XF86Config problem

2005-02-26 Thread kalin mintchev

hi...

problem with XF86Config. i did the configuration a few times. and tried
different versions of the file...

i get:
(EE) Screen(s) found, but none have usable configuration.

fatal error: no screens found...

this is on an old amd machine with 4.10 on it and the video "card" is
generic on the motherboard itself. the motherboard is K7SEM and with a
simple VGA connector...



thanks



--


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


Re: xf86config for Toshiba satellite pro laptop

2005-01-24 Thread Oliver Fuchs
On Tue, 25 Jan 2005, Oliver Fuchs wrote:

> On Mon, 24 Jan 2005, Riaan de Klerk wrote:
> 
> > hi there i am stuck i have a older auwa laptop and cant find the s3 savage
> > 86c270 video driver for it.
> > could you be as kind as to assist me in finding it.
> > 
> > Kind regards.
> 
> Using FreeBSD 5.3 (?) depending on what you want to use try:
> 
> Xorg -configure
> Xorg -config xorg.conf.new
> cp xorg.conf.new /etc/X11/xorg.conf
> 
> or
> 
> XFree86 -configure
> XFree86 -xf86config XF86Config.new
> cp XF86Config.new /etc/X11/XF86Config
> 
> The s3 savage video driver is supported.

The main part in the config file should look like this:

Section "Device"

### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "HWCursor"  # []
#Option "SWCursor"  # []
#Option "ShadowFB"  # []
#Option "Rotate"# []
#Option "UseBIOS"   # []
#Option "LCDClock"  # 
#Option "ShadowStatus"  # []
#Option "CrtOnly"   # []
#Option "TvOn"  # []
#Option "PAL"   # []
#Option "ForceInit" # []
Identifier  "Card0"
Driver  "savage"
VendorName  "S3 Inc."
BoardName   "86C270-294 Savage/IX-MV"
BusID   "PCI:1:0:0"
EndSection

Oliver

-- 
... don't touch the bang bang fruit
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xf86config for Toshiba satellite pro laptop

2005-01-24 Thread Oliver Fuchs
On Mon, 24 Jan 2005, Riaan de Klerk wrote:

> hi there i am stuck i have a older auwa laptop and cant find the s3 savage
> 86c270 video driver for it.
> could you be as kind as to assist me in finding it.
> 
> Kind regards.

Using FreeBSD 5.3 (?) depending on what you want to use try:

Xorg -configure
Xorg -config xorg.conf.new
cp xorg.conf.new /etc/X11/xorg.conf

or

XFree86 -configure
XFree86 -xf86config XF86Config.new
cp XF86Config.new /etc/X11/XF86Config

The s3 savage video driver is supported.

Oliver
-- 
... don't touch the bang bang fruit
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xf86config for Toshiba satellite pro laptop

2005-01-24 Thread Riaan de Klerk
hi there i am stuck i have a older auwa laptop and cant find the s3 savage
86c270 video driver for it.
could you be as kind as to assist me in finding it.

Kind regards.

Riaan de Klerk
CEOS Sales Representative

Tel:(011) 792-2279
Fax:(011) 792-2488
Cell: 083-730-1427
E-mail: [EMAIL PROTECTED]
Charlene: [EMAIL PROTECTED]

Boskruin Business Park
Unit 11
Bosbok Road
Randpark Ridge
x58

This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
Dissemination, distribution or copying of this e-mail or the information
herein by anyone other than the intended recipient,
 or an employee or agent responsible for delivering the message to the
intended recipient, is prohibited.







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


Re: /etc/X11/XF86Config

2004-11-15 Thread Joe Altman

My reply is inline.

On Fri, Nov 12, 2004 at 09:05:34PM +0300, Susumu Tanabe wrote:
> 
> Hello,
> I want to install XF86 on my notebook
> Toshiba Satellite A60.
> Whioch kind of configuration file is necessary?
> The following trials gave no results.
>yours, Susumu Tanabe

> Section "Device"



You seem to have an ATI chip:

>   Identifier  "Card0"
>   Driver  "ati"
>   VendorName  "ATI Technologies Inc"
>   BoardName   "Rage 128 PF/PRO AGP 4x TMDS"
>   BusID   "PCI:1:0:0"



But you are using this nvidia driver?

> Section "Device"
>   Identifier  "Videocard0"
>   Driver  "nvidia"
>   VendorName  "NVIDIA"
>   BoardName   "NVIDIA GeForce FX Go5200"

Or perhaps this nvidia driver?

> Section "Device"
> 
>   # VendorName"nVidia Corporation"# xf86cfg visualmode
>   # BoardName "NV17 [GeForce4 440 Go]"# xf86cfg visualmode
>   # xf86cfg -textmode

>   Driver  "nv"
>   ChipSet "GeForce4 440 Go"
>   Card"nv GeForce4 440 Go"
> EndSection

My guess is that the config program is detecting an ATI chip. Or
perhaps not; what does dmesg say?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /etc/X11/XF86Config

2004-11-12 Thread Bill Schoolcraft
At Fri, 12 Nov 2004 it looks like Susumu Tanabe composed:

>
> Hello,
> I want to install XF86 on my notebook
> Toshiba Satellite A60.
> Whioch kind of configuration file is necessary?
> The following trials gave no results.
>yours, Susumu Tanabe

If you can't get any basic "baselines" to go on from any other
source, you may find some help on laptops like this here:
http://tuxmobil.org/toshiba.html  I've used this site in the past
to download some XF86Config files and get some bits of helpful
information.


>
> %%%
>
>
>
> Section "ServerLayout"
>   Identifier "XFree86 Configured"
>   Screen  0  "Screen0" 0 0
>   InputDevice"Mouse0" "CorePointer"
>   InputDevice"Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
>   RgbPath  "/usr/X11R6/lib/X11/rgb"
>   ModulePath   "/usr/X11R6/lib/modules"
> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
>   FontPath "/usr/X11R6/lib/X11/fonts/misc/"
>   FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
>   FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
>   FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
>   FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
>
> Section "Module"
>   Load  "dbe"
>   Load  "dri"
>   Load  "extmod"
>   Load  "glx"
>   Load  "record"
>   Load  "xtrap"
>   Load  "speedo"
>   Load  "type1"
> EndSection
>
> Section "InputDevice"
>   Identifier  "Keyboard0"
>   Driver  "keyboard"
>   Option "XkbLayout" "us,ru"
>   Option "XkbOptions" "grp:lalt_toggle"
> EndSection
>
> Section "InputDevice"
>   Identifier  "Mouse0"
>   Driver  "mouse"
>   Option  "Protocol" "auto"
>   Option  "Device" "/dev/sysmouse"
> EndSection
>
> Section "Monitor"
>   #DisplaySize  300   230 # mm
>   Identifier   "Monitor0"
>   VendorName   "HWP"
>   ModelName"b18"
>   Option  "DPMS"
>   HorizSync   31.5-75.0
>   VertRefresh 50-90
> EndSection
>
> Section "Device"
> ### Available Driver options are:-
> ### Values: : integer, : float, : "True"/"False",
> ### : "String", : " Hz/kHz/MHz"
> ### [arg]: arg optional
> #Option "NoAccel" # []
> #Option "SWcursor"# []
> #Option "Dac6Bit" # []
> #Option "Dac8Bit" # []
> #Option "DMAForXv"# []
> #Option "ForcePCIMode"# []
> #Option "CCEPIOMode"  # []
> #Option "CCENoSecurity"   # []
> #Option "CCEusecTimeout"  # 
> #Option "AGPMode" # 
> #Option "AGPSize" # 
> #Option "RingSize"# 
> #Option "BufferSize"  # 
> #Option "Display" # 
> #Option "PanelWidth"  # 
> #Option "PanelHeight" # 
> #Option "ProgramFPRegs"   # []
> #Option "UseFBDev"# []
> #Option "VideoKey"# 
> #Option "ShowCache"   # []
>   Identifier  "Card0"
>   Driver  "ati"
>   VendorName  "ATI Technologies Inc"
>   BoardName   "Rage 128 PF/PRO AGP 4x TMDS"
>   BusID   "PCI:1:0:0"
> EndSection
>
> Section "Screen"
>   Identifier "Screen0"
>   Device "Card0"
>   Monitor"Monitor0"
>   SubSection "Display"
>   Depth 1
>   EndSubSection
>   SubSection "Display"
>   Depth 4
>   EndSubSection
>   SubSection "Display"
>   

/etc/X11/XF86Config

2004-11-12 Thread Susumu Tanabe
Keyboard0" "CoreKeyboard"
InputDevice"DevInputMice" "AlwaysCore"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath  "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  "XkbModel"  "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  "XkbModel"  "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  "XkbLayout" "de"
# or:
#   Option  "XkbLayout" "de"
#   Option  "XkbVariant""nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  "XkbOptions""ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option  "XkbOptions""ctrl:nocaps"
#
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "XkbRules" "xfree86"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "us"
EndSection


%%%
Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "PS/2"
Option  "Device" "/dev/psaux"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  "DevInputMice"
Driver  "mouse"
Option  "Protocol" "IMPS/2"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Toshiba"
ModelName"Satellite P25 Display"
HorizSync29.0 - 55.0
VertRefresh  0.0 - 60.0
Option  "dpms"

ModeLine "1400x900" 77 1400 1408 1416 1424 900 901 902 903
EndSection

Section "Device"
Identifier  "Videocard0"
Driver  "nvidia"
VendorName  "NVIDIA"
BoardName   "NVIDIA GeForce FX Go5200"
VideoRam32768
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes"1400x900"
EndSubSection
EndSection

Section "DRI"
Group0
Mode 0666
EndSection

# laps /etc/X11/XF86Config
# gets manually copied to ~jhs/public_html/hw/toshiba/s5100-603/XF86Config
# to rebuild use xf86cfg -textmode, then sellect vesa, then haand tune.
# Section   "InputDevice"
#   Identifier  "Mouse0"
#   Driver  "mouse"
#   Option  "Protocol"  "auto"
#   Option  "Device""/dev/sysmouse"
# EndSection

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0&

Re: OLD e-machines box and XF86Config

2004-10-04 Thread Gary Kline
On Tue, Oct 05, 2004 at 07:32:03AM +0930, Greg 'groggy' Lehey wrote:
> On Monday,  4 October 2004 at 10:55:41 -0700, Gary Kline wrote:
> >
> > Folks,
> >
> >     Does anybody onlist have a working XF86Config for an
> > old year 2000 emachine 500ix? 
> 
> I suppose I'm not the only person to have no idea what kind of machine
> this is.  What architecture is it?
> 
> > I just upgraded it to a full 256M of SDRAM and added a
> > huge drive.  Now am getting ready toput 5.3 on there.
> > xf86config, the shell version, didn't work, and it looks
> > like I messed up on the GUI config.
> >
> > Assistance much appreciated.
> 
> Well, a good start would be to give some details of the machine (in
> particular, the graphics card), what you've done, and what happened.


Thanks to haaving used SuSE in 2000, its probe got the initial
video card stuff and an XF86Config listing::

VendorName  "Unknown"
BoardName   "ATI Mach64 3D Rage IIC"
VideoRam4096


According to the E-Machine's people,  the built-in
vidio chip can run at 1280x1024; I never tried 
it higher that 1024x768.

It's a 500MHz P-II
with 70GB disc, 256MB memory, and some cheesy sound card.
E-Machines is pretty well known so I prob'ly don't have
to exlain anything there.  We (an EE buddy) put in two new
fans and a new PS; I figure it's good for ahnother 4 or 5
years.  I'd just like to have a working X config file.
Right now, "startx" works; but "xdm" bring up a bare-bones
mono-chrome window, and after I type in my name/passwd,
xdm quits and repawns.  The /etc/X11/  directory has several
misc files that might be interfering with xdm, but I don't
understand how.  (I don't find anything interesting in
/tmp/.*)

I can use the box via my KVM switch, but intend to use this
for further driver testing and so want the xdm "xlogin"
to work.  

Any clues?



> 
> > PS:  oh  yeah, any opinions on xorg vs xfree86 welcome, too.
> 
> The general consensus seems to be to go with X.org, especially with
> unusual hardware.  I'm doing so, and "it works for me".
> 

Right now the emachine is running 4.8; I'll go x.org once
5.3-R or -STABLE is out.

gary





-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: OLD e-machines box and XF86Config

2004-10-04 Thread Greg 'groggy' Lehey
On Monday,  4 October 2004 at 10:55:41 -0700, Gary Kline wrote:
>
>   Folks,
>
>   Does anybody onlist have a working XF86Config for an
>   old year 2000 emachine 500ix? 

I suppose I'm not the only person to have no idea what kind of machine
this is.  What architecture is it?

>   I just upgraded it to a full 256M of SDRAM and added a
>   huge drive.  Now am getting ready toput 5.3 on there.
>   xf86config, the shell version, didn't work, and it looks
>   like I messed up on the GUI config.
>
>   Assistance much appreciated.

Well, a good start would be to give some details of the machine (in
particular, the graphics card), what you've done, and what happened.

>   PS:  oh  yeah, any opinions on xorg vs xfree86 welcome, too.

The general consensus seems to be to go with X.org, especially with
unusual hardware.  I'm doing so, and "it works for me".

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgpcy8woB2vlk.pgp
Description: PGP signature


OLD e-machines box and XF86Config

2004-10-04 Thread Gary Kline

Folks,

Does anybody onlist have a working XF86Config for an 
old year 2000 emachine 500ix?  It's been close to two
years since X has been working correctly on his old system. 

I just upgraded it to a full 256M of SDRAM and added a
huge drive.  Now am getting ready toput 5.3 on there.
    xf86config, the shell version, didn't work, and it looks
like I messed up on the GUI config.

Assistance much appreciated.

thanks,

gary


PS:  oh  yeah, any opinions on xorg vs xfree86 welcome, too.




-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


RE: xf86config for Toshiba satellite pro laptop

2004-08-31 Thread Vaughan Moore
Thanks Kevin!

One of my problems was the listing for the savage driver and chipset were
not working well together.  Using the text version of the configuration
program took the chipset line out when I selected the generic Savage driver.
That fixed it!  Thanks so much for your help!

Vaughan

-Original Message-
From: Kevin D. Kinsey, DaleCo, S.P. [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 29, 2004 7:10 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: xf86config for Toshiba satellite pro laptop


Vaughan Moore wrote:

>I'm a complete newbie and I'm trying to set up X server on a Toshiba
>Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
>xf86cfg -textmode I get the error message "The XFree86 configuration
process
>seems to have failed.  Would you like to try again?"  Obviously, this is a
>bit frustrating.
>
>
>

Sounds like it.  Wonder why?  Are you running the program with root
privileges?  (You should be...)

>Here are what I think are the valid parts of the XF86Config file, but I may
>be missing something - please let me know.
>
>InputDevice
>   Driver = "mouse"
>   Option = "Protocol" "Auto"
>   Option = "Device" "/dev/sysmous"
>InputDevice
>   Driver "Keyboard"
>   Option "Skbmode1" "pc101" (note: my laptop only has 85 keys"
>   Option "XkbLayout "us"
>Monitor
>   HorizSync 31.5-31.5
>   VertRefresh 50.0-70.0
>Card
>   Driver "s3"
>   VendorName "S3 Inc."
>   BoardName "86C270-294 Savage/IX-MV"
>   ChipSet "SuperSavage/IX64"
>   BusID "PCI:1:0:0"
>Screen
>   Default Depth 8
>   Display Depth 1
>   Display Depth 4
>   Display Depth 8
>   Modes "640x480"
>   Display Depth 15
>   Display Depth 16
>   Display Depth 24
>
>My main questions are:
>
>1) The Toshiba documentation and Web site do not tell me what my internal
>monitor's horizontal sync or vertical refresh rate is. (although it does
>give me refresh rates for an external monitor - 60/75/85 @16M colors).  Is
>there a place I can go to find this information?
>
>
>

Well, this is pretty common.  Many desktop monitors don't give such
information, either, and you either Google for it or guess, usually.  What
happens if you call "startx", or have you?

>2) Are there other obvious reasons the configuration would fail other than
>the monitor?
>
>

The most obvious one I can think of is that, IIRC, the driver for the
Savage chipsets is "savage", not "s3".  But I could be wrong; can't
remember ever trying X with the "savage" driver.  Have you tried the
"vesa" driver?  Might do something for ya...

Secondly, your Horizontal sync range isn't a range.  Perhaps opening
that up a bit would allow you to try it out.

Certainly there could be other issues as well.  I mentioned permissions
above, for one.  If you have the above in /etc/X11R6/XF86Config, if you
run "startx" you should get either a server running or some error output
in /var/log that might help...OTOH, I've never set up X on any laptop; I
don't know if it's unsafe to try with a relatively untested config
file.  But
the values look sane enough for a CRT display ...


>3) Are there any sites I can visit for more info?
>
>
>

XFree's site at xfree86.org; the FreeBSD handbook at
www.freebsd.org/handbook
come to mind.

>Thanks so much!
>
>
>

You are welcome.

>Vaughan Moore
>
>Also, did I post this to the right list?  If not, please let me know where
>it should go.
>
>

Works for me.

Kevin Kinsey

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


RE: xf86config for Toshiba satellite pro laptop

2004-08-31 Thread Vaughan Moore
Robert,

Thanks so much!  You're right, I mixed the numbers up!  It's a 4260dvd.

Anyway, I got X up and running.  It took a lot of trial and error.  The
problem was 2 fold.  First, there's a bug in sysinstall.  I was getting a
"fail" error message every time because sysinstall was looking for the new
XF86Config file somewhere in the /etc folder.  However, the new file was
being written and put in the /usr/X11R6/lib/X11 folder.  If everything had
been put in the file correctly then all I needed to do was type "startx".

However, that's where my second problem occurred.  I noticed that when I
changed settings for setting up X in the graphical interface for configuring
X, some of the lines would not be overwritten.  So, I would get a line like:

Driver 'vga'
Chipset 'savage IX'

and vise versa.  When I used the text version of the configuration program,
it seemed to rewrite the whole file with consistent data.  Anyway, I was
finally able to get it up and running - thanks to a few encouraging words
for the mailing list.  Thanks so much for responding!

Vaughan

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 29, 2004 9:08 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: xf86config for Toshiba satellite pro laptop


Aloha Vaughan,


Vaughan Moore wrote:

>I'm a complete newbie and I'm trying to set up X server on a Toshiba
>Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
>xf86cfg -textmode I get the error message "The XFree86 configuration
process
>seems to have failed.  Would you like to try again?"  Obviously, this is a
>bit frustrating.
>
Did you mean a 4260dvd?  I cannot find anything on a 4620dvd.

If you had a slight case of dyslexia or maybe a little fat fingering, :o) I
may
be of some help. I have FreeBSD 5.3Beta1 loaded on a HP Pavillion N5310.

I checked the specs on the Toshiba Pro 4260dvd (attached pdf) and it has the
same video driver as my HP. i.e. s3 Savage IX.

So, FWIW, Here are the important bits from my xorg.conf

Section "Monitor"
HorizSync   31.5 - 80
VertRefresh 55 - 61

Section "Device"
Identifier  "Card0"
Driver  "savage"
VendorName  "S3 Inc."
BoardName   "86c270-294 Savage/IX-MV"
BusID   "PCI:1:1:0"


Section "Screen"
DefaultDepth24

SubSection  "Display"
Viewport0 0
Depth   24
Modes   "1024x768"  "800x600"
>


I really hope this helps. At one time I had either Lindows (Linspire) or
SuSE
loaded on this computer. That is where I found the horizontal and vertical
data.

Plagarize whenever you can!

You might also try pciconf -lv to see if your board name and bus id are
correct.

Best of luck

Robert


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


Re: xf86config for Toshiba satellite pro laptop

2004-08-29 Thread hoe-waa
Aloha Vaughan,


Vaughan Moore wrote:

>I'm a complete newbie and I'm trying to set up X server on a Toshiba
>Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
>xf86cfg -textmode I get the error message "The XFree86 configuration process
>seems to have failed.  Would you like to try again?"  Obviously, this is a
>bit frustrating.
>
Did you mean a 4260dvd?  I cannot find anything on a 4620dvd.

If you had a slight case of dyslexia or maybe a little fat fingering, :o) I may 
be of some help. I have FreeBSD 5.3Beta1 loaded on a HP Pavillion N5310.

I checked the specs on the Toshiba Pro 4260dvd (attached pdf) and it has the 
same video driver as my HP. i.e. s3 Savage IX.

So, FWIW, Here are the important bits from my xorg.conf

Section "Monitor"
HorizSync   31.5 - 80
VertRefresh 55 - 61

Section "Device"
Identifier  "Card0"
Driver  "savage"
VendorName  "S3 Inc."
BoardName   "86c270-294 Savage/IX-MV"
BusID   "PCI:1:1:0"


Section "Screen"
DefaultDepth24

SubSection  "Display"
Viewport0 0
Depth   24
Modes   "1024x768"  "800x600"
>


I really hope this helps. At one time I had either Lindows (Linspire) or SuSE
loaded on this computer. That is where I found the horizontal and vertical data.

Plagarize whenever you can!

You might also try pciconf -lv to see if your board name and bus id are correct.

Best of luck

Robert



4260dvd-specs
Description: Binary data
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xf86config for Toshiba satellite pro laptop

2004-08-29 Thread Kevin D. Kinsey, DaleCo, S.P.
Vaughan Moore wrote:
I'm a complete newbie and I'm trying to set up X server on a Toshiba
Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
xf86cfg -textmode I get the error message "The XFree86 configuration process
seems to have failed.  Would you like to try again?"  Obviously, this is a
bit frustrating.
 

Sounds like it.  Wonder why?  Are you running the program with root
privileges?  (You should be...)
Here are what I think are the valid parts of the XF86Config file, but I may
be missing something - please let me know.
InputDevice
Driver = "mouse"
Option = "Protocol" "Auto"
Option = "Device" "/dev/sysmous"
InputDevice
Driver "Keyboard"
Option "Skbmode1" "pc101" (note: my laptop only has 85 keys"
Option "XkbLayout "us"
Monitor
HorizSync 31.5-31.5
VertRefresh 50.0-70.0
Card
Driver "s3"
VendorName "S3 Inc."
BoardName "86C270-294 Savage/IX-MV"
ChipSet "SuperSavage/IX64"
BusID "PCI:1:0:0"
Screen
Default Depth 8
Display Depth 1
Display Depth 4
Display Depth 8
Modes "640x480"
Display Depth 15
Display Depth 16
Display Depth 24
My main questions are:
1) The Toshiba documentation and Web site do not tell me what my internal
monitor's horizontal sync or vertical refresh rate is. (although it does
give me refresh rates for an external monitor - 60/75/85 @16M colors).  Is
there a place I can go to find this information?
 

Well, this is pretty common.  Many desktop monitors don't give such
information, either, and you either Google for it or guess, usually.  What
happens if you call "startx", or have you?
2) Are there other obvious reasons the configuration would fail other than
the monitor?
 

The most obvious one I can think of is that, IIRC, the driver for the
Savage chipsets is "savage", not "s3".  But I could be wrong; can't
remember ever trying X with the "savage" driver.  Have you tried the
"vesa" driver?  Might do something for ya...
Secondly, your Horizontal sync range isn't a range.  Perhaps opening
that up a bit would allow you to try it out.
Certainly there could be other issues as well.  I mentioned permissions
above, for one.  If you have the above in /etc/X11R6/XF86Config, if you
run "startx" you should get either a server running or some error output
in /var/log that might help...OTOH, I've never set up X on any laptop; I
don't know if it's unsafe to try with a relatively untested config 
file.  But
the values look sane enough for a CRT display ...


3) Are there any sites I can visit for more info?
 

XFree's site at xfree86.org; the FreeBSD handbook at 
www.freebsd.org/handbook
come to mind.

Thanks so much!
 

You are welcome.
Vaughan Moore
Also, did I post this to the right list?  If not, please let me know where
it should go.
 

Works for me.
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xf86config for Toshiba satellite pro laptop

2004-08-29 Thread Cristi Tauber
   Hello there,
i have the same problem with an older Toshiba Satellite version (4090 CDS). I
ignore the error, just like you said, i go to install a windows manager, i choose
GNOME, press enter to install but it does nothing, same thing happens with any
manager i choose. Since it was a fresh instalation of 5.2.1 i started again (i
thought i misseg someting) and after install base system i choose to install GNOME
and KDE ... and after install ... the X server failed like the previous attempts
with the error just like Vaughan Moore's. I mention that Slackware 10.0 with Gnome
2.6 runs smoothly.

Cristi.

Eric F Crist wrote:

> Vaughan Moore wrote:
>
> > I'm a complete newbie and I'm trying to set up X server on a Toshiba
> > Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
> > xf86cfg -textmode I get the error message "The XFree86 configuration process
> > seems to have failed.  Would you like to try again?"  Obviously, this is a
> > bit frustrating.
> >
> > Here are what I think are the valid parts of the XF86Config file, but I may
> > be missing something - please let me know.
> >
> > InputDevice
> >   Driver = "mouse"
> >   Option = "Protocol" "Auto"
> >   Option = "Device" "/dev/sysmous"
> > InputDevice
> >   Driver "Keyboard"
> >   Option "Skbmode1" "pc101" (note: my laptop only has 85 keys"
> >   Option "XkbLayout "us"
> > Monitor
> >   HorizSync 31.5-31.5
> >   VertRefresh 50.0-70.0
> > Card
> >   Driver "s3"
> >   VendorName "S3 Inc."
> >   BoardName "86C270-294 Savage/IX-MV"
> >   ChipSet "SuperSavage/IX64"
> >   BusID "PCI:1:0:0"
> > Screen
> >   Default Depth 8
> >   Display Depth 1
> >   Display Depth 4
> >   Display Depth 8
> >   Modes "640x480"
> >   Display Depth 15
> >   Display Depth 16
> >   Display Depth 24
> >
> > My main questions are:
> >
> > 1) The Toshiba documentation and Web site do not tell me what my internal
> > monitor's horizontal sync or vertical refresh rate is. (although it does
> > give me refresh rates for an external monitor - 60/75/85 @16M colors).  Is
> > there a place I can go to find this information?
> >
> > 2) Are there other obvious reasons the configuration would fail other than
> > the monitor?
> >
> > 3) Are there any sites I can visit for more info?
> >
> > Thanks so much!
> >
> > Vaughan Moore
> >
> > Also, did I post this to the right list?  If not, please let me know where
> > it should go.
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> >
>
> This seems to be a bug in recent releases (4.x and 5.x).  Just skip it
> from there, and install KDE/Gnome from one of the other menus.
> Everything is fine.  I don't remember exactly, but sysinstall is looking
> for the config file in /etc/X11/xf86config or something, while it's
> actually being installed in /usr/local/X11 or some other thing.
>   the way to get around this is to either ignore it (which I do), or
> type in the above text (/etc/X11/xf86config) as I typed it (IIRC).  This
> is just a bug and things ARE getting installed correctly.  Just move
> down, later in the process and install a 'window manager.' KDE, Gnome,
> and a couple others will more than likely be listed.
>
> HTH
>
> Eric F Crist
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: xf86config for Toshiba satellite pro laptop

2004-08-28 Thread Eric F Crist
Vaughan Moore wrote:
I'm a complete newbie and I'm trying to set up X server on a Toshiba
Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
xf86cfg -textmode I get the error message "The XFree86 configuration process
seems to have failed.  Would you like to try again?"  Obviously, this is a
bit frustrating.
Here are what I think are the valid parts of the XF86Config file, but I may
be missing something - please let me know.
InputDevice
Driver = "mouse"
Option = "Protocol" "Auto"
Option = "Device" "/dev/sysmous"
InputDevice
Driver "Keyboard"
Option "Skbmode1" "pc101" (note: my laptop only has 85 keys"
Option "XkbLayout "us"
Monitor
HorizSync 31.5-31.5
VertRefresh 50.0-70.0
Card
Driver "s3"
VendorName "S3 Inc."
BoardName "86C270-294 Savage/IX-MV"
ChipSet "SuperSavage/IX64"
BusID "PCI:1:0:0"
Screen
Default Depth 8
Display Depth 1
Display Depth 4
Display Depth 8
Modes "640x480"
Display Depth 15
Display Depth 16
Display Depth 24
My main questions are:
1) The Toshiba documentation and Web site do not tell me what my internal
monitor's horizontal sync or vertical refresh rate is. (although it does
give me refresh rates for an external monitor - 60/75/85 @16M colors).  Is
there a place I can go to find this information?
2) Are there other obvious reasons the configuration would fail other than
the monitor?
3) Are there any sites I can visit for more info?
Thanks so much!
Vaughan Moore
Also, did I post this to the right list?  If not, please let me know where
it should go.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

This seems to be a bug in recent releases (4.x and 5.x).  Just skip it 
from there, and install KDE/Gnome from one of the other menus. 
Everything is fine.  I don't remember exactly, but sysinstall is looking 
for the config file in /etc/X11/xf86config or something, while it's 
actually being installed in /usr/local/X11 or some other thing. 
 the way to get around this is to either ignore it (which I do), or 
type in the above text (/etc/X11/xf86config) as I typed it (IIRC).  This 
is just a bug and things ARE getting installed correctly.  Just move 
down, later in the process and install a 'window manager.' KDE, Gnome, 
and a couple others will more than likely be listed.

HTH
Eric F Crist
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xf86config for Toshiba satellite pro laptop

2004-08-28 Thread Vaughan Moore
I'm a complete newbie and I'm trying to set up X server on a Toshiba
Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
xf86cfg -textmode I get the error message "The XFree86 configuration process
seems to have failed.  Would you like to try again?"  Obviously, this is a
bit frustrating.

Here are what I think are the valid parts of the XF86Config file, but I may
be missing something - please let me know.

InputDevice
Driver = "mouse"
Option = "Protocol" "Auto"
Option = "Device" "/dev/sysmous"
InputDevice
Driver "Keyboard"
Option "Skbmode1" "pc101" (note: my laptop only has 85 keys"
Option "XkbLayout "us"
Monitor
HorizSync 31.5-31.5
VertRefresh 50.0-70.0
Card
Driver "s3"
VendorName "S3 Inc."
BoardName "86C270-294 Savage/IX-MV"
ChipSet "SuperSavage/IX64"
BusID "PCI:1:0:0"
Screen
Default Depth 8
Display Depth 1
Display Depth 4
Display Depth 8
Modes "640x480"
Display Depth 15
Display Depth 16
Display Depth 24

My main questions are:

1) The Toshiba documentation and Web site do not tell me what my internal
monitor's horizontal sync or vertical refresh rate is. (although it does
give me refresh rates for an external monitor - 60/75/85 @16M colors).  Is
there a place I can go to find this information?

2) Are there other obvious reasons the configuration would fail other than
the monitor?

3) Are there any sites I can visit for more info?

Thanks so much!

Vaughan Moore

Also, did I post this to the right list?  If not, please let me know where
it should go.

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


Re: XF86Config for MSI KM4M-L motherboard

2004-04-08 Thread Warren Block
On Wed, 7 Apr 2004, David Shoulders wrote:

> Has anyone successfully configured X for the MSI KM4M-L?
>
> In a posting to this list in Feb, Warren Block says he got a KM4M(no -L) to
> work with the "savage" driver.

I'm pretty sure the board I have is a KM4M-L... didn't think the L was
significant.

> But when I try his "Device" section, I
> always get "No device found".  I've tried all the possible 'BusID
> "PCI:X:Y:Z"' possibilities, all yielding the same result.

How about trying 'XFree86 -configure' and then modify the XF86Config
file it produces, adding 'option "NoUseBIOS"'?  You may also need to
change the BoardName.

> Thank you to Warren, all the same.

You're welcome.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


XF86Config for MSI KM4M-L motherboard

2004-04-07 Thread David Shoulders
Has anyone successfully configured X for the MSI KM4M-L?

In a posting to this list in Feb, Warren Block says he got a KM4M(no -L) to
work with the "savage" driver.  But when I try his "Device" section, I
always get "No device found".  I've tried all the possible 'BusID
"PCI:X:Y:Z"' possibilities, all yielding the same result.  Thank you to
Warren, all the same.

XF86Cfg thinks the VGA chip is VESA compatible.  When I try the vesa driver,
it seems to get quite a ways toward the goal (it reads the data out of the
monitor, including a list of modes, most of which are in the "modes" lines
in the "Screen" section of XF86Config). But not matter how much I tweak the
"Device" data, the driver always fails to find a useable screen ("Screens
found, but none with a useable configuration." or similar.)

Any help much appreciated.

- David Shoulders

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


Sysinstall XF86Config

2004-02-26 Thread Gareth Bailey
I was wondering why sysinstall /Config/XFree86Config only lists some of the graphics 
drivers available. After some time i found the correct driver from additional drivers 
that appeared when i ran xf86config from the command line.

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


XF86Config - ProSavage DDR 8DO4

2004-02-23 Thread gareth bailey
X server message generated is "(WW) Savage: Chipset "ProSavage DDR" in
Device section "Card0" isn't valid for this driver"

After experiencing difficulty configuring X Server for use with the above
graphics hardware, i downloaded a new savage_drv.o file and replaced the
original. No joy.

Has anyone had any success with this hardware? Please advise.

Gareth

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


Re: XF86Config - ProSavage DDR 8D04

2004-02-23 Thread Warren Block
On Mon, 23 Feb 2004, Gareth Bailey wrote:

>  X server message generated is "(WW) Savage: Chipset "ProSavage DDR" in
>  Device section "Card0" isn't valid for this driver"
>
>  Has anyone had any success with this hardware? Please advise.

I've gotten these to work as part of an MSI KM4M motherboard.  Here's
the Device section:

http://docs.freebsd.org/cgi/mid.cgi?20040123131935.K98150

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


XF86Config - ProSavage DDR 8D04

2004-02-23 Thread Gareth Bailey
 X server message generated is "(WW) Savage: Chipset "ProSavage DDR" in
 Device section "Card0" isn't valid for this driver"
 
 After experiencing difficulty configuring X Server for use with the above
 graphics hardware, i downloaded a new savage_drv.o file and replaced the
 original. No joy.
 
 Has anyone had any success with this hardware? Please advise.
 
 Gareth
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Configuration of XF86config file

2003-12-17 Thread Nagalakshmi GVK
Sir,
 
 
I got an error when I tried to configure XFree86.I am attaching the scanpci -v 
output.Please,help me.
 
Krishna.


-
   BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st 
December 2003. The way the internet was meant to be. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: XF86Config weirdness

2003-09-18 Thread Stijn Hoop
On Thu, Sep 18, 2003 at 11:44:54AM +0200, Joan Picanyol wrote:
> [please honour Mail-Followup-To:, not subscribed]
> 
> Hi,
> 
> When I add the following lines to my XF86Config file, I can't startx
> anymore (Fatal error: could not open default font "fixed").
> 
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/CID"
> FontPath "/usr/X11R6/lib/X11/fonts/PEX"
> FontPath "/usr/X11R6/lib/X11/fonts/TTF"
> FontPath "/usr/X11R6/lib/X11/fonts/Type1"
> FontPath "/usr/X11R6/lib/X11/fonts/URW"
> FontPath "/usr/X11R6/lib/X11/fonts/jmk"
> FontPath "/usr/X11R6/lib/X11/fonts/latin2"
> FontPath "/usr/X11R6/lib/X11/fonts/lfpfonts-fix"
> FontPath "/usr/X11R6/lib/X11/fonts/lfpfonts-var"
> FontPath "/usr/X11R6/lib/X11/fonts/webfonts"
> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
> FontPath "/usr/X11R6/lib/X11/fonts/URW"
> 
> How should I use my fonts?

Add

FontPath "/usr/X11R6/lb/X11/fonts/misc"

also. X absolutely _needs_ some fonts out of this directory (ie the 'fixed'
font as you discovered).

--Stijn

-- 
What would this sentence be like if it weren't self-referential?


pgp0.pgp
Description: PGP signature


XF86Config weirdness

2003-09-18 Thread Joan Picanyol
[please honour Mail-Followup-To:, not subscribed]

Hi,

When I add the following lines to my XF86Config file, I can't startx
anymore (Fatal error: could not open default font "fixed").

FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/jmk"
FontPath "/usr/X11R6/lib/X11/fonts/latin2"
FontPath "/usr/X11R6/lib/X11/fonts/lfpfonts-fix"
FontPath "/usr/X11R6/lib/X11/fonts/lfpfonts-var"
FontPath "/usr/X11R6/lib/X11/fonts/webfonts"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/URW"

How should I use my fonts?

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


XF86Config file help

2003-04-01 Thread CARTER Anthony
My XF86Config file has in the Module section:

Load "glx"
Load "dri"
Load "dbe"

I know what these are, no problems. Now:

Load "record"
Load "extmod"
Load "type1"

I don't know what these are used for, can someone tell me? Now:

Load "xie"
Load "pex5"
Load "pcm"

I know what pcm is for (the sound), but not the others. However, for these I 
get module not found errors...

Here are the errors for these and a couple of others that you may resolve if 
you have time to spare...

Thanks,
Anthony Carter


(II) UnloadModule: "xie"
(EE) Failed to load module "xie" (module does not exist, 0)
(II) LoadModule: "pex5"
(WW) Warning, couldn't open module pex5
(II) UnloadModule: "pex5"
(EE) Failed to load module "pex5" (module does not exist, 0)

(WW) Warning, couldn't open module pcm
(II) UnloadModule: "pcm"
(EE) Failed to load module "pcm" (module does not exist, 0)

(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) MGA(0): Chipset: "mgag400" (G450)
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(WW) Warning, couldn't open module mga_hal
(II) UnloadModule: "mga_hal"
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(==) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xFA00
(--) MGA(0): MMIO registers at 0xF900
(--) MGA(0): Pseudo-DMA transfer window at 0xF880
(--) MGA(0): BIOS at 0xF9FE
(II) Truncating PCI BIOS Length to 34816
(--) MGA(0): Video BIOS info block at offset 0x078A0
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xf900,0x4000) was already clear
(==) MGA(0): Write-combining range (0xfa00,0x200)
(==) MGA(0): Write-combining range (0xf880,0x80) was already clear
(--) MGA(0): VideoRAM: 16384 kByte

Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing 
from list!



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


/etc/XF86Config for X11-4.2.X on an Intel-815 mainboard?

2003-02-28 Thread Gary D Kline

Hi People,

Anyone out there who has an XF86Config file working with
the Intel-815 mainboard *and* has the resolution of at 
least 1280x1024??  

Around 19 months ago I got my XF86Config
file working on a small (15") CRT at 1024x768.   On my
new Hitachi tube, nothing I have tried so far results in
any definition finer than 1024x768.  Isthe i810 driver 
limited to this?

I've used the auto-generated template from XFree with 
several mods.  I'm stuck at 1024x768 and using a tube that
can do much higher.  Would be much obliged if somebody
would send an i810/i815 configuration file ...  Just slip
file in a brown paper bag!

thanks much,

gary



-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: more XF86Config questions... .

2003-02-19 Thread Gary D Kline
On Wed, Feb 19, 2003 at 04:57:13PM +0530, Shantanu Mahajan wrote:
> does /etc/X11 directory exist?
> 
> Regards,
> Shantanu


Yes.  

gary


>  
> +++ Gary D Kline [freebsd] [18-02-03 13:13 -0800]:
> | Date: Tue, 18 Feb 2003 13:13:24 -0800
> | From: Gary D Kline <[EMAIL PROTECTED]>
> | Subject: more XF86Config questions... .
> | 
> | Does anybody know why I am refused permission (by
> | /stand/sysinstall) to write/open XF86Config?  I seem to
> | be wedged at 1024x768, which is acceptable if my i810
> | can't go any higher.  
> | 
> | Since I have and Intel-815 chipset, is XFree86 the right
> | thing is have linked as X?
> | 
> |   0 lrwxr-xr-x  1 root  wheel7 Feb  9 16:11 X -> XFree86
> | 992 -rwxr-xr-x  1 root  wheel   999640 Nov  9  2000 XF86Setup
> | 3408 -rwxr-xr-x  1 root  wheel  3478246 Nov  9  2000 XF86_SVGA
> | 2008 -rwxr-xr-x  1 root  wheel  2047435 Nov  9  2000 XF86_VGA16
> | 1520 -rwxr-xr-x  1 root  wheel  1543284 Feb  9 16:11 XFree86
> | 
> | xvidtune dies with:
> | 
> | Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
> | Unable to query video extension version
> | 
> | with or without that line commented in my /etc/XF86Config.
> | 
> | Clues, people?
> | 
> | tia,
> | 
> | gary
> | 
> | 
> | - -- 
> |Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix
> | 
> | --
> 
> -- 
> Everyone is a genius.  It's just that
> some people are too stupid to realize it. 
> 
> PGP keyID  :  137AFD9E
> PGP keyID fingerprint:C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: more XF86Config questions... .

2003-02-19 Thread Shantanu Mahajan
does /etc/X11 directory exist?

Regards,
Shantanu
 
+++ Gary D Kline [freebsd] [18-02-03 13:13 -0800]:
| Date: Tue, 18 Feb 2003 13:13:24 -0800
| From: Gary D Kline <[EMAIL PROTECTED]>
| Subject: more XF86Config questions... .
| 
|   Does anybody know why I am refused permission (by
|   /stand/sysinstall) to write/open XF86Config?  I seem to
|   be wedged at 1024x768, which is acceptable if my i810
|   can't go any higher.  
| 
|   Since I have and Intel-815 chipset, is XFree86 the right
|   thing is have linked as X?
| 
|   0 lrwxr-xr-x  1 root  wheel7 Feb  9 16:11 X -> XFree86
| 992 -rwxr-xr-x  1 root  wheel   999640 Nov  9  2000 XF86Setup
| 3408 -rwxr-xr-x  1 root  wheel  3478246 Nov  9  2000 XF86_SVGA
| 2008 -rwxr-xr-x  1 root  wheel  2047435 Nov  9  2000 XF86_VGA16
| 1520 -rwxr-xr-x  1 root  wheel  1543284 Feb  9 16:11 XFree86
| 
|   xvidtune dies with:
| 
| Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
| Unable to query video extension version
| 
|   with or without that line commented in my /etc/XF86Config.
| 
|   Clues, people?
| 
|   tia,
| 
|   gary
| 
| 
| - -- 
|Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix
| 
| --

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID:  137AFD9E
PGP keyID fingerprint:  C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



more XF86Config questions... .

2003-02-18 Thread Gary D Kline

Does anybody know why I am refused permission (by
/stand/sysinstall) to write/open XF86Config?  I seem to
be wedged at 1024x768, which is acceptable if my i810
can't go any higher.  

Since I have and Intel-815 chipset, is XFree86 the right
thing is have linked as X?

  0 lrwxr-xr-x  1 root  wheel7 Feb  9 16:11 X -> XFree86
992 -rwxr-xr-x  1 root  wheel   999640 Nov  9  2000 XF86Setup
3408 -rwxr-xr-x  1 root  wheel  3478246 Nov  9  2000 XF86_SVGA
2008 -rwxr-xr-x  1 root  wheel  2047435 Nov  9  2000 XF86_VGA16
1520 -rwxr-xr-x  1 root  wheel  1543284 Feb  9 16:11 XFree86

xvidtune dies with:

Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
Unable to query video extension version

with or without that line commented in my /etc/XF86Config.

Clues, people?

tia,

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: XF86Config.

2003-02-11 Thread stan
On Tue, Feb 11, 2003 at 09:29:53PM +0100, taxman wrote:
> On Tuesday 11 February 2003 12:48 pm, Peter van Eck wrote: 
> > I've installed freebsd 4.6.2.
> > 
> > I'm still having toruble to get my X window system to run properly.
> > It loads the X server succesfull but the display is isshowing 3 Vertical
> > stripes thru the Desktop.
> > The frequencies seem OK , but it is like the desktop is split up in 3.
> > USing an HP Ultra VGA 15 inch Monitior + a S3 Trio32/64 videocard .
> > XFree86 4.2.0
> 
> > Anyone a suggestion for me to check/change ?
> 
> Easiest way I can think of is to run knoppix and take the Xfree config file 
> and copy it to freebsd.  Knoppix has some great hardware autodetection.  It 
> has perfectly configured x on every computer I've tried it on.
> besides it boots to a perfect working kde setup.  I'd love to see more of the 
> tools knoppix uses ported to freebsd.  Too bad I haven't the skills myself.
> the website is:
> http://www.knopper.net/knoppix/
> 
> and a mini iso is available here:
> ftp://ftp.es.debian.org./pub/miniKnoppix
> 
Interesting. I just booted a laptop that I intend to ru FreeBSD on in
Knoppix, and as you said, perfecy X setup. However, since It's booting from
the CD, where would I find the X config file? Do I need to isntall Knoppix
to have access to this file? If so, how do I do thta, since so far I've
only figured out how to _boot_ from thier CD, not install :-)

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: XF86Config.

2003-02-11 Thread Walter Spierings
Hello Peter,
Your modeline is far to fast,
Try the one which has a 48Mhz bandwidth. (Look in the lint).
Most smaller and older monitors just need low refresh. Find the modeline 
for 1024x768 and 60Hz refresh.
Greetings,
Walter Spierings



At 02:59 PM 2/11/03 +0100, you wrote:
Thanks John,

But unfortunately adjusting the vsync and hsync didn't make any difference.
I did have a working XF86Config under Linux (XFree86 4.2.0 )but I haven't 
got a copy of that anymore  , so it should be possible ! Just don't know 
what the magic parameter is to add to or change in the X11 Config file.

rgds,

Peter

John Murphy wrote:

Peter van Eck <[EMAIL PROTECTED]> wrote:




I'm still having toruble to get my X window system to run properly.
It loads the X server succesfull but the display is isshowing 3 Vertical
stripes thru the Desktop.
The frequencies seem OK , but it is like the desktop is split up in 3.
USing an HP Ultra VGA 15 inch Monitior + a S3 Trio32/64 videocard .
XFree86 4.2.0

Anyone a suggestion for me to check/change ?






Section "Monitor"
Identifier   "Monitor0"
HorizSync30.0 - 86.0
VertRefresh  50.0 - 130.0
EndSection



I think your monitor would not be able to cope with those ranges.
The HP Ultra VGA 17 seems to be limited to 30-64 Khz / 50-90 Hz.
The 15 inch is probably the same.  The effect you're seeing is
probably the result of the Horiz. frequency being way too high.

If reducing those ranges doesn't help, you could try it without
the 3dfx accelerator card.

John.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: XF86Config.

2003-02-11 Thread Peter van Eck
Thanks John,

But unfortunately adjusting the vsync and hsync didn't make any difference.
I did have a working XF86Config under Linux (XFree86 4.2.0 )but I 
haven't got a copy of that anymore  , so it should be possible ! Just 
don't know what the magic parameter is to add to or change in the X11 
Config file.

rgds,

Peter

John Murphy wrote:

Peter van Eck <[EMAIL PROTECTED]> wrote:

 

I'm still having toruble to get my X window system to run properly.
It loads the X server succesfull but the display is isshowing 3 Vertical
stripes thru the Desktop.
The frequencies seem OK , but it is like the desktop is split up in 3.
USing an HP Ultra VGA 15 inch Monitior + a S3 Trio32/64 videocard .
XFree86 4.2.0

Anyone a suggestion for me to check/change ?
   


 

Section "Monitor"
	Identifier   "Monitor0"
	HorizSync30.0 - 86.0
	VertRefresh  50.0 - 130.0
EndSection
   


I think your monitor would not be able to cope with those ranges.
The HP Ultra VGA 17 seems to be limited to 30-64 Khz / 50-90 Hz.
The 15 inch is probably the same.  The effect you're seeing is
probably the result of the Horiz. frequency being way too high.

If reducing those ranges doesn't help, you could try it without
the 3dfx accelerator card.

John.
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: XF86Config.

2003-02-11 Thread John Murphy
Peter van Eck <[EMAIL PROTECTED]> wrote:

>I'm still having toruble to get my X window system to run properly.
>It loads the X server succesfull but the display is isshowing 3 Vertical
>stripes thru the Desktop.
>The frequencies seem OK , but it is like the desktop is split up in 3.
>USing an HP Ultra VGA 15 inch Monitior + a S3 Trio32/64 videocard .
>XFree86 4.2.0
>
>Anyone a suggestion for me to check/change ?

>Section "Monitor"
>   Identifier   "Monitor0"
>   HorizSync30.0 - 86.0
>   VertRefresh  50.0 - 130.0
>EndSection

I think your monitor would not be able to cope with those ranges.
The HP Ultra VGA 17 seems to be limited to 30-64 Khz / 50-90 Hz.
The 15 inch is probably the same.  The effect you're seeing is
probably the result of the Horiz. frequency being way too high.

If reducing those ranges doesn't help, you could try it without
the 3dfx accelerator card.

John.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



XF86Config.

2003-02-11 Thread Peter van Eck

Hi,

I've installed freebsd 4.6.2.

I'm still having toruble to get my X window system to run properly.
It loads the X server succesfull but the display is isshowing 3 Vertical 
stripes thru the Desktop.
The frequencies seem OK , but it is like the desktop is split up in 3.
USing an HP Ultra VGA 15 inch Monitior + a S3 Trio32/64 videocard .

Anyone a suggestion for me to check/change ?

TIA,

Peter




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Xf86config res too small on laptop

2003-01-22 Thread Pierrick Brossin
Adam M Ryan wrote:

I am using the xf86cfg, which takes the graphical display and just makes
the res really small, not letting me see the entire menus.  When I say
small I mean its using like 300 something.  So its really big, is there
some keyboard controls to make it so I can see all of the menu or
something else so I can configure X?


Hi Adam!

I had to actually modify my XF86config file myself to get the laptop
have a greater resolution. I'm using 1024x768 on a Sony VAIO laptop!

As I'm really short on time now, I have to go to work relllyy fast
but I'll send you my config file as soon as possible if you didn't find
the answer before I do it !
It will probably be tonight though (got loads of work).

Cya

--
Pierrick Brossin
IT Employee
15, Ch. du Château, 1422 Grandson, Switzerland
Tel Prof: +41-327201423 Mobile Priv: +41-794137145
Mail Prof: [EMAIL PROTECTED] Mail Priv: [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Xf86config res too small on laptop

2003-01-22 Thread Adam M Ryan

I am using the xf86cfg, which takes the graphical display and just makes
the res really small, not letting me see the entire menus.  When I say
small I mean its using like 300 something.  So its really big, is there
some keyboard controls to make it so I can see all of the menu or
something else so I can configure X?



-Original Message-
From: John Bleichert [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 22, 2003 10:10 PM
To: Adam M Ryan
Cc: [EMAIL PROTECTED]
Subject: Re: Xf86config res too small on laptop


On Wed, 22 Jan 2003, Adam M Ryan wrote:
> Subject: Xf86config res too small on laptop
> 
> I am trying to use the xf86config graphics utility on my Dell Cpi 
> laptop, but the resolution is very small.  Its pry like 340x 
> something. I can't see all of the menus.  Does anyone know how to fix 
> this?
> 
> Thanks
> 
> Adam
> 

xf86config(1) is a text-based terminal app. *Which* configuration tool
are 
you using? Or is this xf86config as seen through /stand/sysinstall?



#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Xf86config res too small on laptop

2003-01-22 Thread John Bleichert
On Wed, 22 Jan 2003, Adam M Ryan wrote:
> Subject: Xf86config res too small on laptop
> 
> I am trying to use the xf86config graphics utility on my Dell Cpi
> laptop, but the resolution is very small.  Its pry like 340x something.
> I can't see all of the menus.  Does anyone know how to fix this?
> 
> Thanks
> 
> Adam
> 

xf86config(1) is a text-based terminal app. *Which* configuration tool are 
you using? Or is this xf86config as seen through /stand/sysinstall?



#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Xf86config res too small on laptop

2003-01-22 Thread Adam M Ryan
I am trying to use the xf86config graphics utility on my Dell Cpi
laptop, but the resolution is very small.  Its pry like 340x something.
I can't see all of the menus.  Does anyone know how to fix this?

Thanks

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Anyone have a XF86Config for Diamond Stealth 3d 3000 Pro?

2002-10-02 Thread Jason Oakley

I have just set up my server at home with Gnome 2.0 and have been scouring
the net for an XF86Config for it.

If you have one for the above card, please email me

TIA



: http://vzalive.bangrocks.com :
: VZ300/Laser 210/Salora/Texet :
.   http://www.bangrocks.com   .



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



matrox G400 dual head and XF86Config

2002-07-24 Thread Jacob Rhoden

Hi,

I have searched for help on this but only found some help on how to do it 
in linux, Does anyone know how to setup a the second video card in FreeBSD 
in the XF86Config file? Apparently you need BusID numbers, but how do you 
find that?

Thanks,
Jacob


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message