Re: [gentoo-user] my gnome-shell break

2014-04-04 Thread AR
On Fri, Apr 4, 2014 at 11:31 PM, Nilesh Govindrajan m...@nileshgr.com wrote:
 On Fri, Apr 4, 2014 at 8:55 AM, 林守磊 linxiu...@gmail.com wrote:

 What the path of gnome-shell log,  maybe some error log can trace the problem


 PS: I use journal

 What?


Maybe he meant which log file could be watched to track down what
happened. And he's using journald (which is a part of systemd I guess
?)

What's related info of journalctl -xn ?

I'm not familiar with gnome-shell though. I don't use it.

-- 
Silence is golden.



Re: [gentoo-user]

2014-04-08 Thread AR
On 04/08, Chris Stankevitz wrote:
 Hello,
 
 The following page describes kernel, VIDEO_CARDS, and portage settings
 for nvidia video cards:
 
 https://wiki.gentoo.org/wiki/NVidia/nvidia-drivers
 
 Is there a similar page for Matrix MGA G200 video card?
 
 In particular, I would like to know:
 
 1. What kernel settings should I use?
 
 2. What VIDEO_CARDS setting should I use?
 
 3. Which packages should be emerged?
 
 Thank you,
 
 Chris
 

No wiki pages for Matrox G200 (a.k.a. mga) AFAIK. Maybe you could write one :)

You may want to have these kernel configuration

* CONFIG_AGP (if that video card is APG)
* CONFIG_DRM
* CONFIG_DRM_MGA

which could be found in menuconfig

  Device Drivers  ---
Graphices support  ---
  * /dev/agpgart (AGP Support)
  * Direct Rendering Graphices (XFree86 4.1.0 and higher DRI support) ---
  * Matrox g200/g400

and put 'VIDEO_CARDS=mga' in make.conf which will automatically emerge 
x11-drivers/xf86-video-mga when you do next emerge x11-base/xorg-drivers.


signature.asc
Description: Digital signature


Re: [gentoo-user] Get bridge working for xen

2014-04-16 Thread AR
On Thu, Apr 17, 2014 at 9:31 AM, Facu Curti facu.cu...@gmail.com wrote:
 Hi all! :)

 I'm following the gentoo wiki [1]. I can't find any mistake on config
 files, but network does not work :/.

 I don't have any xen configuration (or domU) yet. I'm just trying to get a 
 bridge
 with functional network on my domain0.

 I attach my /etc/conf.d/net

 When I try to ping, with any iface, to to outside, or even to the getaway, it 
 says host
 unreachable. Also, the system delays on load the system. It takes like
 30 sec more, and conky get stuck (I use it to take data like IP, getway,
 dns, etc..).

 I hope can help me please, I need to get this working :/

 Thank you! You all are the best!! Bye!

 Sorry if my english is not the best :/

 [1] https://wiki.gentoo.org/wiki/Xen#Networking_on_Unpriviledged_Domains

and what is your current network situation and your config (in
/etc/conf.d/net) ?


Just for reference, here is my config.

the IP on br0 is got from DHCP, everything else should be similar.

modules=iproute2 # optional

config_eth0=null

dns_servers_br0=192.168.1.136

config_br0=dhcp # change this line if your network config is static
brctl_br0=setfd 0 sethello 10 stp off
bridge_br0=eth0

rc_net_br0_need=net.eth0
rc_net_eth0_provide=!net


-- 
Silence is golden.



Re: [gentoo-user] Get bridge working for xen

2014-04-17 Thread AR
On Thu, Apr 17, 2014 at 10:33 AM, Facu Curti facu.cu...@gmail.com wrote:
 No. This not works. :/


After you've configured bridge, what will show in ifconfig ? Any error
message or log ?

I didn't see any bridge interfaces.

-- 
Silence is golden.



Re: [gentoo-user] Acer Aspire Part 2 - Xorg

2013-06-06 Thread AR (aka AleiPhoenix)
On Fri, Jun 07, 2013 at 03:43:56AM +0200, Silvio Siefke wrote:
 Hello,
 
 now i have problems with the Xorg Server. When i start xdm (slim) the 
 Display is blank. It come slow the login Window but then blank. When
 i start startxfce4 the Window come but nothing can do and all fonts
 are symbols. 
 
 I try with the Sabayon Xorg.conf and then with this website:
 http://dweezil.be/aod270/ , but the result is ever the same.
 
 xorg.log  http://silviosiefke.com/xorglog.txt
 slim.log  slim: waiting for X server to begin accepting connections.
 xorg.conf  http://silviosiefke.com/xorgconf.txt
 
 lshw give for Display:
 id:   display:0
 description:  VGA compatible controller
 product:  Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics 
 Controller
 vendor:   Intel Corporation
 physical id:  2
 bus info: pci@:00:02.0
 version:  02
 width:32 bits
 clock:33MHz
 capabilities: msi pm vga_controller bus_master cap_list 
 configuration:latency = 0
 resources:memory  : 5818-581f
 ioport:   60c0(size=8)
 memory:   4000-4fff
 memory:   5800-580f
 
 id:   display:1
 description:  Display controller
 product:  Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics 
 Controller
 vendor:   Intel Corporation
 physical id:  2.1
 bus info: pci@:00:02.1
 version:  02
 width:32 bits
 clock:33MHz
 capabilities: pm bus_master cap_list 
 configuration:latency = 0
 resources:memory: 5810-5817
 
 Can someone help, i not know what should do and i want not miss my Gentoo. 
 
 Thank you  Greetings
 Silvio
 

Hi, I have this netbook too. The actual CPU type is N2800 and intergrated 
graphic is GMA3600 so the graphics drivers in kernel support is GMA500. Do you 
have that enabled?

In my `make.conf`, I have `VIDEO_CARDS=intel fbdev vesa`, and I don't have an 
Xorg.conf. All works well except when the system booting with extenal video 
output (VGA or HDMI) plugged, both LVDS and monitor gone black. But I think 
that won't be the problem.

-- 

AR (aka AleiPhoenix)
Twitter: @AccelReality
Wikipedia: AleiPhoenix
weblog: weblog.areverie.org


signature.asc
Description: Digital signature


Re: [gentoo-user] how can I pause emerge after it finish running configure or cmake and before it do any compilation?

2013-08-19 Thread AR (aka AleiPhoenix)
On Mon, Aug 19, 2013 at 1:58 PM, 东方巽雷 dongfangxun...@gmail.com wrote:

 I need to change some arguments in Makefile.


AFAIK, there is no way to pause the emerging and resume it.

Emerging is like a transaction. You need to write your own ebuild file,
maybe add a additional patch.

-- 
Silence is golden.

twitter: @AccelReality
wikipedia: AleiPhoenix
blog: weblog.areverie.org
wiki: wiki.areverie.org


Re: [gentoo-user] To be updated or not to be updated, Second Part

2013-09-14 Thread AR (aka AleiPhoenix)
On Sat, Sep 14, 2013 at 2:12 PM, meino.cra...@gmx.de wrote:


 beagleboneblack:/rooteix x11-libs/fox
 [D] x11-libs/fox
  Available versions:
  (1.6)  *1.6.40 *1.6.45 ~*1.6.49
  (1.7)  ~*1.7.40 ~*1.7.41
{(+)bzip2 debug doc (+)jpeg (+)opengl (+)png profile tiff
 (+)truetype (+)zlib}
  Installed versions:  1.7.39(1.7)(23:22:36 08/07/13)(bzip2 jpeg opengl
 png truetype zlib -debug -doc -profile -tiff)
  Homepage:http://www.fox-toolkit.org/
  Description: C++ based Toolkit for developing Graphical User
 Interfaces easily and effectively

 So, what is about x11-libs/fox? Delete it? Dont delete it?

 Best regards,
 mcc


It depends on is there any package relying on x11-libs/fox.

Checkout by using `equery d x11-libs/fox-1.7.39`.

Or you can checkout that with `emerge -DNuav @world` and `revdep-rebuild`,
these commands will check for any unsatisfied dependencies.

-- 
Silence is golden.

twitter: @AccelReality
wikipedia: AleiPhoenix
blog: weblog.areverie.org
wiki: wiki.areverie.org