Re: dvdrip question

2006-02-21 Thread Tino Boss

Tsu-Fan Cheng wrote:

amd64 dvdrip
[filterlist] (re)scanning transcode's module path
/usr/local/lib/transcode...
  

I have the same on 5.4.

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


Keyboard / xkbcomp trouble with xorg 6.9

2006-02-19 Thread Tino Boss

Hi all,
I have 5.4 and recently upgraded my ports. Now my keyboard settings in X 
don't work properly anymore. It seems I lost my swiss-german keyboard 
layout and have a german one now, so it's kind of half-functional. For 
example it's not possible to switch to the console by  Ctrl-Alt-F1. 
After killing X I can see the the following msg on ttyv0:


The XKEYBOARD keymap compiler (xkbcomp) reports:
 Error:Can't find file pc/de_CH for symbols include
   Exiting
   Abandoning symbols file default


settings in xorg.conf:
   Option XkbRules   xorg
   Option XkbModel   pc105
   Option XkbLayout  de_CH

the following file is present:
/usr/X11R6/lib/X11/xkb/symbols/de_CH

X installed:
xorg-clients-6.9.0_1
xorg-server-6.9.0


Any hints?

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


Re: Keyboard / xkbcomp trouble with xorg 6.9

2006-02-19 Thread Tino Boss
Just solved it. Xorg apparently changed some layout-names. So de_CH is 
now simply ch. A change in xorg.conf and it works again. =)


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


Re: can't mount msdos fs on freebsd6?

2005-12-13 Thread Tino Boss

Jeff D. Hamann wrote:


mothra# mount -t msdos /dev/ad0s2 /data
mount_msdosfs: /dev/ad0s2: Invalid argument


I remember having had a similar problem and it was just a that it was an 
extended partition and somehow it was not displayed with the correct 
number in some utility. If that's your case you might just need another 
device-name. I think numbering for extended partitions starts at 5 (eg. 
ad0s5).


regards
Tino




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


Re: Im trying to find the H and V sync rates for the LCD in

2005-11-22 Thread Tino Boss

Eric Murphy wrote:

Expect the problem is that if you dont know the H and V rates it 
wont generate them ;( 


If you put a modeline you tell the video chip exactly what to do. 
There's no H and V sync rates needed because they are implied*.
If you have a fixed resolution the only variable will be the clock which 
will determine the snync rates. Just take a reasonable value there.
As Ted pointed out TFT's shouldn't be too picky about sync rates; so 
don't worry too much and give it a go.


An easy alternative: boot up a Live-CD (Knoppix, Freesbie) with X and 
check the xorg log (probably in /var/log). There you can find some 
values that work.


regards
Tino

* There may be needed an hsync/vsync entry in xorg.conf though. Just 
specify a range big enough.

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


Re: Im trying to find the H and V sync rates for the LCD in

2005-11-22 Thread Tino Boss

Eric Murphy wrote:

Expect the problem is that if you dont know the H and V rates it 
wont generate them ;( 



If you put a modeline you tell the video chip exactly what to do. 
There's no H and V sync rates needed because they are implied*.
If you have a fixed resolution the only variable will be the clock which 
will determine the snync rates. Just take a reasonable value there.
As Ted pointed out TFT's shouldn't be too picky about sync rates; so 
don't worry too much and give it a go.


An easy alternative: boot up a Live-CD (Knoppix, Freesbie) with X and 
check the xorg log (probably in /var/log). There you can find some 
values that work.


regards
Tino

* There may be needed an hsync/vsync entry in xorg.conf though. Just 
specify a range big enough.

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


Re: plugin in mozilla

2005-11-21 Thread Tino Boss

Filippo Moretti wrote:


what exactly should be linked for acroread7?


ln -s 
/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so 
/usr/X11R6/lib/browser_plugins/nppdf.so


I guess you can also copy it.

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


Re: Im trying to find the H and V sync rates for the LCD in

2005-11-21 Thread Tino Boss

Eric Murphy wrote:

A Inspiron 9300, I cant seem to find this info ANYWHERE, and i want to 
configuer Xorg :)   Can anyone point me in the right direction?


I just found a nice tool that produces modelines. It's installed on my 
box (don't know where it comes from):

/usr/X11R6/bin/gtf

Just put the line in the monitor section of your xorg.conf and restart X.

hope it works

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


Re: plugin in mozilla

2005-11-19 Thread Tino Boss

Mikael Backman wrote:

Thank you for your reply. I did look at the archives but the only 
thing I could find was that I should copy the example 
libmap.conf{FreBSD6} to /etc/ libmap.conf  Which I did...  You don't 
feel like elaborating on those links in /usr/X11R6/lib/browser_plugins  ?


# Flashplugin

ln -s /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt 
/usr/X11R6/lib/browser_plugins/flashplayer.xpt
ln -s /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so 
/usr/X11R6/lib/browser_plugins/libflashplayer.so

# Realplayer-Plugin
ln -s /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so 
/usr/X11R6/lib/browser_plugins/nphelix.so
ln -s /usr/X11R6/lib/linux-mozilla/plugins/nphelix.xpt 
/usr/X11R6/lib/browser_plugins/nphelix.xpt

# Adobe Reader 7-Plugin
ln -s 
/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so 
/usr/X11R6/lib/browser_plugins/nppdf.so

# Java-Plugin
ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so 
/usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so

btw: you should verify that you have the desired plugins installed; apparently 
the wrapper doesn't do it automatically anymore.

regards
Tino

btw2: you should reply to the list and not not me =)

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


Re: plugin in mozilla

2005-11-18 Thread Tino Boss

Mikael Backman wrote:


hi!
i have installed linuxpluginwrapper and added the file /etc/libmap.conf
from the examples for 6.0 but mozilla shows no plugin installed...
what can i do? i even rebooted ...



These things were discussed here before; so you might wanna have a look 
at the archives.


Short version:

- install the required ports: mozilla/firefox, linuxpluginwrapper 
(plugins should be installed automatically as its dependencies)

- create the apropriate links in /usr/X11R6/lib/browser_plugins
- verify the paths in /etc/libmap.conf
- rename  /usr/local/bin/acroread7 to /usr/local/bin/acroread for 
acroread plugin to work


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


Re: Linuxpluginwrapper

2005-11-16 Thread Tino Boss

Marco Beishuizen wrote:


- Link the plugin:

 ln -s /usr/X11R6/lib/linux-flashplugin7/libflashplayer.so 
/usr/X11R6/lib/browser_plugins/




I have flashplugin6 working here. To install it, I also linked a second 
file called libflashplayer.xpt


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