Re: [gentoo-user] libreoffice color

2012-04-30 Thread
At 2012-04-30 20:55:47,Joshua Murphy poiso...@gmail.com wrote:
On Mon, Apr 30, 2012 at 08:06, Stephane Guedon steph...@22decembre.eu wrote:
 Le lundi 30 avril 2012 12:50:48 Neil Bothwick a écrit :
 On Mon, 30 Apr 2012 12:36:54 +0200, Stephane Guedon wrote:
  In libreoffice, which I have had compiled several months ago, the small
  help text is not readable. It appears in grey, as you can see in the
  caption.

 Are you using KDE?

  I don't know how to solve it !

 There's a tweak in KDE's systemsettings, although I can't remember what I
 had to do now.

 Yes, i am in kde. And libreoffice have the useflag.

I use KDE and I faced the same problem few months ago, I solved it by add
export OOO_FORCE_DESKTOP=gnome
in my .bashrc. 



Re:[gentoo-user]Upgrade to Gnome3 from overlay

2012-04-27 Thread
At 2012-04-27 18:32:43,赵佳晖 jiahui.tar...@gmail.com wrote: 
 Hello,everyone , i just want to upgrade my Gnome 2.32.1 to Gnome 3 . 
 So i follow the steps below:
 emerge layman layman -f -a gnomeecho source /var/lib/layman/make.conf  
/etc/make.conf
 echo *  /etc/eix-sync.conf
 eix-sync

 mkdir   
/etc/portage/{package.use,package.accept_keywords,package.mask,package.unmask,profile}
 ln -sf /var/lib/layman/gnome/status/portage-configs/package.use.mask.gnome3 
/etc/portage/profile/package.use.mask.gnome3


 ln -sf /var/lib/layman/gnome/status/portage-configs/package.use.gnome3 
/etc/portage/package.use/package.use.gnome3
 ln -sf /var/lib/layman/gnome/status/portage-configs/package.unmask.gnome3 
/etc/portage/package.unmask/package.unmask.gnome3

 ln -sf /var/lib/layman/gnome/status/portage-configs/package.kewords.gnome3 
/etc/portage/package.accept_keywords/package.keywords.gnome3


 emerge -aDuv world

 Then it comes error , 

 /etc/portage/profile/package.use.mask.gnome3 
 /etc/portage/package.unmask/package.unmask.gnome3  
 /etc/portage/package.use/package.use.gnome3  
 /etc/portage/package.accept_keywords/package.keywords.gnome3
 Can anyone help me how to deal with that problem?

It seems that some packages that gnome3 required are masked by gnome2.
You can emerge gnome3 simply by add a ~ in your USE statement in 
/etc/make.conf, as http://wiki.gentoo.org/wiki/GNOME told.

BTW: you can send your email as plain text instead of html or other format.

Regards



Re: [gentoo-user] sys-boot/plymouth could not work

2012-04-05 Thread
On 2012-04-05 01:29:36,Canek Peláez Valdés can...@gmail.com wrote:
On Wed, Apr 4, 2012 at 12:28 PM, Canek Peláez Valdés can...@gmail.com wrote:

 Something is wrong. There is no dracut messages in your dmesg output,
 so either you are not using the rd.debug command line (which,
 according to your logs, you *are* using), or you are not using a
 dracut-created initramfs, or the initramfs is somehow corrupted.

I used
# dracut -H -f
to create my initramfs. I don't know why there is no dracut message in 
my dmesg output.

 Can I see your grub.cfg file, as it is please? Also, it seems that the
 problem is OpenRC not creating the /run tmpfs early on during the boot
 process:

 https://bugs.gentoo.org/show_bug.cgi?id=409921

 Until that gets fixed, recent versions of plymouth cannot work with
 OpenRC. Maybe you could try an old version?

 Regards.

Also, can I see your fstab? It seems you use quite the complex setup
for your partitions.

The latest version of plymouth is 0.9_pre20111013-r1.
I installed sys-boot/plymouth-0.8.3-r5 but it still couldn't work, just like 
v0.9_pre.
There is no ebuild for other versions.
Then I tried to install by tarball, but version 0.8.1 and 0.8.2 have a make 
error:
fatal error: drm/drm.h: No such file or directory, but I have already 
installed 
x11-libs/libdrm and all the other drm related applications are masked.
Version 0.7.2 have an another make error.

This is my grub.conf:
default 0
timeout 5
#splashimage=(hd0,13)/boot/grub/splash.xpm.gz

title Gentoo Linux
root (hd0,13)
kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10 splash quiet 
video=radeon:1366x768
initrd /boot/initramfs-3.2.1-gentoo-r2.img

title Win7
rootnoverify (hd0,0)
makeactive
chainloader +1

This is my /etc/fstab:
# fs  mountpointtype  opts  
dump/pass
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda14  /boot   ext4defaults,noatime
1 2
/dev/sda10  /   ext4noatime 
0 1
/dev/sda11  /usrext4noatime 
0 0
/dev/sda12  /varext4noatime 
0 0
/dev/sda13  /home   ext4noatime 
0 0
/dev/sda9   noneswapsw  
0 0
/dev/cdrom  /mnt/cdrom  autonoauto,user 
0 0
/dev/sda1   /media/win7 ntfs-3g rw,users,umask=000  
0 0
/dev/sda5   /media/musicntfs-3g rw,users,umask=000  
0 0
/dev/sda6   /media/animation ntfs-3grw,users,umask=000  
0 0
/dev/sda7   /media/data ntfs-3g rw,users,umask=000  
0 0
/dev/sda8   /media/videontfs-3g rw,users,umask=000  
0 0

Thank you very much for your help!



Re: [gentoo-user] sys-boot/plymouth could not work

2012-04-04 Thread
On 2012-04-04 15:03:56,Canek Peláez Valdés can...@gmail.com wrote:
 Sorry, I forgot; you also need to remove the quiet option from your kernel 
 command line:
 title Gentoo Linux
 root (hd0,13)
 kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10 
 video=radeon:1366x768 splash rd.debug
 initrd /boot/initramfs-3.2.1-gentoo-r2.img 
 The quiet option overrides the rd.debug option. Please reboot and send again 
 the output from dmesg.

Here is the new dmesg output.Linux version 3.2.1-gentoo-r2 (root@zcj) (gcc version 4.5.3 (Gentoo 4.5.3-r2 
p1.1, pie-0.4.7) ) #19 SMP Mon Apr 2 13:04:49 CST 2012
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009f400 (usable)
 BIOS-e820: 0009f400 - 000a (reserved)
 BIOS-e820: 000d2000 - 000d4000 (reserved)
 BIOS-e820: 000dc000 - 0010 (reserved)
 BIOS-e820: 0010 - 7f8a1000 (usable)
 BIOS-e820: 7f8a1000 - 7f8a7000 (reserved)
 BIOS-e820: 7f8a7000 - 7f9ba000 (usable)
 BIOS-e820: 7f9ba000 - 7fa0f000 (reserved)
 BIOS-e820: 7fa0f000 - 7fb08000 (usable)
 BIOS-e820: 7fb08000 - 7fd0f000 (reserved)
 BIOS-e820: 7fd0f000 - 7fd19000 (usable)
 BIOS-e820: 7fd19000 - 7fd1f000 (reserved)
 BIOS-e820: 7fd1f000 - 7fd64000 (usable)
 BIOS-e820: 7fd64000 - 7fd9f000 (ACPI NVS)
 BIOS-e820: 7fd9f000 - 7fe0 (ACPI data)
 BIOS-e820: 7fe0 - 8000 (reserved)
 BIOS-e820: e000 - f000 (reserved)
 BIOS-e820: fec0 - fec1 (reserved)
 BIOS-e820: fed0 - fed00400 (reserved)
 BIOS-e820: fed1 - fed14000 (reserved)
 BIOS-e820: fed18000 - fed1a000 (reserved)
 BIOS-e820: fed1c000 - fed9 (reserved)
 BIOS-e820: fee0 - fee01000 (reserved)
 BIOS-e820: ff80 - 0001 (reserved)
Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
DMI present.
DMI: LENOVO 20022   /NITU1, BIOS 18CN37WW(V2.10)  09/18/2009
e820 update range:  - 0001 (usable) == (reserved)
e820 remove range: 000a - 0010 (usable)
last_pfn = 0x7fd64 max_arch_pfn = 0x10
MTRR default type: uncachable
MTRR fixed ranges enabled:
  0-9 write-back
  A-B uncachable
  C-D3FFF write-protect
  D4000-D uncachable
  E-F write-protect
MTRR variable ranges enabled:
  0 base 0 mask F8000 write-back
  1 base 0FFE0 mask FFFE0 write-protect
  2 disabled
  3 disabled
  4 disabled
  5 disabled
  6 disabled
found SMP MP-table at [c00f75a0] f75a0
initial memory mapped : 0 - 01c0
Base memory trampoline at [c009e000] 9e000 size 4096
init_memory_mapping: -377fe000
 00 - 40 page 4k
 40 - 003740 page 2M
 003740 - 00377fe000 page 4k
kernel direct mapping tables up to 377fe000 @ 1bfb000-1c0
ACPI: RSDP 000f7510 00024 (v02 LENOVO)
ACPI: XSDT 7fdf848f 00074 (v01 LENOVO CB-01  LTP )
ACPI: FACP 7fde8000 000F4 (v03 LENOVO CB-010001 ALAN 0001)
ACPI: DSDT 7fde9000 066BF (v02 LENOVO CB-010001 INTL 20050624)
ACPI: FACS 7fd9efc0 00040
ACPI: HPET 7fdfed52 00038 (v01 LENOVO CB-010001 LOHR 005A)
ACPI: MCFG 7fdfed8a 0003C (v01 LENOVO CB-010001 LOHR 005A)
ACPI: SLIX 7fdfedc6 00176 (v01 LENOVO CB-010001 TBD  0001)
ACPI: DBGP 7fdfef3c 00034 (v01 LENOVO CB-010001 LOHR )
ACPI: APIC 7fdfef70 00068 (v01 PTLTD  ? APIC     LTP )
ACPI: BOOT 7fdfefd8 00028 (v01 PTLTD  $SBFTBL$   LTP 0001)
ACPI: SSDT 7fde7000 00655 (v01  PmRefCpuPm 3000 INTL 20050624)
ACPI: SSDT 7fde6000 00259 (v01  PmRef  Cpu0Tst 3000 INTL 20050624)
ACPI: SSDT 7fde5000 0020F (v01  PmRefApTst 3000 INTL 20050624)
ACPI: Local APIC address 0xfee0
1157MB HIGHMEM available.
887MB LOWMEM available.
  mapped low ram: 0 - 377fe000
  low ram: 0 - 377fe000
Zone PFN ranges:
  DMA  0x0010 - 0x1000
  Normal   0x1000 - 0x000377fe
  HighMem  0x000377fe - 0x0007fd64
Movable zone start PFN for each node
early_node_map[6] active PFN ranges
0: 0x0010 - 0x009f
0: 0x0100 - 0x0007f8a1
0: 0x0007f8a7 - 0x0007f9ba
0: 0x0007fa0f - 0x0007fb08
0: 0x0007fd0f - 0x0007fd19
0: 0x0007fd1f - 0x0007fd64
On node 0 totalpages: 522891
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3951 pages, LIFO batch:0
  Normal zone: 1744 pages used for memmap
  Normal zone: 221486 pages, LIFO batch:31
  HighMem zone: 2315 pages used for memmap
  HighMem zone: 293363 pages, LIFO batch:31
Using APIC driver default
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)

Re: [gentoo-user] sys-boot/plymouth could not work

2012-04-03 Thread
On 2012-04-04 01:19:39,Canek Peláez Valdés can...@gmail.com wrote:
I do, but I also use systemd. And GRUB2.
I use OpenRC0.9.8.4 and GNU GRUB0.97-r10, maybe that's the difference.

The /run directory should be created when installing dbus; it's a tmpfs:

I have installed dbus, while I don't have a /run tmpfs.

So the problem it's not the existance (or not) of the run directory, I
believe; it's the fact that it's mounted really early in the boot
process as a tmpfs. So, did you use dracut to generate your initramfs,
or did you use genkernel? Or you did it by hand?

I don't know how to mount /run before the boot process, 
I used dracut to generate my initramfs:
# dracut -H -f
I: *** Including module: dash ***
I: *** Including module: i18n ***
I: *** Including module: plymouth ***
I: *** Including module: kernel-modules ***
I: *** Including module: resume ***
I: *** Including module: rootfs-block ***
I: *** Including module: terminfo ***
I: *** Including module: udev-rules ***
I: Skipping udev rule: 50-udev.rules
I: Skipping udev rule: 95-late.rules
I: *** Including module: usrmount ***
I: *** Including module: base ***
I: *** Including module: fs-lib ***
I: *** Including module: shutdown ***
I: Skipping program kexec as it cannot be found and is flagged to be optional
I: *** Including modules done ***
I: Wrote /boot/initramfs-3.2.1-gentoo-r2.img:
I: -rw-r--r-- 1 root root 2773237 Apr  4 11:52 
/boot/initramfs-3.2.1-gentoo-r2.img



[gentoo-user] sys-boot/plymouth could not work

2012-04-02 Thread
Does anybody in the list have used plymouth.
I installed and configured plymouth 
as http://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml told.
my grub.conf is 

title Gentoo Linux
root (hd0,13)
kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10 video=radeon:1366x768 quiet 
splash                                 
initrd /boot/initramfs-3.2.1-gentoo-r2.img

While I rebooting my machine, it shows [plymouth] could not create 
/run/plymouth and there is no splash.
Then I created /run/plymouth directory in the initrd file system manually, but 
it seems that this doesn't change anything.
And then I created /run/plymouth in my root file system, while this time system 
shows
plymouthd could not start boot splash: No such file or directory.

I checked my Ubuntu virtual machine, which plymouth works well, there is no 
/run/plymouth directory in initram file system or real root file system.

I googled this problem and found some guys had faced the same problem with me, 
but nobody have a solution.
This is my first time to ask for help in the list, and this is even my first 
time to use a mailing list.
Sorry for my poor English.