prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
Hi all So I just finished getting the ati-drivers running on my new computer and when I try to run glxgears I get this error. Code: sedrik@cube ~ $ glxgears XIO: fatal IO error 0 (Success) on X server ":0.0" after 26 requests (26 known processed) with 0 events remaining. Anyone that has a tip on how to solve this? I'm, feeling quite lost here. Tell me if you want to see any configuration file.
I use nvidia so aren't sure how it would work for you but for me I'd have to have "glx" loaded in xorg.conf for glx apps to work; look in /var/log/Xorg.0.log and search for "glx" - if there's nothing there it probably means you need to enable it in xorg.conf (or through ati setup or something). If this is an upgrade for a setup that previously worked, maybe some option is new/changed? Probably good docs/example in /usr/share/doc/<ati driver dir>. It also occurs to me that I have to run "eselect opengl set nvidia" when installing or re-installing nvidia driver (I use the prop driver, not kernel mod) - maybe you do too?
Hello, I have just bought an HP w2207h wide screen display, which only has HDMI and VGA connectors. My graphics card (radeon hd 3870) contained an dvi->hdmi adapter which I used to connect the screen. Unfortunatelly, although I did set the correct resolution in xorg.conf, when connecting via HDMI/DVI I get black borders around the desktop. However, the OSD of the monitor and the KDE control center both tell me that the resolution is correct (1680x1050). But when I use the tool "amdcccle" and look at the display properties, it says my display would have resolution 1920x1200, which is obivously not true. It seems like the screen tells that it has this resolution when connected via HDMI, maybe to be compatible with HDTV equipment. Is there a way to solve this? I would like to avoid using VGA ...
I don't think that this is the case, sindce the screen is only slightly smaller then it should be, and the resolution DOES seem to be 1680x1050 (that's what X thinks it is), but for some reason the screen shrinks it a bit. This does not happen with Windows XP ... I assume this is a bug in the ATI-drivers and/or the TFT firmware.
Hi, for some odd reason I opened up a new GTK application and all my GTK themes seemed to "disappear". I use Gnome so I checked the appearance preferences and they were all gone. I keep my themes in /usr/share/themes so I was able to drag those DIRs into the theme changer to reinstall them - however they only style the fonts and colors, the gtk engines are not loading. This is the error I get when opening a GTK application: Code: Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", I tried using gtk-chtheme, etc. to switch themes with no luck. It's not just clearlooks either, it's EVERY one of my engines that are not loading. I tried removing my ~/.gtkrc-2.0 And I've also tried re-emerging gtk-engines and gtk+ with no luck Even though none of my gtk engines load, they are still intact in the /usr/lib/gtk-2.0/2.10.0/engines DIR ... so I have no idea why they are "unable to be located" by GTK. Any help would be appreciated.
Okay, I figured out that for some reason the engines DIR used changed from /usr/lib/gtk-2.0 to /usr/local/lib/gtk-2.0. So I removed /usr/local/lib/gtk-2.0/2.10.0 and then did a ln -s /usr/lib/gtk-2.0/2.10.0 /usr/local/lib/gtk-2.0/2.10.0 Works now
i get the following errors when trying to run startx Code: (EE) GARTInit: Unable to open /dev/agpgart (no file or directory) Fatal server error: AddScreen/ScreenInit failed for driver 0 fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.
Do you have AGPgart support in your kernel? In mine (2.6.23-r agpgart support is located under Device Drivers -> Character Devices -> /dev/agpgart. Also, make sure to add support for your motherboard's agp chipset. This is not necessarily the make of your graphics card, but the make of your motherboard's chipset. If you install it as a module make sure you load it.
Code: dmesg | grep AT <6>input: AT Raw Set 2 keyboard as /class/input/input0 How do I find out what is the corresponding entry in the /dev filesystem for this keyboard? All I have currently is that this is registered under /sys/class/input/input0 but there is nothing under dev related to this. Then, if I were to use mknod for creating something under dev how would I tell it to communicate with this keyboard. @mods - this is completely unrelated to gentoo - this is something that I am trying separately, so please move it if this is not the appropriate place for this thread. Rahul
OK, the closest that one can apparently get is /dev/stdin. I, it seems, was jumping without any reason, so as to say. I, somehow, thought that Xorg would require me to specify the keyboard device just like a mouse device, which is not the case. It reads the device automatically, it seems. Anyways, my point was that I wanted Xorg to recognize the keyboard which it does. It fails on fbdev ( https://forums.gentoo.org/viewtopic-p-5189540.html#5189540 ), but this part of the problem is solved.
I used to set up auto Date/time synchronize with internet time servers in Ubuntu, but I couldn't find out how to do that in Gentoo Gnome-light. There is a gnome-panel and something called clock applet in Gnome notification area in which I can set up my location and some clock options, but when I open it, a "time settings" button in the bottom which is always gray out. I suspect that is the function I am looking for but as I installed gnome-light, maybe that function is disable because some packages are missing or due to configuration settings I am not aware of? I tried to take a screenshot but don't know how to do that without screenshot utilities, maybe I missed another package PS: I installed ntp package but it seems has nothing to do with gnome.
To make that more clear: Syncing time with internet servers has nothing to do with Gnome, KDE, or any other desktop environment. This is done by system services, called daemons. in your case the daemon is called ntp. There are other daemons for special cases (htp when you are behind a firewall/proxy server). Sometimes a distribution gives you a graphical tool to handle those daemons. And most do preconfiguration. But as for most daemons this is a "set and forget" configuration. So you only have to do this once.
Hi! I write a game which creates 800x600 window. As you know, xmonad dictates size of every new window when it appears. So after launching this game it has invalid size. I cannot code because of it. I tried to make it float in front of all other windows (emacs, launching-console, git-console), but unsuccessfully. As far as I know I should make a rule or a hook for floating. It doesn't have WM_CLASS, only WM_NAME: Code: maciek:~$ xprop WM_ICON_NAME(STRING) = "Hipmunk" WM_NAME(STRING) = "Hipmunk" WM_STATE(WM_STATE): window state: Normal icon window: 0x0 WM_NORMAL_HINTS(WM_SIZE_HINTS): WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, _NET_WM_PING "Hipmunk" is title of my game. So I tried to set a rule for floating by title: Code: myManageHook = composeAll . concat $ [ [ title =? t --> doFloat | t <- myOtherFloats] ] where myOtherFloats = ["xclock", "Hipmunk"] But it doesn't work, I don't know why, because xclock sets itself to float layer. Can somebody help my developing my game? Best solution would be pointing a mistake in my config file, but also saying how to set WM_CLASS would be good solution. Thanks in advance. My Xmonad version is 0.7.
Hipmunk! I've run into this with windows that have not set title until after manageHook does its thing. i.e. title has changed from what manageHook saw by the time you click xprop. If this is written in haskell, you could try matching title =? "" When I was messing around with creating windows using simplest haskell openGL bindings I found that title was actually "" at the time the window was created. (Of course then all windows with "" title on startup will get floated.) Surely there is a way to set other X11 properties for your windows. Might be worth asking for which modules in which libraries have ways to set them. Someone was just talking about doing that recently in #haskell or #xmonad. As the game develops that will help. WM_WINDOW_ROLE is now supported along with class, resource, and title in contrib for xmonad-darcs and soon to release xmonad-0.8, and is probably an example of how to match arbitrary X11 property strings. Good luck!
I'm looking for a toolbar app for pypanel that will show the % of my battery. There are plenty of other battery monitors like wmbatteries and wmpower, or you can configure conky or something, but that is more than I want. I'm looking for just something that goes on my panel and displays just a %. I can't find anything that does that and I was hoping someone else knew a toolbar app that did that. -MJ
yer I ran into pypanel and fspanel being lacking for quite a few things I ended up emerging xfce4 and using the panel from that with my openbox setup
Evening all. I'm having a problem with my root account. Not sure why it won't start now but unfortunately it doesn't. When I type startx the system does not load my DM/WM. It ends up just hanging there. Is this a common error with KDE 4.1? Thanks in advance for any help!!!
what does /var/log/Xorg.0.log say? It maybe something as simple as not being allowed to start X as root (which is bad practice anyway). Does X start ok as a normal user?
At one point, my X server crashed hard... caused by my SIXAXIS being configured weirdly. It came back (the second time, actually), and I'm missing several icons. The most obvious ones missing: KOrganizer Reminder Daemon's systray, all of the emoticons in the "default" set for kopete, the icons for yahoo, jabber and msn (but not ICQ or AIM), a few more in AIM. I thought maybe my icon set had been corrupted - switched to a few different sets, all missing. What could have caused this, and how do I make it stop looking like a smile missing some teeth? (good analogy, eh?)
https://bugs.gentoo.org/show_bug.cgi?id=234916
I have this problem with my favorite theme that only seems to affect 32-bit binaries for some reason. I am using a 64-bit kernel and userland. The icons are all huge in any 32-bit application I have installed. Take a look... Acroread Realplayer Raw Therapee This doesn't happen to me on any other theme so I am assuming it has something to do with the theme itself in combination with being 32-bit. I think perhaps there is an issue with the 32-bit theme engine or something it is supposed to link to although all the needed engines are in /usr/lib/32. By the way the theme causing problems is Darker Ice
Is the theme engine fully available in 32bit?
I haven't used gentoo for a while so please forbear with me # is this correct english? On Ubuntu suspend is pretty much preconfigured and since a while works out-of-the-box on my Thinkpad X60T. Now i just installed Gentoo (not ~x86) and emerged gnome-light + gnome-power-manager and when i click suspend it is not doing anything but reporting a msg that it has failed immediately. Do i have to make this configuration that Ubuntu has myself ? If so, how? Running "echo mem > /sys/power/state" seems to work.
USE="laptop" emerge -1 hal that will install pm-utils package which contains all tricks needed to suspend. Then gnome-power-manager will know what to do.
Dear users, I'm facing a quite odd problem... and worse, and can't remember well when it started (for sure, some days ago there was no kind of problem like this). So, it turns out that the numerical keyboard stop working once Compiz + Gnome is loaded. I say "stop working" because in console and GDM login screen I can type numbers using those keys. Furthermore, NumLock key does its job (enable and disable numbers keys). But, if I open some application (anyone), no matters if NumLock key is pressed down or not, the numbers just do not appear. I updated my system this morning and everything seemed good until now. Suggestions? Greetings!!!
It's really quite strange... I reloaded GDM and the problem still remains and I could also notice that the number keys work make the mouse pointer move around. I mean, I press key 2 and the mouse pointer goes down. Greetings.
If I would want to assign an action (e.g. run a script) to some key combinations (Shift+F12), what options do I have to do this? Would it have to depend on the window manager or can I make it more general on something like X level? Can someone give me an overview perhaps with pros and cons?
Cool I guess what I need now is a generic (DE/WM independent) way to start it automatically. That's something I don't really get: there is a wiki page about getting things to start automatically, but that whole thing only has sections for each DE/WM. Is the concept of generic autostart ridiculous, i.e. am I asking something stupid?
Hi, I installed Firefox 3 from the repositories, but I'm not getting the same theme I did in Kubuntu. This means the UI widgets look very ugly and web controls look the same as they did in Firefox 2, rather than the new themed version of the web controls for which support in Linux was added in Firefox 3. Do I need to enable the 'gnome' use flag to get that theme? Thanks!
That mostly worked, but now the scrollbar in Firefox has graphical glitches. I don't see anything about fixing that on the KDE beautification page or the Firefox integration page on the Wiki. Any ideas? Edit: Never mind, I installed gtk-engines-qtcurve, and it's working now. I had to keep gtk-engines-qt installed as well, or it reverted back to the original unthemed version.
When I start urxvt I an unable to write special characters (like àïŝ...). If I issue any of these commands: Code: env LC_CTYPE="ca_ES.UTF-8" ; urxvt export LC_CTYPE="ca_ES.UTF-8" ; urxvt LC_CTYPE="ca_ES.UTF-8" ; urxvt I am able to write special characters to the new console ( the second time I open it and all new instances I open from that shell ). As I do not have any issues with other applications, this would suggest that urxvt needs some kind of particular configuration. The urxvt FAQ says: RXVT REFERENCE - FAQ, command sequences and other background information wrote: Rxvt-unicode must be started with the same LC_CTYPE setting as the programs running in it. Often rxvt-unicode is started in the C locale, while the login script running within the rxvt-unicode window changes the locale to something else, e.g. en_GB.UTF-8. Needless to say, this is not going to work, and is the most common cause for problems. The best thing is to fix your startup environment, as you will likely run into other problems. If nothing works you can try this in your .profile. printf '\33]701;%s\007' "$LC_CTYPE" # $LANG or $LC_ALL are worth a try, too I have been messing around and I am getting mixed results. My question: where should I define the LC_CTYPE variable for urxvt to be able to write special characters? Thanks very much for your attention!
http://www.gentoo.org/doc/en/guide-localization.xml has some information about how to set your locale up properly under Gentoo.
I'm having all sorts of problems with icons in KDE. When I switch to the default, Crystal SVG icon theme, Konqueror, Konsole, and a few more apps are missing their icons in the Kmenu, taskbar and system tray. What's more, when I change icon themes, certain applications seem completely unaffected. For example, the icons for Kmix, Kopete and KMail never change, no matter which icon theme I select. Also, Amarok doesn't display any of its custom icons. Everything that is supposed to be an icon shows up as a 'blank page' icon. I've just finished compiling Amarok from scratch and the icons are still missing. Has anyone had the same problem? Maybe I need to delete something in ~/.kde? This has been going on for a few months now, so any help would be appreciated.
I actually don't know if it is the same problem, but sometimes my icons in the start menu are missing. I than run Code: kbuildsycoca --noincremental and all icons are back. Maybe this can help you too. regards blubbi
I have been having sysem crashes that seem to be caused by KDE, at least it seems to be the konqueror process that allocates all of memory over the space of a few days and then wedges if I don't restart KDE. It may be related to plugins, may not. I wish konqueror would keep better tabs on what resources plugins are using and kill them automatically if they run away. I've had particular problems with flash lately. Anyway: After one of these episodes, I have lost many of the icons that belong to KDE -- the home folder icon in the panel for example is replaced by the generic applicaiton "gear", no icon at all appears for folders, and in the Configure KDE Panel dialog, 4 of the five icons have a square red frame replacing where the icon should be. There may be more things busted, but kde seems to still be running ok for the moment. I'm not sure what the problem is, but how can I restore the status quo ante? I already deleted my .kde3.5 folder, no change. Cheers, Jon.
I don't know why KDE did that, but maybe you could try: Code: emerge --sync emerge --update --newuse --deep world This isn't a fix for your problems, specifically, but maybe some things are missing and this might help put it back together. This will update your entire system and re-emerge everything with your current USE flags, so if for some reason you don't want that, don't do it.
I emerged version 9.05, got it working, set up my Xdefaults to look pretty, and all was well. I had to log out of kde (3.5.9) to get a bit of panel breakage fixed... logged back in. When urxvt starts, it starts up in the top corner, not responding to anything, and never creating an entry for alt-tab or the taskbar. I tried: removing the Xdefaults file (saving it, of course ), restarting the X server, strting it with different geometry options, emerging both versions in portage and 1 manual version bump to a cvs snapshot I just grabbed today - all three do exactly the same thing. How do I get my urxvt back?
Maybe a dependency is what is broken. Code: equery depgraph rxvt-unicode x11-terms/rxvt-unicode-9.02-r1: `-- x11-terms/rxvt-unicode-9.02-r1 `-- x11-libs/libX11-1.1.4 `-- x11-libs/xtrans-1.2.1 `-- sys-devel/automake-1.10.1-r1 `-- dev-lang/perl-5.8.8-r5 `-- sys-devel/libperl-5.8.8-r2 `-- sys-libs/db-4.6.21_p1 [ berkdb ] `-- dev-lang/tcl-8.4.18 [ tcl ] `-- sys-devel/autoconf-2.62-r1 `-- sys-apps/texinfo-4.12 `-- sys-libs/ncurses-5.6-r2 `-- sys-libs/gpm-1.20.5 [ gpm ] `-- app-arch/lzma-utils-4.32.6 ......... ......... I might try re-emerging libX11. It's a longshot but ........
For the life of me, I can't figure out what I am missing. I have had X working before on my laptop, but this is a fresh install and it won't start. I've installed nvidia-drivers and emerged x. I've run Xorg -configure and X -config /root/xorg.conf.new. The nvidia logo will flash, the screen goes black and then I get the command prompt again. I've posted my xorg.conf and my log below. Any advice? Thanks in advance!! Here's the conf.... Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "GLcore" Load "record" Load "dri" Load "glx" Load "dbe" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection And here's the log.... Code: X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: UNKNOWN Current Operating System: Linux hart-itg-mill-l 2.6.25-gentoo-r7 #3 SMP Mon Aug 18 14:18:18 EDT 2008 i686 Build Date: 18 August 2008 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 19 05:22:26 2008 (++) Using config file: "/root/xorg.conf.hold" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (**) RgbPath set to "/usr/share/X11/rgb" (**) ModulePath set to "/usr/lib/xorg/modules" (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x8284420 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.2 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (--) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2a00 card 1028,01f9 rev 0c class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,2a01 card 0000,0000 rev 0c class 06,04,00 hdr 01 (II) PCI: 00:1a:0: chip 8086,2834 card 1028,01f9 rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1a:1: chip 8086,2835 card 1028,01f9 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1a:7: chip 8086,283a card 1028,01f9 rev 02 class 0c,03,20 hdr 00 (II) PCI: 00:1b:0: chip 8086,284b card 1028,01f9 rev 02 class 04,03,00 hdr 00 (II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 02 class 06,04,00 hdr 81 (II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 02 class 06,04,00 hdr 81 (II) PCI: 00:1c:5: chip 8086,2849 card 0000,0000 rev 02 class 06,04,00 hdr 81 (II) PCI: 00:1d:0: chip 8086,2830 card 1028,01f9 rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,2831 card 1028,01f9 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,2832 card 1028,01f9 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,2836 card 1028,01f9 rev 02 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f2 class 06,04,01 hdr 01 (II) PCI: 00:1f:0: chip 8086,2815 card 1028,01f9 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,2850 card 1028,01f9 rev 02 class 01,01,8a hdr 00 (II) PCI: 00:1f:2: chip 8086,2829 card 1028,01f9 rev 02 class 01,06,01 hdr 00 (II) PCI: 00:1f:3: chip 8086,283e card 1028,01f9 rev 02 class 0c,05,00 hdr 00 (II) PCI: 01:00:0: chip 10de,042b card 1028,01f9 rev a1 class 03,00,00 hdr 00 (II) PCI: 03:01:0: chip 1217,7135 card 2001,0000 rev 21 class 06,07,00 hdr 82 (II) PCI: 03:01:4: chip 1217,00f7 card 1028,01f9 rev 02 class 0c,00,10 hdr 00 (II) PCI: 09:00:0: chip 14e4,1673 card 1028,01f9 rev 02 class 02,00,00 hdr 00 (II) PCI: 0c:00:0: chip 8086,4229 card 8086,1120 rev 61 class 02,80,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,12), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001a (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfa000000 - 0xfeafffff (0x4b00000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 11: bridge is at (0:28:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 12: bridge is at (0:28:1), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 12 non-prefetchable memory range: [0] -1 0 0xf9f00000 - 0xf9ffffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 9: bridge is at (0:28:5), (0,9,9), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 9 non-prefetchable memory range: [0] -1 0 0xf9e00000 - 0xf9efffff (0x100000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:30:0), (0,3,7), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 3 I/O range: [0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B] (II) Bus 3 non-prefetchable memory range: [0] -1 0 0xf9d00000 - 0xf9dfffff (0x100000) MX[B] (II) Bus 3 prefetchable memory range: [0] -1 0 0x88000000 - 0x8bffffff (0x4000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 4: bridge is at (3:1:0), (3,4,7), BCTRL: 0x05c0 (VGA_EN is cleared) (II) Bus 4 I/O range: [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B] [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B] (II) Bus 4 prefetchable memory range: [0] -1 0 0x88000000 - 0x8bffffff (0x4000000) MX[B] (--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x042b) rev 161, Mem @ 0xfd000000/24, 0xe0000000/28, 0xfa000000/25, I/O @ 0xef00/7 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[B] [1] -1 0 0xf9ef0000 - 0xf9efffff (0x10000) MX[B] [2] -1 0 0xf9dfe800 - 0xf9dfefff (0x800) MX[B] [3] -1 0 0xf9dff000 - 0xf9dfffff (0x1000) MX[B] [4] -1 0 0xfebfb700 - 0xfebfb7ff (0x100) MX[B] [5] -1 0 0xfebfb800 - 0xfebfbfff (0x800) MX[B] [6] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[B] [7] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B] [8] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[B] [9] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [11] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [12] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [13] -1 0 0x00006ee0 - 0x00006eff (0x20) IX[B] [14] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[B] [15] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[B] [16] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[B] [17] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[B] [18] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[B] [19] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [20] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [23] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[B] [24] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[B] [25] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[B] [26] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[B] [27] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[B] [28] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[B] [1] -1 0 0xf9ef0000 - 0xf9efffff (0x10000) MX[B] [2] -1 0 0xf9dfe800 - 0xf9dfefff (0x800) MX[B] [3] -1 0 0xf9dff000 - 0xf9dfffff (0x1000) MX[B] [4] -1 0 0xfebfb700 - 0xfebfb7ff (0x100) MX[B] [5] -1 0 0xfebfb800 - 0xfebfbfff (0x800) MX[B] [6] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[B] [7] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B] [8] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[B] [9] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [11] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [12] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [13] -1 0 0x00006ee0 - 0x00006eff (0x20) IX[B] [14] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[B] [15] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[B] [16] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[B] [17] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[B] [18] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[B] [19] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [20] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [23] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[B] [24] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[B] [25] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[B] [26] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[B] [27] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[B] [28] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[B] [5] -1 0 0xf9ef0000 - 0xf9efffff (0x10000) MX[B] [6] -1 0 0xf9dfe800 - 0xf9dfefff (0x800) MX[B] [7] -1 0 0xf9dff000 - 0xf9dfffff (0x1000) MX[B] [8] -1 0 0xfebfb700 - 0xfebfb7ff (0x100) MX[B] [9] -1 0 0xfebfb800 - 0xfebfbfff (0x800) MX[B] [10] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[B] [11] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B] [12] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[B] [13] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [15] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [19] -1 0 0x00006ee0 - 0x00006eff (0x20) IX[B] [20] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[B] [21] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[B] [22] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[B] [23] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[B] [24] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[B] [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [29] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[B] [30] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[B] [31] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[B] [32] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[B] [33] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[B] [34] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[B](B) (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules//drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) NVIDIA dlloader X Driver 173.14.12 Thu Jul 17 18:15:54 PDT 2008 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01:00:0 (--) Chipset NVIDIA GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (WW) Warning, couldn't open module wfb (II) UnloadModule: "wfb" (EE) Failed to load module "wfb" (module does not exist, 0) (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module already built-in (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[B] [5] -1 0 0xf9ef0000 - 0xf9efffff (0x10000) MX[B] [6] -1 0 0xf9dfe800 - 0xf9dfefff (0x800) MX[B] [7] -1 0 0xf9dff000 - 0xf9dfffff (0x1000) MX[B] [8] -1 0 0xfebfb700 - 0xfebfb7ff (0x100) MX[B] [9] -1 0 0xfebfb800 - 0xfebfbfff (0x800) MX[B] [10] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[B] [11] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B] [12] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[B] [13] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [15] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [19] -1 0 0x00006ee0 - 0x00006eff (0x20) IX[B] [20] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[B] [21] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[B] [22] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[B] [23] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[B] [24] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[B] [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [29] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[B] [30] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[B] [31] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[B] [32] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[B] [33] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[B] [34] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[B](B) (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[B] [5] -1 0 0xf9ef0000 - 0xf9efffff (0x10000) MX[B] [6] -1 0 0xf9dfe800 - 0xf9dfefff (0x800) MX[B] [7] -1 0 0xf9dff000 - 0xf9dfffff (0x1000) MX[B] [8] -1 0 0xfebfb700 - 0xfebfb7ff (0x100) MX[B] [9] -1 0 0xfebfb800 - 0xfebfbfff (0x800) MX[B] [10] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[B] [11] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B] [12] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[B] [13] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [15] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [22] -1 0 0x00006ee0 - 0x00006eff (0x20) IX[B] [23] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[B] [24] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[B] [25] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[B] [26] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[B] [27] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[B] [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [32] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[B] [33] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[B] [34] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[B] [35] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[B] [36] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[B] [37] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[B](B) [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Enabling RENDER acceleration (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X (EE) NVIDIA(0): log file that the GLX module has been loaded in your X (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If (EE) NVIDIA(0): you continue to encounter problems, Please try (EE) NVIDIA(0): reinstalling the NVIDIA driver. (II) NVIDIA(0): NVIDIA GPU Quadro NVS 135M (G86GL) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 262144 kBytes (--) NVIDIA(0): VideoBIOS: 60.86.68.00.16 (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on Quadro NVS 135M at PCI:1:0:0: (--) NVIDIA(0): AUO (DFP-0) (--) NVIDIA(0): AUO (DFP-0): 330.0 MHz maximum pixel clock (--) NVIDIA(0): AUO (DFP-0): Internal Dual Link LVDS (II) NVIDIA(0): Assigned Display Device: DFP-0 (==) NVIDIA(0): (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" (==) NVIDIA(0): will be used as the requested mode. (==) NVIDIA(0): (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "nvidia-auto-select" (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900 (--) NVIDIA(0): DPI set to (121, 120); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[B] [5] -1 0 0xf9ef0000 - 0xf9efffff (0x10000) MX[B] [6] -1 0 0xf9dfe800 - 0xf9dfefff (0x800) MX[B] [7] -1 0 0xf9dff000 - 0xf9dfffff (0x1000) MX[B] [8] -1 0 0xfebfb700 - 0xfebfb7ff (0x100) MX[B] [9] -1 0 0xfebfb800 - 0xfebfbfff (0x800) MX[B] [10] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[B] [11] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B] [12] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[B] [13] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [15] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [22] -1 0 0x00006ee0 - 0x00006eff (0x20) IX[B] [23] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[B] [24] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[B] [25] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[B] [26] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[B] [27] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[B] [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [32] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[B] [33] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[B] [34] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[B] [35] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[B] [36] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[B] [37] -1 0 0x0000ef00 - 0x0000ef7f (0x80) IX[B](B) [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) NVIDIA(0): Initialized GPU GART. (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X (II) NVIDIA(0): Config Options in the README. (II) NVIDIA(0): Setting mode "nvidia-auto-select" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (EE) NVIDIA(0): Need libwfb but wfbScreenInit not found Fatal server error: AddScreen/ScreenInit failed for driver 0 Thanks again! -M
Try adjusting the Screen section of xorg.conf by adding Modes and a DefaultDepth, for example: Code: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" EndSubSection EndSection
Now which package provides this binary?
Yeah, that is right. I was simply trying update-icon-cache and not gtk-update-icon-cache. My bad.
Hello, I did a fresh install of Gentoo, and somehow firefox always crash on startup for the normal user, but not for root. I serached, and found a relevant thread suggesting it was due to XMODIFIERS and GTK_IM_MODULE environment variables, but when I disable them the crash persists. Bugzilla suggest it is some pango interaction, and the problem should be fixed with gnome 2.22. But I have gnome-2.22. I suspect it has something to do with addon (note I haven't the chance to install any yet), since whne I bring the machine to a site with proxy, the browser starts fine. I then disable start up addon check, which now allows firefox to start without crash. However, once I access certain sites, or try to access Mozilla Addon, it crashes. Following is the crash message (suggesting it has something to do with cairo?): Code: cwng@ncc1701e ~ $ firefox -UILocale en ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) (gecko:5708): Pango-WARNING **: failed to create cairo scaled font, expect ugly output. the offending font is 'Verdana 5.25' /usr/libexec/mozilla-launcher: line 119: 5708 Segmentation fault $(type -P aoss) "$mozbin" $xulparams "$@" firefox-bin exited with non-zero status (139) My emerge --info: Code: Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r8 i686) ================================================================= System uname: 2.6.24-gentoo-r8 i686 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz Timestamp of tree: Wed, 13 Aug 2008 00:30:02 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13, 2.5.2-r6 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=nocona -O3 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=nocona -O3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.gg3.net/ http://ftp.jaist.ac.jp/pub/Linux/Gentoo/ http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo" LANG="en_SG.UTF-8" LC_ALL="en_SG.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="zh en zh_CN en_US en_SG en_GB" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X aac acl alsa aspell berkdb bzip2 cjk cli cracklib crypt cups dbus dga dri dvd encode f77 gdbm gnome gpm gtk gtk2 iconv imlib immqt-bc ipv6 isdnlog jpeg midi mmx moznocompose moznoirc moznomail moznoxmlterm mp3 mudflap ncurses nls nptl nptlonly nsplugin opengl openmp pam pcre perl png pnp pppd python radeon readline reflection samba session spell spl sse sse2 sse3 ssl sysfs tcpd tiff truetype unicode usb x86 xft xinerama xorg xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh en zh_CN en_US en_SG en_GB" USERLAND="GNU" VIDEO_CARDS="radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Note that for root, the browser never crash. Appreciate any help from anyone.
Have you tried moving ~/.mozilla somewhere else and then running firefox?
Is it possible to run cairo-clock without compiz?
yes. only thing is there's a transparent bg square the clock sits in and w/o some composite mgr running it's black instead.
I did a reinstall after installing with x86 instead of i686. Now installed with i686! This is the second time I have reinstalled over the past 2 days because after I install, gnome wont emerge! I thought it might have been because I used lots of USE flags but i don't know much about gentoo! Apparently reassessing my Use flags didn't help! The error I get is: Code: (chroot) livecd init.d # emerge -av gnome These are the packages that would be merged, in order: Calculating dependencies |[nomerge ] gnome-base/gnome-2.22.2 USE="cdr cups dvdr -accessibility -esd -ldap -mono" [nomerge ] gnome-base/libgnomeprint-2.18.4 USE="cups -debug -doc" [nomerge ] net-print/libgnomecups-0.2.3 USE="-debug" [nomerge ] net-print/cups-1.3.7-r1 USE="X acl avahi dbus java jpeg nls pam perl python samba ssl -kerberos -ldap -php -png -ppds -slp -static -tiff -zeroconf" LINGUAS="-de -en -es -et -fr -he -it -ja -pl -sv -zh_TW" [ebuild N ] virtual/ghostscript-0 [ebuild N ] gnome-base/gvfs-0.2.5 USE="avahi gnome hal samba -cdda -debug -doc -fuse -gnome-keyring -gphoto2" [ebuild N ] net-fs/samba-3.0.28a-r1 USE="acl cups ipv6 pam python readline -ads -async -automount -caps -doc -examples -fam -ldap -quotas (-selinux) -swat -syslog -winbind" LINGUAS="-ja -pl" [nomerge ] gnome-base/gnome-2.22.2 USE="cdr cups dvdr -accessibility -esd -ldap -mono" [nomerge ] app-text/evince-2.22.2-r1 USE="dbus gnome -debug -djvu -doc -dvi -gnome-keyring -t1lib -tiff" [nomerge ] app-text/libspectre-0.2.0 USE="-debug -doc -test" [ebuild N ] app-text/ghostscript-gpl-8.62 USE="X cups gtk -bindist -cjk -djvu -jpeg2k" [ebuild N ] net-print/cups-1.3.7-r1 USE="X acl avahi dbus java jpeg nls pam perl python samba ssl -kerberos -ldap -php -png -ppds -slp -static -tiff -zeroconf" LINGUAS="-de -en -es -et -fr -he -it -ja -pl -sv -zh_TW" [nomerge ] gnome-base/gnome-2.22.2 USE="cdr cups dvdr -accessibility -esd -ldap -mono" [nomerge ] gnome-extra/nautilus-cd-burner-2.22.1 USE="cdr dvdr -debug" [ebuild N ] gnome-base/gnome-mount-0.6 USE="gnome -debug" [ebuild N ] gnome-base/nautilus-2.22.5.1 USE="X gnome -beagle -debug" [ebuild N ] gnome-base/librsvg-2.22.2 USE="zlib -debug -doc" [ebuild N ] gnome-extra/libgsf-1.14.7 USE="bzip2 gnome python -debug -doc" [ebuild N ] gnome-base/libbonoboui-2.22.0 USE="X -debug -doc" [ebuild N ] gnome-base/gnome-vfs-2.22.0 USE="acl avahi hal ipv6 samba ssl -debug -doc -fam -gnutls -kerberos" [ebuild N ] gnome-base/eel-2.22.2 USE="X -debug" [ebuild N ] gnome-base/libgnome-2.22.0 USE="-debug -doc -esd" [ebuild N ] gnome-base/gnome-desktop-2.22.3 USE="-debug -doc" [ebuild N ] gnome-base/libgnomeui-2.22.1 USE="jpeg -debug -doc" [nomerge ] gnome-base/gnome-2.22.2 USE="cdr cups dvdr -accessibility -esd -ldap -mono" [nomerge ] gnome-base/gnome-applets-2.22.3 USE="apm gnome hal ipv6 -acpi -debug -doc -gstreamer -test" [ebuild N ] x11-libs/libnotify-0.4.4 USE="-doc" [ebuild N ] x11-misc/notification-daemon-0.3.7 USE="-debug" [ebuild N ] x11-libs/libsexy-0.1.11 USE="-debug -doc" [ebuild N ] gnome-base/libgnomecanvas-2.20.1.1 USE="X -debug -doc" [ebuild N ] gnome-base/gail-1.22.3 USE="-debug -doc" [ebuild N ] x11-libs/libwnck-2.22.3 USE="-debug -doc" [nomerge ] gnome-base/gnome-2.22.2 USE="cdr cups dvdr -accessibility -esd -ldap -mono" [nomerge ] net-misc/vinagre-0.5.1 USE="avahi -debug -test" [ebuild N ] net-dns/avahi-0.6.22-r1 USE="dbus gdbm gtk ipv6 python -autoipd -bookmarks -doc -howl-compat -mdnsresponder-compat -mono -qt3 -qt4 -test" [ebuild N ] gnome-base/gnome-keyring-2.22.2 USE="hal pam -debug -doc -test" [nomerge ] gnome-base/gnome-2.22.2 USE="cdr cups dvdr -accessibility -esd -ldap -mono" [nomerge ] x11-libs/vte-0.16.14 USE="python -debug -doc -opengl" [ebuild N ] dev-python/pygtk-2.12.1-r2 USE="X -doc -examples" [ebuild N ] gnome-base/libglade-2.6.2 USE="-debug -doc" [ebuild N ] gnome-base/gconf-2.22.0 USE="-debug -doc -ldap" [ebuild N ] x11-libs/gtk+-2.12.10-r1 USE="X cups jpeg -debug -doc -tiff -vim-syntax -xinerama" !!! Error: circular dependencies: ('ebuild', '/', 'gnome-base/libbonoboui-2.22.0', 'merge') depends on ('ebuild', '/', 'gnome-base/libgnome-2.22.0', 'merge') (hard) ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-vfs-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnomecanvas-2.20.1.1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/eel-2.22.2', 'merge') depends on ('ebuild', '/', 'gnome-base/gnome-desktop-2.22.3', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnomeui-2.22.1', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnome-2.22.0', 'merge') (hard) ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gail-1.22.3', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gail-1.22.3', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'virtual/ghostscript-0', 'merge') depends on ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') (medium) ('ebuild', '/', 'gnome-base/gnome-mount-0.6', 'merge') depends on ('ebuild', '/', 'gnome-base/libgnomeui-2.22.1', 'merge') (hard) ('ebuild', '/', 'gnome-base/eel-2.22.2', 'merge') (hard) ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/nautilus-2.22.5.1', 'merge') (hard) ('ebuild', '/', 'x11-libs/libnotify-0.4.4', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-keyring-2.22.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.2', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gvfs-0.2.5', 'merge') depends on ('ebuild', '/', 'net-dns/avahi-0.6.22-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'net-fs/samba-3.0.28a-r1', 'merge') (hard) ('ebuild', '/', 'x11-libs/libnotify-0.4.4', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'x11-misc/notification-daemon-0.3.7', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnomeui-2.22.1', 'merge') depends on ('ebuild', '/', 'gnome-base/libgnome-2.22.0', 'merge') (hard) ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/libbonoboui-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-vfs-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnomecanvas-2.20.1.1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-keyring-2.22.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/librsvg-2.22.2', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-extra/libgsf-1.14.7', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-vfs-2.22.0', 'merge') depends on ('ebuild', '/', 'net-dns/avahi-0.6.22-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-mount-0.6', 'merge') (medium-soft) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'net-fs/samba-3.0.28a-r1', 'merge') (hard) ('ebuild', '/', 'gnome-extra/libgsf-1.14.7', 'merge') depends on ('ebuild', '/', 'gnome-base/gnome-vfs-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnomecanvas-2.20.1.1', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gail-1.22.3', 'merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.2', 'merge') (hard) ('ebuild', '/', 'dev-python/pygtk-2.12.1-r2', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.2', 'merge') (hard) ('ebuild', '/', 'net-fs/samba-3.0.28a-r1', 'merge') depends on ('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') (hard) ('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') depends on ('ebuild', '/', 'net-dns/avahi-0.6.22-r1', 'merge') (hard) ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') (medium-soft) ('ebuild', '/', 'virtual/ghostscript-0', 'merge') (medium-soft) ('ebuild', '/', 'net-fs/samba-3.0.28a-r1', 'merge') (medium-soft) ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') depends on ('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') (hard) ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') (hard) ('ebuild', '/', 'net-dns/avahi-0.6.22-r1', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'dev-python/pygtk-2.12.1-r2', 'merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/nautilus-2.22.5.1', 'merge') depends on ('ebuild', '/', 'gnome-base/gnome-desktop-2.22.3', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnomeui-2.22.1', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnome-2.22.0', 'merge') (hard) ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gvfs-0.2.5', 'merge') (hard) ('ebuild', '/', 'gnome-base/librsvg-2.22.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/eel-2.22.2', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-keyring-2.22.2', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'x11-libs/libwnck-2.22.3', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'x11-misc/notification-daemon-0.3.7', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'x11-libs/libwnck-2.22.3', 'merge') (hard) ('ebuild', '/', 'x11-libs/libsexy-0.1.11', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'x11-libs/libsexy-0.1.11', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-desktop-2.22.3', 'merge') depends on ('ebuild', '/', 'gnome-base/libgnomeui-2.22.1', 'merge') (hard) ('ebuild', '/', 'x11-libs/gtk+-2.12.10-r1', 'merge') (hard) ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/libgnome-2.22.0', 'merge') depends on ('ebuild', '/', 'gnome-base/gconf-2.22.0', 'merge') (hard) ('ebuild', '/', 'gnome-base/gnome-vfs-2.22.0', 'merge') (hard) !!! Note that circular dependencies can often be avoided by temporarily !!! disabling USE flags that trigger optional dependencies. Thank you in advance! Tom
USE="-avahi" emerge -av gnome nasty circ dependancy between cups,gtk,avahi and gnome this will get it emerge then you can emerge --newuse @world to re-enable
Hello All: I have been tearing out my hair trying to compile Alacarte. I have been reading the forums, searching google and trying all of the suggestions but nothing seems to work. I tried the examples in the below link also but to no avail. I also emerged pygobject, pygtk and alacarte and nothing. I only have Python-2.5 installed now. I have Gnome-2.22 installed. https://forums.gentoo.org/viewtopic-t-700975-postdays-0-postorder-asc-highlight-alacarte-start-25.html Can anyone help.. Thanks, Tony Here is the issue: =========================================================== >>> Emerging (3 of 3) x11-misc/alacarte-0.11.5 * alacarte-0.11.5.tar.bz2 RMD160 SHA1 SHA256 size ... [ ok ] * checking ebuild checksums ... [ ok ] * checking auxfile checksums ... [ ok ] * checking miscfile checksums ... [ ok ] >>> Unpacking source... >>> Unpacking alacarte-0.11.5.tar.bz2 to /var/tmp/portage/x11-misc/alacarte-0.11.5/work * Fixing OMF Makefiles ... [ ok ] * Applying alacarte-0.11.5-python-2.6.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/x11-misc/alacarte-0.11.5/work/alacarte-0.11.5' ... * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running automake --add-missing --copy ... [ ok ]>>> Source unpacked. >>> Compiling source in /var/tmp/portage/x11-misc/alacarte-0.11.5/work/alacarte-0.11.5 ... ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for intltool >= 0.35.0... 0.37.1 found checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... (cached) /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for python2.6... no checking for python2.5... /usr/bin/python2.5 checking whether /usr/bin/python2.5 version is >= 2.5.0... yes checking for version... 2.5 checking for platform... linux2 checking for script directory... ${prefix}/lib64/python2.5/site-packages checking for extension module directory... ${exec_prefix}/lib64/python2.5/site-packages checking for x86_64-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ALACARTE... yes checking for pygtk 2.8.0 installed for python 2.4... not found configure: error: required pygtk version not found !!! Please attach the following file when seeking support: !!! /var/tmp/portage/x11-misc/alacarte-0.11.5/work/alacarte-0.11.5/config.log * * ERROR: x11-misc/alacarte-0.11.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3051: Called gnome2_src_compile * environment, line 2282: Called gnome2_src_configure * environment, line 2296: Called econf * ebuild.sh, line 538: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/x11-misc:alacarte-0.11.5:20080813-180906.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-misc/alacarte-0.11.5/temp/environment'. * ========================================================================= Here is a snippet of the Config.log --------------------------------------- configure:6774: checking for ALACARTE configure:6781: $PKG_CONFIG --exists --print-errors "libgnome-menu >= 2.15" configure:6784: $? = 0 configure:6797: $PKG_CONFIG --exists --print-errors "libgnome-menu >= 2.15" configure:6800: $? = 0 configure:6875: result: yes configure:6880: checking for pygtk 2.8.0 installed for python 2.4 Traceback (most recent call last): File "<string>", line 3, in <module> File "/usr/lib64/python2.5/site-packages/gtk-2.0/gobject/__init__.py", line 30, in <module> from gobject.constants import * File "/usr/lib64/python2.5/site-packages/gtk-2.0/gobject/constants.py", line 22, in <module> from _gobject import type_from_name ImportError: /usr/lib64/python2.5/site-packages/gtk-2.0/gobject/_gobject.so: undefined symbol: PyGILState_Release configure:6891: result: not found configure:6893: error: required pygtk version not found ====================================================================== Here is emerge --info ------------------------------------------------------------------ Portage 2.2_rc7 (default/linux/amd64/2008.0, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.26-reiser4 x86_64) ================================================================= System uname: Linux-2.6.26-reiser4-x86_64-Intel-R-_Core-TM-2_CPU_T7600_@_2.33GHz-with-glibc2.2.5 Timestamp of tree: Tue, 12 Aug 2008 17:30:01 +0000 ccache version 2.4 [disabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6-r1 dev-lang/python: 2.5.2-r7 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.62-r1 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.4 virtual/os-headers: 2.6.25-r4 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -fomit-frame-pointer -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/svn/env /usr/kde/svn/share/config /usr/kde/svn/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=native -O2 -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer parallel-fetch preserve-libs sfperms strict unmerge-orphans userfetch userpriv" GENTOO_MIRRORS="http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo" LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/zen-overlay /usr/local/portage/layman/kdesvn-portage /usr/local/portage /usr/local/portage/layman/kdesvn-portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="7zip X Xaw3d a52 aac aalib acpi alsa amd64 ao aotuv archive arts artworkextra audiofile automount avahi bash-completion bittorrent bzip2 cairo calendar cddb cdio cdparanoia cdr cdrw cgraph chm cups curl cxx dbus dell dga dhcp disk-partition divx djbfft djvu dmx dri drm dts dv dvd dvdr dvdread encode esd exif expat fam ffmpeg fftw filepicker firefox flac fltk fontconfig foomaticdb ftp gcdmaster gd gdbm ggi gif gimp git glib glitz gmedia gnome gnomecd gphoto2 gpm graphviz gs gstreamer gtk hddtemp hfs htmlhandbook iconv ieee1394 imagemagick imlib ipod irda jabber java javascript jpeg jpeg2k kde kde4 kontact lame laptop lcms libcaca libnotify libsamplerate lm_sensors lzo mad midi mikmod mmap mmx mmxext mng modplug mono motif mp3 mp3rtp mp4 mpeg mplayer msn multilib nas nautilus ncurses network-cron nls nntp nptl nptlonly nsplugin ntp ogg openal openexr opengl oscar oss paste64 pccts pda pdf plasma png povray ppds python qt3 qt3support qt4 quicktime rar rdesktop readline realmedia rtc samba sdl semantic-desktop slit sndfile sound spell srt sse sse2 sse3 ssl ssse3 subversion svg swat syslog tcl teletext tga theora tiff timidity tk toolbar toolkit-scroll-bars truetype unicode usb v4l v4l2 vcd visualization vnc vorbis wavpack wmf wmp wxwindows x264 xanim xattr xcb xcomposite xft xine xinerama xml xorg xpm xscreensaver xulrunner xv xvid zip zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="dmix adpcm alaw asym copy dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia nv vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS ==============================================================
you probably have stale files in /usr/lib/python24/*, find which packages installed them and reemerge them.
Hello! I just updated my Portagetree and found lots of updates for Gnome, 2.20 -> 2.22. However I get a list of blocks that need to be resolved before updating and some of them really irritate me: Code: [blocks B ] app-text/ghostscript-esp (is blocking app-text/ghostscript-gpl-8.62) [blocks B ] <gnome-base/gnome-control-center-2.22 (is blocking gnome-base/gnome-settings-daemon-2.22.2.1) [blocks B ] <gnome-base/gnome-applets-2.22.0 (is blocking dev-libs/libgweather-2.22.3) [blocks B ] app-text/ghostscript-gpl (is blocking app-text/ghostscript-esp-8.15.4-r1) [blocks B ] <media-video/totem-2.21 (is blocking dev-libs/totem-pl-parser-2.22.3) Ok, for the first line - I can understand it I have ghostscript-esp installed tough for a reason... But line 2 to 5 I do not understand since I do not have anything installed that is listed there. Is this a Portage problem that will go away over time (sorted by the dev's)? Please enlighten me! Thanks KTA
if you have problems upgrading gnome, please read the upgrade guide [1], it has some words about the blockers. [1] http://www.gentoo.org/proj/en/desktop/gnome/howtos/gnome-2.22-upgrade.xml
I recently purchase a HP widescreen tft, which has a native resolution of 1920x1200. It worked for a while after setting it in /etc/X11/xorg.conf, but suddenly I get only 1280x1024 to work. Graphic card is a radeon 9000, I'm using the open source drivers. This is how my /etc/X11/xorg.conf looks (I stripped the "Input sections", and don't get confused about the "Sony" entry, that part I didn't modify, as it's just a name...) I tried to remove the unwanted resolutions in the Display subsections already, didn't help. thanks for any help Code: Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the font modules Load "type1" # Load "speedo" Load "freetype" # Load "xtt" # This loads the GLX module Load "glx" # This loads the DRI module Load "dri" EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection Section "Device" Identifier "ati" Driver "radeon" VideoRam 65536 # Insert Clocks lines here if appropriate EndSection Section "Screen" Identifier "Screen 1" Device "ati" Monitor "sony" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection And that is what I get in the Xorg.0.log Code: (--) RADEON(0): Linear framebuffer at 0xd8000000 (II) RADEON(0): AGP card detected (II) RADEON(0): Generation 1 PCI interface in multifunction mode, accessible memory limited to one aperture (II) RADEON(0): Detected total video RAM=65536K, accessible=65536K (PCI BAR=65536K) (II) RADEON(0): Video RAM override, using 65536 kB instead of 65536 kB (**) RADEON(0): Mapped VideoRAM: 65536 kByte (128 bit DDR SDRAM) (II) RADEON(0): Color tiling enabled by default (II) Loading sub module "ddc" (II) LoadModule: "ddc"(II) Module already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c"(II) Module already built-in (II) RADEON(0): I2C bus "DDC" initialized. (II) RADEON(0): Legacy BIOS detected (II) RADEON(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3 (II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2 (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): DDC Type: 2, Detected Type: 0 (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): DDC Type: 3, Detected Type: 1 (II) RADEON(0): EDID data from the display on port 2----------------------- (II) RADEON(0): Manufacturer: HWP Model: 26ce Serial#: 16843009 (II) RADEON(0): Year: 2008 Week: 17 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) RADEON(0): Sync: Separate (II) RADEON(0): Max H-Image Size [cm]: horiz.: 52 vert.: 32 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) RADEON(0): Default color space is primary color space (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.646 redY: 0.339 greenX: 0.290 greenY: 0.603 (II) RADEON(0): blueX: 0.145 blueY: 0.065 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 832x624@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): 1280x1024@75Hz (II) RADEON(0): 1152x870@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149 (II) RADEON(0): #3: hsize: 1600 vsize 1000 refresh: 60 vid: 169 (II) RADEON(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179 (II) RADEON(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 (II) RADEON(0): #6: hsize: 1920 vsize 1200 refresh: 60 vid: 209 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 154.0 MHz Image Size: 518 x 324 mm (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 (II) RADEON(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0 (II) RADEON(0): Ranges: V min: 48 V max: 85 Hz, H min: 24 H max: 94 kHz, PixClock max 200 MHz (II) RADEON(0): Monitor name: HP w2408 (II) RADEON(0): Serial No: CZQ817009M (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff0022f0ce2601010101 (II) RADEON(0): 1112010368342078eeb535a5564a9a25 (II) RADEON(0): 105054a56b8081c081409500a900b300 (II) RADEON(0): a940d1000101283c80a070b023403020 (II) RADEON(0): 360006442100001a000000fd00305518 (II) RADEON(0): 5e14000a202020202020000000fc0048 (II) RADEON(0): 502077323430380a20202020000000ff (II) RADEON(0): 00435a513831373030394d0a202000aa (II) RADEON(0): (II) RADEON(0): Primary: Monitor -- CRT Connector -- VGA DAC Type -- Primary TMDS Type -- NONE DDC Type -- VGA_DDC (II) RADEON(0): Secondary: Monitor -- NONE Connector -- DVI-I DAC Type -- TVDAC/ExtDAC TMDS Type -- Internal DDC Type -- DVI_DDC (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=20000 (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) RADEON(0): Validating modes on Primary head --------- (II) RADEON(0): sony: Using hsync range of 31.50-48.50 kHz (II) RADEON(0): sony: Using hsync range of 30.00-64.00 kHz (II) RADEON(0): sony: Using hsync value of 31.50 kHz (II) RADEON(0): sony: Using hsync value of 35.20 kHz (II) RADEON(0): sony: Using hsync range of 15.00-25.00 kHz (II) RADEON(0): sony: Using hsync range of 30.00-50.00 kHz (II) RADEON(0): sony: Using vrefresh range of 50.00-90.00 Hz (II) RADEON(0): Clock range: 20.00 to 400.00 MHz (II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1024x768" (hsync out of range) (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1152x864" (hsync out of range) (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1280x960" (hsync out of range) (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range) (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range) (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range) (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range) (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range) (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range) (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range) (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using mode "1920x1200" (no mode of this name) (--) RADEON(0): Virtual size is 1280x1024 (pitch 1280) (**) RADEON(0): *Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) RADEON(0): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) RADEON(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (**) RADEON(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) RADEON(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (**) RADEON(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) RADEON(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (**) RADEON(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (**) RADEON(0): Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz (II) RADEON(0): Modeline "1152x768" 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync (**) RADEON(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) RADEON(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (**) RADEON(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) RADEON(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) RADEON(0): Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.9 Hz (I) (II) RADEON(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (**) RADEON(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) RADEON(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (**) RADEON(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) RADEON(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) RADEON(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) RADEON(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) RADEON(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) RADEON(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) RADEON(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) RADEON(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) RADEON(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) RADEON(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (**) RADEON(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) RADEON(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (**) RADEON(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (II) RADEON(0): Modeline "720x400" 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (**) RADEON(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) RADEON(0): Modeline "640x400" 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (**) RADEON(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) RADEON(0): Modeline "640x350" 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (**) RADEON(0): Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D) (II) RADEON(0): Modeline "512x384" 22.45 512 516 604 632 384 384 388 409 interlace doublescan +hsync +vsync (**) RADEON(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) RADEON(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) RADEON(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) (II) RADEON(0): Modeline "400x300" 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) RADEON(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) RADEON(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) RADEON(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (--) RADEON(0): Display dimensions: (520, 320) mm (--) RADEON(0): DPI set to (62, 81) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module already built-in (==) RADEON(0): Using XAA acceleration architecture (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.2 (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable. (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xe0020000 - 0xe002ffff (0x10000) MX[B] [1] 0 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xe0105000 - 0xe01057ff (0x800) MX[B] [7] -1 0 0xe0104000 - 0xe01040ff (0x100) MX[B] [8] -1 0 0xe0103000 - 0xe0103fff (0x1000) MX[B] [9] -1 0 0xe0102000 - 0xe0102fff (0x1000) MX[B] [10] -1 0 0xe0101000 - 0xe0101fff (0x1000) MX[B] [11] -1 0 0xe0100000 - 0xe0100fff (0x1000) MX[B] [12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [13] -1 0 0xe0020000 - 0xe002ffff (0x10000) MX[B](B) [14] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B) [15] -1 0 0xe0030000 - 0xe003ffff (0x10000) MX[B](B) [16] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B) [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [16] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B) [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [20] 0 0 0x00009000 - 0x000090ff (0x100) IX[B] [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [23] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B] [24] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B] [25] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B] [26] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B] [27] -1 0 0x00004000 - 0x0000400f (0x10) IX[B] [28] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [29] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B) [30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (**) RADEON(0): RADEONScreenInit d8000000 0 (**) RADEON(0): Map: 0xd8000000, 0x04000000 (WW) RADEON(0): Failed to set up write-combining range (0xd8000000,0x4000000) (**) RADEON(0): RADEONSave (**) RADEON(0): RADEONSaveMode(0x8207a20) (**) RADEON(0): Read: 0x0000000c 0x00010089 0x00000000 (**) RADEON(0): Read: rd=12, fd=137, pd=1 (**) RADEON(0): RADEONSaveMode returns 0x8207a20 (**) RADEON(0): RADEONInitMemoryMap() : (**) RADEON(0): mem_size : 0x04000000 (**) RADEON(0): MC_FB_LOCATION : 0xdbffd800 (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 (**) RADEON(0): RADEONModeInit() 1280x1024 108.00 1280 1328 1440 1688 1024 1025 1028 1066 (24,32) +H +V 1280x1024 108.00 1280 1328 1440 1688 1024 1025 1028 1066 (24,32) +H +V (**) RADEON(0): Pitch = 10485920 bytes (virtualX = 1280, displayWidth = 1280) (**) RADEON(0): dc=10800, of=21600, fd=96, pd=2 (**) RADEON(0): RADEONInit returns 0x82083d0 (**) RADEON(0): RADEONRestoreMode() (**) RADEON(0): RADEONRestoreMode(0x82083d0) (**) RADEON(0): RADEONRestoreMemMapRegisters() : (**) RADEON(0): MC_FB_LOCATION : 0xdbffd800 (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 (**) RADEON(0): Map Changed ! Applying ... (**) RADEON(0): Map applied, resetting engine ... (**) RADEON(0): Updating display base addresses... (**) RADEON(0): Memory map updated. (**) RADEON(0): Programming CRTC1, offset: 0x00000000 (**) RADEON(0): Wrote: 0x0000000c 0x00010060 0x00000000 (0x0000a400) (**) RADEON(0): Wrote: rd=12, fd=96, pd=1 (**) RADEON(0): GRPH_BUFFER_CNTL from 20205c5c to 20105c5c (**) RADEON(0): RADEONSaveScreen(0) (II) RADEON(0): Depth moves disabled by default (**) RADEON(0): Setting up initial surfaces (**) RADEON(0): Initializing fb layer (**) RADEON(0): Setting up accel memmap (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191) (II) RADEON(0): Reserved area from (0,1024) to (1280,1026) (II) RADEON(0): Largest offscreen area available: 1280 x 7165 (**) RADEON(0): Initializing backing store (==) RADEON(0): Backing store disabled (WW) RADEON(0): Direct rendering disabled (**) RADEON(0): Setting up final surfaces (**) RADEON(0): Initializing Acceleration (II) RADEON(0): Render acceleration enabled (**) RADEON(0): EngineInit (32/32) (**) RADEON(0): Pitch for acceleration = 160 (**) RADEON(0): EngineRestore (32/32) (**) RADEON(0): Pitch for acceleration = 160 (**) RADEON(0): EngineRestore (32/32) (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (II) RADEON(0): Acceleration enabled (**) RADEON(0): Initializing DPMS (**) Option "dpms" "true" (**) RADEON(0): DPMS enabled (**) RADEON(0): Initializing Cursor (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Using hardware cursor (scanline 1026) (II) RADEON(0): Largest offscreen area available: 1280 x 7161 (**) RADEON(0): Initializing color map (**) RADEON(0): Initializing DGA (**) RADEON(0): Initializing Xv (II) RADEON(0): Detected Radeon 9000 - skipping multimedia i2c initialization code. (II) Loading sub module "theatre_detect" (II) LoadModule: "theatre_detect" (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so (II) Module theatre_detect: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) RADEON(0): no multimedia table present, disabling Rage Theatre. (**) RADEON(0): RADEONScreenInit finished (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (**) Option "Protocol" "Auto" (**) Mouse1: Device: "/dev/input/mice" (**) Mouse1: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse1: Core Pointer (**) Option "Device" "/dev/input/mice" (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse1: ZAxisMapping: buttons 4 and 5 (**) Mouse1: Buttons: 9 (**) Mouse1: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Keyboard1: Core Keyboard (**) Option "Protocol" "standard" (**) Keyboard1: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard1: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard1: XkbModel: "pc105" (**) Option "XkbLayout" "de" (**) Keyboard1: XkbLayout: "de" (**) Option "CustomKeycodes" "off" (**) Keyboard1: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD) (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) (--) Mouse1: PnP-detected protocol: "ExplorerPS/2" (II) Mouse1: ps2EnableDataReporting: succeeded (**) RADEON(0): RADEONSaveScreen(2) (**) RADEON(0): RADEONLeaveVT (**) RADEON(0): RADEONRestore (**) RADEON(0): RADEONRestoreMode() (**) RADEON(0): RADEONRestoreMode(0x8207a20) (**) RADEON(0): RADEONRestoreMemMapRegisters() : (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000 (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000 (**) RADEON(0): Map Changed ! Applying ... (**) RADEON(0): Map applied, resetting engine ... (**) RADEON(0): Updating display base addresses... (**) RADEON(0): Memory map updated. (**) RADEON(0): Programming CRTC1, offset: 0x00000000 (**) RADEON(0): Wrote: 0x0000000c 0x00010089 0x00000000 (0x0000a400) (**) RADEON(0): Wrote: rd=12, fd=137, pd=1 (**) RADEON(0): Ok, leaving now...
Im not sure, but the max resolution of the Open Source driver is 1280x1024. You will need to use the proprio driver instead.
Greetings! I just got back from an extended vacation and came back to a huge number of updates. One of them was conky and now it appears that alignc for my cpugraph and diskiograph graphs, appears to alignr instead. I poked around on the conky sourceforge site and looked through the change log and I couldn't find anything that looks like that has changed. The code snippet from my conkyrc looks like: Code: TEXT ${color slategrey}${alignc}${nodename} ${color slategrey}${alignc}${kernel} ${color darkslategrey}${stippled_hr} ${color darkslategrey}RAM : ${color slategrey}${memperc}% ${alignr}${color slategrey}${membar 6,85} ${color darkslategrey}Swap: ${color slategrey}${swapperc}%${alignr}${color slategrey}${swapbar 6,85} ${color darkslategrey}${stippled_hr} ${color slategrey}${alignc}${cpugraph 18,120 444444 ffffff} ${color slategrey}${alignc}${diskiograph 18,120 444444 ffffff} etc... Could it be that the alignr for the membar and swapbar is hosing up the alignc later? Thanks in advance for the assistance! -c
verticalrock wrote: Greetings! I just got back from an extended vacation and came back to a huge number of updates. One of them was conky and now it appears that alignc for my cpugraph and diskiograph graphs, appears to alignr instead. I poked around on the conky sourceforge site and looked through the change log and I couldn't find anything that looks like that has changed. The code snippet from my conkyrc looks like: Code: TEXT ${color slategrey}${alignc}${nodename} ${color slategrey}${alignc}${kernel} ${color darkslategrey}${stippled_hr} ${color darkslategrey}RAM : ${color slategrey}${memperc}% ${alignr}${color slategrey}${membar 6,85} ${color darkslategrey}Swap: ${color slategrey}${swapperc}%${alignr}${color slategrey}${swapbar 6,85} ${color darkslategrey}${stippled_hr} ${color slategrey}${alignc}${cpugraph 18,120 444444 ffffff} ${color slategrey}${alignc}${diskiograph 18,120 444444 ffffff} etc... Could it be that the alignr for the membar and swapbar is hosing up the alignc later? Thanks in advance for the assistance! -c The align tags should be $alignr and $alignc . There shouldn't be any brackets around them IIRC. Whether this is causing the problem or not, I'm not sure.
I just installed Gentoo and Gnome-light in my new box and everything went great except one thing: it automatically mount my Windows partitions with some strange names such as "15.7GB Media, DATA" . Initially as all the windows partitions are NTFS, it wouldn't mount until I installed ntfs3g, but after I put entries with the partion names I want into /etc/fstab, I noticed strange named window partitions appears on my desktop every time I login and in my gnome menu -> places menu as well. I could disable those partitions not show on my desktop by gconf-editor, but what I really want is make those Windows partitions mounted with correct names shown. I tried disable gnome-volume-manager automount everything and even removed it, nothing changed. I also tried to comment out those partitions entries in /etc/fstab , and noticed a new entry will appear in /etc/mtab. So looks like something else is auto mounting those partitions, probably HAL? I know very little about it and couldn't find anything to changed. Thanks for any suggestions!
it seems usb automount gets broken with recent udev and older kernels (less or equal to 2.6.23)
I'm trying to get multi-seat to work and I almost have it but when I start X on one device and then start it on the other the first screen goes blank. I am passing -sharevts and -novtswitch. Any help would be appreciated. Setup: 2 PCI Express Nvidia Cards. 2 USB mice 2 USB keyboards starting X with "X -sharevts -novtswitch -nolisten tcp -isolateDevice PCI:2:0:0 -layout seat0 :0 -config xorg.multi.conf&" "X -sharevts -novtswitch -nolisten tcp -isolateDevice PCI:8:0:0 -layout seat1 :1 -config xorg.multi.conf&" xorg.multi.conf contents Section "ServerLayout" Identifier "Seat0" Screen 0 "Screen0" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Seat1" Screen 1 "Screen1" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "record" Load "xtrap" Load "dbe" Load "glx" Load "freetype" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "Xinerama" "0" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "Device" "/dev/input/event3" Option "XkbModel" "evdev" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "evdev" Option "Device" "/dev/input/event5" Option "XkbModel" "evdev" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse1" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse2" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" EndSection Section "Monitor" Identifier "Monitor1" EndSection Section "Device" Identifier "Card0" Driver "nvidia" BusID "PCI:2:0:0" Option "NoLogo" "True" Option "ConnectedMonitor" "DFP" Option "NoInt10" "True" EndSection Section "Device" Identifier "Card1" Driver "nvidia" BusID "PCI:8:0:0" Option "NoLogo" "True" Option "ConnectedMonitor" "DFP" Option "NoInt10" "True" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 Option "DPI" "100x100" SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 Option "DPI" "100x100" SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection
Hi, here I also run a two Nvidia multiseat system but with AGP and PCI cards. Also I use gdm to start the xservers but the most important thing it does afaik is to add some delay between the startup of the two sessions. Also you should verify that both sessions can be correctly started individually. regards
I upgraded the nvidia-driver to the latest version (173.14.12) but after the upgrade X doesn't want to load anymore and I find this in the X.log: Quote: (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure (EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and (EE) NVIDIA(0): that the NVIDIA device files have been created properly. (EE) NVIDIA(0): Please consult the NVIDIA README for details. (EE) NVIDIA(0): *** Aborting *** (II) UnloadModule: "nvidia" (II) UnloadModule: "wfb" (II) UnloadModule: "fb" (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found If I search for my GPU on the nvidia website they also suggest the 173.14.12 version so my GPU should be supported by the driver. Downgrading to the previous version works. Does anyone know how to fix this? Btw, this is my GPU: Quote: # lspci | grep "VGA" 06:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
try here: http://forums.nvidia.com/
Hi all, I've yet update world and with it switched to gnome 2.22. The problem now is that gnome-terminal does not start exiting with these errors from xterm: Code: /usr/bin/gnome-terminal: line 1: l: command not found /usr/bin/gnome-terminal: line 70: ELT_walk_patches: command not found /usr/bin/gnome-terminal: line 323: unexpected EOF while looking for matching `)' /usr/bin/gnome-terminal: line 343: unexpected argument to conditional unary operator /usr/bin/gnome-terminal: line 343: syntax error: unexpected end of file something strange happen also with clock applet that sometime has errors and gnome ask to remove it from the panel. After the update I've launched revdep-rebuild but doesn't resolve the problem, any idea, something I missed after the update? thanks
may be its not included in the new gnome...so the old sport Quote: emerge -av x11-terms/gnome-terminal
I'm trying to start acroread on my amd64 system but it seems to die with the following error. Here is the output of /opt/bin/acroread: Code: /opt/Adobe/Reader8/bin/acroread.en: line 19: /lib/ld-linux.so.2: No such file or directory /opt/Adobe/Reader8/bin/acroread.en: line 19: exec: /lib/ld-linux.so.2: cannot execute: No such file or directory Code: shark linux # cat .config | grep IA32 CONFIG_IA32_EMULATION=y CONFIG_IA32_AOUT=y I'm new to amd64 so I could be missing something very fundamental. Cheers,
poly_poly-man wrote: you're running multilib, right? Thank you for helping me out with this. I looked into multilib and found problems with gcc, glibc as well. I had changed my profile and did an emerge world which caused this issue with acroread. The following forum post helped me to get everything including acroread working correctly again. https://forums.gentoo.org/viewtopic-t-501993.html Cheers,
there is no "sound" in "system setting", but mplayer playing sound is ok,under kde4.1,any idea? alsasound & hald has been started. Code: % emerge --info Portage 2.2_rc6 (default/linux/amd64/2008.0, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.26-gentoo x86_64) ================================================================= System uname: Linux-2.6.26-gentoo-x86_64-AMD_Athlon-tm-_64_Processor_2800+-with-glibc2.2.5 Timestamp of tree: Thu, 07 Aug 2008 21:45:03 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.5.2-r7 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.62-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.4 virtual/os-headers: 2.6.25-r4 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O3 -pipe -march=athlon64" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/4.1/env /usr/kde/4.1/share/config /usr/kde/4.1/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks nodoc parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://61.135.158.199" LANG="zh_CN.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="zh_CN zh" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/gentoo-china /usr/local/portage/layman/kdesvn-portage" SYNC="rsync://61.135.158.199/gentoo-portage" USE="3dnow 3dnowext X aac acces acl alsa amd64 berkdb bzip2 cjk cli cracklib crypt dbus dga dri dv fbcondecor fortran gdbm git gpm iconv ipv6 isdnlog midi mikmod mmx mmxext mudflap multilib nas ncurses nls nptl nptlonly opengl openmp oss pam pcre perl pppd python qt3support readline reflection session spl sse sse2 ssl subversion sysfs tcpd unicode v4l v4l2 xorg xulrunner xvid zlib" ALSA_CARDS="ali5451 als4000 atiixpatiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lockdeflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiationrewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh_CN zh" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Code: emerge -av kdemultimedia-meta One of the packages there ( I think it is phonon-xine) adds the sound settings in system settings.
Hello all, I recently ditched OSX in favour of Gentoo on my aging iBook G4, mostly successfully. Hardware wise, everything seems to be working pretty much successfully, and after a minor hiccup with the USE profiles (as in, there weren't any!), the commandline functions how I want it to. I emerged Xorg with no problems, and it works fine (if ugly , and emerged enlightenment E16 with little problem, except when it comes to actually running it. It launches fine, but leaves me with an environment devoid of any imagery! Everything appears to work, apart from the fact that there's no images. The final lines of output from X refer to the 'png' files in the theme. Assuming the theme may be broken, I downloaded and tried another - same fault. :/ Every time a 'png' is called, it seems to generate the same error message " ImagestateRealize : Hmmm... is->im is NULL (FILENAME HERE)[4958] as can be seen in the log file below. I've checked, double checked and checked again when it comes to the USE flags, and everything 'expected' seems to be there (gif, jpeg, png). Could someone please shed some light on this for me, as I'm tearing my hair out now! The logfile is at www.apopcalyptic.co.uk/xoutput.txt
After changing your USE flags, did you re-install the affected packages? `emerge -pvDN world` should show you what packages are affected. imlib2 is the library used by e16 for images, so could you post the output of `emerge -pv imlib2` please? Do images show up in any other apps, like firefox or the gimp?
Hi. Im trying to use a .png in a report. But i get the following error: test.tex:0:File ended while scanning use of \Gin@iii. Google does not help me much, so im hoping anyone here can help. The Latex file. Code: \documentclass[12pt]{article} \usepackage{amsmath} \usepackage{graphics} itle{Some titel} \author{me} \begin{document} \maketitle \includegraphics[width=600mm]{/home/lasse/docs/uni/ndd/doc/singlechip.png} \end{document} Im using Kile to edit my latex file. And the path to the png file i correct as i can type "xv /home/lasse/docs/uni/ndd/doc/singlechip.png" and see the image. It does work nicely if its a .eps file, but not every picture i have can be made as a .eps. The error only occurs if im using [scale],[width], etc as an option. But it would be very nice to scale the figure to fit into the document.
Just a question, do you run latex or pdflatex? eps files can be used with latex, whereas pdflatex supports pdf, png, jpg, etc. but NO eps files. See also: http://amath.colorado.edu/documentation/LaTeX/reference/figures.html
Hey everyone, Sorry to bother you guys but I ran into a snag, haven't run gentoo in about 1 year so I came back and with a new laptop HP pavillion 6812nr everything seems to work fine except one thing, When I connect to the net using networkmanager with modprobe ath_pci no apps will run at all, I can shutdown reboot etc... but not run terminal, firefox, gimp or any other type of app but i can ctrl+alt+f1 to command line. Not even browse folders and the like. The problem is persisting between the Atheros 242x (ar5007eg?) chipset which is working with the madwifi-hal-0.10.5.6-r-3835-20080801 and network manager. Now before you help, I did a Live CD install and this are kind of messy at the moment as I was in a rush to test out the wireless card. I want to do a new stage 3 install on thrusday but I will have to wait. Does anyone know why apps are not running once network manager is connected? or is it a result of a messy install? Any information needed please let me know and thanks in advanced as I appreciate the help! here is an example of gnome-calculator being run from a terminal while in gnome: $ gnome-calculator Xlib: connection to ":0.0" refused by server Xlib: No protocol specified (gnome-calculator:13871): Gtk-WARNING **: cannot open display: :0.0 roguetech
hi, looks like you are using two different users and one is not allowed to bind X applications to the running session. How do you start X and which user(s) are involved? regards
When trying to emerge xfce4 vte-016.14 fails to build. This happened after a fresh install: Code: /usr/bin/pyton: can't open file '/usr/lib64/python2.4/site-packages/gtk-2.0/codegen/codegen.py': [Errno 2] No such file or directory Not sure what else is important, but I'll add the call stack as well: Code: ebuild.sh, line 49: Called src_compile environment, line 2801: Called gnome2_src_compile environment, line 2173: Called die Edit: The only files that resemble that one the compiler is complaining about are: Code: /usr/share/pygtk/2.0/codegen/codegen.py /usr/lib64/python2.4/compiler/pycodegen.py Speedy help would be greatly appreciated, as I've been stuck in text mode for over three full days now, and can't wait to relax my eyes using some highly graphical stuff ;D
either you didn't run python-updater when upgrading to python 2.5 or you are building a broken pygtk, see bug #233337 for the latter.
Hello, I emerged OpenOffice 2.4 today without problems, as did all the previous versions. However, this time I noticed a problem when starting OpenOffice: 1. I get a black splash screen 2. I get two error messages saying (translated from German) Code: Error loading BASIC of document file:///opt/OpenOffice.org/share/basic/WebWizard/script.xlb/: General error. General I/O error. The second error message is the same except that it mentions dialog.xlb instead of script.xlb. I don't have /opt/Openoffice.orh/share/... and never had. I emerged OpenOffice-bin on my notebook and it doesn't give me any error message. There's also no /opt/OpenOffice.org/share folder. Oliver
Good the error message is gone Oliver. I also have that black spalsh. Have anyone actually seen a proper splash screen on OpenOffice 2.4 (I have build 2.4.0.7 running on x86 and compiz-fusion)? Only a very minor cosmetic, but I wouldn't mind seeing a proper spalsh screen. Otherwise 2.4 has solved another of my problems. It no longer crashes when I open Chinese RTF documents. So now there is one less reason for my girlfriend to use Windows Mons
hello! yes, that it is. i emerged terminus, put it in the xfs config, restartet xfs and now i cannot find terminus inside of xfontsel. but i can see it using fc-list: Code: gentoobox stephan # fc-list | grep -i Terminus Terminus:style=Bold Terminus:style=Regular terminus is not inside of /etc/X11/xorg.conf! is that ok? i am using xfs and i think i will not need to put it in there... i need to have it in xfontsel for tome, because tome does not allow xfs font linkings... SOLUTION: yes, terminus has to be in xorg.conf FontPath
I've always found that xfontsel won't see a font, unless it's directory is included in a FontPath in xorg.conf. I'm pretty sure that was true even back in the days when I used xfs. (which most people don't do these days... )
I am trying to get gtk-kde4 to work. I installed the package gtk-kde4-theme from the kdesvn-portage overlay. However, under Gtk-style in systemsettings I get the warning message that "QT4 theme is not installed, it is impossible to apply KDE style to GTK apps". I do not what this QT4 theme is, I have qtcurve-qt4 installed, so I really do not know what else could it need. If anyone else has gotten it to work, please tell me. Thanks Rahul
Solved: Install gtk-kde4-theme and gtk-engines-qt both from the kdesvn-portage overlay.
When trying to run java GUI applications, I sometimes get the following error: [code] appletviewer: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. Aborted [/code] I've tried all java-versions I have installed, and they all gives the same result: [code] java-config -L The following VMs are available for generation-2: *) Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2] 2) Blackdown JRE 1.4.2.03 [blackdown-jre-1.4.2] 3) Sun JDK 1.4.2.18 [sun-jdk-1.4] 4) Sun JDK 1.5.0.16 [sun-jdk-1.5] 5) Sun JDK 1.6.0.07 [sun-jdk-1.6] 6) Sun JRE 1.6.0.07 [sun-jre-bin-1.6] [/code] Looking around, I see this being an known issue: Bug report: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373 Solutions in other dists: http://imagejdocu.tudor.lu/imagej-documentation-wiki/known-problems-1/assertion-c-xlib-lock-failed-error http://forums.visual-paradigm.com/posts/list/2572.html https://bugzilla.redhat.com/show_bug.cgi?id=254144 http://ubuntuforums.org/archive/index.php/t-378806.html So, the issues is known and there are solutions to the problem. What I like to know is, how do I solve it the Gentoo way? Ie, does anyone know a fix (or howto setup a fix) that follows the patterns of the Gentoo distribution?
This is because of libxcb. I have xcb use flag, and sun-jdk-1.6.0.07 works. Change your java to sun-jdk-1.6.0.07, or add Code: LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00sloppy and run env-update for older java.
I have a dual head Xorg with my desktop stretched over both monitors, left to right. When X starts, my GDM centres itself on the prime (left) monitor but does not have focus. I cannot gain focus on the GDM window until I move the mouse ever so slightly to the left. So, if my mouse is not working, I cannot login to X as I am unable to force focus to the GDM window. (alt tab does not work) How can I convince GDM to take focus on startup, or, somehow make GDM gain focus, using the keyboard? My Xorg.conf is as follows, if it helps at all Code: Section "Files" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "dbe" #Load "dri" Load "glx" Load "type1" Load "freetype" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection EndSection Section "Extensions" Option "Composite" "enable" # Option "Xvideo" "true" EndSection Section "InputDevice" Identifier "KeyTronicKbd" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" # Option "XkbLayout" "us" Option "XkbLayout" "latin" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "MSMouse" Driver "mouse" Option "Protocol" "ImPS/2" # Yes, "ImPS/2", not "PS/2" Option "ZAxisMapping" "4 5" # Map wheel motion up/down to buttons 4/5 Option "Device" "/dev/input/mice" Option "Buttons" "5" # 3 buttons plus two wheel buttons in ZAxisMapping EndSection Section "Monitor" Identifier "Monitor[0]" Option "VendorName" "CMV" Option "ModelName" "CT-934D" Option "DPMS" "true" EndSection Section "Monitor" Identifier "Monitor[1]" Option "VendorName" "LG" Option "ModelName" "Flatron 795FT+" Option "DPMS" "true" EndSection Section "Device" Identifier "Device[0]" VendorName "Leadtek nVidia" BoardName "geForce 7600 GT" Driver "nvidia" Option "NoLogo" "true" VideoRam 268435456 BusID "AGP:1:0:0" Screen 0 Option "AddARGBGLXVisuals" "true" # This option must be either undeclared or # false, in order to avoid periodic short-term # freezes on beryl and other OpenGL intensive # programs Option "UseEvents" "false" Option "RenderAccel" "true" Option "HWcursor" # Option "CursorShadow" # Option "CursorShadowAlpha" "32" # Option "CursorShadowXOffset" "3" # Option "CursorShadowYOffset" "3" # if you want Composite and GLX (they don't cooperate): # Option "AllowGLXWithComposite" # TwinView stuff Option "TwinView" Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600" Option "TwinViewOrientation" "RightOf" Option "SecondMonitorHorizSync" "UseEdidFreqs" Option "SecondMonitorVertRefresh" "UseEdidFreqs" EndSection Section "Screen" Identifier "Screen[0]" Device "Device[0]" Monitor "Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" Virtual 2560 1024 EndSubSection EndSection Section "Screen" Identifier "Screen[1]" Device "Device[0]" Monitor "Monitor[1]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" Virtual 2560 1024 EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "ServerLayout" Identifier "DualSingleDesktop" Screen 0 "Screen[0]" 0 0 InputDevice "MSMouse" "CorePointer" InputDevice "KeyTronicKbd" "CoreKeyboard" EndSection #Section "ServerLayout" # Identifier "Dual" # Screen 0 "Screen[0]" 0 0 # Screen 1 "Screen[1]" RightOf "Screen[0]" # InputDevice "MSMouse" "CorePointer" # InputDevice "KeyTronicKbd" "CoreKeyboard" #EndSection #Section "ServerLayout" # Identifier "Single" # Screen 0 "Screen[0]" 0 0 # InputDevice "MSMouse" "CorePointer" # InputDevice "KeyTronicKbd" "CoreKeyboard" #EndSection
i know there are scripts to switch the mouse between screens when they are "seperated"(eg so the mouse is trapped in a screen) maybe this could do it?
hello all, as the topic, It fails to emerge x11-libs/libX11-1.1.4 Code: /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld:.libs/StrKeysym.o: file format not recognized; treating as linker script /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld:.libs/StrKeysym.o:1: syntax error collect2: ld returned 1 exit status make[3]: *** [libX11.la] Error 1 make[3]: Leaving directory `/var/tmp/portage/portage/x11-libs/libX11-1.1.4/work/libX11-1.1.4/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/portage/x11-libs/libX11-1.1.4/work/libX11-1.1.4/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/portage/x11-libs/libX11-1.1.4/work/libX11-1.1.4/src' make: *** [all-recursive] Error 1 * * ERROR: x11-libs/libX11-1.1.4 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2999: Called x-modular_src_compile * environment, line 3786: Called x-modular_src_make * environment, line 3822: Called die emerge info Code: Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r8 x86_64) ================================================================= System uname: 2.6.24-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3500+ Timestamp of tree: Wed, 06 Aug 2008 10:36:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r9 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -pipe -O2" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=athlon64 -pipe -O2" DISTDIR="/var/tmp/portage/distfiles" FEATURES="autoaddcvs ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.ing.unibo.it/gentoo/ http://mirror.switch.ch/ftp/mirror/gentoo/ http://gentoo.ynet.sk/pub/ http://mirrors.evolva.ro/gentoo/" LANG="it_IT.UTF-8" LINGUAS="it en en_GB" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp/portage" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/tmp/portage/local_ebuilds /var/tmp/portage/overlay/java-experimental /usr/portage/local/layman/stormfront" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow 3ds X a52 aac acl acpi aim alsa amd amd64 apache2 apm arts bash-completion berkdb big-tables bittorrent blender-game cairo ccache cdaudio cddb cdr cdrom cdsound cgi ck-server cli cracklib crypt css ctype cups curl dar64 dba dbus device-mapper devmap dga divx divx4linux docs dri dv dvd dvdr dvdread eix encode exif fam fat festival ffmpeg firefox flac foomaticdb fortran freetts gd gdbm geoip gif gimp gimpprint glitz gnome gphoto2 gpm graphviz gs gtk gtkhtml hal hardenedphp iconv imagemagick immqt-bc innodb iproute2 ipv6 isdnlog jack java5 jpeg kde lame lm_sensors log4j madwifi mbrola midi mikmod mjpeg mmx mp3 mp4 mpeg mpeg2 mplayer msn mtrr mudflap musicbrainz mysql ncurses network new-login nls nptl nptlonly nsplugin ntlm nvidia nxclient ocaml ogg openal opengl openmp oss pam pcre pdf perl php png portaudio ppds pppd python qt3support quicktime readline realmedia reflection replytolist samba sasl sdl server session skey slang sndfile sockets socks5 spell spl sqlite sse sse2 ssl subtitles svg tcpd theora thunderbird tiff timidity truetype unicode usb utf8 v4l vhosts videos visualization vnc vorbis wav wine wma wmf wmp workbench x264 xchattext xforms xine xml xml2 xorg xprint xvid xvmc yahoo zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it en en_GB" USERLAND="GNU" VIDEO_CARDS="nv nvidia vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS I hope someone can shed some light, before I issue a bug report thanks
have u tried to upgrade python?...im not sure if that object that failed is python oriented though
like the title says when I login into gentoo, I got a weird behavior thats happening. Well, thats how I can explain it at most. On my boot, everything goes smooth. I login with my username and pass. Then all I see is the mouse, a gray screen (or whatever color there is) and thats it. The mouse moves and the computer is not frozen, its just that nothing else happens ???? I hit CTRL + ALT + F1 to go on another screen and log in there and I can go to the shell successfully. I did install some software and I only modified make.conf. The thing is I used revdep-rebuild and python-updater. When I ran revdep-rebuild I had blocked packages. so i started to do the emerge (I lost count on how many packages I had to emerge). And I started to do the same kind of thing with python-updater and again, blocked packages arrived. So, again, started to emerge or fix those blocked packages. but after a while, I started to configure my sound so I emerge some packages about alsa and did some config around. Since I wasn't sure if I was part of the audio group, I just added myself to it and I also added portage to the group. Then I logged off and logged in again and thats where I only saw the mouse cursor...nothing happened... just the cursor, the "grey" background. Since I'm at work, I can't look at the xorg log file but I will take a look at it. Is there anything you guys can think of ?
Did you emerge some sort of window manager ( twm fvwm fluxbox blackbox openbox windowmaker ..... ) or a Desktop environment ( KDE Gnome ... ) ?? Are you logging in to X with startx or xdm?
I've just written a little shell script to resize images and then send them with thunderbird. This script is integrated in konqueror menu (right-click on images) and works quite well, except that I can't find how to attach several files in the command line. Actually, at the end of the script, I use a command like thunderbird -compose attachment="file:///path_to/myfile.jpg,file:///path_to/myfile2.jpg" but only the second file is attached... Does anyone knows how to attach several files using command line with thunderbird? Thank you!
Maybe with pipes? "1 | 2 | 3"
hi i've configured xorg.conf and the twm session correctly starts. I've installed gnome and as written in the guide, i set again the: USE="-kde -qt3 -qt4 -arts X gnome hal dbus gtk" put "exec gnome-session" in /.xinitrc set XSESSION=gnome in the end after using startx the output is "exec gnome-session: command not found". So I've removed the .xinitrc file and write again startx, but the result is only the twm session as before. Gnome doesn't start at all. Any solution?? thx D.
Solved I tried again to write : Code: emerge gnome-base/gnome-session and now it's ok D.
Given that I am a great nub at gentoo or linux in general could anyone spare some time to lend me a hand with the following? I have gone through the install guides on the gentoo forum for X.org and Gnome, but when I went through them I did gnome first by accident and the X.org. Now when I try startx I get an xinit error code 11 complaining about "the name org.freedesktop.consolekit was not provided by any .sevice files" and "cannot register with consolekit" Any advice for a strugling nub would be great!
Solved. I emerged gnome-based/gnome-session and all worked well. Don't ask me how it worked! But it worked!
alright, it looks like abiword and gnumeric are both suck on goffice, * Messages for package x11-libs/goffice-0.6.4: * * ERROR: x11-libs/goffice-0.6.4 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3126: Called gnome2_src_compile * environment, line 2336: Called die * The specific snippet of code: * emake || die "compile failure" * The die message: * compile failure thunar, on the other hand, * Messages for package xfce-base/thunar-0.9.0-r2: * * ERROR: xfce-base/thunar-0.9.0-r2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2307: Called xfce44_src_compile * environment, line 2929: Called die * The specific snippet of code: * emake ${JOBS} || die * The die message: * (no error message) and last bit not least, gimp, tux andrew # emerge gimp Calculating dependencies... done! >>> Verifying ebuild Manifests... >>> Emerging (1 of 1) media-gfx/gimp-2.4.2 to / waiting for lock on /var/tmp/portage/.media-gfx.portage_lockfile just hangs there, doesnt move. i already tried a emerge -uavDN world and a revdep-rebuild but nither seemed to help. what did i do to break my system?
Whats really important are the lines before what you posted. Those lines should tell you whats going on. From my experience when theres a compile failed type of error. Its a package thats missing like a dependencies. For some reason, portage doesn't tell you that all the time.
Hi i've installed gnome, and started it with startx. Now i have to configure it, but in the menu applications there is no the terminal. Do you know how i can add it? thx a lot D.
Theres a menu editor included with gnome. Just go to preference and it should be there somewhere. Or right click on the menu bar on top and just follow the edit menu on the context menu. Thats should help. thats unless , for some odd reason, your terminal wasn't installed or you unmerged it by accident ???
When I try to start ooffice I get: Code: [Java framework] Error in function createSettingsDocument (elements.cxx).javaldx failed! [Java framework] Error in function createSettingsDocument (elements.cxx). Java jre is is present: Code: # java-config --list-available-vms The following VMs are available for generation-2: *) Sun JDK 1.6.0.07 [sun-jdk-1.6] emerge --info: Code: Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 i686) ================================================================= System uname: 2.6.25-gentoo-r7 i686 VIA Eden Processor 1200MHz Timestamp of tree: Sat, 02 Aug 2008 16:34:01 +0000 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.5.2-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=c3-2 -mtune=c3-2 -pipe -mfpmath=sse,387 -msse2 -mmmx -msse" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib/fax /var/spool/fax/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=c3-2 -mtune=c3-2 -pipe -mfpmath=sse,387 -msse2 -mmmx -msse" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distcc distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://mirror.mdfnet.se/mirror/gentoo " LDFLAGS="-Wl,-O1" LINGUAS="en en_US" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl apache2 berkdb bzip2 cli cracklib crypt cups dbus dri fam foomaticdb fortran gdbm gpm hal iconv ipv6 isdnlog java jpeg midi mudflap mysql ncurses nls nptl nptlonly opengl openmp pam pcre perl png ppds pppd python readline reflection scanner session spl ssl startup-notification sysfs tcpd tetex tiff truetype type1 unicode usb x86 xorg xscreensaver zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_US" USERLAND="GNU" VIDEO_CARDS="vga vesa fbdev" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Any idea what it might be?
Solved! For some reason or another my home/directory was owned by root instead of user. Changing permission solved the problem.
Does anyone else have a problem with Firefox 3 not clearing one page before loading the next? See: http://www.audiodef.com/Screenshot.png and http://www.audiodef.com/Screenshot-1.png for examples. Should I file a bug report? I'm definitely going to downgrade to Firefox 2 unless there's something I can do to fix this.
Yes, I have this problem too, but I have no idea what causes it. Only a few of the websites that I visit corrupt the display like this. Maybe there is something wrong with the html they are using ?
when i try and run deluge, it outputs this: tux andrew # deluge Traceback (most recent call last): File "/usr/bin/deluge", line 43, in <module> import deluge File "/usr/lib64/python2.5/site-packages/deluge/__init__.py", line 34, in <module> import pygtk ImportError: No module named pygtk i honestly have no idea what it all means. any help?
This probably happened after you updated python from 2.4 to 2.5 and removed the old version. There's an einfo shown after the ermerge of python, asking you to use the program python-updater. It re-emerges any packages having files in /usr/lib/python-<oldver>. Code: python-updater -o 2.4
Hello all, it's your basic clueless n00b Moonpanther with yet another issue. I spent several hours yesterday emerging kde-meta, followed all the directions in the documentation ( http://www.gentoo.org/proj/en/desktop/kde/kde-config.xml ) and went to "startx," but I got the above error. Been looking for a solution, but no luck so far. Any ideas? Moonpanther
Did you write a $HOME/.xinitrc or a $HOME/.xsession file? Here is an example ( the only line you really need is the last one. ) Code: cat $HOME/.xinitrc #!/bin/sh #xscreensaver & nvidia-settings --load-config-only & xrdb -load ~/.Xdefaults #eval `cat ~/.fehbg` #exec gnome-session >.xsession-errors 2>&1 exec startkde make it executable Code: chmod +x $HOME/.xinitrc startx
ive been able to find it once but ive lost again the location of this folder..i want to use CL to delete stuffs stuck in there with permission thing ofcoz u can ctr+x to change the location and delete it from there or watever.....but i want to know where is this trash located ...its not ~/.Trash
mine is here Code: ls ~/.local/share/Trash/files
I emerged kdebase-startkde and now I want to emerge kdeartwork. This is what happens: Code: emerge -p kdeartwork These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] media-libs/netpbm-10.42.0 USE="jpeg png tiff zlib -jbig -jpeg2k -rle -svga -xml" [ebuild N ] sys-devel/gdb-6.8-r1 USE="nls -multitarget -test -vanilla" [ebuild N ] x11-apps/setxkbmap-1.0.4 USE="-debug" [ebuild N ] x11-apps/appres-1.0.1 USE="-debug" [ebuild N ] x11-apps/xwininfo-1.0.3 USE="-debug" [ebuild N ] x11-misc/xscreensaver-5.05-r1 USE="jpeg opengl pam -new-login -suid -xinerama" [ebuild N ] kde-base/kdebase-3.5.9-r4 USE="arts cups hal kdeenablefinal kdehiddenvisibility lm_sensors opengl pam samba xscreensaver -branding -debug -ieee1394 -java -joystick -ldap -logitech-mouse -openexr -xcomposite -xinerama" [ebuild N ] kde-base/kdeartwork-3.5.9 USE="arts kdeenablefinal opengl xscreensaver -debug -xinerama" [blocks B ] kde-base/ksplashml:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kpersonalizer:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/libkonq:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kdebase-startkde:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kcminit:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kcheckpass:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kmenuedit:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kcontrol:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kdebase-data:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/konqueror:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] =kde-base/kdebase-3.5* (is blocking kde-base/kdialog-3.5.9-r1, kde-base/konsole-3.5.9, kde-base/kscreensaver-3.5.9, kde-base/kfind-3.5.9, kde-base/kcheckpass-3.5.9, kde-base/kmenuedit-3.5.9, kde-base/kreadconfig-3.5.9, kde-base/ksmserver-3.5.9, kde-base/khotkeys-3.5.9, kde-base/kdebase-kioslaves-3.5.9, kde-base/kdebase-data-3.5.9, kde-base/kdepasswd-3.5.9, kde-base/kdesu-3.5.9, kde-base/kdesktop-3.5.9-r1, kde-base/khelpcenter-3.5.9, kde-base/libkonq-3.5.9, kde-base/kcontrol-3.5.9, kde-base/kpersonalizer-3.5.9, kde-base/konqueror-3.5.9, kde-base/ksplashml-3.5.9, kde-base/kdebase-startkde-3.5.9, kde-base/kicker-3.5.9, kde-base/kwin-3.5.9-r1, kde-base/kdm-3.5.9, kde-base/kcminit-3.5.9) [blocks B ] kde-base/kdesu:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kdebase-kioslaves:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kicker:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kscreensaver:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/ksmserver:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/khotkeys:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kwin:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kdialog:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kfind:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kdepasswd:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/konsole:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/khelpcenter:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kdm:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kdesktop:3.5 (is blocking kde-base/kdebase-3.5.9-r4) [blocks B ] kde-base/kreadconfig:3.5 (is blocking kde-base/kdebase-3.5.9-r4) How can I work around this?
That works, thanks! What's the difference between kdeartwork and kdeartwork-meta?
I've had a stable Gentoo installed on my laptop for nearly a year now. In the last few days my X server has crashed several times. Once when I was sitting at it, more often when I'd left it sitting for a bit to go do something. The main configuration change I've made to X recently was setting up the synaptics drivers for my touchpad. I've just commented out all the touchpad related lines in my xorg.conf, so hopefully that's fixed the problem, but if it hasn't (or if I decide to have another stab at getting the full touchpad functionality working *right*), how would I go about identifying what's causing the crashes? Any help would be appreciated.
could you be running out of memory, and OOM kicking in, killing X? check with dmesg. cheers
I will start simple Code: Processor: AMD Turrion X2 RAM: 3G Disk: 120GB Graphics: nvidia geforce 8200m Monitor: 1200*800 unknown model Ok here is my problem I installed Gentoo as the second OS on my laptop. I have windows vista on sda1, boot on sda2, swap on sda3, and root on sda4. I preformed an installation using the Gentoo handbook and an AMD Gentoo 2008.0 Minimal CD/InstallCD. The install went smoothly and i set up grub to boot both OS. After setting up users etc and emerging updates i set my profile to desktop. Than i emerged xorg-x11, with VIDEO_DEVICES="nv vesa nvidia". Again everything when smoothly. I loaded the nvidia module and set it to load on boot. I ran xorgcfg to be followed by an error "cannot connect to X server". I realized that the dri module was set to load in xorg.conf. After commenting that out i tried to run X again. This time it flashed the nvidia logo and than gave me a black screen. X would not end by ctrl+alt+backspace. I read on the unofficial wiki that: Quote: Symptoms: A black/blank screen when X starts, followed by the monitor going in standby mode after a moment. Ctrl+Alt+Backspace doesn't kill X and get you back to the console. Problem: This issue is caused by bad refresh rate values given to X in your xorg.conf config file. So i deleted the partitions and installed ubuntu alpha 3 (heron wouldn't work), i installed inable the nvidia driver 173 and looked at the xorg.conf but no refresh rate was supplied. Any idea's P.S. if you want my xorg.conf file apart from copying it by hand i do not know how to get it to you P.P.S. I am used to video card errors. My old computer had an ATI 9200SE which if anyone knows was next to impossible to get working EDIT: I forgot to mention i compiled all the kernel options necessary for nvidia drivers
Havve you selected the nvidia driver using the command Code: eselect opengl set nvidia
Hello! I've installed a local kde version from svn as a user in its home directory. How can I start this kdm with the xdm init daemon? Konstantin
I found the file /etc/env.d/45kdepaths-3.5 and saved appropriate changes to /etc/env.d/45kdepaths-4.1. Konstantin
I have a laptop running Gnome and Networkmanager. The Networkmanager icon show up in the Gnome taskbar so I can view available wireless networks and connect to one. I just installed KDE (alongside Gnome). How do I get Networkmanger to show up on the Kicker?
That worked. Thanks, massimo!
I've got a weird problem, I changed the resolution in my xorg.conf, now every time I log in, my desktop side scrolls. It's like having a widescreen desktop on a fullscreen picture. Not to sure why it's doing it but it's happened ever since changing from 1280x768 resolution to 1024x768. Heres my xorg.conf file. Code: Section "Screen" Identifier "Screen 1" Device "** ATI Radeon (generic) [radeon]" Monitor "Studioworks 795E" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "1280x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "1280x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "1280x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection
I believe the semantics of the modes line is as a set of "fallbacks". [code] Modes "1024x768" "1280x768" "800x600" "640x480" [/code] In that the ordering of resolutions should be from larger to smaller with the system trying each one from one side to the other and then stopping on the maximum resolution entry that is successful. In this case you have a smaller resolution "1024x768" before a larger one, "1280x768" so that may be screwing with it. My suggestion would be to remove one or the other of these values.
Might be a basic question, but how do I tell Thunderbird to open URL's in Firefox. Firefox is set as my default browser, in systemsettings as well the default browser is firefox.
Right, my bad. Should have searched properly. Here is the answer. Code: user_pref("network.protocol-handler.app.http","/usr/bin/firefox"); user_pref("network.protocol-handler.app.https","/usr/bin/firefox"); Just add these in the advance configuration editor in thunderbird.
I let my system run for quite a while without a reboot, and most likely I did several emerge -Du world during that time, so a whole bunch of programs have been updated. When I did reboot, it turns out my keyboard layout has turned to english, so my a's and o's with dots over them are gone From xorg.conf Code: Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "se" Option "XkbModel" "pc105" EndSection The log file: Code: April X11 # cat /var/log/Xorg.0.log | grep Layout (==) ServerLayout "Layout0" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" So it seems the setting is ignored, and X defaults to us? Searching the forums I found that HAL might be involved, and recompiling the xorg-server with use=-hal would help, but xorg-server doesnt have that flag. I also found the suggestion to create a /etc/hal/fdi/policy/10-keymap.fdi, which I did, with Code: April / # cat /etc/hal/fdi/policy/10-keymap.fdi <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> <match key="info.capabilities" contains="input.keyboard"> <merge key="input.x11_driver" type="string">evdev</merge> <merge key="input.xkb.layout" type="string">se</merge> <merge key="input.xkb.model" type="string">pc105</merge> <merge key="input.xkb.rules" type="string">xorg</merge> </match> But that still doesnt make a difference. Any ideas?
First, post your hal/hal-info/xorg-server/xf86-input-evdev versions (actually output of `emerge -pv` for those packages is preferred). Second, no matter what you think, for evdev driver both input.xkb.model and input.xkb.rules should be evdev (one of those creates a major conflict, if it's set to something different, don't remember which one). And you have to at least reload hal settings for them to take effect.
Hi all, when I click on the CD/DVD icon in Nautilus I'm getting a message " Unable to mount location. Can't mount file ". I'm a bit clueless as mounting a CD/DVD from commandline ( mount /dev/cdrom ) works perfectly. Automatic mount of a USB-stick within Gnome/Nautilus works as well. As the same behaviour can be observed when logged in as root, I suspect that this is not some kind of permission glitch. Is there a way to get more information out of Gnome/Nautilus to get more detailed information why the mount fails? Am I missing a package [I've installed ~amd64 gnome-base/gnome-light-2.22.0]. Did someone solve a similar problem? Thanks a lot.
Looks like I am having the same problem - thought it was just me Still working the issue.
No idea why, I enable them and nothing changes. No difference. Any ideas?
poly_poly-man wrote: rahulthewall3000 wrote: No idea why, I enable them and nothing changes. No difference. Any ideas? th is *totally* enough information to make a well-written response that answers your question. poly-p man Ha Ha, I really have no other information dude. I tried running systemsettings from the console as well, but there was nothing interesting there either. All I can think of at the moment is that for some reason composite extension is not working for kwin. That could be the only explanation.
Hi i've installed Kde. In the end, as written in the guide, i login as simple user and type: Code: echo "exec startkde" > ~/.xinitrc startx but this is the result: Code: (WW) intel: NO matching Device section for instance (BusID PCI:0:2:1) found FATAL: module i915 not found (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. (EE) AIGLX: Screen 0 is not DRI capable /home/dedalus/.xinitrc: line 1: exec: startkde: not found Maybe i have to change VIDEO_CARDS setting to i915 ? Can anyone help? Thanks D.
helloooo add in your kernel i915... use this wiki http://gentoo-wiki.com/Intel_GMA#Kernel_Setup
Just upgraded gnome to 2.22 and im trying to get pam to unlock my keyring automatically when I login. I have set the "gnome-keyring" use flags for app-crypt/seahorse and sys-auth/pambase, but its still not working and have to login to both. /etc/pam.d/system-auth; Code: auth required pam_env.so auth sufficient pam_fprint.so auth required pam_unix.so try_first_pass likeauth nullok account required pam_unix.so password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 try_first_pass retry=3 password required pam_unix.so try_first_pass use_authtok nullok md5 shadow session required pam_limits.so session required pam_env.so session required pam_unix.so /etc/pam.d/system-login; Code: auth required pam_tally.so file=/var/log/faillog onerr=succeed auth required pam_shells.so auth required pam_nologin.so auth include system-auth auth optional pam_gnome_keyring.so account required pam_access.so account required pam_nologin.so account include system-auth account required pam_tally.so file=/var/log/faillog onerr=succeed password include system-auth password optional pam_gnome_keyring.so session required pam_env.so session optional pam_lastlog.so session include system-auth session optional pam_gnome_keyring.so auto_start session optional pam_motd.so motd=/etc/motd session optional pam_mail.so The only manual change I have done to these configs is the pam_fprint line in the system-auth file to use my finger print reader.
I have exactly the same problem
I am trying to open gnucash and when I launch from the terminal I get: Code: gnucash-bin: error while loading shared libraries: libgncmod-engine.so.0: cannot open shared object file: No such file or directory I have checked and there is a libgncmod-engine.so but not libgncmod-engine.so.0. I did a revdep-rebuild but it said linking on my system is consistent. I also unmerged gnucash then emerged it again and it still wants that file. Any ideas on what else to look for (I'm trying to avoid making a symlink from the so to so.0 file)?
a hack maybe... Code: ln -s libgncmod-engine.so libgncmod-engine.so.0
So, I have tried nearly all sets of configurations listed at http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad but I have not been able to get my touchpad working as I would have wanted it to. First of all, there is expected vertical scroll (at the right edge) and secondly I can not use the tap functionality. I have an ALPS touchpad. Code: I: Bus=0011 Vendor=0002 Product=0008 Version=7321 N: Name="AlpsPS/2 ALPS GlidePoint" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input3 U: Uniq= H: Handlers=mouse1 event3 B: EV=f B: KEY=420 0 70000 0 0 0 0 0 0 0 0 B: REL=3 B: ABS=1000003 This is the output of synclient -l. Code: Parameter settings: LeftEdge = 1900 RightEdge = 5400 TopEdge = 1900 BottomEdge = 4000 FingerLow = 25 FingerHigh = 30 MaxTapTime = 180 MaxTapMove = 220 MaxDoubleTapTime = 180 SingleTapTimeout = 180 ClickTime = 100 FastTaps = 0 EmulateMidButtonTime = 75 VertScrollDelta = 100 HorizScrollDelta = 100 VertEdgeScroll = 1 HorizEdgeScroll = 1 VertTwoFingerScroll = 0 HorizTwoFingerScroll = 0 MinSpeed = 0.7 MaxSpeed = 0.18 AccelFactor = 0.0015 EdgeMotionMinZ = 30 EdgeMotionMaxZ = 160 EdgeMotionMinSpeed = 1 EdgeMotionMaxSpeed = 400 EdgeMotionUseAlways = 0 UpDownScrolling = 1 LeftRightScrolling = 1 UpDownRepeat = 1 LeftRightRepeat = 1 ScrollButtonRepeat = 100 TouchpadOff = 0 GuestMouseOff = 0 LockedDrags = 0 RTCornerButton = 2 RBCornerButton = 3 LTCornerButton = 0 LBCornerButton = 0 TapButton1 = 1 TapButton2 = 2 TapButton3 = 3 CircularScrolling = 0 CircScrollDelta = 0.1 CircScrollTrigger = 0 CircularPad = 0 PalmDetect = 1 PalmMinWidth = 10 PalmMinZ = 200 CoastingSpeed = 0 PressureMotionMinZ = 30 PressureMotionMaxZ = 160 PressureMotionMinFactor = 1 PressureMotionMaxFactor = 1 And this is my xorg.conf Code: Section "ServerLayout" Identifier "Xorg Configured" Screen 0 "Screen[0]" 0 0 InputDevice "Keyboard" "CoreKeyboard" InputDevice "TouchPad" "CorePointer" InputDevice "Mouse" "SendCoreEvents" Option "AIGLX" "true" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/artwiz-aleczapka-en/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/default/ghostscript" FontPath "/usr/share/fonts/dejavu/" FontPath "/usr/share/fonts/freefonts/" FontPath "/usr/share/fonts/indic" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/liberation-fonts-ttf" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" EndSection Section "Module" Load "ddc" Load "dri" Load "dbe" Load "glx" Load "extmod" Load "bitmap" Load "type1" Load "freetype" Load "record" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" EndSection Section "InputDevice" Driver "synaptics" Identifier "TouchPad" Option "Device" "/dev/input/mouse1" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "Emulate3Buttons" "on" EndSection Section "InputDevice" Driver "evdev" Identifier "Mouse" Option "SendCoreEvents" Option "Device" "/dev/input/mouse2" Option "Protocol" "auto" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Driver "intel" BusID "PCI:0:2:0" Option "AccelMethod" "EXA" Option "MigrationHeuristic" "greedy" Option "ExaNoComposite" "false" EndSection Section "Monitor" Identifier "LCD Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Screen[0]" Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Monitor "LCD Monitor" DefaultDepth 24 SubSection "Display" Modes "1400x1050" "1280x800" "1024x768" "800x600" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Mode 0666 EndSection Any help would be appreciated. I have had this issue since I switched to xorg-7.3 (with tapping, vertical scroll never worked). Finally, I think it is time to solve it. Rahul
I can't thank you enough, you just solved a big problem for me. Thanks a ton!
I have this Lyx file that i used to be able to convert to pdf in Gentoo. However, since i finished it i have reinstalled Gentoo. I get this error Quote: The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined. This error, to me, is very cryptic and i have no idea what it means. At the moment i have tetex-3.0_p1-r6 and lyx-1.5.5 installed. Anybody have any ideas? Cheers.
the latex log proved to be just as cryptic. Doesn't mater, i've solved it. Changed the language encoding from UTF8 to the default. Errors are all gone.
I can't activate hardware acceleration of my radeon graphics card.Here is some information about the system. Code: 01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01) xorg.conf : Code: Section "Module" Load "dbe" # Double buffer extension Load "extmod" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "record" Load "xtrap" Load "glx" Load "dri" Load "v4l" EndSection Section "Extensions" # Option "Composite" "enable" EndSection Section "dri" Mode 0666 EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/dejavu/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/TrueType/" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/encodings/" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "True" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "tr" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Buttons" "5" EndSection Section "Device" Screen 0 Identifier "VideoCard0" Driver "ati" VendorName "None" BoardName "None" # BusID "PCI:01:00:1" EndSection Section "Device" Screen 1 Identifier "VideoCard1" Driver "ati" VendorName "ATI Technologies Inc" BoardName "RV280 [Radeon 9200]" # BusID "PCI:01:00:0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30-81 VertRefresh 56-75 EndSection Section "Screen" Identifier "Screen0" Device "VideoCard0" Monitor "Monitor0" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" # Multihead stuff # Screen 0 "Screen0" 0 0 # Screen 1 "Screen1" RightOf "Screen0" Option "Xinerama" "off" Option "Clone" "off" EndSection
Hi, can you post this plz : Code: # glxinfo # emerge --info # equery list ati
I've done some research through the forums and using the guide on the website concerning setting up the ATI drivers, but it doesn't seem to be working. I took it upon myself to look around xorg.conf to see if I can see anything inherently wrong and I can't find anything that stands out. Essentially what I'm trying to do is set a widescreen resolution of 1440x900. The default xorg.conf works but won't touch 1440x900. I'll post it below: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "GLcore" Load "dbe" Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card0" Driver "vesa" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" EndSubSection EndSection Now, below I'll post the config file generated by aticonfig. Again, I can't find anything wrong with it at first glance, but maybe I'm missing something. Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "GLcore" Load "dbe" Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card0" Driver "vesa" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:2:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1440x900" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" EndSubSection EndSection Whenever I try to run this, it produces this error: Code: Fatal server error: no screens found XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. The order in which I did things was, first I emerged xorg and tested it, then attempted to set the widescreen resolution I'm looking for (1440x900). After an unsuccessful attempt, I emerged ati-drivers, ran eselect opengl set ati, then ran aticonfig. After looking over everything and comparing the two configs, I can't seem to figure this out. I'm sure someone here has had this happen to them before. Any help would be appreciated John EDIT: If it's at all pertanant, I have a Radeon HD 2600XT using PCI-Express
you should post your /var/log/Xorg.0.log file
I have problem with Openoffice on one of my PC. During scrolling in Writer or Calc some parts of page become grey (the same in dialogs) and content become invisible - see screenshots - screen1 screen2 This happens after update, but what package I don't remember, some month didn't work on this pc. I try revdep-rebuild, emerge -e system, update system and world. my kernel and packages: Linux orion 2.6.23-gentoo-r8 #1 PREEMPT Mon May 5 08:16:30 EEST 2008 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux x11-base/xorg-server-1.3.0.0-r6 x11-drivers/ati-drivers-8.40.4 app-office/openoffice-2.4.0
I don't know what was the reason of this problem, but after update of kernel to the latest and ati-drivers problem dissapeared
I have a script located in $HOME/cronometer Is it possible to place a Desktop icon mapped to this script and that will actually run the script? TIA, Bill
Thanks to frostschutz and Gerard van Vuuren. Both methods work for me. Thanks for the quick input. Bill
Hi, If anybody has got this to work would you please post some details on how you achieved it ? I have tried vesa and uvesafb but it always just shows the normal boot text and no splash Any help appreciated.
Yay It be working ... Many thanks
I have noticed there's a lot of threads here about updating to python 2.5* and I also had my share of strange problems. The only one noticeable now is when I try to run bittorrent: Code: Traceback (most recent call last): File "/usr/bin/bittorrent", line 198, in <module> mainloop = MainLoop(config) File "/usr/lib64/python2.5/site-packages/BitTorrent/GUI_wx/DownloadManager.py", line 2958, in __init__ BTApp.__init__(self, 0) File "/usr/lib64/python2.5/site-packages/BitTorrent/GUI_wx/__init__.py", line 782, in __init__ wx.App.__init__(self, *a, **k) File "usr/lib64/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7755, in __init__ File "usr/lib64/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7407, in _BootstrapApp File "/usr/lib64/python2.5/site-packages/BitTorrent/GUI_wx/DownloadManager.py", line 2973, in OnInit self.main_window = MainWindow(None, wx.ID_ANY, app_name, style=style) File "/usr/lib64/python2.5/site-packages/BitTorrent/GUI_wx/DownloadManager.py", line 2350, in __init__ self.sizer.Add(self.tool_sizer, flag=wx.GROW) File "usr/lib64/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 11766, in Add TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item I've done the usual: python-updater/revdep-rebuild. Running amd64 and Gnome 2.22.3[/code]
Hello, very same problem here. I unmerged bittorrent, then re-emerge it but it failed: Code: cat /var/log/portage/net-p2p:bittorrent-5.0.9-r1:20080722-181725.log * Checking wxGTK-2.6 for X support ... [ ok ] * Checking wxGTK-2.6 for unicode support ... [ ok ] * Requested wxWidgets: unicode 2.6 * Using wxWidgets: gtk2-unicode-release-2.6 >>> Unpacking source... >>> Unpacking BitTorrent-5.0.9.tar.gz to /var/tmp/portage/net-p2p/bittorrent-5.0.9-r1/work >>> Source unpacked. >>> Compiling source in /var/tmp/portage/net-p2p/bittorrent-5.0.9-r1/work/BitTorrent-5.0.9 ... Traceback (most recent call last): File "setup.py", line 20, in <module> from BitTorrent.platform import install_translation File "/var/tmp/portage/net-p2p/bittorrent-5.0.9-r1/work/BitTorrent-5.0.9/BitTorrent/__init__.py", line 49, in <module> from BitTorrent.platform import get_temp_subdir, get_dot_dir, is_frozen_exe File "/var/tmp/portage/net-p2p/bittorrent-5.0.9-r1/work/BitTorrent-5.0.9/BitTorrent/platform.py", line 120, in <module> from BTL.defer import ThreadedDeferred File "/var/tmp/portage/net-p2p/bittorrent-5.0.9-r1/work/BitTorrent-5.0.9/BTL/defer.py", line 15, in <module> from twisted.internet import defer ImportError: No module named twisted.internet * * ERROR: net-p2p/bittorrent-5.0.9-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2499: Called distutils_src_compile * environment, line 706: Called die * The specific snippet of code: * ${python} setup.py build "$@" || die "compilation failed" * The die message: * compilation failed . I did read about Bugzilla Bug 230921, mentioning the problem; I enabled the "thread" flag in make.conf, but no success.
When I installed kde-4.1 the qt4 flag was on. I then recompiled kde-4.1 with -qt4. After emerge -avuDN world was completed, portage said: Code: !!! existing preserved libs: >>> package: app-misc/strigi-0.5.11 * - /usr/lib/libstrigiqtdbusclient.so.0 * - /usr/lib/libstrigiqtdbusclient.so.0.5.11 Use emerge @preserved-rebuild to rebuild packages using these libraries So, I did: Code: wall rahul # emerge -av @preserved-rebuild These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] kde-base/nepomuk-4.1.0 USE="-debug" 0 kB [1] [ebuild R ] kde-base/plasma-workspace-4.1.0 USE="xcomposite xinerama -debug -htmlhandbook" 0 kB [1] Total: 2 packages (2 reinstalls), Size of downloads: 0 kB Portage tree and overlays: [0] /usr/portage [1] /usr/local/portage/layman/kdesvn-portage Would you like to merge these packages? [Yes/No] y >>> Verifying ebuild manifests >>> Starting parallel fetch >>> Building (1 of 2) kde-base/nepomuk-4.1.0 * kdebase-runtime-4.1.0.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] >>> Unpacking source... Unpacking parts of kdebase-runtime-4.1.0.tar.bz2 to /var/tmp/portage/kde-base/nepomuk-4.1.0/work >>> Source unpacked. >>> Compiling source in /var/tmp/portage/kde-base/nepomuk-4.1.0/work/nepomuk-4.1.0 ... -- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++ -- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++ -- works -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.4.0 (using /usr/bin/qmake) -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/libX11.so -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Automoc4: /usr/bin/automoc4 -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Failed -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- Found Phonon: /usr/lib/libphonon.so -- Found Phonon Includes: /usr/include/KDE;/usr/include -- Found KDE 4.1 include dir: /usr/kde/4.1/include -- Found KDE 4.1 library dir: /usr/kde/4.1/lib -- Found KDE4 kconfig_compiler preprocessor: /usr/kde/4.1/bin/kconfig_compiler -- Found automoc4: /usr/bin/automoc4 -- Found Strigi >= 0.5.9 -- Found Strigi: /usr/lib/libstreams.so -- Found Soprano: /usr/lib/libsoprano.so -- Found Soprano includes: /usr/include -- Found Soprano Index: /usr/lib/libsopranoindex.so -- Found Soprano Client: /usr/lib/libsopranoclient.so -- Found NEPOMUK: /usr/kde/4.1/lib/libnepomuk.so -- Looking for include files HAVE_SYS_WAIT_H -- Looking for include files HAVE_SYS_WAIT_H - found -- Looking for include files HAVE_SYS_TIME_H -- Looking for include files HAVE_SYS_TIME_H - found -- ----------------------------------------------------------------------------- -- The following external packages were located on your system. -- This installation will have the extra features provided by these packages. + Soprano + Nepomuk Congratulations! All external packages have been found. ----------------------------------------------------------------------------- -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/portage/kde-base/nepomuk-4.1.0/work/nepomuk_build >>> Source compiled. >>> Test phase [not enabled]: kde-base/nepomuk-4.1.0 >>> Install nepomuk-4.1.0 into /var/tmp/portage/kde-base/nepomuk-4.1.0/image/ category kde-base make: *** No rule to make target `install'. Stop. * ERROR: kde-base/nepomuk-4.1.0 failed. * Call stack: * ebuild.sh, line 49: Called src_install * environment, line 2918: Called kde4overlay-meta_src_install * environment, line 2318: Called cmake-utils_src_install * environment, line 711: Called die * The specific snippet of code: * emake install DESTDIR="${D}" || die "Make install failed"; * The die message: * Make install failed * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/nepomuk-4.1.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/nepomuk-4.1.0/temp/environment'. * This ebuild used the following eclasses from overlays: * /usr/local/portage/layman/kdesvn-portage/eclass/kde4overlay-meta.eclass * /usr/local/portage/layman/kdesvn-portage/eclass/kde4overlay-functions.eclass * /usr/local/portage/layman/kdesvn-portage/eclass/kde4overlay-base.eclass * This ebuild is from an overlay: '/usr/local/portage/layman/kdesvn-portage/' * Messages for package kde-base/nepomuk-4.1.0: * ERROR: kde-base/nepomuk-4.1.0 failed. * Call stack: * ebuild.sh, line 49: Called src_install * environment, line 2918: Called kde4overlay-meta_src_install * environment, line 2318: Called cmake-utils_src_install * environment, line 711: Called die * The specific snippet of code: * emake install DESTDIR="${D}" || die "Make install failed"; * The die message: * Make install failed * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/nepomuk-4.1.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/nepomuk-4.1.0/temp/environment'. * This ebuild used the following eclasses from overlays: * /usr/local/portage/layman/kdesvn-portage/eclass/kde4overlay-meta.eclass * /usr/local/portage/layman/kdesvn-portage/eclass/kde4overlay-functions.eclass * /usr/local/portage/layman/kdesvn-portage/eclass/kde4overlay-base.eclass * This ebuild is from an overlay: '/usr/local/portage/layman/kdesvn-portage/ Any ideas what went wrong.
Code: echo "app-misc/strigi qt4" >> /etc/portage/package.use
FAIR WARNING: Firefox may crash if you try this. I use the SNOCAP music sales service. I just noticed that a web page I'm working on that embeds SNOCAP's store kept crashing Firefox on my Gentoo machine. I went to snocap.com and that web site also crashed Firefox (and Epiphany). If anyone has any idea why, I'd appreciate a holler. I really like their service, but it's important that my site work for Linux users, and if it's all SNOCAP and not something that needs to be configured in Firefox, I'll have to look elsewhere for a sales service (that would be really bad if their stuff crashes a not-insignficant browser on a not-insignificant OS!). Same thing happens with Last.fm when I go to to last.fm/music/Audiodef, both browsers. make.conf: Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. CFLAGS="-O2 -march=i686 -pipe" CXXFLAGS="-O2 -march=i686 -pipe" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="i686-pc-linux-gnu" ACCEPT_KEYWORDS="~x86" VIDEO_CARDS="i810" INPUT_DEVICES="keyboard mouse" CONFIG_PROTECT="-*" GENTOO_MIRRORS="http://adelie.polymtl.ca/ http://gentoo.arcticnetwork.ca/source/ http://gentoo.mirrors.tera-byte.com/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ " SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X accessibility alsa aspell avahi berkdb bookmarks bzip2 cairo cdr crypt cups cxx dbus dvd ffmpeg fortran gdbm gecko gif gnome gphoto2 gpm grub gtk hal hunspell icons iconv ipv6 java jce jpeg lcms libgcrypt libnotify mdnsresponder-compat midi mono mp3 mpeg ncurses networkmanager nls nsplugin offensive opengl pam pixmaps png ppds python ruby samba scanner spell ssl startup-notification svg threads tiff truetype unicode winbind xft xml xorg xulrunner zlib -acl -apache2 -arts -atm -autoipd -boundschecking -custom-optimization -debug -doc -eds -emacs -esd -examples -firefox -fltk -gcj -howl-compat -ip28 -ip32r10k -jack -kde -ldap -libffi -lilo -mailwrapper -milter -minimal -mozdevelop -moznocompose -moznoirc -moznopango -moznoroaming -multislot -mysql -nas -nocxx -nopie -nossp -ntp -objc -oss -postgres -qt3 -qt4 -rubytests -sdl -socks5 -static -test -tk -xemacs -xforms -xinerama -xprint -zemberek" PORTDIR_OVERLAY="/usr/local/portage" FEATURES="collision-protect ccache parallel-fetch"
It's flash. I disabled the flash extension and tried those pages again. No crash. Looking for a solution...
Warning: I am a Gentoo newbie who's still learning this system after using Kubuntu. My Linux-box is a Dell Dimension 2350 with Intel 82845G graphics (i810 driver). This is a posting from my Windows box as X problems are described. When my linux starts, X-windows opens and KDM is nice and pretty. All is good now but read on. After entering my username & password then clicking "Login", the screen goes black for several seconds. The KDM login appears again and then the cycle repeats. This is documented as a common error on many Linux distros and can be found with Google. After much frustration, I quit KDM and login from the console. When I startx, many errors are shown. They will be transcribed below as X won't work on the Linux box. ---------- II Module already built-in. II Module already built-in. EE Detecting sil164 EE Unable to read from DVOI2C_E Slave 112. EE Unable to read from DVOI2C_E Slave 236 EE ivch: Unable to read register 0x00 from DVOI2C_B:04. EE Unable to read from DKOI2C_E SLave 112. EE tfp410 not detected got VID FFFFFFFF: from DVOI2C_E Slave 112. II Module already built-in. EE intel(0): [dri] I830CheckDRIAvailable failed: glx not loaded xinit: No such file or directory (errno 2): Cannot register ConsoleKit: org.freedesktop.CkConnector. Error: Unable to open session: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory /home/tilleyrw/.xinitrc: line 1: exec: startkde: not found waiting for X server to shutdown FontFreePath FPE: "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing. ---------- It is at this point that I realize I am clueless and most turn to those who aren't. With Kubuntu, my hands were held very gently in regard to X. With Gentoo, my hands are so dirty now that I don't even have the sense to find the soap. Thanks, Bob
Well, you don't really need the soap. Dirty hands are happy hands. Gentoo has a steep learning curve. Of that truth, there can be no denial. However, to help with that steep learning curve, Gentoo also has the best forums and documentation of any distro with which I've worked...and there have been many. To that end, I strongly suggest that you read all the docs pertaining to X on this page . As a hint, enter the command xorgconfig. That will set you up with the basics you need for a functional /etc/X11/xorg.conf file. Follow the instructions, and enter your choices for the options given. It's fairly straightforward. When you get to the monitor selection point, choose option 6. If you've properly set up your video drivers, when you're done, you should be able to start an X session. Be absolutely sure that the xf86-video-i810 driver is >2.0, or you'll lose the ability for X to automatically set the maximum resolution available for your display. Don't hesitate to ask questions. That's how the learning curve slims a bit. Blessed be! Pappy
When running compiz --replace, I get "compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work." I'm not sure what this means. xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "GLcore" Load "glx" Load "dri" Load "xtrap" Load "record" Load "extmod" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 300 230 # mm ### Comment all HorizSync and VertRefresh values to use DDC: Identifier "Monitor0" VendorName "DEL" ModelName "DELL E153FP" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 31.5 - 48.5 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "82865G Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "enable" EndSection Section "DRI" Mode 0666 EndSection and output of lspci: Code: 00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) 00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02) 01:01.0 Communication controller: Conexant HSF 56k Data/Fax Modem 01:02.0 Multimedia audio controller: Creative Labs SB Audigy LS 01:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 Ethernet Controller (rev 02) I would be happy to post any other helpful information, but I'm not sure where to look. I'm running Gentoo and using GNOME. Also, this isn't important, but sometimes I enter my username and password in GDM and it quits and restarts, and I have to try several times before it works, but this is not a major problem, I'm just wondering if there is an easy fix.
what does glxinfo say? Code: # glxinfo | head You're looking for direct rendering to say Yes. I believe you can use mesa3d if you do not have direct rendering. I'm personally not familiar with that particular process but I do believe it's documented on gentoo-wiki.com. You may also want to check your x logs, found in /var/log/Xorg.<instance id, usually 0>.log , and see if it says anything.
I'm using Fluxbox on my Gentoo machine. Are there any graphical user management programs that do not depend on Gnome or KDE? I don't want to have to install a million dependencies from an environment I'm not using.
widremann wrote: Heaven forefend you have 300 MB of packages installed on your system. What are you using, a harddrive from 1994? Dude, I'm serious. No need to get snarky. I've a late model machine. I just don't like having 300 MB of dependencies installed to run a 2 MB program. Srsly. If I wanted that, I'd-a stuck with Windbloze. Can anyone politely recommend something, please?
I just set up kde-4.0 and kdm. Whenever I try to login I get "login failed". I know the password is correct. Does anyone know why this is happening?
Are you logging in as root? If so, it will fail because the default for kdm is to block root logins. That behavior can be fixed by editing /usr/kde/4.0/share/config/kdm/kdmrc (I *think* that's where they hide that file). However, you'll have to enter your Gentoo environment through chroot in order to edit it. Blessed be! Pappy
Hi! Compiz Forums couldn't help me, so I've come here. I have a relatively vanilla install of the latest GNOME and Gentoo 2008.0. Compiz, however, renders the desktop unusable. Here is a screenshot: [img]http://thevirtuesofxen.homelinux.org/JPEG/Screenshot.png[/img] What should be visable is a maximized Firefox window viewing a thread on the Compiz Fusion forums. It doesn't matter which window decorator it uses, they all have the same effect. dmesg says I have an Intel 915G Chipset my xorg.conf is here and my glxinfo output is here Thank you, and any help is appreciated.
In order for an intel chip set to work with compiz, you need to make sure you have some amount of video memory announced, for instance; before: Code: # Section "Device" Identifier "Intel i910" Driver "i810" #VideoRam 256 # Insert Clocks lines here if appropriate EndSection after: Code: Section "Device" Identifier "Intel i910" Driver "i810" VideoRam 32768 # Insert Clocks lines here if appropriate EndSection Note that 32768 is the absolute minimum declared memory required for glx to even consider working. I set mine for 262144. Nothing exceeds like excess! Could you please post your /var/log/Xorg.0.log after you make the above change. Thanks. Blessed be! Pappy
Upgrading to Gnome 2.22, when building epiphany, I get the following errors... /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h: In function 'float NS_IEEEPositiveInfinity()': /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h:65: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h: In function 'PRBool NS_IEEEIsNan(float)': /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h:69: warning: dereferencing type-punned pointer will break strict-aliasing rules MozRegisterComponents.cpp: At global scope: MozRegisterComponents.cpp:159: error: 'NS_BADCERTLISTENER_CONTRACTID' was not declared in this scope make[4]: *** [libephymozillaembed_la-MozRegisterComponents.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... mv -f .deps/libephymozillaembed_la-MozDownload.Tpo .deps/libephymozillaembed_la-MozDownload.Plo make[4]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3/embed/mozilla' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3/embed' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3/embed' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3' make: *** [all] Error 2
ah - same problem here, but I found at http://people.mozilla.com/~axel/doxygen/html/nsIBadCertListener_8idl.html#edbe73b6bf0317966e5b6bf24fe04fdc the not defined variable NS_BADCERTLISTENER_CONTRACTID in the file /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h and put the string Code: #define NS_BADCERTLISTENER_CONTRACTID "@mozilla.org/nsBadCertListener;1" in the file nsCoord.h Code: ... #define nscoord_MIN (-nscoord_MAX) #define NS_BADCERTLISTENER_CONTRACTID "@mozilla.org/nsBadCertListener;1" inline void VERIFY_COORD(nscoord aCoord) { ... After that emerging www-client/epiphany-2.22.3 worked (I do not know, if that way is correct ...) The hint was given in the output of the broken ebuild: Code: ... /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h: In function 'float NS_IEEEPositiveInfinity()': /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h:65: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h: In function 'PRBool NS_IEEEIsNan(float)': /usr/lib64/mozilla-firefox/include/gfx/nsCoord.h:69: warning: dereferencing type-punned pointer will break strict-aliasing rules MozRegisterComponents.cpp: At global scope: MozRegisterComponents.cpp:159: error: 'NS_BADCERTLISTENER_CONTRACTID' was not declared in this scope ...
Recently upgraded to gnome 2.22.1 and all of the sudden I'm getting prompted all over the place by the gnome keyring manager for passwords (never had this before). First time I try to log into a ssh it prompts me twice, then every time after that it prompts only once. I have tried a few sets of instructions that have said to modify /etc/pam.d/gdm but I don't use gdm (and the solutions havn't worked). I don't know which other file I should try to modify in this way. Can I just completely uninstall gnome-keyring-daemon ?
Not yet. What I do is: Code: killall gnome-keyring-daemon every time I boot. It works but kind of a pain to not have a real solution.
Hi, I'd like to upgrade to firefox-3.0. There's a new USE flag "xulrunner" which pulls in net-libs/xulrunner (33MB). Now I'm not sure if I need xulrunner: '$ qsearch xulrunner' wrote: net-libs/xulrunner Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications Can anybody tell what this package does and if I need it in a normal desktop environment. Thanks. EDIT : Sorry, I opened this thread without really searching before. http://wiki.mozilla.org/XULRunner:Roadmap says: "Firefox 3 is built on top of a »private« XULRunner". So I should need it in any case. If I activate the xulrunner use flag, xulrunner will be built as a separate lib, and the firefox sourcecode to download is only 11 MB. If I deactivate it, firefox will build its "private" xulrunner and the downloaded sourcecode is blown up to 44 MB. - Seems to work somehow like "qt-static" use flag for opera. Thanks for your interest anyhow.
From http://en.wikipedia.org/wiki/Xulrunner Quote: XULRunner is a runtime environment developed by the Mozilla Foundation for providing a common back-end for XUL applications. It replaced the Gecko Runtime Environment, a stalled project with a similar purpose. All XUL-based applications like Mozilla Firefox, Mozilla Thunderbird, Songbird, Flickr Uploader, SeaMonkey, Conkeror, Sunbird, Miro, Joost, Instantbird and TomTom Home 2.0 will be able to run on XULRunner. The new installment of the computer game series Simon the Sorcerer, Simon the Sorcerer 4: Chaos Happens, uses XULrunner. The eMusic service has a download application called eMusic Remote that uses XULRunner. Benefits of having a separate shared run-time environment are the same as those with shared libraries. Benefits to developers and source-based systems – that is, systems on which programs are compiled from source as opposed to downloaded in binary form – are decreased compilation time, less bandwidth needs and less storage space needed. Benefits for use on binary-based systems are similarly less bandwidth and storage use. Less storage space and, in the case of running multiple XUL-based applications at once, less memory use only apply when the system uses more than one application that depends on the run-time environment. If either the run-time environment or the application are updated separately at different times, which is more likely in the case that it is widely used for software other than that written by Mozilla, then this would be more commonplace. In the case of source-based systems, developers using common code would not have to include said code in distributed packages. Additionally in the case of XULRunner, being a markup and interpreted or possibly in the future "just-in-time" pre-compiled script run-time environment, developers may not need to compile any source code into object code (binary) at all for their applications that solely use markup and script languages. Possible problems with using a common run-time environment include applications that are written using features of one version of the run-time environment that are not included (perhaps due to obsolescence), and replaced with different functionality, which would result in "dependency hell" – a technical jargon term for dependencies on specific versions. This may be avoided by making systems able to install multiple versions of XULRunner and allowing developers to use a specific version at run-time, or by providing compatibility layers. This is not a problem with dependent software that is continually updated and rewritten. If you don't use xulrunner USE flag with Firefox, the XUL platform will be builted-in Firefox. In the future, it would be a good idea to active the xulrunner USE flag : only one XUL platform will be installed on your machine for all XUL-based applications : Firefox, Thunderbird, Sunbird, etc.
Hi there, I use an oldfashioned CTR monitor, you remember, the type that eats up half your desk space Now, I run X with 1024x768 resolution and I start to wonder: Is there an actual reason not to go on step higher or am I just used to setting it this way for all those years but I could just as well enjoy higher resolution? Any pointers?
Unlike TFTs, CRTs have no native resolution which works best, so you can use any "reasonable" resolution you want as long as you can still see/read what's on your screen. However, I think even CRTs do not support every possible resolution. I remember that many years ago when I attached a 17" monitor to my PC which normally had a 21" screen @ 1600x1200, it would not display anything.
How can I get cyrillic (Russian) letters displayed in evince ? I have font-misc-cyrillic also texlive-langcyrillic installed, but obviously its not enough. Edit: just discovered that Cyrillic Russians fonts are actually correctly displayed in some pdf documents, but not all. If I copy text from not-correct displayed into Open Office, then are displayed correctly. Hmmm.
Give some more details - which Evince are you having issues, some info about the pdf file would be nice too. That said I believe it is a crappy -made .pdf, rather than an Evince bug. My Evince displays Cyrillic pdfs.
I use KDE and don't share the computer with anyone else. I disabled everything I could in the Command Center module for Accessibility. I didn't even merge the ebuild for kdeaccessibility, but these "features" still exist... Unfortunately the "mouse keys", or however they are called still get activated by some combination like <Shift>+<Numpad_5>. I'd like to assign these keys to something within my application. But cant block the mouse keys from activating. Then I tried "blocking global shortcuts" in the special window settings for that application. Still no success. Anything else I can try?
Basically: The problem was not one of the KDE Accessability tools, but a "feature" in the xkb files. Logitech Cordless Keyboard MX 5000 sends NumLock with every KeyPad keys (afaik that's a recent firmware update, to "solve" the problem that the keyboard does not have a NumLock key). Now... the default behaviour of xkb is to enable/disable the Keypad Mouse with the key-combination of Shift+NumLock. To disable this, I edited the files in /usr/share/X11/xkb. Not sure if any dev of xkb reads this, but imho deactivating this behavior should be made available as an xkb option (or even the other way round).
I found a small script to disable compiz while playing games, but when it turns compiz back on there is no window borders. I am using GTK window decorator. Reloading the window manager using fusion icon fixes it. Code: #!/bin/bash if [ $# -lt 1 ]; then echo "Usage: playgame game_name game_options" 1>&2 exit fi # Replace compiz with metacity to prevent issues metacity --replace & # Run game $@ # Replace metacity with compiz compiz --replace
try compiz --replace ccp
Anyone know why app-admin/gnome-system-tools-2.22.0 is masked? I want to unmask it and try it, but not if it's masked due to bugs and wonky issues.
https://forums.gentoo.org/viewtopic-t-701673-highlight-.html I unmasked it and got it installed. Some things work, some don't, but I didn't have any compile errors once I got it all set up to emerge. Portage message for system-tools-backends said to rc-update add system-tools-backends default but system-tools-backends didn't exist in /etc/init.d. I'll keep looking forward to updates and eventual re-integration with Gnome.
Is there a pdf viewer that can display bright fonts on a dark background? Because it is like trying to read spots on the sun. Since my toshiba a100-599 can not adjust lcd brightness on linux , it is very straining the eyes trying to read on a white background all the time.
frostschutz, thanks for your help. I found an incredibly way to achieve it. Using the negative addon for compiz works perfect. I was generally thinking that kind of things are useless. Shame on me. Thanks to its developers. It works for everything, even firefox. It can be enabled disabled instantly with keyboard shortcuts. Just try it with a pdf. I can't believe how happy I am now. For LCD brightness issue. I tried everything and I gave up. Toshiba Laptop Extras does not support my toshi because of the crap bios called phoenx. Other option "Omnibook driver" does not compile under 64 bit. So I am completely lost at it.
I know I've seen this before, but mostly associated with new drivers (e.g., nvidia), and I wanted to see if many have the same experience regardless of video hardware and driver. I have a Gigabyte GA-G33M-DS2R mb with integrated Intel GMA 3100 video, and after some period of inactivity I often return to find X has basically taken over the cpu, and effectively hung the display. At the console, I can unlock the screen, but that's as far as I get. The machine is not hung per se, as karamba scripts continue to execute and update the screen, and I can ssh in remotely (hence the top display below), but console access is pretty much gone. Kernel version is 2.6.24-gentoo-r8. I have no real screensaver active, just screen-locking enabled. Does anyone have any ideas what causes this? Code: Cpu(s): 55.2%us, 0.5%sy, 0.0%ni, 44.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st top - 12:50:03 up 1 day, 17:42, 2 users, load average: 1.39, 1.28, 1.20 Tasks: 116 total, 2 running, 114 sleeping, 0 stopped, 0 zombie Cpu0 : 26.7%us, 0.7%sy, 0.0%ni, 72.3%id, 0.3%wa, 0.0%hi, 0.0%si, 0.0%st Cpu1 : 80.4%us, 0.7%sy, 0.0%ni, 18.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 2051376k total, 1944908k used, 106468k free, 315280k buffers Swap: 1959920k total, 196k used, 1959724k free, 1140100k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 12072 root 20 0 356m 41m 4316 R 98 2.1 634:41.78 X 20564 rolf 20 0 127m 24m 17m S 1 1.2 8:15.35 superkaramba 1 root 20 0 3752 604 504 S 0 0.0 0:00.94 init 2 root 15 -5 0 0 0 S 0 0.0 0:00.00 kthreadd 3 root RT -5 0 0 0 S 0 0.0 0:03.48 migration/0 4 root 15 -5 0 0 0 S 0 0.0 0:19.20 ksoftirqd/0 5 root RT -5 0 0 0 S 0 0.0 0:00.06 watchdog/0 6 root RT -5 0 0 0 S 0 0.0 0:03.92 migration/1 7 root 15 -5 0 0 0 S 0 0.0 0:18.21 ksoftirqd/1 8 root RT -5 0 0 0 S 0 0.0 0:00.06 watchdog/1 9 root 15 -5 0 0 0 S 0 0.0 0:02.46 events/0 10 root 15 -5 0 0 0 S 0 0.0 0:03.15 events/1 11 root 15 -5 0 0 0 S 0 0.0 0:00.00 khelper 78 root 15 -5 0 0 0 S 0 0.0 0:17.58 kblockd/0 79 root 15 -5 0 0 0 S 0 0.0 0:17.40 kblockd/1 83 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpid 84 root 15 -5 0 0 0 S 0 0.0 0:00.00 kacpi_notify The only X errors I get are these Code: # grep EE /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (EE) Failed to load module "wfb" (module does not exist, 0) (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. (EE) AIGLX: Screen 0 is not DRI capable Any ideas?
zBrain wrote: It's likely superkaramba: http://bugs.kde.org/show_bug.cgi?id=143255 I had the same issue when running more than one theme - only running one solved it for me but not everyone. Tons of comments on that bug. Thanks for the link, zBrain. The commentary and contentious back-and-forth are interesting to read, but it's still unclear where the bug resides: kde, SK, xorg-x11, etc. Will try running no more than one SK theme, as you suggest, and post back. Thanks again!
I'm trying to install media-libs/mesa as part of a fresh install, and I get the following error: Code: mklib: Making Linux shared library: libGL.so.1.2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../libX11.so when searching for -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../libX11.a when searching for -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libX11.so when searching for -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libX11.a when searching for -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status mklib: Installing libGL.so.1.2 libGL.so.1 libGL.so in ../../../lib64 mv: cannot stat `libGL.so.1.2': No such file or directory make[3]: *** [../../../lib64/libGL.so] Error 1 make[3]: Leaving directory `/build/portage/media-libs/mesa-6.5.1-r1/work/Mesa-6.5.1/src/glx/x11' make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/build/portage/media-libs/mesa-6.5.1-r1/work/Mesa-6.5.1/src' make[1]: *** [default] Error 1 make[1]: Leaving directory `/build/portage/media-libs/mesa-6.5.1-r1/work/Mesa-6.5.1' make: *** [linux-dri-x86] Error 2 !!! ERROR: media-libs/mesa-6.5.1-r1 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call 'src_compile' environment, line 3378: Called src_compile mesa-6.5.1-r1.ebuild, line 215: Called die !!! Build failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/build/portage/media-libs/mesa-6.5.1-r1/temp/build.log'. I don't understand why mesa is trying to build linux-dri-x86, everything in my system is supposed to be amd64. Code: # emerge --info Portage 2.1.2-r9 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r5 x86_64) ================================================================= System uname: 2.6.19-gentoo-r5 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ Gentoo Base System release 1.12.9 Timestamp of tree: Sat, 17 Feb 2007 18:20:01 +0000 dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r1 ACCEPT_KEYWORDS="amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=athlon64 -pipe -Wall" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-O2 -march=athlon64 -pipe -Wall" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ " LINGUAS="en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/build" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="X aac aalib aim alsa amd64 berkdb bitmap-fonts bluetooth bonobo cairo cdparanoia cdr cli cracklib crypt cups dbus directfb dlloader doc dri dvd dvdr dvdread eds emboss encode fam ffmpeg firefox flac fortran ftp gdbm gif gimp gnome gpm gstreamer gtk gtk2 gtkhtml hal iconv imagemagick ipv6 isdnlog jabber java jpeg jpeg2k ldap libg++ mad matroska midi mikmod mng mp3 mpeg mysql ncurses nls nptl nptlonly nsplugin nvidia ogg opengl oscar oss pam pcre pdflib perl php png ppds pppd python qt3 qt4 quicktime readline reflection rtc scanner sdl session sockets speex spell spl ssl svg svgalib tcpd tga theora tidy tiff truetype truetype-fonts type1-fonts unicode usb vcd vorbis wmf xine xinerama xlib xml xml2 xorg xosd xpm xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nv nvidia vesa" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS I saw several other posts in the forums with this same problem, but all the fixes seem to be disabling the "motif" and "x86" USE variables, which I don't have enabled, or re-emerging libX11, which I already tried. Help!
That was a glitch I introduced when fixing some bug. It's corrected again.
I have a new Gentoo install, for AMD64 if that matters. From the command line, I can get Xvnc to start and run: Code: localhost ppatel # Xvnc :98 -query localhost -SecurityTypes=none -geometry 1280x800 -depth 24 -once Xvnc Free Edition 4.1.2 Copyright (C) 2002-2005 RealVNC Ltd. See http://www.realvnc.com for information on VNC. Underlying X server release 10300000, The X.Org Foundation Fri Jul 25 18:44:29 2008 vncext: VNC extension running! vncext: Listening for VNC connections on port 5998 vncext: created VNC server for screen 0 Could not init font path element /usr/share/fonts/TTF, removing from list! Fri Jul 25 18:44:42 2008 Connections: accepted: 10.37.32.5::1463 SConnection: Client needs protocol version 3.8 SConnection: Client requests security type None(1) VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888 VNCSConnST: Client pixel format depth 24 (32bpp) little-endian rgb888 FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing. localhost ppatel # my xinetd configureation file looks the same: Code: service vnc1 { socket_type = stream protocol = tcp wait = no user = nobody server = /usr/bin/Xvnc server_args = -inet -query localhost -SecurityTypes=none -geometry 1280x800 -depth 24 -once disable = no } I don't get much logging. I cannot figure out how to increase the logging level: Code: Jul 25 18:47:35 [xinetd] xinetd Version 2.3.14 started with libwrap loadavg options compiled in. Jul 25 18:47:35 [xinetd] Started working: 1 available service Jul 25 18:47:53 [xinetd] START: vnc1 pid=25460 from=10.37.32.5 Jul 25 18:48:01 [xinetd] FAIL: vnc1 address from=10.37.32.5 Jul 25 18:48:01 [xinetd] EXIT: vnc1 status=0 pid=25460 duration=8(sec) The remote client just reports "Connection Closed" after a few seconds (as reported in the logfile). I know this will work, I have configured it on both colinux as well as Gentoo on a PIII. Any help is appreciated. Parag
heloo in /etc/xinetd.conf comment Code: # only_from = localhost
Hello, i use KDE. To make it easier i made an kde Autostart file to start Folding at Home when KDE logs in. But when KDE log out it does not end Folding@Home the rigth way so next time i log in it allways start F@H in safe mode (standard loops) cause of abrupt shutdown. All i need is to run a script with a "killall fah06" command automatically everytime KDE is logging out. How do i do it? Thanks for the help Tcha
Haven't run KDE in awhile, but I think KDE runs all the scripts in ~/.kde/shutdown on logout.
Did anyone manage to get utf-8 working in gnuplot (or octave)? I need it in octave, but anyway I wasn't able to get it working in plain gnuplot either I need spanish accents in my eps figures for my master thesis...so it's a big deal Any idea, suggestion? BTW: I tried to solve the problem using psfrag package in latex...but it doesn't work . It compiles but it doesn't replace the tags in the final pdf or whatever. Is anyone using this? Regards
Thanks for your fast answers. I had tried that before (using last gnuplot version, 4.3 patchset 0) with no success but without doing "set encoding utf8"...so I tried again. I wrote the following: gnuplot> set encoding utf8 gnuplot> set xlabel "símbolos" gnuplot> plot sin(x)/x ...and it doesn't work. Am I missing something? I'm not much of a gnuplot expert (I only use it within octave) so, maybe there is some important command I'm not aware of... Could anyone post an working example of a gnuplot code using utf8 characters? Thanks again.
I'm trying to do an emerge --update --deep world (fresh install, wanna get my system up to date), I've encountered a few problems, but no unsolvable ones -- until now. It tries to compile Firefox (2.0.0.15), but exits with the following: Code: gmake[4]: *** [libpipnss.so] Error 1 gmake[4]: Leaving directory `/usr/portage/work/portage/www-client/mozilla-firefox-2.0.0.15/work/mozilla/security/manager/ssl/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/portage/work/portage/www-client/mozilla-firefox-2.0.0.15/work/mozilla/security/manager/ssl' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/portage/work/portage/www-client/mozilla-firefox-2.0.0.15/work/mozilla/security/manager' gmake[1]: *** [tier_50] Error 2 gmake[1]: Leaving directory `/usr/portage/work/portage/www-client/mozilla-firefox-2.0.0.15/work/mozilla' make: *** [default] Error 2 * * ERROR: www-client/mozilla-firefox-2.0.0.15 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3244: Called die * The specific snippet of code: * emake ${jobs} || die * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/usr/portage/work/portage/www-client/mozilla-firefox-2.0.0.15/temp/build.log'. * The ebuild environment file is located at '/usr/portage/work/portage/www-client/mozilla-firefox-2.0.0.15/temp/environment'. * * Messages for package www-client/mozilla-firefox-2.0.0.15: * * ERROR: www-client/mozilla-firefox-2.0.0.15 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3244: Called die * The specific snippet of code: * emake ${jobs} || die * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/usr/portage/work/portage/www-client/mozilla-firefox-2.0.0.15/temp/build.log'. * The ebuild environment file is located at '/usr/portage/work/portage/www-client/mozilla-firefox-2.0.0.15/temp/environment'. My emerge --info: Code: Portage 2.1.4.4 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r7-dinchamion-r1 x86_64) ================================================================= System uname: 2.6.24-gentoo-r7-dinchamion-r1 x86_64 Intel(R) Pentium(R) 4 CPU 3.00GHz Timestamp of tree: Sat, 26 Jul 2008 04:17:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13, 2.5.2-r5 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp.heanet.ie/pub/gentoo/ http://mirror.bytemark.co.uk/gentoo/ " LANG="C" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/usr/portage/work" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X acl acpi alsa amd64 artworkextra async automount bash-completion berkdb blender-game bluetooth branding browser bzip2 c++ cairo cdaudio cdinstall cdr cdrom cli cpudetection cracklib crypt css cups dbus dedicated devhelp directfb divx dri dv dvd dvdr dvdread eds emboss emerald encode esd evo extras fam fat ffmpeg firefox fortran ftp gdbm gif gimp glade gnome gpm grub gstreamer gtk hal hardened iceweasel iconv imagemagick ipv6 isdnlog java javascript joystick jpeg kde kerberos ldap libnotify lm_sensors logrotate mad madwifi midi mikmod mmx mp3 mpeg mpeg2 mplayer msn mudflap multilib mysql nautilus ncurses network networkmanager nforce2 nfs nls nocd nptl nptlonly nsplugin ntfs ogg opengl openmp pam pcre pda pdf perl php pidgin png ppds pppd python qt3 qt3support qt4 quicktime rar readline realmedia reflection reiser4 reiserfs resolvconf samba sdl sdl-image session sockets socks5 spell spl sse sse2 ssl startup-notification subversion svg symlink syslog tcpd tiff truetype unicode usb vcd vorbis wifi x264 xcomposite xml xorg xscreensaver xv xvid zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS (I know I use a lot of USE flags, but most of these are local ones anyway, and it was easier to set them in ufed than read docs every time I emerge something.) And I didn't even get started on compiling Gnome and the stuff I need. (Absolutely fresh install from the 2008.0 cd, all I did since was get my wireless working and sync portage. Any help would be appreciated, I normally would google or forum search the error message, but as it shows above, there is no error message I recognize.
Moved from Installing Gentoo to Desktop Environments. Not about installing gentoo, so moved here Code: /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status gmake[4]: *** [libpipnss.so] Error 1 libcrmf is part of dev-libs/nss. Try emerging it again.
I've been up for hours trying to figure this one out. I've been trying to get compiz-fusion up and running. I'm having a problem similar to the one in this thread, but there are no recent replys there. I think at this point I've got dri enabled, but I'm not sure how to check, as running glxinfo (or any other gl program) causes X to crash. I've got an Intel Q35 chipset, and am using the i810 driver. Here's the backtrace: Code: Backtrace: 0: X(xf86SigHandler+0x6d) [0x48867e] 1: /lib/libc.so.6 [0x7f7f0b838430] 2: /usr/lib64/dri/i915_dri.so [0x7f7ef8d5947d] 3: /usr/lib64/xorg/modules/extensions//libglx.so [0x7f7f0a6dd5a7] 4: /usr/lib64/xorg/modules/extensions//libglx.so(DoMakeCurrent+0x25e) [0x7f7f0a6b66ab] 5: /usr/lib64/xorg/modules/extensions//libglx.so [0x7f7f0a6b8172] 6: X(Dispatch+0x1c3) [0x44d944] 7: X(main+0x458) [0x437e6d] 8: /lib/libc.so.6(__libc_start_main+0xf4) [0x7f7f0b825b74] 9: X(FontFileCompleteXLFD+0x229) [0x4371d9] Here's my xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "xtrap" Load "dri" Load "record" Load "GLcore" Load "dbe" Load "glx" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 300 220 # mm Identifier "Monitor0" VendorName "CPQ" ModelName "COMPAQ FP5315" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 30.0 - 61.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] Option "DRI" "true" #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> Option "PageFlip" "true" Option "UseFBDev" "true" Option "TripleBuffer" "true" Option "XAANoOffscreenPixmaps" "true" Option "FramebufferCompression" "false" Identifier "Card0" Driver "intel" #Driver "i810" VendorName "Intel Corporation" BoardName "Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Group 0 Mode 0666 EndSection Any help is *greatly* appreciated. Thanks. EDIT : Here's some additional info. uname --all Code: Linux brentoo 2.6.25-gentoo-r7 #6 SMP Sun Jul 27 03:13:42 EDT 2008 x86_64 Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz GenuineIntel GNU/Linux kernel (2.6.25-gentoo-r7) .config: http://pastebin.com/ma8e173b
Since i810 is the proper driver, I'm amazed that anything works at all. Please post your /var/log/Xorg.0.log. Also, FYI, having the following errors show up in your /var/log/Xorg.0.log file does not mean things aren't working right: Code: (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 This is especially true if this list ends with the following: Code: (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so You will still get compiz functionality. I offer the following resources to help you in your effort. They are the kernel .configs and xorg.confs from my three functional machines. Two are 32 bit systems. The other is 64 bit. All have intel video, and all work properly. And yes, they do support compiz, even if I don't use it anymore. I'm waiting until someone gets the bright idea to make it into a real desktop manager, not a pretty yet pretty buggy hack. .copnfig_1 .config_2 .config_3 xorg.conf_1 xorg.conf_2 xorg.conf_3 Blessed be! Pappy
I'm having trouble finding a hardware browser for Gnome. Is there one already in the menus? If not, can someone recommend one I can emerge?
Cool, I'll check it out when I get my system up (re-installing from scratch to see if I can make an upgrade to openrc part of the install process instead of doing it later).