Re: Error Upgrading XFree86-4-clients

2006-07-14 Thread Dejan Lesjak
Warren Liddell wrote:

> im Running FreeBSD 6.1-STABLE and the last week or more i have had
> problems trying to upgrade this port .. below is the full work up of
> trying to install
> the package manually from the ports.  Any assistance into whats happening
> would be appreciated.
> 
> ==
> exports/lib
> glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm  
> -Wl,-rpath,/usr/X11R6/lib
> -Wl,-rpath-link,/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib
> /usr/bin/ld: warning: libstdc++.so.3, needed by /usr/X11R6/lib/libGLU.so,
> not found (try using -rpath or -rpath-link) /usr/X11R6/lib/libGLU.so:
> undefined reference to `__rtti_user' /usr/X11R6/lib/libGLU.so: undefined
> reference to `__rtti_si' /usr/X11R6/lib/libGLU.so: undefined reference to
> `__get_eh_context' /usr/X11R6/lib/libGLU.so: undefined reference to
> `__sjthrow' /usr/X11R6/lib/libGLU.so: undefined reference to
> `__builtin_vec_new' /usr/X11R6/lib/libGLU.so: undefined reference to
> `__builtin_vec_delete' /usr/X11R6/lib/libGLU.so: undefined reference to
> `__rtti_class' /usr/X11R6/lib/libGLU.so: undefined reference to
> `__builtin_delete' /usr/X11R6/lib/libGLU.so: undefined reference to
> `__terminate' /usr/X11R6/lib/libGLU.so: undefined reference to
> `__builtin_new' *** Error code 1
> 
> Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo.
> *** Error code 1
> 
> Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs.
> *** Error code 1
> 
> Stop in /usr/ports/x11/XFree86-4-clients.

Can you try to recompile XFree86-4-libraries. It seems parts of that port
are linked to libraries from previous versions of FreeBSD and it was not
rebuild after FreeBSD upgrade?

Dejan

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


Re: X11 6.9 issue -- option "XkbOptions" and missing keyboard layout

2006-05-08 Thread Dejan Lesjak
On Monday 08 May 2006 02:34, martinko wrote:
> hello list!
>
> i've just upgraded X11 from 6.8.2 to 6.9.0 and after starting up X11 it
> displays a message saying that xkbcomp reports that it cannot find file
> "pc/sk_qwerty". and therefore it reverts back to "default" or something.
>
> this is very strange because i've been using the setting since X11 6.7.
> it seems the file is missing in the latest X11. (?)
>
> note that when it fails i can't, for instance, switch to console via
> ctrl+alt+F?.
>
> here is the setting in question from my xorg.conf:
>   Option  "XkbLayout" "us,sk_qwerty"  # ++ 2005-03-13 mato

Try
Option  "XkbLayout" "us,sk(qwerty)"


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


Re: Upgrading xorg-server

2005-12-06 Thread Dejan Lesjak
On Monday 05 of December 2005 04:34, Anthony M. Agelastos wrote:
> Hello everyone,
>
> Today, I tried updating xorg-server and it failed. Here is the
> primary error message:
>
> make: don't know how to make /diskad3/portsBuild/Usr/ports/x11-
> servers/xorg-server/work/xc/extras/Mesa/src/mesa/glapi/glapi.h. Stop
> *** Error code 2
>
> I tried updating it via portupgrade -arR, portupgrade xorg-server,
> and portmanager -u -l. I have the full session recorded via script so
> I can send that file compressed to whomever wants it (or additional
> information from it).
>
> I am running 6.0-STABLE. Has anyone had any problems doing the recent
> update? My make.conf is comprised of:
>
> CPUTYPE?=p3
> CFLAGS= -Os -pipe

As far as I know xorg-* won't work with -Os (xorg-libraries would build, but 
ports that depend on them would fail).

> NO_BLUETOOTH=true
> CUPS_OVERWRITE_BASE=yes
> NO_LPR=true
> NO_PROFILE=true
> PERL_VER=5.8.7
> PERL_VERSION=5.8.7
>
> I also tried building it with
> CFLAGS= -O -pipe
> CFLAGS= -pipe
> instead of what is shown above. Each time, it fails at a different
> spot. The error message above was with -O in CFLAGS. With -Os, it is:

Try to recompile and reinstall xorg-libraries withot the -Os, then try 
xorg-server again.


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


Re: How can I install xorg-clients?

2005-11-14 Thread Dejan Lesjak
On Monday 14 of November 2005 23:20, bob self wrote:
> I was now able to install xorg-clients. Finally, I re-installed
> nvidia-driver and now everything is back to normal.
>
> For future reference, who do I blame for the broken ports? nvidia or
> xorg-client?

See
http://www.freebsd.org/cgi/query-pr.cgi?pr=76257
for more information.


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


Re: How can I install xorg-clients?

2005-11-14 Thread Dejan Lesjak
bob self wrote:

> 
> after doing a portupgrade today I've got things messed up. I didn't read
> /usr/ports/UPDATING. I have now un-installed xterm and xorg-clients and
> am now trying to put them back in. I'm trying xorg-clients first but I
> get this error.
> 
> xdriinfo.o(.text+0x5b): In function `main':
> : undefined reference to `glXGetProcAddress'
> *** Error code 1

You are using nvidia-driver aren't you? Try temporarily uninstalling
nvidia-driver port. That should restore GLX libraries from X.Org and
xorg-clients port should then compile properly. After that you can
reinstall nvidia-driver.


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


Re: Xprt

2005-09-20 Thread Dejan Lesjak
dick hoogendijk wrote:

> Yesterday I upgraded my xorg-printserver. Afterwards my Xprt would not
> start. Looking at /usr/X11R6/etc/rc.d/xprint.sh I did not have a
> POSIX-shell.  Hmmm.. seems you need ksh or bash for xprint all of
> a sudden. A warning would have been nice.
> 
> I installed ksh93, softlinked it to ksh and Xprt is working again, but
> still..
> 
> Another thing: why would I need Xprt ??
> Without it, my programs seem to print fine too.
> 

You probably don't need it and it was not started by default before
xorg-printserver-6.8.2_1. I mistakenly changed the default to install rc
script as executable with .sh postfix so it got started by default. I
reverted this behaviour in xorg-printserver-6.8.2_2 until I (or someone)
come up with proper rcNG script for starting Xprt.
You can just remove /usr/X11R6/etc/rc.d/xprint.sh (or rename it to something
like xprint.sh.off or remove executable bits) script so it does not get
started as part of rc instead of upgrading xorg-printserver.
I apologise for inconveniences.


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


Re: Freebsd 5.4 cannot fetch xfree86?

2005-06-27 Thread Dejan Lesjak
perikillo wrote:

>   Hi to all.
> I install freebsd 5.4 Release, with xorg i have problems with my
> kbd, and i decide to install the old friend XFree86-4, i read the
> handbook about, the example say:
> test# pkg_add -r XFree86

Packages are only being built for default X - that is for XFree86 on FreeBSD 
4.x and for Xorg on FreeBSD 5.x. If you want XFree86-4 you will need to build 
it from ports and set X_WINDOW_SYSTEM knob appropriately (see FAQ: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#XFREE86-VERSION).

What kind of problem do you have with keyboard?


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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
On Sunday 26 of June 2005 01:18, Dejan Lesjak wrote:
> On Sunday 26 of June 2005 00:44, Warren wrote:
> > > You can check with pkg_info(1). You should have imake-4.5.0. The
> > > file /usr/X11R6/lib/X11/config/X11.tmpl should include the following:
> > >
> > > #ifndef DRMIncludesDir
> > > #define DRMIncludesDir $(XF86OSSRC)/shared/drm/kernel
> > > #endif
> > >
> > > If it does not, you should (re)install devel/imake-4 port.
> >
> > I actually have imake-6.8.1
>
> This is imake from Xorg distribution. You need to replace it with the one
> from XFree86. The following command should do the trick:
>
> portupgrade -o devel/imake-4 imake-6\*

That should be

portupgrade -fo devel/imake-4 imake-6\*

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


RE: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
Ted Mittelstaedt wrote:

> 
> 
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] Behalf Of Mark Linimon
>>Sent: Saturday, June 25, 2005 11:25 AM
>>To: Ted Mittelstaedt
>>Cc: Daniel O'Connor; freebsd-stable@freebsd.org; Warren;
>>freebsd-questions@freebsd.org
>>Subject: Re: Portupgrade in Xfree86 pkg failed
>>
>>
>>On Sat, Jun 25, 2005 at 09:14:26AM -0700, Ted Mittelstaedt wrote:
>>>   Why are you building xfree86?  FreeBSD 5.4 uses Xorg.  It's
>>> just about the same code just different licensing.  I don't think the
>>> FreeBSD core is bothering to keep the xfree86 port working on
>>FreeBSD 5.X
>>> just FreeBSD 4.11

XFree86 should build and work fine on FreeBSD 5.4. If it doesn't I would like 
to know and will try to fix the problem.

>>I'm sorry, but this is wrong on almost all counts.  The default X
>>server that is installed by the base for 5.4 is indeed xorg, but
>>both XFree and xorg are being actively maintained.
> 
> 
> I'm sorry to step on the toes of the port maintainer but instead
> of complaining about it you need to respond to the realitites.  And
> the reality is this:
> 
> ln
> -s
> /usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
> pport/linux/drm/xf86drmRandom.c
> xf86drmRandom.c
> rm -f xf86drmSL.c
> ln
> -s
> /usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
> pport/linux/drm/xf86drmSL.c
> xf86drmSL.c
> make: don't know how to make /drm.h. Stop
> *** Error code 2
> 
> Stop in /usr/ports/graphics/xfree86-dri/work/xc/lib/GL.
> *** Error code 1
> 
> Stop in /usr/ports/graphics/xfree86-dri.
> 
> If you really believe that XFree86 is being actively maintained, then
> answer the original poster, quit bitching about what I'm saying.  What
> do you think maintainence is?

I have already answered to that on questions@ and to OP. If you encountered 
the same error, this would be caused by either out of date imake or imake 
from Xorg distribution. You can solve the problem by installing up to date 
devel/imake-4 port.

>>A great deal of
>>work goes into keeping both X servers working on the active source
>>branches.
>>
> 
> The 4.X source branch isn't really active anymore.

There are commits still being made on RELENG_4 branch and people are still 
using it. Ports tree is so far still supported on RELENG_4 branch. Security 
team intends to support this branch at least until January 31, 2007.

>>As for the licensing meta-fiasco, see the FAQ or use Google to find
>>out more; this has been hashed and re-hashed and re-re-hashed here,
>>and in other venues, many times.
>>
> 
> If the licensng was a non-issue then xorg wouldn't exist.

The reason for Xorg existence are not licensing issues.

> Personally I deplore the move to xorg based on the simple requirement
> of xfree86 for recognition in their new license - this was the
> same bunch of bullcrap that the GPL bigots were using to throw rocks
> at the BSD license years ago.

The move to Xorg as default X11 implementation in ports was not made on 
licensing base.

> We just had a big thread on making FreeBSD easier to use for the
> average person - and now your claiming that it's a -good- thing
> to have two completely different X Windows distributions?!?!  How
> exactly does this HELP with the complexity issue - unless the goal is
> to make FreeBSD even more complicated?

We also support two kerberos implementations, three different ghostcripts a 
number of desktop environments, just as example. I really don't see how this 
could be bad or how it complicates things. I could see where asking end user 
which X11 or which ghostscript he wants to use would be making things 
complicated, but there is one default to get out of the box. The alternatives 
are there for people who want to use those.


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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
On Sunday 26 of June 2005 00:44, Warren wrote:
> > You can check with pkg_info(1). You should have imake-4.5.0. The
> > file /usr/X11R6/lib/X11/config/X11.tmpl should include the following:
> >
> > #ifndef DRMIncludesDir
> > #define DRMIncludesDir $(XF86OSSRC)/shared/drm/kernel
> > #endif
> >
> > If it does not, you should (re)install devel/imake-4 port.
>
> I actually have imake-6.8.1

This is imake from Xorg distribution. You need to replace it with the one from 
XFree86. The following command should do the trick:

portupgrade -o devel/imake-4 imake-6\*


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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
On Saturday 25 of June 2005 15:10, Warren wrote:
> > After this command that seems to skip ports that fail, what version of
> > imake-4 and XFree86-4-libraries do you have installed?
> >
> >
> > Dejan
>
> What ever is the latest version as i did a CVSUP and portupgrade as of 24
> June 2005 and the above port is the only one that failed.

You can check with pkg_info(1). You should have imake-4.5.0. The 
file /usr/X11R6/lib/X11/config/X11.tmpl should include the following:

#ifndef DRMIncludesDir
#define DRMIncludesDir $(XF86OSSRC)/shared/drm/kernel
#endif

If it does not, you should (re)install devel/imake-4 port.


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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
Warren wrote:

> On Fri, 24 Jun 2005 9:11 pm, Daniel O'Connor wrote:
>> On Fri, 24 Jun 2005 20:35, Warren wrote:
>> > ln
>> > -s
>> > /usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
>> >pp ort/linux/drm/xf86drmRandom.c xf86drmRandom.c
>> > rm -f xf86drmSL.c
>> > ln
>> > -s
>> > /usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
>> >pp ort/linux/drm/xf86drmSL.c xf86drmSL.c
>> > make: don't know how to make /drm.h. Stop
>> > *** Error code 2
>> >
>> > Stop in /usr/ports/graphics/xfree86-dri/work/xc/lib/GL.
>> > *** Error code 1
>> >
>> > Stop in /usr/ports/graphics/xfree86-dri.
>>
>> What commanad did you run?
> 
> portupgrade -aDk -m BATCH=yes

After this command that seems to skip ports that fail, what version of imake-4 
and XFree86-4-libraries do you have installed?


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


RE: Problem installing x.org

2005-06-21 Thread Dejan Lesjak
Ian Barnes wrote:

> Hi,
> 
> Thanks for that tip. I tried it, but it still doesn't work. I also tried a
> pkgdb -F to see if anything else was amiss. I also tried uninstalling
> imake6 and letting xorg install imake during the build, and even after
> completing the install, it moaned and bombed out.

Still not finding imake? Do you have PATH variable set to some custom value? 
Does output of running

(cd /usr/ports/x11/xorg && make -V PATH)

include /usr/X11R6/bin?


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


Re: failed to load nvidia driver (NVIDIA 7174 on Xorg-6.8.2/FreeBSD 5.4)

2005-06-21 Thread Dejan Lesjak
On Tuesday 21 of June 2005 09:59, Soheil Hassas Yeganeh wrote:
> Dear All,
> I had portupgrade to the Xorg-6.8.2 and NVIDIA-7174.
> When I run X -configure it says :
>
> (EE) Failed to load module "nvidia" (once-only module, -1077942264)
>
> and then it uses nv instead of nvidia driver.
> The verbose log is attached.

This log doesn't show X using nv driver. It however shows it is trying to load 
nvidia module twice, succeeding the first and failing the second time. After 
that, there is still line:

(II) NVIDIA X Driver  1.0-7174  Tue Mar 22 06:54:34 PST 2005

which would come from 'nvidia' driver, so it seems to be loaded. This actually 
looks like a log from 'X -configure' run, which would indeed try to load all 
drivers and therefore also 'nv'. It would be more interesting to see log from 
running X server.
How does configuration file (xorg.conf) look like?


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


Re: XFree86 port broke for Matrox G550

2005-06-17 Thread Dejan Lesjak
On Friday 17 of June 2005 01:42, Steven Friedrich wrote:
> -autoconfig didn't produce good results for me.  I have a dualhead setup
> and it gave me only a single display.  I invoked it by "startx --
> -autoconfig".

Ah, I was wandering, because there were some improvements made to 
autoconfiguring but as it seems it's not entirely there yet.

> I also read the readme for mga and I can't really determine what the best
> config for my G550 is.  Currently, I'm using Xinerama and it disables DRI
> on both heads.  I don't know how to configure it for the "DualHead
> Multi-Display - Merged feature" the readme refers to.

I believe that part of docs is only clarifying that on cards other than G450 
and G550 you can't have dual head at all. I don't have an Matrox myself so I 
can't be of much more help I'm afraid.


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


Re: XFree86 port broke for Matrox G550

2005-06-16 Thread Dejan Lesjak
On Thursday 16 of June 2005 13:40, Steven Friedrich wrote:
> On Thursday 16 June 2005 06:35 am, Dejan Lesjak wrote:
> > Steve Friedrich wrote:
> > > I just cvsupped and used portupgrade for XFree86.  I portupgraded imake
> > > first, then went thru each XFree86 component.
> > >
> > > I've been using a XFConfig file, but when I got this error, I tried
> > > startx -autoconfig
> > >
> > > When I startx, I get:
> > >
> > > (EE) Failed to load module "fbdev" (module does not exist, 0)
> > > Required symbol MGASetDisplayStart from module
> > > /usr/X11R6/lib/modules/drivers/mg a_drv.o is unresolved!
> > > Required symbol MGASetDisplayStart from module
> > > /usr/X11R6/lib/modules/drivers/mg a_drv.o is unresolved!
> > > Fatal server error:
> > > Some required symbols were unresolved
> >
> > Try this: grab these two files:
> >
> > http://www.ijs.si/~lesi/xfree/mga/patch-HALlib_bindings.c
> > http://www.ijs.si/~lesi/xfree/mga/patch-mga_driver.c
> >
> > Put them both in files directory of XFree86-4-Server port
> > (/usr/ports/x11-servers/XFree86-4-Server/files) and recompile and
> > reinstall XFree86-4-Server port. Your XF86Config file from before should
> > work fine. Are you perhaps using x11-servers/mga_hal?
> >
> >
> > Dejan
>
> Those two files did the trick.  Thanks.

Great. I'll add them to port after a bit then. Out of curiosity, did you try 
-autoconfig again and if so, did it work for you?
Thanks for report and testing the patches!

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


Re: XFree86 port broke for Matrox G550

2005-06-16 Thread Dejan Lesjak
On Thursday 16 of June 2005 13:30, Steve Friedrich wrote:
> On Thu, 16 Jun 2005 12:35:42 +0200, Dejan Lesjak wrote:
> >Steve Friedrich wrote:
> >> I just cvsupped and used portupgrade for XFree86.  I portupgraded imake
> >> first, then went thru each XFree86 component.
> >>
> >> I've been using a XFConfig file, but when I got this error, I tried
> >> startx -autoconfig
> >>
> >> When I startx, I get:
> >>
> >> (EE) Failed to load module "fbdev" (module does not exist, 0)
> >> Required symbol MGASetDisplayStart from module
> >> /usr/X11R6/lib/modules/drivers/mg a_drv.o is unresolved!
> >> Required symbol MGASetDisplayStart from module
> >> /usr/X11R6/lib/modules/drivers/mg a_drv.o is unresolved!
> >> Fatal server error:
> >> Some required symbols were unresolved
> >
> >Try this: grab these two files:
> >
> >http://www.ijs.si/~lesi/xfree/mga/patch-HALlib_bindings.c
> >http://www.ijs.si/~lesi/xfree/mga/patch-mga_driver.c
> >
> >Put them both in files directory of XFree86-4-Server port
> >(/usr/ports/x11-servers/XFree86-4-Server/files) and recompile and
> > reinstall XFree86-4-Server port. Your XF86Config file from before should
> > work fine. Are you perhaps using x11-servers/mga_hal?
> >
> >
> >Dejan
>
> not exactly.  The instructions that I had previously had me using a couple
> files from Matrox, but to my knowledge, there wasn't a port for a server.
> Should I be using x11-servers/mga_hal ?

x11-servers/mga_hal is most probably just a convenient way to install those 
files from Matrox, have a look at it. If those files were not binary and 
needed compilation, you'll have to recompile them after XFree upgrade. You 
could still need above patches and recompile of XFree-Server though.


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


Re: XFree86 port broke for Matrox G550

2005-06-16 Thread Dejan Lesjak
Steve Friedrich wrote:

> I just cvsupped and used portupgrade for XFree86.  I portupgraded imake
> first, then went thru each XFree86 component.
> 
> I've been using a XFConfig file, but when I got this error, I tried startx
> -autoconfig
> 
> When I startx, I get:
> 
> (EE) Failed to load module "fbdev" (module does not exist, 0)
> Required symbol MGASetDisplayStart from module
> /usr/X11R6/lib/modules/drivers/mg a_drv.o is unresolved!
> Required symbol MGASetDisplayStart from module
> /usr/X11R6/lib/modules/drivers/mg a_drv.o is unresolved!
> Fatal server error:
> Some required symbols were unresolved

Try this: grab these two files:

http://www.ijs.si/~lesi/xfree/mga/patch-HALlib_bindings.c
http://www.ijs.si/~lesi/xfree/mga/patch-mga_driver.c

Put them both in files directory of XFree86-4-Server port 
(/usr/ports/x11-servers/XFree86-4-Server/files) and recompile and reinstall 
XFree86-4-Server port. Your XF86Config file from before should work fine.
Are you perhaps using x11-servers/mga_hal?


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


Re: Keyboard Repeat Rate

2005-03-23 Thread Dejan Lesjak
Tom Vilot wrote:

>> > If so, put the following in /etc/rc.conf:
>> > keyrate="fast"
>> 
>> Okay. I'll try that.
> 
> Well, that didn't work.
> 
> It sets the key repeat rate, but when I start X it goes back to
> defaults. At least for the X session.
> 
> I'm guessing there's a configuration somewhere for WindowMaker that is
> re-setting it. :c(
> 
> Hmmm. I'll have to poke around some more .

Perhaps Option "AutoRepeat" can be of help. See kbd(4x) or keyboard(4x) manual 
for description.


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


Re: compiling xorg 6.8.2

2005-02-24 Thread Dejan Lesjak
Timothy Smith wrote:

> has anyone been successful with this? mine errors on make install

Are you using the source tarball directly or a patch for ports posted on [EMAIL 
PROTECTED] 
If the latter, I would be interested in more specifics of "errors on make 
install". If the first, then try the patch and see how it goes.


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


Re: how to configure Xorg to run at 1280x1024

2005-02-05 Thread Dejan Lesjak
Gary Kline wrote:

> People,
> 
> One of my larger servers has 5.3 and Xorg; I can't find the
> right configuration setting for the display; so it runs at
> its maximum: 1600x1200.  This would be fine except that the
> apps shake with tiny wavy lines.  The driver may be pushing
> things to their limit.
> 
> I've tried X -configure and Xorg -conf.  Somehow or other
> I've generated an xorg.conf in /etc/X11, but no luck in
> changing the resolution.   The closest I've come to having
> things work with xorg.conf and startx is to see a blank/grey
> screen--at 1600x1200.  I have ctwm set up in /root and
> /home/kline.
> 
> Modifying the Screen Section messes things up for some
> reason.  I finally *do* have xorg working with /etc/X11/xorg.conf
> but only with the following commented:

Try putting something like this:
Option "PreferredMode" "1280x1024"
in Section "Monitor".
What do you mean by "messes things up" with the modified Screen Section? Do 
you get errors? Do note that you can't have more than one Screen section with 
same Identifier string.


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


RE: X issue

2004-08-25 Thread Dejan Lesjak
Dustin wrote:
> I did install SSH but did not configure it yet, so I cannot log in over
> the network using SSH.
>  
> Graphics Card: SIS 6326

SiS driver has been quite improved since XFree86 4.3. As you have already 
updated your ports tree, you might want to consider either upgrading to 
XFree86 4.4 or to X.Org 6.7 (see /usr/ports/UPDATING, entry 20040723).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache log files rotation

2004-03-03 Thread Dejan Lesjak
fbsd_user wrote:

> Can apache logs be rotated by /etc/newsyslog.conf?
> If not, how is it normally done?
> 

Hello,

Apart from what has already been said, you might also want to check
http://www.freebsddiary.org/rotatelogs.php for more details.

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


Re: live CD - 4.9-i386-disc2.iso

2004-02-18 Thread Dejan Lesjak
[EMAIL PROTECTED] wrote:

> I have read that the second ISO image is a live CD. I have just burnt a
> CD, but all I get is the usual installation tool (kernel
> configuration...), no option to get out of there without rebooting...
> ??? I probably missed something...

From the menu, you have to go to Fixit submenu and choose CDROM/DVD.

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


Re: Recovering Damaged Partition Table

2004-02-16 Thread Dejan Lesjak
On Monday 16 of February 2004 07:50, Evan Dower wrote:
> Well, it worked mostly. I've got the partition table back and reinstalled
> boot0, but I must be confused about the later boot stages, because I can't
> get the partition I want to boot properly. I can boot from ad0s1a, but I
> want to boot from ad0s2a. I can mount ad0s1a and ad0s2a as well as
> ad0s3{d,e,f}, and everything seems to be in tact. In the bootloader, when I
> hit F2 to boot ad0s2a it just beeps at me. I tried to use 'bsdlabel -B
> /dev/ad0s2', but I must have done something wrong, because it didn't work.
> I also tried 'bsdlabel -B -b /current/boot/boot /dev/ad0s2' where
> /dev/ad0s2a is mounted on /current to no avail. What do I need to do?
> Thanks some more,

Hm, I'm afraid I have no idea why you can't boot from second slice. Still, I 
would try fiddling with boot0cfg(8) or restoring boot manager - see 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#BOOTMANAGER-RESTORE
but do that from the most recent installation that you have on slices (if that 
is the one on ad0s2 then perhaps by entering sysinstall from install cd). You 
did manage to make your backups by now of course?

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


Re: Recovering Damaged Partition Table

2004-02-15 Thread Dejan Lesjak
Evan Dower wrote:

> So, the other day I was ripping some CDs...
> 
> Upon restart, there was a message that ad0 had an unrecoverable error
> (media changed). It's a hard disk. I didn't notice any gnomes breaking
> into my computer and changing it on me. No matter. It won't boot. I
> installed FreeBSD on an empty partition of another disk, which is how I
> got to where I am now. Naturally, I have no backups.
> 
> My plan is to reconstruct the partition table and then all should be fine.
> I've determined that my files seem to be in tact using 'strings /dev/ad0 |
> less'. It even looks like part of the partition table remains.
> 

Hello,
You can try with this utility:
http://www.stud.uni-hannover.de/user/76201/gpart/
which is also included on knoppix live-cd
(http://www.knoppix.org/)
I just saved two NTFS partitions with it, so I hope this helps...

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


Re: BSD Usenet server

2003-12-29 Thread Dejan Lesjak
Chris wrote:

> On Sunday 28 December 2003 02:59 pm, Ion-Mihai Tetcu wrote:
>> morgoth.gw.com
> 
> Thank you folks for the speedy reply!
> Now, allow me to expand on my quest - how about an nntp server that anyone
> can access.
> 

Check http://www.gmane.org/ (newsserver is news.gmane.org).

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