Thread: Re: [Pcbsd-developer] PCBSD-Developer Digest, Vol 2, Issue 6
Status: Beta
Brought to you by:
kmoore134
From: Charles A. L. <lan...@gm...> - 2006-07-23 19:23:29
|
On 7/23/06, pcb...@li... <pcb...@li...> wrote: > when I run locale command I see this picture: > # locale > LANG= > LC_CTYPE="C" > LC_COLLATE="C" > LC_TIME="C" > LC_NUMERIC="C" > LC_MONETARY="C" > LC_MESSAGES="C" > LC_ALL= > > and /etc/csh.login contains this: > setenv MM_CHARSET "UTF-8" > > The FreeBSD base system sh does not support wide characters needed for > Unicode/UTF-8. Other shells, such as csh, tcsh and zsh do. > > Default FreeBSD vi (actual program name is nvi) is old and does not support > unicode- have to install new one from ports. This problem was discussed already: http://bugs.pcbsd.org/bug.php?op=show&bugid=82&pos=3 -- Charles A. Landemaine. |
From: Gerard v. E. <gva...@gm...> - 2006-07-24 07:05:42
|
There's a little program on KDE-Apps that we can maybe use or work together with the developer: New kX Generator<http://www.kde-apps.org/content/show.php?content=39085> ** *Description: *kX Generator is a utilitty to configure the X server by modyfying X configuration file. This release (0.3) is a preview release. Of course it works and (as far as I know) don't have any bugs. C onfiguration file should work. I've rewritten from scratch whole app. On 7/23/06, pcb...@li... < pcb...@li...> wrote: > > Send PCBSD-Developer mailing list submissions to > pcb...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > or, via email, send a message with subject or body 'help' to > pcb...@li... > > You can reach the person managing the list at > pcb...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of PCBSD-Developer digest..." > > > Today's Topics: > > 1. VGA detection script with resolution and depth settings > (Andrei Kolu) > 2. VGA detection script with resolution and depth settings > (Andrei Kolu) > 3. VGA detection script with resolution and depth settings > (Andrei Kolu) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 22 Jul 2006 13:24:13 +0300 > From: Andrei Kolu <an...@bs...> > Subject: [Pcbsd-developer] VGA detection script with resolution and > depth settings > To: pcb...@li... > Message-ID: <200...@bs...> > Content-Type: text/plain; charset="iso-8859-1" > > Hi! I played here with Xorg autodetection and made this litle script for > testing- it may work on all computers I think. Xorg detects your video > card > and creates config file that is much better than PC-BSD current one. You > can > set resolution and colour depth from command line: > > # pimpmyvga.sh resolution depth > # pimpmyvga.sh 1280x1024 24 > > TODO: > 1. Add fonts path not included in autodetected config file. > 2. Make graphical interface for setting resolution, colour and > refreshrate. > 3. Make script for testing current config file within 15 seconds where > user > can interact with gui and press accept button if it works. If failed itt > would be reverted back to more conservative default resolution as 1024x768 > or > vesa driver. > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: pimpmyvga.sh > Type: application/x-shellscript > Size: 1396 bytes > Desc: not available > Url : > http://sourceforge.net/mailarchive/forum.php?forum=pcbsd-developer/attachments/20060722/ab578d8b/attachment.bin > > |
From: Kris M. - PC-B. S. <kr...@pc...> - 2006-07-24 14:09:35
|
This is a great idea! We'll have to see if it can be ported over to PC-BSD :) -- Kris Moore PC-BSD Software -------------------------------------------------------- ____ ____ ____ ____ ____ /\ _`\ /\ _`\ /\ _`\ /\ _`\ /\ _`\ \ \ \L\ \ \ \/\_\ \ \ \L\ \\ \,\L\_\ \ \/\ \ \ \ ,__/\ \ \/_/_ _______\ \ _ <'\/_\__ \\ \ \ \ \ \ \ \/ \ \ \L\ \/\______\\ \ \L\ \ /\ \L\ \ \ \_\ \ \ \_\ \ \____/\/______/ \ \____/ \ `\____\ \____/ \/_/ \/___/ \/___/ \/_____/\/___/ http://www.pcbsd.com 1-877-PCBSD01 -------------------------------------------------------- Gerard van Essen wrote: > > > There's a little program on KDE-Apps that we can maybe use or work > together with the developer: New kX Generator > <http://www.kde-apps.org/content/show.php?content=39085> > ** > *Description: > *kX Generator is a utilitty to configure the X server by modyfying X > configuration file. > This release (0.3) is a preview release. Of course it works and (as far > as I know) don't have any bugs. C > onfiguration file should work. I've rewritten from scratch whole app. > > > > > > On 7/23/06, *pcb...@li... > <mailto:pcb...@li...>* < > pcb...@li... > <mailto:pcb...@li...>> wrote: > > Send PCBSD-Developer mailing list submissions to > pcb...@li... > <mailto:pcb...@li...> > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > <https://lists.sourceforge.net/lists/listinfo/pcbsd-developer> > or, via email, send a message with subject or body 'help' to > pcb...@li... > <mailto:pcb...@li...> > > You can reach the person managing the list at > pcb...@li... > <mailto:pcb...@li...> > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of PCBSD-Developer digest..." > > > Today's Topics: > > 1. VGA detection script with resolution and depth settings > (Andrei Kolu) > 2. VGA detection script with resolution and depth settings > (Andrei Kolu) > 3. VGA detection script with resolution and depth settings > (Andrei Kolu) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 22 Jul 2006 13:24:13 +0300 > From: Andrei Kolu <an...@bs... <mailto:an...@bs...>> > Subject: [Pcbsd-developer] VGA detection script with resolution and > depth settings > To: pcb...@li... > <mailto:pcb...@li...> > Message-ID: < 200...@bs... > <mailto:200...@bs...>> > Content-Type: text/plain; charset="iso-8859-1" > > Hi! I played here with Xorg autodetection and made this litle script > for > testing- it may work on all computers I think. Xorg detects your > video card > and creates config file that is much better than PC-BSD current one. > You can > set resolution and colour depth from command line: > > # pimpmyvga.sh resolution depth > # pimpmyvga.sh 1280x1024 24 > > TODO: > 1. Add fonts path not included in autodetected config file. > 2. Make graphical interface for setting resolution, colour and > refreshrate. > 3. Make script for testing current config file within 15 seconds > where user > can interact with gui and press accept button if it works. If failed itt > would be reverted back to more conservative default resolution as > 1024x768 or > vesa driver. > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: pimpmyvga.sh > Type: application/x-shellscript > Size: 1396 bytes > Desc: not available > Url : > http://sourceforge.net/mailarchive/forum.php?forum=pcbsd-developer/attachments/20060722/ab578d8b/attachment.bin > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > PCBSD-Developer mailing list > PCB...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.394 / Virus Database: 268.10.3/395 - Release Date: 7/21/2006 |
From: Andrei K. <an...@bs...> - 2006-07-24 16:56:59
|
On Monday 24 July 2006 5:09 pm, Kris Moore - PC-BSD Software wrote: > This is a great idea! We'll have to see if it can be ported over to > PC-BSD :) # ./configure ...... config.status: executing depfiles commands Good - your configure finished. Start make now # make make all-recursive Making all in doc Making all in . Making all in en /usr/local/bin/meinproc --check --cache index.cache.bz2 ./index.docbook ..... /usr/local/bin/bash ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -o kxgenerator -R /usr/local/lib -R /usr/X11R6/lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib -lkio main.o kxgenerator.o ServerLayoutWidget.o MouseWidget.o MainWidget.o KeyboardWidget.o VideocardWidget.o MonitorWidget.o AdvancedWidget.o Xorg.o Locale.o GlobalFunctions.o MainWidget.moc.o KeyboardWidget.moc.o MouseWidget.moc.o VideocardWidget.moc.o MonitorWidget.moc.o AdvancedWidget.moc.o ServerLayoutWidget.moc.o -lkdeui libtool: link: cannot find the library `' *** Error code 1 Stop in /root/kxgenerator-0.3/src. *** Error code 1 Stop in /root/kxgenerator-0.3. *** Error code 1 Stop in /root/kxgenerator-0.3. ----------------------------------------------- why this program is so complicated is beyound me.... Looks like this program is designed for linux only... |
From: Kris M. - PC-B. S. <kr...@pc...> - 2006-07-24 16:59:57
|
Actually I know what that problem is, its an issue with libtool under FreeBSD, KBFX had the same issue :) I can try compiling it here to see how it works! -- Kris Moore PC-BSD Software -------------------------------------------------------- ____ ____ ____ ____ ____ /\ _`\ /\ _`\ /\ _`\ /\ _`\ /\ _`\ \ \ \L\ \ \ \/\_\ \ \ \L\ \\ \,\L\_\ \ \/\ \ \ \ ,__/\ \ \/_/_ _______\ \ _ <'\/_\__ \\ \ \ \ \ \ \ \/ \ \ \L\ \/\______\\ \ \L\ \ /\ \L\ \ \ \_\ \ \ \_\ \ \____/\/______/ \ \____/ \ `\____\ \____/ \/_/ \/___/ \/___/ \/_____/\/___/ http://www.pcbsd.com 1-877-PCBSD01 -------------------------------------------------------- Andrei Kolu wrote: > On Monday 24 July 2006 5:09 pm, Kris Moore - PC-BSD Software wrote: >> This is a great idea! We'll have to see if it can be ported over to >> PC-BSD :) > # ./configure > ...... > config.status: executing depfiles commands > > Good - your configure finished. Start make now > > # make > make all-recursive > Making all in doc > Making all in . > Making all in en > /usr/local/bin/meinproc --check --cache index.cache.bz2 ./index.docbook > ..... > /usr/local/bin/bash ../libtool --silent --mode=link --tag=CXX > g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -o > kxgenerator -R /usr/local/lib -R /usr/X11R6/lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib -lkio > main.o kxgenerator.o ServerLayoutWidget.o MouseWidget.o MainWidget.o > KeyboardWidget.o VideocardWidget.o MonitorWidget.o AdvancedWidget.o Xorg.o > Locale.o GlobalFunctions.o MainWidget.moc.o KeyboardWidget.moc.o > MouseWidget.moc.o VideocardWidget.moc.o MonitorWidget.moc.o > AdvancedWidget.moc.o ServerLayoutWidget.moc.o -lkdeui > libtool: link: cannot find the library `' > *** Error code 1 > > Stop in /root/kxgenerator-0.3/src. > *** Error code 1 > > Stop in /root/kxgenerator-0.3. > *** Error code 1 > > Stop in /root/kxgenerator-0.3. > ----------------------------------------------- > why this program is so complicated is beyound me.... > Looks like this program is designed for linux only... > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > PCBSD-Developer mailing list > PCB...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > > |
From: Julian Z. <ju...@ze...> - 2006-07-24 17:13:36
|
Kris Moore - PC-BSD Software schrieb: > Actually I know what that problem is, its an issue with libtool under > FreeBSD, KBFX had the same issue :) I can try compiling it here to see > how it works! I also had this issue once. It helped to replace the libtool in the extracted tar directory with the one from ports: install libtool from ports, then: # find . -name libtool cd to that directory, then: # cp /usr/local/bin/libtool . I hope this helps. Julian Zeiler |
From: Kris M. - PC-B. S. <kr...@pc...> - 2006-07-24 17:35:43
|
Bingo! Thats what I had to do here as well, I just copied libtool to the local programs compile directory, and it worked fine :) -- Kris Moore PC-BSD Software -------------------------------------------------------- ____ ____ ____ ____ ____ /\ _`\ /\ _`\ /\ _`\ /\ _`\ /\ _`\ \ \ \L\ \ \ \/\_\ \ \ \L\ \\ \,\L\_\ \ \/\ \ \ \ ,__/\ \ \/_/_ _______\ \ _ <'\/_\__ \\ \ \ \ \ \ \ \/ \ \ \L\ \/\______\\ \ \L\ \ /\ \L\ \ \ \_\ \ \ \_\ \ \____/\/______/ \ \____/ \ `\____\ \____/ \/_/ \/___/ \/___/ \/_____/\/___/ http://www.pcbsd.com 1-877-PCBSD01 -------------------------------------------------------- Julian Zeiler wrote: > Kris Moore - PC-BSD Software schrieb: >> Actually I know what that problem is, its an issue with libtool under >> FreeBSD, KBFX had the same issue :) I can try compiling it here to see >> how it works! > I also had this issue once. It helped to replace the libtool in the > extracted tar directory with the one from ports: > install libtool from ports, then: > # find . -name libtool > cd to that directory, then: > # cp /usr/local/bin/libtool . > > I hope this helps. > > Julian Zeiler > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > PCBSD-Developer mailing list > PCB...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > > |
From: Andrei K. <an...@bs...> - 2006-07-24 18:00:28
|
On Monday 24 July 2006 8:14 pm, Julian Zeiler wrote: > Kris Moore - PC-BSD Software schrieb: > > Actually I know what that problem is, its an issue with libtool under > > FreeBSD, KBFX had the same issue :) I can try compiling it here to see > > how it works! > > I also had this issue once. It helped to replace the libtool in the > extracted tar directory with the one from ports: > install libtool from ports, then: > # find . -name libtool > cd to that directory, then: > # cp /usr/local/bin/libtool . > > I hope this helps. > > Julian Zeiler > rWidget.moc.o AdvancedWidget.moc.o ServerLayoutWidget.moc.o -lkdeui libtool: link: cannot find the library `' *** Error code 1 Stop in /root/kxgenerator-0.3/src. *** Error code 1 Stop in /root/kxgenerator-0.3. *** Error code 1 Stop in /root/kxgenerator-0.3. ---------------------------------------- Same problem.... |
From: Andrei K. <an...@bs...> - 2006-07-24 19:50:27
|
On Monday 24 July 2006 9:00 pm, Andrei Kolu wrote: > On Monday 24 July 2006 8:14 pm, Julian Zeiler wrote: > > Kris Moore - PC-BSD Software schrieb: > > > Actually I know what that problem is, its an issue with libtool under > > > FreeBSD, KBFX had the same issue :) I can try compiling it here to see > > > how it works! > > > > I also had this issue once. It helped to replace the libtool in the > > extracted tar directory with the one from ports: > > install libtool from ports, then: > > # find . -name libtool > > cd to that directory, then: > > # cp /usr/local/bin/libtool . > > > > I hope this helps. > > > > Julian Zeiler > > rWidget.moc.o AdvancedWidget.moc.o ServerLayoutWidget.moc.o -lkdeui > libtool: link: cannot find the library `' > *** Error code 1 > > Stop in /root/kxgenerator-0.3/src. > *** Error code 1 > > Stop in /root/kxgenerator-0.3. > *** Error code 1 > > Stop in /root/kxgenerator-0.3. > ---------------------------------------- > Same problem.... > I changed line in libtool to: $echo "$modename: cannot find the library \`$lib' (lib${name}.la: $deplib)" 1>&2 libtool: link: cannot find the library `' (libkdefx.la: -pthread) *** Error code 1 Trying to find libkdefx.la |
From: Kris M. - PC-B. S. <kr...@pc...> - 2006-07-25 17:06:42
|
Humm, well I got it working here. I just extracted files, ran "./configure" then copied /usr/local/bin/libtool to "." and then ran make. It created just fine, and when I ran make install, it installed into /usr/local/kde/, which I moved the files into /usr/local instead. It then ran just fine, and works "kinda". It needs some porting work to have it run properly under BSD, since its looking for the wrong devices and such. But it looks very nice and clean :) -- Kris Moore PC-BSD Software -------------------------------------------------------- ____ ____ ____ ____ ____ /\ _`\ /\ _`\ /\ _`\ /\ _`\ /\ _`\ \ \ \L\ \ \ \/\_\ \ \ \L\ \\ \,\L\_\ \ \/\ \ \ \ ,__/\ \ \/_/_ _______\ \ _ <'\/_\__ \\ \ \ \ \ \ \ \/ \ \ \L\ \/\______\\ \ \L\ \ /\ \L\ \ \ \_\ \ \ \_\ \ \____/\/______/ \ \____/ \ `\____\ \____/ \/_/ \/___/ \/___/ \/_____/\/___/ http://www.pcbsd.com 1-877-PCBSD01 -------------------------------------------------------- Andrei Kolu wrote: > On Monday 24 July 2006 9:00 pm, Andrei Kolu wrote: >> On Monday 24 July 2006 8:14 pm, Julian Zeiler wrote: >>> Kris Moore - PC-BSD Software schrieb: >>>> Actually I know what that problem is, its an issue with libtool under >>>> FreeBSD, KBFX had the same issue :) I can try compiling it here to see >>>> how it works! >>> I also had this issue once. It helped to replace the libtool in the >>> extracted tar directory with the one from ports: >>> install libtool from ports, then: >>> # find . -name libtool >>> cd to that directory, then: >>> # cp /usr/local/bin/libtool . >>> >>> I hope this helps. >>> >>> Julian Zeiler >> rWidget.moc.o AdvancedWidget.moc.o ServerLayoutWidget.moc.o -lkdeui >> libtool: link: cannot find the library `' >> *** Error code 1 >> >> Stop in /root/kxgenerator-0.3/src. >> *** Error code 1 >> >> Stop in /root/kxgenerator-0.3. >> *** Error code 1 >> >> Stop in /root/kxgenerator-0.3. >> ---------------------------------------- >> Same problem.... >> > I changed line in libtool to: $echo "$modename: cannot find the library > \`$lib' (lib${name}.la: $deplib)" 1>&2 > > libtool: link: cannot find the library `' (libkdefx.la: -pthread) > *** Error code 1 > > Trying to find libkdefx.la > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > PCBSD-Developer mailing list > PCB...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > > |
From: Andrei K. <an...@bs...> - 2006-07-23 19:29:23
|
On Sunday 23 July 2006 10:23 pm, Charles A. Landemaine wrote: > On 7/23/06, pcb...@li... > > <pcb...@li...> wrote: > > when I run locale command I see this picture: > > # locale > > LANG= > > LC_CTYPE="C" > > LC_COLLATE="C" > > LC_TIME="C" > > LC_NUMERIC="C" > > LC_MONETARY="C" > > LC_MESSAGES="C" > > LC_ALL= > > > > and /etc/csh.login contains this: > > setenv MM_CHARSET "UTF-8" > > > > The FreeBSD base system sh does not support wide characters needed for > > Unicode/UTF-8. Other shells, such as csh, tcsh and zsh do. > > > > Default FreeBSD vi (actual program name is nvi) is old and does not > > support unicode- have to install new one from ports. > > This problem was discussed already: > http://bugs.pcbsd.org/bug.php?op=show&bugid=82&pos=3 This bug have nothing nothing in common with lack of unicode in base system. |