Re: [gentoo-user] OT: Application for video cutting ?

2006-04-06 Thread Mait
 Calculating dependencies
 !!! All ebuilds that could satisfy =qt-4.1.2 have been masked.
 !!! One of the following masked packages is required to complete your 
 request:
 - x11-libs/qt-4.1.2 (masked by: ~x86 keyword)

qt-4.1.2 package masked by keyword means it is unstable(testing) phase.

You can read Mixing Sofware Branches chapter in Handbook.
http://www.gentoo.org/doc/en/handbook/2006.0/handbook-x86.xml?part=3chap=3

Also this,
http://www.gentoo.org/doc/en/handbook/2006.0/handbook-x86.xml?part=2chap=1#doc_chap4

On 4/6/06, Meino Christian Cramer [EMAIL PROTECTED] wrote:
 From: Bo Andresen [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] OT: Application for video cutting ?
 Date: Wed, 5 Apr 2006 04:24:32 +0200

 Hi,

  may a RDQ (real dumb question (tm) ):

 When I do a

  emerge -va =qt-4.1.2

  I get:

 solfire:/rootemerge -va =qt-4.1.2

 These are the packages that I would merge, in order:

 Calculating dependencies
 !!! All ebuilds that could satisfy =qt-4.1.2 have been masked.
 !!! One of the following masked packages is required to complete your 
 request:
 - x11-libs/qt-4.1.2 (masked by: ~x86 keyword)

 For more information, see MASKED PACKAGES section in the emerge man page 
 or
 refer to the Gentoo Handbook.

  ...is there any wrong with my system or do I need to update
  something (I did an eix-sync minutes ago...)

  Thank you very much for your help in advance! :)

  Keep hacking!
  mcc


  On Wednesday 05 April 2006 04:06, Meino Christian Cramer wrote:
How can I manage to install qt-4 without cripple the rest of my
system (qt-3 based) ?
  
Is there a way of parallel installation/usage ? And if so -- how can
I manage it gentoo-like ?
 
  # emerge -va =qt-4.1.2
 
  These are the packages that would be merged, in order:
 
  Calculating dependencies... done!
  [ebuild  NS   ] x11-libs/qt-4.1.2  USE= 27,269 kB
 
  From man emerge:
N = new, (not yet installed)
S = new, SLOT installation (side-by-side versions)
 
  Of course you can just pick any version. Qt IS slotted so it will not harm
  your system at all. As long as you don't emerge --prune it (which would
  remove the old version).
 
  --
  Bo Andresen
 
  --
  gentoo-user@gentoo.org mailing list
 
 --
 gentoo-user@gentoo.org mailing list




--
Mait

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mounting USB Flash Drive

2006-04-01 Thread Mait
2006/4/1, Lord Sauron [EMAIL PROTECTED]:
 On 3/31/06, Mait [EMAIL PROTECTED] wrote:
  Hey! don,t hurry relax ~ : )

 Relax?  Sounds like something that unemployed people do : \

Sorry for my poor english : )
It means sorry, too many docs to read

oh.. english drive me crazy

  It's also useful in traditional way
  $ man mount
  $ man fstab

 Wow... I didn't know that man had a fstab entry.  I thought it was
 only for commands and stuff...

 --
 == GCv3.12 ==
 GCS d-(++) s+: a? C++ UL+ P+
 L++ E--- W+(+++) N++ o? K? w--- O? M+
 V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
 DI+++ D+ G e* h- !r !y
 = END GCv3.12 

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-01 Thread Mait
Daevid,

What is your touchpad driver?

-synaptics

That USE flag is little strange for laptop. As I know, so many laptop
has touchpad that drive whit synaptics driver.

Hope to find problem

--
Mait

2006/3/31, Daevid Vincent [EMAIL PROTECTED]:
 Richard, I want to thank you for your trying to help me on this first of
 all...

  Have you tried doing a revdep-rebuild?

 Yes. There is nothing that needs rebuilding.

  Have you verified your
  'eselect opengl' settings?  What use flags did you build with (emerge
  -pv xorg-x11 xorg-server)

 locutus ~ # emerge -pv xorg-x11 xorg-server

 Calculating dependencies... done!
 [ebuild   R   ] x11-base/xorg-x11-7.0-r1  USE=-3dfx
 INPUT_DEVICES=keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge
 -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio
 -joystick -magellan -magictouch -microtouch -mutouch -palmax -penmount
 -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom
 VIDEO_CARDS=fbdev nvidia vesa -apm -ark -ati -chips -cirrus -cyrix -dummy
 -fglrx -glint -i128 -i740 -i810 -imstt -mga -neomagic -nsc -nv -rendition
 -s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx -tga -trident -tseng
 -v4l -vga -via -vmware -voodoo 0 kB
 [ebuild   R   ] x11-base/xorg-server-1.0.2-r2  USE=dri ipv6 -debug -minimal
 -xprint 0 kB



 locutus ~ # rmmod nvidia
 eselect opengl set nvidia
 locutus ~ # eselect opengl set nvidia
 Switching to nvidia OpenGL interface... Done

 As per your advice, I tried the /root/xorg.conf.new file and edited to be
 /dev/input/mice but I get the same errors.

 It's strange as the screen goes blank like it wants to start, but instead of
 seeing the KDE loading screen like I normally would, it just bails out to
 the console again with those backtrace and signal 11 error.

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mounting USB Flash Drive

2006-03-31 Thread Mait
basic method :
$ mount [-t fstype...] [-o options...] /dev/sda1 /mountpoint
$ ls /mountpoint

convenient way :
add entry in /etc/fstab,
/dev/sda1/mountpointfstype...options

then, you can mount this way
$ mount /dev/sda1
or,
$ mount /mountpoint

more convenient, modern way :
udev, hotplug, hald, dbus, gnome-volume-manager(or similiar thing in KDE) ...

just plug in USB drive, and that will appear in your
desktop(background, places menu, file-manager...)

http://www.gentoo.org/doc/en/udev-guide.xml
http://gentoo-wiki.com/HOWTO_Customizing_UDEV#Terminology
http://gentoo-wiki.com/HOWTO_gnome-volume-manager
http://gentoo-wiki.com/HOWTO_D-BUS%2C_HAL%2C_KDE_media:/

Hey! don,t hurry relax ~ : )

It's also useful in traditional way
$ man mount
$ man fstab

--
Mait

2006/4/1, Lord Sauron [EMAIL PROTECTED]:
 On 3/31/06, b.n. [EMAIL PROTECTED] wrote:
   I can just nano /etc/fstab and add /dev/sda1?
 
  Not only you can: you actually have to! :)
  Check the Gentoo handbook for details. When I did install Gentoo (in
  december 2004), I had to write *all* my fstab by hand, I don't know if
  now it's different.

 Well, the automated installer did most of it for me, so I never got
 the exposure to it.

   I thought fstab was
   generated by the machine or something, and that it isn't a terribly
   good idea to edit it.
 
  A fstab file is ususally generated by the operating system installer,
  but, being it a plain text configuration file, it is thought to be
  editable by root. It has a pretty straightforward syntaxis.

 Yeah, didn't take too long for me to figure out how to word what I
 wanted.  Only a few tries and one reboot (don't ask).

  The machine-generated thing you shouldn't touch, instead, is /etc/mtab.
  This one contains the *current* state of mounted devices.

 Okay.  That makes sense.

   I don't have a /mnt directory.  Should I just create one?
 
  Well, you have to create an empty directory to use as a mountpoint. I
  create them inside a /mnt directory, but that's just historical habit.
  Many distro I see around now use /media as a root directory for
  removable media mountpoints. Nothing stops you from using
  /home/sauron/whatever, although I feel symlinks are a cleaner way to
  access mount points from your home...

 I made /mnt/sda1, 'cuz that's what I used about 4 years ago on a Red
 Hat Linux box.  It was really messing me up with all this /media stuff
 when I used Kubuntu.

   No, I had to manually create a mount point via the GUI and then enable
   the thing and all this stuff.  Then KDE just looked at /media and
   slapped that on my desktop.  I mounted my windows partition (back when
   I had one) on /media so that I could have that on my desktop too.
 
  That's the same of writing on the fstab, but managed by a gui instead of
  done by hand (editing fstab is really easy once you manage the logic of it).

 Yeah, I can now see what the GUI did.  From my experience with Qt I
 can safely say it was harder to make the GUI than to do it by hand.

 --
 == GCv3.12 ==
 GCS d-(++) s+: a? C++ UL+ P+
 L++ E--- W+(+++) N++ o? K? w--- O? M+
 V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
 DI+++ D+ G e* h- !r !y
 = END GCv3.12 

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Asian fonts in X/Mozilla

2006-03-24 Thread Mait

Quote in my /etc/fonts/fonts.conf

familyKochi Mincho/family  -- Japanese fonts
familyAR PL SungtiL GB/family -- Chinese
familyAR PL Mingti2L Big5/family -- Chinese
familyMS 明朝/family -- Maybe Chinese or Japanese
familyBaekmuk Batang/family -- Korean
familyFreeSerif/family -- As I know, this font has many language 
support.


In your screenshot, Korean character seems to be fine. Maybe 'Baekmuk 
Batang' show that character.


Jeff Wrote:

Hey all. Have a look at the *bottom* of this Google screen shot:

http://home.comcast.net/~jmg_071769/images/borkedcharacters.jpg

How do I get those Asian characters to appear?

TIA!

-Jeff

  


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Mait

[1]http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree
[2]http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=7
[3]http://www.gentoo.org/doc/en/kernel-upgrade.xml
[4]http://www.gentoo.org/doc/en/genkernel.xml

If you new to kernel compile and config, Dont hurry. relax~ : )

First, read the *README*[1] file in kernel source. Maybe it is already 
installed at /usr/src/linux/README.('/usr/src/linux' is symbolic links 
that point real kernel source directory '/usr/src/linux-yourversion')
And check 'Gentoo Handbook - Configuring Kernel'[2] for current gentoo 
profile(2006.0) required kernel option(and other contents too)

[3], [4] is maybe optional. But encourage yourself reading that document. :)

When configuring kernel option in 'menuconfig' or 'xconfg'(gconfig), you 
can read inline help document. Critical option(cause to boot failure) is 
everywhere. Be patient and Dont hurry


Before reboot with new kernel, Keep your existing(bootable) kernel file 
and bootloader config(/boot/grub.conf).


Hope to get your 'own' kernel. :)

--
Mait


Lord Sauron wrote:

Hi,

I'm very very new to Gentoo.  I managed to squeak through a install
from the live CD, however, this gave me a kernel with little or no
ACPI support - I have a laptop, so I'd like to have this support
enabled.

However, I don't know how to rebuild the kernel, or do so enabling
ACPI support.  I only know a few precious things about emerge, like
--sync, --search, and even --help, but beyond that I'm not that good
at all, and the man pages didn't offer much help for me.

I know this is a painfully elementary question, but thanks for any
help you can give!

== Lord Sauron the Great =
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
DI+++ D+ G e* h- !r !y
= END GCv3.12 
== www.geekcode.com ===

  


--
gentoo-user@gentoo.org mailing list