prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hi there, I normally use KDE4 as a fallback WM, so I don't know when exactly this problem started to occur: I start KDE with a startx from the terminal (I don't use a login manager) and when I get to KDE there is no windows decoration. Worse than that, every windows is placed on the left top corner, and they cannot be manipulated (moved, resized, minimized, raised or lowered, etc). Curiously enough, windows not relying on kwin (audacious, chrome, etc) can be used normally. My only (naive) idea was to try to start kwin manually: Code: † perjanus † ~ $ kwin kwin: symbol lookup error: /usr/lib64/libkdeinit4_kwin.so: undefined symbol: _ZN10KWorkSpace10trimMallocEv † perjanus † ~ $ Any ideas? | Given the number of updates on that list, are you mixing different versions of kde packages (that is you have i.e. some from KDE 4.8 and some from KDE 4.9) ? |
Hello, I have a brand new install going here, and for some reason, in gnome, I am having issues with being able to click on menu's, icons, etc, and keyboard shortcuts do not always register properly either. It does work when I first log in until I open something, or click on a menu once. every so often I regain normal usage for a click or two, but I have never seen anything like this. I dont see any errors in xorg log, and not sure where to even start on this, since my googling has turned up nothing similar. I am running x86_64, proprietary ati drivers, I can post whatever is needed, but it is kind of rough navigating the system without use of keyboard shortcuts or being able to click with the mouse, so bear with me. Thanks! (Note: I believe this is a focus issue because the system is still responsive, I can access program menus with alt key I just can't click on it usually., thanks!) Note2: Im sure its related but I cant switch to a terminal once I get to gnome, ctrl alt f1-12 results in the screen shutting off, (as in powered down) and if I hit the reset button on my computer it shuts down (!!??). Weird stuff... | For others that may see this issue, I have a R.A.T.7 Mouse, and apparently evdev isnt up to the task of configuring this thing automatically. After some searching, I found a config that worked (the problem in that forum was unrelated but fixed my issue, so... OK! In /etc/X11/xorg.conf.d/11-mouse.conf, add the following... Code: Section "InputClass" Identifier "Mouse Remap" MatchProduct "Saitek Cyborg R.A.T.7 Mouse" MatchDevicePath "/dev/input/event*" Option "ButtonMapping" "1 2 3 4 5 6 7 2 9 10 11 12 0 0 0" EndSection Worked perfectly, and allowed for use of more of the buttons on the mouse. All the clicking issues went away. Hope this helps someone, because not alot of info on this issue happening, maybe because not many people use this mouse on linux, but this happens on every distro that ive used, I just thought the graphical Livecd's sucked, now I know the mouse was my issue the whole time. Cheers! |
I just installed kdebase-startkde and in the System Settings, I don't see the Oxygen theme listed, even though Portage says liboxygenstyle is installed. Any ideas? | Thanks! |
Recently I updated my world which pulled Gnome 3.6.x. Now I can't login to Gnome although fall back mode is working. Revdep rebuild is not showing anything. Preserved rebuild is empty. My :0-greeter.log is looking lie this: Code: Ostrzeżenie menedżera okien: Log level 16: Failed to load apps: Failed to look up menu_file for "applications.menu" failed to create drawable JS LOG: GNOME Shell started at Sun Dec 30 2012 15:14:07 GMT+0100 (CET) failed to create drawable Ostrzeżenie menedżera okien: CurrentTime used to choose focus window; focus window may not be correct. Ostrzeżenie menedżera okien: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen! Ostrzeżenie menedżera okien: Log level 8: g_variant_compare: assertion `!g_variant_is_container (a)' failed gnome-session[4287]: WARNING: Detected that screensaver has left the bus gnome-session[4287]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. (gnome-settings-daemon:4380): GLib-GIO-WARNING **: Error releasing name org.gnome.SettingsDaemon: Połączenie jest zamknięte Ostrzeżenie menedżera okien: Log level 8: g_source_remove: assertion `tag > 0' failed :0-slave.log is empty. I thought that maybe some settings from previous Gnome 3.4 that was working quite fine, are causing the problem, and I created a new user to test it, but the outcome is same, sorry something went wrong Log Off. I was trying to rebuild Gnome-shell and dbus-glib without any effect. I have no idea what the hell is wrong, any help greatly appreciated. | andrzejk, this is probably late but did you try doing a emerge --depclean after emerging gnome-3.6? Without it, I got similar error messages (both :0-slave.log and .cache/gdm/session.log), in particular: Code: (...) GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject JS ERROR: !!! Exception was: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject JS ERROR: !!! message = '"GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject"' JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/components/polkitAgent.js"' JS ERROR: !!! lineNumber = '329' JS ERROR: !!! stack = '"0 anonymous()@/usr/share/gnome-shell/js/ui/components/polkitAgent.js:329 (...) gnome-session would then crash with an "oops..". Looks like that some packages from gnome-2/gnome-3.4 that are not needed anymore in gnome-3.6 were the cause of problem. I hope this helps other users. |
When using Fluxbox and xlock, how do I ask for the password when the computer wakes up from either hibernation or suspend? It looks like when xlock is locking the screen, I have no way to initiate hibernation/suspend. And when I suspend without locking, the computer never asks for the password upon resuming. __ sol | I'm sure there must be a more tasteful way of doing it, but I'm going to settle with something simple; just map a hotkey (for my case, it's Mod4 + h) to xlock and hibernate commands. Basically I'm running xlock in the background before hibernating. When the computer wakes up, it's already locked. Code: ~/.fluxbox/keys Mod4 h :Exec xlock & /usr/sbin/hibernate __ sol |
I installed the new enlightenment E17 window manager (emerge -av enlightenment:0.17). It is just great and I would like to know if I can use ecomorph with it ? And if yes, where do I find it ? The only place I found it is in the "enlightenment" overlay, but I would have to install the enlightenment-9999 from the overlay since ecomorph-9999 depend on enlightenment-9999. Code: r2d2 package.mask # emerge -av x11-plugins/ecomorph x11-wm/ecomp These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N #] x11-wm/ecomp-9999::enlightenment USE="inotify jpeg nls -doc -static-libs" 0 kB [ebuild U #] x11-wm/enlightenment-9999:0.17/0.17::enlightenment [0.17.0:0.17/0.17.0::gentoo] USE="nls pam spell udev -doc -static-libs -ukit (-emotion%)" ENLIGHTENMENT_MODULES="backlight battery clock conf-applications conf-comp%* conf-dialogs conf-display conf-edgebindings conf-interaction conf-intl conf-keybindings conf-menus conf-paths conf-performance conf-randr conf-shelves conf-theme conf-wallpaper2%* conf-window-manipulation conf-window-remembers connman cpufreq dropshadow everything fileman fileman-opinfo gadman ibar ibox illume2 mixer msgbus notification pager quickaccess shot start syscon systray tasks temperature tiling winlist wizard xkbswitch -access -physics% (-comp%*)" 0 kB [ebuild N *] x11-plugins/ecomorph-9999::enlightenment USE="nls -doc -static-libs" 0 kB Total: 3 packages (1 upgrade, 2 new), Size of downloads: 0 kB The following keyword changes are necessary to proceed: (see "package.accept_keywords" in the portage(5) man page for more details) #required by @e17, required by @selected, required by @world (argument) =x11-wm/enlightenment-9999 ** The following mask changes are necessary to proceed: (see "package.unmask" in the portage(5) man page for more details) #required by x11-wm/ecomp (argument) # /etc/portage/package.mask/e17.mask: =x11-wm/ecomp-9999 #required by @e17, required by @selected, required by @world (argument) # /var/lib/layman/enlightenment/profiles/package.mask: # Thomas Sachau <tommy@gentoo.org> (02 Dec 2012) # Masking live ebuilds, which are broken by upstream # moves/changes or have broken dependencies # use the released versions instead =x11-wm/enlightenment-9999 NOTE: The --autounmask-keep-masks option will prevent emerge from creating package.unmask or ** keyword changes. Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT). Carefully examine the list of proposed changes, paying special attention to mask or keyword changes that may expose experimental or unstable packages. r2d2 package.mask # Do I have to use the hole E17 from an overlay with ecomorph from the same overlay ? Or is it possible to get it from a regular package from gentoo ??? Puzzled! Regards, BT | afaik ecomorph is WAAAY out of sync w/e since it stopped being updated quite awhile back. ecomorph requires its own modified e src so the two were a matched set, sort of like a fork. you could still run it but you'd be going quite a ways backwards in e releases to do so. e has been adding its own fairly rudimentary compositing with the "comp" module for things like transparency, shadows, etc. and in svn they have "comp-scale" which can do some basic window/screen tricks (I always build from src so maybe there are ebuilds for that, don't know). it pales in comparison to ecomorph imm but it's the best there is atm. |
Hello, After a recent update to my system, evince doesn't seem to see all my printers anymore. Here's my printcap: Code: # cat /etc/printcap # This file was automatically generated by cupsd(8) from the # /etc/cups/printers.conf file. All changes to this file # will be lost. HL2270DW|HL2270DW:rm=maya:rp=HL2270DW: HP_Color_LaserJet_3800|HP Color LaserJet 3800:rm=maya:rp=HP_Color_LaserJet_3800: KM-bizhub|Konica Minolta Bizhub:rm=maya:rp=KM-bizhub: Virtual_PDF_Printer|Virtual PDF Printer:rm=maya:rp=Virtual_PDF_Printer but when I go to print in evince it only has options for "print to file" and "print to LPR". For what it's worth, the printers are fine in the CUPS web interface and show up when I use acroread. I'm guessing that this is some kind of gnome config thing. Can anyone point me in the right direction? | Ah - I didn't notice that but I am seeing the same behaviour. I notice that it doesn't happen in konqueror, which makes me think even more strongly that it's a gnome thing... |
Edit: https://bugs.gentoo.org/show_bug.cgi?id=454208 related bug. Never had major problems with claws so far, but today it started acting up. When I run it, it shows parts of the window, not loading the rest and not responding to anything execpt `kill -9 $pid`. Backed up my .claws-mail folder, started fresh. Setup dialog comes and works, once that finished I can use it normally, but once I close it and start it again, it goes wonkers again (without importing anything thus far). Running the supposedly stable 3.9.0, no plugins active (so far), everything else up2date and revdep-rebuild'ed, no change. calling claws with --debug gives[redacted] Code: claws-mail --debug claws.c:102:Starting Claws Mail version Claws Mail 3.9.0 main.c:2348:Opening socket /tmp/.private/avx/claws-mail-1002 main.c:865:runtime GTK+ 2.24.14 / GLib 2.34.3 main.c:873:buildtime GTK+ 2.24.14 / GLib 2.34.3 main.c:882:Compiled-in features: main.c:899: gnutls main.c:911: iconv main.c:929: libetpan 1.1 prefs_gtk.c:1038:new file '/home/avx/.claws-mail/clawsrc' prefs_gtk.c:997:new section 'Common' prefs_gtk.c:1038:new file '/home/avx/.claws-mail/folderitemrc' prefs_gtk.c:976:cache: /home/avx/.claws-mail/folderitemrc: No such file or directory prefs_gtk.c:1076:destroying cache main.c:2872:/dev/mem_notify not available (No such file or directory) current dir: /home/avx/.claws-mail current dir: /home/avx folder.c:124:registering folder class mh folder.c:124:registering folder class imap folder.c:124:registering folder class news prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Common] prefs_gtk.c:148:Finished reading configuration. prefs_themes.c:372:Creating preferences for themes... stock_pixmap.c:497:dir /home/avx/.claws-mail/themes not found, skipping theme scan stock_pixmap.c:497:dir /usr/share/claws-mail/themes not found, skipping theme scan prefs_actions.c:439:Reading actions configurations... prefs_display_header.c:421:Reading configuration for displaying headers... addressbook.c:4154:Reading address index... addressbook.c:4203:done. mainwindow.c:1600:Creating main window... toolbar.c:710:read Toolbar Configuration from toolbar_main.xml folderview.c:570:Creating folder view... folderview.c:412:creating tree... hooks.c:71:registed new hook for 'folder_update' as id 1 hooks.c:71:registed new hook for 'folder_item_update' as id 1 summaryview.c:527:Creating summary view... hooks.c:71:registed new hook for 'msginfo_update' as id 1 hooks.c:71:registed new hook for 'folder_item_update' as id 2 hooks.c:71:registed new hook for 'folder_update' as id 2 messageview.c:405:Creating message view... headerview.c:84:Creating header view... noticeview.c:73:Creating notice view... mimeview.c:279:Creating MIME view... noticeview.c:73:Creating notice view... textview.c:294:Creating text view... hooks.c:71:registed new hook for 'msginfo_update' as id 2 logwindow.c:88:Creating log window... hooks.c:71:registed new hook for 'log_append_text' as id 1 logwindow.c:88:Creating log window... hooks.c:71:registed new hook for 'debug_append_text' as id 1 ** Message: filtering log disabled mainwindow.c:2271:done. mainwindow.c:3762:Setting widgets... mainwindow.c:3967:done. hooks.c:71:registed new hook for 'sslcert_ask' as id 1 hooks.c:71:registed new hook for 'progressindicator_hooklist' as id 1 hooks.c:71:registed new hook for 'sslcert_get_client_cert' as id 1 hooks.c:71:registed new hook for 'sslcert_get_password' as id 1 account.c:201:Reading all config for each account... account.c:216:Found label: Account: 1 codeconv.c:1486:current locale: de_DE.utf8 prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Account: 1] prefs_gtk.c:148:Finished reading configuration. prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Account: 1] prefs_gtk.c:148:Finished reading configuration. prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Account: 1] prefs_gtk.c:148:Finished reading configuration. prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Account: 1] prefs_gtk.c:148:Finished reading configuration. prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Account: 1] prefs_gtk.c:148:Finished reading configuration. prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Account: 1] prefs_gtk.c:148:Finished reading configuration. prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Account: 1] prefs_gtk.c:148:Finished reading configuration. prefs_gtk.c:86:Reading configuration... prefs_gtk.c:123:Found [Account: 1] prefs_gtk.c:148:Finished reading configuration. prefs_customheader.c:333:Reading custom header configuration... folderview.c:325:setting titles... folderview.c:732:called inc_lock (lock count 1) folderview.c:733:Setting folder info... folderview.c:759:called inc_unlock (lock count 0) summaryview.c:1248:called inc_lock (lock count 1) summaryview.c:1321:empty folder ((nil) (null) (nil) 0) summaryview.c:1333:called inc_unlock (lock count 0) summaryview.c:1334:TIMING summary_show : 0s000ms prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... prefs_gtk.c:86:Reading configuration... folderview.c:732:called inc_lock (lock count 1) folderview.c:733:Setting folder info... msgcache.c:603: Reading swapped message cache from /home/avx/.claws-mail/imapcache/[redacted]/[redacted]/Queue/.claws_cache... msgcache.c:619:using Noop Converter msgcache.c:791:done. (0 items read) msgcache.c:792:Cache size: 0 messages, 0 bytes msgcache.c:822:reading swapped mark file. msgcache.c:883:error reading cache mark from /home/avx/.claws-mail/imapcache/[redacted]/[redacted]/Queue/.claws_mark msgcache.c:911:reading swapped tags file. folder.c:2716:TIMING folder_item_read_cache : 0s000ms folder.c:2577:Total cache memory usage: 0 msgcache.c:275:TIMING msgcache_get_msg_list : 0s000ms folderview.c:759:called inc_unlock (lock count 0) folderview.c:732:called inc_lock (lock count 1) folderview.c:733:Setting folder info... msgcache.c:275:TIMING msgcache_get_msg_list : 0s000ms folderview.c:759:called inc_unlock (lock count 0) (can't be killed with ^C from the shell, have to go to another shell and kill-9 it). Code: [ebuild R ] mail-client/claws-mail-3.9.0 USE="crypt imap ssl -bogofilter -dbus -dillo -doc -ipv6 -ldap -nntp -pda -session -smime -spamassassin -spell -startup-notification -xface" 0 kB Ideas please?! | I see that claws depends on gtk. Do any other gtk programs misbehave? If not, maybe you could downgrade and file a bug. |
oi, newbie here I had great fortune to get new computer. Installing gentoo took 3 hours from inserting a usb to reboot. but this X thing has me occupied since... Problem is I can not get X to work, so kernel and some configuration problem I suspect. Whit kernel "set to go" I get at boot time a pause at secon point seven, than scrolls down to 66 seconds when is next pause, next scroll down to over 100 seconds, where is stops. At this point I have to reset box and boot with old kernel Since I am noob, I call myself a gentoo desktop user, I really do not know what I should paste, here is something I think might help us out for starters: Code: kishta grom # wgetpaste /etc/portage/make.conf Your paste can be seen here: http://bpaste.net/show/70631/ kishta grom # wgetpaste /etc/portage/package.use Your paste can be seen here: http://bpaste.net/show/70632/ kishta grom # lspci > lspci.text kishta grom # wgetpaste lspci.text Your paste can be seen here: http://bpaste.net/show/70634/ kishta grom # rm lspci.text kishta grom # emerge xorg-server xorg-x11 radeon-ucode xf86-video-ati -pv > some.relevant.emerges kishta grom # wgetpaste some.relevant.emerges Your paste can be seen here: http://bpaste.net/show/70638/ kishta grom # rm some.relevant.emerges Thank you | oi BillWho, That looks promising, thank you. In kernel I do not have firmware for my model options: Code: Device Drivers ---> Generic Driver Options ---> -*- Userspace firmware loading support [*] Include in-kernel firmware blobs in kernel binary I can not get in here, and here I should choose my card This is connected with radeon-ucode, which I have installed. How do I get it to show up in kernel configuration? Thank you |
Hallo, ich habe Gentoo als Gast in einer VirtualBox 4.2.6 mit aptosid als Host laufen. In Gentoo habe ich einen Ordner durch Eintragung in der /etc/samba/smb.conf freigegeben. Code: ... [DOWNLOADS] path = /home/benutzer/DOWNLOADS guest ok = yes read only = no Das war notwendig, weil die Freigabe via Dolphin nicht wirksam funktionierte. Ich konnte es zwar eintragen, aber schon beim nächsten Nachschauen war alles wieder weg. Wenn ich nun Dolphin -> Netzwerk aufrufe erscheint nur Network Network Services Netzwerkordner hinzufügen Bei 'Network Services' erscheint "KDE wurde ohne Unterstützung für ZeroConf installiert" , aber keine Spur von Samba Shares . Ich kann vom Host aus auf den im Gast freigegebenen Ordner zugreifen. Ich habe in /etc/make.conf das USE-Flag 'samba' eingetragen und dann Dolphin erneut compiliert, ohne Verbesserung bezüglich Samba-Unterstützung. Warum fehlt die Angabe 'Samba Shares' im Gast? Gruß Ch. Hanisch | I have no knowledge about Samba myself, so I can't be of help there. But please mind that the main forums are English-only. You can either switch to English or, alternatively, post on the German subforum . |
Hi there. I've done some tests, and like some other users out here, i could no longer boot into lightdm. I can however, start X with startx on my user session. Also, if i install slim, it does work ( but amazingly enough does not recognize razorqt as a valid desktop environment... ). Only lightdm does not start. I edited /etc/lightdm/lightdm.conf to enable logging, and this is what i've got. Code: [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log [+0.00s] DEBUG: Starting Light Display Manager 1.4.0, UID=0 PID=3927 [+0.00s] DEBUG: Loaded configuration from /etc/lightdm/lightdm.conf [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager [+0.00s] DEBUG: Registered seat module xlocal [+0.00s] DEBUG: Registered seat module xremote [+0.00s] DEBUG: Adding default seat [+0.00s] DEBUG: Starting seat [+0.00s] DEBUG: Starting new display for greeter [+0.00s] DEBUG: Starting local X display [+0.00s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory) [+0.00s] DEBUG: Using VT 7 [+0.00s] DEBUG: Activating VT 7 [+0.01s] DEBUG: Logging to /var/log/lightdm/x-0.log [+0.01s] DEBUG: Writing X server authority to /var/run/lightdm/root/:0 [+0.01s] DEBUG: Launching X Server [+0.01s] DEBUG: Launching process 3935: /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [+0.01s] DEBUG: Waiting for ready signal from X server :0 [+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager [+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0 [+0.14s] DEBUG: Got signal 10 from process 3935 [+0.14s] DEBUG: Got signal from X server :0 [+0.14s] DEBUG: Connecting to XServer :0 [+0.14s] DEBUG: Starting greeter [+0.14s] DEBUG: Started session 3942 with service 'lightdm-greeter', username 'root' [+0.15s] DEBUG: Session 3942 authentication complete with return value 0: Success [+0.15s] DEBUG: Greeter authorized [+0.15s] DEBUG: Logging to /var/log/lightdm/x-0-greeter.log [+0.15s] DEBUG: Failed to load session file /usr/share/xgreeters/lightdm-gtk-greeter.desktop: No such file or directory [+0.15s] DEBUG: Greeter failed to start [+0.15s] DEBUG: Stopping display [+0.15s] DEBUG: Session 3942: Sending SIGTERM [+0.15s] DEBUG: Greeter closed communication channel [+0.15s] DEBUG: Session 3942 terminated with signal 15 [+0.15s] DEBUG: Greeter quit [+0.15s] DEBUG: Sending signal 15 to process 3935 [+0.28s] DEBUG: Process 3935 exited with return value 0 [+0.28s] DEBUG: X server stopped [+0.28s] DEBUG: Removing X server authority /var/run/lightdm/root/:0 [+0.28s] DEBUG: Releasing VT 7 [+0.28s] DEBUG: Display server stopped [+0.28s] DEBUG: Display stopped [+0.28s] DEBUG: Stopping X local seat, failed to start a display [+0.28s] DEBUG: Stopping seat [+0.28s] DEBUG: Seat stopped [+0.28s] DEBUG: Required seat has stopped [+0.28s] DEBUG: Stopping display manager [+0.28s] DEBUG: Display manager stopped [+0.28s] DEBUG: Stopping daemon [+0.28s] DEBUG: Exiting with return value 1 It seems to fail because of that missing .desktop file. It really isn't there, but equery files lightdm does not show it either. EDIT: Now, i checked which files i had in that folder, and i found razorqt-lightdm-greeter.desktop. I looked in the conf file ( /etc/lightdm/lightdm.conf ) and i found the entry greeter-session. I changed it to lightdm-razor-greeter, and i got lightdm back, but with a whole different login screen. Now, why did the upgrade break this? Shouldn't lightdm default to the first entry found in that folder, if the specified one isn't found? Also, why does it keep looking for a gtk greeter that isn't there? EDIT2: On another pc i still have lightdm 1.0.11, which has 3 greeters in that folder Code: rhiakath@gentoo /usr/share/xgreeters $ equery belongs lightdm-gtk-greeter.desktop * Searching for lightdm-gtk-greeter.desktop ... x11-misc/lightdm-1.0.11 (/usr/share/xgreeters/lightdm-gtk-greeter.desktop) rhiakath@gentoo /usr/share/xgreeters $ ls lightdm-gtk-greeter.desktop lightdm-razor-greeter.desktop lightdm-qt-greeter.desktop Upgrading now. Lets see if those greeters disappear like on the first pc. EDIT3: They did. Code: rhiakath@gentoo /usr/share/xgreeters $ ls lightdm-razor-greeter.desktop And as such.... | Rhiakath wrote: Ok, so i've just confirmed it. The lightdm package has now removed the other greeters ( gtk and qt ) which were in the previous version. Now, they're on separate packages. But this means, that, if one emerges lightdm, it is unusable. It should include at least the gtk greeter, as per standard. gonna try reporting it as bug. It did say that in the elog message, which apparently some people missed. But we have added dependencies in lightdm-1.4.0-r1, with the gtk greeter enabled by default. |
Hello Xfce4 doesn't restore all the terminals open when the session was closed down and, for the only one it does restore, it forgets its position. In "Session and Startup" in "Settings", "Automatically save session on logout" is checked. Once upon a time it saved both the number and position, I haven't changed the configuration (I think). Has this facility been removed? Chris | Thanks -- I've just looked in .cache/sessions and it has nothing more recent than Oct 25... I'll try removing the .config/xfce4 and .config/xfce4-session and start again ... hmmm .config/xfce4-session/ is empty ... suspicious. Thanks again, Chris |
When my laptop starts up, both GDM and LightDM start X and cause the display to switch to TTY7. The odd thing is that TTY7 is just a black screen with a cursor or mouse. The display manager is on another TTY. LightDM is on TTY2 and GDM is on either 8 or 9 (can't remember which). Also, if xdm is not added to a run level I get a black screen unless I disable kernel mode setting via the second of the grub entries below. BTW, there is a genkernel listed purely as my fallback while I teak my custom one. EDIT / UPDATE Now, it seems that the display managers are not wanting to show at all. On TTY7 I get a black screen and a mouse. If I move the mouse around it changes to the cursor thing where I should type. If I blindly type in my login info it seems to log me in but still not show me anything other than a mouse on a black screen. Ideas? EDIT 2 Odd... I let it sit for a minute while typing the first edit and then right clicked in the blackness... saw nothing... switched back to TTY1 to shut it down and there was my GUI with the right click menu open. I am baffled. EDIT 3 Marked as solved, see post below for details. Code: TinyTux ~ # cat /boot/grub/grub.conf default 0 timeout 5 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title Gentoo Linux 3.5.7 root (hd0,0) kernel /boot/kernel-3.5.7-gentoo root=/dev/sda3 title Gentoo Linux 3.5.7 no-kms root (hd0,0) kernel /boot/kernel-3.5.7-gentoo root=/dev/sda3 nomodeset title Gentoo Genkernel 3.5.7 root (hd0,0) kernel /boot/kernel-genkernel-x86-3.5.7-gentoo real_root=/dev/sda3 rootfstype=ext4 initrd /boot/initramfs-genkernel-x86-3.5.7-gentoo title Gentoo Linux 3.5.7 (rescue) root (hd0,0) kernel /boot/kernel-3.5.7-gentoo root=/dev/sda3 init=/bin/bb # vim:ft=conf: Code: TinyTux ~ # lspci -k 00:00.0 Host bridge: Intel Corporation 82830M/MG/MP Host Bridge (rev 04) Kernel driver in use: agpgart-intel 00:02.0 VGA compatible controller: Intel Corporation 82830M/MG Integrated Graphics Controller (rev 04) Subsystem: Dell Device 00c8 Kernel driver in use: i915 00:02.1 Display controller: Intel Corporation 82830M/MG Integrated Graphics Controller Subsystem: Dell Device 00c8 00:1d.0 USB controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02) Subsystem: Intel Corporation Latitude C640 Kernel driver in use: uhci_hcd 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42) 00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02) Kernel driver in use: lpc_ich 00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02) Subsystem: Intel Corporation Latitude C640 Kernel driver in use: ata_piix 00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02) Subsystem: Cirrus Logic Crystal WMD Audio Codec Kernel driver in use: snd_intel8x0 00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02) Subsystem: PCTel Inc Dell Inspiron 2100 internal modem Kernel driver in use: snd_intel8x0m 02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) Subsystem: Dell Device 00c8 Kernel driver in use: 3c59x 02:01.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02) Subsystem: Dell Device 00c8 Kernel driver in use: yenta_cardbus 02:03.0 Network controller: Atheros Communications Inc. AR922X Wireless Network Adapter (rev 01) Subsystem: Atheros Communications Inc. Device 2091 Kernel driver in use: ath9k Code: TinyTux ~ # emerge --info gdm lightdm Portage 2.1.11.31 (default/linux/x86/10.0, gcc-4.5.4, glibc-2.15-r3, 3.5.7-gentoo i686) ================================================================= System Settings ================================================================= System uname: Linux-3.5.7-gentoo-i686-Intel-R-_Pentium-R-_III_Mobile_CPU_866MHz-with-gentoo-2.1 Timestamp of tree: Sat, 05 Jan 2013 17:45:01 +0000 ld GNU ld (GNU Binutils) 2.22 app-shells/bash: 4.2_p37 dev-lang/python: 2.7.3-r2, 3.2.3 dev-util/cmake: 2.8.9 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.11.8 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.11.6 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.5.4 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=native -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=native -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -march=i686 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -march=i686 -pipe" GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo http://gentoo.osuosl.org/" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync3.us.gentoo.org/gentoo-portage" USE="X acl alsa berkdb bindist branding bzip2 cli cracklib crypt cxx dbus dri drm fortran gdbm gif gnome gpm gtk iconv javascript jpeg lm_sensors mmx modules mudflap ncurses nls nptl ntp openmp pam pcre png pppd readline session sse ssl symlink systemd tcpd threads tiff truetype unicode vim vim-syntax x86 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="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel i915" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON ================================================================= Package Settings ================================================================= gnome-base/gdm-2.20.11-r1 was built with the following: USE="branding consolekit pam tcpd -accessibility -afs -dmx -gnome-keyring -ipv6 -remote (-selinux) -xinerama" x11-misc/lightdm-1.0.11 was built with the following: USE="branding gtk introspection -qt4 -test" | Let me start off by saying I have no idea what is causing your problems. Myself I've never been happy with any of the current display managers. Really its because I never figured them out. Anyway, During my exploring I discovered an application called qingy that is really cool. It makes running multiple x sessions a snap. But I admit that it does seem quirky.. |
Hi there, and happy new year! After an emerge world, every QT-based app I have fails to work. For example, we have: Code: gfaccin@piranha ~ $ kcalc Segmentation fault Trying the same as root provides: Code: piranha gfaccin # kcalc kcalc(3163)/kdeui (kdelibs): Session bus not found To circumvent this problem try the following command (with Linux and bash) export $(dbus-launch) KCrash: Application 'kcalc' crashing... KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit sock_file=/root/.kde4/socket-piranha/kdeinit4__0 Warning: connect() failed: : No such file or directory KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly drkonqi(3164)/kdeui (kdelibs): Session bus not found To circumvent this problem try the following command (with Linux and bash) export $(dbus-launch) In fact, running export $(dbus-launch) as root allows me to run kcalc as root. However, the dbus-launch trick does not work for the user account. How can I fix this? I've already reemerged dbus and qt, and dbus + consolekit are enabled on the default boot runlevel. Thank you! | gfaccin wrote: Yes, and it says that everything is ok. just for the sake of it, run revdep-rebuild -i |
As the topic says I'm having problems getting my shutdown and reboot buttons to work. My kernel is 3.7.1 gentoo-sources. I have followed https://forums.gentoo.org/viewtopic-t-905296-postdays-0-postorder-asc-highlight-xfce4+shutdown-start-25.html and https://forums.gentoo.org/viewtopic-t-858965-highlight-xfce4+shutdown.html but still cant get them. When I click the logout button nothing happens and shortly nothing responds and and i have to Ctrl Alt F1 log in as root and reboot. Brand new install. ck-list-sessions when logging in with slim. Code: Session2: unix-user = '1000' realname = '(null)' seat = 'Seat1' session-type = 'x11' active = TRUE x11-display = ':0.0' x11-display-device = '/dev/tty7' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2013-01-10T06:33:12.974240Z' login-session-id = '1' Session1: unix-user = '1000' realname = '(null)' seat = 'Seat2' session-type = '' active = FALSE x11-display = ':0.0' x11-display-device = '' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2013-01-10T06:33:12.960844Z' login-session-id = '1' ck-list-sessions when started with startxfce4 Code: Session1: unix-user = '1000' realname = '(null)' seat = 'Seat1' session-type = '' active = FALSE x11-display = '' x11-display-device = '' display-device = '/dev/tty1' remote-host-name = '' is-local = TRUE on-since = '2013-01-10T06:57:11.899568Z' login-session-id = '1' idle-since-hint = '2013-01-10T06:57:44.787058Z' upower -d As user and root Code: (upower:2505): libupower-glib-WARNING **: Couldn't enumerate devices: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success (upower:2505): UPower-WARNING **: failed to enumerate: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success Should sys-apps/shadow be built with the audit flag? Edit: Cause i pushed the wrong button. | You need to get 'active = TRUE' Use ~/.xinitrc with content of: Code: # cd ~ # cat .xinitrc startxfce4 --with-ck-launch Then use `startx` instead of `startxfce4 --with-ck-launch` Then make sure the 'nox11' parameter is present as it should: Code: # grep nox11 /etc/pam.d/system-login -session optional pam_ck_connector.so nox11 |
I'm using Gnome Overlay for Gnome 3.6 two months ago. After a world update, I can login to Gnome Shell with gdm, but all apps are missing. Only an empty app menu. If I login as root, and run startx , Gnome Shell started without any problem. Now, Gnome 3.6 is unmasked. But my issue still exist... Why? And how to resolve it? | what theme do u use . i got this prob with my shell-theme |
hi , yesterday i performed a full upgrade of my lenovo x120e netbook (amd e350 apu) and now it is unable to start x server. the error i get is "DRM REPORT MODESETTING ISNT SUPPORTED"...here is an screenshot http://imgur.com/ybPrL i have disabled mode setting since one year because it leads to a greyed out display soon after the bootup. this is the xorg log screenshot http://imgur.com/ybPrL xrandr outputs "cant open display" I am running kernel 3.6 and xfce. please help in this regard. thanks | Do you have the firmware for radeon installed? If you build radeon as module, you need to ensure that it loads before X starts. If you can, please provide the dmesg output once the screen becomes corrupted (you may need to do this via ssh). |
I would like to login without a password. I have previously achieved this with the following at the end of my /etc/iniittab : Quote: xp:5:respawn:su - admin -l -c 'exec startx -- :1 vt8 >& ~/.xsession-errors' When startx was working for users the SUID bit for /usr/bin/Xorg was set, but this is no-longer the case. Now: Quote: equery b /usr/bin/Xorg * Searching for /usr/bin/Xorg ... x11-base/xorg-server-1.13.1 (/usr/bin/Xorg) Quote: equery uses x11-base/xorg-server-1.13.1 | grep suid +suid Quote: ls -la /usr/bin/Xorg -rwxr-xr-x 1 root root 2108608 Jan 9 15:30 /usr/bin/Xorg I thought the suid flag would set the SUID bit, but this does not seem to be so. How do I turn the SUID bit back on for my /usr/bin/Xorg ? | Works fine here. Code: # emerge -pv xorg-server [ebuild R ] x11-base/xorg-server-1.13.1 USE="ipv6 nptl suid udev xorg -dmx -doc -kdrive -minimal (-selinux) -static-libs -tslib -xnest -xvfb" 0 kB # stat /usr/bin/Xorg File: ‘/usr/bin/Xorg’ Size: 2198856 Blocks: 4296 IO Block: 4096 regular file Device: 805h/2053d Inode: 2762688 Links: 1 Access: (4711/-rws--x--x) Uid: ( 0/ root) Gid: ( 0/ root) You may want to look at the xorg-server build log if anything is wrong there. Set FEATURES="keeptemp" and rebuild the package, then retrieve the log from /var/tmp/portage/x11-base/xorg-server/temp/build.log |
Like title. The HDD is working fine on Windows and other ditros and lsusb recognize it. Code: * sys-fs/udiskie Latest version available: 0.4.1 Latest version installed: 0.4.1 Size of files: 10 kB Homepage: http://bitbucket.org/byronclark/udiskie Description: An automatic disk mounting service using udisks License: MIT * sys-fs/udisks Latest version available: 1.0.4-r2 Latest version installed: 1.0.4-r2 Size of files: 703 kB Homepage: http://www.freedesktop.org/wiki/Software/udisks Description: Daemon providing interfaces to work with storage devices License: GPL-2 udisks Quote: Addon software sys-apps/gnome-disk-utility - GNOME program to partition, configure and monitor storage devices. sys-fs/udiskie - Automatic mount of drives. sys-fs/udisks-glue - Run actions on udisks events. P. S.: why in Fedora everything is automounted goes into /run/media/<user name>/? | This is a line from my fstab that deals with a microSDHC NTFS filessystem Code: /dev/disk/by-label/MSDHC /mnt/msdhc auto noauto,user,exec,nodev,nosuid 0 0 I don't want it automounted at boot up, so I use noauto. As CrankyPenguin believes, I do also that you would need a udev rule to automount upon insertion. Good Luck Note: I had to build fuse into ntfs-3g to get non-root mounting working. You may or may not need to do that. |
Hello, At some point in time somebody decided that when using Bulgarian phonetic layout the numpad dot sign should produce the coma sign instead. Besides being nonsense it is very irritating, because most of the software expect '.' for decimal separator and I have to switch layouts every few seconds. So the question is: which file have I to edit in order to get back the numpad dot (del button) to produce '.'? I have actually done this before, but for some reason can not reproduce it now. Greetings, Petar | O.K. found the solution myself: 1. cd /usr/share/X11/xkb/symbols/ 2. edit the corresponding file. In my case the file called "bg" 3. change the line that defines the KP_Delete to be a KP_Decimal instead KP_Separator 4. restart the X server |
My idea is to move the whole desktop between my workstation and notebook. It's like suspend the workstation and restore it on the notebook and vise versa. Perhaps this idea is a bit crazy, but I think it's ultimately useful. Example: on my workstation, there're: 1. a gimp window editing /home/fpemud/a.png, unsaved. 2. a evince window viewing a.pdf and b.pdf 3. a totem window playing http://abc/a.avi 4. on workspace 2, I have a doom3 window, which is paused. assume the two PC has exactly the same arch,kernel,lib,app,cfg operation step: 1. I right-click an sync-app-icon on the tray, selects "sync desktop to fpemud-notebook". 2. A Yes/No dialog appears: Valid sync application: 1. gimp 2. evince 3. totem Invalid sync application: 1. doom3: no corresponding application on target system 3. I click "yes" 4. Then all the applications except doom3 on fpemud-workstation close 5. on fpemud-notebook opens gimp, evince, totem window and they appears just the same as on workstation except the window size (notebook has a smaller screen resolution) I think virtual machine live migration can get this effect, but I think it it more like a process-and-context-live-migration. I wonder, for a program fully based on like glib, is this kind of effect feasible? | What you;'re looking for is something called "checkpoint and restatrt" (c/r for short). Some supports exists in Linux, it is being merged in little pieces (like the kcmp syscall, /proc enhancements, a new PTCRL_SET_MM prctl, the F_GETOWNER_UIDS fcntl) both a part of better container support and for its own sake. The pieces are coming together, there is a CRIU project (a subproject of OpenVZ) if you want to try it out (for best results, use at least Linux 3.5, and enable CONFIG_CHECKPOINT_RESTORE in your kernel config) |
Hello, I recently updated gnome from 3.4.1 to 3.6.2 and since then i don't receive chat notification no more... Both empathy & gnome notifications are enabled, and i just don't know where to look, i tried to enable some notification tools from gnome-shell-extensions with no luck. anyone familiar with that? emerge --info: Code: Portage 2.1.11.38 (default/linux/amd64/10.0/desktop/gnome, gcc-4.5.3, glibc-2.16.0, 3.7.1-gentoo x86_64) ================================================================= System uname: Linux-3.7.1-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_930_@_2.80GHz-with-gentoo-2.2 Timestamp of tree: Fri, 28 Dec 2012 17:15:01 +0000 ld GNU ld (GNU Binutils) 2.23.1 ccache version 3.1.8 [disabled] app-shells/bash: 4.2_p39-r1 dev-java/java-config: 2.1.12-r1 dev-lang/python: 2.7.3-r3, 3.1.4-r3, 3.2.3-r2 dev-util/ccache: 3.1.8 dev-util/cmake: 2.8.10.2 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.11.8 sys-apps/sandbox: 2.6 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.6, 1.12.6 sys-devel/binutils: 2.23.1 sys-devel/gcc: 4.5.3-r2, 4.6.3 sys-devel/gcc-config: 1.8 sys-devel/libtool: 2.4.2 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.7 (virtual/os-headers) sys-libs/glibc: 2.16.0 Repositories: gentoo ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/lib/hsqldb" CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--autounmask=n" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ " LANG="fr_FR.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 apache2 apng archive autoipd avahi bash-completion berkdb bluetooth branding bzip2 cairo caps cdda cdr cleartype cli colord consolekit corefonts cracklib crypt cups custom-optimization cxx dbus device-mapper dhcpcd dri dts dvd dvdr eds emboss emerald encode esd evdev evo exif extras fam ffmpeg firefox flac fontconfig fortran fuse gconf gd gdbm gdu gif git gnome gnome-keyring gnome-online-accounts gnutls gphoto2 gpm gstreamer gtk gtk3 hddtemp iconv iphone ipod ipv6 java jpeg lcms ldap lib32 libnotify lm_sensors mad matroska mbrola mikmod minizip mmx mng modules mono moonlight mp3 mp4 mpeg mudflap multilib nautilus ncurses networkmanager nls nptl nsplugin ogg opengl openmp pam pango pcre pdf php png policykit ppds pppd pulseaudio qt qt3support qt4 readline samba sdl sensord session socialweb spell sqlite sse sse2 ssl startup-notification svg symlink tcpd threads tiff totem truetype type1 udev udisks unicode upower usb v4l video vorbis wxwidgets x264 xcb xml 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 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 proxy" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="fr" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" SANE_BACKENDS="pixma" USERLAND="GNU" VIDEO_CARDS="nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" USE_PYTHON="2.7" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Thank you | i created a new user and it works again, though every other notifications were actually working properly the problem seemed to be my user profile...anyway (solved) |
Hi, I've followed the Unofficial Gentoo Wiki Userspace Suspend to implement hibernation on an Asus UX21e because xfce-extra/xfce4-power-manager always had the "Hibernate" option greyed out/unavailable. Suspend to RAM worked fine using this and it could control the same on lid closure. This was ok, but it only lasted in suspend for a day or so and given its got an SSD I wanted to hibernate to disk as start up shouldn't be too much slower and power efficiency a lot longer given its turned off. Hibernates and suspends fine from the command line after following the HowTo (including custom initramfs), but still no Hibernate option in the Xfce4 Power Manager utility. I found this thread but nothing really that was of any use. I get the following suggesting that I'm authorised to hibernate but can't for some reason, although based on the above linked thread consolekit is both active and local as required. Code: $ cat tmp/xfce4-power-manager-dump --------------------------------------------------- Xfce power manager version 1.2.0 With policykit support With network manager support With DPMS support --------------------------------------------------- Can suspend: True Can hibernate: False Can spin down hard disks: True Authorized to suspend: True Authorized to hibernate: True Authorized to shutdown: True Authorized to spin down hard disks: True Has battery: True Has brightness panel: True Has power button: True Has hibernate button: True Has sleep button: True Has LID: True Code: $ ck-list-sessions Session2: unix-user = '1000' realname = '(null)' seat = 'Seat1' session-type = '' active = TRUE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '/dev/tty7' remote-host-name = '' is-local = TRUE on-since = '2012-12-31T11:04:40.986429Z' login-session-id = '' Any ideas much appreciated. Cheers, slack | slack---line wrote: Hibernates and suspends fine from the command line after following the HowTo (including custom initramfs), but still no Hibernate option in the Xfce4 Power Manager utility. Did some digging, and it appears "Hibernate" (to disk) isn't working as the following output from hibernate shows... Code: # hibernate -v3 hibernate: Trying method in tuxonice.conf... hibernate: Trying method in disk.conf... hibernate: Trying method in ususpend-disk.conf... hibernate: Including configuration from common.conf hibernate: Trying method in sysfs-disk.conf... hibernate: Including configuration from common.conf hibernate: Skipping already included config file /etc/hibernate/common.conf hibernate: Trying method in ram.conf... hibernate: Trying method in ususpend-ram.conf... hibernate: Including configuration from common.conf hibernate: Skipping already included config file /etc/hibernate/common.conf hibernate: Trying method in sysfs-ram.conf... hibernate: Including configuration from common.conf hibernate: Skipping already included config file /etc/hibernate/common.conf hibernate: [01] Executing CheckLastResume ... hibernate: [01] Executing CheckRunlevel ... hibernate: [01] Executing LockFileGet ... hibernate: [01] Executing NewKernelFileCheck ... hibernate: [10] Executing EnsureSysfsPowerStateCapable ... hibernate: [55] Executing MiscLaunchAuxFunc1 ... Executing sync... hibernate: [59] Executing RemountXFSBootRO ... hibernate: [70] Executing ClockSave ... hibernate: [89] Executing SaveKernelModprobe ... Saved /proc/sys/kernel/modprobe is /sbin/modprobe hibernate: [91] Executing ModulesUnloadBlacklist ... Unloading blacklisted modules listed /etc/hibernate/blacklisted-modules Module version for ipw2100 is Module version for ipw2200 is Module version for snd_bt_sco is Module version for ndiswrapper is hibernate: [98] Executing CheckRunlevel ... hibernate: [98] Executing FullSpeedCPUSuspend ... Switched to performance, with min freq at 1601000 Switched to performance, with min freq at 1601000 Switched to performance, with min freq at 1601000 Switched to performance, with min freq at 1601000 hibernate: [99] Executing DoSysfsPowerStateSuspend ... hibernate: Activating sysfs power state mem ... hibernate: [98] Executing FullSpeedCPUResume ... hibernate: [91] Executing GentooModulesAutoload ... hibernate: [90] Executing ModulesLoad ... hibernate: [89] Executing RestoreKernelModprobe ... hibernate: [70] Executing ClockRestore ... hibernate: [59] Executing RemountXFSBootRW ... hibernate: [01] Executing NoteLastResume ... hibernate: [01] Executing LockFilePut ... Appears I made a fundamental oversight and didn't enable 'hibernate' support in the kernel, Ooops! Think I might try out tuxonice though as it supports using a swap file rather than having to have a swap partition (which I'm not using anywhere else and as the laptop only has 128Gb SSD I could do with every bit of space possible). slack |
last year I have modified the original C++ xml code used in KDE's kate text editor to highlight most common parts of the hoc code. hoc is the scripting language of NEURON simulation environment. Its syntax is similar to C and C++ but it has lots of built-in functions. a year ago when I was a ubuntu user I was able to use this customized syntax highlighting by copying the customized xml file named "neuron.xml" into the folder "~/.kde/share/apps/katepart/". However, in Gentoo when I copy that neuron.xml file to the "~/.kde/share/apps/katepart/" directory it does not work. I tried to find a solution using google but unfortunately I could not find a solution. do you have any idea? | keivan wrote: However, in Gentoo when I copy that neuron.xml file to the "~/.kde/share/apps/katepart/" directory it does not work. Shouldn't that be "~/.kde/share/apps/katepart/syntax/" directory? |
With the upgrade to Gnome 3.6.3 and upgrade to the new Nautilus there have been some changes, such as changing the interface of Nautilus where I can no longer find options ... But what is bothering me the most is the inability to execute a bash script exclusively by double clicking on it. With the old Nautilus if a script has execute permission was asked whether show (with gedit), whether to execute or whether execute in the terminal. With the new Nautilus is simply opened with Gedit ... Any solution? Thanks | doom555 wrote: With the upgrade to Gnome 3.6.3 and upgrade to the new Nautilus there have been some changes, such as changing the interface of Nautilus where I can no longer find options ... The preferences are in the new AppMenu. There you will find "Behavior -> Executable Text Files". see https://live.gnome.org/GnomeShell/Design/Whiteboards/AppMenu |
Hello, My xorg does not regnize my mouse and my keyboard. It only recognize my touchpad Thx. | Overengineered configured files... So: - not quite important, but drop the '"touchpad ignore duplicates" ' thing and just filter by path in in the first section (the commented out line) - for mouse, the standard Code: Section "InputClass" Identifier "mouses" Driver "evdev" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" EndSection should work - synaptics has a higher number in the name for a reason - as for the keyboard, odd - the log doesn't show anything wrong with it |
Hi! My System language is Russian. Spellchecking won't work in kopete even if hunspell-ru, aspell-ru and myspell-ru are installed, but automatic spellchecking checkbox is enabled. it's not work even for English. Code: [I] app-text/hunspell Available versions: 1.3.2-r3 {{linguas_af linguas_bg linguas_ca linguas_cs linguas_cy linguas_da linguas_de linguas_el linguas_en linguas_eo linguas_es linguas_et linguas_fo linguas_fr linguas_ga linguas_gl linguas_he linguas_hr linguas_hu linguas_ia linguas_id linguas_is linguas_it linguas_km linguas_ku linguas_lt linguas_lv linguas_mk linguas_ms linguas_nb linguas_nl linguas_nn linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sq linguas_sv linguas_sw linguas_tn linguas_uk linguas_zu ncurses nls readline static-libs}} Installed versions: 1.3.2-r3(02:45:16 12.12.2012)(linguas_en linguas_ru ncurses nls readline -linguas_af -linguas_bg -linguas_ca -linguas_cs -linguas_cy -linguas_da -linguas_de -linguas_el -linguas_eo -linguas_es -linguas_et -linguas_fo -linguas_fr -linguas_ga -linguas_gl -linguas_he -linguas_hr -linguas_hu -linguas_ia -linguas_id -linguas_is -linguas_it -linguas_km -linguas_ku -linguas_lt -linguas_lv -linguas_mk -linguas_ms -linguas_nb -linguas_nl -linguas_nn -linguas_pl -linguas_pt -linguas_pt_BR -linguas_ro -linguas_sk -linguas_sl -linguas_sq -linguas_sv -linguas_sw -linguas_tn -linguas_uk -linguas_zu -static-libs) Homepage: http://hunspell.sourceforge.net/ Description: Hunspell spell checker - an improved replacement for myspell in OOo. [I] app-dicts/myspell-ru Available versions: 20060316 Installed versions: 20060316(02:38:28 12.12.2012) Homepage: http://lingucomponent.openoffice.org/ Description: Russian dictionaries for myspell/hunspell [I] app-dicts/aspell-ru Available versions: 0.50.2 0.99.1 0.99.1-r1 Installed versions: 0.99.1-r1(03:25:15 08.01.2013) Homepage: http://aspell.net Description: Russian language dictionary for aspell [I] app-text/aspell Available versions: 0.50.5-r4 0.60.6.1 {{gpm linguas_af linguas_be linguas_bg linguas_br linguas_ca linguas_cs linguas_cy linguas_da linguas_de linguas_el linguas_en linguas_eo linguas_es linguas_et linguas_fi linguas_fo linguas_fr linguas_ga linguas_gl linguas_he linguas_hr linguas_is linguas_it linguas_la linguas_lt linguas_nl linguas_no linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_uk linguas_vi nls}} Installed versions: 0.60.6.1(03:25:02 08.01.2013)(linguas_en linguas_ru nls -linguas_af -linguas_be -linguas_bg -linguas_br -linguas_ca -linguas_cs -linguas_cy -linguas_da -linguas_de -linguas_el -linguas_eo -linguas_es -linguas_et -linguas_fi -linguas_fo -linguas_fr -linguas_ga -linguas_gl -linguas_he -linguas_hr -linguas_is -linguas_it -linguas_la -linguas_lt -linguas_nl -linguas_no -linguas_pl -linguas_pt -linguas_pt_BR -linguas_ro -linguas_sk -linguas_sl -linguas_sr -linguas_sv -linguas_uk -linguas_vi) How I can fix it? Maybe there is needed additional setup? | Solved by adding English (USA) and Russian (Russia) to Orthography |
I ran a system update this weekend, and now gnucash is locking up X whenever I click on a button that pops up a list (e.g. the button to select a date on an entry in an account register window). I can ssh into the box after it's locked and top's not showing excessive CPU load. I tried killing everything related to gnucash or X, and all the processes go away except the X server which doesn't respond to kill or kill -9. Also, issuing a chvt as root in the ssh session hangs as well (but responds to ^C) so I can't switch away from the X session. Gnucash itself wasn't updated (at v2.4.10 since late last year) but there were updates to X drivers and libs. I tried rebuilding gnucash and guile (along with media-libs/glu, media-libs/mesa and x11-libs/motif - had got a file collision warning for libGLU.so that didn't show up when rebuilt) but still getting the same result. Anyone else seeing similar behavior? `emerge --info' output included below. Code: # emerge --info app-office/gnucash Portage 2.1.11.31 (default/linux/x86/10.0/desktop/gnome, gcc-4.5.4, glibc-2.15-r3, 2.6.36-gentoo-r8 i686) ================================================================= System Settings ================================================================= System uname: Linux-2.6.36-gentoo-r8-i686-Intel-R-_Atom-TM-_CPU_N450_@_1.66GHz-with-gentoo-2.1 Timestamp of tree: Sun, 13 Jan 2013 23:30:01 +0000 ld GNU ld (GNU Binutils) 2.22 app-shells/bash: 4.2_p37 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.3-r2, 3.2.3 dev-util/cmake: 2.8.9 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.11.8 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.6 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.5.4, 4.6.3 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -march=i686 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -march=i686 -pipe" GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/ http://mirror.iawnet.sandia.gov/gentoo/ http://mirrors.rit.edu/gentoo/ http://ftp-mirror.internap.com/pub/gentoo/" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa berkdb branding bzip2 cairo cdda cdr cli colord consolekit cracklib crypt cups cxx dbus dga dri dts dvd dvdr eds emboss encode evo exif fam fbcon firefox flac fortran gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv jpeg lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf png policykit ppds pppd pulseaudio qt3support readline sdl session socialweb spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 x86 xcb xml xv xvid zlib" ALSA_CARDS="hda-intel" 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="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="canon" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" SANE_BACKENDS="canon pixma" USERLAND="GNU" VIDEO_CARDS="intel fbdev" XFCE_PLUGINS="trash menu brightness logout clock" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON ================================================================= Package Settings ================================================================= app-office/gnucash-2.4.10 was built with the following: USE="cxx doc ofx -chipcard -debug -hbci -mysql -postgres -python -quotes -sqlite -webkit" | This could be a graphics driver issue. Your kernel is rather old and will probably not work very well with current xf86-video-intel. If upgrading the kernel to the latest stable version does not help, you can try one or more of the following: start gnucash with LIBGL_ALWAYS_SOFTWARE=1 Use uxa acceleration instead of sna for xf86-video-intel Disable any kind of compositing window manager Use xf86-video-vesa/fbdev/modesetting driver instead of xf86-video-intel The outcome of the above may help in isolating the issue. |
After ten years as happy gentoo user, time has come to activly ask on this forum: Since a few weeks I'm having the following strange problem with QtCurve: Rounded corners (of buttons or input boxes) and radiobuttons look strange/ wrong/ugly in GTK applictions (like Qalculate). They do look correct in KDE applications. Sample Screenshot: http://imgur.com/SqpIC Steps to reproduce: 1. emerge x11-themes/gtk-engines-qtcurve x11-themes/qtcurve-qt4 2. set KDE widget style to "QtCurve" 3. load QtCurve preset "Flat" (also happens with other presets) 4. set gtk2 theme to "QtCurve" 5. start Qalculate, Firefox or Thunderbird I had this problem on my old gentoo installation on this computer. When I did a complete new installation last month, I encountered this problem again. My current installation is up to date. I did an "emerge -vuND world" this morning. "revdep-rebuild" did not complain anything. "dispatch-conf" does not list outstanding replacements. I do not use any portage overlays nor have I installed unstable packages. Testing this issue with a kubuntu live DVD on my computer worked flawless. So it does not seem to be a hardware problem or a problem with KDE 4.9.x and QtCurve in general. Moving the mouse cursor over the radiobuttons triggers a hover event and the radio buttons get redrawn. After this, the radiobuttons look nice. This does not work for the "rounded corners". Any ideas, how to fix this or at least how to investigate further? | They look fine here, see http://i.imgur.com/MPG3p.jpg The applications other than the qtcurve and kde setting dialog are all gtk applications - rox, lxappearance, and a font dialog. Maybe you need to set a system wide antialiasing from your graphics drivers? |
I got this message when trying to "emerge -av kde-meta". Can someone help me solve it? Btw, Im quite new to Gentoo so I don't really get what the error messages mean, if you can help me explain the problem and solution, I would appreciate that a lot! Thanks Code: Total: 454 packages (2 upgrades, 450 new, 1 in new slot, 1 reinstall, 1 uninstall), Size of downloads: 1,309,935 kB Conflict: 3 blocks (1 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-auth/pambase:0 (sys-auth/pambase-20101024-r2::gentoo, installed) pulled in by (no parents that aren't satisfied by other packages in this slot) (sys-auth/pambase-20101024-r2::gentoo, ebuild scheduled for merge) pulled in by sys-auth/pambase[consolekit] required by (sys-auth/polkit-0.107-r1::gentoo, ebuild scheduled for merge) sys-apps/hwids:0 (sys-apps/hwids-20121119::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (sys-apps/hwids-20121225::gentoo, ebuild scheduled for merge) pulled in by >=sys-apps/hwids-20121202.2[udev] required by (sys-fs/udev-196-r1::gentoo, ebuild scheduled for merge) virtual/udev:0 (virtual/udev-171::gentoo, installed) pulled in by ~virtual/udev-171 required by (net-wireless/bluez-4.99::gentoo, ebuild scheduled for merge) <virtual/udev-196 required by (sys-fs/lvm2-2.02.88::gentoo, ebuild scheduled for merge) (virtual/udev-196::gentoo, ebuild scheduled for merge) pulled in by virtual/udev[gudev] required by (sys-power/upower-0.9.18::gentoo, ebuild scheduled for merge) virtual/udev[gudev,hwdb] required by (sys-fs/udisks-1.0.4-r2::gentoo, ebuild scheduled for merge) >=virtual/udev-180 required by (sys-fs/udev-196-r1::gentoo, ebuild scheduled for merge) =virtual/udev-196 required by (app-misc/media-player-info-17::gentoo, ebuild scheduled for merge) (and 12 more with the same problems) sys-fs/udev:0 (sys-fs/udev-196-r1::gentoo, ebuild scheduled for merge) pulled in by >=sys-fs/udev-196-r1[gudev?,hwdb?,introspection?,keymap?,selinux?,static-libs?] required by (virtual/udev-196::gentoo, ebuild scheduled for merge) (sys-fs/udev-171-r9::gentoo, installed) pulled in by ~sys-fs/udev-171[gudev?,hwdb?,introspection?,keymap?,selinux?] required by (virtual/udev-171::gentoo, installed) It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. The following keyword changes are necessary to proceed: #required by virtual/udev-196, required by app-admin/system-config-printer-common-1.3.12, required by kde-base/printer-applet-4.9.3, required by kde-base/kdeutils-meta-4.9.3[cups], required by kde-base/kde-meta-4.9.3, required by kde-meta (argument) =sys-fs/udev-196-r1 ~x86 #required by sys-fs/udev-196-r1[kmod], required by virtual/udev-196, required by app-admin/system-config-printer-common-1.3.12, required by kde-base/printer-applet-4.9.3, required by kde-base/kdeutils-meta-4.9.3[cups], required by kde-base/kde-meta-4.9.3, required by kde-meta (argument) =sys-apps/kmod-12-r1 ~x86 #required by sys-fs/udev-196-r1[hwdb], required by virtual/udev-196, required by app-admin/system-config-printer-common-1.3.12, required by kde-base/printer-applet-4.9.3, required by kde-base/kdeutils-meta-4.9.3[cups], required by kde-base/kde-meta-4.9.3, required by kde-meta (argument) =sys-apps/hwids-20121225 ~x86 #required by sys-fs/udev-196-r1[openrc], required by virtual/udev-196, required by app-admin/system-config-printer-common-1.3.12, required by kde-base/printer-applet-4.9.3, required by kde-base/kdeutils-meta-4.9.3[cups], required by kde-base/kde-meta-4.9.3, required by kde-meta (argument) =sys-fs/udev-init-scripts-18 ~x86 #required by sys-power/upower-0.9.18, required by kde-base/kdelibs-4.9.3[upower], required by kde-base/audiocd-kio-4.9.3, required by kde-base/kdemultimedia-meta-4.9.3, required by kde-base/kde-meta-4.9.3, required by kde-meta (argument) =virtual/udev-196 ~x86 The following USE changes are necessary to proceed: #required by kde-base/pykde4-4.9.3, required by kde-base/printer-applet-4.9.3, required by kde-base/kdeutils-meta-4.9.3[cups], required by kde-base/kde-meta-4.9.3, required by kde-meta (argument) >=dev-python/PyQt4-4.9.6-r1 webkit declarative sql script | naviehuynh, There are packages required from the testing repo ~x86 and dev-python/PyQt4-4.9.6-r1 needs to have these use flags set webkit declarative sql script You would add the testing packages to package.accept_keywords and >=dev-python/PyQt4-4.9.6-r1 webkit declarative sql script to package.use both found in /etc/portage |
hi, I'm running openbox without a login manager. So after booting, I'm in the CLI-environment and when I want to start my openbox-desktop I run startx with .xinitrc: exec openbox-session the manual tells me that openbox-session takes no command line arguments and the only thing I've found so far is: openbox --config-file FILE but for a session openbox must have at least rc.xml, menu.xml (and autostart), so what is this config file? my problem is that I want to be able to choose 3 different openbox-sessions when I start my X-environment (one with a bright theme, one with a dark theme, and a powersave mode, without conky, compton, etc). All of them have different rc.xml, menu.xml and autostart files... is this possible, and if yes, how? | When I was running Openbox, I had similar problems … unfortunately, I don't remember how I solved them. But did you have a look at http://www.gentoo.org/doc/en/openbox.xml ? This should provide lots of ideas. |
Can someone help me fix this? Code: emerge --info Password: Portage 2.2.0_alpha149 (default/linux/amd64/10.0/desktop, gcc-4.5.4, glibc-2.15-r3, 3.3.0-gentoo x86_64) ================================================================= System uname: Linux-3.3.0-gentoo-x86_64-Intel-R-_Core-TM-_i7-2630QM_CPU_@_2.00GHz-with-gentoo-2.1 Timestamp of tree: Mon, 24 Dec 2012 23:15:01 +0000 ld GNU ld (GNU Binutils) 2.22 ccache version 3.1.8 [disabled] app-shells/bash: 4.2_p37 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.3-r2, 3.2.3 dev-util/ccache: 3.1.8 dev-util/cmake: 2.8.9 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.11.8 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.11.6 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.5.4 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb" 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/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ http://gentoo.mirrors.hoobly.com/ http://gentoo.wetzlmayr.com/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j9" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 avx berkdb bluetooth bluray branding bzip2 cairo cdda cdinstall cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv jpeg kde lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nsplugin ogg opengl openmp pam pango pcre pdf pm-utils png policykit ppds pppd qt3support qt4 readline sdl semantic-desktop session spell sse sse2 sse3 sse4 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wifi wxwidgets x264 xcb xml xulrunner xv xvid zeroconf 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Code: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] app-office/libreoffice-3.6.4.3 [3.5.6.2] USE="binfilter branding cups dbus gstreamer gtk java kde opengl vba webdav (-aqua) -binfilterdebug -eds -gnome -jemalloc -mysql -odk -postgres {-test} (-graphite%*) (-nlpsolver%) (-nsplugin%*) (-pdfimport%) (-svg%*) (-xmlsec%*)" LIBREOFFICE_EXTENSIONS="presenter-console%* presenter-minimizer%* -nlpsolver% -pdfimport% -scripting-beanshell% -scripting-javascript% -wiki-publisher%" 0 kB Total: 1 package (1 upgrade), Size of downloads: 0 kB >>> Verifying ebuild manifests >>> Running pre-merge checks for app-office/libreoffice-3.6.4.3 * Checking for at least 512 megabytes RAM ... [ ok ] * Checking for at least 6 gigabytes disk space at "/var/tmp/portage/app-office/libreoffice-3.6.4.3/temp" ... [ ok ] >>> Emerging (1 of 1) app-office/libreoffice-3.6.4.3 * libreoffice-branding-gentoo-0.6.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * libreoffice-core-3.6.4.3.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * libreoffice-binfilter-3.6.4.3.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * libreoffice-help-3.6.4.3.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] * Using: sun-jdk-1.6 * Checking for at least 512 megabytes RAM ... [ ok ] * Checking for at least 6 gigabytes disk space at "/var/tmp/portage/app-office/libreoffice-3.6.4.3/temp" ... [ ok ] >>> Unpacking source... >>> Unpacking libreoffice-branding-gentoo-0.6.tar.xz to /var/tmp/portage/app-office/libreoffice-3.6.4.3/work >>> Unpacking libreoffice-core-3.6.4.3.tar.xz to /var/tmp/portage/app-office/libreoffice-3.6.4.3/work >>> Unpacking libreoffice-binfilter-3.6.4.3.tar.xz to /var/tmp/portage/app-office/libreoffice-3.6.4.3/work >>> Unpacking libreoffice-help-3.6.4.3.tar.xz to /var/tmp/portage/app-office/libreoffice-3.6.4.3/work >>> Source unpacked in /var/tmp/portage/app-office/libreoffice-3.6.4.3/work >>> Preparing source in /var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3 ... * Applying libreoffice-3.6-system-pyuno.patch ... [ ok ] * Applying libreoffice-3.6-separate-checks.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3' ... * Running aclocal -I m4 ... [ ok ] * Running autoconf -I m4 ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3 ... ‘/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/branding-intro.png’ -> ‘/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3/icon-themes/galaxy/brand/intro.png’ * econf: updating libreoffice-core-3.6.4.3/dmake/config.sub with /usr/share/gnuconfig/config.sub * econf: updating libreoffice-core-3.6.4.3/dmake/config.guess with /usr/share/gnuconfig/config.guess * econf: updating libreoffice-core-3.6.4.3/config.sub with /usr/share/gnuconfig/config.sub * econf: updating libreoffice-core-3.6.4.3/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --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 --disable-dependency-tracking --docdir=/usr/share/doc/libreoffice-3.6.4.3/ --with-system-headers --with-system-libs --with-system-jars --with-system-dicts --enable-graphite --enable-cairo-canvas --enable-largefile --enable-mergelibs --enable-python=system --enable-librsvg=system --enable-randr --enable-randr-link --enable-release-build --enable-unix-qstart-libpng --enable-xmlsec --disable-ccache --disable-crashdump --disable-dependency-tracking --disable-epm --disable-fetch-external --disable-gnome-vfs --disable-ext-report-builder --disable-kdeab --disable-kde --disable-ldap --disable-mozilla --disable-nsplugin --disable-online-update --disable-pch --disable-rpath --disable-systray --disable-zenity --with-alloc=system --with-build-version=Gentoo official package --enable-extension-integration --with-external-dict-dir=/usr/share/myspell --with-external-hyph-dir=/usr/share/myspell --with-external-thes-dir=/usr/share/myspell --with-external-tar=/var/tmp/portage/app-office/libreoffice-3.6.4.3/distdir --with-lang= --with-max-jobs=9 --with-num-cpus=9 --with-unix-wrapper=libreoffice --with-vendor=Gentoo Foundation --with-x --without-afms --without-fonts --without-myspell-dicts --without-stlport --without-system-mozilla --without-help --with-helppack-integration --without-sun-templates --disable-gtk3 --enable-binfilter --enable-cups --enable-dbus --disable-evolution2 --disable-gconf --disable-gio --disable-lockdown --enable-gstreamer --enable-gtk --enable-kde4 --disable-ext-mysql-connector --disable-odk --enable-opengl --disable-postgresql-sdbc --disable-linkoo --enable-vba --enable-neon --with-java --without-system-mysql-cppconn --without-doxygen --without-system-sane --without-system-vigra --without-junit --without-system-hsqldb --without-system-saxon --with-ant-home=/usr/share/ant --with-jdk-home=/opt/sun-jdk-1.6.0.37 --with-java-target-version=1.6 --with-jvm-path=/usr/lib64/ --disable-ext-nlpsolver --disable-ext-pdfimport --enable-ext-presenter-console --enable-ext-presenter-minimizer --disable-ext-scripting-beanshell --disable-ext-scripting-javascript --disable-ext-wiki-publisher ******************************************************************** * * Running LibreOffice build configuration. * ******************************************************************** checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for grep... (cached) /bin/grep checking for sed... /bin/sed checking for gawk... gawk checking for gawk... /usr/bin/gawk checking for bash... /bin/sh checking for GNU or BSD tar... tar checking for tar's option to strip components... --strip-components checking gcc home... /usr checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 for x86_64-pc-linux-gnu-gcc... /usr/bin/x86_64-pc-linux-gnu-gcc checking the GCC version... gcc 4.5.4 checking whether GCC is actually Clang... no checking whether x86_64-pc-linux-gnu-gcc supports -ggdb2... yes checking whether x86_64-pc-linux-gnu-gcc supports -finline-limit=0... yes checking whether x86_64-pc-linux-gnu-gcc supports -fno-inline... yes checking for -Bsymbolic-functions linker support ... found checking whether to build with additional debug utilities... no, full product build checking whether to enable crashdump feature... no checking whether to turn warnings to errors... no checking whether to do a debug build... no checking whether to use linkoo for the smoketest installation... no checking whether to use link-time optimization... no checking whether to include symbols... no checking whether cups support is present... checking for cupsPrintFiles in -lcups... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 cups/cups.h usability... yes checking cups/cups.h presence... yes checking for cups/cups.h... yes 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 FONTCONFIG... yes checking whether we want to fetch tarballs... no checking whether to enable filters for legacy binary file formats (StarOffice 5.2)... yes checking whether to build help... no checking whether to include MySpell dictionaries... no checking whether to use dicts from external paths... yes checking for spelling dictionary directory... file:///usr/share/myspell checking for hyphenation patterns directory... file:///usr/share/myspell checking for thesaurus directory... file:///usr/share/myspell checking whether to enable pch feature... no, obsolete checking for GNU make... make checking the GNU make version... make 3.82 checking whether GNU make supports the 'file' function... no checking for --hash-style gcc linker support ... gnu checking for perl... /usr/bin/perl checking the Perl version... checked (perl 5) checking for required Perl modules... all modules found checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-nm... x86_64-pc-linux-gnu-nm checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for ANSI C header files... (cached) yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking the GNU C++ compiler version... checked (g++ 4.5.4) checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking size of long... 8 checking size of short... 2 checking size of int... 4 checking size of long long... 8 checking size of double... 8 checking size of void*... 8 checking alignment of short... 2 checking alignment of int... 4 checking alignment of long... 8 checking alignment of double... 8 checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking valgrind.h usability... no checking valgrind.h presence... no checking for valgrind.h... no checking valgrind.h usability... no checking valgrind.h presence... no checking for valgrind.h... no checking Whether building STLPort library makes sense... no checking Whether STLPort library will be actually built... no checking for g++ include path... /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.4/include/g++-v4 checking whether x86_64-pc-linux-gnu-g++ supports thread safe statics... yes checking whether x86_64-pc-linux-gnu-gcc supports -fvisibility=hidden... yes checking whether x86_64-pc-linux-gnu-gcc supports -Wno-long-double... yes checking whether x86_64-pc-linux-gnu-gcc supports -mno-avx... yes checking whether x86_64-pc-linux-gnu-gcc supports -std=gnu++0x without Language Defect 757... yes checking if STL headers are visibility safe (GCC bug 22482)... yes checking if gcc is -fvisibility-inlines-hidden safe with STL headers... yes checking if gcc is -fvisibility-inlines-hidden safe (Clang bug 11250)... yes checking if gcc has a visibility bug with class-level attributes (GCC bug 26905)... no checking if SFINAE is broken with anonymous types... no checking whether x86_64-pc-linux-gnu-g++ supports -fno-default-inline... yes checking whether x86_64-pc-linux-gnu-g++ supports -fno-enforce-eh-specs... yes checking which memory allocator to use... system checking for malloc... yes checking for realloc... yes checking for calloc... yes checking for free... yes checking for posix_fallocate... yes checking whether to add custom build version... yes, Gentoo official package checking whether to build with Java support... yes checking the installed JDK... checked (JDK 1.6.0_37) checking for target Java bytecode version... 1.6 checking for jawt lib name... -ljawt checking for dmake... no dmake will be built on ./bootstrap checking whether to enable EPM for packing... no checking for gperf... /usr/bin/gperf checking gperf version... OK checking whether to build the ODK... no checking whether to provide libstdc++/libgcc_s in the installset... no checking which zlib to use... external checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for deflate in -lz... yes checking which jpeg to use... external checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_resync_to_restart in -ljpeg... yes checking which clucene to use... external checking for CLUCENE... yes checking for CLucene/analysis/cjk/CJKAnalyzer.h... yes checking which expat to use... external checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_ParserCreate in -lexpat... yes checking which libcdr to use... external checking for CDR... yes checking which libvisio to use... external checking for VISIO... yes checking which libcmis to use... external checking for LIBCMIS... yes checking which libwpd to use... external checking for WPD... yes checking which littlecms v2 to use... external checking for LCMS2... yes checking which cppunit to use... external checking for CPPUNIT... yes checking whether freetype is available... checking for FREETYPE... yes checking which libwps to use... external checking for WPS... yes checking which libwpg to use... external checking for WPG... yes checking for FT_GlyphSlot_Embolden in -lfreetype... yes checking which libxslt to use... external checking for LIBXSLT... yes checking for xsltproc... /usr/bin/xsltproc checking which libxml to use... external checking for LIBXML... yes checking for xmllint... /usr/bin/xmllint checking which Python to use... system checking for a Python interpreter with version >= 2.6... python checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib64/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking which db to use... external checking db-5.3/db.h usability... no checking db-5.3/db.h presence... no checking for db-5.3/db.h... no checking db5.3/db.h usability... no checking db5.3/db.h presence... no checking for db5.3/db.h... no checking db-5.1/db.h usability... no checking db-5.1/db.h presence... no checking for db-5.1/db.h... no checking db5.1/db.h usability... no checking db5.1/db.h presence... no checking for db5.1/db.h... no checking db-5.0/db.h usability... no checking db-5.0/db.h presence... no checking for db-5.0/db.h... no checking db5.0/db.h usability... no checking db5.0/db.h presence... no checking for db5.0/db.h... no checking db-5/db.h usability... no checking db-5/db.h presence... no checking for db-5/db.h... no checking db5/db.h usability... no checking db5/db.h presence... no checking for db5/db.h... no checking db-4.8/db.h usability... no checking db-4.8/db.h presence... no checking for db-4.8/db.h... no checking db4.8/db.h usability... yes checking db4.8/db.h presence... yes checking for db4.8/db.h... yes checking whether db is at least 4.1... yes checking for dbopen in -ldb-4.8... no checking for __db185_open in -ldb-4.8... yes checking whether to build the MySQL Connector extension... no checking which hsqldb to use... internal checking which saxon to use... internal checking whether building the stax is required... yes (no system saxon and no prebuilt copy) checking which libcurl to use... external checking for curl-config... /usr/bin/curl-config checking whether libcurl is >= 7.13.1... yes, you have 7.26.0 checking which boost to use... external checking boost/shared_ptr.hpp usability... yes checking boost/shared_ptr.hpp presence... yes checking for boost/shared_ptr.hpp... yes checking boost/spirit/include/classic_core.hpp usability... yes checking boost/spirit/include/classic_core.hpp presence... yes checking for boost/spirit/include/classic_core.hpp... yes checking boost/function.hpp usability... yes checking boost/function.hpp presence... yes checking for boost/function.hpp... yes checking boost/unordered_map.hpp usability... yes checking boost/unordered_map.hpp presence... yes checking for boost/unordered_map.hpp... yes checking whether boost/function.hpp compiles with -fno-exceptions... yes checking for boostlib >= 1.20.0... yes checking whether the Boost::Date_Time library is available... yes checking for exit in -lboost_date_time-1_49... yes checking which mdds to use... external checking which hash container mdds shall use... std::unordered_map checking mdds/flat_segment_tree.hpp usability... yes checking mdds/flat_segment_tree.hpp presence... yes checking for mdds/flat_segment_tree.hpp... yes checking mdds/mixed_type_matrix.hpp usability... yes checking mdds/mixed_type_matrix.hpp presence... yes checking for mdds/mixed_type_matrix.hpp... yes checking for correct signature of ::mdds::flat_segment_tree... yes checking which vigra to use... internal checking which odbc headers to use... external checking sqlext.h usability... yes checking sqlext.h presence... yes checking for sqlext.h... yes checking whether to enable build of Mozilla... no checking whether to build Mozilla addressbook connectivity... no checking whether to build XML Security support... yes checking whether to build LDAP configuration backend... no checking which Mozilla to use... none checking which NSS to use... external checking for NSS... yes checking which mozilla headers to use... external checking for MOZILLA_HEADERS... yes checking for NPP_GetMIMEDescription return type... char* checking which sane header to use... internal checking which icu to use... external checking for unicode/rbbi.h... checked. checking for icu-config... /usr/bin/icu-config checking ICU version... OK, 49.1.2 checking for genbrk... /usr/bin/genbrk checking for genccode... /usr/sbin/genccode checking for gencmn... /usr/sbin/gencmn checking whether to enable graphite support... yes checking which graphite to use... external checking for GRAPHITE... yes checking whether to build nsplugin extension... no checking whether to use X11... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for X11/Composite.h... yes checking whether to use internal X11 extensions headers... no checking for X11/extensions/shape.h... yes checking whether to use Xrender... yes checking for XRenderQueryVersion in -lXrender... yes checking which Xrender headers to use... external checking X11/extensions/Xrender.h usability... yes checking X11/extensions/Xrender.h presence... yes checking for X11/extensions/Xrender.h... yes checking whether to enable RandR support... yes checking for XRANDR... yes checking whether to use neon... yes checking which neon to use... external checking for NEON... yes checking which libssl to use... external checking for OPENSSL... yes checking which redland library to use... external checking for REDLAND... yes checking which libhunspell to use... external checking for HUNSPELL... yes checking which altlinuxhyph to use... external checking hyphen.h usability... yes checking hyphen.h presence... yes checking for hyphen.h... yes checking for struct _HyphenDict.cset... yes checking for hnj_hyphen_hyphenate2 in -lhyphen... yes checking which mythes to use... external checking for MYTHES... yes checking which lpsolve to use... external checking lpsolve/lp_lib.h usability... yes checking lpsolve/lp_lib.h presence... yes checking for lpsolve/lp_lib.h... yes checking for floor in -lm... yes checking for dlopen in -ldl... yes checking for make_lp in -llpsolve55... yes checking which libexttextcat to use... external checking for LIBEXTTEXTCAT... yes checking whether libc is >= 2.1.1... yes checking for getopt... yes checking for readdir_r... yes checking for bison... /usr/bin/bison checking the bison version... checked (/usr/bin/bison 2.4.3) checking for flex... /usr/bin/flex checking for patch... /usr/bin/patch checking for gnucp... no checking for cp... /bin/cp checking whether /bin/cp is GNU cp from coreutils with preserve= support... yes checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking which VCLplugs shall be built... gtk kde4 checking whether to enable GConf support... no checking whether to enable GNOME VFS support... no checking for GTK... yes checking for GTHREAD... yes checking whether to enable Gtk print dialog support... checking for GTK_PRINT... yes checking whether to enable DBUS support... yes checking for DBUS... yes checking whether to enable GIO support... no checking for LIBPNG... yes checking whether to enable libpng linking in quickstarter... yes checking whether to enable the GStreamer avmedia backend... yes checking for GSTREAMER... yes checking whether to build the OpenGL Transitions component... yes checking for main in -lGL... yes checking for main in -lGLU... no configure: error: libGLU not installed or functional !!! Please attach the following file when seeking support: !!! /var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3/config.log * ERROR: app-office/libreoffice-3.6.4.3 failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 93: Called src_configure * environment, line 9081: Called econf '--docdir=/usr/share/doc/libreoffice-3.6.4.3/' '--with-system-headers' '--with-system-libs' '--with-system-jars' '--with-system-dicts' '--enable-graphite' '--enable-cairo-canvas' '--enable-largefile' '--enable-mergelibs' '--enable-python=system' '--enable-librsvg=system' '--enable-randr' '--enable-randr-link' '--enable-release-build' '--enable-unix-qstart-libpng' '--enable-xmlsec' '--disable-ccache' '--disable-crashdump' '--disable-dependency-tracking' '--disable-epm' '--disable-fetch-external' '--disable-gnome-vfs' '--disable-ext-report-builder' '--disable-kdeab' '--disable-kde' '--disable-ldap' '--disable-mozilla' '--disable-nsplugin' '--disable-online-update' '--disable-pch' '--disable-rpath' '--disable-systray' '--disable-zenity' '--with-alloc=system' '--with-build-version=Gentoo official package' '--enable-extension-integration' '--with-external-dict-dir=/usr/share/myspell' '--with-external-hyph-dir=/usr/share/myspell' '--with-external-thes-dir=/usr/share/myspell' '--with-external-tar=/var/tmp/portage/app-office/libreoffice-3.6.4.3/distdir' '--with-lang=' '--with-max-jobs=9' '--with-num-cpus=9' '--with-unix-wrapper=libreoffice' '--with-vendor=Gentoo Foundation' '--with-x' '--without-afms' '--without-fonts' '--without-myspell-dicts' '--without-stlport' '--without-system-mozilla' '--without-help' '--with-helppack-integration' '--without-sun-templates' '--disable-gtk3' '--enable-binfilter' '--enable-cups' '--enable-dbus' '--disable-evolution2' '--disable-gconf' '--disable-gio' '--disable-lockdown' '--enable-gstreamer' '--enable-gtk' '--enable-kde4' '--disable-ext-mysql-connector' '--disable-odk' '--enable-opengl' '--disable-postgresql-sdbc' '--disable-linkoo' '--enable-vba' '--enable-neon' '--with-java' '--without-system-mysql-cppconn' '--without-doxygen' '--without-system-sane' '--without-system-vigra' '--without-junit' '--without-system-hsqldb' '--without-system-saxon' '--with-ant-home=/usr/share/ant' '--with-jdk-home=/opt/sun-jdk-1.6.0.37' '--with-java-target-version=1.6' '--with-jvm-path=/usr/lib64/' '--disable-ext-nlpsolver' '--disable-ext-pdfimport' '--enable-ext-presenter-console' '--enable-ext-presenter-minimizer' '--disable-ext-scripting-beanshell' '--disable-ext-scripting-javascript' '--disable-ext-wiki-publisher' * phase-helpers.sh, line 505: Called die * The specific snippet of code: * die "econf failed" * * If you need support, post the output of `emerge --info '=app-office/libreoffice-3.6.4.3'`, * the complete build log and the output of `emerge -pqv '=app-office/libreoffice-3.6.4.3'`. !!! When you file a bug report, please include the following information: GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.37" JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="" and of course, the output of emerge --info * The complete build log is located at '/var/tmp/portage/app-office/libreoffice-3.6.4.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-office/libreoffice-3.6.4.3/temp/environment'. * Working directory: '/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3' * S: '/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3' >>> Failed to emerge app-office/libreoffice-3.6.4.3, Log file: >>> '/var/tmp/portage/app-office/libreoffice-3.6.4.3/temp/build.log' | This is most likely just a missing virtual/glu dep in the ebuild. |
Hi, I changed my old ATI for new NVIDIA graphics card (660 ti) and I am having issues with unstable X. I am using newest nvidia-drivers (310.19) and newest Xorg-server (1.13.1). everything boots ok but after some time X freezes (sound works) and I have to do hardware reboot (control+F# doesnt work), the /var/lof/Xorg.0.log.old: http://pastebin.com/9wW4QDRv . I am using 3.7.1-pf sources and my .config: http://pastebin.com/Rjimvc0n I tried intel_iommu=igfx_off and iommu=soft in kernell boot line. It seems to occur faster if I use flash player and after few minutes of using wine (World of Warcraft, Diablo III) Thank you for replies. ps: my xorg.conf: http://pastebin.com/nN0WjUiH | try without xorg.conf |
Hello there and merry xmas to you all. I've installed the qt overlay. A couple days ago I updated my Portage tree and noticed a new update for Qt libraries (4.8.4). I keep them in stable. However, Qt-Webkit crashes when emerging and I can't figure out the reason: I see a "undefined reference to `WebCore::DragController::performDrag(WebCore::DragData*)'" but I can't understand what is that related to. The complete output is located in http://www.mediafire.com/?mag91jozgv8ssxx (sorry, Pastebin didn't led me upload that). Just in case, here's my USE configuration for qt-webkit: # eix qt-webkit * x11-libs/qt-webkit Available versions: (4) 4.7.4 4.8.1 4.8.2 ~4.8.3 4.8.4 {{aqua dbus debug +exceptions +gstreamer (+)icu +jit kde pch qpa}} Homepage: http://qt-project.org/ http://qt.digia.com/ Description: The WebKit module for the Qt toolkit For the time being I'm using a Live CD installation 'cause for this trouble KDE startup screen goes back to the login screen. I guess this is a stupid mistake from me but I don't know what it could be. Any help would be very appreciated, thanks | *bumps carefully* |
hi there, just done emerge --sync and after emerge -Dvp world i have got below : -- How can i sort this out ? [ebuild U ] x11-libs/qt-core-4.8.4:4 [4.8.2:4] USE="exceptions glib iconv icu qt3support ssl (-aqua) -c++0x -debug -pch (-optimized-qmake%) (-qpa%)" 231,048 kB [ebuild U ] x11-libs/qt-dbus-4.8.4:4 [4.8.2:4] USE="exceptions (-aqua) -c++0x -debug -pch (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-dbus-4.8.4:4 ("<x11-libs/qt-dbus-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-script-4.8.4:4 [4.8.2:4] USE="exceptions iconv (-aqua) -c++0x -debug (-jit) -pch (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-script-4.8.4:4 ("<x11-libs/qt-script-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-gui-4.8.4:4 [4.8.2:4] USE="accessibility cups dbus exceptions gif glib mng qt3support tiff xinerama xv (-aqua) -c++0x -debug -egl -gtkstyle -nas -nis -pch -trace (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-gui-4.8.4:4 ("<x11-libs/qt-gui-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-sql-4.8.4:4 [4.8.2:4] USE="exceptions qt3support sqlite (-aqua) -c++0x -debug -firebird -freetds -mysql -oci8 -odbc -pch -postgres (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-sql-4.8.4:4 ("<x11-libs/qt-sql-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-qt3support-4.8.4:4 [4.8.2:4] USE="accessibility exceptions (-aqua) -c++0x -debug -pch (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-qt3support-4.8.4:4 ("<x11-libs/qt-qt3support-4.8.4:4" is blocking x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-test-4.8.4:4 [4.8.2:4] USE="exceptions (-aqua) -c++0x -debug -pch (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-test-4.8.4:4 ("<x11-libs/qt-test-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-svg-4.8.4:4 [4.8.2:4] USE="accessibility exceptions (-aqua) -c++0x -debug -pch (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-svg-4.8.4:4 ("<x11-libs/qt-svg-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-opengl-4.8.4:4 [4.8.2:4] USE="exceptions qt3support (-aqua) -c++0x -debug -egl -pch (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-opengl-4.8.4:4 ("<x11-libs/qt-opengl-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-xmlpatterns-4.8.4:4 [4.8.2:4] USE="(-aqua) -c++0x -debug -pch (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-xmlpatterns-4.8.4:4 ("<x11-libs/qt-xmlpatterns-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-core-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4) [ebuild U ] x11-libs/qt-multimedia-4.8.4:4 [4.8.2:4] USE="alsa exceptions (-aqua) -c++0x -debug -pch (-qpa%)" 0 kB [blocks b ] <x11-libs/qt-multimedia-4.8.4:4 ("<x11-libs/qt-multimedia-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-webkit-4.8.4:4 [4.8.2:4] USE="exceptions gstreamer icu jit (-aqua) -debug -pch (-qpa%)" 0 kB [blocks b ] >x11-libs/qt-declarative-4.8.2-r9999:4 (">x11-libs/qt-declarative-4.8.2-r9999:4" is blocking x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] <x11-libs/qt-webkit-4.8.4:4 ("<x11-libs/qt-webkit-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-declarative-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [ebuild U ] x11-libs/qt-declarative-4.8.4:4 [4.8.2:4] USE="accessibility exceptions qt3support (-aqua) -c++0x -debug -pch -webkit (-qpa%)" 0 kB [blocks b ] >x11-libs/qt-multimedia-4.8.2-r9999:4 (">x11-libs/qt-multimedia-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-script-4.8.2-r9999:4 (">x11-libs/qt-script-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-qt3support-4.8.2-r9999:4 (">x11-libs/qt-qt3support-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] <x11-libs/qt-declarative-4.8.4:4 ("<x11-libs/qt-declarative-4.8.4:4" is blocking x11-libs/qt-qt3support-4.8.4, x11-libs/qt-webkit-4.8.4, x11-libs/qt-sql-4.8.4, x11-libs/qt-multimedia-4.8.4, x11-libs/qt-xmlpatterns-4.8.4, x11-libs/qt-svg-4.8.4, x11-libs/qt-test-4.8.4, x11-libs/qt-script-4.8.4, x11-libs/qt-gui-4.8.4, x11-libs/qt-opengl-4.8.4, x11-libs/qt-dbus-4.8.4, x11-libs/qt-core-4.8.4) [blocks b ] >x11-libs/qt-sql-4.8.2-r9999:4 (">x11-libs/qt-sql-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-xmlpatterns-4.8.2-r9999:4 (">x11-libs/qt-xmlpatterns-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-gui-4.8.2-r9999:4 (">x11-libs/qt-gui-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-svg-4.8.2-r9999:4 (">x11-libs/qt-svg-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-dbus-4.8.2-r9999:4 (">x11-libs/qt-dbus-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2) [blocks b ] >x11-libs/qt-core-4.8.2-r9999:4 (">x11-libs/qt-core-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-webkit-4.8.2-r9999:4 (">x11-libs/qt-webkit-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-test-4.8.2-r9999:4 (">x11-libs/qt-test-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-opengl-4.8.2, x11-libs/qt-dbus-4.8.2) [blocks b ] >x11-libs/qt-opengl-4.8.2-r9999:4 (">x11-libs/qt-opengl-4.8.2-r9999:4" is blocking x11-libs/qt-declarative-4.8.2, x11-libs/qt-qt3support-4.8.2, x11-libs/qt-webkit-4.8.2, x11-libs/qt-svg-4.8.2, x11-libs/qt-core-4.8.2, x11-libs/qt-xmlpatterns-4.8.2, x11-libs/qt-sql-4.8.2, x11-libs/qt-multimedia-4.8.2, x11-libs/qt-script-4.8.2, x11-libs/qt-gui-4.8.2, x11-libs/qt-test-4.8.2, x11-libs/qt-dbus-4.8.2) Regards Vintoo | vintoo wrote: hi there, just done emerge --sync and after emerge -Dvp world i have got below : -- How can i sort this out ? Nothing... it already is. A lower case b indicates that portage can handle it. A capital B indicates something you need to sort out. |
Since I updated a bunch of gnome apps and libs to 3.6, nautilus has lost most of its toolbar and sidebar icons. I just see the generic "broken" icon. Other gtk-3 apps (evince, eog) have all their icons. I tried with the default theme and with faenza, same results. Anyone else? (edit) With USE="gnome" nautilus installs a gnome-icon-theme-symbolic, and everything looks good again. That's retarded, the dependency should not depend on "gnome". | I recently upgraded to GNOME 3.6, too, and I noticed a similar problem. I'm not sure if it's exactly the same. Nautilus' sidebar has different icons than all other applications. Black/white icons (I don't like them), while the others are colored. I use the gnome profile, so the gnome USE flag is set. I haven't managed to fix this problem yet. |
hi, after running conky without problems in my last gentoo system, I have a problem this time. I've enabled the USE-flags "X, gtk, xtf, freefonts -ivp6" and emerged conky but when I start it, the following message appears (btw, I've run dispatch-conf after I've emerged conky without xtf): Code: Conky: Xft not enabled at compile time Conky: desktop window (e8) is root window Conky: window type - desktop Conky: drawing to created window (0x1200001) Conky: drawing to single buffer Conky: can't load font '6x10' although I don't have "font 6x10". Conky "works" but not with my desired font. (I'm running openbox) | LoTeK. Did you enable truetype According to the ebuild that would pull x11-libs/libXft. |
I upgraded xf86-video-intel (all x11-drivers actually) with use +udev today which pulled a new udev -171-r9 (running stable). After reboot I cannot see any text typed in gdm's login box and I can't see the text on the buttons for (Continue) or Cancel or start again, or whatever those buttons said but I can see the underscore symbol for the shortcut. After typing my username and password (both of which I can't see) I log in but the screen goes black. I am posting from elinks while doing a global upgrade world. Will try to post Xorg.log when I can but I couldn't find anything relevant. Any help would be very appreciated | Thanks, I'll try that.. in the meantime I ldd'd gdm and didn't see anything missing. I suppose I could always try back the previous xf86-video-intel which might be causing this trouble. |
I've upgraded my small box to xorg-server-1.13.0-r1 and get a bank screen. I can only log-in via ssh. Code: emerge --info Portage 2.1.11.31 (default/linux/x86/10.0/desktop, gcc-4.5.4, glibc-2.15-r3, 3.2.12-gentoo i686) ================================================================= System uname: Linux-3.2.12-gentoo-i686-VIA_Eden_Processor_1200MHz-with-gentoo-2.1 Timestamp of tree: Fri, 28 Dec 2012 03:30:01 +0000 ld GNU ld (GNU Binutils) 2.22 app-shells/bash: 4.2_p37 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.3-r2, 3.2.3 dev-util/cmake: 2.8.9 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.11.8 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.11.6 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.5.4 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib/fax /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /usr/src/linux* /var/spool/fax/etc" CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -march=i686 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -march=i686 -pipe" GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://10.0.0.103/gentoo-portage" USE="X a52 aac acpi alsa bluetooth branding bzip2 cairo cdda cdr cgi cleartype cli consolekit consolkit corefonts cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac foomaticdb fortran gdbm gif gimp gimpprint gpm gtk iconv ipv6 java jpeg kpathsea lcms ldap libnotify lock mad mng modules mp3 mp4 mpeg mudflap mysql ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pppd qt3support readline scanner sdl session spache2 spell ssl startup-notification svg tcpd tetexspell thunar tiff truetype type1 udev udisks unicode upower usb vorbis wxwidgets x264 x86 xcb xml xv 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="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US" PHP_TARGETS="php5-3 php5-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="vga vesa fbdev" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Yes, I have rebuild the modules: emerge -1av $(qlist -IC x11-drivers) without any errors, but not display after reboot. Xorg-log: Code: [ 26.081] (II) LoadModule: "glx" [ 26.174] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 26.206] (II) Module glx: vendor="X.Org Foundation" [ 26.206] compiled for 1.13.0, module version = 1.0.0 [ 26.206] ABI class: X.Org Server Extension, version 7.0 [ 26.206] (==) AIGLX enabled [ 26.206] Loading extension GLX [ 26.206] (==) Matched openchrome as autoconfigured driver 0 [ 26.206] (==) Matched openchrome as autoconfigured driver 1 [ 26.206] (==) Matched vesa as autoconfigured driver 2 [ 26.206] (==) Matched modesetting as autoconfigured driver 3 [ 26.206] (==) Matched fbdev as autoconfigured driver 4 [ 26.207] (==) Assigned the driver to the xf86ConfigLayout [ 26.207] (II) LoadModule: "openchrome" [ 26.240] (WW) Warning, couldn't open module openchrome [ 26.240] (II) UnloadModule: "openchrome" [ 26.240] (II) Unloading openchrome [ 26.240] (EE) Failed to load module "openchrome" (module does not exist, 0) [ 26.241] (II) LoadModule: "vesa" [ 26.241] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 26.254] (II) Module vesa: vendor="X.Org Foundation" [ 26.254] compiled for 1.13.0, module version = 2.3.2 [ 26.254] Module class: X.Org Video Driver [ 26.254] ABI class: X.Org Video Driver, version 13.0 [ 26.254] (II) LoadModule: "modesetting" [ 26.255] (WW) Warning, couldn't open module modesetting [ 26.255] (II) UnloadModule: "modesetting" [ 26.255] (II) Unloading modesetting [ 26.255] (EE) Failed to load module "modesetting" (module does not exist, 0) [ 26.255] (II) LoadModule: "fbdev" [ 26.256] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 26.259] (II) Module fbdev: vendor="X.Org Foundation" [ 26.259] compiled for 1.13.0, module version = 0.4.3 [ 26.259] Module class: X.Org Video Driver [ 26.259] ABI class: X.Org Video Driver, version 13.0 [ 26.259] (II) VESA: driver for VESA chipsets: vesa [ 26.259] (II) FBDEV: driver for framebuffer: fbdev [ 26.259] (++) using VT number 7 [ 26.264] (WW) Falling back to old probe method for fbdev [ 26.264] (II) Loading sub module "fbdevhw" [ 26.264] (II) LoadModule: "fbdevhw" [ 26.265] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 26.283] (II) Module fbdevhw: vendor="X.Org Foundation" [ 26.283] compiled for 1.13.0, module version = 0.0.2 [ 26.283] ABI class: X.Org Video Driver, version 13.0 [ 26.284] (EE) open /dev/fb0: No such file or directory [ 26.284] (II) Loading sub module "vbe" [ 26.284] (II) LoadModule: "vbe" [ 26.284] (II) Loading /usr/lib/xorg/modules/libvbe.so [ 26.292] (II) Module vbe: vendor="X.Org Foundation" [ 26.292] compiled for 1.13.0, module version = 1.1.0 [ 26.292] ABI class: X.Org Video Driver, version 13.0 [ 26.292] (II) Loading sub module "int10" [ 26.292] (II) LoadModule: "int10" [ 26.292] (II) Loading /usr/lib/xorg/modules/libint10.so [ 26.315] (II) Module int10: vendor="X.Org Foundation" [ 26.315] compiled for 1.13.0, module version = 1.0.0 [ 26.315] ABI class: X.Org Video Driver, version 13.0 [ 26.315] (II) VESA(0): initializing int10 | Could be this: https://bugs.freedesktop.org/show_bug.cgi?id=53307 |
Hi, I've update xorg from 1.12 to 1.13 e nvidia-driver to 304, but now X don't start. I'm using gnome 2.23 x64 with xdm as display manager and i've just updated all the xorg drivers and rebuild the graphics modules. Here my log: xorg.log Code: [ 21.323] X.Org X Server 1.13.0 Release Date: 2012-09-05 [ 21.323] X Protocol Version 11, Revision 0 [ 21.323] Build Operating System: Linux 3.5.7-gentoo x86_64 Gentoo [ 21.323] Current Operating System: Linux web&hardware 3.5.7-gentoo #1 SMP Sat Oct 27 20:30:20 GMT 2012 x86_64 [ 21.323] Kernel command line: root=/dev/ram0 real_root=/dev/sdc3 udev rootfstype=ext3 video=vesafb:mtrr:3,ywrap vga=792 [ 21.323] Build Date: 17 November 2012 03:32:50PM [ 21.323] [ 21.323] Current version of pixman: 0.28.0 [ 21.323] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 21.323] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 21.323] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 17 16:18:26 2012 [ 21.447] (==) Using config file: "/etc/X11/xorg.conf" [ 21.447] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 21.447] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 21.510] (==) ServerLayout "Layout0" [ 21.510] (**) |-->Screen "Screen0" (0) [ 21.510] (**) | |-->Monitor "Monitor0" [ 21.510] (**) | |-->Device "Device0" [ 21.510] (==) Automatically adding devices [ 21.510] (==) Automatically enabling devices [ 21.510] (==) Automatically adding GPU devices [ 21.751] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 21.751] Entry deleted from font path. [ 21.813] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 21.813] Entry deleted from font path. [ 21.813] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 21.813] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/ [ 21.813] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 21.813] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 21.838] (II) Loader magic: 0x80cc00 [ 21.838] (II) Module ABI versions: [ 21.838] X.Org ANSI C Emulation: 0.4 [ 21.838] X.Org Video Driver: 13.0 [ 21.838] X.Org XInput driver : 18.0 [ 21.838] X.Org Server Extension : 7.0 [ 21.840] (--) PCI:*(0:1:0:0) 10de:1200:19da:2227 rev 161, Mem @ 0xfc000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @ 0x00009c00/128, BIOS @ 0x????????/524288 [ 21.840] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 21.847] Initializing built-in extension Generic Event Extension [ 21.847] Initializing built-in extension SHAPE [ 21.847] Initializing built-in extension MIT-SHM [ 21.847] Initializing built-in extension XInputExtension [ 21.847] Initializing built-in extension XTEST [ 21.847] Initializing built-in extension BIG-REQUESTS [ 21.847] Initializing built-in extension SYNC [ 21.847] Initializing built-in extension XKEYBOARD [ 21.847] Initializing built-in extension XC-MISC [ 21.847] Initializing built-in extension XINERAMA [ 21.847] Initializing built-in extension XFIXES [ 21.847] Initializing built-in extension RENDER [ 21.847] Initializing built-in extension RANDR [ 21.847] Initializing built-in extension COMPOSITE [ 21.847] Initializing built-in extension DAMAGE [ 21.847] Initializing built-in extension MIT-SCREEN-SAVER [ 21.847] Initializing built-in extension DOUBLE-BUFFER [ 21.847] Initializing built-in extension RECORD [ 21.847] Initializing built-in extension DPMS [ 21.847] Initializing built-in extension X-Resource [ 21.847] Initializing built-in extension XVideo [ 21.847] Initializing built-in extension XVideo-MotionCompensation [ 21.847] Initializing built-in extension XFree86-VidModeExtension [ 21.847] Initializing built-in extension XFree86-DGA [ 21.847] Initializing built-in extension XFree86-DRI [ 21.847] Initializing built-in extension DRI2 [ 21.847] (II) LoadModule: "glx" [ 22.156] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 22.220] (II) Module glx: vendor="X.Org Foundation" [ 22.220] compiled for 1.13.0, module version = 1.0.0 [ 22.221] ABI class: X.Org Server Extension, version 7.0 [ 22.221] (==) AIGLX enabled [ 22.221] Loading extension GLX [ 22.221] (II) LoadModule: "nvidia" [ 22.265] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 22.435] (II) Module nvidia: vendor="NVIDIA Corporation" [ 22.435] compiled for 4.0.2, module version = 1.0.0 [ 22.435] Module class: X.Org Video Driver [ 22.451] (II) NVIDIA dlloader X Driver 304.60 Sun Oct 14 20:24:42 PDT 2012 [ 22.451] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 22.458] (++) using VT number 7 [ 22.458] (WW) xf86OpenConsole: setpgid failed: Operation not permitted [ 22.458] (WW) xf86OpenConsole: setsid failed: Operation not permitted [ 22.490] (II) Loading sub module "fb" [ 22.806] (II) LoadModule: "fb" [ 22.814] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 22.832] (II) Module fb: vendor="X.Org Foundation" [ 22.832] compiled for 1.13.0, module version = 1.0.0 [ 22.832] ABI class: X.Org ANSI C Emulation, version 0.4 [ 22.832] (II) Loading sub module "wfb" [ 22.832] (II) LoadModule: "wfb" [ 22.832] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 22.843] (II) Module wfb: vendor="X.Org Foundation" [ 22.843] compiled for 1.13.0, module version = 1.0.0 [ 22.843] ABI class: X.Org ANSI C Emulation, version 0.4 [ 22.843] (II) Loading sub module "ramdac" [ 22.843] (II) LoadModule: "ramdac" [ 22.843] (II) Module "ramdac" already built-in [ 22.846] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 22.846] (==) NVIDIA(0): RGB weight 888 [ 22.846] (==) NVIDIA(0): Default visual is TrueColor [ 22.846] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 22.846] (**) NVIDIA(0): Enabling 2D acceleration [ 22.846] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X [ 22.846] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X [ 22.846] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If [ 22.846] (EE) NVIDIA(0): you continue to encounter problems, Please try [ 22.846] (EE) NVIDIA(0): reinstalling the NVIDIA driver. [ 23.247] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS 24T1E (DFP-1)) does not [ 23.247] (II) NVIDIA(GPU-0): support NVIDIA 3D Vision stereo. [ 23.349] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0) [ 23.349] (--) NVIDIA(0): Memory: 1048576 kBytes [ 23.349] (--) NVIDIA(0): VideoBIOS: 70.24.2e.00.02 [ 23.349] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 23.349] (--) NVIDIA(0): Interlaced video modes are supported on this GPU [ 23.475] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0 [ 23.475] (--) NVIDIA(0): CRT-0 [ 23.475] (--) NVIDIA(0): CRT-1 [ 23.475] (--) NVIDIA(0): DFP-0 [ 23.475] (--) NVIDIA(0): Ancor Communications Inc ASUS 24T1E (DFP-1) (connected) [ 23.475] (--) NVIDIA(0): DFP-2 [ 23.475] (--) NVIDIA(0): DFP-3 [ 23.475] (--) NVIDIA(0): DFP-4 [ 23.475] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock [ 23.475] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock [ 23.475] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock [ 23.475] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS [ 23.475] (--) NVIDIA(0): Ancor Communications Inc ASUS 24T1E (DFP-1): 165.0 MHz maximum pixel clock [ 23.475] (--) NVIDIA(0): Ancor Communications Inc ASUS 24T1E (DFP-1): Internal Single Link TMDS [ 23.475] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock [ 23.475] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS [ 23.475] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock [ 23.475] (--) NVIDIA(0): DFP-3: Internal Single Link TMDS [ 23.475] (--) NVIDIA(0): DFP-4: 480.0 MHz maximum pixel clock [ 23.511] (--) NVIDIA(0): DFP-4: Internal DisplayPort [ 23.511] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 23.511] (**) NVIDIA(0): device Ancor Communications Inc ASUS 24T1E (DFP-1) (Using [ 23.511] (**) NVIDIA(0): EDID frequencies has been enabled on all display [ 23.511] (**) NVIDIA(0): devices.) xdm log Code: xdm info (pid 16309): Starting xdm info (pid 16309): Starting X server on :0 X.Org X Server 1.13.0 Release Date: 2012-09-05 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.5.7-gentoo x86_64 Gentoo Current Operating System: Linux web&hardware 3.5.7-gentoo #1 SMP Sat Oct 27 20:30:20 GMT 2012 x86_64 Kernel command line: root=/dev/ram0 real_root=/dev/sdc3 udev rootfstype=ext3 video=vesafb:mtrr:3,ywrap vga=792 Build Date: 17 November 2012 03:32:50PM Current version of pixman: 0.28.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. 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: Sat Nov 17 16:18:26 2012 (==) Using config file: "/etc/X11/xorg.conf" (==) Using config directory: "/etc/X11/xorg.conf.d" (==) Using system config directory "/usr/share/X11/xorg.conf.d" Initializing built-in extension Generic Event Extension Initializing built-in extension SHAPE Initializing built-in extension MIT-SHM Initializing built-in extension XInputExtension Initializing built-in extension XTEST Initializing built-in extension BIG-REQUESTS Initializing built-in extension SYNC Initializing built-in extension XKEYBOARD Initializing built-in extension XC-MISC Initializing built-in extension XINERAMA Initializing built-in extension XFIXES Initializing built-in extension RENDER Initializing built-in extension RANDR Initializing built-in extension COMPOSITE Initializing built-in extension DAMAGE Initializing built-in extension MIT-SCREEN-SAVER Initializing built-in extension DOUBLE-BUFFER Initializing built-in extension RECORD Initializing built-in extension DPMS Initializing built-in extension X-Resource Initializing built-in extension XVideo Initializing built-in extension XVideo-MotionCompensation Initializing built-in extension XFree86-VidModeExtension Initializing built-in extension XFree86-DGA Initializing built-in extension XFree86-DRI Initializing built-in extension DRI2 Loading extension GLX Loading extension NV-GLX Loading extension NV-CONTROL Loading extension XINERAMA The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server xdm info (pid 16457): sourcing /usr/lib64/X11/xdm/Xsetup_0 xdm info (pid 16457): sourcing /usr/lib64/X11/xdm/GiveConsole xdm info (pid 16551): executing session /usr/lib64/X11/xdm/Xsession xdm info (pid 16457): sourcing /usr/lib64/X11/xdm/TakeConsole XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" after 162 requests (131 known processed) with 0 events remaining. xdm info (pid 16309): Starting X server on :0 7 XSELINUXs still allocated at reset SCREEN: 0 objects of 352 bytes = 0 total bytes 0 private allocs COLORMAP: 0 objects of 8 bytes = 0 total bytes 0 private allocs DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs CLIENT: 0 objects of 184 bytes = 0 total bytes 0 private allocs WINDOW: 0 objects of 72 bytes = 0 total bytes 0 private allocs PIXMAP: 2 objects of 112 bytes = 224 total bytes 0 private allocs GC: 4 objects of 40 bytes = 160 total bytes 0 private allocs CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs GLYPH: 0 objects of 24 bytes = 0 total bytes 0 private allocs PICTURE: 0 objects of 8 bytes = 0 total bytes 0 private allocs SYNC_FENCE: 0 objects of 8 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 384 bytes, 0 allocs 1 SELECTIONs still allocated at reset WINDOW: 0 objects of 72 bytes = 0 total bytes 0 private allocs PIXMAP: 2 objects of 112 bytes = 224 total bytes 0 private allocs GC: 4 objects of 40 bytes = 160 total bytes 0 private allocs CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs GLYPH: 0 objects of 24 bytes = 0 total bytes 0 private allocs PICTURE: 0 objects of 8 bytes = 0 total bytes 0 private allocs SYNC_FENCE: 0 objects of 8 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 384 bytes, 0 allocs 2 PIXMAPs still allocated at reset PIXMAP: 2 objects of 112 bytes = 224 total bytes 0 private allocs GC: 4 objects of 40 bytes = 160 total bytes 0 private allocs CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs GLYPH: 0 objects of 24 bytes = 0 total bytes 0 private allocs PICTURE: 0 objects of 8 bytes = 0 total bytes 0 private allocs SYNC_FENCE: 0 objects of 8 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 384 bytes, 0 allocs 4 GCs still allocated at reset GC: 4 objects of 40 bytes = 160 total bytes 0 private allocs CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs GLYPH: 0 objects of 24 bytes = 0 total bytes 0 private allocs PICTURE: 0 objects of 8 bytes = 0 total bytes 0 private allocs SYNC_FENCE: 0 objects of 8 bytes = 0 total bytes 0 private allocs TOTAL: 4 objects, 160 bytes, 0 allocs The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server xdm info (pid 16583): sourcing /usr/lib64/X11/xdm/Xsetup_0 xdm info (pid 16583): sourcing /usr/lib64/X11/xdm/GiveConsole xdm info (pid 16609): executing session /usr/lib64/X11/xdm/Xsession xdm info (pid 16583): sourcing /usr/lib64/X11/xdm/TakeConsole XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" after 162 requests (131 known processed) with 0 events remaining. xdm info (pid 16309): Starting X server on :0 6 XSELINUXs still allocated at reset SCREEN: 0 objects of 352 bytes = 0 total bytes 0 private allocs COLORMAP: 0 objects of 8 bytes = 0 total bytes 0 private allocs DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs CLIENT: 0 objects of 184 bytes = 0 total bytes 0 private allocs WINDOW: 0 objects of 72 bytes = 0 total bytes 0 private allocs PIXMAP: 2 objects of 112 bytes = 224 total bytes 0 private allocs GC: 4 objects of 40 bytes = 160 total bytes 0 private allocs CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs GLYPH: 0 objects of 24 bytes = 0 total bytes 0 private allocs PICTURE: 0 objects of 8 bytes = 0 total bytes 0 private allocs SYNC_FENCE: 0 objects of 8 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 384 bytes, 0 allocs 2 PIXMAPs still allocated at reset PIXMAP: 2 objects of 112 bytes = 224 total bytes 0 private allocs GC: 4 objects of 40 bytes = 160 total bytes 0 private allocs CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs GLYPH: 0 objects of 24 bytes = 0 total bytes 0 private allocs PICTURE: 0 objects of 8 bytes = 0 total bytes 0 private allocs SYNC_FENCE: 0 objects of 8 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 384 bytes, 0 allocs 4 GCs still allocated at reset GC: 4 objects of 40 bytes = 160 total bytes 0 private allocs CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs GLYPH: 0 objects of 24 bytes = 0 total bytes 0 private allocs PICTURE: 0 objects of 8 bytes = 0 total bytes 0 private allocs SYNC_FENCE: 0 objects of 8 bytes = 0 total bytes 0 private allocs TOTAL: 4 objects, 160 bytes, 0 allocs The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server xdm info (pid 16641): sourcing /usr/lib64/X11/xdm/Xsetup_0 xdm error (pid 16641): pam_authenticate failure: Authentication failure | Code: [ 22.846] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X [ 22.846] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X [ 22.846] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If [ 22.846] (EE) NVIDIA(0): you continue to encounter problems, Please try [ 22.846] (EE) NVIDIA(0): reinstalling the NVIDIA driver. Something might be wrong with your eselect opengl settings. Try switching to xorg-x11 and back. |
I thought I'd give cinnamon a try out, so I tried to emerge it with the --autounmask-write flag to flag all the required packages with ~x86. (package.keywords at the end of my post) I then did an "emerge -uavDN world" and "revdep-rebuild", followed by "emerge --depclean", just so I could update any needed packages that are already installed. This worked fine. However when I try to emerge cinnamon now I get one final conflict that I just can't figure out how to resolve. Quote: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-libs/gtk+:3 (x11-libs/gtk+-3.6.2::gentoo, installed) pulled in by >=x11-libs/gtk+-3.5.13:3 required by (gnome-base/gnome-control-center-3.6.3-r1::gentoo, ebuild scheduled for merge) (and 1 more with the same problem) (x11-libs/gtk+-3.4.4::gentoo, ebuild scheduled for merge) pulled in by <x11-libs/gtk+-3.5:3 required by (x11-themes/gnome-themes-standard-3.4.2::gentoo, ebuild scheduled for merge) To me this seems like an almost impossible conflict to resolve. My current package.keywords is as follows : Quote: #required by x11-libs/colord-gtk-0.1.24, required by gnome-extra/gnome-color-manager-3.6.0, required by gnome-base/gnome-control-center-3.6.3-r1[colord], required by net-libs/gnome-online-accounts-3.6.2[gnome] =x11-libs/gtk+-3.6.2 ~x86 #required by cinnamon (argument) =gnome-extra/cinnamon-1.6.1 ~x86 #required by gnome-base/gnome-menus-3.6.1-r2[python], required by gnome-base/gnome-control-center-3.6.3-r1, required by net-libs/gnome-online-accounts-3.6.2[gnome] =dev-python/pygobject-3.4.2-r1 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1, required by net-libs/gnome-online-accounts-3.6.2[gnome] =gnome-base/gsettings-desktop-schemas-3.6.1 ~x86 #required by gnome-base/gnome-keyring-3.6.2, required by gnome-base/libgnome-keyring-3.6.0 =app-crypt/gcr-3.6.2 ~x86 #required by x11-libs/gtk+-3.6.2[X], required by gnome-base/gnome-control-center-3.6.3-r1, required by net-libs/gnome-online-accounts-3.6.2[gnome] =app-accessibility/at-spi2-atk-2.6.2 ~x86 #required by gnome-base/libgnome-keyring-3.6.0 =gnome-base/gnome-keyring-3.6.2 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1, required by net-libs/gnome-online-accounts-3.6.2[gnome] =gnome-base/gnome-menus-3.6.1-r2 ~x86 #required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =x11-wm/muffin-1.1.1 ~x86 #required by net-libs/libproxy-0.4.10-r1[gnome], required by net-libs/glib-networking-2.32.3[libproxy], required by net-libs/libsoup-2.38.1, required by net-libs/gnome-online-accounts-3.6.2, required by gnome-base/gnome-control-center-3.6.3-r1[gnome-online-accounts], required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =dev-libs/glib-2.34.3 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1[colord], required by net-libs/gnome-online-accounts-3.6.2[gnome] =gnome-extra/gnome-color-manager-3.6.0 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1, required by net-libs/gnome-online-accounts-3.6.2[gnome] =gnome-base/gnome-settings-daemon-3.6.3 ~x86 #required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =dev-python/dbus-python-1.1.1-r1 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1[-systemd], required by net-libs/gnome-online-accounts-3.6.2[gnome] =app-admin/openrc-settingsd-1.0.1 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1[gnome-online-accounts], required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =net-libs/gnome-online-accounts-3.6.2 ~x86 #required by dev-python/pyatspi-2.6.0-r1, required by app-accessibility/caribou-0.4.5, required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =app-accessibility/at-spi2-core-2.6.2-r2 ~x86 #required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =gnome-base/gnome-session-3.6.2 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1, required by net-libs/gnome-online-accounts-3.6.2[gnome] =dev-libs/libpwquality-1.2.0-r1 ~x86 #required by dev-libs/gobject-introspection-1.34.2, required by dev-python/pygobject-3.4.2-r1, required by dev-python/pyatspi-2.6.0-r1, required by app-accessibility/caribou-0.4.5, required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =dev-libs/gobject-introspection-common-1.34.2 ~x86 #required by app-accessibility/caribou-0.4.5, required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =dev-python/pyatspi-2.6.0-r1 ~x86 #required by gnome-base/gnome-keyring-3.6.2, required by app-crypt/libsecret-0.12, required by net-libs/gnome-online-accounts-3.6.2, required by gnome-base/gnome-control-center-3.6.3-r1[gnome-online-accounts], required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =gnome-base/libgnome-keyring-3.6.0 ~x86 #required by x11-libs/gtk+-3.6.2, required by gnome-base/gnome-control-center-3.6.3-r1, required by net-libs/gnome-online-accounts-3.6.2[gnome] =dev-libs/atk-2.6.0 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1[i18n], required by net-libs/gnome-online-accounts-3.6.2[gnome] =app-i18n/ibus-1.4.99.20121006 ~x86 #required by media-libs/clutter-1.8.4, required by app-accessibility/caribou-0.4.5, required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =media-libs/cogl-1.12.0-r1 ~x86 #required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =app-accessibility/caribou-0.4.5 ~x86 #required by app-accessibility/caribou-0.4.5, required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =dev-libs/libgee-0.8.3 ~x86 #required by x11-wm/muffin-1.1.1, required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =media-libs/clutter-1.12.2 ~x86 #required by net-libs/gnome-online-accounts-3.6.2[gnome] =gnome-base/gnome-control-center-3.6.3-r1 ~x86 #required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =gnome-extra/nemo-1.0.2 ~x86 #required by net-libs/gnome-online-accounts-3.6.2, required by gnome-base/gnome-control-center-3.6.3-r1[gnome-online-accounts], required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =app-crypt/libsecret-0.12 ~x86 #required by gnome-extra/gnome-color-manager-3.6.0, required by gnome-base/gnome-control-center-3.6.3-r1[colord], required by net-libs/gnome-online-accounts-3.6.2[gnome] =x11-libs/colord-gtk-0.1.24 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1[bluetooth], required by net-libs/gnome-online-accounts-3.6.2[gnome] =net-wireless/gnome-bluetooth-3.6.1 ~x86 #required by dev-python/pygobject-3.4.2-r1, required by dev-python/pyatspi-2.6.0-r1, required by app-accessibility/caribou-0.4.5, required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =dev-libs/gobject-introspection-1.34.2 ~x86 #required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =gnome-base/gnome-desktop-3.6.2 ~x86 #required by gnome-base/gnome-control-center-3.6.3-r1, required by net-libs/gnome-online-accounts-3.6.2[gnome] =gnome-base/libgnomekbd-3.6.0 ~x86 #required by gnome-extra/cinnamon-1.6.1, required by cinnamon (argument) =dev-libs/gjs-1.34.0 ~x86 I am still learning and try to do things for myself, but now I turn to those better than me for help. If more information is required let me know. What would be the best (cleanest) way for me to resolve this conflict please? EDIT: I forgot that I had added the zugaina overlay, so I dug around on that overlay and found a newer version of gnome-themes-standard, and also for colord/colord-gtk that also block each other. I've now added the following to my package.keywords file. Quote: =x11-themes/gnome-themes-standard-3.6.2 ~x86 =x11-misc/colord-0.1.26 ~x86 =x11-libs/colord-gtk-0.1.24 ~x86 Now my emerge -av isn't reporting conflicts... so time to let it compile for a few hours and see what happens EDIT 2: It worked, but I had graphical issues with it, so abandoned it now. I'll wait until it's more stable | Updating packages to a more recent unstable version usually your best bet. your gtk+ and gnome-control-center are already the latest ~ do the math next time: conflicts are simply unsolved inequality between required versions gtk+-3.6.2::gentoo>=x11-libs/gtk+-3.5.13:3 thats o.k gtk+-3.6.2::gentoo≠<x11-libs/gtk+-3.5:3 this is not o.k bumping gnome-themes-standard to ~3.6.2 was required you could also try those packages from the official gentoo overlay |
I was a week on vacation and since coming back I can no longer print. Neither via usb or wirelessly. What has changed in that week? Well, I moved from stable to unstable. I've tried adding the printer quite a few times in KDE's system settings, both wired and wireless. I've also tried to add it in cups's webconfig (localhost:631). I know that the Gentoo system is at fault somewhere, because another (Kubuntu) laptop functions just fine. It worked just fine in the past to print wirelessly. Has something changed in the upgrades that causes this issue? Edit: When looking at the CUPS webconfig, I see at the test page I'm trying to print: Code: stopped "Filter failed" | After running a simple revdep-rebuild, it became clear that cups-filters was broken. Issue solved. Thanks to Neddy for pointing in the right direction |
i've just updated the xfce4 terminal from 0.4.8 to 0.6.0. for some reason there is a new ebuild with a new name (x11-terms/xfce4-terminal). this version won't use my color settings anymore. i there a new place for the configuration file instead of "~/.config/Terminal/terminalrc" or is there a new way to set up colors in that file? | Maybe Gentoo bug is useful. |
Weird. I rebooted my machine - first time in 4 months. On the virtual console, I can log in fine. On X, I can log in fine. But when I launch a terminal emulator, it doesn't work. Konsole loads but no prompt appears. xterm just won't load. Within emacs, M-x shell works, but not M-x term. Tried different window managers. Same behavior. Help me figure this out! | Yes, and both state they've started. |
I get a strange focus behaviour with URxvt. I open a term and lauch mc. I find a file I want to lock and press Enter. mc lauch the corresponding application, as example mplayer, and I can watch the movie. But mplayer didn't get the focus until I click onto the movie. With any other term I try, mplayer did get the focus immediately at launch time. It is more, If I do Ctrl+o in order to get back in the shell, or close mc, and launch mplyer with Code: mplayer <my_movie.avi> mplayer get the focus, but I must press the Esc key 2 times for mplayer to quit. With any other term, it quit at the first Esc press. It is so strange that I doesn't have any precise question. Any clue will be appreciated. EDIT: I forget to say: this is with fvwm-crystal. With other wm like xfce or plain fvwm, the focus is working fine with urxvt. But this is still very strange. I searched for strings into fvwm-crystal, and the style for urxvt is the same than the style for other terminals. EDIT2: Oops, I found what a "privileged terminal" is in FVWM-Crystal. This is a term that will not loose the focus when it launch a new window. It was just to put the corresponding pref to false (apply !FPOverrideGrabFocus style). | truc wrote: Hey Dominique_71! It is nice to see you are still using fvwm/fvwm-cristall! Before I felt in the tiling WM world, I remember having lots of fun with FVWM, how is it evolving now? I mean, is the development still active? Hey truc! Of course, the development of fvwm is still active. It is slow, but well, this is fvwm, so it doesn't matter that much. Wanted and useful features are added, and idiotic take_my_freedom_away and break_my_system features like polkit are avoided. GNU/linux is wonderful on the server side, but on the desktop side, it is following the same paradigm than $OS like windows and mac: the never the better. Frenetic efforts are mode to develop fully idiotic stuffs that can be made another and better way. Polkit is the worst example I know, only big paranoid companies need such functionalities, anyone else just don't want such stuffs. But polkit is in all the gentoo desktop profiles, this when only gnome and a few other desktops cannot be installed without this idiotic s.. Another example is pulseaudio. It is hundred of threads everywhere on the internet from peoples having problems with it, and you can do the same with just ALSA + JACK + the snd_loopback module, that with something pulseaudio doesn't provide: constant sound latency, something which is a must for any serious audio work. In FVWM, one of the last added features in the cvs was FVWM variables. They are variables that will not pollutes the environment. They will be part of the next release. My main reasons to use fvwm are 2: First, it just do the job and is very efficient. Second, It is the less buggy wm I know when you like a click-to-focus policy without raise (Amiga like focus policy). In fact it is even better that the Amiga OS, because I can have with raise/shadow with left/right click on the title bars, and without raise anywhere else on the windows. This focus policy stuff is the main reason why I always hated gnome. Kde is a little bit better, but soon or later, it will begun to suck. For me. FVWM-Crystal was an easy way to get in touch with FVWM. You get not only a wm (FVWM), but a full desktop that is very easy to use. Also and for me, the file hierarchy of FVWM_Crystal is much simpler than the one of FVWM themes. And Crystal is very friendly to the user, it is easy to use and just work. FVWM-themes is more experimental, you begun to change and mix the options. It feel very good at the beginning, but some time later, you get a fully unusable system that is so complicated that you just don't know what to do with it. With time, I learned a lot about FVWM. Simple modification are easy to do, but I think than, because of its combination of complexity (huge number of commands and options) and simplicity (no distinction between configuration commands and action commands), it is not easy to completely manage something as big than Crystal or Themes. For now, I have no plan to change my desktop. Anyway, I keep a close eye on AROS , especially on AEROS , that mix of AROS and Linux. Like FVWM and GNU/linux, it just work, but it is incredibly faster (gimp on hosted AROS is starting 4 or 5 time faster than natively on linux). |
Hello there, can somebody give me a hint for solving my problem? I am updated world on my laptot with gentoo-hardened kernel. After everything gone without errors update-world also installed new nvidia-drivers. And now, when i run Code: eselect opengl list system returns me only x11-xorg record. So there is no nvidia. During manualy reinstalling nvidia drivers at the end of installation proccess its wrote to terminal that Switching opengl to nvidia....done. But everytime i run X with nvidia its craseh that no screen found, and then nvidia module loading, some information about version etc, and then no nvidia module found. What wasa problem there ? In case of needs i will attach xorg.conf or emerge --info outputs, anything you want. I just think that this is not a problem in my xorg.conf, but somewhere in system. And cannot found where it could be. Thank you for any help Bests, | Then maybe nvidia-drivers are not install then. you can check it with Code: emerge -pv nvidia-drivers provide your xorg.log if you want more help about the no screen found error. |
Hi I'm trying to define some rules (always on top, run on a specific tag) for some independent .jar applications at awesome wm. In order to execute a .jar file, I have to do java -jar program.jar However if I define any other name than java in rc.lua file including the tittle of the program, it simply avoids the new rules I've tried defining aliases in rc.lua file and writing a wrapper script in bash, but It does not work. | You can use class, name or instance to define rules, have you tried that? awesome faq about that |
I installed x11-misc/cairo-dock today from the Sabayon overlay. I also installed x11-plugins/cairo-dock-plugins from the same overlay. The program appears to have installed correctly, however it can't find the plugins folder. It appears to be looking for something in 'lib64/cairo-dock'. The leading slash mark isn't present in the directory name that was in the error, leading me to believe that there was a typo in the program. Although, I'm more apt to believe that I am more at fault for whatever is amiss here. Output when running "cairo-dock -c" from the terminal: Code: ============================================================================ Cairo-Dock version : 3.0.2 Compiled date : Dec 8 2012 08:56:27 Built with GTK : 3.4 Running with OpenGL: 0 ============================================================================ warning : (/var/tmp/portage/x11-misc/cairo-dock-3.0.2/work/cairo-dock-3.0.2/src/cairo-dock.c:main:571) Error opening directory 'lib64/cairo-dock': No such file or directory no module will be available And then the graphical error looks identical to the one in this picture: http://cboard.cprogramming.com/attachments/linux-programming/11702d1338697970-cairo-dock-issue-11.jpg I typically try to solve this type of thing myself, but at this point it's beyond me. I tried linking /lib/cairo-dock to /lib64/cairo-dock by the way, but no dice. Also the /var/tmp/yadayadayada working directory doesn't appear to exist for cairo-dock. Thanks for your time! | With sabbayon's ebuild, your pwd must be /usr when you launch the docks. BTW, warning : sabbayon's ebuild is faulty. It has critical problems in terms of hidden dependencies and, if I remember correctly, exhibits a major security warning at the end of the build. I am trying to make my ebuilds for cairo-docks-3.1.2 make their way onto sunrise... but... It is a bit... hmmm... difficult. I'll post them on glx-docks forum if I cannot succeed. |
I have trouble with my XFCE (4.10). It starts up really slowly. Wine programmes won't run at all, existing with "wineserver: mkdir /tmp/.wine-1000 : No space left on device". Dropbox won't start, neither. I get a lot of errors in my xsession.errors (see below) that are gconf related . I assume what causes this is some stale file handle somewhere, but I don't know where to look. So, how did I get into this mess? In order to get a backtrace for xorg-server I sshd into the machine, ran gdb on it and got the backtrace. I forgot to end the ssh session, however, and restarted the machine that was logged into the one I'm having trouble with now. So, any ideas how I can get back to working setup? Logging into xfce as root naturally doesn't cause any trouble. Here's my .xsession.errors Code: gpg-agent[2401]: can't create directory `/tmp/gpg-tj8uVd': No space left on device (xfce4-session:2351): xfce4-session-WARNING **: ICE connection 0x1ce67d0 rejected (xfwm4:2402): GLib-WARNING **: (gerror.c:390):g_error_new_valist: runtime check failed: (domain != 0) (xfwm4:2402): xfwm4-WARNING **: Failed to connect to session manager: Failed to connect to the session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed xfwm4-Message: Another Window Manager (Xfwm4) is already running on screen :0.0 xfwm4-Message: To replace the current window manager, try "--replace" Repeated 5x (xfwm4:2408): xfwm4-WARNING **: Could not find a screen to manage, exiting (xfce4-session:2351): xfce4-session-WARNING **: ICE connection 0x1c5f590 rejected (xfce4-session:2351): xfce4-session-WARNING **: ICE connection 0x1ce67d0 rejected (xfce4-panel:2417): GLib-WARNING **: (gerror.c:390):g_error_new_valist: runtime check failed: (domain != 0) xfce4-panel: Failed to connect to session manager: Failed to connect to the session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed (xfce4-session:2351): xfce4-session-WARNING **: ICE connection 0x1ca39a0 rejected (xfsettingsd:2418): GLib-WARNING **: (gerror.c:390):g_error_new_valist: runtime check failed: (domain != 0) Failed to connect to session manager: Failed to connect to the session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed Errors encountered in /tmp/fileHzs9K1; not compiled. Errors encountered in /tmp/file35nD7q; not compiled. Errors encountered in /tmp/fileXQUBvQ; not compiled. libpager-Message: Setting the pager rows returned false. Maybe the setting is not applied. Errors encountered in /tmp/filefHxRhw; not compiled. (xfce4-session:2351): xfce4-session-WARNING **: ICE connection 0x1ca5e30 rejected (xfdesktop:2447): GLib-WARNING **: (gerror.c:390):g_error_new_valist: runtime check failed: (domain != 0) Failed to connect to session manager: Failed to connect to the session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed ** (xfdesktop:2447): WARNING **: Thumbnailer failed calling GetFlavors xfdesktop[2451] is already running; assuming --reload xfdesktop[2452] is already running; assuming --reload ** (xfdesktop:2447): WARNING **: Thumbnailer failed calling GetFlavors xfdesktop[2453] is already running; assuming --reload xfdesktop[2454] is already running; assuming --reload ** (xfdesktop:2447): WARNING **: Thumbnailer failed calling GetFlavors xfdesktop[2455] is already running; assuming --reload (xfdesktop:2447): GLib-GObject-WARNING **: invalid (NULL) pointer instance (xfdesktop:2447): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (xfdesktop:2447): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed ** (xfdesktop:2447): WARNING **: Thumbnailer failed calling GetFlavors (xfdesktop:2447): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `XfdesktopFileIconManager' ** (xfdesktop:2447): CRITICAL **: xfdesktop_file_icon_manager_files_ready: assertion `enumerator == fmanager->priv->enumerator' failed ** (xfdesktop:2447): WARNING **: Thumbnailer failed calling GetFlavors (xfdesktop:2447): GLib-GObject-WARNING **: invalid (NULL) pointer instance (xfdesktop:2447): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (xfdesktop:2447): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed ** (xfdesktop:2447): WARNING **: Thumbnailer failed calling GetFlavors ** (xfdesktop:2447): CRITICAL **: xfdesktop_file_icon_manager_files_ready: assertion `enumerator == fmanager->priv->enumerator' failed GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: GetIOR failed: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gconfd-2 received signal 5) ** Message: applet now removed from the notification area Repated many (30 or more) times ** (bluetooth-applet:2574): WARNING **: Could not open RFKILL control device, please verify your installation E: [autospawn] core-util.c: Failed to create random directory /tmp/pulse-Wf0fzR3y7wVi: No space left on device E: [autospawn] core-util.c: Failed to symlink /home/christian/.pulse/3e2d480b5b77fd4b42193fc90000000a-runtime.tmp: No space left on device W: [autospawn] lock-autospawn.c: Cannot access autospawn lock. E: [pulseaudio] main.c: Failed to acquire autospawn lock (xfce4-session:2351): xfce4-session-WARNING **: ICE connection 0x1cda020 rejected (xfce4-session:2351): xfce4-session-WARNING **: ICE connection 0x1cda020 rejected GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: GetIOR failed: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gconfd-2 received signal 5) GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: GetIOR failed: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gconfd-2 received signal 5) Failed to create random directory /tmp/pulse-PKdhtXMmr18n: No space left on device Failed to symlink /home/christian/.pulse/3e2d480b5b77fd4b42193fc90000000a-runtime.tmp: No space left on device (xfce4-session:2351): xfce4-session-WARNING **: ICE connection 0x1cd64c0 rejected Agent unregistration failed: Method "UnregisterAgent" with signature "o" on interface "org.bluez.Adapter" doesn't exist 'dbus-glib-error-quark' UPDATE: It's not only XFCE4. It seems like permissions for users in general are affected. I can't access /tmp as a user, only as root, which makes then XFCE behave in a weird way. | lxg, I would add /var/log/* to that. I have seen some huge log files 10G+ with lots of kernel debug options on. Warning to the unwary. rm'ing a file will not free the space it uses until the file is no longer used. That means that if its a log file and the program that owns it is running, you need to restart that program. If you logs are getting huge, look into rotating them somehow. Exactly how depends on your logger. |
Hello I wanna execute the X but i give this error when I ran startx Code: [ 980.843] X.Org X Server 1.13.0 Release Date: 2012-09-05 [ 980.843] X Protocol Version 11, Revision 0 [ 980.843] Build Operating System: Linux 3.5.7-gentoo i686 Gentoo [ 980.843] Current Operating System: Linux notebook-lucas 3.5.7-gentoo #1 SMP Sun Dec 9 17:27:11 BRST 2012 i686 [ 980.843] Kernel command line: root=/dev/sda6 ro roottypefs=ext4 [ 980.844] Build Date: 22 December 2012 10:33:35AM [ 980.844] [ 980.844] Current version of pixman: 0.28.0 [ 980.844] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 980.844] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 980.845] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 22 18:02:14 2012 [ 980.845] (==) Using config file: "/etc/X11/xorg.conf" [ 980.846] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 980.846] (==) ServerLayout "X.org Configured" [ 980.846] (**) |-->Screen "Screen0" (0) [ 980.846] (**) | |-->Monitor "Monitor0" [ 980.846] (**) | |-->Device "Card0" [ 980.846] (**) |-->Input Device "Mouse0" [ 980.846] (**) |-->Input Device "Keyboard0" [ 980.846] (==) Automatically adding devices [ 980.846] (==) Automatically enabling devices [ 980.846] (==) Automatically adding GPU devices [ 980.846] (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/cyrillic/, /usr/share/fonts/100dpi/:unscaled, /usr/share/fonts/75dpi/:unscaled, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, built-ins, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 980.846] (**) ModulePath set to "/usr/lib/xorg/modules" [ 980.846] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 980.846] (WW) Disabling Mouse0 [ 980.846] (WW) Disabling Keyboard0 [ 980.846] (II) Loader magic: 0x8235620 [ 980.846] (II) Module ABI versions: [ 980.846] X.Org ANSI C Emulation: 0.4 [ 980.846] X.Org Video Driver: 13.0 [ 980.846] X.Org XInput driver : 18.0 [ 980.846] X.Org Server Extension : 7.0 [ 980.847] (II) config/udev: Adding drm device (/dev/dri/card0) [ 980.849] (--) PCI:*(0:0:2:0) 8086:2a02:1028:022f rev 12, Mem @ 0xfea00000/1048576, 0xe0000000/268435456, I/O @ 0x0000eff8/8 [ 980.849] (--) PCI: (0:0:2:1) 8086:2a03:1028:022f rev 12, Mem @ 0xfeb00000/1048576 [ 980.849] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 980.849] Initializing built-in extension Generic Event Extension [ 980.849] Initializing built-in extension SHAPE [ 980.849] Initializing built-in extension MIT-SHM [ 980.849] Initializing built-in extension XInputExtension [ 980.849] Initializing built-in extension XTEST [ 980.849] Initializing built-in extension BIG-REQUESTS [ 980.850] Initializing built-in extension SYNC [ 980.850] Initializing built-in extension XKEYBOARD [ 980.850] Initializing built-in extension XC-MISC [ 980.850] Initializing built-in extension XINERAMA [ 980.850] Initializing built-in extension XFIXES [ 980.850] Initializing built-in extension RENDER [ 980.850] Initializing built-in extension RANDR [ 980.850] Initializing built-in extension COMPOSITE [ 980.850] Initializing built-in extension DAMAGE [ 980.851] Initializing built-in extension MIT-SCREEN-SAVER [ 980.851] Initializing built-in extension DOUBLE-BUFFER [ 980.851] Initializing built-in extension RECORD [ 980.851] Initializing built-in extension DPMS [ 980.851] Initializing built-in extension X-Resource [ 980.851] Initializing built-in extension XVideo [ 980.851] Initializing built-in extension XVideo-MotionCompensation [ 980.851] Initializing built-in extension XFree86-VidModeExtension [ 980.852] Initializing built-in extension XFree86-DGA [ 980.852] Initializing built-in extension XFree86-DRI [ 980.852] Initializing built-in extension DRI2 [ 980.852] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 980.852] (II) LoadModule: "extmod" [ 980.852] (II) Module "extmod" already built-in [ 980.852] (II) LoadModule: "record" [ 980.852] (II) Module "record" already built-in [ 980.852] (II) LoadModule: "dbe" [ 980.852] (II) Module "dbe" already built-in [ 980.852] (II) LoadModule: "glx" [ 980.852] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 980.852] (II) Module glx: vendor="X.Org Foundation" [ 980.852] compiled for 1.13.0, module version = 1.0.0 [ 980.852] ABI class: X.Org Server Extension, version 7.0 [ 980.852] (==) AIGLX enabled [ 980.852] Loading extension GLX [ 980.852] (II) LoadModule: "dri" [ 980.852] (II) Module "dri" already built-in [ 980.852] (II) LoadModule: "dri2" [ 980.852] (II) Module "dri2" already built-in [ 980.852] (II) LoadModule: "synaptics" [ 980.853] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 980.853] (II) Module synaptics: vendor="X.Org Foundation" [ 980.853] compiled for 1.13.0, module version = 1.6.2 [ 980.853] Module class: X.Org XInput Driver [ 980.853] ABI class: X.Org XInput driver, version 18.0 [ 980.853] (II) LoadModule: "evdev" [ 980.853] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 980.853] (II) Module evdev: vendor="X.Org Foundation" [ 980.853] compiled for 1.13.0, module version = 2.7.3 [ 980.853] Module class: X.Org XInput Driver [ 980.853] ABI class: X.Org XInput driver, version 18.0 [ 980.853] (II) LoadModule: "intel" [ 980.853] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 980.853] (II) Module intel: vendor="X.Org Foundation" [ 980.853] compiled for 1.13.0, module version = 2.20.13 [ 980.853] Module class: X.Org Video Driver [ 980.853] ABI class: X.Org Video Driver, version 13.0 [ 980.853] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale, Sandybridge Desktop (GT1), Sandybridge Desktop (GT2), Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1), Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+), Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2), Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server, Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2), Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2), Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2), Haswell Server (GT2+), Haswell SDV Desktop (GT1), Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+), Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2), Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1), Haswell SDV Server (GT2), Haswell SDV Server (GT2+), Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2), Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1), Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+), Haswell ULT Server (GT1), Haswell ULT Server (GT2), Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1), Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+), Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2), Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1), Haswell CRW Server (GT2), Haswell CRW Server (GT2+), ValleyView PO board [ 980.854] (--) using VT number 7 [ 980.867] (EE) No devices detected. [ 980.867] Fatal server error: [ 980.867] no screens found [ 980.867] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 980.867] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 980.867] (EE) My xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" 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/" FontPath "built-ins" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "dri" Load "dri2" Load "synaptics" Load "evdev" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "abnt2" Option "XkbLayout" "br" Option "XkbVariant" "abnt2" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "CorePointer" Option "SHMConfig" "on" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "protocol" "auto-dev" Option "TapButton1" "1" Option "TapButton2" "0" Option "TapButton3" "0" Option "RTCornerButton" "0" Option "RBCornerButton" "0" Option "LTCornerButton" "0" Option "LBCornerButton" "0" 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 "intel" #BusID "PCI:00:02.0" # Option "Monitor-LVDS" "LCD" # Option "Monitor-TMDS-1" "HDMI" # Option "Monitor-VGA" "VGA" # Option "Monitor-TV" "TV" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Modes "1280x800" Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection make.conf: Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" # 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" MAKEOPTS="-j3" XUSE="truetype X xorg xscreensaver" IMAGEUSE="jpeg gif tiff png svg pdf" MEDIAUSE="alsa mad vidix asf win32codecs dvd dvdr mp4 aac x264 xvid nsplugin mp3 real gstreamer cdda cdr ffmpeg gpm lame matroska" GENERAL="samba bzip2 symlink sqlite spell xml acpi bash-completion clamav java" SYSTEM="hal howl fam udev dbus oss threads session lock libkms xa" NOTUSE="-arts -qt4" KDEUSE="-kde -qt3" GNOME="gtk cairo glitz -gnome -minimal" XFCE="thunar" PROGRAMS="firefox" USE="${NOTUSE}${SYSTEM}${GENERAL}${IMAGEUSE}${XUSE}${KDEUSE}${MEDIAUSE}${GNOME}${XFCE}${PROGRAMS}" #USE="gnome gtk hal howl dvd alsa cdr -kde -qt" GENTOO_MIRRORS="http://www.las.ic.unicamp.br/pub/gentoo/ ftp://ftp.las.ic.unicamp.br/pub/gentoo/ http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo http://gentoo.mirrors.easynews.com/linux/gentoo/ http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ ftp://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/" SYNC="rsync://rsync2.us.gentoo.org/gentoo-portage" INPUT_DEVICES="evdev keyboard mouse synaptics" VIDEO_CARDS="intel" lspci Code: 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c) 00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02) 00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02) 00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) 09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12) 0b:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01) emerge --info Code: Portage 2.1.11.31 (default/linux/x86/10.0/desktop, gcc-4.5.4, glibc-2.15-r3, 3.5.7-gentoo i686) ================================================================= System uname: Linux-3.5.7-gentoo-i686-Intel-R-_Core-TM-2_Duo_CPU_T6400_@_2.00GHz-with-gentoo-2.1 Timestamp of tree: Thu, 20 Dec 2012 23:15:01 +0000 ld GNU ld (GNU Binutils) 2.22 app-shells/bash: 4.2_p37 dev-lang/python: 2.7.3-r2, 3.2.3 dev-util/cmake: 2.8.9 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.11.8 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.11.6 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.5.4 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -march=i686 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -march=i686 -pipe" GENTOO_MIRRORS="http://www.las.ic.unicamp.br/pub/gentoo/ ftp://ftp.las.ic.unicamp.br/pub/gentoo/ http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo http://gentoo.mirrors.easynews.com/linux/gentoo/ http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ ftp://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/" LANG="pt_BR.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync2.us.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa asf bash-completion berkdb bluetooth branding bzip2 cairo cdda cdr clamav cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam ffmpeg firefox flac fortran gdbm gif glitz gpm gstreamer gtk howl iconv ipv6 javajpeg jpeg lame lcms ldap libkms libnotify lock mad matroskagtk mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nsplugin ogg opengl openmp oss pam pango pcre pdf pdftruetype png policykit ppds pppd qt3support qt4 readline sdl session spell sqlite ssl startup-notification svg symlink tcpd threads tiff truetype udev udisks unicode upower usb vidix vorbis win32codecs wxwidgets x264 x86 xasamba xcb xml xorg xscreensaver-kde xv 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="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON I try this commands but not success. Code: x11-drivers/xf86-video-vesa x11-drivers/xf86-video-intel emerge -av xf86-input-evdev xf86-input-synaptics So....what can I do to fix it:?: | add Screen0 section in xorg.conf remove xorg.conf as it is auto generated and for 98% of the times is not needed. |
Hi, I'm having the following conflict with emerge -uDNvp world: Code: One or more updates have been skipped due to a dependency conflict: x11-base/xorg-server:0 (x11-base/xorg-server-1.13.0-r1::gentoo, ebuild scheduled for merge) conflicts with <x11-base/xorg-server-1.12.99 required by (x11-drivers/xf86-video-neomagic-1.2.7::gentoo, installed) My video card is: Radeon HD 4000 series, so do I need neomagic? I hope this doesn't seem like too stupid of a question, but how do I tell what driver I'm using? I'm not having any errors or blank screens or anything, so obviously it's working fine. I would just like to resolve this conflict before it becomes a problem. Thanks Todd | What do you have in /etc/make.conf for VIDEO_CARDS? Or do you have a USE=VIDEO_CARDS_? Look for neomagic there and remove it, you probably don't need it. Suspicion is that somehow you're requesting the neomagic driver, and it was not updated by the maintainer (since it's an old card) due to some semi-major API change in xorg-server 1.13... |
Hello I use libreoffice-bin and would like to have some more fonts. For instance Times New Roman. I don't have it in the fonts of libreoffice. How can I add it? The fonts I have installed on the system are: Code: eix font |grep I [I] app-admin/eselect-fontconfig Installed versions: 1.1(14:41:58 10/10/12) [I] media-fonts/font-adobe-100dpi Installed versions: 1.0.3(03:10:12 11/14/12)(X nls) [I] media-fonts/font-adobe-75dpi Installed versions: 1.0.3(03:10:51 11/14/12)(X nls) [I] media-fonts/font-adobe-utopia-100dpi Installed versions: 1.0.4(03:11:17 11/14/12)(X nls) [I] media-fonts/font-adobe-utopia-75dpi Installed versions: 1.0.4(03:11:39 11/14/12)(X nls) [I] media-fonts/font-adobe-utopia-type1 Installed versions: 1.0.4(03:12:01 11/14/12)(X) [I] media-fonts/font-alias Installed versions: 1.0.3(16:29:29 10/10/12) [I] media-fonts/font-arabic-misc Installed versions: 1.0.3(03:12:20 11/14/12)(X nls) [I] media-fonts/font-bh-100dpi Installed versions: 1.0.3(03:12:43 11/14/12)(X nls) [I] media-fonts/font-bh-75dpi Installed versions: 1.0.3(03:13:08 11/14/12)(X nls) [I] media-fonts/font-bh-lucidatypewriter-100dpi Installed versions: 1.0.3(03:13:31 11/14/12)(X nls) [I] media-fonts/font-bh-lucidatypewriter-75dpi Installed versions: 1.0.3(03:13:53 11/14/12)(X nls) [I] media-fonts/font-bh-ttf Installed versions: 1.0.3(03:14:14 11/14/12)(X) [I] media-fonts/font-bh-type1 Installed versions: 1.0.3(03:14:34 11/14/12)(X) [I] media-fonts/font-bitstream-100dpi Installed versions: 1.0.3(03:14:53 11/14/12)(X nls) [I] media-fonts/font-bitstream-75dpi Installed versions: 1.0.3(03:15:15 11/14/12)(X nls) [I] media-fonts/font-bitstream-speedo Installed versions: 1.0.2(03:15:35 11/14/12)(X) [I] media-fonts/font-bitstream-type1 Installed versions: 1.0.3(03:15:54 11/14/12)(X) [I] media-fonts/font-cronyx-cyrillic Installed versions: 1.0.3(03:16:14 11/14/12)(X nls) [I] media-fonts/font-cursor-misc Installed versions: 1.0.3(03:16:33 11/14/12)(X nls) [I] media-fonts/font-daewoo-misc Installed versions: 1.0.3(03:16:53 11/14/12)(X nls) [I] media-fonts/font-dec-misc Installed versions: 1.0.3(03:17:13 11/14/12)(X nls) [I] media-fonts/font-ibm-type1 Installed versions: 1.0.3(03:17:32 11/14/12)(X) Description: X.Org IBM Courier font [I] media-fonts/font-isas-misc Installed versions: 1.0.3(03:17:52 11/14/12)(X nls) Description: X.Org the Institute of Software, Academia Sinica (chinese) fonts [I] media-fonts/font-jis-misc Installed versions: 1.0.3(03:18:12 11/14/12)(X nls) Description: X.Org JIS (japanese) fonts [I] media-fonts/font-micro-misc Installed versions: 1.0.3(03:18:32 11/14/12)(X nls) [I] media-fonts/font-misc-cyrillic Installed versions: 1.0.3(03:18:52 11/14/12)(X nls) [I] media-fonts/font-misc-ethiopic Installed versions: 1.0.3(03:19:11 11/14/12)(X) [I] media-fonts/font-misc-meltho Installed versions: 1.0.3(03:19:32 11/14/12)(X) [I] media-fonts/font-misc-misc Installed versions: 1.1.2(03:19:55 11/14/12)(X nls) [I] media-fonts/font-mutt-misc Installed versions: 1.0.3(03:20:16 11/14/12)(X nls) [I] media-fonts/font-schumacher-misc Installed versions: 1.1.2(03:20:37 11/14/12)(X nls) [I] media-fonts/font-screen-cyrillic Installed versions: 1.0.4(03:20:56 11/14/12)(X nls) [I] media-fonts/font-sony-misc Installed versions: 1.0.3(03:21:15 11/14/12)(X nls) [I] media-fonts/font-sun-misc Installed versions: 1.0.3(03:21:35 11/14/12)(X nls) [I] media-fonts/font-util Installed versions: 1.3.0(14:06:10 10/10/12) [I] media-fonts/font-winitzki-cyrillic Installed versions: 1.0.3(03:21:55 11/14/12)(X nls) [I] media-fonts/font-xfree86-type1 Installed versions: 1.0.4(03:22:16 11/14/12)(X) Description: International X11 fixed fonts Description: Hacked version of IPA fonts, which is suitable for browsing 2ch Description: Japanese TrueType fonts developed by IPA (Information-technology Promotion Agency, Japan) Description: Japanese fixed fonts that cover JIS0213 charset [I] media-fonts/liberation-fonts Installed versions: 2.00.0-r1(03:09:29 11/14/12)(X -fontforge) Description: The Lohit family of Indic fonts Description: Desktop/GUI font family for integrated use with the KDE desktop Description: SGI fonts collection Description: SIL Opentype Unicode fonts for Arabic Languages Description: A community developed derivatives of IPA Fonts [I] media-fonts/urw-fonts Installed versions: 2.4.9(03:09:12 11/14/12)(X) Description: Kuo Chauo Chinese Fonts collection in BIG5 encoding [I] media-libs/fontconfig Installed versions: 2.8.0-r1(1.0)(14:41:51 10/10/12)(-doc) [I] virtual/ttf-fonts Installed versions: 1(14:42:13 10/10/12) [I] x11-apps/mkfontdir Installed versions: 1.0.7(16:29:04 10/10/12) [I] x11-apps/mkfontscale Installed versions: 1.1.0(16:19:42 10/10/12) Installed versions: 1.4.5(14:30:14 10/10/12)(ipv6 -doc -static-libs) [I] x11-libs/libfontenc Installed versions: 1.1.1(14:29:58 10/10/12)(-static-libs) [I] x11-proto/fontsproto Installed versions: 2.1.2(14:04:30 10/10/12)(-doc) [I] x11-proto/xf86bigfontproto Installed versions: 1.2.0(14:10:41 10/10/12) | Clad in Sky wrote: There is a package called corefonts. Emerge it. The fonts should show up in libreoffice. You can also copy fonts to /usr/share/fonts/corefonts if you already have them as files somewhere. Thanks a lot. I didn't have it. I emerged it and restarted libreoffice. Now it works nicely. Best Queen |
After a fresh install from ground up, pcmanfm (within a LXDE environment, lxde-meta) does not handle any file types. A double click to a PDF, GIF or any other file type does not start its application, even it is insalled (in my example PDF: evince, GIF: gpicview). All described applications provide their mime types in the matching .desktop file in /usr/share/applications, but pcmanfm does not take a look there. It just looks for the app in ~/.local/share/applications/mimeapps.list and because it's not yet there, the mime type is not recognised. Do I miss some important things to configure in order to make LXDE/pcmanfm work with the file type's default application? Thanks for any advice Claudio | Just as an fyi I just did a fresh install about three weeks ago using LXDE and I did not experience the problem you're having. In addition I have no such file ~/.local/share/applications/mimeapps.list I did not have to anything special to be able to open a pdf file from pcmanfm |
I just noticed that lowriter crashes if I right click on a mis-spelled word. Nothing in my logs that I can see about this but starting in a terminal gives this on the crash: Code: terminate called after throwing an instance of 'com::sun::star::loader::CannotActivateFactoryException' Anyone have any idea how to fix this? (or even what it is ) EDIT: turned out libreoffice got built with +java; rebuilt with -java and all is well | FWIW, I cannot reproduce this in libreoffice-bin-3.5.2.2-r1 -- the mispelled word context menu seems to work correctly here. |
After doing a world update (emerge -uDN world) I have xorg-1.13.0-r1 that don' start. I tried to downgrade to 1.12.4 without success. I tried also to upgrade the kernel from 3.3.8 to 3.5.7 no success. Now I have kernel-3.5.7, with this xorg.conf Code: Section "ServerLayout" Identifier "prova" Screen 0 "Screen0" 0 0 EndSection Section "Files" 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 "glx" Load "dri" EndSection Section "Monitor" Identifier "Monitor0" VendorName "SAM" ModelName "SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.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", ### <percent>: "<f>%" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "EnablePageFlip" # [<bool>] #Option "AccelDFS" # [<bool>] #Option "IgnoreEDID" # [<bool>] #Option "ColorTiling" # [<bool>] #Option "ColorTiling2D" # [<bool>] #Option "RenderAccel" # [<bool>] #Option "SubPixelOrder" # [<str>] #Option "AccelMethod" # <str> #Option "DRI" # [<bool>] #Option "TVStandard" # <str> #Option "EXAVSync" # [<bool>] #Option "EXAPixmaps" # [<bool>] #Option "ZaphodHeads" # <str> #Option "EnablePageFlip" # [<bool>] #Option "SwapbuffersWait" # [<bool>] Identifier "Card0" Driver "radeon" 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 I have this Xorg.0.log Code: [ 20.932] X.Org X Server 1.13.0 Release Date: 2012-09-05 [ 20.956] X Protocol Version 11, Revision 0 [ 20.956] Build Operating System: Linux 3.5.7-gentoo i686 Gentoo [ 20.956] Current Operating System: Linux geronimo 3.5.7-gentoo #8 SMP PREEMPT Wed Dec 12 18:45:50 CET 2012 i686 [ 20.956] Kernel command line: root=/dev/sda1 rw elevator=cfq video=radeonfb:ywrap,mtrr console=tty1 [ 20.956] Build Date: 11 December 2012 09:06:20PM [ 20.956] [ 20.956] Current version of pixman: 0.28.0 [ 20.956] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 20.956] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 20.956] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 12 18:48:09 2012 [ 21.048] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 21.048] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 21.058] (==) ServerLayout "prova" [ 21.058] (**) |-->Screen "Screen0" (0) [ 21.058] (**) | |-->Monitor "Monitor0" [ 21.069] (**) | |-->Device "Card0" [ 21.069] (==) Automatically adding devices [ 21.069] (==) Automatically enabling devices [ 21.069] (==) Automatically adding GPU devices [ 21.358] (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 21.358] (**) ModulePath set to "/usr/lib/xorg/modules" [ 21.358] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 21.386] (II) Loader magic: 0x8212600 [ 21.386] (II) Module ABI versions: [ 21.386] X.Org ANSI C Emulation: 0.4 [ 21.386] X.Org Video Driver: 13.0 [ 21.386] X.Org XInput driver : 18.0 [ 21.386] X.Org Server Extension : 7.0 [ 21.387] (--) PCI:*(0:1:0:0) 1002:4151:174b:7c20 rev 0, Mem @ 0xd0000000/268435456, 0xff8f0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072 [ 21.387] (--) PCI: (0:1:0:1) 1002:4171:174b:7c21 rev 0, Mem @ 0xc0000000/268435456, 0xff8e0000/65536 [ 21.387] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 21.431] Initializing built-in extension Generic Event Extension [ 21.431] Initializing built-in extension SHAPE [ 21.431] Initializing built-in extension MIT-SHM [ 21.431] Initializing built-in extension XInputExtension [ 21.431] Initializing built-in extension XTEST [ 21.431] Initializing built-in extension BIG-REQUESTS [ 21.431] Initializing built-in extension SYNC [ 21.431] Initializing built-in extension XKEYBOARD [ 21.431] Initializing built-in extension XC-MISC [ 21.431] Initializing built-in extension XINERAMA [ 21.431] Initializing built-in extension XFIXES [ 21.431] Initializing built-in extension RENDER [ 21.431] Initializing built-in extension RANDR [ 21.431] Initializing built-in extension COMPOSITE [ 21.431] Initializing built-in extension DAMAGE [ 21.431] Initializing built-in extension MIT-SCREEN-SAVER [ 21.431] Initializing built-in extension DOUBLE-BUFFER [ 21.431] Initializing built-in extension RECORD [ 21.431] Initializing built-in extension DPMS [ 21.431] Initializing built-in extension X-Resource [ 21.431] Initializing built-in extension XVideo [ 21.431] Initializing built-in extension XVideo-MotionCompensation [ 21.431] Initializing built-in extension XFree86-VidModeExtension [ 21.431] Initializing built-in extension XFree86-DGA [ 21.431] Initializing built-in extension XFree86-DRI [ 21.431] Initializing built-in extension DRI2 [ 21.431] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 21.431] (II) LoadModule: "glx" [ 21.664] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 21.698] (II) Module glx: vendor="X.Org Foundation" [ 21.698] compiled for 1.13.0, module version = 1.0.0 [ 21.698] ABI class: X.Org Server Extension, version 7.0 [ 21.698] (==) AIGLX enabled [ 21.698] Loading extension GLX [ 21.698] (II) LoadModule: "dri" [ 21.698] (II) Module "dri" already built-in [ 21.698] (II) LoadModule: "radeon" [ 21.699] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 21.742] (II) Module radeon: vendor="X.Org Foundation" [ 21.742] compiled for 1.13.0, module version = 7.0.0 [ 21.742] Module class: X.Org Video Driver [ 21.742] ABI class: X.Org Video Driver, version 13.0 [ 21.742] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI, ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics, AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE [ 21.763] (++) using VT number 7 [ 21.783] (II) [KMS] drm report modesetting isn't supported. [ 21.783] (EE) Screen 0 deleted because of no matching config section. [ 21.783] (II) UnloadModule: "radeon" [ 21.783] (EE) Device(s) detected, but none match those in the config file. [ 21.783] Fatal server error: [ 21.783] no screens found [ 21.783] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 21.783] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 21.783] (EE) [ 21.797] Server terminated with error (1). Closing log file. Instead with this xorg.conf Code: Section "ServerLayout" Identifier "prova" Screen 0 "Screen0" 0 0 EndSection Section "Files" 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 "glx" Load "dri" EndSection Section "Monitor" Identifier "Monitor0" VendorName "SAM" ModelName "SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.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", ### <percent>: "<f>%" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "Rotate" # <str> #Option "fbdev" # <str> #Option "debug" # [<bool>] Identifier "Card0" Driver "fbdev" 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 the X server starts (with poor color depth). Any idea? | m.rizz wrote: Code: [ 21.783] (II) [KMS] drm report modesetting isn't supported. Enough said. |
Hi, recently I installed gentoo in a new computer, all goes fine and the boot process is very fast (20 seconds or less), but when it reaches the moment when it starts local and the dm (slim), it goes into black screen and slim only appears after more than 30 seconds, maybe around 1 minute, it takes very long and I don't know why, in /var/log/slim.log there is nothing after yesterday (I had issues because I forgot to add dbus to default runlevel). Thanks for your time reading the post, any advice would be appreciated. | Thanks, I have this in my "everything" log: Code: Dec 25 20:52:29 [kernel] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 310.19 Thu Nov 8 00:52:03 PST 2012 Dec 25 20:52:29 [kernel] NVRM: GPU at 0000:01:00: GPU-7d5b83ff-eceb-9b58-854b-787132318a34 Dec 25 20:52:29 [kernel] NVRM: Your system is not currently configured to drive a VGA console Dec 25 20:52:29 [kernel] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver Dec 25 20:52:29 [kernel] NVRM: requires the use of a text-mode VGA console. Use of other console Dec 25 20:52:29 [kernel] NVRM: drivers including, but not limited to, vesafb, may result in Dec 25 20:52:29 [kernel] NVRM: corruption and stability problems, and is not supported. Dec 25 20:52:29 [kernel] Adding 1951860k swap on /dev/sda5. Priority:-1 extents:1 across:1951860k Dec 25 20:52:29 [kernel] EXT4-fs (sda6): re-mounted. Opts: (null) Dec 25 20:52:30 [dbus] [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper) Dec 25 20:52:30 [polkitd] Started polkitd version 0.109 Dec 25 20:52:30 [kernel] r8169 0000:03:00.0: eth0: unable to load firmware patch rtl_nic/rtl8168e-3.fw (-2) Dec 25 20:52:30 [kernel] r8169 0000:03:00.0: eth0: link down - Last output repeated twice - Dec 25 20:52:30 [polkitd] Loading rules from directory /etc/polkit-1/rules.d Dec 25 20:52:30 [polkitd] Loading rules from directory /usr/share/polkit-1/rules.d Dec 25 20:52:30 [polkitd] Finished loading, compiling and executing 1 rules Dec 25 20:52:30 [dbus] [system] Successfully activated service 'org.freedesktop.PolicyKit1' Dec 25 20:52:30 [polkitd] Acquired the name org.freedesktop.PolicyKit1 on the system bus Dec 25 20:52:32 [kernel] NET: Registered protocol family 10 Dec 25 20:52:32 [kernel] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Dec 25 20:52:32 [kernel] r8169 0000:03:00.0: eth0: link up Dec 25 20:52:32 [kernel] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Dec 25 20:52:34 [kernel] NVRM: GPU at 0000:01:00: GPU-7d5b83ff-eceb-9b58-854b-787132318a34 I am still trying to fix it, by the way, when I used startx instead slim, all goes fast. Bye and thanks for your time |
Hey everyone, since serveral weeks I have some graphic problems. The borders of the windows look sometimes strange and if I use programs which need graphic power -for examples games-, the gui crashes completely. The screen gets black and pops up again after a few seconds and I cannot use the mouse any more. Via CTRL+ALT+F1 I am still able to log into a shell after a few minutes and reboot for example. "dmesg" then shows me repeatingly the following: Code: radeon 0000:00:01.0: GPU lockup CP stall for more than 10000msec radeon 0000:00:01.0: GPU lockup (waiting for 0x0000000000006575 last fence id 0x0000000000006573) radeon 0000:00:01.0: Saved 119 dwords of commands on ring 0. radeon 0000:00:01.0: GPU softreset radeon 0000:00:01.0: GRBM_STATUS=0xE7730828 radeon 0000:00:01.0: GRBM_STATUS_SE0=0xFC000001 radeon 0000:00:01.0: GRBM_STATUS_SE1=0x00000007 radeon 0000:00:01.0: SRBM_STATUS=0x20000840 radeon 0000:00:01.0: R_008674_CP_STALLED_STAT1 = 0x00000000 radeon 0000:00:01.0: R_008678_CP_STALLED_STAT2 = 0x00010800 radeon 0000:00:01.0: R_00867C_CP_BUSY_STAT = 0x00028000 radeon 0000:00:01.0: R_008680_CP_STAT = 0x80038647 radeon 0000:00:01.0: GRBM_SOFT_RESET=0x00007F6B radeon 0000:00:01.0: GRBM_STATUS=0x00003828 radeon 0000:00:01.0: GRBM_STATUS_SE0=0x00000007 radeon 0000:00:01.0: GRBM_STATUS_SE1=0x00000007 radeon 0000:00:01.0: SRBM_STATUS=0x20000040 radeon 0000:00:01.0: R_008674_CP_STALLED_STAT1 = 0x00000000 radeon 0000:00:01.0: R_008678_CP_STALLED_STAT2 = 0x00000000 radeon 0000:00:01.0: R_00867C_CP_BUSY_STAT = 0x00000000 radeon 0000:00:01.0: R_008680_CP_STAT = 0x00000000 radeon 0000:00:01.0: GPU reset succeeded, trying to resume [drm] PCIE GART of 512M enabled (table at 0x0000000000040000). radeon 0000:00:01.0: WB enabled radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000010000c00 and cpu addr 0xffff880123be6c00 [drm] ring test on 0 succeeded in 1 usecs I am using an AMD A8-3850 with the onboard graphic AMD Radeon HD 6550D. My desktop environment is Gnome 3.4.1 and my xorg-server version is 1.13.0-r1. Does anyone know how to solve this? | GPU lockup can be a problem in kernel drm. Try upgrading to a newer kernel. |
Hello, I just migrate from fglrx to radeon. Now I am trying to show two stretched display with my laptop and my TV via hdmi. I just consulted the guide here. http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors But I still have some questions. The following configuration context is from the guide that I mentioned. My question is: In the section "Monitor", do I need to replace Identifier name by the right name of my screen and my TV? if yes, where I could find the exact name of my laptop screen and my TV. The same question baffles me too about identifier for the card in the section "device" and for the "screen" in the section "screen" Thanks a lot in advanced. Code: Section "Monitor" Identifier "Monitor0" Option "Primary" "false" EndSection Section "Monitor" Identifier "Monitor1" Option "RightOf" "Monitor0" Option "Primary" "False" EndSection Section "Device" Identifier "Card" Driver "nouveau" EndSection Section "Screen" Identifier "Screen" Device "Card" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Modes "1280x1024" Virtual 2560 1024 EndSubSection EndSection | not sure what de are you using but if is kde, have you tried to see what the screen resolution applet in system settings allows you to do? |
I have followed all Gentoo manuals on localizing the system and ultimately with great success it seems. Yet I managed to discover one thing that is not working as intended. I am using Opera as my main browser. One of many great features it offers is integration of search engines inside address bar. For example you can type 'g Gentoo' to make a quick google search of 'Gentoo'. You can even define your own searches with appropriate keywords. One of the searches I had to create manually was google maps - I found it handy to just type 'm city-name' in order to get the distance in km from my home. The problem is with my local language characters. When I type 'g Kraków' I get a 'Kaków' search and everything works fine. But when I type 'm Kraków' I get 'krak?w' search. It is strange because: 1. It works ok when I type the very same thing inside google maps search bar instead of browser address bar. 2. It works ok under big-bad-OS. Can anyone hint whether this is my system issue, linux issue, opera issue or google maps issue? My system is Gentoo on VirtualBox running Xfce4 environment. This is the exact command line I use for this search: Code: http://maps.google.pl/maps?f=d&saddr=rzeszC3B3w&daddr=%s Notice those unrecognized characters instead of % signs. THEY work as intended despite this. So I suspect my localization is not as 100% system-wide as I belived. | maybe its just font fail? go to preferences ->advanced -> fonts and set browser toolbar fonts to some supporting UTF-8 ? ( maybe also set polish language in general options if u haven't set yet ) edit: I made some simpler script, just to show google maps in opera options is just http://maps.google.pl/maps?q=%s it redirects me to https://maps.google.pl/maps?q=rzesz%C3%B3w so in all I suppose your script redirecting to google is bad also ( seems second %s was unrevelead ) |
I'm on unstable amd64. Did an update that was for the last 3 or so weeks from the last update. I have the e-warnings going to my email and read them before rebooting - didn't see anything like a xorg update or anything. When I rebooted I lost my logitech wireless usb mouse (usb receiver) and usb wacom tablet. My logitech keyboard works fine thankfully. An lsusb shows a logitech receiver.. so thinking it sees it. No mention of wacom though. Another weird thing that may be unrelated is the reboot also lost my ethernet connection. It complained I didn't have the module when trying to start net.eth0 manually. So I did a modprobe -a r8169 and fixed that. I'm typing this on systemrescueCD right now and the mouse works fine under it. I did rebuild the x11-drivers with no effect. Maybe my system was using an old config file or something that finally went away? Any help appreciated. It is a bit difficult to get around without the mouse on webpages and whatnot.. not sure I know how how to copy paste things from dmesg or the xorg-X11.log, etc.. a bit painful also to tab around a webpage with a lot of links like the forum. But I can manage. So I would be willing to give more info. thanks, JD [edit] Seems like the update also killed my onboard audio. I also have an ICE1712 PCI audio card and it was no longer recognized. Fixed them with modprobe and adding to /etc/conf.d/modules. I plugged in a USB logitech model mouse with a stand receive... the kind that cradles and charges the mouse when not in use, and that one works. I don't appear to have any udev rules (haven't needed to in the past) for the mouse or wacom. | hunky wrote: I did rebuild the x11-drivers with no effect. That's strange - it always works for me Did you try revdep-rebuild |
This is the error i get i couldnt solve please helpp? http://i49.tinypic.com/oh8tcl.jpg | That tells us nothing. We need an actual error. If you do not have wgetpaste installed, install it. ( emerge -av wgetpaste ) and then post the urls returned by Code: wgetpaste emerge --info' =media-plugins/gst-plugins-v412-0.10.30' wgetpaste /var/tmp/portage/media-plugins/gst-plugins-v412-0.10.30 |
Hello guys, I've got some issues with my KDE setup. I installed most of kde, except games and such. My problem is that Amarok and KDE is mute. I've got a Xonar DX soundcard, driver is ok, alsamixer levels are ok, and if I launch for example firefox and play a youtube song i get sound as well, so its not a sound issue, more like an issue with kde, phonon, gstreamer etc. Problem is I have no idea what phonon or Gstreamer is, what is their purpose and why does KDE have to communicate with them, and can't seem to find any information at the Gentoo Wiki site. Anyway when I go to System Settings -> Multimedia, At the Audio playback i can see 3 soundcards, Xonar DX (Multichannel) Xonar DX (Digital) and default. Mine should be Xonar DX (Multichannel), however when i click test, i get the error: Code: Failed to set the selected audio output device Do I need phonon and gstreamer? I have no idea what they do, I didn't need them when I was using awesomewm only without any DE... Any help would be appreciated. Regards, kiskoller | Emerging gstreamer with alsa flag solved the issue. |
Hello, I have trouble with DRI support in Xorg xorg server log file Code: (II) fglrx(0): DRI initialization successfull! but glxinfo Code: maczeta@bestia :) glxinfo | grep render direct rendering: No OpenGL renderer string: Mesa GLX Indirect please help me... | Code: # eselect opengl set ati |
Hello, I ran a big emerge -u last sunday (230+ packages) and all hell broke loose. The emerging was ok, but the X system is almost unusable. The most obvious symptom is an X-application freezing, with 100% CPU use. The mouse still moves, but the desktop is totally unresponsive. I first thought it was an application-related problem (Thunderbird was upgraded, it's almost always the first app I start in my session, it froze really quickly while eating memory), but that does not seem to be not the case : clicking on the KDE menu bar, or just moving the mouse may trigger the freeze (it's then the X server that rockets to 100% CPU usage). No message to Xorg log file. No message through syslog. The computer is still usable through the network/ssh. If the X server is killed, the console becomes usable again. I downgraded anything I could to get back to last week configuration, to no avail. Downgrade successful (x11 libs, KDE libs, xorg server and drivers, nvidia driver...) but the system still freezes (I did not downgrade everything, as some ebuilds were removed from portage). Any idea of how to chase the problem and get my system back to normal ? Here is my emerge --info : Quote: Portage 2.1.11.31 (default/linux/amd64/10.0/desktop/kde, gcc-4.5.4, glibc-2.15-r3, 3.4.9-gentoo-test x86_64) ================================================================= System uname: Linux-3.4.9-gentoo-test-x86_64-Intel-R-_Core-TM-_i5_CPU_M_520_@_2.40GHz-with-gentoo-2.1 Timestamp of tree: Sun, 02 Dec 2012 07:45:01 +0000 ld GNU ld (GNU Binutils) 2.22 ccache version 3.1.8 [enabled] app-shells/bash: 4.2_p37 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.3-r2, 3.2.3 dev-util/ccache: 3.1.8 dev-util/cmake: 2.8.9 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.11.6 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.9.6-r3, 1.11.6 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.5.4 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r3 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo x-portage ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA NVIDIA PUEL dlj-1.1 Oracle-BCLA-JavaSE AdobeFlash-10.3" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa" 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/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=core2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--autounmask=n" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs ccache collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_GB.UTF-8" LC_ALL="" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5 --load-average=3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" USE="X a52 aac acl acpi alsa amd64 berkdb branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac gdbm gif gpm gtk iconv jpeg kde kipi lcms libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pppd qt3support qt4 readline sdl session smp sse sse2 ssl startup-notification svg tcpd tiff truetype udef udev udisks unicode upower usb vorbis wxwidgets x264 xcb xcomposite xinerama xml xscreensaver xv xvid xvmc 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON | can you post the list of the 230 pkgs you've upgraded? |
I tried to set my keyboard to the layout "fr" like this : Quote: Section "InputDevice" Identifier "Keyboard0" Driver "kbd" # Option "XkbModel" "pc105" Option "XkbLayout" "fr" # Option "XkbVariant" ",multi" EndSection ...But when I login with gdm or any other logging manager my keyboard is in qwerty...My other tty don't have this problem... My locales are set to "fr_FR ISO-8859-1" Does someone understand what's happening ? | oui you're using old style xorg.conf to configure your keyboard, this won't work, you need use the new style explain here : http://www.gentoo.org/proj/en/desktop/x/x11/ (lookout for xorg server version you use upgrade guide) or add this file to your system & it should work (as /etc/X11/xorg.conf.d/97-evdev.conf) Code: Section "InputClass" Identifier "mouse-all" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "AutoServerLayout" "on" EndSection Section "InputClass" Identifier "keyboard-all" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "XkbLayout" "fr" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "AutoServerLayout" "on" EndSection |
hi, I have a keyboard pb within KDE. Among others , instead of (e-accute) I get é and instead of (e-grave) i get è . I am using KDE that was emerged with LINGUAS="fr FR" (with underscore in between but I cannot do it) The trouble is the same with both bepo and azerty layouts. What can I do ? | I have no '-' between 'F' and '8' but I don't know if it really makes a difference. What is in /etc/inputrc (or your ~/.inputrc) ? |
Hi, I am using a gnome ~amd64 machine and today after a world update I noticed that each time I launch gnome-terminal I received Quote: There was an error creating the child process for this terminal. getpt failed: No such file or directory. A google search indicated it might be a devpts issue, like this one indicated https://bbs.archlinux.org/viewtopic.php?pid=876339 However, if I try to list the mount information, it says clearly that Quote: devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620) I try to manually mount it again by Quote: mount -t devpts devpts /dev/pts now it added the following line in mount Quote: devpts on /dev/pts type devpts (rw) and the problem disappeared. The gnome-terminal was not updated for a couple of months and only things I may suspect during latest update are kernel updating(now 3.6.1) and openrc(0.10-0.11) and udev(192-194). Is it a bug or I didn't get the setting up correct? The following are my fstab Quote: /dev/sda9 / ext3 noatime 0 1 /dev/sda8 none swap sw 0 0 /dev/sda10 /home ext3 defaults,user_xattr 1 2 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 tmpfs /var/tmp/portage tmpfs size=2G,mode=0777 0 0 Thanks | It was my fault. I forgot the read the update warning and it appeared that I needed to add "udev-mount" to sysinit level. Since other people may run into similar problems, I will leave this post here as reference. |
Had the system working fine w/ Intel internal graphics. Cant get the ATI proprietary driver (fglrx) working. I pulled the DRI/AGP stuff all out of my kernel and recompiled. I recompiled xorg-drivers after changing my VIDEO_CARDS variable from intel to fglrx. The fglrx module auto-starts after booting. When I try to start X, it exits with a ""no screens found" error. Other items of note: System is a full EFI machine. EFI framebuffer enabled and working. Mainboard is a MSI using Intel's Z77 chipset. | Any chance fglrx drivers no longer support your card ? If not, pastebin your xorg log. |
Hello. I have the problem of X not finding any screens, and runing it with -configure will just inform me it's missing output drivers as expected. The drivers won't install. I want the proprietary due to me needing "MOAR PERFORMANCE". The chip in question is an AMD HD6850 (barts i think?) Kernel is manually configured to work, as seen here: http://bpaste.net/show/61537 Output from emerge ati-drivers: http://bpaste.net/show/61533 Line 99 and forward is the interesting. It can't build glxgears for some reason, but I don't need glxgears, do I? Isn't that just for benchmarking and testing? Anyways, I'd be grateful for any help, and i will paste output of any command. Thank you, onii | Looks like more GLU fallout... https://forums.gentoo.org/viewtopic-t-943260-highlight-.html |
Hi everyone! I use KDE 4.9.3. After update if the world, some graphics in gtk applications looks rough. Especially when I use firefox the buttons with round corners have extra pixels in corners. Checkboxes also look not nice - also have extra pixels. Checkbox - example 1 Checkbox - example 2 Rough corners in edit box | emerge x11-themes/oxygen-gtk. Also, check you picture links. They appear to be dead. |
Hi, After update my gentoo I'm not able to start xorg. lspci: Code: 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series] lsmod: Code: Module Size Used by snd_hda_codec_hdmi 21065 1 snd_hda_codec_realtek 89031 1 snd_hda_intel 18911 0 snd_hda_codec 64356 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel snd_hwdep 4484 1 snd_hda_codec snd_pcm 57920 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec arc4 1046 2 snd_timer 14407 1 snd_pcm ath9k 77728 0 mac80211 288442 1 ath9k ath9k_common 1430 1 ath9k ath9k_hw 346497 2 ath9k,ath9k_common fglrx 4641890 0 snd 40681 7 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer ath 12081 3 ath9k,ath9k_common,ath9k_hw snd_page_alloc 5573 2 snd_hda_intel,snd_pcm cfg80211 145616 3 ath9k,mac80211,ath Xorg.0.log: Code: X.Org X Server 1.13.0 Release Date: 2012-09-05 [ 1088.333] X Protocol Version 11, Revision 0 [ 1088.335] Build Operating System: Linux 3.3.8-gentoo i686 Gentoo [ 1088.336] Current Operating System: Linux gentoo 3.3.8-gentoo #1 SMP Mon Sep 3 22:14:11 CEST 2012 i686 [ 1088.336] Kernel command line: root=/dev/sda6 video=vesafb:mtrr:3.ywrap vga=0x324 splash=silent,theme:powered_by_gentoo console=tty1 [ 1088.339] Build Date: 28 November 2012 09:33:03PM [ 1088.341] [ 1088.342] Current version of pixman: 0.28.0 [ 1088.345] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 1088.345] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1088.351] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 1 17:47:02 2012 [ 1088.351] (II) Loader magic: 0x8229620 [ 1088.351] (II) Module ABI versions: [ 1088.351] X.Org ANSI C Emulation: 0.4 [ 1088.351] X.Org Video Driver: 13.0 [ 1088.351] X.Org XInput driver : 18.0 [ 1088.351] X.Org Server Extension : 7.0 [ 1088.353] (--) PCI:*(0:1:0:0) 1002:68c1:104d:9071 rev 0, Mem @ 0xe0000000/268435456, 0xf0020000/131072, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072 [ 1088.355] List of video drivers: [ 1088.356] fglrx [ 1088.356] (II) LoadModule: "fglrx" [ 1088.356] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so [ 1088.367] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc." [ 1088.367] compiled for 1.4.99.906, module version = 9.1.11 [ 1088.367] Module class: X.Org Video Driver [ 1088.367] (II) Loading sub module "fglrxdrm" [ 1088.367] (II) LoadModule: "fglrxdrm" [ 1088.367] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so [ 1088.368] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc." [ 1088.368] compiled for 1.4.99.906, module version = 9.1.11 [ 1088.368] (WW) Falling back to old probe method for fglrx [ 1088.374] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default [ 1088.376] No devices to configure. Configuration failed. fglrxinfo: Code: Error: unable to open display (null) The module fglrx is loaded but not working well, try to reinstall ati-drivers, aticonfig --initial -f won't solve the problems I have no idea what I can do more for this case. Anybody can support ? Thanks in advance | xorg <=> fglrx support is very fragile, any small change may cause X not to work due to ABI changes. try either upgrading fglrx or downgrading xserver |
hello! after the last: Code: emerge -p --update --newuse --deep --with-bdeps=y @world gdm doesn't start anymore while starting the X-server from console(startx) works. in the logs I get the following error: Code: kernel: X[29712]: segfault at ffffffff ip b757ceb8 sp bf9e9ecc error 4 in libc-2.15.so[b7441000+183000] kernel: X[29715]: segfault at ffffffff ip b753beb8 sp bfae813c error 4 in libc-2.15.so[b7400000+183000] kernel: X[29718]: segfault at ffffffff ip b75afeb8 sp bfebca9c error 4 in libc-2.15.so[b7474000+183000] recompiled kernel, glibc, gdm and x11-modules but it didn't help Thanks G. | I don't suppose you tried revdep-rebuild first? That may have saved a few hours, but emerge -e world should do about the same thing. |
Hi, I am a newish Linux user and I've just finished a fresh installation of Gentoo and I'm trying to get X running. I've emerged xorg-server and everything builds fine but when I type startx there is an error. Before I list the contents of the Xorg log file let me mention that I read the X Server Configuration HOWTO but skipped the first part about kernel support. I did this for two reasons. When I installed gentoo I used genkernel and my understanding is that this will generate the same kernel as the default on the rescue CD. My reasoning was that since X runs on the rescue CD my genkerneled kernel must have everything that I need for X. My other reason was more practical: frankly I didn't understand a lot of what I was reading in that part of the howto. In any event here is my log file: Quote: X.Org X Server 1.13.0 Release Date: 2012-09-05 [ 41.776] X Protocol Version 11, Revision 0 [ 41.776] Build Operating System: Linux 3.5.7-gentoo x86_64 Gentoo [ 41.776] Current Operating System: Linux t430i 3.5.7-gentoo #1 SMP Thu Nov 29 10:56:44 MST 2012 x86_64 [ 41.777] Kernel command line: real_root=/dev/sda3 [ 41.777] Build Date: 30 November 2012 01:14:22PM [ 41.777] [ 41.777] Current version of pixman: 0.28.0 [ 41.777] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 41.777] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 41.778] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 30 13:34:42 2012 [ 41.810] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 41.820] (==) No Layout section. Using the first Screen section. [ 41.820] (==) No screen section available. Using defaults. [ 41.820] (**) |-->Screen "Default Screen Section" (0) [ 41.820] (**) | |-->Monitor "<default monitor>" [ 41.820] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 41.820] (==) Automatically adding devices [ 41.820] (==) Automatically enabling devices [ 41.820] (==) Automatically adding GPU devices [ 41.820] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 41.820] Entry deleted from font path. [ 41.820] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 41.820] Entry deleted from font path. [ 41.820] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 41.820] Entry deleted from font path. [ 41.820] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 41.820] Entry deleted from font path. [ 41.820] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 41.820] Entry deleted from font path. [ 41.820] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 41.820] Entry deleted from font path. [ 41.820] (==) FontPath set to: [ 41.820] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 41.820] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 41.820] (II) Loader magic: 0x80dc00 [ 41.820] (II) Module ABI versions: [ 41.820] X.Org ANSI C Emulation: 0.4 [ 41.820] X.Org Video Driver: 13.0 [ 41.820] X.Org XInput driver : 18.0 [ 41.820] X.Org Server Extension : 7.0 [ 41.822] (--) PCI:*(0:0:2:0) 8086:0116:17aa:21f4 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64 [ 41.822] (--) PCI: (0:1:0:0) 10de:0def:17aa:21f4 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288 [ 41.822] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 41.823] Initializing built-in extension Generic Event Extension [ 41.823] Initializing built-in extension SHAPE [ 41.823] Initializing built-in extension MIT-SHM [ 41.823] Initializing built-in extension XInputExtension [ 41.823] Initializing built-in extension XTEST [ 41.823] Initializing built-in extension BIG-REQUESTS [ 41.823] Initializing built-in extension SYNC [ 41.823] Initializing built-in extension XKEYBOARD [ 41.823] Initializing built-in extension XC-MISC [ 41.823] Initializing built-in extension XINERAMA [ 41.824] Initializing built-in extension XFIXES [ 41.824] Initializing built-in extension RENDER [ 41.824] Initializing built-in extension RANDR [ 41.824] Initializing built-in extension COMPOSITE [ 41.824] Initializing built-in extension DAMAGE [ 41.824] Initializing built-in extension MIT-SCREEN-SAVER [ 41.824] Initializing built-in extension DOUBLE-BUFFER [ 41.824] Initializing built-in extension RECORD [ 41.824] Initializing built-in extension DPMS [ 41.825] Initializing built-in extension X-Resource [ 41.825] Initializing built-in extension XVideo [ 41.825] Initializing built-in extension XVideo-MotionCompensation [ 41.826] Initializing built-in extension XFree86-VidModeExtension [ 41.826] Initializing built-in extension XFree86-DGA [ 41.826] Initializing built-in extension XFree86-DRI [ 41.827] Initializing built-in extension DRI2 [ 41.827] (II) LoadModule: "glx" [ 41.827] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 41.840] (II) Module glx: vendor="X.Org Foundation" [ 41.840] compiled for 1.13.0, module version = 1.0.0 [ 41.840] ABI class: X.Org Server Extension, version 7.0 [ 41.840] (==) AIGLX enabled [ 41.841] Loading extension GLX [ 41.841] (==) Matched intel as autoconfigured driver 0 [ 41.841] (==) Matched vesa as autoconfigured driver 1 [ 41.841] (==) Matched modesetting as autoconfigured driver 2 [ 41.841] (==) Matched fbdev as autoconfigured driver 3 [ 41.841] (==) Assigned the driver to the xf86ConfigLayout [ 41.841] (II) LoadModule: "intel" [ 41.862] (WW) Warning, couldn't open module intel [ 41.862] (II) UnloadModule: "intel" [ 41.862] (II) Unloading intel [ 41.862] (EE) Failed to load module "intel" (module does not exist, 0) [ 41.862] (II) LoadModule: "vesa" [ 41.862] (WW) Warning, couldn't open module vesa [ 41.862] (II) UnloadModule: "vesa" [ 41.862] (II) Unloading vesa [ 41.862] (EE) Failed to load module "vesa" (module does not exist, 0) [ 41.862] (II) LoadModule: "modesetting" [ 41.862] (WW) Warning, couldn't open module modesetting [ 41.862] (II) UnloadModule: "modesetting" [ 41.862] (II) Unloading modesetting [ 41.862] (EE) Failed to load module "modesetting" (module does not exist, 0) [ 41.862] (II) LoadModule: "fbdev" [ 41.862] (WW) Warning, couldn't open module fbdev [ 41.862] (II) UnloadModule: "fbdev" [ 41.862] (II) Unloading fbdev [ 41.862] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 41.862] (EE) No drivers available. [ 41.862] Fatal server error: [ 41.862] no screens found [ 41.863] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 41.863] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 41.863] (EE) I suspect the kernel module stuff is the issue but I only have a vague idea of what a kernel module is and no idea of which one's are supposed to load or which ones I need. Can anyone point me in the right direction? Thanks! | ts1971, From your log we can tell that the peferred drivers for your hardware are in order, Code: [ 41.841] (==) Matched intel as autoconfigured driver 0 [ 41.841] (==) Matched vesa as autoconfigured driver 1 [ 41.841] (==) Matched modesetting as autoconfigured driver 2 [ 41.841] (==) Matched fbdev as autoconfigured driver 3 The remainder of the log says that they all failed to load. Thats probably because you built none of them. Did you skip the instructions to set your INPUT_DEVICES and VIDEO_CARDS ? Or maybe you did set them but to hardware you don't have? You are mistaken about genkernel. It will not set any of the kernel options you need to support your video driver. This is because it has no idea which driver you want to use and settings for one driver conflict with settings required for others. Based on the above, xorg thinks the best video driver for you is the intel one. You need to build it along with the required kernel support. |
Hi, after updateing kde from 4.9.3 to 4.9.4 and xorg-server from 1.12.2 to 1.13.0-r1 (and back in the meanwhile) (and more packages..) the icons, font and background in kde is broken (looks a bit interlaced?) looks like: http://s11.postimage.org/a3mkc6phf/Bildschirmfoto1.png Font looks good in eg firefox. Broken in all Kde apps. anyone a idea how to fix it? thx EDIT: a bigger screenshot: http://postimage.org/image/it8e6fb5z/ firefox, gimp are just fine, kde aps, cromium not.. | Any chance your video card is intel ? |
Hi, Unlike the previous post (log are not the same), I have some trouble running X after an upgrade. I have already run Code: emerge -1av $(qlist -IC x11-drivers) X.org.log.0 Code: [ 358.404] X.Org X Server 1.13.0 Release Date: 2012-09-05 [ 358.427] X Protocol Version 11, Revision 0 [ 358.435] Build Operating System: Linux 2.6.35-gentoo-r12 i686 Gentoo [ 358.444] Current Operating System: Linux gentoo 2.6.35-gentoo-r12 #4 SMP PREEMPT Mon Jun 6 16:07:47 CEST 2011 i686 [ 358.444] Kernel command line: root=/dev/sda1 vga=773 [ 358.461] Build Date: 19 November 2012 01:48:35PM [ 358.469] [ 358.478] Current version of pixman: 0.28.0 [ 358.495] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 358.495] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 358.532] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 20 21:05:51 2012 [ 358.542] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 358.553] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 358.553] (==) ServerLayout "Default Layout" [ 358.553] (**) |-->Screen "Default Screen" (0) [ 358.553] (**) | |-->Monitor "DELL 1907FP" [ 358.553] (**) | |-->Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" [ 358.553] (==) Automatically adding devices [ 358.553] (==) Automatically enabling devices [ 358.553] (==) Automatically adding GPU devices [ 358.553] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 358.553] Entry deleted from font path. [ 358.553] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 358.553] Entry deleted from font path. [ 358.553] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 358.553] Entry deleted from font path. [ 358.553] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 358.553] Entry deleted from font path. [ 358.553] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 358.553] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 358.553] Entry deleted from font path. [ 358.553] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 358.553] (==) FontPath set to: /usr/share/fonts/misc/ [ 358.553] (==) ModulePath set to "/usr/lib/xorg/modules" [ 358.553] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 358.553] (II) Loader magic: 0x8216620 [ 358.553] (II) Module ABI versions: [ 358.553] X.Org ANSI C Emulation: 0.4 [ 358.553] X.Org Video Driver: 13.0 [ 358.553] X.Org XInput driver : 18.0 [ 358.553] X.Org Server Extension : 7.0 [ 358.555] (II) config/udev: Adding drm device (/dev/dri/card0) [ 358.565] setversion 1.4 failed [ 358.566] (--) PCI:*(0:0:2:0) 8086:2a42:1028:0277 rev 7, Mem @ 0xf6c00000/4194304, 0xe0000000/268435456, I/O @ 0x0000ef98/8 [ 358.566] (--) PCI: (0:0:2:1) 8086:2a43:1028:0277 rev 7, Mem @ 0xf6b00000/1048576 [ 358.566] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 358.577] Initializing built-in extension Generic Event Extension [ 358.588] Initializing built-in extension SHAPE [ 358.598] Initializing built-in extension MIT-SHM [ 358.609] Initializing built-in extension XInputExtension [ 358.619] Initializing built-in extension XTEST [ 358.629] Initializing built-in extension BIG-REQUESTS [ 358.639] Initializing built-in extension SYNC [ 358.649] Initializing built-in extension XKEYBOARD [ 358.659] Initializing built-in extension XC-MISC [ 358.669] Initializing built-in extension XINERAMA [ 358.679] Initializing built-in extension XFIXES [ 358.688] Initializing built-in extension RENDER [ 358.698] Initializing built-in extension RANDR [ 358.708] Initializing built-in extension COMPOSITE [ 358.717] Initializing built-in extension DAMAGE [ 358.727] Initializing built-in extension MIT-SCREEN-SAVER [ 358.736] Initializing built-in extension DOUBLE-BUFFER [ 358.745] Initializing built-in extension RECORD [ 358.755] Initializing built-in extension DPMS [ 358.764] Initializing built-in extension X-Resource [ 358.774] Initializing built-in extension XVideo [ 358.783] Initializing built-in extension XVideo-MotionCompensation [ 358.793] Initializing built-in extension XFree86-VidModeExtension [ 358.802] Initializing built-in extension XFree86-DGA [ 358.811] Initializing built-in extension XFree86-DRI [ 358.820] Initializing built-in extension DRI2 [ 358.820] (II) LoadModule: "glx" [ 358.820] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 358.820] (II) Module glx: vendor="X.Org Foundation" [ 358.820] compiled for 1.13.0, module version = 1.0.0 [ 358.820] ABI class: X.Org Server Extension, version 7.0 [ 358.820] (==) AIGLX enabled [ 358.829] Loading extension GLX [ 358.829] (II) LoadModule: "intel" [ 358.829] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 358.829] (II) Module intel: vendor="X.Org Foundation" [ 358.829] compiled for 1.13.0, module version = 2.20.13 [ 358.829] Module class: X.Org Video Driver [ 358.829] ABI class: X.Org Video Driver, version 13.0 [ 358.829] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale, Sandybridge Desktop (GT1), Sandybridge Desktop (GT2), Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1), Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+), Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2), Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server, Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2), Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2), Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2), Haswell Server (GT2+), Haswell SDV Desktop (GT1), Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+), Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2), Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1), Haswell SDV Server (GT2), Haswell SDV Server (GT2+), Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2), Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1), Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+), Haswell ULT Server (GT1), Haswell ULT Server (GT2), Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1), Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+), Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2), Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1), Haswell CRW Server (GT2), Haswell CRW Server (GT2+), ValleyView PO board [ 358.830] (--) using VT number 7 [ 361.874] (EE) No devices detected. [ 361.874] Fatal server error: [ 361.874] no screens found [ 361.874] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 361.874] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 361.874] (EE) Section of my make.conf Code: VIDEO_CARDS="i915 vesa intel" INPUT_DEVICES="evdev" LINGUAS="en fr en_GB" Sections of the directory xorg.conf.d/ Code: Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Driver "intel" EndSection Section "Monitor" Identifier "DELL 1907FP" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Monitor "DELL 1907FP" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" EndSection Code: Section "InputClass" Identifier "My Mouse" Driver "evdev" Option "Emulate3buttons" "true" Option "AutoServerLayout" "on" MatchIsTouchpad "on" EndSection Code: Section "InputClass" Identifier "My Keyboard" Driver "evdev" Option "xkbLayout" "fr" MatchIsKeyboard "on" EndSection Does anyone have an idea ? [tahiry] | Code: [ 358.444] Current Operating System: Linux gentoo 2.6.35-gentoo-r12 #4 SMP PREEMPT Mon Jun 6 16:07:47 CEST 2011 i686 That kernel is rather old, can you try a newer one? Also try starting X without any xorg.conf or xorg.conf.d/* at all. |
Hi, I have downgraded xorg and nvidia drivers in order to be able to use TwinView... and lost my inputs. The mouse pointer doesn't move and the keyboard doesn't work. I didn't change my xorg.conf, thee input devices are kbd0 and /dev/input/mice. I vaguely remember something like that a long time ago, there was a problem wit evdev or something like that... any clues? update: yes, I forgot to re-emerge xf86-input-evdev, Xorg.0.log even says that almost explicitly. | Make sure they're plugged in. Oh, and and don't forget to: Code: emerge -1av $(qlist -I -C x11-drivers/) Edit: ah, you already got it. |
Hi, ALL, I have a PC with GNOME2 installed. I need to install KDE4 on the same machine and be able to choose what to load at startup. Installing is easy, but how to configure this "dual-boot" environment? Thank you. | You can actually use GDM, KDM, LXDM or slim with no extra configuration. They only catch is that some options like switch user may not be available with some login managers. |
Hello, while updating to kde 4.9.3 I got the following error: Code: [ 92%] Building CXX object kinfocenter/Modules/opengl/CMakeFiles/kcm_opengl.dir/opengl.o cd /mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3_build/kinfocenter/Modules/opengl && /usr/bin/i686-pc-linux-gnu-g++ -DMAKE_KCM_OPENGL_LIB -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=58 -DHAVE_CONFIG_H=1 -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DDISABLE_NEPOMUK_LEGACY -DKDE_DEFAULT_DEBUG_AREA=1208 -DQT_NO_DEBUG -DNDEBUG -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3_build/kinfocenter/Modules/opengl -I/mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3/kinfocenter/Modules/opengl -I/mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3 -I/mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3_build -I/mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3/libs -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kcm_opengl.dir/opengl.o -c /mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3/kinfocenter/Modules/opengl/opengl.cpp make[2]: *** Keine Regel vorhanden, um das Target »/usr/lib/libMesaGLU.so«, benötigt von »lib/kcm_opengl.so«, zu erstellen. Schluss. make[2]: Leaving directory `/mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3_build' make[1]: *** [kinfocenter/Modules/opengl/CMakeFiles/kcm_opengl.dir/all] Fehler 2 make[1]: Leaving directory `/mnt/store/portage/portage/kde-base/kinfocenter-4.9.3/work/kinfocenter-4.9.3_build' make: *** [all] Fehler 2 * ERROR: kde-base/kinfocenter-4.9.3 failed (compile phase): * emake failed * The German error message means, that there is no rule to build the target »/usr/lib/libMesaGLU.so«, which is used by »lib/kcm_opengl.so« Code: emerge --info '=kde-base/kinfocenter-4.9.3' Portage 2.1.11.31 (default/linux/x86/10.0/desktop/kde, gcc-4.5.4, glibc-2.15-r3, 3.5.7-gentoo i686) ================================================================= System Settings ================================================================= System uname: Linux-3.5.7-gentoo-i686-AMD_Athlon-tm-_XP_3200+-with-gentoo-2.1 Timestamp of tree: Sat, 24 Nov 2012 14:00:02 +0000 ld GNU ld (GNU Binutils) 2.22 app-shells/bash: 4.2_p37 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.3-r2, 3.2.3 dev-util/cmake: 2.8.9 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.11.5 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.11.6 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.5.4 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r3 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo x-portage ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--autounmask=n" FCFLAGS="-O2 -march=i686 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -march=i686 -pipe" GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo" LC_ALL="de_DE.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="de th" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/mnt/store/portage" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="32bit 3dnow 3dnowext X a52 aac acl acpi addressbook akonadi alsa amarok amazon apache2 audiofile avi berkdb branding bzip2 cairo caps cdda cdr cjk cli consolekit cracklib crypt css cups curl cxx dbus declarative digikam disk-partition dri dts dvb dvd dvdr dvdread embedded emboss encode exif extras fam fbcondecor ffmpeg firefox flac fortran gd gdbm gif gimp gimpprint gnome-keyring gnutls gpg gphoto2 gpm gstreamer gtk2 history hpcups iconv ipv6 java jpeg json kate kde kdeenablefinal kerberos kipi lan lcms ldap libnotify libv4l2 libwww mad mjpeg mmx mng modules mp3 mp4 mpeg mplayer msn mudflap mysql mythtv ncurses nls nptl nsplugin odbc ogg oggvorbis opengl openmp pam pango pcre pcsc-lite pdf phonon pkcs11 plasma png policykit posix ppds pppd python qt3support qt4 quicktime rdesktop readline reiserfs rtc rtsp samba scanner sdl semantic-desktop session sip slp smartcard snmp spell sql sse ssl startup-notification stream stun svg tcltk tcpd threads threadsafe tiff truetype udev udisks unicode upower usb userlocales v4l v4l2 vcd video vlc vorbis wav webkit wicd win32codecs winbind wxwidgets x264 x86 xcb xine xml xorg xscreensaver xulrunner xv xvid yahoo 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="authz_host cgi dir env headers mime php rewrite" APACHE2_MPMS="worker" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de th" PHP_TARGETS="php5-3" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev vga radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LANG, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON kinfocenter is compiled with following USE flags: Code: emerge -pqv '=kde-base/kinfocenter-4.9.3' [ebuild U ] kde-base/kinfocenter-4.9.3 [4.8.5] USE="handbook opengl (-aqua) -debug -ieee1394" Does someone knows what's wrong? | Please paste the output of `$ equery l -i mesa glu` |
After recent xorg-upgrade I get a blank screen. xdm.log only gives me: Code: nouveau: 0x00000000 nouveau: 0x00fffff0 xdm info (pid 3102): Shutting down XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" after 176 requests (169 known processed) with 0 events remaining. xdm info (pid 3102): display :0 is being disabled nouveau: kernel rejected pushbuf: Invalid argument nouveau: ch3: krec 0 pushes 1 bufs 1 relocs 0 nouveau: ch3: buf 00000000 0000000b 00000006 00000006 00000000 nouveau: ch3: psh 00000000 00000002b0 00000002c4 What are alternative drives are there to "nouveau"? | There's also the "nv" driver, which is nVidia's official open source driver. |
If you look at the picture I attached you can see that Firefox is rendering the element in a weird way. The border around the "Go" is pixelated. The bloody thing draws it nicely off Gentoo 12.1 LiveDVD system. But on my Gentoo box it is just plain ugly: http://i87.photobucket.com/albums/k122/CkoTuHa/firefoxrenderingflaw.png btw, the page is the default login page for phpMyAdmin. You can see it for yourself here if you have Firefox: http://demo.phpmyadmin.net/STABLE/ Any ideas | Looks like it's not drawing antialiased lines there (or the container box corners). That could be a bug in Cairo or the video driver itself. See if it breaks in other apps if you change your GTK theme to something with round buttons. |
Hi, guys! Can't fix a small problem. The matter is sometimes I booting system with detached monitor. In this case on monitor attach I have a system that was booted in 800x600 mode. And I have to reboot to get native 1280x1024 mode. The same behavior with both nvidia and nouveau drivers. So I think this is Xorg issue. Is it possible to lock screen resolution regardless attached monitor on system boot or not? Here is xorg.conf content: Code: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 295.75 (buildmeister@swio-display-x86-rhel47-13) Fri Aug 24 13:47:44 PDT 2012 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from data in "/etc/conf.d/gpm" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection | xrandr tells: Can't open display. No matter which option was specified. KRandrTray also doesn't helps: only 800x600 option is available when booting with monitor detached. Unfortunately I am not familar bash scripting and can't write proper script |
Hi Folks How can I remove all of the unwanted dictionaries from Mozilla Thunderbird? I only want en_GB. http://www.paully.co.uk/images/thunderbird_dictionaries.png Code: [I] mail-client/thunderbird Available versions: 10.0.5 10.0.6 10.0.7 10.0.9 10.0.10 (~)16.0.1-r1 {{+alsa bindist +crashreporter +crypt custom-cflags custom-optimization +dbus debug gconf +ipc +jit ldap libnotify +lightning linguas_ar linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_AR linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_he linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_ko linguas_lt linguas_nb_NO linguas_nl linguas_nn_NO linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv_SE linguas_ta_LK linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW +minimal mozdom selinux startup-notification system-sqlite +webm wifi}} Installed versions: 16.0.1-r1(23:32:18 01/11/12)(alsa dbus ipc jit ldap linguas_en_GB minimal startup-notification webm -bindist -crypt -custom-cflags -custom-optimization -debug -gconf -libnotify -lightning -linguas_ar -linguas_ast -linguas_be -linguas_bg -linguas_bn_BD -linguas_br -linguas_ca -linguas_cs -linguas_da -linguas_de -linguas_el -linguas_es_AR -linguas_es_ES -linguas_et -linguas_eu -linguas_fi -linguas_fr -linguas_fy_NL -linguas_ga_IE -linguas_gd -linguas_gl -linguas_he -linguas_hr -linguas_hu -linguas_hy_AM -linguas_id -linguas_is -linguas_it -linguas_ja -linguas_ko -linguas_lt -linguas_nb_NO -linguas_nl -linguas_nn_NO -linguas_pa_IN -linguas_pl -linguas_pt_BR -linguas_pt_PT -linguas_rm -linguas_ro -linguas_ru -linguas_si -linguas_sk -linguas_sl -linguas_sq -linguas_sr -linguas_sv_SE -linguas_ta_LK -linguas_tr -linguas_uk -linguas_vi -linguas_zh_CN -linguas_zh_TW -mozdom -selinux -system-sqlite -wifi) Homepage: http://www.mozilla.com/en-US/thunderbird/ Description: Thunderbird Mail Client Code: thinkpad ~ # locale LANG=en_GB.UTF-8 LC_CTYPE="en_GB.UTF-8" LC_NUMERIC="en_GB.UTF-8" LC_TIME="en_GB.UTF-8" LC_COLLATE=C LC_MONETARY="en_GB.UTF-8" LC_MESSAGES="en_GB.UTF-8" LC_PAPER="en_GB.UTF-8" LC_NAME="en_GB.UTF-8" LC_ADDRESS="en_GB.UTF-8" LC_TELEPHONE="en_GB.UTF-8" LC_MEASUREMENT="en_GB.UTF-8" LC_IDENTIFICATION="en_GB.UTF-8" LC_ALL= Thanks! | LINGUAS="en-GB" |
emerge -av nepomuk requires to add such line to /etc/portage/package.use so I did: Code: +#required by kde-base/nepomuk-4.8.5, required by nepomuk (argument) +=kde-base/kdelibs-4.8.5 semantic-desktop +#required by dev-db/virtuoso-server-6.1.6, required by dev-libs/soprano-2.7.6[virtuoso], required by kde-base/nepomuk-4.8.5, required by kde-base/kdelibs-4.8.5[semantic-desktop], required by net-irc/konversation-1.4, required by @selected, required by @world (argument) +>=sys-libs/zlib-1.2.7 minizip Then: emerge -av nepomuk Code: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-db/libiodbc-3.52.7 USE="-gtk" 1,015 kB [ebuild R ] sys-libs/zlib-1.2.7 USE="minizip* -static-libs" 548 kB [ebuild N ] dev-db/virtuoso-odbc-6.1.6 110,602 kB [ebuild N ] dev-db/virtuoso-server-6.1.6 USE="readline -kerberos -ldap" 0 kB [ebuild N ] dev-libs/shared-desktop-ontologies-0.10.0 3,874 kB [ebuild N ] dev-libs/soprano-2.7.6 USE="dbus raptor redland virtuoso -clucene -debug -doc {-test}" 1,909 kB [ebuild R ] kde-base/kdelibs-4.8.5:4 USE="acl alsa bzip2 handbook mmx nls opengl policykit semantic-desktop* sse sse2 ssl udev udisks upower -3dnow (-altivec) (-aqua) -debug -doc -fam -jpeg2k -kerberos -lzma -openexr -spell {-test} (-upnp) -zeroconf" 11,920 kB [ebuild N ] kde-base/nepomuk-4.8.5:4 USE="handbook (-aqua) -debug" 5,919 kB Total: 8 packages (6 new, 2 reinstalls), Size of downloads: 135,784 kB !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: kde-base/kdelibs:4 (kde-base/kdelibs-4.8.5::gentoo, ebuild scheduled for merge) pulled in by >=kde-base/kdelibs-4.8.5:4[aqua=,semantic-desktop] required by (kde-base/nepomuk-4.8.5::gentoo, ebuild scheduled for merge) (kde-base/kdelibs-4.8.5::gentoo, installed) pulled in by >=kde-base/kdelibs-4.8.5:4[aqua=,semantic-desktop=] required by (kde-base/plasma-workspace-4.8.5::gentoo, installed) >=kde-base/kdelibs-4.8.5:4[aqua=,semantic-desktop=] required by (kde-base/kactivities-4.8.5::gentoo, installed) >=kde-base/kdelibs-4.8.5:4[aqua=,semantic-desktop=] required by (kde-base/gwenview-4.8.5::gentoo, installed) >=kde-base/kdelibs-4.8.5:4[aqua=,semantic-desktop=] required by (kde-base/kdepimlibs-4.8.5::gentoo, installed) >=kde-base/kdelibs-4.8.5:4[aqua=,semantic-desktop=] required by (kde-base/dolphin-4.8.5::gentoo, installed) emerge --info Code: Portage 2.1.11.31 (default/linux/amd64/10.0, gcc-4.5.4, glibc-2.15-r3, 3.5.7-gentoo x86_64) ================================================================= System uname: Linux-3.5.7-gentoo-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q6600_@_2.40GHz-with-gentoo-2.1 Timestamp of tree: Wed, 21 Nov 2012 06:00:01 +0000 ld GNU ld (GNU Binutils) 2.22 ccache version 3.1.8 [enabled] app-shells/bash: 4.2_p37 dev-lang/python: 2.7.3-r2, 3.2.3 dev-util/ccache: 3.1.8 dev-util/cmake: 2.8.9 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.11.5 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.11.6 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.5.4 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r3 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="pl_PL.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="pl" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl alsa amd64 berkdb bzip2 cli cracklib crypt cups cxx dri fortran gdbm gpm iconv ipv6 mmx modules mudflap multilib ncurses nls nptl openmp pam pcre pppd readline session sse sse2 sse3 ssl ssse3 tcpd threads unicode vdpau 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="pl" PHP_TARGETS="php5-3" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON | Most likely reason is that after you toggle semantic-desktop on kde-base/kdelibs, other already installed, packages want that useflag toggled too. |
I compiled amarok with (embedded lastfm linguas_pl semantic-desktop utils) and I don't have plugin for krunner. Is it normal? | it's called " Control Audio Player " In the plugin settings you can select which player it controls. |
I have a netbook (~x86) with up to date gnome3.4 which works quite good, wireless and everything, but there are two little probs with wlan, that I'd like to fix. Now I don't know wether this is related to NetworkManager itself oder gnome/udev specific or openrcspecific: - When I unplug AC-Adapter and it's changing to battery mode, the network connection icon from gnome 3 is disapearing. When I replug AC-Adapter the gnome network icon appears again. So I have to reboot with battery only to make it re-appear to be able to connect to wlan on battery. - When I deactivate the wlan via hardware button, and restart, system hangs at booting, and it only boots fully to gnome shell, when i reactivate wlan by hardware switch before Network Manager is getting started. I will try later today, if the same thing happens with kde or xfce started instead of gnome3. Has anyone an idea how to fix this or a hint to put me into the right direction? Anyway I have to admit that I love this distro and am soo thankfull to everyone making gentoo possible. Great Job! | I don't know if you're willing to try this, but the first thing I would do is try something not-Gnome, something more light-weight such as LXDE or XFCE (or Blackbox, Fluxbox, Awesome, etc.). The idea is to see whether Gnome itself is the problem (I suspect it might be, in which case you'd file a bug report to Gnome). I would recommend emerging LXDE or XFCE and seeing if you continue to have these problems (you don't have to un-merge Gnome for this). |
Hi, I am new to Gentoo as well as to KDE. I managed to have a KDE system working (with much help from guys here) but I have only one trouble left. I cannot get a non US keyboard at login time in KDM. I would like to use my French bépo kbd but I cannot even use a classic fr azerty one. I have seen a lot of things on the Internet but not always very fresh and clear enough to make me understand. Did I miss something obvious in the manual ? | For a French Bépo keyboard, for the console you will need to specify something like keymaps="fr-bepo" (no accent) in /etc/conf.d/keymaps. Check to see you have the keymap, though: Code: ls /usr/share/keymaps/i386/qwerty/fr* And for X Windows you'll need to have something either in /etc/X11/xorg.conf or in /etc/X11/xorg.conf.d/*-keyboard.conf: Code: Option "XkbLayout" "fr" Option "XkbVariant" "bepo" or via the command line in a Konsole/Terminal window: Code: setxkbmap -layout fr -variant bepo |
Hello, X doesn't start at boot time anymore, after I've upgraded some packages with emerge -pvDu world (x11-base/xorg-server-1.13.0-r1, x11-drivers/xf86-input-evdev, x11-drivers/xf86-input-keyboard-1.6.2, x11-drivers/xf86-video-fbdev-0.4.3, x11-drivers/xf86-video-vesa-2.3.2, x11-drivers/xf86-input-mouse-1.8.1, among others not related to x11..). But, the weird thing, (I mean, weird to me..), is that, when I get thee window saying xorg couldn't start, do you want to read the output messages , (or so), and I go for yes, the window remain empty : no error message. So I brashly go for a manual startx, and it works : I do get the graphical environment (with Radeon HD4870 1Gb) . Here's the first output from X at boot time : [code] [ 165.526] X.Org X Server 1.13.0 Release Date: 2012-09-05 [ 165.526] X Protocol Version 11, Revision 0 [ 165.526] Build Operating System: Linux 3.5.7-gentoo x86_64 Gentoo [ 165.526] Current Operating System: Linux bigpopa 3.5.7-gentoo #1 SMP Wed Oct 31 09:44:06 CET 2012 x86_64 [ 165.527] Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sdc3 splash=silent,theme:Emergance console=tty1 quiet [ 165.527] Build Date: 17 November 2012 08:06:35PM [ 165.527] [ 165.527] Current version of pixman: 0.28.0 [ 165.527] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 165.527] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 165.527] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 18 08:31:54 2012 [ 165.604] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 165.604] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 165.676] (==) No Layout section. Using the first Screen section. [ 165.676] (==) No screen section available. Using defaults. [ 165.676] (**) |-->Screen "Default Screen Section" (0) [ 165.676] (**) | |-->Monitor "<default monitor>" [ 165.676] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 165.676] (==) Automatically adding devices [ 165.676] (==) Automatically enabling devices [ 165.676] (==) Automatically adding GPU devices [ 165.766] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 165.766] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 165.766] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 165.766] (II) Loader magic: 0x7f8c00 [ 165.766] (II) Module ABI versions: [ 165.766] X.Org ANSI C Emulation: 0.4 [ 165.766] X.Org Video Driver: 13.0 [ 165.766] X.Org XInput driver : 18.0 [ 165.766] X.Org Server Extension : 7.0 [ 165.767] (II) config/udev: Adding drm device (/dev/dri/card0) [ 165.768] (--) PCI:*(0:1:0:0) 1002:9440:1787:2267 rev 0, Mem @ 0xd0000000/268435456, 0xfe8e0000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072 [ 165.768] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 165.788] Initializing built-in extension Generic Event Extension [ 165.788] Initializing built-in extension SHAPE [ 165.788] Initializing built-in extension MIT-SHM [ 165.788] Initializing built-in extension XInputExtension [ 165.788] Initializing built-in extension XTEST [ 165.788] Initializing built-in extension BIG-REQUESTS [ 165.788] Initializing built-in extension SYNC [ 165.788] Initializing built-in extension XKEYBOARD [ 165.788] Initializing built-in extension XC-MISC [ 165.788] Initializing built-in extension XINERAMA [ 165.788] Initializing built-in extension XFIXES [ 165.788] Initializing built-in extension RENDER [ 165.788] Initializing built-in extension RANDR [ 165.789] Initializing built-in extension COMPOSITE [ 165.789] Initializing built-in extension DAMAGE [ 165.789] Initializing built-in extension MIT-SCREEN-SAVER [ 165.789] Initializing built-in extension DOUBLE-BUFFER [ 165.789] Initializing built-in extension RECORD [ 165.789] Initializing built-in extension DPMS [ 165.789] Initializing built-in extension X-Resource [ 165.789] Initializing built-in extension XVideo [ 165.789] Initializing built-in extension XVideo-MotionCompensation [ 165.789] Initializing built-in extension XFree86-VidModeExtension [ 165.789] Initializing built-in extension XFree86-DGA [ 165.789] Initializing built-in extension XFree86-DRI [ 165.789] Initializing built-in extension DRI2 [ 165.789] (II) LoadModule: "glx" [ 165.854] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 165.917] (II) Module glx: vendor="X.Org Foundation" [ 165.917] compiled for 1.13.0, module version = 1.0.0 [ 165.917] ABI class: X.Org Server Extension, version 7.0 [ 165.917] (==) AIGLX enabled [ 165.920] Loading extension GLX [ 165.920] (==) Matched ati as autoconfigured driver 0 [ 165.920] (==) Matched ati as autoconfigured driver 1 [ 165.920] (==) Matched vesa as autoconfigured driver 2 [ 165.920] (==) Matched modesetting as autoconfigured driver 3 [ 165.920] (==) Matched fbdev as autoconfigured driver 4 [ 165.920] (==) Assigned the driver to the xf86ConfigLayout [ 165.920] (II) LoadModule: "ati" [ 165.920] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so [ 165.938] (II) Module ati: vendor="X.Org Foundation" [ 165.938] compiled for 1.12.2, module version = 7.0.0 [ 165.938] Module class: X.Org Video Driver [ 165.938] ABI class: X.Org Video Driver, version 12.0 [ 165.939] (EE) module ABI major version (12) doesn't match the server's version (13) [ 165.939] (II) UnloadModule: "ati" [ 165.939] (II) Unloading ati [ 165.939] (EE) Failed to load module "ati" (module requirement mismatch, 0) [ 165.939] (II) LoadModule: "vesa" [ 165.939] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 165.951] (II) Module vesa: vendor="X.Org Foundation" [ 165.951] compiled for 1.13.0, module version = 2.3.2 [ 165.951] Module class: X.Org Video Driver [ 165.951] ABI class: X.Org Video Driver, version 13.0 [ 165.951] (II) LoadModule: "modesetting" [ 165.951] (WW) Warning, couldn't open module modesetting [ 165.951] (II) UnloadModule: "modesetting" [ 165.951] (II) Unloading modesetting [ 165.951] (EE) Failed to load module "modesetting" (module does not exist, 0) [ 165.951] (II) LoadModule: "fbdev" [ 165.951] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 165.965] (II) Module fbdev: vendor="X.Org Foundation" [ 165.965] compiled for 1.13.0, module version = 0.4.3 [ 165.965] Module class: X.Org Video Driver [ 165.965] ABI class: X.Org Video Driver, version 13.0 [ 165.965] (II) VESA: driver for VESA chipsets: vesa [ 165.965] (II) FBDEV: driver for framebuffer: fbdev [ 165.965] (--) using VT number 7 [ 165.969] vesa: Ignoring device with a bound kernel driver [ 165.969] (WW) Falling back to old probe method for vesa [ 165.969] (II) Loading sub module "fbdevhw" [ 165.969] (II) LoadModule: "fbdevhw" [ 165.969] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 165.994] (II) Module fbdevhw: vendor="X.Org Foundation" [ 165.994] compiled for 1.13.0, module version = 0.0.2 [ 165.994] ABI class: X.Org Video Driver, version 13.0 [ 165.994] (**) FBDEV(1): claimed PCI slot 1@0:0:0 [ 165.994] (II) FBDEV(1): using default device [ 165.994] (EE) Screen 0 deleted because of no matching config section. [ 165.994] (II) UnloadModule: "vesa" [ 165.994] (II) FBDEV(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 165.994] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32 [ 165.994] (==) FBDEV(0): RGB weight 888 [ 165.994] (==) FBDEV(0): Default visual is TrueColor [ 165.994] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0) [ 165.994] (II) FBDEV(0): hardware: radeondrmfb (video memory: 7128kB) [ 165.994] (II) FBDEV(0): checking modes against framebuffer device... [ 165.994] (II) FBDEV(0): checking modes against monitor... [ 165.994] (--) FBDEV(0): Virtual size is 1680x1050 (pitch 1680) [ 165.994] (**) FBDEV(0): Built-in mode "current" [ 165.994] (==) FBDEV(0): DPI set to (96, 96) [ 165.994] (II) Loading sub module "fb" [ 165.994] (II) LoadModule: "fb" [ 165.994] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 166.035] (II) Module fb: vendor="X.Org Foundation" [ 166.035] compiled for 1.13.0, module version = 1.0.0 [ 166.035] ABI class: X.Org ANSI C Emulation, version 0.4 [ 166.035] (**) FBDEV(0): using shadow framebuffer [ 166.035] (II) Loading sub module "shadow" [ 166.035] (II) LoadModule: "shadow" [ 166.035] (II) Loading /usr/lib64/xorg/modules/libshadow.so [ 166.058] (II) Module shadow: vendor="X.Org Foundation" [ 166.058] compiled for 1.13.0, module version = 1.1.0 [ 166.058] ABI class: X.Org ANSI C Emulation, version 0.4 [ 166.058] (==) Depth 24 pixmap format is 32 bpp [ 166.293] (==) FBDEV(0): Backing store disabled [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.294] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.295] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 166.296] (==) FBDEV(0): DPMS enabled [ 166.296] (==) RandR enabled [ 166.308] (II) AIGLX: Screen 0 is not DRI2 capable [ 166.308] (II) AIGLX: Screen 0 is not DRI capable [ 167.019] (II) AIGLX: Loaded and initialized swrast [ 167.019] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 167.747] (II) config/udev: Adding input device Power Button (/dev/input/event4) [ 167.748] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 167.748] (**) Power Button: Applying InputClass "keyboard" [ 167.748] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 167.748] (II) LoadModule: "evdev" [ 167.748] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 167.789] (II) Module evdev: vendor="X.Org Foundation" [ 167.789] compiled for 1.13.0, module version = 2.7.3 [ 167.789] Module class: X.Org XInput Driver [ 167.789] ABI class: X.Org XInput driver, version 18.0 [ 167.789] (II) Using input driver 'evdev' for 'Power Button' [ 167.789] (**) Power Button: always reports core events [ 167.789] (**) evdev: Power Button: Device: "/dev/input/event4" [ 167.789] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 167.789] (--) evdev: Power Button: Found keys [ 167.789] (II) evdev: Power Button: Configuring as keyboard [ 167.789] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4" [ 167.789] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 167.789] (**) Option "xkb_rules" "evdev" [ 167.789] (**) Option "xkb_model" "evdev" [ 167.789] (**) Option "xkb_layout" "fr" [ 167.825] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 167.825] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 167.825] (**) Power Button: Applying InputClass "keyboard" [ 167.825] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 167.825] (II) Using input driver 'evdev' for 'Power Button' [ 167.825] (**) Power Button: always reports core events [ 167.825] (**) evdev: Power Button: Device: "/dev/input/event3" [ 167.825] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 167.825] (--) evdev: Power Button: Found keys [ 167.825] (II) evdev: Power Button: Configuring as keyboard [ 167.825] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3" [ 167.825] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 167.825] (**) Option "xkb_rules" "evdev" [ 167.825] (**) Option "xkb_model" "evdev" [ 167.825] (**) Option "xkb_layout" "fr" [ 167.826] (II) config/udev: Adding drm device (/dev/dri/card0) [ 167.826] (II) config/udev: Adding input device NOVATEK USB Keyboard (/dev/input/event0) [ 167.826] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 167.826] (**) NOVATEK USB Keyboard: Applying InputClass "keyboard" [ 167.826] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 167.826] (II) Using input driver 'evdev' for 'NOVATEK USB Keyboard' [ 167.826] (**) NOVATEK USB Keyboard: always reports core events [ 167.826] (**) evdev: NOVATEK USB Keyboard: Device: "/dev/input/event0" [ 167.826] (--) evdev: NOVATEK USB Keyboard: Vendor 0x603 Product 0xf2 [ 167.826] (--) evdev: NOVATEK USB Keyboard: Found keys [ 167.826] (II) evdev: NOVATEK USB Keyboard: Configuring as keyboard [ 167.826] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input0/event0" [ 167.826] (II) XINPUT: Adding extended input device "NOVATEK USB Keyboard" (type: KEYBOARD, id [ 167.826] (**) Option "xkb_rules" "evdev" [ 167.826] (**) Option "xkb_model" "evdev" [ 167.826] (**) Option "xkb_layout" "fr" [ 167.827] (II) config/udev: Adding input device NOVATEK USB Keyboard (/dev/input/event1) [ 167.827] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 167.827] (**) NOVATEK USB Keyboard: Applying InputClass "keyboard" [ 167.827] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 167.827] (II) Using input driver 'evdev' for 'NOVATEK USB Keyboard' [ 167.827] (**) NOVATEK USB Keyboard: always reports core events [ 167.827] (**) evdev: NOVATEK USB Keyboard: Device: "/dev/input/event1" [ 167.827] (--) evdev: NOVATEK USB Keyboard: Vendor 0x603 Product 0xf2 [ 167.827] (--) evdev: NOVATEK USB Keyboard: Found 20 mouse buttons [ 167.827] (--) evdev: NOVATEK USB Keyboard: Found keys [ 167.827] (II) evdev: NOVATEK USB Keyboard: Forcing relative x/y axes to exist. [ 167.827] (II) evdev: NOVATEK USB Keyboard: Configuring as mouse [ 167.827] (II) evdev: NOVATEK USB Keyboard: Configuring as keyboard [ 167.827] (**) evdev: NOVATEK USB Keyboard: YAxisMapping: buttons 4 and 5 [ 167.827] (**) evdev: NOVATEK USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 167.827] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/input/input1/event1" [ 167.827] (II) XINPUT: Adding extended input device "NOVATEK USB Keyboard" (type: KEYBOARD, id 9) [ 167.827] (**) Option "xkb_rules" "evdev" [ 167.827] (**) Option "xkb_model" "evdev" [ 167.827] (**) Option "xkb_layout" "fr" [ 167.827] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event2) [ 167.827] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall" [ 167.827] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall" [ 167.827] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse' [ 167.827] (**) Logitech USB-PS/2 Optical Mouse: always reports core events [ 167.827] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event2" [ 167.827] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc03e [ 167.827] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons [ 167.827] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s) [ 167.827] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes [ 167.827] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes [ 167.827] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse [ 167.827] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support [ 167.827] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5 [ 167.827] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 167.828] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input2/event2" [ 167.828] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 10) [ 167.828] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes. [ 167.828] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1 [ 167.828] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0 [ 167.828] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000 [ 167.828] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4 [ 167.828] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0) [ 167.828] (II) No input driver specified, ignoring this device. [ 167.828] (II) This device may have been added with another device file. [ 167.828] (II) config/udev: Adding input device PC Speaker (/dev/input/event5) [ 167.828] (II) No input driver specified, ignoring this device. [ 167.828] (II) This device may have been added with another device file. [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.772] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.773] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.780] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument [ 227.781] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument | After upgrading of xorg-server you've to upgrade depending package/s too, either use revdep-rebuild for that and/or follow what the elog/ewarn messages of that packages said during install phase. |
I'm having trouble installing Gnome 3, from this web: http://oleeekchoff.blogspot.co.il/2011/10/gnome-3-on-gentoo.html I already have Gnome 2, so i get this when i try to emerge -avuND world Code: Conflict: 7 blocks (4 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-fs/udev:0 (sys-fs/udev-171-r9::gentoo, installed) pulled in by <sys-fs/udev-185 required by (net-wireless/bluez-4.99::gentoo, installed) (sys-fs/udev-195::gentoo, ebuild scheduled for merge) pulled in by >=sys-fs/udev-187 required by (sys-fs/udev-init-scripts-17-r1::gentoo, ebuild scheduled for merge) (and 1 more with the same problem) | The above seems to simply say, that you need to keyword a more recent version of net-wireless/bluez. |
First update world after new install fails with nautilus problem. Code: don ~ # emerge -auDN world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-process/psmisc-22.16 USE="X*" [ebuild R ] sys-devel/gcc-4.5.4 USE="gtk*" [ebuild R ] app-editors/nano-2.3.1-r2 USE="spell*" [ebuild UD ] gnome-base/nautilus-2.32.2.1 [2.32.2.1-r2] USE="(-introspection*)" [ebuild R ] net-misc/openssh-5.9_p1-r4 USE="X* ldap* -bindist%" [ebuild NS ] gnome-extra/polkit-gnome-0.102 [0.105] USE="introspection" [ebuild N ] lxde-base/lxpolkit-0.1.0-r1 [uninstall ] gnome-extra/polkit-gnome-0.105 [blocks b ] lxde-base/lxpolkit ("lxde-base/lxpolkit" is blocking gnome-extra/polkit-gnome-0.105) [ebuild R ] sys-apps/groff-1.21 USE="X*" [ebuild N ] app-text/evince-2.32.0-r4 USE="dbus gnome gnome-keyring introspection nautilus postscript tiff -debug -djvu -dvi -t1lib" [ebuild U ] sys-apps/man-pages-3.43 [3.42] [ebuild U ] sys-fs/udev-171-r9 [171-r8] USE="introspection*" [ebuild R ] sys-apps/util-linux-2.21.2 USE="udev*" [blocks B ] gnome-extra/polkit-gnome ("gnome-extra/polkit-gnome" is blocking lxde-base/lxpolkit-0.1.0-r1) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: gnome-base/nautilus:0 (gnome-base/nautilus-2.32.2.1::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (gnome-base/nautilus-2.32.2.1-r2::gentoo, installed) pulled in by >=gnome-base/nautilus-2.10[introspection?] required by (app-text/evince-2.32.0-r4::gentoo, ebuild scheduled for merge) It might be possible to solve this slot collision by applying all of the following changes: - gnome-base/nautilus-2.32.2.1 (Change USE: +introspection) this is package.use Code: >=net-dns/avahi-0.6.30-r3 autoipd gtk3 =gnome-base/nautilus-2.32.2.1 introspection any ideas? | Try changing '=gnome-base/nautilus-2.32.2.1' to just 'gnome-base/nautilus' in package.use. Though, IIRC, introspection for gtk2 makes little sense - only since gtk3 it was embraced sufficiently. |
I used until now virtualbox 4.2.4 without problems. I am not sure what happened but I can't launch a machine due to the following errors: Code: WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (3.4.9-gentoo) or it failed to load. Please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup You will not be able to start VMs until this problem is fixed. So I ran Code: sudo /etc/init.d/vboxdrv setup but then it fails with: Code: * Stopping VirtualBox kernel modules ... [ ok ] * Removing old VirtualBox pci kernel module ... [ ok ] * Removing old VirtualBox netadp kernel module ... [ ok ] * Removing old VirtualBox netflt kernel module ... [ ok ] * Removing old VirtualBox kernel module ... [ ok ] * Recompiling VirtualBox kernel modules ... [ ok ] * Starting VirtualBox kernel modules ... * modprobe vboxdrv failed. Please use 'dmesg' to find out why dmesg says: Code: warning: `VirtualBox' uses 32-bit capabilities (legacy support in use) vboxdrv: disagrees about version of symbol sched_setscheduler vboxdrv: Unknown symbol sched_setscheduler (err -22) vboxdrv: disagrees about version of symbol wake_up_process I have installed app-emulation/virtualbox-modules 4.2.4 and added to Code: /etc/conf.d/modules modules="vboxdrv vboxnetflt vboxnetadp" but Code: modprobe vboxdrv FATAL: Error inserting vboxdrv (/lib/modules/3.4.9-gentoo/misc/vboxdrv.ko): Invalid argument I belong to vboxusers group Anyone has some idea what to do? | queen, dmesg may give more information about version mismatches but the fix is always the same. Code: vboxdrv: disagrees about version of symbol sched_setscheduler vboxdrv: Unknown symbol sched_setscheduler (err -22) vboxdrv: disagrees about version of symbol wake_up_process suggests that either the module you are trying to load is not built against the configured kernel you are actually running, or you have changed the kernel since the modules was built. As all external kernel modules use /usr/src/linux to find the kernel to build against, make sure your symlink points to the right kernel and that its the kernel you are running. uname -a and readlink are your friends here. If thats OK, rebuild your kernel using your usual method starting with Code: make clean Reinstall the kernel and modules and boot into it. Check uname -a ... you really are running your new kernel, aren't you? Now rebuild virtualbox-modules. At this point you know you have a clean build of the kernel, its modules and virtualbox-modules. All built at the same time, with the same settings and the same gcc without any left over binaries that make might have mistakenly reused. |
Hi, I've setup the swsusp hibernation and it works perfects, but I would like to tweak certain options. I would like to disable for my laptop to hibernate when I close my screen. I would like to do nothing when I close my screen. How can I do that. If you can provide a link to a tutorial that explains it, it's even better. Thank you | I have to add that I don't use acpid and that I'm using awesome WM. |
Hi, It is my first Gentoo install and I use KDE, In system settings I can add fr and fr-bepo keyboards but when I chose one, other than us , it has no effect at all and I stay with us Even the icon in notification area continue to display us What could I do ? | I have found a solution. In fact at the same time I was having a warning message at login Quote: Warning: Cannot open ConsoleKit session : Unable to open session : Failed to connect to socket /var/run/dbus/System bus socket : No such file or directory The following command fixed everything Code: rc-update add dbus default rc-update add consolekit default I had also to remove all layouts and re-add them. I don't remember seeing that I had to enter this command in the manual and I must re-read it to check. |
Somehow my laptop has been converted to the KDE plasma-netbook interface, and I can't get it to stop. I don't want any of this fancy shit, I want my KDE3 desktop back. Please somebody help me. Why WHY do they impose user interface changes on me that I DON'T WANT. | What KDE3 desktop? Please do tell whether you want to get actual help or this is just a rant. Right now it sounds as if some magick has planted the "Air for netbooks" plasma theme over your pretty KDE3, which is impossible without your own action. Also, you surely would notice a truckload of KDE4 packages getting emerged on your system. |
Hi, I'm having trouble getting a terminal to run in my environment, not sure what the problem is. When I start a terminal, I get the following error: Code: There was an error creating the child process for this terminal getpt failed: No such file or directory not sure what to do to solve this. I've tried searching it out, but no luck. I can ssh in from another machine, however, and am able to emerge and do anything else from there, it's just a little strange. I would appreciate any help I can get. Thanks Todd | Thanks Btoo for the advice! I was going to try that, but when I booted back into my environment, I tried the terminal again and it works now! I assume that emerge fixed the problem itself, even though I was unable to open the terminal inside the environment, I was able to ssh in from another machine and continue to emerge --sync, and emerge -uDNv world regularly. I don't recall seeing udev-init-scripts any of the times I did that, but I could have very easily overlooked it. This one solved itself!! I guess it's a testament to the importance of keeping your system up to date! Thanks Todd |
Hi! After a fresh install on an older Mac-mini, everything works except starting X. I can log on to the physical terminal and type startx but what happens is the screen clears to black and the (unblinking) text-mode cursor moves to the top-left of the screen. I must ssh log-in from another machine to restart the computer. The computer is NOT locked up, only the physical terminal is locked-up. Having NO xorg.conf or an xorg.conf that is known to work makes no difference. Ideas, anyone? Thanks! Code: emerge --info Quote: Portage 2.1.10.49 (default/linux/powerpc/ppc32/10.0/desktop, gcc-4.5.3, glibc-2.14.1-r3, 3.2.1-gentoo-r2 ppc) ================================================================= System uname: Linux-3.2.1-gentoo-r2-ppc-7447A,_altivec_supported-with-gentoo-2.0.3 Timestamp of tree: Tue, 22 May 2012 21:00:01 +0000 app-shells/bash: 4.2_p20 dev-lang/python: 2.7.3-r1, 3.2.3 dev-util/cmake: 2.8.6-r4 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.0.3 sys-apps/openrc: 0.9.8.4 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.11.1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.5.3-r2 sys-devel/gcc-config: 1.5-r2 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r1 sys-kernel/linux-headers: 3.1 (virtual/os-headers) sys-libs/glibc: 2.14.1-r3 Repositories: gentoo ACCEPT_KEYWORDS="ppc" ACCEPT_LICENSE="* -@EULA" CBUILD="powerpc-unknown-linux-gnu" CFLAGS="-Os -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe" CHOST="powerpc-unknown-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-Os -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl alsa berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gnome gpm gtk iconv ipv6 jpeg lcms ldap libnotify mad mng modules mp3 mp4 mpeg mudflap ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppc ppds pppd qt3support qt4 readline sdl session spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Code: cat /var/log/Xorg.0.log Quote: [ 87.946] X.Org X Server 1.12.1 Release Date: 2012-04-13 [ 87.946] X Protocol Version 11, Revision 0 [ 87.946] Build Operating System: Linux 3.2.1-gentoo-r2 ppc Gentoo [ 87.947] Current Operating System: Linux tiny 3.2.1-gentoo-r2 #1 Sat May 19 21:24:56 [ 87.947] Kernel command line: root=/dev/hda3 ro [ 87.947] Build Date: 20 May 2012 11:13:01AM [ 87.947] [ 87.947] Current version of pixman: 0.24.0 [ 87.948] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 87.948] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 87.949] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 25 15:21:47 2012 [ 88.033] (==) Using config file: "/etc/X11/xorg.conf" [ 88.033] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 88.048] (==) No Layout section. Using the first Screen section. [ 88.049] (**) |-->Screen "Default Screen" (0) [ 88.049] (**) | |-->Monitor "Configured Monitor" [ 88.049] (**) | |-->Device "Configured Video Device" [ 88.049] (==) Automatically adding devices [ 88.049] (==) Automatically enabling devices [ 88.049] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 88.049] Entry deleted from font path. [ 88.049] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 88.049] Entry deleted from font path. [ 88.049] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 88.049] Entry deleted from font path. [ 88.049] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 88.050] Entry deleted from font path. [ 88.050] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 88.050] Entry deleted from font path. [ 88.050] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 88.050] Entry deleted from font path. [ 88.050] (==) FontPath set to: [ 88.050] (==) ModulePath set to "/usr/lib/xorg/modules" [ 88.050] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 88.050] (II) Loader magic: 0x1017e568 [ 88.050] (II) Module ABI versions: [ 88.050] X.Org ANSI C Emulation: 0.4 [ 88.050] X.Org Video Driver: 12.0 [ 88.050] X.Org XInput driver : 16.0 [ 88.050] X.Org Server Extension : 6.0 [ 88.051] (--) PCI:*(0:0:16:0) 1002:5962:1002:5962 rev 1, Mem @ 0x98000000/134217728, 0x90000000/65536, I/O @ 0x00000400/256, BIOS @ 0x????????/131072 [ 88.051] (II) Open APM successful [ 88.051] (II) LoadModule: "extmod" [ 88.181] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 88.206] (II) Module extmod: vendor="X.Org Foundation" [ 88.206] compiled for 1.12.1, module version = 1.0.0 [ 88.206] Module class: X.Org Server Extension [ 88.206] ABI class: X.Org Server Extension, version 6.0 [ 88.206] (II) Loading extension MIT-SCREEN-SAVER [ 88.206] (II) Loading extension XFree86-VidModeExtension [ 88.206] (II) Loading extension XFree86-DGA [ 88.206] (II) Loading extension DPMS [ 88.206] (II) Loading extension XVideo [ 88.206] (II) Loading extension XVideo-MotionCompensation [ 88.206] (II) Loading extension X-Resource [ 88.206] (II) LoadModule: "dbe" [ 88.207] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 88.220] (II) Module dbe: vendor="X.Org Foundation" [ 88.220] compiled for 1.12.1, module version = 1.0.0 [ 88.220] Module class: X.Org Server Extension [ 88.220] ABI class: X.Org Server Extension, version 6.0 [ 88.220] (II) Loading extension DOUBLE-BUFFER [ 88.220] (II) LoadModule: "glx" [ 88.221] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 88.249] (II) Module glx: vendor="X.Org Foundation" [ 88.249] compiled for 1.12.1, module version = 1.0.0 [ 88.249] ABI class: X.Org Server Extension, version 6.0 [ 88.249] (==) AIGLX enabled [ 88.249] (II) Loading extension GLX [ 88.249] (II) LoadModule: "record" [ 88.249] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 88.259] (II) Module record: vendor="X.Org Foundation" [ 88.259] compiled for 1.12.1, module version = 1.13.0 [ 88.259] Module class: X.Org Server Extension [ 88.259] ABI class: X.Org Server Extension, version 6.0 [ 88.259] (II) Loading extension RECORD [ 88.259] (II) LoadModule: "dri" [ 88.275] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 88.372] (II) Module dri: vendor="X.Org Foundation" [ 88.372] compiled for 1.12.1, module version = 1.0.0 [ 88.372] ABI class: X.Org Server Extension, version 6.0 [ 88.372] (II) Loading extension XFree86-DRI [ 88.373] (II) LoadModule: "dri2" [ 88.373] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 88.373] (II) Module dri2: vendor="X.Org Foundation" [ 88.373] compiled for 1.12.1, module version = 1.2.0 [ 88.373] ABI class: X.Org Server Extension, version 6.0 [ 88.373] (II) Loading extension DRI2 [ 88.373] (==) Matched ati as autoconfigured driver 0 [ 88.374] (==) Matched fbdev as autoconfigured driver 1 [ 88.374] (==) Assigned the driver to the xf86ConfigLayout [ 88.374] (II) LoadModule: "ati" [ 88.436] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 88.444] (II) Module ati: vendor="X.Org Foundation" [ 88.444] compiled for 1.12.1, module version = 6.14.3 [ 88.444] Module class: X.Org Video Driver [ 88.444] ABI class: X.Org Video Driver, version 12.0 [ 88.444] (II) LoadModule: "radeon" [ 88.444] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 88.559] (II) Module radeon: vendor="X.Org Foundation" [ 88.559] compiled for 1.12.1, module version = 6.14.3 [ 88.559] Module class: X.Org Video Driver [ 88.559] ABI class: X.Org Video Driver, version 12.0 [ 88.564] (II) LoadModule: "fbdev" [ 88.589] (WW) Warning, couldn't open module fbdev [ 88.589] (II) UnloadModule: "fbdev" [ 88.589] (II) Unloading fbdev [ 88.589] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 88.589] (II) RADEON: Driver for ATI Radeon chipsets: [...] lines deleted for brevity [ 88.596] (--) using VT number 7 [ 88.639] (II) [KMS] drm report modesetting isn't supported. Code: lspci -v Quote: 0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 AGP Flags: bus master, 66MHz, medium devsel, latency 16 Capabilities: [80] AGP version 1.0 Kernel driver in use: agpgart-uninorth Kernel modules: uninorth-agp 0000:00:10.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV280 [Radeon 9200] (rev 01) (prog-if 00 [VGA controller]) Subsystem: Advanced Micro Devices [AMD] nee ATI RV280 [Radeon 9200] Flags: bus master, 66MHz, medium devsel, latency 255, IRQ 48 Memory at 98000000 (32-bit, prefetchable) [size=128M] I/O ports at 0400 [size=256] Memory at 90000000 (32-bit, non-prefetchable) [size=64K] Expansion ROM at 90020000 [size=128K] Capabilities: [58] AGP version 2.0 Capabilities: [50] Power Management version 2 Kernel driver in use: radeonfb 0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 PCI Flags: bus master, 66MHz, medium devsel, latency 16 Kernel modules: uninorth-agp 0001:10:12.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03) Subsystem: Apple Computer Inc. AirPort Extreme Flags: bus master, fast devsel, latency 16, IRQ 52 Memory at 80084000 (32-bit, non-prefetchable) [size=8K] Capabilities: [40] Power Management version 2 Kernel driver in use: b43-pci-bridge Kernel modules: ssb 0001:10:17.0 Unassigned class [ff00]: Apple Computer Inc. KeyLargo/Intrepid Mac I/O Flags: bus master, medium devsel, latency 16 Memory at 80000000 (32-bit, non-prefetchable) [size=512K] Kernel driver in use: macio 0001:10:18.0 USB controller: Apple Computer Inc. KeyLargo/Intrepid USB (prog-if 10 [OHCI]) Flags: medium devsel, IRQ 27 0001:10:19.0 USB controller: Apple Computer Inc. KeyLargo/Intrepid USB (prog-if 10 [OHCI]) Flags: medium devsel, IRQ 28 0001:10:1a.0 USB controller: Apple Computer Inc. KeyLargo/Intrepid USB (prog-if 10 [OHCI]) Flags: bus master, medium devsel, latency 16, IRQ 29 Memory at 80083000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 0001:10:1b.0 USB controller: NEC Corporation USB (rev 43) (prog-if 10 [OHCI]) Subsystem: NEC Corporation Hama USB 2.0 CardBus Flags: bus master, medium devsel, latency 16, IRQ 63 Memory at 80082000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 Kernel driver in use: ohci_hcd 0001:10:1b.1 USB controller: NEC Corporation USB (rev 43) (prog-if 10 [OHCI]) Subsystem: NEC Corporation Hama USB 2.0 CardBus Flags: bus master, medium devsel, latency 16, IRQ 63 Memory at 80081000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 Kernel driver in use: ohci_hcd 0001:10:1b.2 USB controller: NEC Corporation USB 2.0 (rev 04) (prog-if 20 [EHCI]) Subsystem: NEC Corporation USB 2.0 Flags: bus master, medium devsel, latency 16, IRQ 63 Memory at 80080000 (32-bit, non-prefetchable) [size=256] Capabilities: [40] Power Management version 2 Kernel driver in use: ehci_hcd Kernel modules: ehci-hcd 0002:20:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 Internal PCI Flags: bus master, 66MHz, medium devsel, latency 16 Kernel modules: uninorth-agp 0002:20:0d.0 Unassigned class [ff00]: Apple Computer Inc. UniNorth/Intrepid ATA/100 Flags: bus master, medium devsel, latency 32, IRQ 39 Memory at f5004000 (32-bit, non-prefetchable) [size=16K] Kernel driver in use: ide-pmac 0002:20:0e.0 FireWire (IEEE 1394): Apple Computer Inc. UniNorth 2 FireWire (rev 81) (prog-if 10 [OHCI]) Subsystem: Apple Computer Inc. iBook G4 2004 Flags: medium devsel, IRQ 40 Memory at f5000000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [44] Power Management version 2 0002:20:0f.0 Ethernet controller: Apple Computer Inc. UniNorth 2 GMAC (Sun GEM) (rev 80) Flags: bus master, 66MHz, slow devsel, latency 16, IRQ 41 Memory at f5200000 (32-bit, non-prefetchable) [size=2M] Expansion ROM at f5100000 [disabled] [size=1M] Kernel driver in use: gem Code: relevant x11 modules Quote: x11-base/xorg-drivers-1.12 x11-base/xorg-server-1.12.1 x11-drivers/xf86-input-evdev-2.6.0 x11-drivers/xf86-video-ati-6.14.3 | First of all, your kernel is more than recent enough, so stop using radeonfb. But other than that, it seem everything is working correctly, startx doesn't do anything noteworthy on its own, you need some clients (a window manager at very least). If the mouse cursor doesn't move, then you failed to post a large enough portion of the xorg log - pastebin a complete one. It might be a matter of udev not marking the input devices correctly - check the nodes with 'udevadm info'. On a not quite related note: 'root=/dev/hda3' says you're at least one migration short. |
I've been hit by this problem: https://forums.gentoo.org/viewtopic-t-937814-start-0.html I have libgraphite2.so.3.0.1 installed. How do I downgrade to libgraphite2.so.2.0.0? Thanks. | If you have libreoffice installed and not libreoffice-bin, run revdep-rebuild (from the gentoolkit package). If you use libreoffice-bin, downgrade to graphite2 to 1.1.3. Code: # emerge --ask --oneshot =graphite2-1.1.3 |
As I said in the title, libreoffice is failing. Here is the output of emerge --info '=app-office/libreoffice-3.6.3.2' and here is the build log is here . | Quote: Chances are that either you're mixing and didn't keyword enough or dep in the ebuild isn't high enough and you don't use '-D' during 'emerge -u @world'. No, and no Unfortunately. I am on unstable and I always run "emerge -avuvNDt world" It seems the file is too big to upload to pastbin, but it looks like this may be the relevant bit : So maybe a bug? |
I have KDE 4 and I do not have a full-blown GNOME installation. When I try to run same-gnome, I get the following message: Code: GConf Error: Configuration server couldn't be contacted: CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0 GConf Error: Configuration server couldn't be contacted: CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0 Segmentation fault I've tried several solutions I've found by Google but to no avail. Has anyone dealt with this problem before? | I had a similar problem after upgrading glibc. Switching from gvonf-2.32.4 to 3.2.5 solved it for me. |
kdelibs-4.9.3 failing with the following Code: Linking CXX executable ../../bin/nepomuk-rcgen cd /var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/nepomuk/rcgen && /usr/bin/cmake -E cmake_link_script CMakeFiles/nepomuk-rcgen.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-g++ -O2 -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed CMakeFiles/nepomuk-rcgen.dir/nepomuk-rcgen_automoc.o CMakeFiles/nepomuk-rcgen.dir/codegenerator.o CMakeFiles/nepomuk-rcgen.dir/fastcode.o CMakeFiles/nepomuk-rcgen.dir/property.o CMakeFiles/nepomuk-rcgen.dir/rcgen.o CMakeFiles/nepomuk-rcgen.dir/resourceclass.o CMakeFiles/nepomuk-rcgen.dir/safecode.o CMakeFiles/nepomuk-rcgen.dir/ontologyparser.o CMakeFiles/nepomuk-rcgen.dir/qrc_templates.o -o ../../bin/nepomuk-rcgen -rdynamic -L/usr/lib64/qt4 -L/var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/lib /usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtDBus.so -lsoprano ../../lib/libkdecore.so.5.9.3 ../../lib/libkdeui.so.5.9.3 ../../lib/libkdecore.so.5.9.3 /usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtDBus.so /usr/lib64/qt4/libQtGui.so /usr/lib64/qt4/libQtSvg.so -Wl,-rpath,/usr/lib64/qt4:/var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/lib: cd /var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/nepomuk/rcgen && /usr/bin/cmake -D_filename=/var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/bin/nepomuk-rcgen.shell -D_library_path_variable=LD_LIBRARY_PATH -D_ld_library_path="/var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/lib/./:/usr/lib64:/var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/lib/.:/usr/lib64/qt4" -D_executable=/var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/bin/nepomuk-rcgen -P /var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3/cmake/modules/kde4_exec_via_sh.cmake make[2]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build' /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build/CMakeFiles 75 [ 49%] Built target nepomuk-rcgen make[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-4.9.3/work/kdelibs-4.9.3_build' make: *** [all] Error 2 * ERROR: kde-base/kdelibs-4.9.3 failed (compile phase): * emake failed It looks like nepomuk problems, anyone else get this or have any suggestions? Think this could be the cause Code: [ 1%] Generating servicecontrolinterface.cpp, servicecontrolinterface.h cd /var/tmp/portage/kde-base/nepomuk-core-4.9.2-r1/work/nepomuk-core-4.9.2_build/server && /usr/bin/qdbusxml2cpp -m -p servicecontrolinterface /var/tmp/portage/kde-base/nepomuk-core-4.9.2-r1/work/nepomuk-core-4.9.2/interfaces/org.kde.nepomuk.ServiceControl.xml Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)" Could not load plugin at "/usr/lib64/soprano/libsoprano_raptorparser.so" . "Cannot load library /usr/lib64/soprano/libsoprano_raptorparser.so: (libgnutls.so.26: cannot open shared object file: No such file or directory)" Could not find parser plugin for encoding trig make[2]: *** [libnepomukcore/ndo.h] Error 1 make[2]: Leaving directory `/var/tmp/portage/kde-base/nepomuk-core-4.9.2-r1/work/nepomuk-core-4.9.2_build' make[1]: *** [libnepomukcore/CMakeFiles/nepomukcore.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/nepomuk-core-4.9.2-r1/work/nepomuk-core-4.9.2_build/CMakeFiles 12 [ 2%] Generating nepomukserversettings.h, nepomukserversettings.cpp | Code: $ equery b /usr/lib64/soprano/libsoprano_raptorparser.so * Searching for /usr/lib64/soprano/libsoprano_raptorparser.so ... dev-libs/soprano-2.8.0 (/usr/lib64/soprano/libsoprano_raptorparser.so) So, what versions of icu and gnutls do you have installed? |
Greetings, I recently upgraded my video card from an ATI card to an nVidia card. I am trying to set up the kernel. However, with the 3.3.8 gentoo-sources kernel there is no option for nVidia in the Direct Rendering section within menuconfig or within the .config file itself. Also, the module installs fine but when I launch xinit manually there are no screens available. Lastly, I didn't have to have a xorg.conf for my ATI card, but will I need one with the nVidia card? Thank you for your help in advance. v/r gjy0724 | xorg.conf overrides settings in /usr/share/... Proprietary nVidia driver has it's own DRI. You need also a minimal xorg.conf Code: Section "Device" Identifier "Device0" Driver "nvidia" EndSection |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.