Re: minimum xorg install for clients side

2008-07-07 Thread Anton Shterenlikht
On Mon, Jul 07, 2008 at 03:27:30PM +0200, Anders Troback wrote:
> On Mon, 7 Jul 2008 11:17:11 +0100
> Anton Shterenlikht <[EMAIL PROTECTED]> wrote:
> 
> > On Sun, Jul 06, 2008 at 08:05:24PM +0200, Anders Trob??ck wrote:
> > > On Sun, 6 Jul 2008 16:24:08 +0100
> > > Anton Shterenlikht <[EMAIL PROTECTED]> wrote:
> > > 
> > > > On Sun, Jul 06, 2008 at 02:16:36PM +0200, Anders Trob??ck wrote:
> > > > > 
> > > > > If you want to have a remote GUI logon with XDMCP install XDM,
> > > > > GDM or KDM then you can start X with the -query parameter!
> > > > > 
> > > > > If this wasn't what you where asking please ask again:-)
> > > > 
> > > > sorry, I wasn't clear.
> > > > 
> > > > I have 2 FBSD boxes: a server with no graphics card (S) and a
> > > > laptop (L). I want to run X applications on S and see the results
> > > > on L. The applications I run on S are typically xpdf, gs, xfig,
> > > > display, firefox, etc.
> > > > 
> > > > While I could install ports/xorg on both boxes, this is probably
> > > > excessive. Since I won't run any xorg applications on L, I
> > > > probably don't need xorg-apps on L. Likewise, since I'm not
> > > > running xorg server on S, I probably don't need xorg-server on S.
> > > > This is my basic understanding of xorg server-clients model. Is
> > > > this logic correct?
> > > > 
> > > > However, I'm not sure on what box (S, L or both) I need:
> > > > xorg-libraries
> > > > xorg-fonts
> > > > xorg-drivers
> > > > xorg-protos
> > > > 
> > > > etc.
> > > > 
> > > 
> > > If you are after a real minimal installation with XDMCP you can do
> > > like this:
> > > 
> > > On S:
> > > x11/xdm
> > > 
> > > On L:
> > > x11-servers/xorg-server
> > > x11-drivers/xf86-input-keyboard
> > > x11-drivers/xf86-input-mouse
> > > x11-drivers/xf86-video-intel (or what ever card you have)
> > > x11-fonts/font-alias
> > > x11-fonts/font-cursor-misc
> > > x11-fonts/font-misc-misc
> > > 
> > > Configure X on L:
> > > X -configure
> > > X -config xorg.conf.new
> > > cp xorg.conf.new /etc/X11/xorg.conf
> > > 
> > > Configure XDM on S:
> > > Read http://www.freebsd.org/doc/en/books/handbook/x-xdm.html
> > > 
> > > Start XDM on S:
> > > xdm
> > > (if you want it to start after reboot look for a line about xdm
> > > (ttyv8) in /etc/ttys, change off to on)
> > > 
> > > Start X on L:
> > > X -query S
> > 
> > Anders thanks
> > 
> > I tried to follow your guidelines, but cannot see the login prompt
> > after X -query S. I also cannot see port 177 open on S, only:
> > 
> > 6000/tcp open  X11
> > 
> > Should 177/udp and /tcp be open on S? How to do this?
> > 
> > I've the following line in /etc/ttys:
> > 
> > ttyv8   "/usr/X11R6/bin/xdm -daemon"xterm   on  secure
> > 
> > and:
> > 
> > % ps ax|grep xdm
> > 38718  ??  Is 0:00.08 /usr/X11R6/bin/xdm -daemon ttyv8
> > 44523  ??  Rs 0:17.61 /usr/local/bin/X :0
> > -auth /usr/local/lib/X11/xdm/auth 44524  ??  Ss 0:08.04 xdm: :0
> > (xdm) 45544  v4  RL+0:00.01 grep xdm
> > %
> > 
> > and I commented out this line in xdm-config 
> > 
> > !DisplayManager.requestPort:0
> > 
> > What am I missing?
> > 
> > 
> > many thanks
> > anton
> > 
> 
> How does you /usr/local/lib/X11/xdm/Xaccess look?
> 
> Try to put:
> 
> LISTEN xxx.xxx.xxx.xxx
> 
> where the xxx thing are the ip of S!

I've the following two lines in Xaccess
*
LISTEN xx.xx.xx.xx

where xx is the server ip.
So it should give access to any server to xdm.

I also notice these errors in xdm.log:
 
xdm error (pid 9961): server open failed for myhost:0, giving up
xdm error (pid 4191): Display myhost:0 cannot be opened
xdm error (pid 4191): Display myhost:0 is being disabled

where myhost is the nodename of L.


I also realsed I might not need xdmcp, as I seem to be able to
run graphical apps on S with ssh X11 forwarding. In which case
all I need are the actual applications I run, e.g xterm or xpdf.
So your initial responce to my question makes sense to me now.


many thanks
anton
 
-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: minimum xorg install for clients side

2008-07-07 Thread Anders Troback
On Mon, 7 Jul 2008 11:17:11 +0100
Anton Shterenlikht <[EMAIL PROTECTED]> wrote:

> On Sun, Jul 06, 2008 at 08:05:24PM +0200, Anders Trob??ck wrote:
> > On Sun, 6 Jul 2008 16:24:08 +0100
> > Anton Shterenlikht <[EMAIL PROTECTED]> wrote:
> > 
> > > On Sun, Jul 06, 2008 at 02:16:36PM +0200, Anders Trob??ck wrote:
> > > > 
> > > > If you want to have a remote GUI logon with XDMCP install XDM,
> > > > GDM or KDM then you can start X with the -query parameter!
> > > > 
> > > > If this wasn't what you where asking please ask again:-)
> > > 
> > > sorry, I wasn't clear.
> > > 
> > > I have 2 FBSD boxes: a server with no graphics card (S) and a
> > > laptop (L). I want to run X applications on S and see the results
> > > on L. The applications I run on S are typically xpdf, gs, xfig,
> > > display, firefox, etc.
> > > 
> > > While I could install ports/xorg on both boxes, this is probably
> > > excessive. Since I won't run any xorg applications on L, I
> > > probably don't need xorg-apps on L. Likewise, since I'm not
> > > running xorg server on S, I probably don't need xorg-server on S.
> > > This is my basic understanding of xorg server-clients model. Is
> > > this logic correct?
> > > 
> > > However, I'm not sure on what box (S, L or both) I need:
> > >   xorg-libraries
> > >   xorg-fonts
> > >   xorg-drivers
> > >   xorg-protos
> > > 
> > >   etc.
> > > 
> > 
> > If you are after a real minimal installation with XDMCP you can do
> > like this:
> > 
> > On S:
> > x11/xdm
> > 
> > On L:
> > x11-servers/xorg-server
> > x11-drivers/xf86-input-keyboard
> > x11-drivers/xf86-input-mouse
> > x11-drivers/xf86-video-intel (or what ever card you have)
> > x11-fonts/font-alias
> > x11-fonts/font-cursor-misc
> > x11-fonts/font-misc-misc
> > 
> > Configure X on L:
> > X -configure
> > X -config xorg.conf.new
> > cp xorg.conf.new /etc/X11/xorg.conf
> > 
> > Configure XDM on S:
> > Read http://www.freebsd.org/doc/en/books/handbook/x-xdm.html
> > 
> > Start XDM on S:
> > xdm
> > (if you want it to start after reboot look for a line about xdm
> > (ttyv8) in /etc/ttys, change off to on)
> > 
> > Start X on L:
> > X -query S
> 
> Anders thanks
> 
> I tried to follow your guidelines, but cannot see the login prompt
> after X -query S. I also cannot see port 177 open on S, only:
> 
>   6000/tcp open  X11
> 
> Should 177/udp and /tcp be open on S? How to do this?
> 
> I've the following line in /etc/ttys:
> 
>   ttyv8   "/usr/X11R6/bin/xdm -daemon"xterm   on  secure
> 
> and:
> 
> % ps ax|grep xdm
> 38718  ??  Is 0:00.08 /usr/X11R6/bin/xdm -daemon ttyv8
> 44523  ??  Rs 0:17.61 /usr/local/bin/X :0
> -auth /usr/local/lib/X11/xdm/auth 44524  ??  Ss 0:08.04 xdm: :0
> (xdm) 45544  v4  RL+0:00.01 grep xdm
> %
> 
> and I commented out this line in xdm-config 
> 
> !DisplayManager.requestPort:0
> 
> What am I missing?
> 
> 
> many thanks
> anton
> 

How does you /usr/local/lib/X11/xdm/Xaccess look?

Try to put:

LISTEN xxx.xxx.xxx.xxx

where the xxx thing are the ip of S!

-- 
Anders Trobäck
http://www.troback.com/

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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


Re: minimum xorg install for clients side

2008-07-07 Thread Anton Shterenlikht
On Sun, Jul 06, 2008 at 08:05:24PM +0200, Anders Trob??ck wrote:
> On Sun, 6 Jul 2008 16:24:08 +0100
> Anton Shterenlikht <[EMAIL PROTECTED]> wrote:
> 
> > On Sun, Jul 06, 2008 at 02:16:36PM +0200, Anders Trob??ck wrote:
> > > 
> > > If you want to have a remote GUI logon with XDMCP install XDM, GDM
> > > or KDM then you can start X with the -query parameter!
> > > 
> > > If this wasn't what you where asking please ask again:-)
> > 
> > sorry, I wasn't clear.
> > 
> > I have 2 FBSD boxes: a server with no graphics card (S) and a laptop
> > (L). I want to run X applications on S and see the results on L.
> > The applications I run on S are typically xpdf, gs, xfig, display,
> > firefox, etc.
> > 
> > While I could install ports/xorg on both boxes, this is probably
> > excessive. Since I won't run any xorg applications on L, I probably
> > don't need xorg-apps on L. Likewise, since I'm not running xorg server
> > on S, I probably don't need xorg-server on S. This is my basic
> > understanding of xorg server-clients model. Is this logic correct?
> > 
> > However, I'm not sure on what box (S, L or both) I need:
> > xorg-libraries
> > xorg-fonts
> > xorg-drivers
> > xorg-protos
> > 
> > etc.
> > 
> 
> If you are after a real minimal installation with XDMCP you can do like
> this:
> 
> On S:
> x11/xdm
> 
> On L:
> x11-servers/xorg-server
> x11-drivers/xf86-input-keyboard
> x11-drivers/xf86-input-mouse
> x11-drivers/xf86-video-intel (or what ever card you have)
> x11-fonts/font-alias
> x11-fonts/font-cursor-misc
> x11-fonts/font-misc-misc
> 
> Configure X on L:
> X -configure
> X -config xorg.conf.new
> cp xorg.conf.new /etc/X11/xorg.conf
> 
> Configure XDM on S:
> Read http://www.freebsd.org/doc/en/books/handbook/x-xdm.html
> 
> Start XDM on S:
> xdm
> (if you want it to start after reboot look for a line about xdm (ttyv8)
> in /etc/ttys, change off to on)
> 
> Start X on L:
> X -query S

Anders thanks

I tried to follow your guidelines, but cannot see the login prompt
after X -query S. I also cannot see port 177 open on S, only:

6000/tcp open  X11

Should 177/udp and /tcp be open on S? How to do this?

I've the following line in /etc/ttys:

ttyv8   "/usr/X11R6/bin/xdm -daemon"xterm   on  secure

and:

% ps ax|grep xdm
38718  ??  Is 0:00.08 /usr/X11R6/bin/xdm -daemon ttyv8
44523  ??  Rs 0:17.61 /usr/local/bin/X :0 -auth /usr/local/lib/X11/xdm/auth
44524  ??  Ss 0:08.04 xdm: :0 (xdm)
45544  v4  RL+0:00.01 grep xdm
%

and I commented out this line in xdm-config 

!DisplayManager.requestPort:0

What am I missing?


many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: minimum xorg install for clients side

2008-07-06 Thread Anders Trobäck
On Sun, 6 Jul 2008 16:24:08 +0100
Anton Shterenlikht <[EMAIL PROTECTED]> wrote:

> On Sun, Jul 06, 2008 at 02:16:36PM +0200, Anders Trob??ck wrote:
> > On Sun, 6 Jul 2008 11:38:42 +0100
> > Anton Shterenlikht <[EMAIL PROTECTED]> wrote:
> > 
> > > I've a headless machine on which I'd like to run
> > > xorg clients, but no server. What ports do I need
> > > to install? xorg-apps?
> > > 
> > > many thanks
> > > anton
> > > 
> > > 
> > 
> > Not 100% sure what you are asking, but if you want to run, let's say
> > xterm, just install xterm!
> > 
> > If you want to have a remote GUI logon with XDMCP install XDM, GDM
> > or KDM then you can start X with the -query parameter!
> > 
> > If this wasn't what you where asking please ask again:-)
> 
> sorry, I wasn't clear.
> 
> I have 2 FBSD boxes: a server with no graphics card (S) and a laptop
> (L). I want to run X applications on S and see the results on L.
> The applications I run on S are typically xpdf, gs, xfig, display,
> firefox, etc.
> 
> While I could install ports/xorg on both boxes, this is probably
> excessive. Since I won't run any xorg applications on L, I probably
> don't need xorg-apps on L. Likewise, since I'm not running xorg server
> on S, I probably don't need xorg-server on S. This is my basic
> understanding of xorg server-clients model. Is this logic correct?
> 
> However, I'm not sure on what box (S, L or both) I need:
>   xorg-libraries
>   xorg-fonts
>   xorg-drivers
>   xorg-protos
> 
>   etc.
> 
> many thanks
> anton
> 

If you are after a real minimal installation with XDMCP you can do like
this:

On S:
x11/xdm

On L:
x11-servers/xorg-server
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-intel (or what ever card you have)
x11-fonts/font-alias
x11-fonts/font-cursor-misc
x11-fonts/font-misc-misc

Configure X on L:
X -configure
X -config xorg.conf.new
cp xorg.conf.new /etc/X11/xorg.conf

Configure XDM on S:
Read http://www.freebsd.org/doc/en/books/handbook/x-xdm.html

Start XDM on S:
xdm
(if you want it to start after reboot look for a line about xdm (ttyv8)
in /etc/ttys, change off to on)

Start X on L:
X -query S


Hope that helps:-)
-- 


Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: minimum xorg install for clients side

2008-07-06 Thread Anton Shterenlikht
On Sun, Jul 06, 2008 at 02:16:36PM +0200, Anders Trob??ck wrote:
> On Sun, 6 Jul 2008 11:38:42 +0100
> Anton Shterenlikht <[EMAIL PROTECTED]> wrote:
> 
> > I've a headless machine on which I'd like to run
> > xorg clients, but no server. What ports do I need
> > to install? xorg-apps?
> > 
> > many thanks
> > anton
> > 
> > 
> 
> Not 100% sure what you are asking, but if you want to run, let's say
> xterm, just install xterm!
> 
> If you want to have a remote GUI logon with XDMCP install XDM, GDM or
> KDM then you can start X with the -query parameter!
> 
> If this wasn't what you where asking please ask again:-)

sorry, I wasn't clear.

I have 2 FBSD boxes: a server with no graphics card (S) and a laptop (L).
I want to run X applications on S and see the results on L.
The applications I run on S are typically xpdf, gs, xfig, display,
firefox, etc.

While I could install ports/xorg on both boxes, this is probably
excessive. Since I won't run any xorg applications on L, I probably
don't need xorg-apps on L. Likewise, since I'm not running xorg server
on S, I probably don't need xorg-server on S. This is my basic
understanding of xorg server-clients model. Is this logic correct?

However, I'm not sure on what box (S, L or both) I need:
xorg-libraries
xorg-fonts
xorg-drivers
xorg-protos

etc.

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: minimum xorg install for clients side

2008-07-06 Thread Anders Trobäck
On Sun, 6 Jul 2008 11:38:42 +0100
Anton Shterenlikht <[EMAIL PROTECTED]> wrote:

> I've a headless machine on which I'd like to run
> xorg clients, but no server. What ports do I need
> to install? xorg-apps?
> 
> many thanks
> anton
> 
> 

Not 100% sure what you are asking, but if you want to run, let's say
xterm, just install xterm!

If you want to have a remote GUI logon with XDMCP install XDM, GDM or
KDM then you can start X with the -query parameter!

If this wasn't what you where asking please ask again:-)


\\troback
-- 


Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: minimum xorg install for clients side

2008-07-06 Thread Fraser Tweedale
On Sun, Jul 06, 2008 at 11:38:42AM +0100, Anton Shterenlikht wrote:
> I've a headless machine on which I'd like to run
> xorg clients, but no server. What ports do I need
> to install? xorg-apps?
> 
> many thanks
> anton
> 

xorg-libraries is the place to start. xorg-apps is a collection of 
small X utilities, applications and demos.

frase


pgp0olZHERHka.pgp
Description: PGP signature


minimum xorg install for clients side

2008-07-06 Thread Anton Shterenlikht
I've a headless machine on which I'd like to run
xorg clients, but no server. What ports do I need
to install? xorg-apps?

many thanks
anton


-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg install problem

2007-10-21 Thread P.U.Kruppa

On Sun, 21 Oct 2007, AN wrote:

I am trying to install a new system with Gnome and xorg on 7.0 beta 1. Here 
are the steps I have taken:


install 6.2 release
cvsup to releng_7 as of 10/21/07
buildworld -sucessful
installworld -sucessful
reboot into 7.0 beta
set packagesite to ft2.nl.freebsd.org
pkg_add xorg-7.3_1 - fails with message:

1 package addition failed
pkg_add of dependency 'xorg-apps-7.3' failed
1 package addition failed

I have used this procedure for a long time to install new systems, is it 
broken now because of the status of the new 7.0 release or am I having 
another problem?

When I look at ftp.freebsd.org/pub/FreeBSD/i386/
I don't see any packages for 7.0-release only for 7-current.
Probably you could use those, but honestly, I am not sure.

Greetings,

Uli.



What is the proper procedure to get a system with:

fbsd 7.0 beta
xorg 7.3
gnome

Any help is appreciated.

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: xorg install problem

2007-10-21 Thread Byung-Hee HWANG
On Sun, 2007-10-21 at 09:13 +, AN wrote:
> I am trying to install a new system with Gnome and xorg on 7.0 beta 1. 
> Here are the steps I have taken:
> 
> install 6.2 release
> cvsup to releng_7 as of 10/21/07
> buildworld -sucessful
> installworld -sucessful
> reboot into 7.0 beta
> set packagesite to ft2.nl.freebsd.org
> pkg_add xorg-7.3_1 - fails with message:
> 
> 1 package addition failed
> pkg_add of dependency 'xorg-apps-7.3' failed
> 1 package addition failed
> 
> I have used this procedure for a long time to install new systems, is it 
> broken now because of the status of the new 7.0 release or am I having 
> another problem?
> 
> What is the proper procedure to get a system with:
> 
> fbsd 7.0 beta
> xorg 7.3
> gnome
> 
> Any help is appreciated.

IMHO, I think you'd better use ports (instead of package) until
7.0-RELEASE is released by re@ officially ;;
 
-- 
Byung-Hee HWANG * مجاهدين
InZealBomb, Kyungpook National University, KOREA

All of these man were good listeners, patient men.
-- the Dons' inside, "Chapter 20", page 284
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg install problem

2007-10-21 Thread Manolis Kiagias
AN wrote:
> I am trying to install a new system with Gnome and xorg on 7.0 beta 1.
> Here are the steps I have taken:
>
> install 6.2 release
> cvsup to releng_7 as of 10/21/07
> buildworld -sucessful
> installworld -sucessful
> reboot into 7.0 beta
> set packagesite to ft2.nl.freebsd.org
> pkg_add xorg-7.3_1 - fails with message:
>
> 1 package addition failed
> pkg_add of dependency 'xorg-apps-7.3' failed
> 1 package addition failed
>
> I have used this procedure for a long time to install new systems, is
> it broken now because of the status of the new 7.0 release or am I
> having another problem?
>
> What is the proper procedure to get a system with:
>
> fbsd 7.0 beta
> xorg 7.3
> gnome
>
> Any help is appreciated.
>
> TIA
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
>
It seems you should set PACKAGESITE like:

setenv PACKAGESITE  
ftp://ftp2.nl.freebsd.org/pub/FreeBSD/ports/i386/packages-7-current/Latest/

and use pkg_add -r xorg  (don't specify version numbers if you use Latest)

or

setenv PACKAGESITE  
ftp://ftp2.nl.freebsd.org/pub/FreeBSD/ports/i386/packages-7-current/All/

and use pkg_add -r  xorg-7.3_1.tbz  (the latest at this time)
(use export PACKAGESITE=... if you use bash shell)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xorg install problem

2007-10-21 Thread AN
I am trying to install a new system with Gnome and xorg on 7.0 beta 1. 
Here are the steps I have taken:


install 6.2 release
cvsup to releng_7 as of 10/21/07
buildworld -sucessful
installworld -sucessful
reboot into 7.0 beta
set packagesite to ft2.nl.freebsd.org
pkg_add xorg-7.3_1 - fails with message:

1 package addition failed
pkg_add of dependency 'xorg-apps-7.3' failed
1 package addition failed

I have used this procedure for a long time to install new systems, is it 
broken now because of the status of the new 7.0 release or am I having 
another problem?


What is the proper procedure to get a system with:

fbsd 7.0 beta
xorg 7.3
gnome

Any help is appreciated.

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


Re: Xorg install

2006-09-07 Thread Jeff Rollin

On 08/09/06, Chuck Swiger <[EMAIL PROTECTED]> wrote:


On Sep 7, 2006, at 4:58 PM, g wrote:
> i'm sorry what is top posting?

Compare:

A: Putting the reply above the question.
Q: What is top posting?

...to:

Q: What is the preferred way to exchange email on the FreeBSD lists?
A: Quote what you reply to [1], then put your response or answer
afterwards.

:-)

> if it is offensive, i certainly don't mean to do it.

No harm done.
It's just much easier to follow conversations on the mailing list
when people do not top-post.

--
-Chuck

[1]: And if there is a lot of content, trim all but a relevant
paragraph or two,
rather than quoting hundreds of lines in order to add a one-line
statement.




Perhaps attempts should also be made to point out to new users that the
people who answer FreeBSD lists (not that I'm singling out FreeBSD) answer
questions and make suggestions without ceremony; and that though this
practice may come off as "rudeness", it's often (hopefully never) meant that
way.

Jeff Rollin.



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


Re: Xorg install

2006-09-07 Thread Chuck Swiger

On Sep 7, 2006, at 4:58 PM, g wrote:

i'm sorry what is top posting?


Compare:

A: Putting the reply above the question.
Q: What is top posting?

...to:

Q: What is the preferred way to exchange email on the FreeBSD lists?
A: Quote what you reply to [1], then put your response or answer  
afterwards.


:-)


if it is offensive, i certainly don't mean to do it.


No harm done.
It's just much easier to follow conversations on the mailing list  
when people do not top-post.


--
-Chuck

[1]: And if there is a lot of content, trim all but a relevant  
paragraph or two,
rather than quoting hundreds of lines in order to add a one-line  
statement.


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


Re: Xorg install

2006-09-07 Thread g

i'm sorry what is top posting?

if it is offensive, i certainly don't mean to do it.

thanks for the advise.

g.
On Sep 7, 2006, at 6:31 AM, Gerard Seibert wrote:


g wrote:


how do i do that?  i'm a newbie.


Well, for starters, try not top posting.

Are you familiar with the process of updating the ports system either
with cvsup or portsnap? If not, read the man pages. If yu still have
questions, then check back here. I am assuming that you have never
updated the ports on your system.


--  
Gerard Seibert

[EMAIL PROTECTED]

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


g.




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


Re: Xorg install

2006-09-07 Thread Jerold McAllister
g writes: 


how do i do that?  i'm a newbie.


Avoid top posting. 


Then, check out cvsup and keeping your source and ports up to date
in the handbook.   It is all there in pretty plain descriptions.
Even I was able to do it, so anybody can. 

jerry 



g.
On Sep 6, 2006, at 10:22 PM, Pablo Mora wrote: 


On 9/6/06, g <[EMAIL PROTECTED]> wrote:

i'm trying to install xorg. using chapter 5, i installed Xorg, but it
seems to break something.  with the default install of 6.1, x window
system starts.  when i follow the instructions, in chapter 5, i get
this message when i tried to start it (startx). 

This is a pre-release version of the X server from The X.Org  
Foundation.

It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions. 


X Window System Version 6.8.99.903 (6.9.0 RC 3)
Release Date: 03 December 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.903
Build Operating System: FreeBSD 6.1 i386 [ELF]
Current Operating System: FreeBSD beverly.Belkin 6.1-RELEASE FreeBSD
6.1-RELEASE #0
: Sun May  7 04:42:56 UTC 2006 [EMAIL PROTECTED]:/usr/ obj/
usr/src/sys/S
MP i386
Build Date: 16 March 2006
 Before reporting problems, check http://wiki.X.Org
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??)  unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  6 01:56:19 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
 Undefined Monitor "Monitor0" referenced by Screen "Screen0".
(EE) Problem parsing the config file
(EE) Error parsing the config file 


Fatal server error:
no screens found 


Please consult the The X.Org Foundation support
  at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for
additional information. 

* 
***

**
my goal is to run to window maker, with gnustep as a development
environment.
* 
***
** 

below is the xorg.conf.new file 


Section "ServerLayout"
 Identifier "X.org 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/misc/"
 FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath "/usr/X11R6/lib/X11/fonts/CID/"
 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  "freetype"
 Load  "type1"
EndSection 


Section "InputDevice"
 Identifier  "Keyboard0"
 Driver  "kbd"
EndSection 


Section "InputDevice"
 Identifier  "Mouse0"
 Driver  "mouse"
 Option  "Protocol" "auto"
 Option  "Device" "/dev/sysmouse"
 Option  "ZAxisMapping" "4 5 6 7"
EndSection 


Section "Monitor"
 Identifier   "PrecisionColor"
 VendorName   "Radius"
 ModelName"Sony"
 HorizSync 50-150
 VertRefresh   30-85
EndSection 


Section "Device"
 ### Available Driver options are:-
 ### Values: : integer, : float, :  "True"/"False",
 ### : "String", : " Hz/kHz/MHz"
 ### [arg]: arg optional
 #Option "NoAccel"   # []
 #Option "SWcursor"  # []
 #Option "ColorKey"  # 
 #Option "CacheLines"# 
 #Option "Dac6Bit"   # []
 #Option "DRI"   # []
 #Option "NoDDC" # []
 #Option "ShowCache" # []
 #Option "XvMCSurfaces"  # 
 #Option "PageFlip"  # []
 Identifier  "Card0"
 Driver  "i810"
 VendorName  "Intel Corporation"
 BoardName   "82865G Integrated Graphics Controller"
 BusID   "PCI:0:2:0"
EndSection 


Section "Screen"
 Identifier "Sc

Re: Xorg install

2006-09-07 Thread Vince
Matthias Apitz wrote:
> El día Thursday, September 07, 2006 a las 01:09:33PM +0200, J65nko escribió:
> 
>> You can download the latest ports tree from
>> http://www.freebsd.org/ports/installing.html
> 
> Hello,
> 
> One question concerning this: Can this be used regardless of the
> underlaying FreeBSD system 6.0-REL versus 6.1-REL or are there
> dependencies, for example newer sys calls or driver software in
> the ports like iwi firmware, etc.?
> 
It should be usable regardless of underlying version, as the port
maintainer should put in version checks to stop it being built on
systems that cant run it. (I say should as i'm sure some don't although
I've yet to find one that doesn't.)

Vince
> Thx.
> 
>   matthias
> 

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


Re: Xorg install

2006-09-07 Thread Matthias Apitz
El día Thursday, September 07, 2006 a las 01:09:33PM +0200, J65nko escribió:

> You can download the latest ports tree from
> http://www.freebsd.org/ports/installing.html

Hello,

One question concerning this: Can this be used regardless of the
underlaying FreeBSD system 6.0-REL versus 6.1-REL or are there
dependencies, for example newer sys calls or driver software in
the ports like iwi firmware, etc.?

Thx.

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[EMAIL PROTECTED]> - w http://www.oclcpica.org/ http://guru.UnixLand.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg install

2006-09-07 Thread J65nko

You can download the latest ports tree from
http://www.freebsd.org/ports/installing.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg install

2006-09-07 Thread Anthony Agelastos


On Sep 7, 2006, at 1:09 AM, g wrote:


how do i do that?  i'm a newbie.

In being new to FreeBSD, you should read the Handbook (or at least  
peruse it so you have some idea what is contained within it). If you  
go to the FreeBSD home page and click on Documentation, you will be  
taken to a site that has a lot of options for documentation, with one  
of them being "For Newbies". I recommend reading through that link as  
well; it will help you immensely with FreeBSD. The FreeBSD project  
has _very_ good documentation.


For your CVSup/Portsnap questions:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports- 
using.html



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


Re: Xorg install

2006-09-07 Thread Gerard Seibert
g wrote:

> how do i do that?  i'm a newbie.

Well, for starters, try not top posting.

Are you familiar with the process of updating the ports system either
with cvsup or portsnap? If not, read the man pages. If yu still have
questions, then check back here. I am assuming that you have never
updated the ports on your system.


-- 
Gerard Seibert
[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: Xorg install

2006-09-06 Thread g

how do i do that?  i'm a newbie.

g.
On Sep 6, 2006, at 10:22 PM, Pablo Mora wrote:


On 9/6/06, g <[EMAIL PROTECTED]> wrote:

i'm trying to install xorg. using chapter 5, i installed Xorg, but it
seems to break something.  with the default install of 6.1, x window
system starts.  when i follow the instructions, in chapter 5, i get
this message when i tried to start it (startx).

This is a pre-release version of the X server from The X.Org  
Foundation.

It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions.

X Window System Version 6.8.99.903 (6.9.0 RC 3)
Release Date: 03 December 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.903
Build Operating System: FreeBSD 6.1 i386 [ELF]
Current Operating System: FreeBSD beverly.Belkin 6.1-RELEASE FreeBSD
6.1-RELEASE #0
: Sun May  7 04:42:56 UTC 2006 [EMAIL PROTECTED]:/usr/ 
obj/

usr/src/sys/S
MP i386
Build Date: 16 March 2006
 Before reporting problems, check http://wiki.X.Org
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??)  
unknown.

(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  6 01:56:19 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
 Undefined Monitor "Monitor0" referenced by Screen "Screen0".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
  at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for
additional information.

* 
***

**
my goal is to run to window maker, with gnustep as a development
environment.
* 
***

**

below is the xorg.conf.new file

Section "ServerLayout"
 Identifier "X.org 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/misc/"
 FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath "/usr/X11R6/lib/X11/fonts/CID/"
 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  "freetype"
 Load  "type1"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver  "kbd"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver  "mouse"
 Option  "Protocol" "auto"
 Option  "Device" "/dev/sysmouse"
 Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
 Identifier   "PrecisionColor"
 VendorName   "Radius"
 ModelName"Sony"
 HorizSync 50-150
 VertRefresh   30-85
EndSection

Section "Device"
 ### Available Driver options are:-
 ### Values: : integer, : float, :  
"True"/"False",

 ### : "String", : " Hz/kHz/MHz"
 ### [arg]: arg optional
 #Option "NoAccel"   # []
 #Option "SWcursor"  # []
 #Option "ColorKey"  # 
 #Option "CacheLines"# 
 #Option "Dac6Bit"   # []
 #Option "DRI"   # []
 #Option "NoDDC" # []
 #Option "ShowCache" # []
 #Option "XvMCSurfaces"  # 
 #Option "PageFlip"  # []
 Identifier  "Card0"
 Driver  "i810"
 VendorName  "Intel Corporation"
 BoardName   "82865G Integrated Graphics Controller"
 BusID   "PCI:0:2:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor"Monitor0"
 SubSection "Display"
 Viewport   0 0
 Depth 1
 EndSubSection
 SubSection "Display"
 Viewport   0 0
  

Re: Xorg install

2006-09-06 Thread Pablo Mora

On 9/6/06, g <[EMAIL PROTECTED]> wrote:

i'm trying to install xorg. using chapter 5, i installed Xorg, but it
seems to break something.  with the default install of 6.1, x window
system starts.  when i follow the instructions, in chapter 5, i get
this message when i tried to start it (startx).

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions.

X Window System Version 6.8.99.903 (6.9.0 RC 3)
Release Date: 03 December 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.903
Build Operating System: FreeBSD 6.1 i386 [ELF]
Current Operating System: FreeBSD beverly.Belkin 6.1-RELEASE FreeBSD
6.1-RELEASE #0
: Sun May  7 04:42:56 UTC 2006 [EMAIL PROTECTED]:/usr/obj/
usr/src/sys/S
MP i386
Build Date: 16 March 2006
 Before reporting problems, check http://wiki.X.Org
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  6 01:56:19 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
 Undefined Monitor "Monitor0" referenced by Screen "Screen0".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
  at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for
additional information.


**
my goal is to run to window maker, with gnustep as a development
environment.

**

below is the xorg.conf.new file

Section "ServerLayout"
 Identifier "X.org 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/misc/"
 FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath "/usr/X11R6/lib/X11/fonts/CID/"
 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  "freetype"
 Load  "type1"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver  "kbd"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver  "mouse"
 Option  "Protocol" "auto"
 Option  "Device" "/dev/sysmouse"
 Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
 Identifier   "PrecisionColor"
 VendorName   "Radius"
 ModelName"Sony"
 HorizSync 50-150
 VertRefresh   30-85
EndSection

Section "Device"
 ### Available Driver options are:-
 ### Values: : integer, : float, : "True"/"False",
 ### : "String", : " Hz/kHz/MHz"
 ### [arg]: arg optional
 #Option "NoAccel"   # []
 #Option "SWcursor"  # []
 #Option "ColorKey"  # 
 #Option "CacheLines"# 
 #Option "Dac6Bit"   # []
 #Option "DRI"   # []
 #Option "NoDDC" # []
 #Option "ShowCache" # []
 #Option "XvMCSurfaces"  # 
 #Option "PageFlip"  # []
 Identifier  "Card0"
 Driver  "i810"
 VendorName  "Intel Corporation"
 BoardName   "82865G Integrated Graphics Controller"
 BusID   "PCI:0:2:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor"Monitor0"
 SubSection "Display"
 Viewport   0 0
 Depth 1
 EndSubSection
 SubSection "Display"
 Viewport   0 0
 Depth 4
 EndSubSection
 SubSection "Display"
 Viewpor

Xorg install

2006-09-06 Thread g
i'm trying to install xorg. using chapter 5, i installed Xorg, but it  
seems to break something.  with the default install of 6.1, x window  
system starts.  when i follow the instructions, in chapter 5, i get  
this message when i tried to start it (startx).


This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions.

X Window System Version 6.8.99.903 (6.9.0 RC 3)
Release Date: 03 December 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.903
Build Operating System: FreeBSD 6.1 i386 [ELF]
Current Operating System: FreeBSD beverly.Belkin 6.1-RELEASE FreeBSD  
6.1-RELEASE #0
: Sun May  7 04:42:56 UTC 2006 [EMAIL PROTECTED]:/usr/obj/ 
usr/src/sys/S

MP i386
Build Date: 16 March 2006
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  6 01:56:19 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
Undefined Monitor "Monitor0" referenced by Screen "Screen0".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
 at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for  
additional information.


 
**
my goal is to run to window maker, with gnustep as a development  
environment.
 
**


below is the xorg.conf.new file

Section "ServerLayout"
Identifier "X.org 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/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
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  "freetype"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "PrecisionColor"
VendorName   "Radius"
ModelName"Sony"
HorizSync 50-150
VertRefresh   30-85
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "SWcursor"  # []
#Option "ColorKey"  # 
#Option "CacheLines"# 
#Option "Dac6Bit"   # []
#Option "DRI"   # []
#Option "NoDDC" # []
#Option "ShowCache" # []
#Option "XvMCSurfaces"  # 
#Option "PageFlip"  # []
Identifier  "Card0"
Driver  "i810"
VendorName  "Intel Corporation"
BoardName   "82865G Integrated Graphics Controller"
BusID   "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
SubSection "Display"
Viewport   0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 8
EndSubSection
  SubSection "Display"

Re: Xorg Install

2004-08-19 Thread adam
Tyler,
Try this
http://lists.freebsd.org/pipermail/freebsd-current/2004-July/032267.html
It's the headsup on the freebsd current list on how to upgrade to x.org
Take caer,
Adam
Tyler Parrott wrote:
Thanks guys,
That was the problem.I didn't see that step listen in the
/usr/ports/UPDATING?
TP
On Wed, 18 Aug 2004 21:18:36 -0500 (CDT), Jorge Mario G.
<[EMAIL PROTECTED]> wrote:
 

hi
just add
X_WINDOW_SYSTEM=xorg
to your /etc/make.conf file
=
   

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


Re: Xorg Install

2004-08-19 Thread Tyler Parrott
Thanks guys,

That was the problem.I didn't see that step listen in the
/usr/ports/UPDATING?

TP

On Wed, 18 Aug 2004 21:18:36 -0500 (CDT), Jorge Mario G.
<[EMAIL PROTECTED]> wrote:
> hi
> just add
> X_WINDOW_SYSTEM=xorg
> 
> to your /etc/make.conf file
> 
> =
> 
> 
> _
> Do You Yahoo!?
> Información de Estados Unidos y América Latina, en Yahoo! Noticias.
> Visítanos en http://noticias.espanol.yahoo.com
> 
> 
> ___
> [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: Xorg Install

2004-08-18 Thread Jorge Mario G.
hi
just add 
X_WINDOW_SYSTEM=xorg

to your /etc/make.conf file


=


_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg Install

2004-08-18 Thread R. W.
On Wednesday 18 August 2004 17:05, Tyler Parrott wrote:
> Hey all,
>
> I'm currently trying to install X.Org onto my FreeBSD 4.10 machine
> but am running into trouble.  I followed the instructions in
> /usr/ports/UPDATING but to no avail.
>
> Basically, I deleted XFree and imake using pkg_deinstall -f XFree\*
> imake\*
>
> and then I go to /usr/ports/x11/xorg and type make install.  Instead
> of installing, I get the following message:
>
> ===> xorg-6.7.0_1 is part of X.Org.  for switching to X.Org, read
> UPDATING entry 20040723
>

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


Re: Xorg Install

2004-08-18 Thread Matthew Seaman
On Wed, Aug 18, 2004 at 12:05:09PM -0400, Tyler Parrott wrote:
> Hey all,
> 
> I'm currently trying to install X.Org onto my FreeBSD 4.10 machine but
> am running into trouble.  I followed the instructions in 
> /usr/ports/UPDATING but to no avail.
> 
> Basically, I deleted XFree and imake using pkg_deinstall -f XFree\* imake\* 
> 
> and then I go to /usr/ports/x11/xorg and type make install.  Instead
> of installing, I get the following message:
> 
> ===> xorg-6.7.0_1 is part of X.Org.  for switching to X.Org, read
> UPDATING entry 20040723
> 
> If I try make install clean, I get a bunch of "cleaning for" messages.  
> 
> Xorg does not install/compile at all when I try make install.  If I
> try to locate xorg, it only shows up in ports (i.e. xorgconfig, etc...
> are not found by locate).  I was wondering if I was doing anything
> wrong?
> 
> Any advice would be greatly appreciated.

Put:

X_WINDOW_SYSTEM=xorg

into /etc/make.conf and try again.  FreeBSD 4.X defaults to using
XFree86-4, and you have to tell it you specifically want the X.Org
stuff. (5.x defaults to X.org -- mutatis mutandis).

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpTUi5GkweE8.pgp
Description: PGP signature


Xorg Install

2004-08-18 Thread Tyler Parrott
Hey all,

I'm currently trying to install X.Org onto my FreeBSD 4.10 machine but
am running into trouble.  I followed the instructions in 
/usr/ports/UPDATING but to no avail.

Basically, I deleted XFree and imake using pkg_deinstall -f XFree\* imake\* 

and then I go to /usr/ports/x11/xorg and type make install.  Instead
of installing, I get the following message:

===> xorg-6.7.0_1 is part of X.Org.  for switching to X.Org, read
UPDATING entry 20040723

If I try make install clean, I get a bunch of "cleaning for" messages.  

Xorg does not install/compile at all when I try make install.  If I
try to locate xorg, it only shows up in ports (i.e. xorgconfig, etc...
are not found by locate).  I was wondering if I was doing anything
wrong?

Any advice would be greatly appreciated.

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