prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
While scrolling through about:config for something else I came across this unpleasant surprise: Code: toolkit.telemetry.enabled | locked | boolean | true And sure enough, the UI checkbox to turn this stuff off is greyed out. What's going on? | That's silly, but I'll assume they're being honest. The rest of The Internet is pretty good at calling them out when they do underhanded things with privacy. |
Hi all! First off, apologies if this isn't the right forum to ask, or if I've misdiagnosed the problem I'm having. That said... A while back, I noticed that my computer changed its behavior when I try to mount a partition through Mate. In the past, when I've clicked on any of my partitions listed in the "Places" menu, it's asked for an administrative password and, once one is given, mounted the drive to /media/$DRIVENAME as expected. Somewhere along the line, though, I started getting error messages when I'd try the same: "Error, Unable to mount $DRIVENAME, Not authorized to perform operation". After some searching, I can get it to mount the partition without any sort of permission by modifying /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy in such a way: Code: <action id="org.freedesktop.udisks2.filesystem-mount"> <description>Mount a filesystem</description> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> -- <allow_active>auth_admin</allow_active> ++ <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks2.filesystem-mount-system"> <description>Mount a filesystem on a system device</description> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> -- <allow_active>auth_admin</allow_active> ++ <allow_active>yes</allow_active> </defaults> </action> Now, this is convenient enough, but not what I want. I'd rather it ask me for my credentials before doing it. I'm not too worried about security--this is my personal computer and I don't really have much of worth on it that could be stolen/destroyed by such poor security--but I know that there's got to be a way to get it to ask properly. Can anyone point me in the right direction? Just in case it's needed, I'm running an ~amd64 system with an otherwise fairly normal configuration. I'd get rid of polkit entirely if I could, but unfortunately, it seems like Mate needs it, so I've only enabled it on as few things as possible to get Mate installed. My make.conf is here and my package.use is here . Thanks in advance! | Right. I figured it out on my own: I needed to install mate-polkit. After installing it, changing the "yes" options back to "auth_admin", and rebooting my computer, I'm now properly asked for my password when I try to mount an internal drive. Problem solved! |
The menu items do exist in the system menu, however not working. When click to shutdown or restart system, it would just logoff and bring me a SDDM login screen. Environments: Plasma 5.13.3 SDDM 0.18.0 elogind 238.1 dbus 1.12.8 upower 0.99.7 cannot find any clue from the log.. It happened after a system update, and I've downgraded the listed packages but i still cannot find out which package should be responsible for this. Any help would be appreciated. Thx! Code: Jul 26 13:56:56 gentoo-desktop kernel: <38>[ 505.354362] [1515]: New session c2 of user sddm. Jul 26 13:57:00 gentoo-desktop pulseaudio[2020]: [pulseaudio] module.c: After module unload, module 'module-null-sink' was still loaded! Jul 26 13:57:02 gentoo-desktop kernel: <38>[ 511.015577] [1515]: New session 2 of user ray. Jul 26 13:57:02 gentoo-desktop sddm-helper: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket | djhyland wrote: This sounds like it could be an "improvement" of a Polkit policy that your update brought in. The same thing happened to me along the way with Mate, and I fixed it as follows: Check to see if you have a /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy file. If you do, open it and you'll see a bunch of entries like this: Code: <action id="org.freedesktop.consolekit.system.stop"> <description>Stop the system</description> <message>System policy prevents stopping the system</message> <defaults> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> The relevant ones for your problem will have descriptions like "Stop the system" and "Restart the system" and the like. Check the values between the <allow_active> tags; if they're not "yes", try changing them to "yes" and see if that doesn't let you shut down your system again. Of course, having a good understanding of Polkit and what the options mean is better than trying my advice blindly, but I don't think that making the change above is going to seriously endanger your system. I've switched to elogind since the compatible issues between SDDM and Consolekit, hence there is no file named org.freedesktop.consolekit.policy. Follow your suggestion, I found a file named org.freedesktop.login1.policy that should correspond to org.freedesktop.consolekit.policy on your box. It seems unnecessary to change the defaults. Code: <action id="org.freedesktop.login1.inhibit-block-shutdown"> <description>Allow applications to inhibit system shutdown</description> <message>Authentication is required for an application to inhibit system shutdown.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.inhibit-delay-shutdown org.freedesktop.login1.inhibit-block-sleep org.freedesktop.login1.inhibit-delay-sleep org.freedesktop.login1.inhibit-block-idle</annotate> </action> <action id="org.freedesktop.login1.inhibit-delay-shutdown"> <description>Allow applications to delay system shutdown</description> <message>Authentication is required for an application to delay system shutdown.</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.inhibit-delay-sleep</annotate> </action> |
Here emacs GUI warns @launch: Code: Warning: Cannot convert string "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1" to type FontStruct Any idea how to fix? Thks 4 ur attention. | Oops, my bad... 'xft' USE flag did the trick. Thks 4 ur attention, interest & support. |
Hello, I've been using Xfce4 for some time, with the Caja (from Mate desktop environment) file manager. Currently I'm playing with dwm, on the same computer. This means a very light window manager, and no desktop environment. Caja works properly, but it does not display any icon. Just the file names and a bland, generic, icon. I guess there are some processes and stuff like that were launched by the desktop environment, and are now "missing". Here is a small screenshot of what I get : https://orbital.ba-cst.org/index.php/s/2enxrrZxXtnngyz If I launch xfce4 again (after logging out of dwm), everything is okay, so it's not a missing files problem. Any hint as to what should be launched or configured to get back all icons in Caja ? Tia, | if i had to wager a guess, you might be using a gtk theme that works in xfce but not mate... does it work if you use "traditionalok"? |
Hello, I have a gentoo virtualbox guest (Windows 10 host). Mostly stable, but virtualbox-guest-additions-5.2.16. Xorg video driver is xf86-video-vboxvideo. The setup used to work fine, but rendering has always been done by modesetting_drv. Vboxvideo_drv could never load correctly, so xorg fell back to modesetting. I always had LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu -Wl,-z,now -Wl,-z,relro -Wl,-z,noexecstack" in make.conf. Today I read that these can cause problems with vboxvideo_drv. The ebuild seems to add "lazy", but this is not enough without "norelro", or is it? I configured xf86-video-vboxvideo and xorg-server with "lazy", "execstack" and "norelro". No change after remerging xf86-video-vboxvideo. The problems started after remerging xorg-server: No x session. From the Xorg.0.log (cannot paste, not at the machine right now): Code: Failed to load /usr/lib64/xorg/modules/drivers/vboxvideo_drv.so: Undefined symbol "vgaHWFreeHWRec" ... Failed to load /usr/lib64/xorg/modules/drivers/modesetting_drv.so: Undefined symbol "shadowRemove" The first one has probably alway been so, but modesetting used to work. So I thought "Get at least a working desktop again with vesa?" Nope: Code: Failed to load /usr/lib64/xorg/modules/drivers/vesa_drv.so: Undefined symbol "VBESetModeParameters" This is even after rolling back the LDFLAGS changes to what LDFLAGS were before, and remerging mesa, xf86-video-vesa, xf86-video-vboxvideo and xorg-server. And without LDFLAGS in make.conf at all, same remerges. How did I do this, and how to repair? Any ideas, before I start emerge -e? Thank you. | Apheus, I had something like this. Its because Xorg does not implement real dynamic linking and requires that its modules get loaded in the right order. See Xorg fail to start intel_drv.so: undefined symbol: v[SOLVED] The module list there may or may not work for you but its a starting point. |
I have been using i3 for quite a long time but also I've been using most of the xfce stuff. Lately I fully switched to xfce4. The problem I'm having is when I change the workspace it changes on all displays. This wasn't the case with i3 (on default configs at least. Does xfwm4 have this capability? Yes. I could tweak the configs and use i3 as my xfce4 window manager, which is an option I consider. But now I want just to see how well xfwm4 can fill my needs. It almost fills every part... Being unable to tile windows horizontaly (top, bottom) is one minor complaint. But this workspace behaviour is a major one. I've tried to cope with it, but I was slowly becomming crazy. Now I'm using only one display output. tl;dr; : I want to have seperate workspaces for each display output, so that when switching a workspace on one display doesn't cause workspace swithing to happen on other displays. | With xfwm isn't possible -> https://bugzilla.xfce.org/show_bug.cgi?id=13634 . https://forum.xfce.org/viewtopic.php?id=9319 https://forum.xfce.org/viewtopic.php?id=11719 |
I got this message from my last emerge world : Code: !!! The following installed packages are masked: - dev-qt/qtcore-4.8.7-r4::gentoo (masked by: package.mask) /usr/portage/profiles/package.mask: # Andreas Sturmlechner <asturm@gentoo.org> (26 Jun 2018) # Mask Qt4 for removal. Bug #631788 - dev-qt/qt3support-4.8.7::gentoo (masked by: package.mask) - dev-qt/qtgui-4.8.7::gentoo (masked by: package.mask) - dev-qt/qtsql-4.8.7-r1::gentoo (masked by: package.mask) - app-eselect/eselect-qtgraphicssystem-1.1.1::gentoo (masked by: package.mask) - dev-qt/qtscript-4.8.7::gentoo (masked by: package.mask) - dev-qt/qttranslations-4.8.7::gentoo (masked by: package.mask) I interpret this as meaning that I need to expunge the remaining traces of qt4 on my box and that the 7 packages listed are all that's left. Is this as simple as unemerging these 7 packages or is there a better, perhaps safer, alternative to migrate to qt5 (a link perhaps)? [SOLVED] I unmerged the 7 listed packages. Then emerge world didn't merge any Qt packages nor did the ensuing emerge --depclean unmerge any. So I think I'm officially migrated. [/SOLVED] | Why do you try to solve a block before there actually is a block? It is completely nonsensical to remove Qt5. Just clean Qt4 from your systems. |
I ran into this today and I am not really certain if it was a bad compile on my system or what, but I don't even know to what package this belongs and therefore what to rebuild or downgrade. I tried to mask the kde-plasma packages that were upgraded today, but I they all seem to be interconnected and I get a dependency on 5.13.2. These are the packages I tried to downgrade: kde-plasma/kwallet-pam kde-plasma/ksshaskpass kde-plasma/plasma-workspace kde-plasma/plasma-workspace-wallpapers kde-plasma/kde-gtk-config kde-plasma/plasma-desktop Here's what I got: Code: The following mask changes are necessary to proceed: (see "package.unmask" in the portage(5) man page for more details) # required by kde-plasma/plasma-desktop-5.12.6::gentoo # required by kde-plasma/plasma-desktop (argument) # /etc/portage/package.mask/temp: #=media-video/ffmpeg-3.2.1 #=media-video/mplayer-1.3.0 #=media-video/ffmpeg-3.2.2 =kde-plasma/plasma-workspace-5.13.2 Thanks in advance for any help! | It is a known bug of LO[kde] which is why it is stable-masked. |
I've gotten sway to start after I've logged in but I couldn't get it to start in the .bash_profile the error message Code: sway socket not detected <date> - [ipc-client.c:37] Unable to connect to This still shows up but it successfully starts sway if I manually typed it from the bash tty prompt my bash_profile code snippet Code: if [[ -z DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then XKB_DEFAULT_LAYOUT=US exec sway fi adding this code snippet did not work as there is no /run/user/*/sway-ipc.*.sock (folder user does not exist) Code: export SWAYSOCK=$(ls /run/user/*/sway-ipc.*.sock | head -n 1) swaymsg -t get_outputs shows the same output. Is there a openrc specific way of solving this. I've also am getting a hard time configuring the keymap for way too, I know that it only uses xkb and I don't want to bring in gnome to tweak it. I'm just trying to get the caps lock key mapped to escape. | something-something-horri wrote: Code: if [[ -z DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then I hope this is a transcription error. You test a literal string DISPLAY for whether it is empty. You probably meant to test the expansion of the variable $DISPLAY . something-something-horri wrote: Code: export SWAYSOCK=$(ls /run/user/*/sway-ipc.*.sock | head -n 1) Never use ls to provide input to programs. There is always a better way. In some cases, /run/user might not be readable, in which case the glob will fail. Try instead find /run/user/$UID/ -name 'sway-ipc.*.sock' -print -quit . |
Hi again. I have recently installed a brand new KDE/Plasma machine — I'm a long time Xfce user, Plasma is all new to me. I've come across a few settings that require root privileges to change. In the GTK world there is gksu. I can only find kdesu here. Thing is root has no password on my machine — and I don't intend to set one. Is there a way to have KDE/Polkit/pkexec/whatever ask for a password in a sudo fashion? Thanks in advance. | Can help this ? |
when i try startx with xorg.conf file and opengl set to nvidia X not working -> says no screen found when i try startx without xorg.conf file and opengl set to nvidia -> black screen saying plasma is unable to start as it could not correctly use Opengl2... when i try startx with xorg.conf file and opengl set to xorg-x11 X not working when i try startx without xorg.conf file and opengl set to xorg-x11 X -> working but in this situation i haven't a working graphic card Quote: ERROR: NVIDIA driver is not loaded ERROR: Unable to load info from any available system Any suggestions? thank you | try to blacklist nouveau Driver in : Code: /etc/modprobe.d/blacklist.conf Quote: blacklist nouveau good luck |
Once in a while I try again KDE Plasma 5, to see if this time it has become acceptable (last time I tried it would not keep a screen configuration between sessions!!). It's been out for 4 years today!! Problem du jour: Some fonts are displayed in a way that could not be read, like mere blocks instead of characters, especially in the taskbar. Hard to say when the problem started, as I did not touch plasma5 in a long time. That was a few weeks ago (system up to date as of about June 6). After updating a bunch of kde stuff it's still there. Actually, it got worst: I can't see anymore what's written on the left pane of System Settings (screenshot taken before this). This screenshot: https://imagebin.ca/v/48pcGhdovCq5 Setting different size/font in System Settings does not make a difference. Hopefully others ran into this… Suggestions? Got everything up to date as of yesterday (Jul 14). This is stable x86. kde-plasma/plasma-desktop 5.12.5-r1 x11-drivers/xf86-video-intel 2.99.917_p20180214-r1 Graphic card: same as day 1 on this laptop, unexciting Intel integrated something something. | Typically, when font shots up as strange characters or blocks, it is often one of 3 things. First, the language doesn't have the requested character code (i.e. UFT-8 wasn't set). Second, the system is trying to use a language that it isn't setup for (i.e. the system wants to use French, when only English is set). Third, the requested font isn't available to use. Now, from what you mentioned, the 3rd option is unlikely since you changed fonts and didn't help. Anymore, UTF-8 is becoming more common, and a standard thing to have set. The first thing to check, is make sure you have UTF-8 is enabled for each language you have set (don't forget to run locale-gen after you make a change in locale.gen, to generate the character sets). It is safe, if you run locale-gen anyways to ensure all of the locale been generated. Also give the output from running locale , to show what the default locale to use. I saw it mentioned that kde does/did store a config with the locale to use in it's configs, but I am not certain if/where it is right off hand. (Configs saved by gnome and kde has been known to cause issues when you update the system.) |
The upgrade of vim/gvim/vim-core from 8.0.0386 to 8.0.1298, for something that appeared to be a minor upgrade, has been a source of endless headaches for me. First I ran into the complete breakage of syntax highlighting (mostly in large files), which I was able to work around as discussed here: https://forums.gentoo.org/viewtopic-t-1083672-highlight-.html However I just hunted down the old ebuilds and reverted to 8.0.0386 because of an ugly change to the behavior of paren matching. That is, the highlighting of the match for the current parenthesis (or brace etc). I'm seeing this in php and perl files though it may not be limited to those: With the older version that matching highlight would work in things such as SQL or regular expressions embedded in the code. What I'm seeing in the newer version is that the match highlighting seems to be limited to the specific language itself only...as though it's somehow tied specifically to that languages syntax. I discovered that today when I started working with some complex embedded SQL...wow, not acceptable for sure. Has anyone else noticed this? Hard to believe I'm the only one. Tom | As I understand the Vim versioning convention, that is not as minor an upgrade as you might think. Vim-8.0.0386 is Vim-8.0 with 386 additional patches. Vim-8.0.1298 is Vim-8.0 with 1298 patches. Some of those patches are irrelevant to you (only applicable to non-Linux, or to the self tests, or to features that you might compile out), but that is still a substantial number of patches. If you have the newer Vim installed, you can use :help patch to open the documentation file that summarizes each of the patches. A small sample of the brief summaries: Code: Patch 8.0.0386 Problem: Tiny build has a problem with generating the options test. Solution: Change the "if" to skip over statements. Files: src/gen_opt_test.vim Patch 8.0.0387 Problem: compiler warnings Solution: Add type casts. (Christian Brabandt) Files: src/channel.c, src/memline.c, If you do not have it installed, you can probably find version8.txt somewhere in the source tree and read it that way. |
Hi, I have chromium installed and when I try to install "chromedriver-bin" I get a block Code: [blocks B ] www-client/chromium ("www-client/chromium" is blocking www-apps/chromedriver-bin-2.40) I checked chromium's USE flags to see if chromedriver can be compiled along with chromium (since chromedriver is supposed to be open-source), but no luck there...any workaround (other than replacing chromium with chrome ) for this? Cheers. | This because chromium already contains chromedriver |
Hello, Since a few months, all my KDE applications (k3b, kmymoney, etc.) have huge problems with non-ascii characters in filenames, and cannot open those files or directories. I'm pretty sure this is not a KDE bug but some mistake I did in my compilation environment. But I cannot find what or where. Any help or hint would be appreciated. My current global USE flags are Code: USE="acl acpi -ada alsa -aqua -bindist -bluetooth cleartype consolekit corefonts dbus -fortran -gnome \ -gstreamer -handbook -ipv6 -kde -kdepim -kdepimlibs -kontact -kwallet -ldap minimal -orc -phonon pulseaudio \ -qt3support -qt4 qt5 -ruby -semantic-desktop -session smp -spell truetype udev -webdav xinerama" TIA, -- Sarg | In my plasma system no problem with foreign characters in filename. What locale is set in your system? |
Hallo friends. As I said before, with your great help, I managed to emerge kde-plasma/plasma-meta-5.13.3 onto my pc box. In short, I have - a Gigabyte Z147X a/c maiboard - an Intel core i7 7700t processor with 2.9 GHertz - 8 GByte DDR4 Ram with 2133 MHz - a 240 GByte Intel SSD with210 GBytes free From a root terminal tty1 , I tested to start plasma with the command: Code: systemctl start sddm which led into a work Plasma Desktop. That's great, that's what I wanted. Now I want to boot directly into login screen of sddm So, after emerging plasma-meat-5-13-3 itself, I enabled SDDM with Code: systemctl enable sddm and then rebooted the pc box. But instead booting and opening the sddm login screen, I only see these messages on the boot screen: Code: early console in extract_kernel input_data: 0x000000000000002bef3b1 input_len: 0x00000000000000053b3b output: 0x000000001000000 output_len: 0x0000000000001f139a0 kernel_total_size: 0x000000000001bd6000 trampoline_32bit: 0x000000000009a000 Decompressing Linux... Parsing ELF... done. Booting the kernel. [ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata: please updat e microcode to version: 0x52 (or later) [ 0.399528] hdaudio hdaudioC0D0: Unable to bind the codec [ 0.399679] hdaudio hdaudioC0D2: Unable to bind the codec [ 0.838436] systemd-gpt-auto-generator[1467]: Failed to determine block device of root file system: No such file or directory [ 0.851116] systemd[1457]: /lib/64/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1 Nothing changes, no login screen appears, no tty1 login prompt appears. But then I tried to change the terminal and changed with <ctrl> <alt> <F2> and I got to terminal 2. When I entered root <Enter> and then begin to enter my root password, then suddenly, the login screen of sddm appears. Without changing the terminal, or such pressing a key in tty1 nothing make the system displaying the login screen. So: When I boot into a terminal with disabled sddm then I can start sddm-login manually with the command Code: systemctl start sddm but when sddm.service is enabled, the login sddm screen is not appearing. Any idea? Thank you in advance. -Linuxfluesterer | Hallo friends. I will report that this topic is solved. The long boot time until random: crng init done which were many seconds, I could prevent only, when I disabled systemd services like networkmanager . Only then, my pc box booted fast. So, I let this service disabled until I found a solution here: https://forum.manjaro.org/t/boot-delay-random-crng-init-done/47182 This meant, I emerged sys-apps/haveged . Then I started Code: systemctl enable haveged and simply booted again. That was the solution. Thank you for joining! -Linuxfluesterer |
On a new Gentoo system (Intel Core i9) I am having occasional lag/unresponsiveness in my desktop (OpenBox) when moving windows. Also sometimes music that I am playing stutters. This only seems to happen when the system is almost idle. (When all the cores are busy, say emerging a package, I can move windows around without issue and no music stuttering.) EDIT: I want to emphasize that this issue ONLY occurs when the system has no or low load. I thought there may be a kernel issue (I copied a kernel configuration from an old Intel Core i7 without this issue). I made the following changes, rebooted and have the same issue: CONFIG_PREEMPT_NONE=y -> CONFIG_PREEMPT_VOLUNTARY=y CONFIG_HZ_300=y -> CONFIG_HZ_1000=y I am using the ONDEMAND freq. governor. Any suggestions on vanquishing this lag? | You should use pstates driver with this CPU. |
today I realized, that marking a word here locally with the mouse (either within a KDE kojsole or within Firefox) and trying to insert that piece of text into a KDE konsole window, where I ssh'ed before into a remote stable Debian ("stretch") and run vi won't work at all. When I quit vi, then I'm able to put that text into the konsole window. How can I make the middle mouse working for that Debian system too? | khayyam wrote: toralf ... I'm assuming that 'vi' is 'vim' ... debian doesn't enable +xterm_clipboard: Code: # ssh user@host "cat /etc/debian_version ; vim --version | grep xterm_clipboard" 9.4 +eval +mouse_dec +statusline -xterm_clipboard However in my case middle button works (urxvt), you might try ':set paste'. best ... khay yep, vim, I do have 9.5 - and ":set paste" seems not to work, grr.. |
hey, After updating to kernel version 4.14.52 my xfce4 starts with a black screen(no output). https://paste.pound-python.org/show/bR4nl8ix7W5rAFWvFElD/ | Have you checked the guide ? |
I just did a fresh install on a laptop and I see that the Applications menu doesn't work, except for logout/restart/shutdown. By doesn't work, I mean click on application, nothing happens. This is when I log in right after booting up. If I simply log out and then log back in, the menu works normally. What bugged out? | The issue is gone for me but I can't remember what fixed it. I probably did a complete reinstall and I don't have this problem any more. Both the installation where the menu issue occurred and the current installation are from stage 4's I compiled, so probably something went wrong in an earlier stage 4. |
On my ~amd64 system: Code: emerge -pvDu --with-bdeps=y --newuse @world I get a list of gst-plugins to update, starting with gst-plugins-base-1.14.1. This immediately fails with: Code: checking for libdrm/drm_fourcc.h... yes checking for glTexDirectVIV in -lGLESv2... no checking whether it is possible to include both GL and GLES2 headers... no configure: error: Cannot seem to include both GL and GLES2 headers. Try disabling one API !!! Please attach the following file when seeking support: !!! /var/tmp/portage/media-libs/gst-plugins-base-1.14.1/work/gst-plugins-base-1.14.1-abi_x86_32.x86/config.log * ERROR: media-libs/gst-plugins-base-1.14.1::gentoo failed (configure phase): * econf failed Obvious solution seems to be adding either -opengl or -gles2 to package.use but this sets off a series of further necessary USE flag changes which become recursive, prompting me to add and then remove the same flags for the same packages. Is this a problem with gst-plugins-base which should be able to build including both GL and GLES2 headers, or is it a problem with use flags of the gst-plugins packages I wonder? Note: gst-plugins-base-1.12.4 is regularly installed. Second note: is getting rid of gst-plugins altogether an option? | You can't remove gles2 globally having regard to the fact that is opengl for embedded system? Otherwise post emerge output when you remove gles2 use flag? |
After a recent qt5 update I can't run qdbus any more: Code: cassiopeia% qdbus qdbus: could not find a Qt installation of '' What I found out so far: /usr/bin/qdbus is provided by qtchooser but the real qdbus binary seems to come from either /usr/lib64/qt[45]/bin/qdbus. I recently uninstalled all traces of qt4 and there is no /usr/lib64/qt5/bin/qdbus. Am I missing something obvious here? I consider installing dev-qt/qtdbus-4.x as a workaround for the moment only. Once the qtdbus 4.x package is removed from the tree where will qtdbus come from? | dr.nil wrote: I recently uninstalled all traces of qt4 and there is no /usr/lib64/qt5/bin/qdbus. Code: $ equery b /usr/lib64/qt5/bin/qdbus * Searching for /usr/lib64/qt5/bin/qdbus ... dev-qt/qdbus-5.9.6 (/usr/lib64/qt5/bin/qdbus) qdbus:5 is installed in your system? |
Hey everyone, So I am going to install xorg to set up my desktop environment and had a few questions about configuring the kernel for KMS. I want to make sure I understand the xorg installation guide on the gentoo wiki before I make any changes that bricks my computer. From my understanding of guide, I need to disable all drivers in the frame buffer devices submenu in menuconfig (apart from the EFI framebuffer). Does this include things like VGA 16-bit colour support, cirrus logic support, and VESA VGA graphics? After rebuilding the kernel and installing Xorg, is there a way to check if KMS is working? Sorry for such novice questions, just wanted to make sure I don't mess things up spectacularly. Merged two posts into one to return this topic to the unanswered topics search. -- NeddySeagoon Posted: Thu Jun 28, 2018 6:50 am Post subject: So I tried implementing the kernel mode setting by myself following the instructions as best I could (with an Intel graphics card). After rebuilding and rebooting my system now hangs at loading initial ramdisk. I followed the instructions for installing xorg, configuring my kernel for Intel and reconfiguring the kernel to a T. Any ideas what happened or how I can fix this? EDIT: Managed to bring back the old kernel config, though I still notice I slight hang when ramdisk is loading. Is this normal? | You're overthinking it. Start by putting the correct VIDEO_CARDS in your make.conf, along with a global X use flag, and emerging the window manager or desktop environment of your choice. The dependencies will get pulled in automatically. If you don't want to set the appropriate image use flags (gif, jpeg, png, etc.) then select a desktop profile. As far as kernel goes, worry about hardware support. Or, if you're not particularly into manual fiddling, use genkernel. You cannot brick your computer by installing Xorg, even if you screw it up. |
Hi guys, I've recently done profile upgrade to 17.0 and done tree rebuild which along other packages also updated: media-libs/freetype-2.6.3-r1 to media-libs/freetype-2.9.1-r3 media-fonts/dejavu-2.35 to media-fonts/dejavu-2.37 This has made my DejaVu Mono look weird on terminal and elsewhere. Screenshots: Before After (please download the pics if your browser shows them scaled) In screenshots you can see the fonts have become more blurry, particularly bad hinting on '+', 'n' and 'm' characters. They also seem to become taller (less lines fit in the terminal window). I wouldn't care much about them being taller though if they still looked fine. Even though none of the configuration options had been changed, I still double-checked the usual suspects: checked all hinting options (off/slight/medium/full); checked autohinter (on/off); tried flipping FREETYPE_PROPERTIES=truetype:interpreter-version= N (unset/35/38/40); tried flipping other FREETYPE_PROPERTIES too; downgraded media-fonts/dejavu back to 2.35; tried multiple permutations of the above. My current fontconfig: Code: $ eselect fontconfig list Available fontconfig .conf files (* is enabled): [1] 09-texlive.conf [2] 10-autohint.conf [3] 10-hinting-full.conf [4] 10-hinting-medium.conf [5] 10-hinting-none.conf [6] 10-hinting-slight.conf * [7] 10-no-sub-pixel.conf [8] 10-scale-bitmap-fonts.conf * [9] 10-sub-pixel-bgr.conf [10] 10-sub-pixel-rgb.conf [11] 10-sub-pixel-vbgr.conf [12] 10-sub-pixel-vrgb.conf [13] 10-unhinted.conf [14] 11-lcdfilter-default.conf [15] 11-lcdfilter-legacy.conf [16] 11-lcdfilter-light.conf [17] 20-unhint-small-dejavu-sans-mono.conf * [18] 20-unhint-small-dejavu-sans.conf [19] 20-unhint-small-dejavu-serif.conf [20] 20-unhint-small-vera.conf * [21] 25-ttf-arphic-ukai-render.conf [22] 25-ttf-arphic-uming-bitmaps.conf [23] 25-ttf-arphic-uming-render.conf [24] 25-unhint-nonlatin.conf [25] 30-metric-aliases.conf * [26] 35-ttf-arphic-ukai-aliases.conf [27] 35-ttf-arphic-uming-aliases.conf [28] 40-nonlatin.conf * [29] 41-ttf-arphic-ukai.conf [30] 41-ttf-arphic-uming.conf [31] 45-generic.conf * [32] 45-latin.conf * [33] 49-sansserif.conf * [34] 50-user.conf * [35] 51-local.conf * [36] 57-dejavu-sans-mono.conf * [37] 57-dejavu-sans.conf [38] 57-dejavu-serif.conf [39] 60-generic.conf * [40] 60-latin.conf * [41] 60-liberation.conf [42] 64-ttf-arphic-uming.conf [43] 65-fonts-persian.conf * [44] 65-khmer.conf [45] 65-nonlatin.conf * [46] 66-ja-ipafonts.conf [47] 69-unifont.conf * [48] 70-no-bitmaps.conf [49] 70-yes-bitmaps.conf [50] 75-ttf-arphic-ukai-select.conf [51] 75-yes-terminus.conf [52] 80-delicious.conf * [53] 90-synthetic.conf * [54] 90-ttf-arphic-ukai-embolden.conf [55] 90-ttf-arphic-uming-embolden.conf I've ran out of options, I want my old, crisp font look back. Preferably without pinning freetype to an old version though. | JohnLM ... try setting 10-sub-pixel-rgb.conf (or 'Xft.rgba: rgb' in ~/.Xresources). best ... khay |
Hi! My Mad Catz mouse has stopped working yesterday on my gentoo desktop (I've checked with another machine - it works fine there). Another usb mouse works perfectly fine. Here output from dmesg (disconnect/connect) both mouses: Code: [34253.812730] usb 1-2: USB disconnect, device number 17 [34271.946349] usb 1-2: new full-speed USB device number 18 using xhci_hcd [34272.076363] usb 1-2: New USB device found, idVendor=0738, idProduct=1714, bcdDevice= 1.00 [34272.076364] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [34272.076365] usb 1-2: Product: Mad Catz M.M.O.TE [34272.076365] usb 1-2: Manufacturer: Mad Catz [34272.076366] usb 1-2: SerialNumber: Example# [34272.080184] input: Mad Catz Mad Catz M.M.O.TE as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0738:1714.001E/input/input37 [34272.080431] hid-generic 0003:0738:1714.001E: input,hidraw3: USB HID v1.11 Mouse [Mad Catz Mad Catz M.M.O.TE] on usb-0000:00:14.0-2/input0 [34272.083225] hid-generic 0003:0738:1714.001F: hiddev96,hidraw4: USB HID v1.11 Device [Mad Catz Mad Catz M.M.O.TE] on usb-0000:00:14.0-2/input1 [34295.562939] usb 1-3: USB disconnect, device number 15 [34297.049354] usb 1-3: new low-speed USB device number 19 using xhci_hcd [34297.178673] usb 1-3: New USB device found, idVendor=0000, idProduct=0538, bcdDevice= 1.00 [34297.178676] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [34297.178677] usb 1-3: Product: USB OPTICAL MOUSE [34297.182534] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0000:0538.0020/input/input38 [34297.182779] hid-generic 0003:0000:0538.0020: input,hidraw5: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:14.0-3/input0 And here xinput: Code: ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Razer Razer BlackWidow Tournament Edition id=10 [slave pointer (2)] ⎜ ↳ Razer Razer BlackWidow Tournament Edition id=11 [slave pointer (2)] ⎜ ↳ USB OPTICAL MOUSE id=12 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Power Button id=7 [slave keyboard (3)] ↳ Sleep Button id=8 [slave keyboard (3)] ↳ Razer Razer BlackWidow Tournament Edition id=9 [slave keyboard (3)] ↳ Razer Razer BlackWidow Tournament Edition id=13 [slave keyboard (3)] Any clues ? //edit Xorg.0.log Code: [ 1962.802] (II) event7 - USB OPTICAL MOUSE: device is a pointer [ 1973.648] (II) config/udev: Adding input device Mad Catz Mad Catz M.M.O.TE (/dev/input/mouse1) [ 1973.648] (II) No input driver specified, ignoring this device. [ 1973.648] (II) This device may have been added with another device file. [ 1973.716] (II) config/udev: Adding input device Mad Catz Mad Catz M.M.O.TE (/dev/input/event6) [ 1973.716] (II) No input driver specified, ignoring this device. [ 1973.716] (II) This device may have been added with another device file. //edit cat /dev/input/mouse1 gives me some output when I move the mouse. //edit Another strange finding. When I've assigned libinput to the mouse in /etc/X11/xorg.conf.d/ then libinput detect it as a ... joystick | I've decided to add a second post, as the previous one becomes unreadable after several edits. So, the problem is, that my mouse is detected as a joystick Code: udevadm info /dev/input/event6 P: /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0738:1714.0004/input/input6/event6 N: input/event6 S: input/by-id/usb-Mad_Catz_Mad_Catz_M.M.O.TE_Example#-event-joystick S: input/by-path/pci-0000:00:14.0-usb-0:2:1.0-event-joystick E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:2:1.0-event-joystick /dev/input/by-id/usb-Mad_Catz_Mad_Catz_M.M.O.TE_Example#-event-joystick E: DEVNAME=/dev/input/event6 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0738:1714.0004/input/input6/event6 E: ID_BUS=usb E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_2_1_0 E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Mad_Catz_M.M.O.TE E: ID_MODEL_ENC=Mad\x20Catz\x20M.M.O.TE E: ID_MODEL_ID=1714 E: ID_PATH=pci-0000:00:14.0-usb-0:2:1.0 E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_2_1_0 E: ID_REVISION=0100 E: ID_SERIAL=Mad_Catz_Mad_Catz_M.M.O.TE_Example# E: ID_SERIAL_SHORT=Example# E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030102:030000: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Mad_Catz E: ID_VENDOR_ENC=Mad\x20Catz E: ID_VENDOR_ID=0738 E: LIBINPUT_DEVICE_GROUP=3/738/1714:usb-0000:00:14.0-2 E: MAJOR=13 E: MINOR=70 E: SUBSYSTEM=input E: TAGS=:udev-acl:seat: E: USEC_INITIALIZED=14810328 |
It is two years that I haven't had this annoying issue. Back then I had to add a line to .xinitrc to get X to load my keymap. The devil is back forcing me to Code: setxkbmap de -model pc105 on the console. Xorg.log tries to load it Code: [ 48.645] (II) XINPUT: Adding extended input device "Razer Razer Ornata Chroma" (type: KEYBOARD, id 11) [ 48.645] (**) Option "xkb_rules" "evdev" [ 48.645] (**) Option "xkb_model" "razer ornata chroma" [ 48.645] (**) Option "xkb_layout" "de_DE" [ 48.645] (**) Option "xkb_variant" "qwertz" [ 48.645] (**) Option "xkb_options" "nodeadkeys" [ 48.646] (II) config/udev: Adding input device Razer Razer Ornata Chroma (/dev/input/event6) [ 48.646] (**) Razer Razer Ornata Chroma: Applying InputClass "evdev keyboard catchall" [ 48.646] (**) Razer Razer Ornata Chroma: Applying InputClass "libinput keyboard catchall" [ 48.646] (**) Razer Razer Ornata Chroma: Applying InputClass "evdev keyboard catchall" [ 48.646] (**) Razer Razer Ornata Chroma: Applying InputClass "system-keyboard" [ 48.646] (**) Razer Razer Ornata Chroma: Applying InputClass "libinput keyboard catchall" [ 48.646] (**) Razer Razer Ornata Chroma: Applying InputClass "evdev keyboard catchall" [ 48.646] (II) Using input driver 'evdev' for 'Razer Razer Ornata Chroma' but ends up with Code: [ 69.253] (EE) Error loading keymap /tmp/server-0.xkm Editing xorg.conf and other files in /etc/X11/xorg.conf.de/ had no effect. I could as well delete any entry there or in any other file: X does not load the proper keymap. Does anyone on this forum know this behavior and/or would be able to point me into the right direction, please? | transsib, Reading Code: /usr/share/X11/xkb/rules/base.lst the layout de_DE does not exist. Its just de. Is de_DE a special layout you installed and portage has removed as part of an update. |
hey, after updating my system "shutdown reboot" is greyed out again. my .xinitrc contains Code: ck-launch-session dbus-launch --sh-syntax --exit-with-session xfce4-session i start xfce4 with .bash_profile (no windowsmanager) Code: # This file is sourced by bash for login shells. The following line # runs your .bashrc and is recommended by the bash info pages. if [[ -f ~/.bashrc ]] ; then . ~/.bashrc fi startx ck-list-sessions Code: Session1: unix-user = '1001' realname = '(null)' seat = 'Seat1' session-type = 'unspecified' session-class = 'user' session-state = 'online' active = FALSE x11-display = '' x11-display-device = '' display-device = '/dev/tty1' remote-host-name = '' is-local = TRUE on-since = '2018-06-29T04:23:04.283760Z' login-session-id = '2' XDG_RUNTIME_DIR = '/var/run/user/1001' VTNr = '1' Session2: unix-user = '1001' realname = '(null)' seat = 'Seat1' session-type = 'unspecified' session-class = 'user' session-state = 'active' active = TRUE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '/dev/tty1' remote-host-name = '' is-local = TRUE on-since = '2018-06-29T04:23:10.504865Z' login-session-id = '2' XDG_RUNTIME_DIR = '/var/run/user/1001' VTNr = '7' Session3: unix-user = '0' realname = 'root' seat = 'Seat2' session-type = 'unspecified' session-class = 'user' session-state = 'online' active = FALSE x11-display = '' x11-display-device = '' display-device = '/dev/ssh' remote-host-name = '192.168.2.5' is-local = TRUE on-since = '2018-06-29T04:23:39.599003Z' login-session-id = '3' XDG_RUNTIME_DIR = '/var/run/user/0' Code: sys-auth/consolekit-1.2.0::gentoo USE="acl cgroups evdev pam pm-utils policykit udev -debug -doc (-selinux) {-test}" 0 KiB in inittab Code: c1:12345:respawn:/sbin/agetty -a user --noclear 38400 tty1 linux | I'm not sure all of that is necessary. What happens if your .xinitrc says only Code: exec startxfce4 ? |
After my latest emerge -DNuv @world, minecraft stopped working. I haven't been able to find any changes to Xorg or intel. I've tried updating to the latest intel driver and libraries. I'm using the integrated intel chipset which is sandy bridge I think: intel® HD Graphics 4600 The error message implies that openGL is not working, but glxinfo and glxgears say that opengl is working. The error message is all over the internet, especially for intel chipsets on windows 10: Code: ---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 6/18/18 1:01 AM Description: Initializing game java.lang.ExceptionInInitializerError at bib.av(SourceFile:661) at bib.aq(SourceFile:456) at bib.a(SourceFile:404) at net.minecraft.client.main.Main.main(SourceFile:123) Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at org.lwjgl.opengl.XRandR.findPrimary(XRandR.java:326) at org.lwjgl.opengl.XRandR.ScreentoDisplayMode(XRandR.java:315) at org.lwjgl.opengl.LinuxDisplay$3.run(LinuxDisplay.java:746) at org.lwjgl.opengl.LinuxDisplay$3.run(LinuxDisplay.java:743) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:743) at org.lwjgl.opengl.Display.<clinit>(Display.java:138) ... 4 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at bib.av(SourceFile:661) at bib.aq(SourceFile:456) -- Initialization -- Details: Stacktrace: at bib.a(SourceFile:404) at net.minecraft.client.main.Main.main(SourceFile:123) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 4.17.1-gentoo Java Version: 1.8.0_172, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 97217160 bytes (92 MB) / 240386048 bytes (229 MB) up to 1060372480 bytes (1011 MB) JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 Launched Version: 1.12.2 LWJGL: 2.9.4 OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. GL Caps: Using VBOs: Yes Is Modded: Probably not. Jar signature remains and client brand is untouched. Type: Client (map_client.txt) Resource Packs: Current Language: ~~ERROR~~ NullPointerException: null Profiler Position: N/A (disabled) CPU: <unknown> I'm really at a loss and I miss playing... It's one way I destress after a long day. Halp? Update: I had a mythconverg database corruption due to a full SSD a few days ago. I had to restore the settings from an old backup from last year. I guess back then I was using opengl for my paint engine because the fix turns out to be killing mythwelcome and myth frontend or running them on QT. Apparently they were hogging opengl and preventing minecraft from getting to it. It makes no sense... I swear I was running opengl2 all this time, but that's what worked anyway. | Did you set any Java arguments? Could be cause because of invalid memory allocation. You stated that you have a Sandy Bridge Processor? Then it could be your Java version. Try using a Oracle Java Runtime Environment version below 8.0 Update 60, might be a security risk, but will likely resolve your issue. Because the Oracle Java Runtime Environment client was update and older Intel Graphics Processors miss a certain pixmap support (I've seen this issue in other applications). |
Hello World, what I did: gcc-5 -> gcc-6 openrc -> systemd gnome-3.26::dantrell ->gnome-3.22 mate 1.18 -> 1.12 profile 13 -> 17 then Code: emaint sync --auto eix-sync eix-update layman -S emerge --verbose --ask --update --newuse --deep --with-bdeps=y --complete-graph=y @world perl-cleaner --reallyall -- -av emerge -av --depclean revdep-rebuild -v -- --ask eclean-dist -d dispatch-conf glsa-check -t all glsa-check -f all glsa-check -vp affected eix-test-obsolete emaint --check all eix-update I'm using lightdm with gnome (for emergency mate and xfce) and a few kde apps (k3b, kino). Now in gnome the line editing keys are missing. This is annoying in terminal and editor! I believe I'm in the seventies with a console terminal at an ibm mainframe. My /etc/X11/xorg.conf https://gist.github.com/anonymous/f5cb7b937f387b1b7151b2f81ebe13fe No or wrong function: arrow keys, delete, alt gr, home, end, pipe backslash, tilde. If one has the same problem: arrow left = Ctrl+B arrow right = Ctrl+F arrow up = Ctrl+P arrow down = Ctrl+N Home = Ctrl+A End = Ctrl+E Page up = Ctrl+Y Page down = Ctrl+V Backspace = Ctrl+D Tab = Ctrl+I Anyone has an idea? Many thanks | Having \| and `~ not work is indeed annoying... Is it only within a gnome-terminal? If so I'd make sure your gnome-terminal profiles (if that's what you're using) are up to date, perhaps clearing them if needed. Questions for debug: - Do the keys still work at all - do they print out funny escape sequences or not? - Which programs work and which do not? - Do you have any manual key remap files? Looks like you have .de keyboard commented out? |
Hello everyone, i've run into some trouble while trying to install kde in gentoo emerge always gets stuck at: kde-frameworks/kwindowsystem here's the output of the emerge: Code: # emerge --ask --quiet kde-frameworks/plasma * IMPORTANT: 11 config files in '/etc/portage' need updating. [ebuild N ] kde-frameworks/kwindowsystem-5.46.0 [ebuild N ] kde-frameworks/kwidgetsaddons-5.46.0 [ebuild N ] kde-frameworks/kdbusaddons-5.46.0 [ebuild N ] kde-frameworks/karchive-5.46.0 [ebuild N ] kde-frameworks/kcodecs-5.46.0 [ebuild N ] kde-frameworks/kitemviews-5.46.0 [ebuild N ] kde-frameworks/kguiaddons-5.46.0 [ebuild N ] dev-libs/volume_key-0.3.9 [ebuild N ] kde-frameworks/sonnet-5.46.0 [ebuild N ] kde-frameworks/kdoctools-5.46.0 [ebuild N ] kde-frameworks/kcrash-5.46.0 [ebuild N ] kde-frameworks/kpackage-5.46.0 [ebuild N ] kde-frameworks/kcompletion-5.46.0 [ebuild N ] kde-frameworks/kjobwidgets-5.46.0 [ebuild N ] sys-libs/libblockdev-2.14-r1 [ebuild N ] dev-util/gtk-doc-1.25-r1 [ebuild N ] dev-qt/qtquickcontrols2-5.9.4 [ebuild N ] media-video/vlc-3.0.2-r1 [ebuild N ] kde-frameworks/kservice-5.46.0 [ebuild N ] kde-frameworks/kglobalaccel-5.46.0 [ebuild N ] kde-frameworks/kirigami-5.46.0-r1 [ebuild N ] sys-auth/polkit-0.113-r4 [ebuild N ] sys-auth/consolekit-1.2.0 [ebuild N ] sys-auth/polkit-qt-0.112.0_p20160416-r2 [ebuild N ] sys-fs/udisks-2.7.4-r1 [ebuild N ] kde-frameworks/solid-5.46.0-r1 [ebuild N ] kde-frameworks/kauth-5.46.0 [ebuild N ] kde-frameworks/kconfigwidgets-5.46.0 [ebuild N ] kde-frameworks/kiconthemes-5.46.0 [ebuild N ] kde-plasma/polkit-kde-agent-5.12.5 [ebuild N ] kde-frameworks/ktextwidgets-5.46.0 [ebuild N ] kde-frameworks/kxmlgui-5.46.0 [ebuild N ] kde-frameworks/kbookmarks-5.46.0 [ebuild N ] media-libs/phonon-4.10.1 [ebuild N ] media-libs/phonon-vlc-0.10.1 [ebuild N ] kde-frameworks/knotifications-5.46.0 [ebuild N ] kde-frameworks/kwallet-5.46.0 [ebuild N ] kde-frameworks/kio-5.46.0 [ebuild N ] kde-frameworks/kinit-5.46.0 [ebuild N ] kde-frameworks/kded-5.46.0 [ebuild N ] kde-frameworks/kdeclarative-5.46.0 [ebuild N ] kde-plasma/kactivitymanagerd-5.12.5 [ebuild N ] kde-frameworks/kactivities-5.46.0 [ebuild N ] kde-frameworks/plasma-5.46.0 * IMPORTANT: 19 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS * sections of the emerge man page to learn how to update config files. Would you like to merge these packages? [Yes/No] >>> Verifying ebuild manifests >>> Running pre-merge checks for media-video/vlc-3.0.2-r1 >>> Emerging (1 of 44) kde-frameworks/kwindowsystem-5.46.0::gentoo >>> Failed to emerge kde-frameworks/kwindowsystem-5.46.0, Log file: >>> '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/temp/build.log' * Package: kde-frameworks/kwindowsystem-5.46.0 * Repository: gentoo * Maintainer: kde@gentoo.org * USE: X abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Working in BUILD_DIR: "/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0_build" cmake -C /var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DBUILD_QCH=no -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_DISABLE_FIND_PACKAGE_X11=OFF -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0_build/gentoo_toolchain.cmake /var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0 loading initial cache file /var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0_build/gentoo_common_config.cmake -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/libX11.so -- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2") -- Found XCB_XCB: /usr/lib/libxcb.so (found version "1.13") -- Found XCB_KEYSYMS: /usr/lib/libxcb-keysyms.so (found version "0.4.0") -- Found XCB: /usr/lib/libxcb.so;/usr/lib/libxcb-keysyms.so (found version "1.13") found components: XCB KEYSYMS CMake Error at src/CMakeLists.txt:37 (message): The XRender library could not be found. Please install the development package for it. -- Configuring incomplete, errors occurred! See also "/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0_build/CMakeFiles/CMakeOutput.log". * ERROR: kde-frameworks/kwindowsystem-5.46.0::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 124: Called src_configure * environment, line 3739: Called kde5_src_configure * environment, line 2763: Called cmake-utils_src_configure * environment, line 1211: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=kde-frameworks/kwindowsystem-5.46.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-frameworks/kwindowsystem-5.46.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/temp/environment'. * Working directory: '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0_build' * S: '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0' * Messages for package kde-frameworks/kwindowsystem-5.46.0: * ERROR: kde-frameworks/kwindowsystem-5.46.0::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 124: Called src_configure * environment, line 3739: Called kde5_src_configure * environment, line 2763: Called cmake-utils_src_configure * environment, line 1211: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=kde-frameworks/kwindowsystem-5.46.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-frameworks/kwindowsystem-5.46.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/temp/environment'. * Working directory: '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0_build' * S: '/var/tmp/portage/kde-frameworks/kwindowsystem-5.46.0/work/kwindowsystem-5.46.0' i'm stuck and i have no idea what to do, please help! --thanks | If you need anymore logs i can post them |
Greetings, I'm currently running into strange freezes which are probably X-related. These freezes started to occur after a system update which included virtualbox and the kernel. Sometimes when logging in with slim to herbstluftwm I get stuck, however the mouse can still be moved around. This happens only around 1 out of 20 times or even less. X can be unfrozen by switching to tty1 and back. When using virtualbox (windows7) after some time everything freezes, but the mouse can still be moved. When a monitor is attached to my laptop I can switch to tty1 to unfreeze, if no monitor is attached this doesn't work. During the freeze guest and host system are frozen, any actions performed occur after the system has been unfrozen by switching to tty, it's catching up. My biggest problem is that no events are logged in Xorg-logfiles and the other logs also don't look suspicious to me. I provoke the freeze by drawing rectangles on the windows desktop with the mouse. Freeze occured shortly before 15:17:16, all logs are aquired within 1 min after the freeze. dmesg: https://paste.pound-python.org/show/jBphpBkEkyqMryiHBDxz/ Xorg.0.log: https://paste.pound-python.org/show/sZ0yrZXEkyEzfXGOMi1D/ VBox.log: https://paste.pound-python.org/show/ygJZPp6Jiots9jqtcjft/ VBoxSBV.log: https://paste.pound-python.org/show/PhfFuUKqJIwfcKgmPkV5/ ls -la /dev | grep vbox Code: crw------- 1 root root 10, 57 Jun 1 11:49 vboxdrv crw------- 1 root root 10, 56 Jun 1 11:49 vboxdrvu crw------- 1 root root 10, 55 Jun 1 11:49 vboxnetctl drwxr-x--- 4 root vboxusers 80 Jun 1 12:02 vboxusb I have tried the following things so far without any effect: - Use genkernel to find out if the error is caused by my custom kernel - Solve error in VBoxSVC.log (Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE) by manually changing chown and chmod of /dev/vboxdrv vboxdrvu and vboxnetctl. The error disappears but freezes still occur I'm still trying to find an error from where I can start working on the problem. Any help or ideas are highly appreciated since I need the virtualbox for work. Thank you for your time. | I have to say I've seen this issue for long time now. I have Mint in VM, do not use it often, never cared much. However, you better open a bug with VirtualBox. Maybe it is Gentoo-related. Still, they should figure it out. |
I'm trying to update a box that was last done more than a year ago. I went through all the USE, Mask, and keyword files to clear them. to start pretty much from scratch. x11-base/xorg-proto fails and x11-proto/xproto is installed, but masked. There are many others, but is there a fix for this? TIA EDIT: I find updating always easier if I maintain X. Linux continued to run, but I eventually lost X and then continued from there. I removed the masked packages and updating went fairly well. Thanks again | What you mean with 'x11-base/xorg-proto fails'? |
I have installed xfce with lightDM. My problem is that i have a swiss keyboard, but the greeter of lightDM is set to "en_US.utf8" and there are no alternatives to choose from. Following advice on posts to similar questions i have added an I /etc/X11/xorg.conf.d/10-keyboard.conf : Code: Section "InputClass" Identifier "keyboard-all" Driver "evdev" Option "XkbLayout" "ch(de_nodeadkeys)" MatchIsKeyboard "on" EndSection And to /etc/lightdm/lightdm.conf i added the line: Code: display-setup-script=/usr/bin/setxkbmap ch But none of this did help. Note that once logged in, i do have the correct keyboard layout. The correct keyboard layout is also set when i go to a console with Alt-Ctrl-F1 These are the contents of my /etc/locale.gen : Code: en_US ISO-8859-1 en_US.UTF-8 UTF-8 de_CH ISO-8859-1 How can i change the keyboard layout to the correct setting? | jody wrote: I have installed xfce with lightDM. My problem is that i have a swiss keyboard, but the greeter of lightDM is set to "en_US.utf8" and there are no alternatives to choose from. Following advice on posts to similar questions i have added an I /etc/X11/xorg.conf.d/10-keyboard.conf : Code: Section "InputClass" Identifier "keyboard-all" Driver "evdev" Option "XkbLayout" "ch(de_nodeadkeys)" MatchIsKeyboard "on" EndSection You tried Code: Section "InputClass" Identifier "keyboard-all" Driver "evdev" Option "XkbLayout" "ch" Option "XkbVariant" "de_nodeadkeys" MatchIsKeyboard "on" EndSection |
My kde panel, for some reason is refusing to autohide. I know the remedy when a similar situation occurs in windows (kill the "explorer" process and restart it). How can I do that in the plasma desktop (kill the panel and then restart it)? | As steve_v say but usually I redirect std error and output in /dev/null Code: killall plasmashell && kstart5 plasmashell &> /dev/null |
Recent updates have broken twm. Apparently some adobe fonts are missing that used to be there, and twm refuses to start without them. How do I install the missing adobe fonts? They must be part of some package somewhere that got either updated or removed. Thanks! | Look at /var/log/emerge.log to find out which packages were removed. I guess that you need media-fonts/font-adobe-100dpi and/or media-fonts/font-adobe-75dpi. |
Hi, after some updates, my old "Formosa21 USB IR Receiver", which xinput -list has been listing as a keyboard, is now being listed as a pointer: Code: ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ MLK Keyboard Mouse Set id=9 [slave pointer (2)] ⎜ ↳ Formosa21 USB IR Receiver id=10 [slave pointer (2)] This may be the reason why the keys that I customized for this remote control and receiver combination do not seem to work any more. This is what Xorg.0.log shows about the receiver: Code: [ 506.205] (II) config/udev: Adding input device Formosa21 USB IR Receiver (/dev/input/event7) [ 506.205] (**) Formosa21 USB IR Receiver: Applying InputClass "evdev keyboard catchall" [ 506.205] (**) Formosa21 USB IR Receiver: Applying InputClass "libinput keyboard catchall" [ 506.205] (**) Formosa21 USB IR Receiver: Applying InputClass "Default-Keyboard" [ 506.205] (II) Using input driver 'evdev' for 'Formosa21 USB IR Receiver' [ 506.205] (**) Formosa21 USB IR Receiver: always reports core events [ 506.205] (**) evdev: Formosa21 USB IR Receiver: Device: "/dev/input/event7" [ 506.205] (--) evdev: Formosa21 USB IR Receiver: Vendor 0x4b4 Product 0x100 [ 506.205] (--) evdev: Formosa21 USB IR Receiver: Found 1 mouse buttons [ 506.205] (--) evdev: Formosa21 USB IR Receiver: Found keys [ 506.205] (II) evdev: Formosa21 USB IR Receiver: Forcing relative x/y axes to exist. [ 506.205] (II) evdev: Formosa21 USB IR Receiver: Configuring as mouse [ 506.205] (II) evdev: Formosa21 USB IR Receiver: Configuring as keyboard [ 506.205] (**) evdev: Formosa21 USB IR Receiver: YAxisMapping: buttons 4 and 5 [ 506.205] (**) evdev: Formosa21 USB IR Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 506.205] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.3/1-5.3:1.0/0003:04B4:0100.0005/input/input7/event7" [ 506.205] (II) XINPUT: Adding extended input device "Formosa21 USB IR Receiver" (type: KEYBOARD, id 10) Obviously xorg configures it to be both a keyboard and a mouse. Although the last seems to indicate that it is registered as a keyboard, xinput -list tells me the opposite. Are there any options that could be passed somewhere to have xinput recognize it as a keyboard again? Thanks in advance, Andreas | from what we see it should be in both lists (pointer and keyboard), but you only provide pointer list (which prove it is in pointer list, not that it is not in keyboard list too). Code: [ 506.205] (**) Formosa21 USB IR Receiver: Applying InputClass "evdev keyboard catchall" [ 506.205] (**) Formosa21 USB IR Receiver: Applying InputClass "libinput keyboard catchall" i didn't migrate to libinput, but i know the doc is stating to use evdev or libinput, but not both. https://wiki.gentoo.org/wiki/Libinput#Removing_another_input_driver_from_INPUT_DEVICES_does_not_prevent_Xorg_from_loading_it |
My kmymoney setup migrated smoothly to 5.0.1-r2, thanks guys, except all printing seems to be a null operation. I wanted to send some reports to PDF, but that doesn't work, nor to a printer. I can get the same print dialog box from other KDE apps, and they print properly. I though I'd trace requesting the print, but from the code, kmymoney needs compiling for debug; unfortunately USE=debug on the ebuild is also a null operation. There may be other techniques to get some diagnostics, but kmymoney, like most of KDE, doesn't seem to like documentation, or at least not current documentation, or if they do, it's hidden. IIUC a correctly debug-enabled kmymoney responds to "--trace" on the command line, but as I say, the debug option doesn't do what it should. So a) Can anyone confirm printing is broken? b) Any pointers on debugging, or should I just report it, and if so in bugs.gentoo.org, or upstream, or both? | @genterminl: webengine support is disabled because the upstream buildsystem was broken last time I checked. At the time it also required a non-stable version of Qt, and I did not have the time to fix it anyway. |
My system was working ok, then after a recent update it started freezing when logging in. Lightdm appears with a login screen, I type in the user password then the screen goes blank and there is no response, it is frozen and ignores ctrl-alt-del or ctrl-alt-F1 commands, so i'm forced to do a hard reboot. I recently found out that closing the laptop lid, which triggers a suspend, and then opening it, then pressing a key, causes the screen to appear for a second, then it goes blank, and if I do the close/suspend and open again it then responds and I am in the logged in x session (mate). Sometimes it freezes however and the lid closing trick does not wake it up. When it is frozen it does not appear to be suspended, the light on the power button is on, and the power led on the side of the laptop is on. When I suspend it those lights are off. I've looked through the logs and can't find any meaningful errors, eg in /var/log/messages, dmesg, Xorg.0.log. It only happens with the user account, if I log in as root (eg running startx from the command line) it boots the x session normally, while doing the same for a user causes the freeze. The set of packages that I had updated when this started happening are as follows: Code: 1527512927: >>> emerge (1 of 53) x11-libs/libX11-1.6.5-r1 to / 1527512993: >>> emerge (2 of 53) x11-libs/xcb-util-renderutil-0.3.9-r2 to / 1527513005: >>> emerge (3 of 53) x11-libs/xcb-util-keysyms-0.4.0-r1 to / 1527513017: >>> emerge (4 of 53) x11-libs/xcb-util-wm-0.4.1-r2 to / 1527513030: >>> emerge (5 of 53) x11-libs/libxkbcommon-0.8.0 to / 1527513046: >>> emerge (6 of 53) media-fonts/font-sun-misc-1.0.3-r1 to / 1527513060: >>> emerge (7 of 53) media-fonts/font-arabic-misc-1.0.3-r1 to / 1527513072: >>> emerge (8 of 53) media-fonts/font-isas-misc-1.0.3-r1 to / 1527513084: >>> emerge (9 of 53) media-fonts/font-sony-misc-1.0.3-r1 to / 1527513097: >>> emerge (10 of 53) media-fonts/font-dec-misc-1.0.3-r1 to / 1527513109: >>> emerge (11 of 53) media-fonts/font-daewoo-misc-1.0.3-r1 to / 1527513122: >>> emerge (12 of 53) media-fonts/font-cursor-misc-1.0.3-r1 to / 1527513134: >>> emerge (13 of 53) media-fonts/font-jis-misc-1.0.3-r1 to / 1527513146: >>> emerge (14 of 53) media-fonts/font-mutt-misc-1.0.3-r1 to / 1527513159: >>> emerge (15 of 53) media-fonts/font-micro-misc-1.0.3-r1 to / 1527513171: >>> emerge (16 of 53) x11-libs/libXfont2-2.0.3-r1 to / 1527513188: >>> emerge (17 of 53) x11-libs/libXext-1.3.3-r1 to / 1527513201: >>> emerge (18 of 53) x11-libs/libXt-1.1.5-r1 to / 1527513220: >>> emerge (19 of 53) x11-libs/libXrender-0.9.10-r1 to / 1527513232: >>> emerge (20 of 53) x11-libs/libXfixes-5.0.3-r1 to / 1527513244: >>> emerge (21 of 53) x11-libs/libxkbfile-1.0.9-r2 to / 1527513257: >>> emerge (22 of 53) x11-libs/libXmu-1.1.2-r1 to / 1527513271: >>> emerge (23 of 53) x11-libs/libXi-1.7.9-r1 to / 1527513287: >>> emerge (24 of 53) x11-libs/libXrandr-1.5.1-r1 to / 1527513299: >>> emerge (25 of 53) x11-libs/libXxf86vm-1.1.4-r1 to / 1527513311: >>> emerge (26 of 53) x11-libs/libXdamage-1.1.4-r2 to / 1527513324: >>> emerge (27 of 53) x11-libs/libXcomposite-0.4.4-r2 to / 1527513337: >>> emerge (28 of 53) x11-libs/libpciaccess-0.14 to / 1527513350: >>> emerge (29 of 53) x11-libs/libXft-2.3.2-r1 to / 1527513363: >>> emerge (30 of 53) x11-apps/xkbcomp-1.4.1 to / 1527513374: >>> emerge (31 of 53) x11-libs/libXv-1.0.11-r1 to / 1527513387: >>> emerge (32 of 53) x11-libs/libXinerama-1.1.3-r1 to / 1527513399: >>> emerge (33 of 53) x11-libs/libXpm-3.5.12-r1 to / 1527513413: >>> emerge (34 of 53) x11-libs/libXScrnSaver-1.2.2-r2 to / 1527513426: >>> emerge (35 of 53) x11-libs/libXxf86dga-1.1.4-r1 to / 1527513438: >>> emerge (36 of 53) x11-libs/libXres-1.2.0-r1 to / 1527513450: >>> emerge (37 of 53) sys-apps/usbutils-009 to / 1527513462: >>> emerge (38 of 53) x11-libs/libXxf86misc-1.0.3-r2 to / 1527513472: >>> emerge (39 of 53) x11-libs/libdrm-2.4.91 to / 1527513484: >>> emerge (40 of 53) x11-libs/libXtst-1.2.3-r1 to / 1527513496: >>> emerge (41 of 53) x11-libs/libXaw-1.0.13-r1 to / 1527513512: >>> emerge (42 of 53) x11-apps/xinit-1.4.0 to / 1527513523: >>> emerge (43 of 53) sys-boot/grub-2.02-r1 to / 1527513620: >>> emerge (44 of 53) media-libs/libepoxy-1.5.1 to / 1527513635: >>> emerge (45 of 53) x11-base/xorg-server-1.19.5-r2 to / 1527513767: >>> emerge (46 of 53) x11-drivers/xf86-video-intel-2.99.917_p20180214-r1 to / 1527513812: >>> emerge (47 of 53) net-print/cups-2.2.7 to / 1527513860: >>> emerge (48 of 53) net-wireless/bluez-5.49-r1 to / 1527513900: >>> emerge (49 of 53) x11-libs/xcb-util-0.4.0-r1 to / 1527513912: >>> emerge (50 of 53) x11-libs/xcb-util-image-0.4.0-r1 to / 1527513924: >>> emerge (51 of 53) x11-base/xorg-x11-7.4-r3 to / 1527513929: >>> emerge (52 of 53) www-client/firefox-52.8.0 to / 1527515650: >>> emerge (53 of 53) app-office/libreoffice-bin-6.0.3.2 to / My emerge --info is: Code: Portage 2.3.24 (python 3.5.5-final-0, default/linux/amd64/17.0/desktop, gcc-6.4.0, glibc-2.25-r11, 4.16.12-gentoo x86_64) ================================================================= System uname: Linux-4.16.12-gentoo-x86_64-Intel-R-_Core-TM-_i5-8250U_CPU_@_1.60GHz-with-gentoo-2.4.1 KiB Mem: 8048112 total, 6956116 free KiB Swap: 524284 total, 524284 free Timestamp of repository gentoo: Tue, 29 May 2018 12:00:01 +0000 Head commit of repository gentoo: 00760fd35aef6ceaa1fc710fea1a432b53d4386d sh bash 4.4_p12 ld GNU ld (Gentoo 2.29.1 p3) 2.29.1 app-shells/bash: 4.4_p12::gentoo dev-lang/perl: 5.24.3-r1::gentoo dev-lang/python: 2.7.14-r1::gentoo, 3.5.5::gentoo dev-util/cmake: 3.9.6::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.4.1-r2::gentoo sys-apps/openrc: 0.34.11::gentoo sys-apps/sandbox: 2.13::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.15.1-r2::gentoo sys-devel/binutils: 2.29.1-r1::gentoo sys-devel/gcc: 6.4.0-r1::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r3::gentoo sys-devel/make: 4.2.1::gentoo sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers) sys-libs/glibc: 2.25-r11::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-metamanifest: no sync-rsync-extra-opts: bar location: /var/lib/layman/bar masters: gentoo priority: 50 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=native -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" 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="-O2 -march=native -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo ftp://ftp.swin.edu.au/gentoo http://gentoo.aditsu.net:8000/" LANG="en_AU.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit crypt cups cxx dbus dhcpcd dri dts dvd dvdr emboss encode exif fam flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg lcms ldap libnotify lm_sensors mad mng modules mp3 mp4 mpeg mtp multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf pm-utils png policykit ppds pulseaudio python qt3support qt5 readline samba sdl seccomp spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="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="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" L10N="en-AU" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" RUBY_TARGETS="ruby23" 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: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS The Xorg.0.log for a session where it froze, then I did the suspend/resume trick is here: Code: [ 6.711] X.Org X Server 1.19.5 Release Date: 2017-10-12 [ 6.711] X Protocol Version 11, Revision 0 [ 6.711] Build Operating System: Linux 4.16.12-gentoo x86_64 Gentoo [ 6.711] Current Operating System: Linux argent 4.16.12-gentoo #1 SMP Tue May 29 22:41:10 AEST 2018 x86_64 [ 6.711] Kernel command line: BOOT_IMAGE=/vmlinuz-4.16.12-gentoo root=/dev/sdb3 ro i8042.kbdreset=1 i8042.reset=1 i8042.nomux=1 i8042.noloop=1 [ 6.711] Build Date: 29 May 2018 11:38:48PM [ 6.711] [ 6.711] Current version of pixman: 0.34.0 [ 6.711] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6.711] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6.711] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 30 09:11:11 2018 [ 6.711] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 6.711] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6.712] (==) No Layout section. Using the first Screen section. [ 6.712] (==) No screen section available. Using defaults. [ 6.712] (**) |-->Screen "Default Screen Section" (0) [ 6.712] (**) | |-->Monitor "<default monitor>" [ 6.712] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 6.712] (==) Automatically adding devices [ 6.712] (==) Automatically enabling devices [ 6.712] (==) Automatically adding GPU devices [ 6.712] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 6.715] (==) 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/ [ 6.715] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 6.715] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 6.715] (II) Loader magic: 0x559f522eac60 [ 6.715] (II) Module ABI versions: [ 6.715] X.Org ANSI C Emulation: 0.4 [ 6.715] X.Org Video Driver: 23.0 [ 6.715] X.Org XInput driver : 24.1 [ 6.715] X.Org Server Extension : 10.0 [ 6.715] (II) xfree86: Adding drm device (/dev/dri/card0) [ 6.727] (--) PCI:*(0:0:2:0) 8086:5917:1043:1d30 rev 7, Mem @ 0xee000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072 [ 6.727] (II) LoadModule: "glx" [ 6.728] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 6.742] (II) Module glx: vendor="X.Org Foundation" [ 6.742] compiled for 1.19.5, module version = 1.0.0 [ 6.742] ABI class: X.Org Server Extension, version 10.0 [ 6.742] (==) Matched intel as autoconfigured driver 0 [ 6.742] (==) Matched intel as autoconfigured driver 1 [ 6.742] (==) Matched modesetting as autoconfigured driver 2 [ 6.742] (==) Matched fbdev as autoconfigured driver 3 [ 6.742] (==) Matched vesa as autoconfigured driver 4 [ 6.742] (==) Assigned the driver to the xf86ConfigLayout [ 6.742] (II) LoadModule: "intel" [ 6.742] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 6.746] (II) Module intel: vendor="X.Org Foundation" [ 6.746] compiled for 1.19.5, module version = 2.99.917 [ 6.746] Module class: X.Org Video Driver [ 6.746] ABI class: X.Org Video Driver, version 23.0 [ 6.746] (II) LoadModule: "modesetting" [ 6.746] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 6.746] (II) Module modesetting: vendor="X.Org Foundation" [ 6.746] compiled for 1.19.5, module version = 1.19.5 [ 6.746] Module class: X.Org Video Driver [ 6.746] ABI class: X.Org Video Driver, version 23.0 [ 6.746] (II) LoadModule: "fbdev" [ 6.747] (WW) Warning, couldn't open module fbdev [ 6.747] (II) UnloadModule: "fbdev" [ 6.747] (II) Unloading fbdev [ 6.747] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 6.747] (II) LoadModule: "vesa" [ 6.747] (WW) Warning, couldn't open module vesa [ 6.747] (II) UnloadModule: "vesa" [ 6.747] (II) Unloading vesa [ 6.747] (EE) Failed to load module "vesa" (module does not exist, 0) [ 6.747] (II) intel: Driver for Intel(R) 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 [ 6.747] (II) intel: Driver for Intel(R) HD Graphics [ 6.747] (II) intel: Driver for Intel(R) Iris(TM) Graphics [ 6.747] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics [ 6.747] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 6.747] (++) using VT number 7 [ 6.762] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20171222 [ 6.774] (WW) Falling back to old probe method for modesetting [ 6.774] (--) intel(0): gen9 engineering sample [ 6.775] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads [ 6.775] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 6.775] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 6.775] (==) intel(0): RGB weight 888 [ 6.775] (==) intel(0): Default visual is TrueColor [ 6.775] (II) intel(0): Output eDP1 has no monitor section [ 6.775] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1 [ 6.775] (II) intel(0): Enabled output eDP1 [ 6.775] (II) intel(0): Output HDMI1 has no monitor section [ 6.775] (II) intel(0): Enabled output HDMI1 [ 6.775] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 6.775] (II) intel(0): Output VIRTUAL1 has no monitor section [ 6.775] (II) intel(0): Enabled output VIRTUAL1 [ 6.775] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0 [ 6.776] (==) intel(0): TearFree enabled [ 6.776] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 6.776] (==) intel(0): DPI set to (96, 96) [ 6.776] (II) Loading sub module "dri3" [ 6.776] (II) LoadModule: "dri3" [ 6.776] (II) Module "dri3" already built-in [ 6.776] (II) Loading sub module "dri2" [ 6.776] (II) LoadModule: "dri2" [ 6.776] (II) Module "dri2" already built-in [ 6.776] (II) Loading sub module "present" [ 6.776] (II) LoadModule: "present" [ 6.776] (II) Module "present" already built-in [ 6.776] (II) UnloadModule: "modesetting" [ 6.776] (II) Unloading modesetting [ 6.776] (==) Depth 24 pixmap format is 32 bpp [ 6.776] (II) intel(0): SNA initialized with Kabylake (gen9) backend [ 6.776] (==) intel(0): Backing store enabled [ 6.776] (==) intel(0): Silken mouse enabled [ 6.776] (II) intel(0): HW Cursor enabled [ 6.776] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 6.776] (==) intel(0): DPMS enabled [ 6.776] (==) intel(0): Display hotplug detection enabled [ 6.776] (II) intel(0): [DRI2] Setup complete [ 6.776] (II) intel(0): [DRI2] DRI driver: i965 [ 6.776] (II) intel(0): [DRI2] VDPAU driver: va_gl [ 6.776] (II) intel(0): direct rendering: DRI2 enabled [ 6.776] (II) intel(0): hardware support for Present enabled [ 6.776] (--) RandR disabled [ 6.801] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 6.801] (II) AIGLX: enabled GLX_ARB_create_context [ 6.801] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 6.801] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 6.801] (II) AIGLX: enabled GLX_INTEL_swap_event [ 6.801] (II) AIGLX: enabled GLX_SGI_swap_control [ 6.801] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 6.801] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 6.801] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 6.801] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 6.801] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 6.801] (II) AIGLX: Loaded and initialized i965 [ 6.801] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 6.802] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none [ 6.809] (II) intel(0): Setting screen physical size to 508 x 285 [ 6.867] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 6.867] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 6.867] (II) LoadModule: "evdev" [ 6.867] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 6.870] (II) Module evdev: vendor="X.Org Foundation" [ 6.870] compiled for 1.19.5, module version = 2.10.6 [ 6.870] Module class: X.Org XInput Driver [ 6.870] ABI class: X.Org XInput driver, version 24.1 [ 6.870] (II) Using input driver 'evdev' for 'Power Button' [ 6.870] (**) Power Button: always reports core events [ 6.870] (**) evdev: Power Button: Device: "/dev/input/event3" [ 6.870] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 6.870] (--) evdev: Power Button: Found keys [ 6.870] (II) evdev: Power Button: Configuring as keyboard [ 6.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3" [ 6.870] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 6.870] (**) Option "xkb_rules" "evdev" [ 6.870] (II) config/udev: Adding input device Video Bus (/dev/input/event4) [ 6.870] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 6.870] (II) Using input driver 'evdev' for 'Video Bus' [ 6.870] (**) Video Bus: always reports core events [ 6.870] (**) evdev: Video Bus: Device: "/dev/input/event4" [ 6.870] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 6.870] (--) evdev: Video Bus: Found keys [ 6.870] (II) evdev: Video Bus: Configuring as keyboard [ 6.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4" [ 6.870] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 6.870] (**) Option "xkb_rules" "evdev" [ 6.870] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 6.870] (II) No input driver specified, ignoring this device. [ 6.870] (II) This device may have been added with another device file. [ 6.870] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 6.870] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 6.870] (II) Using input driver 'evdev' for 'Power Button' [ 6.870] (**) Power Button: always reports core events [ 6.870] (**) evdev: Power Button: Device: "/dev/input/event2" [ 6.870] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 6.870] (--) evdev: Power Button: Found keys [ 6.870] (II) evdev: Power Button: Configuring as keyboard [ 6.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2" [ 6.870] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 6.870] (**) Option "xkb_rules" "evdev" [ 6.871] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 6.871] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 6.871] (II) Using input driver 'evdev' for 'Sleep Button' [ 6.871] (**) Sleep Button: always reports core events [ 6.871] (**) evdev: Sleep Button: Device: "/dev/input/event1" [ 6.871] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 6.871] (--) evdev: Sleep Button: Found keys [ 6.871] (II) evdev: Sleep Button: Configuring as keyboard [ 6.871] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 6.871] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 6.871] (**) Option "xkb_rules" "evdev" [ 6.871] (II) config/udev: Adding input device ELAN1300:00 04F3:3057 Touchpad (/dev/input/event5) [ 6.871] (**) ELAN1300:00 04F3:3057 Touchpad: Applying InputClass "evdev touchpad catchall" [ 6.871] (**) ELAN1300:00 04F3:3057 Touchpad: Applying InputClass "touchpad catchall" [ 6.871] (**) ELAN1300:00 04F3:3057 Touchpad: Applying InputClass "Default clickpad buttons" [ 6.871] (II) LoadModule: "synaptics" [ 6.871] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so [ 6.872] (II) Module synaptics: vendor="X.Org Foundation" [ 6.872] compiled for 1.19.5, module version = 1.9.1 [ 6.872] Module class: X.Org XInput Driver [ 6.872] ABI class: X.Org XInput driver, version 24.1 [ 6.872] (II) Using input driver 'synaptics' for 'ELAN1300:00 04F3:3057 Touchpad' [ 6.872] (**) ELAN1300:00 04F3:3057 Touchpad: always reports core events [ 6.872] (**) Option "Device" "/dev/input/event5" [ 6.991] (II) synaptics: ELAN1300:00 04F3:3057 Touchpad: found clickpad property [ 6.991] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: x-axis range 0 - 3208 (res 31) [ 6.991] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: y-axis range 0 - 2210 (res 32) [ 6.991] (II) synaptics: ELAN1300:00 04F3:3057 Touchpad: device does not report pressure, will use touch data. [ 6.991] (II) synaptics: ELAN1300:00 04F3:3057 Touchpad: device does not report finger width. [ 6.991] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: buttons: left double triple [ 6.991] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: Vendor 0x4f3 Product 0x3057 [ 6.991] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: invalid pressure range. defaulting to 0 - 255 [ 6.991] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: invalid finger width range. defaulting to 0 - 15 [ 6.991] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" [ 6.991] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: touchpad found [ 6.991] (**) ELAN1300:00 04F3:3057 Touchpad: always reports core events [ 7.006] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-5/i2c-ELAN1300:00/0018:04F3:3057.0001/input/input6/event5" [ 7.006] (II) XINPUT: Adding extended input device "ELAN1300:00 04F3:3057 Touchpad" (type: TOUCHPAD, id 10) [ 7.006] (**) synaptics: ELAN1300:00 04F3:3057 Touchpad: (accel) MinSpeed is now constant deceleration 2.5 [ 7.006] (**) synaptics: ELAN1300:00 04F3:3057 Touchpad: (accel) MaxSpeed is now 1.75 [ 7.006] (**) synaptics: ELAN1300:00 04F3:3057 Touchpad: (accel) AccelFactor is now 0.051 [ 7.006] (**) ELAN1300:00 04F3:3057 Touchpad: (accel) keeping acceleration scheme 1 [ 7.006] (**) ELAN1300:00 04F3:3057 Touchpad: (accel) acceleration profile 1 [ 7.006] (**) ELAN1300:00 04F3:3057 Touchpad: (accel) acceleration factor: 2.000 [ 7.006] (**) ELAN1300:00 04F3:3057 Touchpad: (accel) acceleration threshold: 4 [ 7.007] (--) synaptics: ELAN1300:00 04F3:3057 Touchpad: touchpad found [ 7.007] (II) config/udev: Adding input device ELAN1300:00 04F3:3057 Touchpad (/dev/input/mouse0) [ 7.007] (**) ELAN1300:00 04F3:3057 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates" [ 7.007] (II) config/udev: Adding input device HDA Intel PCH HDMI (/dev/input/event9) [ 7.007] (II) No input driver specified, ignoring this device. [ 7.007] (II) This device may have been added with another device file. [ 7.007] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7) [ 7.007] (II) No input driver specified, ignoring this device. [ 7.007] (II) This device may have been added with another device file. [ 7.007] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8) [ 7.007] (II) No input driver specified, ignoring this device. [ 7.007] (II) This device may have been added with another device file. [ 7.007] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6) [ 7.007] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall" [ 7.007] (II) Using input driver 'evdev' for 'Asus WMI hotkeys' [ 7.007] (**) Asus WMI hotkeys: always reports core events [ 7.007] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event6" [ 7.007] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0 [ 7.007] (--) evdev: Asus WMI hotkeys: Found keys [ 7.007] (II) evdev: Asus WMI hotkeys: Configuring as keyboard [ 7.007] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input7/event6" [ 7.007] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11) [ 7.007] (**) Option "xkb_rules" "evdev" [ 7.008] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event10) [ 7.008] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 7.008] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 7.008] (**) AT Translated Set 2 keyboard: always reports core events [ 7.008] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event10" [ 7.008] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 7.008] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 7.008] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 7.008] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input11/event10" [ 7.008] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12) [ 7.008] (**) Option "xkb_rules" "evdev" [ 8.778] (II) intel(0): EDID vendor "LGD", prod id 1395 [ 8.778] (II) intel(0): Printing DDC gathered Modelines: [ 8.778] (II) intel(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP) Some output from /var/log/pm-suspend.log is as follows, although i'm not sure the timing of this output, it may be from when I closed the lid the last time: Code: Initial commandline parameters: Blacklisting 01grub. Blacklisting 90clock. Blacklisting 00powersave. Wed May 30 09:12:44 AEST 2018: Running hooks for suspend. Running hook /usr/lib64/pm-utils/sleep.d/00logging suspend suspend: Linux argent 4.16.12-gentoo #1 SMP Tue May 29 22:41:10 AEST 2018 x86_64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz GenuineIntel GNU/Linux Module Size Used by rfcomm 53248 16 btusb 49152 0 btrtl 16384 1 btusb btbcm 16384 1 btusb btintel 20480 1 btusb bluetooth 540672 38 btrtl,btintel,btbcm,rfcomm,btusb ecdh_generic 24576 2 bluetooth iwlmvm 311296 0 atkbd 28672 0 x86_pkg_temp_thermal 16384 0 serio_raw 16384 0 i2c_i801 32768 0 iwlwifi 258048 1 iwlmvm snd_hda_codec_hdmi 57344 0 efivarfs 16384 1 total used free shared buff/cache available Mem: 8048112 415536 7130256 86412 502320 7443568 Swap: 524284 0 524284 /usr/lib64/pm-utils/sleep.d/00logging suspend suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/00powersave suspend suspend: /usr/lib64/pm-utils/sleep.d/00powersave suspend suspend: disabled. Running hook /usr/lib64/pm-utils/sleep.d/01grub suspend suspend: /usr/lib64/pm-utils/sleep.d/01grub suspend suspend: disabled. Running hook /usr/lib64/pm-utils/sleep.d/01laptop-mode suspend suspend: /usr/lib64/pm-utils/sleep.d/01laptop-mode suspend suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/50unload_alx suspend suspend: /usr/lib64/pm-utils/sleep.d/50unload_alx suspend suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/75modules suspend suspend: /usr/lib64/pm-utils/sleep.d/75modules suspend suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/90clock suspend suspend: /usr/lib64/pm-utils/sleep.d/90clock suspend suspend: disabled. Running hook /usr/lib64/pm-utils/sleep.d/94cpufreq suspend suspend: /usr/lib64/pm-utils/sleep.d/94cpufreq suspend suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/95led suspend suspend: /usr/lib64/pm-utils/sleep.d/95led suspend suspend: not applicable. Running hook /usr/lib64/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: Kernel modesetting video driver detected, not using quirks. /usr/lib64/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/99video suspend suspend: /usr/lib64/pm-utils/sleep.d/99video suspend suspend: disabled. Wed May 30 09:12:44 AEST 2018: performing suspend KMS graphics driver is in use, skipping quirks. Wed May 30 09:12:57 AEST 2018: Awake. Wed May 30 09:12:57 AEST 2018: Running hooks for resume Running hook /usr/lib64/pm-utils/sleep.d/99video resume suspend: /usr/lib64/pm-utils/sleep.d/99video resume suspend: disabled. Running hook /usr/lib64/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: /usr/lib64/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/95led resume suspend: /usr/lib64/pm-utils/sleep.d/95led resume suspend: not applicable. Running hook /usr/lib64/pm-utils/sleep.d/94cpufreq resume suspend: /usr/lib64/pm-utils/sleep.d/94cpufreq resume suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/90clock resume suspend: /usr/lib64/pm-utils/sleep.d/90clock resume suspend: disabled. Running hook /usr/lib64/pm-utils/sleep.d/75modules resume suspend: Reloaded unloaded modules. /usr/lib64/pm-utils/sleep.d/75modules resume suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/50unload_alx resume suspend: /usr/lib64/pm-utils/sleep.d/50unload_alx resume suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/01laptop-mode resume suspend: /usr/lib64/pm-utils/sleep.d/01laptop-mode resume suspend: success. Running hook /usr/lib64/pm-utils/sleep.d/01grub resume suspend: /usr/lib64/pm-utils/sleep.d/01grub resume suspend: disabled. Running hook /usr/lib64/pm-utils/sleep.d/00powersave resume suspend: /usr/lib64/pm-utils/sleep.d/00powersave resume suspend: disabled. Running hook /usr/lib64/pm-utils/sleep.d/00logging resume suspend: /usr/lib64/pm-utils/sleep.d/00logging resume suspend: success. Wed May 30 09:12:57 AEST 2018: Finished. And here is the dmesg output: https://pastebin.com/8r17wTRu Thanks for any tips | Code: VIDEO_CARDS="intel i965" You might need to add i965 to make.conf. |
tldnr sollution https://wiki.gentoo.org/wiki/NVidia/nvidia-drivers/en#Permissions Code: #gpasswd -add <name> video When using nvidia as openGL [ eselect opengl set <nvidia's nimber> ] GL apps fail with Code: X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x0 Serial number of failed request: 28 Current serial number in output stream: 29 in java apps it claims there is no openGL context. (attempting to launch Minecraft:Tekkit with nvidia GL) I think this is the most important point but full output is here http://pastebin.com/rR9vbv4p Code: -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Linux (amd64) version 4.1.15-gentoo-r1 Java Version: 1.8.0_72, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4213180928 bytes (4018 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB) JVM Flags: 4 total; -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Launched Version: 1.6.4-Forge9.11.1.965 LWJGL: 2.9.0 OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: ~~ERROR~~ NullPointerException: null Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null Im guessing somthing did not merge correctly but im stumped as for the next move. Thanks for reading[/quote] | When using glx and nvidia driver you should had their version output in your xorg.log like this: Quote: [ 13.144] (II) LoadModule: "glx" [ 13.180] (II) Loading /usr/lib/opengl/nvidia/extensions/libglx.so [ 13.628] (II) Module glx: vendor="NVIDIA Corporation" [ 13.628] compiled for 4.0.2, module version = 1.0.0 [ 13.628] Module class: X.Org Server Extension [ 13.628] (II) NVIDIA GLX Module 355.11 Wed Aug 26 16:06:58 PDT 2015 [ 13.628] (II) LoadModule: "nvidia" [ 13.690] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [ 13.748] (II) Module nvidia: vendor="NVIDIA Corporation" [ 13.748] compiled for 4.0.2, module version = 1.0.0 [ 13.748] Module class: X.Org Video Driver [ 13.761] (II) NVIDIA dlloader X Driver 355.11 Wed Aug 26 15:39:55 PDT 2015 [ 13.761] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs i quote it to emphasis where you should look and what you should look: vendor must be nvidia on both, and version must match. and xorg should look at it from Code: [ 13.143] (**) ModulePath set to "/usr/lib/opengl/nvidia,/usr/lib/xorg/modules" and xorg is been told to look there from: Code: cat /etc/X11/xorg.conf.d/20opengl.conf Section "Files" ModulePath "/usr/lib/opengl/nvidia" ModulePath "/usr/lib/xorg/modules" EndSection So in your case, the question is: do you have the 20opengl.conf file? because your xorg is not looking where it should to find nvidia glx module. Code: [ 332.133] (**) ModulePath set to "/usr/lib64/xorg/modules" ps: that's for a 32bits arch, don't copy paste it, just wait a 64bits users to gave you the 20opengl.conf file for 64bits, i suppose all /usr/lib are swap with /usr/lib64, but it's safer to wait the real answer. |
I sudenly installed Gentoo with KDE desktop and via GUI Settings switched language to Czech, it worked. Later on I tried to switch it back to English, the root is back in English in terminal, but my user is not: Code: zangetsu@venus ~ $ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8 zangetsu@venus ~ $ sdkdfjasd bash: sdkdfjasd: příkaz nenalezen The last 2 words are still in Czech language In KDE I have both languages allowed and visible under GUI Settings -> Regional Settings. | Ahh, closing, just removed in KDE gui Czech from selected along with English back to available and it was the trigger action to take again English as default. |
A recent update has apparently messed up some adobe fonts. I originally thought this was confined to a single machine, but I find now that it has affected many machines. When I try to start the twm window manager, it fails with: Code: baruch ~ # DISPLAY=:1 twm & [2] 5506 baruch ~ # twm: unable to open fontset "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*" [2]+ Exit 1 DISPLAY=:1 twm baruch ~ # How can I get the missing fonts back? I can't install them by name; they must be part of some installable package somewhere. | media-fonts/font-adobe-100dpi media-fonts/font-adobe-75dpi |
I have to connect manually, the key is stored it just doesn't auto connect every time I startx into kde. Whats causing this? | I had similar problem with plasma 5 and networkmanager, I resolved with Right click on the plasma-nm applet icon in your panel and select 'Configure Network Connections...' Select the connection you want to work with and click 'General configuration tab' Check the boxes 'Automatically connect to this network when it is available' and 'All users may connect to this network' Log out and log back in to complete. |
Not sure this is the right section. Gparted ran well before I upgraded @world on the 22nd. Here is part of xorg-session.log Code: Initializing "kcm_input" : "kcminit_mouse" kcm_input: Using X11 backend QXcbConnection: XCB error: 3 (BadWindow), sequence: 28841, resource id: 62914564, major code: 18 (ChangeProperty), minor code: 0 QXcbConnection: XCB error: 3 (BadWindow), sequence: 28845, resource id: 65011716, major code: 18 (ChangeProperty), minor code: 0 QXcbConnection: XCB error: 3 (BadWindow), sequence: 29345, resource id: 48236055, major code: 3 (GetWindowAttributes), minor code: 0 QXcbConnection: XCB error: 9 (BadDrawable), sequence: 29346, resource id: 48236055, major code: 14 (GetGeometry), minor code: 0 QXcbConnection: XCB error: 2 (BadValue), sequence: 5613, resource id: 60817424, major code: 141 (Unknown), minor code: 3 Listener adapter polkit_qt_listener_initiate_authentication GSimpleAsyncResult: 0x55f56c1b9270 polkit_qt_listener_initiate_authentication callback for 0x55f56c190ee0 Initiating authentication Message of action: "Authentication is required to run the GParted Partition Editor" Action description has been found WinId of the dialog is 35651589 0 WinId of the shown dialog is 35651589 35651589 Trying again REQUEST Request: "Password: " "Password: " KActivitiesStats( 0x5564c3a20f60 ) ResultModelPrivate::onResultScoreUpdated result added: "applications:gparted.desktop" score: 5.75765 last: 1527171696 first: 1526303581 Dialog accepted COMPLETED Completed: true Finishing obtaining privileges Listener adapter polkit_qt_listener_initiate_authentication_finish polkit_qt_listener_initiate_authentication_finish callback for 0x55f56c190ee0 Finish obtain authorization: true QXcbConnection: XCB error: 3 (BadWindow), sequence: 36660, resource id: 35651589, major code: 15 (QueryTree), minor code: 0 (process:24856): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. ====================== libparted : 3.2 ====================== terminate called after throwing an instance of 'Glib::ConvertError' /usr/sbin/gparted: line 193: 24856 Aborted $BASE_CMD QXcbConnection: XCB error: 3 (BadWindow), sequence: 36827, resource id: 39846003, major code: 18 (ChangeProperty), minor code: 0 All plasma progs were upgraded to 5.12.5 from 5.11.5. A lot of xproto files were deleted by depclean. I can provide a list of everything installed at the time if need be. My locale is set to C. Any help will be much appreciated. Gerard. | Plasma does not really care about gparted. So you should look at what else got upgraded there... |
While playing with dwm , I found the default st terminal to be lacking flexibility. (This might well be my own perception.) So I installed x11-terms/rxvt-unicode with the 256-colors USE flag enabled. However, trying to start anything even moderately complicated, like weechat or even vi , from urxvt results in the same error: "rxvt-unicode-256color" could not be found. I get the same error with st , but st has no USE flag for 256 colors at all. What am I missing? | pun_guin wrote: [...] results in the same error: "rxvt-unicode-256color" could not be found. I get the same error with st , but st has no USE flag for 256 colors at all. pun_guin ... I doubt they are the same, st has the 'st-256color' TERM ... so always post the exact error. Anyhow, those "terminal capabilities/informations" are provided by ncurses ... and so they should be available: Code: % equery belongs -e /usr/share/terminfo/r/rxvt-unicode-256color * Searching for /usr/share/terminfo/r/rxvt-unicode-256color ... sys-libs/ncurses-6.0-r1 (/usr/share/terminfo/r/rxvt-unicode-256color) TERM seems to be set correctly but when weechat, vi, etc, query terminfo it's not providing those capabilities. Why, I can't say, is this musl? best ... khay |
I'm afraid I need to bring a screenshot this time... Setting: dwm with rxvt-unicode set as the default terminal. Problem: Shift+Alt+Return. Two prompts! Screenshot. Every time I open another terminal, the number of prompts is even increased, i.e. in the next terminal I get three prompts and so on. What have I done? | pun_guin ... can you reproduce with another window manager? This, and the other issue you've posted, both seem odd corner cases, how are you starting dwm? best ... khay |
As a consequence of a recent emerge world , CUPS ( localhost:631 ) produces an Unauthorized error message when I, for example, try to Set Default Options . In the past, a graphic window would pop up in which I could provide root authentication. I am still a member of the lp and lpadmin groups. My work-around is to boot a browser as root. I suspect there is a permission error somewhere and would be grateful for any hints toward a correction. [SOLVED] Installing the masked version, net-print/cups-2.3_beta4 , restored the old, desired, behavior. [/SOLVED] [UPDATE] I note that cups-2.3_beta4 works only with firefox-bin-60.0 and still not with chromium-67.0.3396.62 so my initial problem may have been with the browser and not with cups itself. So using Firefox becomes my new, somewhat better, workaround. [/UPDATE] | figueroa wrote: I updated cups on my Intel x86_64 system this morning. It was uneventful, though stopping cupsd is tricky. There was an elog about what to do: Code: killall cupsd /etc/init.d/cupsd zap /etc/init.d/cupsd start The zap command argument was new to me. Thanks for the suggestion. I did this but still have the same error. Here's the exact error message when I Set Default Options : Code: Unauthorized Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket. The kerberos USE flag is not set on net-print/cups-2.2.7 . |
I'm back playing with Gentoo! I know y'all missed me... How can I get the background working on Window Maker on this Gentoo box? I can get solid color, but no gradient and no image. I click on gradient and nothing happens. I've installed window maker a couple of times, changed some use flags, nothing. What am I missing? I feel like it's something I haven't installed yet, or something. I've got this gentoo running on an old pentium 4, hence running the light desktop of Window Maker. Also 'cause window maker is different from any desktop interface I've used. Running as root. Using only wifi. Posting from Firefox, so I've gotten a few other programs running, but haven't put a lot on here yet. Any advise on getting this background up and running would be appreciated. Thanks! | Have you tried another tool like xsetroot, feh or Nitrogen? |
I'm running a fairly new desktop PC with LXDE where choice of xcursors is controlled with the program lxappearance, "Customize Look and Feel" under Preferences on the menu. I have a number of cursor installed which are found in /usr/share/cursors/xorg-x11/ such as Adwaita, handhelds, redglass, Silver, whiteglass. The problem is that when running "Customize Looks and Feel" the tab "Mouse Cursor" is an empty list, with a preview that looks like Adwaita. I have found that I can hand jam a line into ~/.config/lxsession/LXDE/default.conf in the format: Code: sGtk/CursorThemeName=Adwaita and change the mouse cursor theme manually. That's neither right nor handy. What do I have to do to help my list of mouse cursors to show up on the Mouse Cursor tab in lxappearance? My other LXDE-based computers do not have this problem. | I've answered my own question. I had to create symbolic links in /usr/share/icons to the cursor themes installed in /usr/share/cursors/xorg-x11 as follows: Code: ln -s ../cursors/xorg-x11/whiteglass . ln -s ../cursors/xorg-x11/redglass . ln -s ../cursors/xorg-x11/Silver . ln -s ../cursors/xorg-x11/handhelds . ln -s ../cursors/xorg-x11/Adwaita Adwaita2 Note that I had to name the symbolic link Adwaita2 because there is already a directory named Adwaita in /usr/share/icons. That's all. Works fine now. |
I have never set up the ps3 controller to act as an xorg mouse pointer. I have not installed x11-drivers/xf86-input-joystick. I have installed steam but have not used it in a while as I play games using steamos installed on a separate disk. Before I installed steamos on a different disk, I had the steam controller working. I attempted to play a game today and noticed the mouse cursor was moving erratically in the middle of the screen; any attempt to move it with the mouse and it would move back to the center in within second. I spent several hours looking at udev and xorg files, removed steam, removed a few udev files and after a reboot and plugging my ps3 controller I always get this: Code: xinput --list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Logitech Logitech USB Keyboard id=9 [slave pointer (2)] ⎜ ↳ Logitech USB Receiver id=10 [slave pointer (2)] ⎜ ↳ Logitech USB Receiver id=11 [slave pointer (2)] ⎜ ↳ Sony PLAYSTATION(R)3 Controller id=13 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Power Button id=7 [slave keyboard (3)] ↳ Logitech Logitech USB Keyboard id=8 [slave keyboard (3)] ↳ Eee PC WMI hotkeys id=12 [slave keyboard (3)] I have 2 mostly similar computers with the only major difference being one has an nvidia graphics card using the proprietary driver and the other uses intel graphics. The system with the nvidia graphics grabs the ps3 controller as pointer and the one without does not. Could anyone tell me why xorg is using the ps3 controller as pointer device and suggest how can I fix this? I can not play games with controller hijacked like this. Matt | What input drivers do you have installed? Only libinput should be present. You can make X ignore the controller with this (untested): /etc/X11/xorg.conf.d/ps3.conf: Section "InputClass" Identifier "PS3 controller blacklist" MatchProduct "Sony PLAYSTATION(R)3 Controller" Option "Ignore" "on" EndSection |
Hi everyone, when I start kmail, kontact, konqueror, qupzilla, bibletime I obtained: Code: gdb kmail [New Thread 0x7fffb738e700 (LWP 26024)] [New Thread 0x7fffb6947700 (LWP 26025)] [New Thread 0x7fffb6146700 (LWP 26028)] [New Thread 0x7fffa7fff700 (LWP 26039)] [New Thread 0x7fffa6c68700 (LWP 26042)] [New Thread 0x7fffa6467700 (LWP 26047)] [New Thread 0x7fffa5c66700 (LWP 26048)] [New Thread 0x7fffa5465700 (LWP 26049)] [New Thread 0x7fffa4c64700 (LWP 26050)] [New Thread 0x7fff8bfff700 (LWP 26051)] [New Thread 0x7fff8b7fe700 (LWP 26052)] [New Thread 0x7fff8affd700 (LWP 26053)] [New Thread 0x7fff8a7fc700 (LWP 26054)] [New Thread 0x7fff89ffb700 (LWP 26055)] [New Thread 0x7fff897fa700 (LWP 26056)] [New Thread 0x7fff88ff9700 (LWP 26057)] [New Thread 0x7fff6bfff700 (LWP 26058)] [New Thread 0x7fff6b7fe700 (LWP 26059)] [New Thread 0x7fff6affd700 (LWP 26060)] [New Thread 0x7fff6a7fc700 (LWP 26061)] [New Thread 0x7fff69ffb700 (LWP 26062)] [New Thread 0x7fff697fa700 (LWP 26063)] [New Thread 0x7fff68ff9700 (LWP 26064)] Thread 24 "Chrome_InProcGp" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fff69ffb700 (LWP 26062)] 0x00007ffff50bea70 in free () from /lib64/libc.so.6 (gdb) bt #0 0x00007ffff50bea70 in free () from /lib64/libc.so.6 #1 0x00007fffdf024db2 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5 #2 0x00007fffdf023a2e in ?? () from /usr/lib64/libQt5WebEngineCore.so.5 #3 0x00007fffdf024a61 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5 #4 0x00007fffe26e5d48 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5 #5 0x00007fffdf8461ad in ?? () from /usr/lib64/libQt5WebEngineCore.so.5 #6 0x00007fffdf8421b2 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5 #7 0x00007fffeabea907 in start_thread () from /lib64/libpthread.so.0 #8 0x00007ffff51345ef in clone () from /lib64/libc.so.6 for all these programs. This with kde-plasma-5.11 and 12, kde-frameworks 5.43,44 and 45, kde-apps 17.12 and 18.04. with the kernel 4.9.76 and 95 and 4.14.35. EDIT: I try to recompile glibc, xorg-server, nspr and nss. Some message disappared but segfault remain. Code: Portage 2.3.24 (python 3.4.8-final-0, default/linux/amd64/17.0/no-multilib, gcc-6.4.0, glibc-2.25-r11, 4.9.95-gentoo-r0 x86_64) ================================================================= System uname: Linux-4.9.95-gentoo-r0-x86_64-Intel-R-_Core-TM-_i7_CPU_950_@_3.07GHz-with-gentoo-2.4.1 KiB Mem: 12297932 total, 421948 free KiB Swap: 1228796 total, 1228784 free Timestamp of repository gentoo: Thu, 26 Apr 2018 22:45:01 +0000 Head commit of repository gentoo: 6c051f0521a53f029bc266f8dfd02bd2030c3c2b sh bash 4.4_p12 ld GNU ld (Gentoo 2.29.1 p3) 2.29.1 app-shells/bash: 4.4_p12::gentoo dev-java/java-config: 2.2.0-r4::gentoo dev-lang/perl: 5.24.3-r1::gentoo dev-lang/python: 2.7.14-r1::gentoo, 3.4.8::gentoo, 3.5.5::gentoo, 3.6.5::gentoo dev-util/cmake: 3.9.6::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.4.1-r2::gentoo sys-apps/openrc: 0.34.11::gentoo sys-apps/sandbox: 2.13::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.14.1-r2::gentoo, 1.15.1-r2::gentoo sys-devel/binutils: 2.29.1-r1::gentoo sys-devel/gcc: 6.4.0-r1::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r3::gentoo sys-devel/make: 4.2.1::gentoo sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers) sys-libs/glibc: 2.25-r11::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.at.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: sync-rsync-verify-metamanifest: no stefano location: /usr/local/stefano masters: gentoo priority: 0 science location: /usr/local/portage/science sync-type: laymansync sync-uri: https://anongit.gentoo.org/git/proj/sci.git masters: gentoo priority: 50 stuff location: /usr/local/portage/stuff masters: gentoo priority: 50 tamiko location: /usr/local/portage/tamiko masters: gentoo priority: 50 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=corei7 -O2 -pipe" 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 /usr/share/themes/oxygen-gtk/gtk-3.0 /var/lib/hsqldb" 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 /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=corei7 -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--jobs=4 --load-average=4 --keep-going=n --with-bdeps=y" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://mirrors.evowise.com/gentoo http://128.61.111.8/pub/gentoo rsync://ftp.snt.utwente.nl/gentoo http://gentoo.modulix.net/gentoo/ ftp://gentoo.mirror.web4u.cz/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo" LANG="it_IT.UTF8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="it" MAKEOPTS="-j4 -l4" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X Xaw3d aalib acl acpi alsa amd64 amr berkdb bluetooth bluray bzip2 cairo caps cdr chromaprint cli consolekit crypt cuda cups curl cxx dbus dirac djvu dri dvd egl eglfs exif expat faac faad fam fbcon ffmpeg fftw fontconfig fontforge fortran frei0r gdbm gnutls gpg gphoto2 graphicsmagick gstreamer gtk iconv icu ieee1394 introspection ipv6 java jbig jpeg jpeg2k latex lcms libcaca libinput libnotify lua lzma mng modules mp3 music mysql ncurses nls nptl nvenc ocaml odbc ogg opencl openexr opengl openh264 openmp openssl pam pch pcre pdf perl phonon png policykit postscript private-headers ps python qml qt5 readline reports scanner schroedinger sdl seccomp semantic-desktop slang smp snmp speex spell sqlite ssh ssl svg swig tcl tcpd theora thumbnail tiff tk truetype udev unicode usb v4l v4l2 vaapi vdpau vorbis wayland widgets wmf x264 xattr xcb xinerama xml xv xvid xvmc zlib" ABI_X86="64" ALSA_CARDS="hda-intel" 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="karbon plan sheets stage words gemini" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext popcnt sse sse2 sse3 ssse3 sse4_1 sse4_2" CURL_SSL="openssl" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="keyboard mouse evdev libinput" KERNEL="linux" L10N="it" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console nlpsolver pdfimport scripting-beanshell scripting-javascript wiki-publisher" LLVM_TARGETS="X86 NVPTX BPF" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6" RUBY_TARGETS="ruby22 ruby24" SANE_BACKENDS="canon canon_dr canon630u epson epson2 hp hp3500 hp3900 hp4200 hp5400 hp5590 hpljm105 net pixma" USERLAND="GNU" VIDEO_CARDS="nvidia v4l 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: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS EDIT: I try to upgrade qtlibs (now 5.9.5) but nothing change. All the other apps in kde, included korganizer and kaddressbook, start and work as expected, in all the listed situation. Please help me. Thanks. | Are you using the nouveau driver for your graphic card? This driver crashes qtwebengine |
Hi, After rebuilding fontconfig with infinality, some fonts in tvbrowser and projectx (both java apps) are really ugly, see this screenshot . In tvbrowser, it's only the fonts in the menu and dialogs, not in the program table. Here's my configuration: Code: eselect fontconfig list Available fontconfig .conf files (* is enabled): [1] 10-autohint.conf * [2] 10-no-sub-pixel.conf [3] 10-sub-pixel-bgr.conf [4] 10-sub-pixel-rgb.conf * [5] 10-sub-pixel-vbgr.conf [6] 10-sub-pixel-vrgb.conf [7] 10-unhinted.conf [8] 11-lcdfilter-default.conf * [9] 11-lcdfilter-legacy.conf [10] 11-lcdfilter-light.conf [11] 20-fix-globaladvance.conf * [12] 20-unhint-small-dejavu-sans.conf [13] 20-unhint-small-dejavu-sans-mono.conf [14] 20-unhint-small-dejavu-serif.conf [15] 20-unhint-small-vera.conf * [16] 25-unhint-nonlatin.conf [17] 30-metric-aliases.conf * [18] 30-urw-aliases.conf * [19] 40-nonlatin.conf * [20] 42-luxi-mono.conf * [21] 45-latin.conf * [22] 49-sansserif.conf * [23] 50-user.conf * [24] 51-local.conf * [25] 52-infinality.conf * [26] 57-dejavu-sans.conf * [27] 57-dejavu-sans-mono.conf * [28] 57-dejavu-serif.conf * [29] 60-latin.conf * [30] 60-liberation.conf * [31] 62-croscore-arimo.conf [32] 62-croscore-cousine.conf [33] 62-croscore-symbolneu.conf [34] 62-croscore-tinos.conf [35] 65-fonts-persian.conf * [36] 65-khmer.conf * [37] 65-nonlatin.conf * [38] 69-unifont.conf * [39] 70-no-bitmaps.conf * [40] 70-yes-bitmaps.conf [41] 80-delicious.conf * [42] 90-synthetic.conf * eselect infinality list Available styles: [1] debug [2] infinality * [3] linux [4] nyx [5] osx [6] osx2 [7] win7 [8] win98 [9] winxp eselect lcdfilter list Available styles: [1] custom [2] default [3] infinality [4] infinality-classic [5] infinality-nudge [6] infinality-push [7] infinality-sharpened * [8] infinality-shove [9] linux [10] nyx [11] osx [12] ubuntu [13] vanilla [14] windows-7 [15] windows-7-light [16] windows-xp [17] windows-xp-light eselect java-vm list Available Java Virtual Machines: [1] icedtea-bin-6 [2] icedtea-bin-7 system-vm user-vm Anyone knows what could be wrong and how to restore nice fonts? | I found out this is a problem with the JDK: Fonts look relatively good with sun-jdk-1.6. Fonts look not so good with oracle-jdk-bin-1.7. Fonts look ugly with icedtea-bin-6 and icedtea-bin-7. |
Hello, gentoolers: I have installed gentoo linux in virtualbox but doesnt work. The video driver seems to load at the beginning but it does not work, the guest additions either . I pass the paste with my file /etc/xorg.conf generated with X - configure: https://paste.pound-python.org/show/OKAXWzjGOTK3vMQbKVPe/ I also post my file /var/log/Xorg.0.log: https://paste.pound-python.org/show/BcuiRCafwPeueiAdTlZd/ My /etc/portage/make.conf is: https://paste.pound-python.org/show/bO5UF5DRlvNQ8fYy3YDc/ I already appreciate your help. Marcelo from Argentina. | manara39, Xorg should start with no xorg.conf. You will get a USA keymap and right handed mouse. xorg.config can actually get in the way too. Get Xorg to work first, then tune it to your preferences. |
I have an odd issue in Plasma. This has been happening since the release of Plasma, so it may be my setup. When you plug in a USB drive, insert a CD/DVD, whatever, the notifier pops up witht he option to open the device in Dolphin, but if I try this, I am told I do not have permissions to mount the device. However, if I open Dolphin and click on the device there, it opens right up. In fact, if I attempted to mount via notifier first, it opens two windows, not one. My user is in all of the common groups, such as audio, video, usb, scanner, lp, users, games, dialout, netdev, plugdev, floppy, cdrom, disk, tape, cdrw, sshd, vboxusers, and wheel. What gives? *UPDATE* The solution can be found here . | Can help this? |
Hello, After update I've noticed that gVim becomes slow (mostly on scrolling, visual mode highlighting) especially with large window - up to 3200x1200 in my case. I took some testing/searching and now I found the problem: gVim is much slower when emerged with USE="+gkt3 gtk" then with "-gkt3 gtk". I don't know if this should be treated as a bug or it is expected, however it might be worth to point out. My system is very old (lenovo T400) with external r600 graphics card so it is by all means slow for today standards. Could You please comment on the issue and tell me if any other tests should be done? Maybe reporting this as bug? Thanks in advance, Michael Widlok | It's probably to be expected. Programs have to be designed for Gtk3 for it to work well; the result when GTK2 software is shoehorned into it is usually problematic like this. Just keep using the default and ignore it. |
Hi there, not sure what/how but after some relatively recent update (I had computer on/off on sleep for maybe month) when I rebooted today it fails with undefined symbols below. I tired revdep-rebuild, re-emerge Xorg, xorg-drivers and all xf86-video-* drivers, but nothing helped. It was working flawlessly for some year before ... Any idea what's going on here? Code: [ 29.240] (II) LoadModule: "intel" [ 29.240] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 29.260] (EE) Failed to load /usr/lib64/xorg/modules/drivers/intel_drv.so: /usr/lib64/xorg/modules/drivers/intel_drv.so: undefined symbol: vgaHWFreeHWRec [ 29.260] (II) UnloadModule: "intel" [ 29.260] (II) Unloading intel [ 29.260] (EE) Failed to load module "intel" (loader failed, 7) [ 29.260] (II) LoadModule: "amdgpu" [ 29.260] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so [ 29.304] (EE) Failed to load /usr/lib64/xorg/modules/drivers/amdgpu_drv.so: /usr/lib64/xorg/modules/drivers/amdgpu_drv.so: undefined symbol: fbImageGlyphBlt [ 29.304] (II) UnloadModule: "amdgpu" [ 29.304] (II) Unloading amdgpu [ 29.304] (EE) Failed to load module "amdgpu" (loader failed, 7) [ 29.304] (II) LoadModule: "ati" [ 29.304] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so [ 29.316] (II) Module ati: vendor="X.Org Foundation" [ 29.316] compiled for 1.19.5, module version = 18.0.1 [ 29.316] Module class: X.Org Video Driver [ 29.316] ABI class: X.Org Video Driver, version 23.0 [ 29.343] (II) LoadModule: "modesetting" [ 29.343] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 29.352] (EE) Failed to load /usr/lib64/xorg/modules/drivers/modesetting_drv.so: /usr/lib64/xorg/modules/drivers/modesetting_drv.so: undefined symbol: shadowRemove [ 29.352] (II) UnloadModule: "modesetting" [ 29.352] (II) Unloading modesetting [ 29.352] (EE) Failed to load module "modesetting" (loader failed, 7) [ 29.352] (II) LoadModule: "fbdev" [ 29.355] (WW) Warning, couldn't open module fbdev [ 29.355] (II) UnloadModule: "fbdev" [ 29.355] (II) Unloading fbdev [ 29.355] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 29.355] (II) LoadModule: "vesa" [ 29.355] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 29.371] (EE) Failed to load /usr/lib64/xorg/modules/drivers/vesa_drv.so: /usr/lib64/xorg/modules/drivers/vesa_drv.so: undefined symbol: VBESetModeParameters [ 29.371] (II) UnloadModule: "vesa" [ 29.371] (II) Unloading vesa [ 29.371] (EE) Failed to load module "vesa" (loader failed, 7) [ 29.371] (EE) No drivers available. [ 29.371] (EE) Fatal server error: [ 29.371] (EE) no screens found(EE) [ 29.371] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 29.371] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 29.371] (EE) [ 29.372] (EE) Server terminated with error (1). Closing log file. thanks ... | mahdi1234, I don't have a fix for this problem yet but its interfering with my wifes online shopping, so I have to work on it. :) That Code: /usr/lib64/xorg/modules/drivers/modesetting_drv.so: undefined symbol: shadowRemove is affected shows that its something that xorg-server depends on, or should depend on. The modesetting driver is a part of xorg-server. I've tried all the things you have too, with the same measure of success - that's none at all. I've also tried downgrading things. Right now, I'm doing an update. I don't think fhat will change anything but you never know. The system is all ~amd64 and as its an AMD EM350, so uses distcc and distcc-pump to help with updates. That can be a double edged sword. Please share your Code: emerge --info Its not a very popular problem. So far, it appears to be just the two of us. |
I have an OpenVPN server for which I have generated ovpn files. This works, as I tested it with the Android OpenVPN client. I want to use it from the KDE networkmanager plasmoid. There is an option to import the ovpn config there and so I get an OpenVPN entry in my connections. However, when I try to use it, it fails. In my log, I see repeated errors of the form Code: nm-openvpn[1531]: Authenticate/Decrypt packet error: cipher final failed Has anyone done anything similar, encounter the same issue and solve it? | Hi, maybe this helps: http://matthewcasperson.blogspot.de/2015/03/fixing-openvpn-authenticatedecrypt.html greets, bb |
Just bought an AMD acer laptop. It don’t have a GUI so it’s hard to paste my X log. The laptop has a Vega Mobile graphics card in it. So I’m trying the amdgpu driver. I’m getting this error when I start up X. Also, the screen flickers and I have to kill X. https://pasteboard.co/HolL4vI.jpg Where can I start digging to fix? Thanks. | maiku, Pastebin is your friend. You need VIDEO_CARDS="amdgpu radeonsi" and a recent kernel. 4.17 might be out by now. Your lspci output will help too. |
Hello, When I install Notepadqq 1.4.8 through portage it crashes after being started with the error "Segmentation fault". But when I follow the instructions here https://github.com/notepadqq/notepadqq#build-it-yourself (you have to emerge qtwebsockets additionally for it to work) and start it, then it runs just fine. I don't know what is causing the program to crash when installed through portage. Anybody experiencing the same issue? Thx | I tried to install in my system and seems work without segfault. You can post your emerge --info ? Maybe some cflags that cause that? |
Hi, I have system without PulseAudio nor Apulse. FF 58 works correctly. But after upgrade to FF 59 no more sound. Only these messages in console: Code: [Child 5661, MediaPlayback #1] WARNING: 7fbbdd0f3940 OpenCubeb() failed to init cubeb: file /var/tmp/portage/www-client/firefox-59.0.2/work/mozilla-release-239e434d6d2b8e1e2b697c3416d1e96d48fe98e5/dom/media/AudioStream.cpp, line 387 [Child 5661, MediaPlayback #3] WARNING: Decoder=7fbbedd916a0 [OnMediaSinkAudioError]: file /var/tmp/portage/www-client/firefox-59.0.2/work/mozilla-release-239e434d6d2b8e1e2b697c3416d1e96d48fe98e5/dom/media/MediaDecoderStateMachine.cpp, line 3755 I've searched the Internet, but it seems there were no changes in alsa subsystem. Code: $ emerge -pv firefox These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ~] www-client/firefox-59.0.2::gentoo USE="dbus gmp-autoupdate hwaccel screenshot startup-notification system-icu system-jpeg system-libvpx system-sqlite -bindist -custom-cflags -custom-optimization -debug -eme-free -hardened -jack (-neon) -pulseaudio (-selinux) -system-harfbuzz -system-libevent {-test} -wifi" L10N="cs -ach -af -an -ar -as -ast -az -bg -bn-BD -bn-IN -br -bs -ca -cak -cy -da -de -dsb -el -en-GB -en-ZA -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt-BR -pt-PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv -ta -te -th -tr -uk -uz -vi -xh -zh-CN -zh-TW" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Does anybody have the same issue? | https://bugs.gentoo.org/654156 |
I think that by mistake I removed ~/.config directory. Now when I close konqueror window clicking on the "x", the window is closed, but I cant restart konqueror. Checking processes I can see, that konqueror is still running. After killing process I can start konqueror again. As I am not KDE user, I cant use KDE control center to fix the problem. Help appreciated. | Thanks for answer. In the meantime I have made several thinks. - recompiled konqueror ( no success ) - removed all konqueror and kde related config files in my home directory, I had made it before, no changes - in linuxquestio.org I found Quote: Go into the Control Center --> KDE Components --> KDE Performance and under Preloading uncheck the Preload an instance box and see if this helps. As I mentioned before havent KDE installed. I found in konqueror settings 'preloaded instance' and unchecked it. Rebooted and everything works like before. |
Hello, I was updating world after few days without doing and now I have a problem with last cinnamon desktop version. In the cinnamon-translations. Content of my /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/temp/build.log Code: * Package: gnome-extra/cinnamon-translations-3.6.3 * Repository: gentoo * Maintainer: cinnamon@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking cinnamon-translations-3.6.3.tar.gz to /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/work >>> Source unpacked in /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/work >>> Preparing source in /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/work/cinnamon-translations-3.6.3 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/work/cinnamon-translations-3.6.3 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/work/cinnamon-translations-3.6.3 ... make -j3 Building the mo files # WARNING: the second sed below will only works correctly with the languages that don't contain "-" for dir in `ls po-export`; do \ for file in `ls po-export/$dir/*.po`; do \ lang=`echo $file | sed 's/\.po$//' | sed 's/.*\-//'`; \ install -d usr/share/locale/$lang/LC_MESSAGES/; \ msgfmt -o usr/share/locale/$lang/LC_MESSAGES/$dir.mo $file; \ done \ done >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=test]: gnome-extra/cinnamon-translations-3.6.3 >>> Install cinnamon-translations-3.6.3 into /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/image/ category gnome-extra * Looking in /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/work/cinnamon-translations-3.6.3/usr/share/locale for new locales ... * There are changes in locales! This ebuild should be updated to: [ !! ] * PLOCALES="af am an ar as ast az be be@latin bg bn bn_IN br bs ca ca@valencia crh cs csb cy da de dz el en@shaw en_AU en_CA en_GB eo es es_AR et eu fa fi fil fo fr fr_CA frp fur fy ga gd gl gu ha he hi hr hu hy ia id ig ii is it ja jv ka kab kk km kn ko ksw ku ky la li lo lt lv mai mg mi mk ml mn mr ms my nap nb nds ne nl nn nso oc om or pa pap pl ps pt pt_BR ro ru rue rw sa sc sco shn si sk sl so sq sr sr@ijekavianlatin sr@latin sv sw ta te tg th tk tl tlh tpi tr ts tt ug uk ur uz uz@cyrillic vi wa xh yi yo zh_CN zh_HK zh_TW zu" >>> Completed installing cinnamon-translations-3.6.3 into /var/tmp/portage/gnome-extra/cinnamon-translations-3.6.3/image/ * Final size of build directory: 76868 KiB (75.0 MiB) * Final size of installed tree: 348 KiB * This package will overwrite one or more files that may belong to other * packages (see list below). You can use a command such as `portageq * owners / <filename>` to identify the installed package that owns a * file. If portageq reports that only one package owns a file then do * NOT file a bug report. A bug report is only useful if it identifies at * least two or more packages that are known to install the same file(s). * If a collision occurs and you can not explain where the file came from * then you should simply ignore the collision since there is not enough * information to determine if a real problem exists. Please do NOT file * a bug report at https://bugs.gentoo.org/ unless you report exactly * which two packages install the same file(s). See * https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how * to solve the problem. And once again, please do NOT file a bug report * unless you have completely understood the above message. * * Detected file collision(s): * * /usr/share/locale/es/LC_MESSAGES/cinnamon-settings-daemon.mo * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * gnome-extra/cinnamon-settings-daemon-3.0.1:0::gentoo * /usr/share/locale/es/LC_MESSAGES/cinnamon-settings-daemon.mo * * Package 'gnome-extra/cinnamon-translations-3.6.3' NOT merged due to * file collisions. If necessary, refer to your elog messages for the * whole content of the above message. Thanks for your help, David | Message tell you that a file (/usr/share/locale/es/LC_MESSAGES/cinnamon-settings-daemon.mo ) already exists in your system. This file seems provided by gnome-extra/cinnamon-settings-daemon-3.0.1 package. Try to update first cinnamon-settings-daemon to 3.6.1-r1 version maybe is a mixed packages (3.0.x with 3.6.x) problem |
I switched themes to Adwaita dark for Qt (adwaita-qt) and Gtk 2 but can't get it work for Gtk 3 applications. Code: $ cat /usr/share/themes/Adwaita-dark/gtk-3.0/gtk.css @import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css"); Is there a way to switch this dark theme for Gtk 3 apps also? | Can help this ? |
Hello everyone! I installed Gentoo yesterday on my computer and now i'm trying to setup CDM and DWM, i already installed Xorg (x11-base/xorg-x11, i need xrandr to fix my screen resolution), CDM (x11-misc/cdm) and DWM (x11-wm/dwm). The first thing i have done was configure CDM: Code: #!/bin/bash # # Example config file for cdm(1). # Values set here is the default as in cdm(1). # List of programs, commands with whitespaces should be quoted or escaped. # If unset, all sessions in /etc/X11/Sessions or /usr/share/xsessions are # offered as choices. # # (An example:) # binlist=( # '~/.xsession' # Launch your X session, # '/bin/bash --login' # or just execute your shell, # '/usr/bin/fbterm' # or start a frame buffer console, # '/usr/bin/cdm ~/.submenu.cdmrc' # or go to a submenu :) # ) binlist=('~/.xinitrc' '/bin/bash --login') # List all program display names, one-by-one matched with $binlist. # Names with whitespaces should be quoted or escaped. # # (Continued example:) # namelist=('X session' Console FBTerm 'Sub menu') namelist=('DWM' 'Console') # Type of the programs, one-by-one matched with $binlist. # `C' for *C*onsole programs, which would be `exec'ed. # `X' for *X* programs, which would be run with cdm-xlaunch(1). # # (Continued example:) # flaglist=(X C C C) flaglist=(X C) # Style for the cdm dialog, which is printed with dialog(1). # Default to unset, causing dialog(1) to use the system wide default. # See /usr/share/doc/cdm/themes for some nice choices. dialogrc= # Index of the first item in the menu. countfrom=0 # Set default display. display=0 # Where should the first X tty be spawned? # special value `keep' causes to run X in current tty. xtty=7 # Should cdm(1) stick to the specified display? locktty=no # Use ConsoleKit for X session? consolekit=no # Timeout for waiting for X session to register with ConsoleKit. cktimeout=30 # Additional arguments to pass to X server, which is usually called as: # /usr/bin/X :$display "${serverargs[@]}" vt$((xtty+display)) # Arguments with whitespaces should be quoted or escaped. serverargs=(-nolisten tcp) # Alternative method of calling startx(/setsid). Should only be set if cdm # does not start X as expected (bash -x shows call to setsid startx, but for # no apparent reason does not start X). # Only provided in the hope it may be useful, not a guaranteed fix. altstartx=no # Destination for stdout and stderr output from startx. startxlog=/var/log/cdm/startx Then created the ~/xinitrc file for DWM: Code: exec ck-launch-session dbus-launch --sh-syntax --exit-with-session dwm Then i changed the /etc/conf.d/xdm to use CDM: Code: # We always try and start X on a static VT. The various DMs normally default # to using VT7. If you wish to use the xdm init script, then you should ensure # that the VT checked is the same VT your DM wants to use. We do this check to # ensure that you haven't accidentally configured something to run on the VT # in your /etc/inittab file so that you don't get a dead keyboard. CHECKVT=7 # What display manager do you use ? [ xdm | gdm | kdm | gpe | entrance ] # NOTE: If this is set in /etc/rc.conf, that setting will override this one. DISPLAYMANAGER="cdm" And to finish i added the XDM to the default init level. The result is the normal console login, after login CDM shows up, when i select DWM it backs to the console login, the console option works fine, but when i try to log as root CDM shows up. I will leave here the CDM startx log: Code: xauth: file /root/.serverauth.2887 does not exist X.Org X Server 1.19.5 Release Date: 2017-10-12 X Protocol Version 11, Revision 0 Build Operating System: Linux 4.16.5-1-ARCH x86_64 Gentoo Current Operating System: Linux Gentoo 4.9.95-gentoo #2 SMP Thu May 3 12:27:58 -03 2018 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.95-gentoo root=/dev/sda4 Build Date: 02 May 2018 07:05:54PM Current version of pixman: 0.34.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: Fri May 4 10:40:37 2018 (==) Using config directory: "/etc/X11/xorg.conf.d" (==) Using system config directory "/usr/share/X11/xorg.conf.d" resize called 1024 768 xinit: Unable to run program "/root/.xinitrc": No such file or directory Specify a program on the command line or make sure that /usr/bin is in your path. xinit: connection to X server lost waiting for X server to shut down (II) Server terminated successfully (0). Closing log file. The Xorg log: Code: [ 13.036] X.Org X Server 1.19.5 Release Date: 2017-10-12 [ 13.036] X Protocol Version 11, Revision 0 [ 13.036] Build Operating System: Linux 4.16.5-1-ARCH x86_64 Gentoo [ 13.036] Current Operating System: Linux Gentoo 4.9.95-gentoo #2 SMP Thu May 3 12:27:58 -03 2018 x86_64 [ 13.036] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.95-gentoo root=/dev/sda4 [ 13.036] Build Date: 02 May 2018 07:05:54PM [ 13.036] [ 13.036] Current version of pixman: 0.34.0 [ 13.036] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 13.036] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 13.036] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 4 10:40:37 2018 [ 13.091] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 13.091] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 13.151] (==) No Layout section. Using the first Screen section. [ 13.151] (==) No screen section available. Using defaults. [ 13.151] (**) |-->Screen "Default Screen Section" (0) [ 13.151] (**) | |-->Monitor "<default monitor>" [ 13.151] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 13.151] (==) Automatically adding devices [ 13.151] (==) Automatically enabling devices [ 13.151] (==) Automatically adding GPU devices [ 13.151] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 13.242] (==) 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/ [ 13.242] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 13.242] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 13.242] (II) Loader magic: 0x56460f103c60 [ 13.242] (II) Module ABI versions: [ 13.242] X.Org ANSI C Emulation: 0.4 [ 13.242] X.Org Video Driver: 23.0 [ 13.242] X.Org XInput driver : 24.1 [ 13.242] X.Org Server Extension : 10.0 [ 13.242] (II) xfree86: Adding drm device (/dev/dri/card0) [ 13.242] (--) PCI:*(0:1:0:0) 10de:1244:0000:0000 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072 [ 13.242] (II) LoadModule: "glx" [ 13.243] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 13.428] (II) Module glx: vendor="X.Org Foundation" [ 13.428] compiled for 1.19.5, module version = 1.0.0 [ 13.428] ABI class: X.Org Server Extension, version 10.0 [ 13.428] (==) Matched nouveau as autoconfigured driver 0 [ 13.428] (==) Matched nv as autoconfigured driver 1 [ 13.428] (==) Matched nouveau as autoconfigured driver 2 [ 13.428] (==) Matched nv as autoconfigured driver 3 [ 13.428] (==) Matched modesetting as autoconfigured driver 4 [ 13.428] (==) Matched fbdev as autoconfigured driver 5 [ 13.428] (==) Matched vesa as autoconfigured driver 6 [ 13.428] (==) Assigned the driver to the xf86ConfigLayout [ 13.428] (II) LoadModule: "nouveau" [ 13.436] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so [ 13.460] (II) Module nouveau: vendor="X.Org Foundation" [ 13.460] compiled for 1.19.5, module version = 1.0.15 [ 13.460] Module class: X.Org Video Driver [ 13.460] ABI class: X.Org Video Driver, version 23.0 [ 13.460] (II) LoadModule: "nv" [ 13.482] (WW) Warning, couldn't open module nv [ 13.482] (II) UnloadModule: "nv" [ 13.482] (II) Unloading nv [ 13.482] (EE) Failed to load module "nv" (module does not exist, 0) [ 13.482] (II) LoadModule: "modesetting" [ 13.482] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 13.496] (II) Module modesetting: vendor="X.Org Foundation" [ 13.496] compiled for 1.19.5, module version = 1.19.5 [ 13.496] Module class: X.Org Video Driver [ 13.496] ABI class: X.Org Video Driver, version 23.0 [ 13.496] (II) LoadModule: "fbdev" [ 13.496] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 13.504] (II) Module fbdev: vendor="X.Org Foundation" [ 13.504] compiled for 1.19.5, module version = 0.4.4 [ 13.504] Module class: X.Org Video Driver [ 13.504] ABI class: X.Org Video Driver, version 23.0 [ 13.504] (II) LoadModule: "vesa" [ 13.504] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 13.515] (II) Module vesa: vendor="X.Org Foundation" [ 13.515] compiled for 1.19.5, module version = 2.3.4 [ 13.515] Module class: X.Org Video Driver [ 13.515] ABI class: X.Org Video Driver, version 23.0 [ 13.515] (II) NOUVEAU driver [ 13.515] (II) NOUVEAU driver for NVIDIA chipset families : [ 13.515] RIVA TNT (NV04) [ 13.515] RIVA TNT2 (NV05) [ 13.515] GeForce 256 (NV10) [ 13.515] GeForce 2 (NV11, NV15) [ 13.515] GeForce 4MX (NV17, NV18) [ 13.515] GeForce 3 (NV20) [ 13.515] GeForce 4Ti (NV25, NV28) [ 13.515] GeForce FX (NV3x) [ 13.515] GeForce 6 (NV4x) [ 13.515] GeForce 7 (G7x) [ 13.515] GeForce 8 (G8x) [ 13.515] GeForce GTX 200 (NVA0) [ 13.515] GeForce GTX 400 (NVC0) [ 13.515] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 13.515] (II) FBDEV: driver for framebuffer: fbdev [ 13.515] (II) VESA: driver for VESA chipsets: vesa [ 13.515] (++) using VT number 7 [ 13.515] (II) [drm] nouveau interface version: 1.3.1 [ 13.515] (WW) Falling back to old probe method for modesetting [ 13.515] (WW) Falling back to old probe method for fbdev [ 13.515] (II) Loading sub module "fbdevhw" [ 13.515] (II) LoadModule: "fbdevhw" [ 13.515] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 13.518] (II) Module fbdevhw: vendor="X.Org Foundation" [ 13.518] compiled for 1.19.5, module version = 0.0.2 [ 13.518] ABI class: X.Org Video Driver, version 23.0 [ 13.518] (WW) Falling back to old probe method for vesa [ 13.518] (II) Loading sub module "dri2" [ 13.518] (II) LoadModule: "dri2" [ 13.518] (II) Module "dri2" already built-in [ 13.518] (--) NOUVEAU(0): Chipset: "NVIDIA NVCF" [ 13.518] (II) NOUVEAU(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 13.518] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 [ 13.518] (==) NOUVEAU(0): RGB weight 888 [ 13.518] (==) NOUVEAU(0): Default visual is TrueColor [ 13.519] (==) NOUVEAU(0): Using HW cursor [ 13.519] (==) NOUVEAU(0): Allowed maximum DRI level 2. [ 13.519] (==) NOUVEAU(0): GLX sync to VBlank enabled. [ 13.519] (==) NOUVEAU(0): Page flipping enabled [ 13.519] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2] [ 13.519] (==) NOUVEAU(0): Page flipping synced to vblank by kernel. [ 13.519] (II) NOUVEAU(0): Initializing outputs ... [ 13.530] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section [ 13.664] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section [ 13.665] (II) NOUVEAU(0): Output HDMI-1 has no monitor section [ 13.665] (II) NOUVEAU(0): 3 crtcs needed for screen. [ 13.678] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen. [ 13.678] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen. [ 13.690] (II) NOUVEAU(0): EDID for output DVI-I-1 [ 13.831] (II) NOUVEAU(0): EDID for output DVI-I-2 [ 13.831] (II) NOUVEAU(0): Printing probed modes for output DVI-I-2 [ 13.831] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 13.831] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 13.831] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 13.831] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e) [ 13.831] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 13.832] (II) NOUVEAU(0): EDID for output HDMI-1 [ 13.832] (II) NOUVEAU(0): Output DVI-I-1 disconnected [ 13.832] (II) NOUVEAU(0): Output DVI-I-2 connected [ 13.832] (II) NOUVEAU(0): Output HDMI-1 disconnected [ 13.832] (II) NOUVEAU(0): Using exact sizes for initial modes [ 13.832] (II) NOUVEAU(0): Output DVI-I-2 using initial mode 1024x768 +0+0 [ 13.832] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0) [ 13.832] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 0) [ 13.832] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz [ 13.832] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 13.832] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz [ 13.832] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 13.832] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz [ 13.832] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 13.832] (**) NOUVEAU(0): Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz [ 13.832] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e) [ 13.832] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz [ 13.832] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 13.832] (==) NOUVEAU(0): DPI set to (96, 96) [ 13.832] (II) Loading sub module "fb" [ 13.832] (II) LoadModule: "fb" [ 13.832] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 13.840] (II) Module fb: vendor="X.Org Foundation" [ 13.840] compiled for 1.19.5, module version = 1.0.0 [ 13.840] ABI class: X.Org ANSI C Emulation, version 0.4 [ 13.840] (II) Loading sub module "shadowfb" [ 13.840] (II) LoadModule: "shadowfb" [ 13.840] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so [ 13.852] (II) Module shadowfb: vendor="X.Org Foundation" [ 13.852] compiled for 1.19.5, module version = 1.0.0 [ 13.852] ABI class: X.Org ANSI C Emulation, version 0.4 [ 13.852] (II) UnloadModule: "modesetting" [ 13.852] (II) Unloading modesetting [ 13.852] (II) UnloadModule: "fbdev" [ 13.852] (II) Unloading fbdev [ 13.852] (II) UnloadSubModule: "fbdevhw" [ 13.852] (II) Unloading fbdevhw [ 13.852] (II) UnloadModule: "vesa" [ 13.852] (II) Unloading vesa [ 13.852] (--) Depth 24 pixmap format is 32 bpp [ 13.874] (II) NOUVEAU(0): Channel setup complete. [ 13.895] (II) NOUVEAU(0): [COPY] async initialised. [ 13.897] (II) NOUVEAU(0): Hardware support for Present enabled [ 13.897] (II) NOUVEAU(0): [DRI2] Setup complete [ 13.897] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau [ 13.897] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau [ 13.897] (II) Loading sub module "exa" [ 13.897] (II) LoadModule: "exa" [ 13.897] (II) Loading /usr/lib64/xorg/modules/libexa.so [ 13.915] (II) Module exa: vendor="X.Org Foundation" [ 13.915] compiled for 1.19.5, module version = 2.6.0 [ 13.915] ABI class: X.Org Video Driver, version 23.0 [ 13.915] (II) EXA(0): Driver allocated offscreen pixmaps [ 13.915] (II) EXA(0): Driver registered support for the following operations: [ 13.915] (II) Solid [ 13.915] (II) Copy [ 13.915] (II) Composite (RENDER acceleration) [ 13.915] (II) UploadToScreen [ 13.915] (II) DownloadFromScreen [ 13.915] (==) NOUVEAU(0): Backing store enabled [ 13.915] (==) NOUVEAU(0): Silken mouse enabled [ 13.916] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video. [ 13.916] (II) NOUVEAU(0): [XvMC] Extension initialized. [ 13.916] (==) NOUVEAU(0): DPMS enabled [ 13.916] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 13.916] (--) RandR disabled [ 15.257] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 15.257] (II) AIGLX: enabled GLX_ARB_create_context [ 15.257] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 15.257] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 15.257] (II) AIGLX: enabled GLX_INTEL_swap_event [ 15.257] (II) AIGLX: enabled GLX_SGI_swap_control [ 15.257] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 15.257] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 15.257] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 15.257] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 15.257] (II) AIGLX: Loaded and initialized nouveau [ 15.257] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 15.258] (II) NOUVEAU(0): NVEnterVT is called. [ 15.280] (II) NOUVEAU(0): Setting screen physical size to 270 x 203 [ 15.281] resize called 1024 768 [ 15.663] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 15.663] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 15.663] (II) LoadModule: "libinput" [ 15.663] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 15.712] (II) Module libinput: vendor="X.Org Foundation" [ 15.712] compiled for 1.19.5, module version = 0.25.1 [ 15.712] Module class: X.Org XInput Driver [ 15.712] ABI class: X.Org XInput driver, version 24.1 [ 15.712] (II) Using input driver 'libinput' for 'Power Button' [ 15.712] (**) Power Button: always reports core events [ 15.712] (**) Option "Device" "/dev/input/event1" [ 15.712] (**) Option "_source" "server/udev" [ 15.712] (II) event1 - Power Button: is tagged by udev as: Keyboard [ 15.712] (II) event1 - Power Button: device is a keyboard [ 15.712] (II) event1 - Power Button: device removed [ 15.726] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1" [ 15.726] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 15.726] (II) event1 - Power Button: is tagged by udev as: Keyboard [ 15.726] (II) event1 - Power Button: device is a keyboard [ 15.726] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 15.726] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 15.726] (II) Using input driver 'libinput' for 'Power Button' [ 15.726] (**) Power Button: always reports core events [ 15.726] (**) Option "Device" "/dev/input/event0" [ 15.726] (**) Option "_source" "server/udev" [ 15.726] (II) event0 - Power Button: is tagged by udev as: Keyboard [ 15.726] (II) event0 - Power Button: device is a keyboard [ 15.726] (II) event0 - Power Button: device removed [ 15.742] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" [ 15.742] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 15.742] (II) event0 - Power Button: is tagged by udev as: Keyboard [ 15.742] (II) event0 - Power Button: device is a keyboard [ 15.742] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event2) [ 15.742] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall" [ 15.742] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse' [ 15.742] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events [ 15.742] (**) Option "Device" "/dev/input/event2" [ 15.742] (**) Option "_source" "server/udev" [ 15.742] (II) event2 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard [ 15.742] (II) event2 - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard [ 15.742] (II) event2 - MOSART Semi. 2.4G Keyboard Mouse: device removed [ 15.758] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:062A:4101.0001/input/input2/event2" [ 15.758] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 8) [ 15.758] (II) event2 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard [ 15.758] (II) event2 - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard [ 15.758] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event3) [ 15.758] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall" [ 15.758] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall" [ 15.758] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse' [ 15.758] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events [ 15.758] (**) Option "Device" "/dev/input/event3" [ 15.758] (**) Option "_source" "server/udev" [ 15.758] (II) event3 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard Mouse [ 15.758] (II) event3 - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer [ 15.758] (II) event3 - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard [ 15.758] (II) event3 - MOSART Semi. 2.4G Keyboard Mouse: device removed [ 15.774] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: needs a virtual subdevice [ 15.774] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:062A:4101.0002/input/input3/event3" [ 15.774] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: MOUSE, id 9) [ 15.774] (**) Option "AccelerationScheme" "none" [ 15.774] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) selected scheme none/0 [ 15.774] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration factor: 2.000 [ 15.774] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration threshold: 4 [ 15.774] (II) event3 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard Mouse [ 15.774] (II) event3 - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer [ 15.774] (II) event3 - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard [ 15.774] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/mouse0) [ 15.774] (II) No input driver specified, ignoring this device. [ 15.774] (II) This device may have been added with another device file. [ 15.782] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall" [ 15.782] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall" [ 15.782] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse' [ 15.782] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events [ 15.782] (**) Option "Device" "/dev/input/event3" [ 15.782] (**) Option "_source" "_driver/libinput" [ 15.782] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: is a virtual subdevice [ 15.782] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:062A:4101.0002/input/input3/event3" [ 15.782] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 10) [ 15.801] (II) event1 - Power Button: device removed [ 15.819] (II) event0 - Power Button: device removed [ 15.835] (II) event2 - MOSART Semi. 2.4G Keyboard Mouse: device removed [ 15.851] (II) event3 - MOSART Semi. 2.4G Keyboard Mouse: device removed [ 15.867] (II) UnloadModule: "libinput" [ 15.867] (II) UnloadModule: "libinput" [ 15.867] (II) UnloadModule: "libinput" [ 15.867] (II) UnloadModule: "libinput" [ 15.867] (II) UnloadModule: "libinput" [ 15.897] (II) NOUVEAU(0): NVLeaveVT is called. [ 16.017] (II) Server terminated successfully (0). Closing log file. Running both as user and root gives the same error. Thanks and plz be patient, i have autism . ## EDIT ############################ Now when i boot CDM shows up as expected, but the other errors persist. Error description: BOOT --> CDM --> SELECT DWM --> ASK FOR LOGIN --> CDM AGAIN --> SELECT DWM --> ASK FOR LOGIN --> . . . | What guide did you use to make the install? Gerard. |
Hi, For a week now I've been trying to launch Plasma. SDDM was first started. The mouse and keyboard worked, but Plasma did not running. You input the password and everything freezes, for a few seconds. Then it becomes unfreezes, but Plasma did not running. If you enter an incorrect password, SDDM says "login failed". After that I to switch to lightDM, but at startup the keyboard and mouse did not working. Returned back to SDDM, but the keyboard and mouse also does not work. .config make.conf world Xorg.0.log /etc/conf.d/xdm I'm using the AMDGPU driver . I do not know what to do anymore | gangstervano, Lets fix your Xorg first. Code: [ 270.761] (--) PCI:*(0:1:0:0) 1002:6819:1043:042c rev 0, Mem @ 0xe0000000/268435456, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072 says you have a Radeon HD 7850 / R7 265 / R9 270 1024SP card. Xorg shows that the preferred drivers are Code: [ 270.783] (==) Matched radeon as autoconfigured driver 0 [ 270.783] (==) Matched ati as autoconfigured driver 1 [ 270.783] (==) Matched ati as autoconfigured driver 2 [ 270.783] (==) Matched modesetting as autoconfigured driver 3 [ 270.783] (==) Matched fbdev as autoconfigured driver 4 [ 270.783] (==) Matched vesa as autoconfigured driver 5 but it does not exist Code: [ 270.783] (II) LoadModule: "radeon" [ 270.793] (WW) Warning, couldn't open module radeon [ 270.793] (II) UnloadModule: "radeon" [ 270.793] (II) Unloading radeon [ 270.793] (EE) Failed to load module "radeon" (module does not exist, 0) Xorg falls back to the modesetting driver which has no graphics acceleration at all. Some shiny desktops require 3D acceleration. In make.conf you have Code: VIDEO_CARDS="amdgpu radeonsi" but not radeon, which is what Xorg wants to use. You did have Code: #VIDEO_CARDS="radeon" but its commented out. Code: FEATURES="ccache" is only useful on packages where its known to work and that you are developing. It leads to a lot of hard to find problems. It looks like you have that hard bit right. Thats Code: CONFIG_EXTRA_FIRMWARE="radeon/pitcairn_ce.bin radeon/pitcairn_mc.bin radeon/pitcairn_me.bin radeon/pitcairn_pfp.bin radeon/pitcairn_rlc.bin radeon/pitcairn_smc.bin radeon/pitcairn_k_smc.bin radeon/TAHITI_uvd.bin radeon/TAHITI_vce.bin" CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" Fix your VIDEO_CARDS, just add in radeon and rebuild everything that affects. When Xorg is using the radeon driver, we can look at the next problem, if there is one. |
Hello, I'm trying to run piklab which is an old KDE4 application. The application was running OK before recent update, now I have only: Code: piklab: version 0.16.2 (rev. distribution) kbuildsycoca4 running.. Could not find katepart: Install Kate. KCrash: Application 'piklab' crashing.. ... Last time it was fixed by installing katepart, but katepart was recently removed from portage tree. Now installing kde-apps/kate and kde-apps/kwrite did not fix the problem. Is there a replacement for katepart? If not then are there any getnoo "archives" where I can download old, removed ebuilds and possibly edit them and add to my local overlay? Thank You, Michael Widlok | I believe katepart was moved to kde-sunset overlay. Beware of ancient marauding dragons when adding that overlay though. Is there no one upstream working on piklab anymore? It would need to be ported to Qt5/KF5. |
A couple of weeks ago I switched to the unstable firefox, (firefox-58.0.1), which required the following in /etc/portage/package.keywords: Code: =media-libs/libpng-1.6.34 ~amd64 =dev-lang/rust-1.23.0-r1 ~amd64 =virtual/rust-1.23.0 ~amd64 =dev-util/cargo-0.24.0 ~amd64 =dev-libs/nspr-4.19 ~amd64 =dev-libs/nss-3.36 ~amd64 www-client/firefox ~amd64 After the switch, sometimes, when firefox is not the "active" by mouse selection, window the firefox window does not refresh. For example: If I drag an xterm window over firefox, there are black rectangles on firefox window where I drug the xterm window and firefox does not refresh untill firefox is the active (by mouse selection) window. Another example, I switch to another desk-top (I use OpenBox Windows manager) and then back to the desktop containing Firefox, the entire firefox window is black or has an image on it from the other desktop until I select firefox. This non-refresh seemes to happen about 20% of the time. Any suggestions for fixing firefox? (I do not see this behavior from any other gui application. I checked Libreoffice, Thunderbird, Chromium, Opera and Qutebrowser.) | I have the same problem. My workaround is to use compositing such as xcompmgr or compton. |
Hello. I have seen wonderfull theme for zsh, it's powerlevel9k, but i don't understand how to install it on Gentoo, because there isn't package for install it... Link: https://github.com/bhilburn/powerlevel9k How you install it ? And second question, who know the name of this zsh theme ? Link: https://imgur.com/r/unixporn/SjngRxG | I'm not sure but you should follow instruction for 'Install for Vanilla ZSH' and for the font you should install media-fonts/powerline-symbols package |
Hi. I upgraded to KDE 17.12.3 today from the stable branch, and I was surprised to see that ktexteditorpreviewplugin doesn't seem to be part of Kate. I looked through the plugins section in the settings window, but no luck. I found a separate masked package, but shouldn't this plugin be part of Kate now? If it is part of it, then where can I turn it on? Thanks. EDIT: the thread has been renamed from ktexteditorpreviewplugin missing from kate to ktexteditorpreviewplugin doesn't make previews . | In Settings -> Configure Kate... -> Plugins I see Document preview. |
Good evening, some time ago I had a problem with java/icedtea which is solved by now: https://forums.gentoo.org/viewtopic-t-1077086-highlight-.html I tried to solve this problem with different actions (like re-compiling all sorts of things) and unfortunately I made a big mistake when I thought I could try a newer (unstable) version of glibc. This is the way sys-libs/glibc-2.26-r5 found its way on the system. Afterwards a new problem became visible: Kontact crashes when I try to read certain eMails in KMail. I don't know what's special in those eMails - at least they have in common that they contain HTML and external sources of pictures. This is the output when I start Kontact in a terminal: Code: $ kontact kf5.kxmlgui: cannot find .rc file "kontactsummary_part.rc" for component "kontact" No such XML file "/home/andy/.local/share/kontact/default-.rc" *** KMail got signal 11 (Exiting) *** Dead letters dumped. KCrash: Application 'kontact' crashing... KCrash: Attempting to start /usr/lib/libexec/drkonqi from kdeinit sock_file=/var/run/user/1000/kdeinit5__0 [1]+ Angehalten kontact And a moment later the terminal is flooded with: Code: $ QSocketNotifier: Invalid socket 8 and type 'Read', disabling... QSocketNotifier: Invalid socket 80 and type 'Read', disabling... QSocketNotifier: Invalid socket 59 and type 'Read', disabling... [warn] epoll_wait: Ungültiger Dateideskriptor [warn] epoll_wait: Ungültiger Dateideskriptor [warn] epoll_wait: Ungültiger Dateideskriptor [warn] epoll_wait: Ungültiger Dateideskriptor [warn] epoll_wait: Ungültiger Dateideskriptor [warn] epoll_wait: Ungültiger Dateideskriptor (the '[warn] epoll_wait: Ungültiger Dateideskriptor' - maybe 'invalid file describtor'? - is repeated again and again...) What did I try to solve this: - downgrade glibc to the previous - stable - version (this was the moment portage remembered me that there was something special with glibc...) - so I kept sys-libs/glibc-2.26-r5 - recompile the complete list of dev-qt, kde-frameworks, kde-plasma and all of kde-apps related to Kontact/KMail - no difference - I upgraded to versions: qt >5.9.5, kde-frameworks >5.45.0, kde-plasma >5.13.0, kde-apps >17.13.0 - no difference - recompiled binutils, glibc, libtool - no difference - made a clean start of akonadi like described here: https://docs.kde.org/trunk5/en/pim/kmail2/clean-start-after-a-failed-migration.html - lot's of traffic on the network but no difference I hesitate to upgrade glibc to a newer - even more unstable? - version to see if this would help... I don't want to go further on this dark and uncertain one-way street And I don't even know if the crashes are related to sys-libs/glibc-2.26-r5... Is there anybody out there with some hints what to do next? Thanks! Andy | OK, I think it's solved. Since then I have always updated dev-qt/*, kde-plasma/*, kde-frameworks/* and kde-apps/* to the latest unstable - last Friday kde-apps/* was put to kde-apps/*-18.04.0. And afterwards kmail/kontact didn't crash anymore (even not with the 'test-emails' I used to test if it would crash). Now I hope this issue will not come back because I still don't know what caused it in the end |
Hello community, I have been trying to install X and I can't startx. It seems it is a problem with the evdev INPUT_DEVICES, though I am not quite sure. I leave the log here in hope someone is able to tell me what is wrong: Code: [ 153.376] X.Org X Server 1.19.5 Release Date: 2017-10-12 [ 153.380] X Protocol Version 11, Revision 0 [ 153.381] Build Operating System: Linux 4.14.20-std521-amd64 x86_64 Gentoo [ 153.382] Current Operating System: Linux Sofinha 4.16.3-gentoo #3 SMP Mon Apr 23 20:47:26 CDT 2018 x86_64 [ 153.382] Kernel command line: BOOT_IMAGE=/vmlinuz-4.16.3-gentoo root=/dev/sda4 ro [ 153.384] Build Date: 23 April 2018 05:21:48PM [ 153.385] [ 153.386] Current version of pixman: 0.34.0 [ 153.388] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 153.388] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 153.391] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 23 22:47:31 2018 [ 153.392] (==) Using config file: "/etc/X11/xorg.conf" [ 153.393] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 153.394] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 153.394] (==) ServerLayout "Layout0" [ 153.394] (**) |-->Screen "Screen0" (0) [ 153.394] (**) | |-->Monitor "Monitor0" [ 153.394] (**) | |-->Device "Device0" [ 153.394] (**) | |-->GPUDevice "Device0" [ 153.394] (**) |-->Input Device "Keyboard0" [ 153.394] (**) |-->Input Device "Mouse0" [ 153.394] (==) Automatically adding devices [ 153.394] (==) Automatically enabling devices [ 153.394] (==) Automatically adding GPU devices [ 153.394] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 153.394] (==) 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/ [ 153.394] (**) ModulePath set to "/usr/lib64/xorg/modules" [ 153.394] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 153.394] (WW) Disabling Keyboard0 [ 153.394] (WW) Disabling Mouse0 [ 153.394] (II) Loader magic: 0x55618edc6c40 [ 153.394] (II) Module ABI versions: [ 153.394] X.Org ANSI C Emulation: 0.4 [ 153.394] X.Org Video Driver: 23.0 [ 153.394] X.Org XInput driver : 24.1 [ 153.394] X.Org Server Extension : 10.0 [ 153.395] (II) xfree86: Adding drm device (/dev/dri/card1) [ 153.395] (II) xfree86: Adding drm device (/dev/dri/card0) [ 153.403] (--) PCI:*(0:0:2:0) 8086:0166:1043:1467 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072 [ 153.403] (--) PCI: (0:1:0:0) 10de:1140:1043:2132 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288 [ 153.403] (II) LoadModule: "glx" [ 153.403] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 153.404] (II) Module glx: vendor="X.Org Foundation" [ 153.404] compiled for 1.19.5, module version = 1.0.0 [ 153.404] ABI class: X.Org Server Extension, version 10.0 [ 153.404] (II) LoadModule: "intel" [ 153.404] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 153.404] (II) Module intel: vendor="X.Org Foundation" [ 153.404] compiled for 1.19.5, module version = 2.99.917 [ 153.404] Module class: X.Org Video Driver [ 153.404] ABI class: X.Org Video Driver, version 23.0 [ 153.404] (II) intel: Driver for Intel(R) 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 [ 153.404] (II) intel: Driver for Intel(R) HD Graphics [ 153.404] (II) intel: Driver for Intel(R) Iris(TM) Graphics [ 153.404] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics [ 153.405] (--) using VT number 7 [ 153.421] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20171222 [ 153.433] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000 [ 153.433] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 2 threads [ 153.433] (**) intel(0): Depth 24, (--) framebuffer bpp 32 [ 153.433] (==) intel(0): RGB weight 888 [ 153.433] (==) intel(0): Default visual is TrueColor [ 153.434] (II) intel(0): Output LVDS1 using monitor section Monitor0 [ 153.434] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1 [ 153.434] (II) intel(0): Enabled output LVDS1 [ 153.434] (II) intel(0): Output VGA1 has no monitor section [ 153.434] (II) intel(0): Enabled output VGA1 [ 153.434] (II) intel(0): Output HDMI1 has no monitor section [ 153.435] (II) intel(0): Enabled output HDMI1 [ 153.435] (II) intel(0): Output DP1 has no monitor section [ 153.435] (II) intel(0): Enabled output DP1 [ 153.435] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 153.435] (II) intel(0): Output VIRTUAL1 has no monitor section [ 153.435] (II) intel(0): Enabled output VIRTUAL1 [ 153.435] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0 [ 153.435] (==) intel(0): TearFree disabled [ 153.435] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 153.435] (==) intel(0): DPI set to (96, 96) [ 153.435] (II) Loading sub module "dri3" [ 153.435] (II) LoadModule: "dri3" [ 153.435] (II) Module "dri3" already built-in [ 153.435] (II) Loading sub module "dri2" [ 153.435] (II) LoadModule: "dri2" [ 153.435] (II) Module "dri2" already built-in [ 153.435] (II) Loading sub module "present" [ 153.435] (II) LoadModule: "present" [ 153.435] (II) Module "present" already built-in [ 153.435] (==) Depth 24 pixmap format is 32 bpp [ 153.436] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend [ 153.436] (==) intel(0): Backing store enabled [ 153.436] (==) intel(0): Silken mouse enabled [ 153.436] (II) intel(0): HW Cursor enabled [ 153.436] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 153.436] (**) intel(0): DPMS enabled [ 153.436] (==) intel(0): Display hotplug detection enabled [ 153.436] (II) intel(0): [DRI2] Setup complete [ 153.436] (II) intel(0): [DRI2] DRI driver: i965 [ 153.436] (II) intel(0): [DRI2] VDPAU driver: va_gl [ 153.436] (II) intel(0): direct rendering: DRI2 enabled [ 153.436] (II) intel(0): hardware support for Present enabled [ 153.436] (--) RandR disabled [ 153.446] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 153.446] (II) AIGLX: enabled GLX_ARB_create_context [ 153.446] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 153.446] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 153.446] (II) AIGLX: enabled GLX_INTEL_swap_event [ 153.446] (II) AIGLX: enabled GLX_SGI_swap_control [ 153.446] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 153.446] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 153.446] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 153.446] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 153.446] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 153.446] (II) AIGLX: Loaded and initialized i965 [ 153.446] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 153.447] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 153.451] (II) intel(0): Setting screen physical size to 361 x 203 [ 153.516] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 153.516] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 153.516] (II) LoadModule: "evdev" [ 153.516] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 153.516] (II) Module evdev: vendor="X.Org Foundation" [ 153.516] compiled for 1.19.5, module version = 2.10.5 [ 153.516] Module class: X.Org XInput Driver [ 153.516] ABI class: X.Org XInput driver, version 24.1 [ 153.516] (II) Using input driver 'evdev' for 'Power Button' [ 153.516] (**) Power Button: always reports core events [ 153.516] (**) evdev: Power Button: Device: "/dev/input/event2" [ 153.516] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 153.516] (--) evdev: Power Button: Found keys [ 153.516] (II) evdev: Power Button: Configuring as keyboard [ 153.516] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 153.516] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 153.516] (**) Option "xkb_rules" "evdev" [ 153.517] (II) config/udev: Adding input device Video Bus (/dev/input/event4) [ 153.517] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 153.517] (II) Using input driver 'evdev' for 'Video Bus' [ 153.517] (**) Video Bus: always reports core events [ 153.517] (**) evdev: Video Bus: Device: "/dev/input/event4" [ 153.517] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 153.517] (--) evdev: Video Bus: Found keys [ 153.517] (II) evdev: Video Bus: Configuring as keyboard [ 153.517] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4" [ 153.517] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 153.517] (**) Option "xkb_rules" "evdev" [ 153.518] (II) config/udev: Adding input device Video Bus (/dev/input/event3) [ 153.518] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 153.518] (II) Using input driver 'evdev' for 'Video Bus' [ 153.518] (**) Video Bus: always reports core events [ 153.518] (**) evdev: Video Bus: Device: "/dev/input/event3" [ 153.518] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 153.518] (--) evdev: Video Bus: Found keys [ 153.518] (II) evdev: Video Bus: Configuring as keyboard [ 153.518] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input3/event3" [ 153.518] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8) [ 153.518] (**) Option "xkb_rules" "evdev" [ 153.518] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 153.518] (II) No input driver specified, ignoring this device. [ 153.518] (II) This device may have been added with another device file. [ 153.519] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 153.519] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 153.519] (II) Using input driver 'evdev' for 'Sleep Button' [ 153.519] (**) Sleep Button: always reports core events [ 153.519] (**) evdev: Sleep Button: Device: "/dev/input/event1" [ 153.519] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 153.519] (--) evdev: Sleep Button: Found keys [ 153.519] (II) evdev: Sleep Button: Configuring as keyboard [ 153.519] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 153.519] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 153.519] (**) Option "xkb_rules" "evdev" [ 153.520] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7) [ 153.520] (II) No input driver specified, ignoring this device. [ 153.520] (II) This device may have been added with another device file. [ 153.520] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8) [ 153.520] (II) No input driver specified, ignoring this device. [ 153.520] (II) This device may have been added with another device file. [ 153.520] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9) [ 153.520] (II) No input driver specified, ignoring this device. [ 153.520] (II) This device may have been added with another device file. [ 153.521] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5) [ 153.521] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 153.521] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 153.521] (**) AT Translated Set 2 keyboard: always reports core events [ 153.521] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5" [ 153.521] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 153.521] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 153.521] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 153.521] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5" [ 153.521] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10) [ 153.521] (**) Option "xkb_rules" "evdev" [ 153.521] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event10) [ 153.521] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall" [ 153.521] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse' [ 153.521] (**) PS/2 Generic Mouse: always reports core events [ 153.521] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event10" [ 153.521] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1 [ 153.521] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons [ 153.521] (--) evdev: PS/2 Generic Mouse: Found relative axes [ 153.521] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes [ 153.521] (II) evdev: PS/2 Generic Mouse: Configuring as mouse [ 153.522] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5 [ 153.522] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 153.522] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event10" [ 153.522] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 11) [ 153.522] (II) evdev: PS/2 Generic Mouse: initialized for relative axes. [ 153.522] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1 [ 153.522] (**) PS/2 Generic Mouse: (accel) acceleration profile 0 [ 153.522] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000 [ 153.522] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4 [ 153.634] (II) evdev: PS/2 Generic Mouse: Close [ 153.634] (II) UnloadModule: "evdev" [ 153.634] (II) evdev: AT Translated Set 2 keyboard: Close [ 153.634] (II) UnloadModule: "evdev" [ 153.634] (II) evdev: Sleep Button: Close [ 153.634] (II) UnloadModule: "evdev" [ 153.634] (II) evdev: Video Bus: Close [ 153.634] (II) UnloadModule: "evdev" [ 153.634] (II) evdev: Video Bus: Close [ 153.634] (II) UnloadModule: "evdev" [ 153.634] (II) evdev: Power Button: Close [ 153.635] (II) UnloadModule: "evdev" [ 153.723] (II) Server terminated successfully (0). Closing log file. Why does it terminate before even starting? Thank you all for any information on the matter. | Semantika ... there are no "(EE) errors" there, so I suspect it has nothing to do with evdev or the xserver, do you have something providing a window manager or DE installed, and/or are you 'exec <wm>' in ~/.xinitrc? If you've installed x11-base/xorg-server rather than x11-base/xorg-x11 then this won't provide a window manager, you'd need to install this seperately (ie, any of x11-wm/). EDIT: I just read the threads subject line, you get this error from startx? HTH & best ... khay |
Ii have latest powerdevil 5.12.2 with latest KDE unstable and I enabled brightness-control flag however I cannot change screenbrightness using function keys. However I can change it useing the scroller in power managment settings even thought it jumps around when I scroll it, it doesen't jump around when I login with root. I have to resort to use xbacklight to change brightness, how do I make function keys work? | This is a known bug in >= Plasma-5.12 the KDE developers are currently trying to figure out how to fix. The_Document wrote: I find it harsh how gentoo users must wait a long while to obtain latest revisions of many softwares. Things like these are the reason why we do not stabilise early versions of a new release. |
I have been having this little problem for a while. I'm running KDE on a desktop machine with an AMD RX 480. However, while the 3d performance is great, the KDE GUI is horribly lagging. Everything else works great, including Vulkan. The only problem seems to be plain desktop applications, such as Konqueror or Kile. They just lag terribly and are very, very slow. Incidentally, if I switch to the open-source driver (eselect opengl xorg-x11) the problem entirely disappears. I have tried to check all sort of things, but I just can't figure out what the problem actually is. For the record, I'm running kernel 4.9.6-gentoo-r1, mesa-17.0.0, llvm-3.9.0-r1, libdrm-2.4.73, and the driver version is 16.60-379184. Any ideas or help? | Im facing other problems. Vulkan is not working for me, and glxinfo report me some errors. Im using vulkan overlay ebuilds x11-libs/libdrm-2.4.70-r1::vulkan x11-drivers/amdgpu-pro-16.60.379184-r1:1::vulkan media-libs/mesa-9999::vulkan https://github.com/Lucretia/vulkan-overlay glxinfo | grep libGL Quote: Xlib: extension "AMDGPU" missing on display ":0". Xlib: extension "AMDGPU" missing on display ":0". Xlib: extension "AMDGPU" missing on display ":0". desktop is working great, and opengl too. no vulkan... cat /etc/X11/xorg.conf.d/* Quote: Section "Device" Identifier "RX480_1" Driver "amdgpu" BusID "PCI:1:0:0" Option "DRI" "3" Option "AccelMethod" "glamor" Option "TearFree" "on" EndSection Section "Monitor" Identifier "Your monitor name" VendorName "The make" ModelName "The model" Option "DPMS" "true" # Might want to turn this off if using an R9 390 EndSection Section "Screen" Identifier "Your screen name" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "Files" ModulePath "/usr/lib64/opengl/amdgpu-pro" ModulePath "/usr/lib32/opengl/amdgpu-pro" ModulePath "/usr/lib64/xorg/modules" EndSection glxgears works great, but same error... glxgears Quote: Xlib: extension "AMDGPU" missing on display ":0". 38067 frames in 5.0 seconds = 7613.325 FPS 38789 frames in 5.0 seconds = 7757.763 FPS 39698 frames in 5.0 seconds = 7939.597 FPS 39720 frames in 5.0 seconds = 7943.838 FPS |
Hello. I installed Plasma and am using sddm. I have installed xog and nvidia-390.42. Sddm loads up and lets me enter my psswd, but then loads me into a black screen with an over sized cursor but can not interact with anything. I have to alt+f1 to restart my system. Here is the /var/log/Xorg.0.log http://bpaste.net/show/ec7511e9a357 My /etc/X11/xorg.conf http://bpaste.net/show/39e665cf99da Hopefully someone knows what I did wrong. Thanks | I guess I had a frame buffer selected in my kernel settings under my graphics support. I edited it out and rebuilt the kernel and rebooted succesfully into gentoo. It is Sooo nice to be back in gentoo plasma again!!! cheers! |
I have a fairly basic setup - OpenRC, Alsa, Wayland and Weston - I wish to start wayland on boot but I'm not exactly sure how - I attempted to start with a basic init script (below), but it appears that it wont start with the error 'weston-launch: failed to open tty: No such file or directory'. I expect this is because Wayland appears to consume the executing TTY as opposed to the X11/XDM ecosystem which seems to create VT7. Edit: I should mention that if I start wayland via an interactive shell it works, via SSH or setting to run on boot does not. I'm fairly new to the wayland scene and I'm pretty confident I'm doing something wrong, but I can't find much support for openrc systems - can anybody assist ? Code: ~ # cat /etc/init.d/weston #!/sbin/openrc-run # ### BEGIN INIT INFO # Provides: weston # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ### END INIT INFO killproc() { pid=`/usr/bin/pidof $1` [ "$pid" != "" ] && kill $pid } start(){ . /etc/profile # This is all a nasty hack if test -z "$XDG_RUNTIME_DIR"; then export XDG_RUNTIME_DIR=/home/media mkdir --parents $XDG_RUNTIME_DIR chmod 0700 $XDG_RUNTIME_DIR fi weston-launch -u media --tty 1 -- -c /home/media/.config/weston.ini & disown return 0; } stop(){ killproc weston; return 0; } ~ # /etc/init.d/weston restart weston-launch: failed to open tty: No such file or directory | Solved the issue somewhat, following https://wiki.gentoo.org/wiki/Automatic_login_to_virtual_console and https://wiki.parabola.nu/Wayland#Autostart looks like I have something that partially works (though it's not as nice as an init script). My bashrc looks like this: Code: if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then export XDG_RUNTIME_DIR=/home/clin dbus-run-session -- weston-launch -- -c /home/clin/.config/weston.ini fi |
I am new to Gentoo and have gotten everything I like installed and working for the most part. WiFi was a bit of trouble and that took me through some init scripts so I am getting more and more familiar with the system. I am having trouble with getting lightdm to work. I have seen similar postings but none seem to work. Symptom: Upon booting up after OpenRC runs through the init process it goes to a black screen with a white underscore cursor in the upper left hand corner. Info I can switch to another terminal and log in as my user and run startxfce4 and my desktop environmnet comes up just fine. So I'm pretty sure X is set up correctly. I can then run rc-status and see that xdm is listed as crashed. If I stop the xdm script it reports that it is also stopping lightdm and that the start-stop-daemon can't be found. Which is odd because I can see it is in /sbin. If I try starting it again it goes to a black screen but it does report: Code: syslogd: /var/log/news/news.crit: no such file or directory syslogd: /var/log/news/news.err: no such file or directory syslogd: /var/log/news/news.notice: no such file or directory syslogd: /dev/xconsole: No such file or directory I have added dbus and xdm to the default run level. As instructed on the Lightdm wiki page. My ~/.Xauthority file has permissions for my user. Here is my /var/log/Xorg.0.log Code: [ 42999.872] X.Org X Server 1.19.5 Release Date: 2017-10-12 [ 42999.879] X Protocol Version 11, Revision 0 [ 42999.881] Build Operating System: Linux 4.5.2-aufs-r1 x86_64 Gentoo [ 42999.883] Current Operating System: Linux boxtoo 4.9.76-gentoo-r1 #3 SMP Tue Mar 27 09:58:27 -00 2018 x86_64 [ 42999.883] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.76-gentoo-r1 root=/dev/sda4 ro [ 42999.887] Build Date: 20 March 2018 10:01:13AM [ 42999.888] [ 42999.890] Current version of pixman: 0.34.0 [ 42999.894] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 42999.894] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 42999.901] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 30 08:55:42 2018 [ 42999.902] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 42999.904] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 42999.904] (==) No Layout section. Using the first Screen section. [ 42999.904] (==) No screen section available. Using defaults. [ 42999.904] (**) |-->Screen "Default Screen Section" (0) [ 42999.904] (**) | |-->Monitor "<default monitor>" [ 42999.904] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 42999.904] (==) Automatically adding devices [ 42999.904] (==) Automatically enabling devices [ 42999.904] (==) Automatically adding GPU devices [ 42999.904] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 42999.904] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 42999.904] Entry deleted from font path. [ 42999.904] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 42999.904] Entry deleted from font path. [ 42999.904] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 42999.904] Entry deleted from font path. [ 42999.904] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 42999.904] Entry deleted from font path. [ 42999.904] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 42999.904] Entry deleted from font path. [ 42999.904] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 42999.904] Entry deleted from font path. [ 42999.904] (==) FontPath set to: [ 42999.904] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 42999.904] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 42999.904] (II) Loader magic: 0x55ec4deaec60 [ 42999.904] (II) Module ABI versions: [ 42999.904] X.Org ANSI C Emulation: 0.4 [ 42999.904] X.Org Video Driver: 23.0 [ 42999.904] X.Org XInput driver : 24.1 [ 42999.904] X.Org Server Extension : 10.0 [ 42999.905] (II) xfree86: Adding drm device (/dev/dri/card0) [ 42999.909] (--) PCI:*(0:0:2:0) 8086:0046:17aa:21d6 rev 2, Mem @ 0xf8800000/4194304, 0xf0000000/134217728, I/O @ 0x00001800/8, BIOS @ 0x????????/131072 [ 42999.909] (--) PCI: (0:1:0:0) 10de:0a6c:17aa:21d5 rev 162, Mem @ 0xcc000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288 [ 42999.909] (II) LoadModule: "glx" [ 42999.909] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 42999.911] (II) Module glx: vendor="X.Org Foundation" [ 42999.911] compiled for 1.19.5, module version = 1.0.0 [ 42999.911] ABI class: X.Org Server Extension, version 10.0 [ 42999.911] (==) Matched intel as autoconfigured driver 0 [ 42999.911] (==) Matched intel as autoconfigured driver 1 [ 42999.911] (==) Matched modesetting as autoconfigured driver 2 [ 42999.911] (==) Matched fbdev as autoconfigured driver 3 [ 42999.911] (==) Matched vesa as autoconfigured driver 4 [ 42999.911] (==) Assigned the driver to the xf86ConfigLayout [ 42999.911] (II) LoadModule: "intel" [ 42999.911] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 42999.912] (II) Module intel: vendor="X.Org Foundation" [ 42999.912] compiled for 1.19.5, module version = 2.99.917 [ 42999.912] Module class: X.Org Video Driver [ 42999.912] ABI class: X.Org Video Driver, version 23.0 [ 42999.912] (II) LoadModule: "modesetting" [ 42999.912] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 42999.912] (II) Module modesetting: vendor="X.Org Foundation" [ 42999.912] compiled for 1.19.5, module version = 1.19.5 [ 42999.912] Module class: X.Org Video Driver [ 42999.912] ABI class: X.Org Video Driver, version 23.0 [ 42999.912] (II) LoadModule: "fbdev" [ 42999.912] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 42999.912] (II) Module fbdev: vendor="X.Org Foundation" [ 42999.912] compiled for 1.19.5, module version = 0.4.4 [ 42999.912] Module class: X.Org Video Driver [ 42999.912] ABI class: X.Org Video Driver, version 23.0 [ 42999.912] (II) LoadModule: "vesa" [ 42999.912] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 42999.912] (II) Module vesa: vendor="X.Org Foundation" [ 42999.912] compiled for 1.19.5, module version = 2.3.4 [ 42999.912] Module class: X.Org Video Driver [ 42999.912] ABI class: X.Org Video Driver, version 23.0 [ 42999.912] (II) intel: Driver for Intel(R) 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 [ 42999.912] (II) intel: Driver for Intel(R) HD Graphics [ 42999.913] (II) intel: Driver for Intel(R) Iris(TM) Graphics [ 42999.913] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics [ 42999.913] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 42999.913] (II) FBDEV: driver for framebuffer: fbdev [ 42999.913] (II) VESA: driver for VESA chipsets: vesa [ 42999.913] (--) using VT number 8 [ 42999.927] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160919 [ 42999.928] (WW) Falling back to old probe method for modesetting [ 42999.928] (WW) Falling back to old probe method for fbdev [ 42999.928] (II) Loading sub module "fbdevhw" [ 42999.928] (II) LoadModule: "fbdevhw" [ 42999.928] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 42999.928] (II) Module fbdevhw: vendor="X.Org Foundation" [ 42999.928] compiled for 1.19.5, module version = 0.0.2 [ 42999.928] ABI class: X.Org Video Driver, version 23.0 [ 42999.928] (WW) Falling back to old probe method for vesa [ 42999.928] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics [ 42999.928] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 2 threads [ 42999.928] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 42999.928] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 42999.928] (==) intel(0): RGB weight 888 [ 42999.928] (==) intel(0): Default visual is TrueColor [ 42999.929] (II) intel(0): Output LVDS1 has no monitor section [ 42999.929] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1 [ 42999.929] (II) intel(0): Enabled output LVDS1 [ 42999.929] (II) intel(0): Output VGA1 has no monitor section [ 42999.929] (II) intel(0): Enabled output VGA1 [ 42999.929] (II) intel(0): Output HDMI1 has no monitor section [ 42999.930] (II) intel(0): Enabled output HDMI1 [ 42999.930] (II) intel(0): Output DP1 has no monitor section [ 42999.930] (II) intel(0): Enabled output DP1 [ 42999.930] (II) intel(0): Output HDMI2 has no monitor section [ 42999.930] (II) intel(0): Enabled output HDMI2 [ 42999.930] (II) intel(0): Output HDMI3 has no monitor section [ 42999.930] (II) intel(0): Enabled output HDMI3 [ 42999.930] (II) intel(0): Output DP2 has no monitor section [ 42999.931] (II) intel(0): Enabled output DP2 [ 42999.931] (II) intel(0): Output DP3 has no monitor section [ 42999.931] (II) intel(0): Enabled output DP3 [ 42999.931] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 42999.931] (II) intel(0): Output VIRTUAL1 has no monitor section [ 42999.931] (II) intel(0): Enabled output VIRTUAL1 [ 42999.931] (--) intel(0): Output LVDS1 using initial mode 1440x900 on pipe 0 [ 42999.931] (==) intel(0): TearFree disabled [ 42999.931] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 42999.931] (==) intel(0): DPI set to (96, 96) [ 42999.931] (II) Loading sub module "dri3" [ 42999.931] (II) LoadModule: "dri3" [ 42999.931] (II) Module "dri3" already built-in [ 42999.931] (II) Loading sub module "dri2" [ 42999.931] (II) LoadModule: "dri2" [ 42999.931] (II) Module "dri2" already built-in [ 42999.931] (II) Loading sub module "present" [ 42999.931] (II) LoadModule: "present" [ 42999.931] (II) Module "present" already built-in [ 42999.931] (II) UnloadModule: "modesetting" [ 42999.931] (II) Unloading modesetting [ 42999.931] (II) UnloadModule: "fbdev" [ 42999.931] (II) Unloading fbdev [ 42999.932] (II) UnloadSubModule: "fbdevhw" [ 42999.932] (II) Unloading fbdevhw [ 42999.932] (II) UnloadModule: "vesa" [ 42999.932] (II) Unloading vesa [ 42999.932] (==) Depth 24 pixmap format is 32 bpp [ 42999.932] (II) intel(0): SNA initialized with Ironlake (gen5) backend [ 42999.932] (==) intel(0): Backing store enabled [ 42999.932] (==) intel(0): Silken mouse enabled [ 42999.932] (II) intel(0): HW Cursor enabled [ 42999.932] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 42999.932] (==) intel(0): DPMS enabled [ 42999.932] (==) intel(0): Display hotplug detection enabled [ 42999.933] (II) intel(0): [DRI2] Setup complete [ 42999.933] (II) intel(0): [DRI2] DRI driver: i965 [ 42999.933] (II) intel(0): [DRI2] VDPAU driver: va_gl [ 42999.933] (II) intel(0): direct rendering: DRI2 enabled [ 42999.933] (II) intel(0): hardware support for Present enabled [ 42999.933] (--) RandR disabled [ 42999.945] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 42999.945] (II) AIGLX: enabled GLX_ARB_create_context [ 42999.945] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 42999.945] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 42999.945] (II) AIGLX: enabled GLX_INTEL_swap_event [ 42999.945] (II) AIGLX: enabled GLX_SGI_swap_control [ 42999.945] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 42999.945] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 42999.945] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 42999.945] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 42999.945] (II) AIGLX: Loaded and initialized i965 [ 42999.945] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 42999.958] (II) intel(0): switch to mode 1440x900@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 42999.973] (II) intel(0): Setting screen physical size to 381 x 238 [ 43000.004] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 43000.004] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 43000.004] (II) LoadModule: "libinput" [ 43000.004] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 43000.004] (II) Module libinput: vendor="X.Org Foundation" [ 43000.004] compiled for 1.19.5, module version = 0.25.1 [ 43000.004] Module class: X.Org XInput Driver [ 43000.004] ABI class: X.Org XInput driver, version 24.1 [ 43000.004] (II) Using input driver 'libinput' for 'Power Button' [ 43000.004] (**) Power Button: always reports core events [ 43000.005] (**) Option "Device" "/dev/input/event2" [ 43000.005] (**) Option "_source" "server/udev" [ 43000.005] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 43000.005] (II) event2 - (II) Power Button: (II) device is a keyboard [ 43000.005] (II) event2 - (II) Power Button: (II) device removed [ 43000.024] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 43000.024] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 43000.024] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 43000.024] (II) event2 - (II) Power Button: (II) device is a keyboard [ 43000.025] (II) config/udev: Adding input device Video Bus (/dev/input/event3) [ 43000.025] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 43000.025] (II) Using input driver 'libinput' for 'Video Bus' [ 43000.025] (**) Video Bus: always reports core events [ 43000.025] (**) Option "Device" "/dev/input/event3" [ 43000.025] (**) Option "_source" "server/udev" [ 43000.025] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43000.025] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 43000.025] (II) event3 - (II) Video Bus: (II) device removed [ 43000.044] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3" [ 43000.044] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 43000.044] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43000.044] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 43000.045] (II) config/udev: Adding input device Video Bus (/dev/input/event4) [ 43000.045] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 43000.045] (II) Using input driver 'libinput' for 'Video Bus' [ 43000.045] (**) Video Bus: always reports core events [ 43000.045] (**) Option "Device" "/dev/input/event4" [ 43000.045] (**) Option "_source" "server/udev" [ 43000.045] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43000.045] (II) event4 - (II) Video Bus: (II) device is a keyboard [ 43000.045] (II) event4 - (II) Video Bus: (II) device removed [ 43000.064] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input4/event4" [ 43000.064] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8) [ 43000.064] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43000.064] (II) event4 - (II) Video Bus: (II) device is a keyboard [ 43000.065] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 43000.065] (II) No input driver specified, ignoring this device. [ 43000.065] (II) This device may have been added with another device file. [ 43000.065] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 43000.065] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 43000.065] (II) Using input driver 'libinput' for 'Sleep Button' [ 43000.065] (**) Sleep Button: always reports core events [ 43000.065] (**) Option "Device" "/dev/input/event1" [ 43000.065] (**) Option "_source" "server/udev" [ 43000.065] (II) event1 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 43000.065] (II) event1 - (II) Sleep Button: (II) device is a keyboard [ 43000.065] (II) event1 - (II) Sleep Button: (II) device removed [ 43000.084] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 43000.084] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 43000.084] (II) event1 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 43000.084] (II) event1 - (II) Sleep Button: (II) device is a keyboard [ 43000.085] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5) [ 43000.085] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [ 43000.085] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' [ 43000.085] (**) AT Translated Set 2 keyboard: always reports core events [ 43000.085] (**) Option "Device" "/dev/input/event5" [ 43000.085] (**) Option "_source" "server/udev" [ 43000.085] (II) event5 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 43000.085] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 43000.085] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device removed [ 43000.104] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5" [ 43000.104] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10) [ 43000.104] (II) event5 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 43000.104] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 43000.105] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6) [ 43000.105] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall" [ 43000.105] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad' [ 43000.105] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 43000.105] (**) Option "Device" "/dev/input/event6" [ 43000.105] (**) Option "_source" "server/udev" [ 43000.105] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad [ 43000.105] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad [ 43000.105] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device removed [ 43000.124] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6" [ 43000.124] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11) [ 43000.124] (**) Option "AccelerationScheme" "none" [ 43000.124] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0 [ 43000.124] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 43000.124] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 43000.124] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad [ 43000.124] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad [ 43000.125] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 43000.125] (II) No input driver specified, ignoring this device. [ 43000.125] (II) This device may have been added with another device file. [ 43000.125] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event7) [ 43000.125] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall" [ 43000.125] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint' [ 43000.125] (**) TPPS/2 IBM TrackPoint: always reports core events [ 43000.125] (**) Option "Device" "/dev/input/event7" [ 43000.125] (**) Option "_source" "server/udev" [ 43000.125] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) is tagged by udev as: Mouse Pointingstick [ 43000.125] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) trackpoint device set to range 20 [ 43000.125] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device is a pointer [ 43000.126] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device removed [ 43000.144] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event7" [ 43000.144] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12) [ 43000.144] (**) Option "AccelerationScheme" "none" [ 43000.144] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0 [ 43000.144] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000 [ 43000.144] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4 [ 43000.144] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) is tagged by udev as: Mouse Pointingstick [ 43000.144] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) trackpoint device set to range 20 [ 43000.144] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device is a pointer [ 43000.145] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1) [ 43000.145] (II) No input driver specified, ignoring this device. [ 43000.145] (II) This device may have been added with another device file. [ 43000.273] (II) intel(0): EDID vendor "LEN", prod id 16438 [ 43000.273] (II) intel(0): Printing DDC gathered Modelines: [ 43000.273] (II) intel(0): Modeline "1440x900"x0.0 96.10 1440 1488 1552 1728 900 903 909 926 -hsync -vsync (55.6 kHz eP) [ 43000.273] (II) intel(0): Modeline "1440x900"x0.0 80.30 1440 1488 1552 1728 900 903 909 926 -hsync -vsync (46.5 kHz e) [ 43060.633] (II) Axis 0 value 1265 is outside expected range [1272, 5669] See https://wayland.freedesktop.org/libinput/doc/1.9.4//absolute_coordinate_ranges.html for details [ 43106.721] (II) event2 - (II) Power Button: (II) device removed [ 43106.739] (II) event3 - (II) Video Bus: (II) device removed [ 43106.755] (II) event4 - (II) Video Bus: (II) device removed [ 43106.771] (II) event1 - (II) Sleep Button: (II) device removed [ 43106.791] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device removed [ 43106.807] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device removed [ 43106.827] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device removed [ 43106.843] (II) AIGLX: Suspending AIGLX clients for VT switch [ 43123.020] (II) AIGLX: Resuming AIGLX clients after VT switch [ 43123.020] (II) intel(0): switch to mode 1440x900@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 43123.233] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 43123.233] (II) event2 - (II) Power Button: (II) device is a keyboard [ 43123.234] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43123.234] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 43123.234] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43123.234] (II) event4 - (II) Video Bus: (II) device is a keyboard [ 43123.235] (II) event1 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 43123.235] (II) event1 - (II) Sleep Button: (II) device is a keyboard [ 43123.235] (II) event5 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 43123.235] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 43123.236] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad [ 43123.236] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad [ 43123.236] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) is tagged by udev as: Mouse Pointingstick [ 43123.236] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) trackpoint device set to range 20 [ 43123.236] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device is a pointer [ 43130.438] (II) event2 - (II) Power Button: (II) device removed [ 43130.456] (II) event3 - (II) Video Bus: (II) device removed [ 43130.472] (II) event4 - (II) Video Bus: (II) device removed [ 43130.488] (II) event1 - (II) Sleep Button: (II) device removed [ 43130.505] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device removed [ 43130.524] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device removed [ 43130.539] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device removed [ 43130.556] (II) AIGLX: Suspending AIGLX clients for VT switch [ 43131.258] (II) AIGLX: Resuming AIGLX clients after VT switch [ 43131.258] (II) intel(0): switch to mode 1440x900@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 43131.334] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 43131.334] (II) event2 - (II) Power Button: (II) device is a keyboard [ 43131.335] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43131.335] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 43131.336] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43131.336] (II) event4 - (II) Video Bus: (II) device is a keyboard [ 43131.337] (II) event1 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 43131.337] (II) event1 - (II) Sleep Button: (II) device is a keyboard [ 43131.338] (II) event5 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 43131.338] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 43131.338] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad [ 43131.339] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad [ 43131.339] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) is tagged by udev as: Mouse Pointingstick [ 43131.339] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) trackpoint device set to range 20 [ 43131.339] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device is a pointer [ 43133.941] (II) event2 - (II) Power Button: (II) device removed [ 43133.955] (II) event3 - (II) Video Bus: (II) device removed [ 43133.971] (II) event4 - (II) Video Bus: (II) device removed [ 43133.987] (II) event1 - (II) Sleep Button: (II) device removed [ 43134.003] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device removed [ 43134.019] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device removed [ 43134.035] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device removed [ 43134.051] (II) AIGLX: Suspending AIGLX clients for VT switch [ 43134.610] (II) AIGLX: Resuming AIGLX clients after VT switch [ 43134.610] (II) intel(0): switch to mode 1440x900@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 43134.683] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 43134.683] (II) event2 - (II) Power Button: (II) device is a keyboard [ 43134.685] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43134.685] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 43134.685] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43134.686] (II) event4 - (II) Video Bus: (II) device is a keyboard [ 43134.686] (II) event1 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 43134.686] (II) event1 - (II) Sleep Button: (II) device is a keyboard [ 43134.687] (II) event5 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 43134.687] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 43134.688] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad [ 43134.688] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad [ 43134.689] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) is tagged by udev as: Mouse Pointingstick [ 43134.689] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) trackpoint device set to range 20 [ 43134.689] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device is a pointer [ 43540.171] (II) Axis 0 value 1265 is outside expected range [1272, 5669] See https://wayland.freedesktop.org/libinput/doc/1.9.4//absolute_coordinate_ranges.html for details [ 43883.336] (II) event2 - (II) Power Button: (II) device removed [ 43883.350] (II) event3 - (II) Video Bus: (II) device removed [ 43883.366] (II) event4 - (II) Video Bus: (II) device removed [ 43883.381] (II) event1 - (II) Sleep Button: (II) device removed [ 43883.399] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device removed [ 43883.418] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device removed [ 43883.434] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device removed [ 43883.451] (II) AIGLX: Suspending AIGLX clients for VT switch [ 43897.899] (II) AIGLX: Resuming AIGLX clients after VT switch [ 43897.899] (II) intel(0): switch to mode 1440x900@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 43898.106] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 43898.106] (II) event2 - (II) Power Button: (II) device is a keyboard [ 43898.107] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43898.107] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 43898.108] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43898.108] (II) event4 - (II) Video Bus: (II) device is a keyboard [ 43898.109] (II) event1 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 43898.109] (II) event1 - (II) Sleep Button: (II) device is a keyboard [ 43898.109] (II) event5 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 43898.110] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 43898.110] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad [ 43898.110] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad [ 43898.111] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) is tagged by udev as: Mouse Pointingstick [ 43898.111] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) trackpoint device set to range 20 [ 43898.111] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device is a pointer [ 43915.562] (II) Axis 0 value 1260 is outside expected range [1272, 5669] See https://wayland.freedesktop.org/libinput/doc/1.9.4//absolute_coordinate_ranges.html for details [ 43930.102] (II) event2 - (II) Power Button: (II) device removed [ 43930.117] (II) event3 - (II) Video Bus: (II) device removed [ 43930.137] (II) event4 - (II) Video Bus: (II) device removed [ 43930.153] (II) event1 - (II) Sleep Button: (II) device removed [ 43930.170] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device removed [ 43930.189] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device removed [ 43930.205] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device removed [ 43930.225] (II) AIGLX: Suspending AIGLX clients for VT switch [ 43937.074] (II) AIGLX: Resuming AIGLX clients after VT switch [ 43937.074] (II) intel(0): switch to mode 1440x900@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 43937.290] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 43937.290] (II) event2 - (II) Power Button: (II) device is a keyboard [ 43937.291] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43937.291] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 43937.292] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 43937.292] (II) event4 - (II) Video Bus: (II) device is a keyboard [ 43937.293] (II) event1 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 43937.293] (II) event1 - (II) Sleep Button: (II) device is a keyboard [ 43937.294] (II) event5 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 43937.294] (II) event5 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 43937.295] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad [ 43937.295] (II) event6 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad [ 43937.295] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) is tagged by udev as: Mouse Pointingstick [ 43937.296] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) trackpoint device set to range 20 [ 43937.296] (II) event7 - (II) TPPS/2 IBM TrackPoint: (II) device is a pointer [ 44021.676] (II) Axis 0 value 1271 is outside expected range [1272, 5669] See https://wayland.freedesktop.org/libinput/doc/1.9.4//absolute_coordinate_ranges.html for details Here is my var/log/Xorg.1.log [code] [ 42945.588] X.Org X Server 1.19.5 Release Date: 2017-10-12 [ 42945.588] X Protocol Version 11, Revision 0 [ 42945.588] Build Operating System: Linux 4.5.2-aufs-r1 x86_64 Gentoo [ 42945.588] Current Operating System: Linux boxtoo 4.9.76-gentoo-r1 #3 SMP Tue Mar 27 09:58:27 -00 2018 x86_64 [ 42945.588] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.76-gentoo-r1 root=/dev/sda4 ro [ 42945.588] Build Date: 20 March 2018 10:01:13AM [ 42945.588] [ 42945.588] Current version of pixman: 0.34.0 [ 42945.588] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 42945.588] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 42945.588] (==) Log file: "/var/log/Xorg.1.log", Time: Fri Mar 30 08:54:48 2018 [ 42945.588] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 42945.588] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 42945.588] (==) No Layout section. Using the first Screen section. [ 42945.588] (==) No screen section available. Using defaults. [ 42945.588] (**) |-->Screen "Default Screen Section" (0) [ 42945.588] (**) | |-->Monitor "<default monitor>" [ 42945.589] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 42945.589] (==) Automatically adding devices [ 42945.589] (==) Automatically enabling devices [ 42945.589] (==) Automatically adding GPU devices [ 42945.589] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 42945.589] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 42945.589] Entry deleted from font path. [ 42945.589] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 42945.589] Entry deleted from font path. [ 42945.589] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 42945.589] Entry deleted from font path. [ 42945.589] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 42945.589] Entry deleted from font path. [ 42945.589] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 42945.589] Entry deleted from font path. [ 42945.589] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 42945.589] Entry deleted from font path. [ 42945.589] (==) FontPath set to: [ 42945.589] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 42945.589] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 42945.589] (II) Loader magic: 0x564c6cdccc60 [ 42945.589] (II) Module ABI versions: [ 42945.589] X.Org ANSI C Emulation: 0.4 [ 42945.589] X.Org Video Driver: 23.0 [ 42945.589] X.Org XInput driver : 24.1 [ 42945.589] X.Org Server Extension : 10.0 [ 42945.589] (II) xfree86: Adding drm device (/dev/dri/card0) [ 42945.591] (--) PCI:*(0:0:2:0) 8086:0046:17aa:21d6 rev 2, Mem @ 0xf8800000/4194304, 0xf0000000/134217728, I/O @ 0x00001800/8, BIOS @ 0x????????/131072 [ 42945.591] (--) PCI: (0:1:0:0) 10de:0a6c:17aa:21d5 rev 162, Mem @ 0xcc000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288 [ 42945.591] (II) LoadModule: "glx" [ 42945.592] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 42945.593] (II) Module glx: vendor="X.Org Foundation" [ 42945.593] compiled for 1.19.5, module version = 1.0.0 [ 42945.593] ABI class: X.Org Server Extension, version 10.0 [ 42945.593] (==) Matched intel as autoconfigured driver 0 [ 42945.593] (==) Matched intel as autoconfigured driver 1 [ 42945.593] (==) Matched modesetting as autoconfigured driver 2 [ 42945.593] (==) Matched fbdev as autoconfigured driver 3 [ 42945.593] (==) Matched vesa as autoconfigured driver 4 [ 42945.593] (==) Assigned the driver to the xf86ConfigLayout [ 42945.593] (II) LoadModule: "intel" [ 42945.593] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 42945.593] (II) Module intel: vendor="X.Org Foundation" [ 42945.593] compiled for 1.19.5, module version = 2.99.917 [ 42945.593] Module class: X.Org Video Driver [ 42945.593] ABI class: X.Org Video Driver, version 23.0 [ 42945.593] (II) LoadModule: "modesetting" [ 42945.593] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 42945.593] (II) Module modesetting: vendor="X.Org Foundation" [ 42945.593] compiled for 1.19.5, module version = 1.19.5 [ 42945.593] Module class: X.Org Video Driver [ 42945.593] ABI class: X.Org Video Driver, version 23.0 [ 42945.593] (II) LoadModule: "fbdev" [ 42945.594] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 42945.594] (II) Module fbdev: vendor="X.Org Foundation" [ 42945.594] compiled for 1.19.5, module version = 0.4.4 [ 42945.594] Module class: X.Org Video Driver [ 42945.594] ABI class: X.Org Video Driver, version 23.0 [ 42945.594] (II) LoadModule: "vesa" [ 42945.594] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 42945.594] (II) Module vesa: vendor="X.Org Foundation" [ 42945.594] compiled for 1.19.5, module version = 2.3.4 [ 42945.594] Module class: X.Org Video Driver [ 42945.594] ABI class: X.Org Video Driver, version 23.0 [ 42945.594] (II) intel: Driver for Intel(R) 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 [ 42945.594] (II) intel: Driver for Intel(R) HD Graphics [ 42945.594] (II) intel: Driver for Intel(R) Iris(TM) Graphics [ 42945.594] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics [ 42945.594] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 42945.594] (II) FBDEV: driver for framebuffer: fbdev [ 42945.594] (II) VESA: driver for VESA chipsets: vesa [ 42945.594] (++) using VT number 7 [ 42945.606] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160919 [ 42945.606] (WW) Falling back to old probe method for modesetting [ 42945.606] (WW) Falling back to old probe method for fbdev [ 42945.606] (II) Loading sub module "fbdevhw" [ 42945.606] (II) LoadModule: "fbdevhw" [ 42945.606] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 42945.607] (II) Module fbdevhw: vendor="X.Org Foundation" [ 42945.607] compiled for 1.19.5, module version = 0.0.2 [ 42945.607] ABI class: X.Org Video Driver, version 23.0 [ 42945.607] (WW) Falling back to old probe method for vesa [ 42945.607] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics [ 42945.607] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 2 threads [ 42945.607] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 42945.607] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 42945.607] (==) intel(0): RGB weight 888 [ 42945.607] (==) intel(0): Default visual is TrueColor [ 42945.607] (II) intel(0): Output LVDS1 has no monitor section [ 42945.608] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1 [ 42945.608] (II) intel(0): Enabled output LVDS1 [ 42945.608] (II) intel(0): Output VGA1 has no monitor section [ 42945.608] (II) intel(0): Enabled output VGA1 [ 42945.608] (II) intel(0): Output HDMI1 has no monitor section [ 42945.608] (II) intel(0): Enabled output HDMI1 [ 42945.608] (II) intel(0): Output DP1 has no monitor section [ 42945.608] (II) intel(0): Enabled output DP1 [ 42945.608] (II) intel(0): Output HDMI2 has no monitor section [ 42945.609] (II) intel(0): Enabled output HDMI2 [ 42945.609] (II) intel(0): Output HDMI3 has no monitor section [ 42945.609] (II) intel(0): Enabled output HDMI3 [ 42945.609] (II) intel(0): Output DP2 has no monitor section [ 42945.609] (II) intel(0): Enabled output DP2 [ 42945.609] (II) intel(0): Output DP3 has no monitor section [ 42945.609] (II) intel(0): Enabled output DP3 [ 42945.609] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 42945.609] (II) intel(0): Output VIRTUAL1 has no monitor section [ 42945.609] (II) intel(0): Enabled output VIRTUAL1 [ 42945.609] (--) intel(0): Output LVDS1 using initial mode 1440x900 on pipe 0 [ 42945.610] (==) intel(0): TearFree disabled [ 42945.610] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 42945.610] (==) intel(0): DPI set to (96, 96) [ 42945.610] (II) Loading sub module "dri3" [ 42945.610] (II) LoadModule: "dri3" [ 42945.610] (II) Module "dri3" already built-in [ 42945.610] (II) Loading sub module "dri2" [ 42945.610] (II) LoadModule: "dri2" [ 42945.610] (II) Module "dri2" already built-in [ 42945.610] (II) Loading sub module "present" [ 42945.610] (II) LoadModule: "present" [ 42945.610] (II) Module "present" already built-in [ 42945.610] (II) UnloadModule: "modesetting" [ 42945.610] (II) Unloading modesetting [ 42945.610] (II) UnloadModule: "fbdev" [ 42945.610] (II) Unloading fbdev [ 42945.610] (II) UnloadSubModule: "fbdevhw" [ 42945.610] (II) Unloading fbdevhw [ 42945.610] (II) UnloadModule: "vesa" [ 42945.610] (II) Unloading vesa [ 42945.610] (==) Depth 24 pixmap format is 32 bpp [ 42945.611] (II) intel(0): SNA initialized with Ironlake (gen5) backend [ 42945.611] (==) intel(0): Backing store enabled [ 42945.611] (==) intel(0): Silken mouse enabled [ 42945.611] (II) intel(0): HW Cursor enabled [ 42945.611] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 42945.611] (==) intel(0): DPMS enabled [ 42945.611] (==) intel(0): Display hotplug detection enabled [ 42945.611] (II) intel(0): [DRI2] Setup complete [ 42945.611] (II) intel(0): [DRI2] DRI driver: i965 [ 42945.611] (II) intel(0): [DRI2] VDPAU driver: va_gl [ 42945.611] (II) intel(0): direct rendering: DRI2 enabled [ 42945.611] (II) intel(0): hardware support for Present enabled [ 42945.611] (--) RandR disabled [ 42945.623] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 42945.623] (II) AIGLX: enabled GLX_ARB_create_context [ 42945.623] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 42945.623] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 42945.623] (II) AIGLX: enabled GLX_INTEL_swap_event [ 42945.623] (II) AIGLX: enabled GLX_SGI_swap_control [ 42945.623] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 42945.623] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 42945.623] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 42945.623] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 42945.624] (II) AIGLX: Loaded and initialized i965 [ 42945.624] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 42945.636] (II) intel(0): switch to mode 1440x900@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 42945.653] (II) intel(0): Setting screen physical size to 381 x 238 [ 42945.686] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 42945.686] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 42945.686] (II) LoadModule: "libinput" [ 42945.686] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 42945.687] (II) Module libinput: vendor="X.Org Foundation" [ 42945.687] compiled for 1.19.5, module version = 0.25.1 [ 42945.687] Module class: X.Org XInput Driver [ 42945.687] ABI class: X.Org XInput driver, version 24.1 [ 42945.687] (II) Using input driver 'libinput' for 'Power Button' [ 42945.687] (**) Power Button: always reports core events [ 42945.687] (**) Option "Device" "/dev/input/event2" [ 42945.687] (**) Option "_source" "server/udev" [ 42945.688] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 42945.688] (II) event2 - (II) Power Button: (II) device is a keyboard [ 42945.688] (II) event2 - (II) Power Button: (II) device removed [ 42945.703] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 42945.703] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 42945.703] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 42945.703] (II) event2 - (II) Power Button: (II) device is a keyboard [ 42945.704] (II) config/udev: Adding input device Video Bus (/dev/input/event3) [ 42945.704] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 42945.704] (II) Using input driver 'libinput' for 'Video Bus' [ 42945.704] (**) Video Bus: always reports core events [ 42945.704] (**) Option "Device" "/dev/input/event3" [ 42945.704] (**) Option "_source" "server/udev" [ 42945.704] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 42945.704] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 42945.704] (II) event3 - (II) Video Bus: (II) device removed [ 42945.723] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3" [ 42945.723] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 42945.723] (II) event3 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 42945.723] (II) event3 - (II) Video Bus: (II) device is a keyboard [ 42945.724] (II) config/udev: Adding input device Video Bus (/dev/input/event4) [ 42945.724] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 42945.724] (II) Using input driver 'libinput' for 'Video Bus' [ 42945.724] (**) Video Bus: always reports core events [ 42945.724] (**) Option "Device" "/dev/input/event4" [ 42945.724] (**) Option "_source" "server/udev" [ 42945.724] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 42945.724] (II) event4 - (II) Video Bus: (II) device is a keyboard [ 42945.724] (II) event4 - (II) Video Bus: (II) device removed [ 42945.743] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input4/event4" [ 42945.743] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id [ 42945.743] (II) event4 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 42945.743] (II) ev | Solved it! I had to add the lightdm user as is done on the talk page. Code: root #useradd -r -d /var/lib/lightdm-data/lightdm -s /bin/nologin lightdm https://wiki.gentoo.org/wiki/Talk:LightDM By default the greeter-user was already set to "lightdm" |
Hey! I have a fresh install of Gentoo, I have installed the nouveau drivers, and i3-gaps from a layman repo My problem is that when I try to force my resolution via xrandr it errors with the following text: Code: xrandr: Failed to get size of gamma for output default Because of this error, I'm stuck on 1024x768 (my native resolution is 1920x1080) I had this problem before on other various distros, but on Gentoo I just can't seem to wrap my head around it... xrandr output: Code: xrandr: Failed to get size of gamma for output default Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 61.00* 800x600 61.00 640x480 60.00 Note: I don't want to use nvidia drivers, my monitor's EDID data is corrupted and the proprietary drivers won't let me force my resolution via xrandr | levente, Welcome to Gentoo. With xrandr the problem must be with Xorg but lets start with the console. By default, the console resolution will be determined by your broken EDID data. What resolution do you get there? The kernel can read EDID data from a file to override issues like yours. Most Xorg video drivers have an emergency manual override for the resolution. Before displays had EDID, it was the only way to set the resolution. With the automatic everything, some drivers make it harder that others to use manual settings. |
Hello, this problem is driving me mad, I've been chasing it for hours, so, help!!! My consoles obey my /etc/conf.d/keymaps and I can log on perfectly, no problem here. Code: keymap="pt-latin1-mymac" mymac is a slight variation that I had to make for my keymap. It is irrelevant though, because it is working. But not my DM. Doesn't matter if it is slim, sddm, lxdm, I've tried almost all, refuse to accept the passw. Writing this passwd on the username field, I see that, for instance, the "-" gets changed to a "/" which indiciates the DM is acting with perhaps an en_US keymap, or an equivalent. By logging in with startx, I checked that my keymap is indeed set to "pc105-pt" and not "pc105-us". Furthermore, my xorg.conf is: Code: Section "InputClass" Identifier "system-keyboard" Driver "evdev" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Option "XkbLayout" "pt" Option "XkbModel" "pc105" Option "XkbVariant" "mac" EndSection and it has been so for a long time before. I think this started to happen after an emerge but I'm not sure because I had been fiddling with some settings. [EDIT] I already checked ~/.xinitrc, ~/.xprofile, and the like. Nothing there. Can someone please help? TIA jss | try Option "xkb_layout" "pt" |
I'm trying to remove opengl from my system, in favor of gles2/egl. So I added "-opengl gles2 egl" to make.conf and tried a full update Code: emerge -uDN --keep-going --with-bdeps=y --backtrack=1000 @system @world But still Code: [ebuild U ] x11-libs/cairo-9999 [1.14.12] USE="X glib opengl* svg xcb (-aqua) -debug (-gles2) -static-libs -utils% -valgrind" ABI_X86="32 (64) (-x32)" Here I tried to use cairo-9999, but the same happens with the installed 1.14.12. And the same if I try to emerge cairo only. Why is gles2 disabled? Why opengl is enabled despite my USE flags? What can I do from here to debug the issue? Thanks. | Most likely, gles2 is masked by your profile. As for why opengl is forced on, that requires more investigation. Was there any other output explaining it? Perhaps Portage requested that you reactivate it, and explained its request? Please post the output of emerge --info ; emerge --pretend --verbose x11-libs/cairo . |
Running KDE and shutting down PC from menu list just exists me to command line, I don't use a DM I start Xorg from command line. How to fix? | You looked this article ? |
I had my laptop (nvidia with optimus) working fine up until a recent world update (but I didn't change any configs or anything). Now, lightdm and startx both fail to start. Lightdm returns a black screen, startx quits back out to console. The log file (from 'startx') reads as follows: Code: [ 47593.758] X.Org X Server 1.19.5 Release Date: 2017-10-12 [ 47593.761] X Protocol Version 11, Revision 0 [ 47593.762] Build Operating System: Linux 4.14.7-gentoo x86_64 Gentoo [ 47593.763] Current Operating System: Linux choriac 4.15.13-gentoo #1 SMP Mon Mar 26 17:59:34 CEST 2018 x86_64 [ 47593.763] Kernel command line: BOOT_IMAGE=/vmlinuz-4.15.13-gentoo root=/dev/sdb4 ro i915.enable_psr=0,nvidia-drm.modeset=1 [ 47593.765] Build Date: 14 March 2018 06:57:59AM [ 47593.766] [ 47593.767] Current version of pixman: 0.34.0 [ 47593.769] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 47593.769] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 47593.773] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 27 09:41:20 2018 [ 47593.774] (==) Using config file: "/etc/X11/xorg.conf" [ 47593.775] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 47593.776] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 47593.777] (==) ServerLayout "layout" [ 47593.777] (**) |-->Screen "nvidia" (0) [ 47593.777] (**) | |-->Monitor "Monitor0" [ 47593.777] (**) | |-->Device "nvidia" [ 47593.777] (**) | |-->GPUDevice "nvidia" [ 47593.777] (**) |-->Inactive Device "intel" [ 47593.777] (==) Automatically adding devices [ 47593.777] (==) Automatically enabling devices [ 47593.777] (==) Automatically adding GPU devices [ 47593.777] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 47593.777] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 47593.777] Entry deleted from font path. [ 47593.777] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 47593.777] Entry deleted from font path. [ 47593.777] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 47593.777] Entry deleted from font path. [ 47593.777] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 47593.777] Entry deleted from font path. [ 47593.777] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 47593.777] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 47593.777] Entry deleted from font path. [ 47593.777] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 47593.777] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 47593.777] Entry deleted from font path. [ 47593.777] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 47593.777] Entry deleted from font path. [ 47593.777] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 47593.777] Entry deleted from font path. [ 47593.777] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 47593.777] Entry deleted from font path. [ 47593.777] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 47593.777] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 47593.777] Entry deleted from font path. [ 47593.777] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 47593.777] (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/misc/ [ 47593.777] (**) ModulePath set to "/usr/lib64/opengl/nvidia,/usr/lib64/xorg/modules,/usr/lib64/opengl/nvidia,/usr/lib64/xorg/modules,/usr/lib64/xorg/modules" [ 47593.777] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 47593.777] (II) Loader magic: 0x56516c8aac60 [ 47593.777] (II) Module ABI versions: [ 47593.777] X.Org ANSI C Emulation: 0.4 [ 47593.777] X.Org Video Driver: 23.0 [ 47593.777] X.Org XInput driver : 24.1 [ 47593.777] X.Org Server Extension : 10.0 [ 47593.777] (II) xfree86: Adding drm device (/dev/dri/card1) [ 47593.777] (II) xfree86: Adding drm device (/dev/dri/card0) [ 47593.789] (--) PCI:*(0:0:2:0) 8086:0416:1462:114d rev 6, Mem @ 0xa1400000/4194304, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072 [ 47593.789] (--) PCI: (0:1:0:0) 10de:1347:1462:114d rev 162, Mem @ 0xa0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288 [ 47593.789] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 47593.789] (II) LoadModule: "glx" [ 47593.789] (II) Loading /usr/lib64/opengl/nvidia/extensions/libglx.so [ 47593.792] (II) Module glx: vendor="NVIDIA Corporation" [ 47593.792] compiled for 4.0.2, module version = 1.0.0 [ 47593.792] Module class: X.Org Server Extension [ 47593.792] (II) NVIDIA GLX Module 390.42 Sat Mar 3 03:25:37 PST 2018 [ 47593.792] (II) LoadModule: "nvidia" [ 47593.792] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 47593.793] (II) Module nvidia: vendor="NVIDIA Corporation" [ 47593.793] compiled for 4.0.2, module version = 1.0.0 [ 47593.793] Module class: X.Org Video Driver [ 47593.793] (II) LoadModule: "modesetting" [ 47593.793] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 47593.793] (II) Module modesetting: vendor="X.Org Foundation" [ 47593.793] compiled for 1.19.5, module version = 1.19.5 [ 47593.793] Module class: X.Org Video Driver [ 47593.793] ABI class: X.Org Video Driver, version 23.0 [ 47593.793] (II) NVIDIA dlloader X Driver 390.42 Sat Mar 3 03:00:31 PST 2018 [ 47593.793] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 47593.793] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 47593.793] (--) using VT number 8 [ 47593.808] (II) Loading sub module "fb" [ 47593.808] (II) LoadModule: "fb" [ 47593.808] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 47593.808] (II) Module fb: vendor="X.Org Foundation" [ 47593.808] compiled for 1.19.5, module version = 1.0.0 [ 47593.808] ABI class: X.Org ANSI C Emulation, version 0.4 [ 47593.808] (II) Loading sub module "wfb" [ 47593.808] (II) LoadModule: "wfb" [ 47593.808] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 47593.808] (II) Module wfb: vendor="X.Org Foundation" [ 47593.808] compiled for 1.19.5, module version = 1.0.0 [ 47593.808] ABI class: X.Org ANSI C Emulation, version 0.4 [ 47593.808] (II) Loading sub module "ramdac" [ 47593.808] (II) LoadModule: "ramdac" [ 47593.808] (II) Module "ramdac" already built-in [ 47593.821] (II) modeset(G0): using drv /dev/dri/card0 [ 47593.821] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 [ 47593.821] (==) NVIDIA(0): RGB weight 888 [ 47593.821] (==) NVIDIA(0): Default visual is TrueColor [ 47593.821] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 47593.821] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" [ 47593.821] (**) NVIDIA(0): Enabling 2D acceleration [ 47593.956] (II) NVIDIA(0): NVIDIA GPU GeForce 940M (GM108-A) at PCI:1:0:0 (GPU-0) [ 47593.956] (--) NVIDIA(0): Memory: 2097152 kBytes [ 47593.956] (--) NVIDIA(0): VideoBIOS: 82.08.42.00.04 [ 47593.956] (II) NVIDIA(0): Detected PCI Express Link width: 4X [ 47593.956] (II) NVIDIA(0): Validated MetaModes: [ 47593.956] (II) NVIDIA(0): "NULL" [ 47593.956] (**) NVIDIA(0): Virtual screen size configured to be 1920 x 1080 [ 47593.956] (WW) NVIDIA(0): Unable to get display device for DPI computation. [ 47593.956] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default [ 47593.956] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32 [ 47593.956] (**) modeset(G0): Option "AccelMethod" "none" [ 47593.956] (==) modeset(G0): RGB weight 888 [ 47593.956] (==) modeset(G0): Default visual is TrueColor [ 47593.956] (**) modeset(G0): glamor disabled [ 47593.956] (II) modeset(G0): ShadowFB: preferred YES, enabled YES [ 47593.956] (II) modeset(G0): Double-buffered shadow updates: off [ 47593.957] (II) modeset(G0): Output eDP-1-1 using monitor section Monitor0 [ 47593.957] (**) modeset(G0): Option "Enable" "true" [ 47593.957] (II) modeset(G0): Output DP-1-1 has no monitor section [ 47593.973] (II) modeset(G0): Output HDMI-1-1 has no monitor section [ 47594.001] (II) modeset(G0): Output HDMI-1-2 has no monitor section [ 47594.002] (II) modeset(G0): EDID for output eDP-1-1 [ 47594.002] (II) modeset(G0): Manufacturer: CMN Model: 1735 Serial#: 0 [ 47594.002] (II) modeset(G0): Year: 2014 Week: 39 [ 47594.002] (II) modeset(G0): EDID Version: 1.4 [ 47594.002] (II) modeset(G0): Digital Display Input [ 47594.002] (II) modeset(G0): 6 bits per channel [ 47594.002] (II) modeset(G0): Digital interface is DisplayPort [ 47594.002] (II) modeset(G0): Max Image Size [cm]: horiz.: 38 vert.: 22 [ 47594.002] (II) modeset(G0): Gamma: 2.20 [ 47594.002] (II) modeset(G0): No DPMS capabilities specified [ 47594.002] (II) modeset(G0): Supported color encodings: RGB 4:4:4 [ 47594.002] (II) modeset(G0): First detailed timing is preferred mode [ 47594.002] (II) modeset(G0): Preferred mode is native pixel format and refresh rate [ 47594.002] (II) modeset(G0): redX: 0.640 redY: 0.333 greenX: 0.313 greenY: 0.613 [ 47594.002] (II) modeset(G0): blueX: 0.154 blueY: 0.060 whiteX: 0.313 whiteY: 0.329 [ 47594.002] (II) modeset(G0): Manufacturer's mask: 0 [ 47594.002] (II) modeset(G0): Supported detailed timing: [ 47594.002] (II) modeset(G0): clock: 140.0 MHz Image Size: 382 x 215 mm [ 47594.002] (II) modeset(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0 [ 47594.002] (II) modeset(G0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1110 v_border: 0 [ 47594.002] (II) modeset(G0): N173HGE-E11 [ 47594.002] (II) modeset(G0): CMN [ 47594.002] (II) modeset(G0): N173HGE-E11 [ 47594.002] (II) modeset(G0): EDID (in hex): [ 47594.002] (II) modeset(G0): 00ffffffffffff000dae351700000000 [ 47594.002] (II) modeset(G0): 271801049526167802d495a355509d27 [ 47594.002] (II) modeset(G0): 0f505400000001010101010101010101 [ 47594.002] (II) modeset(G0): 010101010101b03680b670381e403020 [ 47594.002] (II) modeset(G0): 35007ed710000018000000fe004e3137 [ 47594.002] (II) modeset(G0): 334847452d4531310a20000000fe0043 [ 47594.002] (II) modeset(G0): 4d4e0a202020202020202020000000fe [ 47594.002] (II) modeset(G0): 004e3137334847452d4531310a20009c [ 47594.002] (II) modeset(G0): Printing probed modes for output eDP-1-1 [ 47594.002] (II) modeset(G0): Modeline "1920x1080"x60.0 140.00 1920 1968 2000 2102 1080 1083 1088 1110 -hsync -vsync (66.6 kHz eP) [ 47594.002] (II) modeset(G0): Modeline "1920x1080_60.00"x60.0 140.00 1920 1968 2000 2102 1080 1083 1088 1110 -hsync +vsync (66.6 kHz) [ 47594.002] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d) [ 47594.002] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d) [ 47594.002] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d) [ 47594.002] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d) [ 47594.002] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 47594.002] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d) [ 47594.002] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d) [ 47594.002] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d) [ 47594.002] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d) [ 47594.002] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 47594.002] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 47594.002] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d) [ 47594.002] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d) [ 47594.002] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d) [ 47594.002] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 47594.002] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d) [ 47594.002] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d) [ 47594.002] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d) [ 47594.002] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d) [ 47594.003] (II) modeset(G0): EDID for output DP-1-1 [ 47594.017] (II) modeset(G0): EDID for output HDMI-1-1 [ 47594.045] (II) modeset(G0): EDID for output HDMI-1-2 [ 47594.045] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0) [ 47594.045] (==) modeset(G0): DPI set to (96, 96) [ 47594.045] (II) Loading sub module "fb" [ 47594.045] (II) LoadModule: "fb" [ 47594.045] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 47594.045] (II) Module fb: vendor="X.Org Foundation" [ 47594.045] compiled for 1.19.5, module version = 1.0.0 [ 47594.045] ABI class: X.Org ANSI C Emulation, version 0.4 [ 47594.045] (II) Loading sub module "shadow" [ 47594.045] (II) LoadModule: "shadow" [ 47594.045] (II) Loading /usr/lib64/xorg/modules/libshadow.so [ 47594.045] (II) Module shadow: vendor="X.Org Foundation" [ 47594.045] compiled for 1.19.5, module version = 1.1.0 [ 47594.045] ABI class: X.Org ANSI C Emulation, version 0.4 [ 47594.046] (--) Depth 24 pixmap format is 32 bpp [ 47594.046] (==) modeset(G0): Backing store enabled [ 47594.046] (==) modeset(G0): Silken mouse enabled [ 47594.046] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 47594.104] (==) modeset(G0): DPMS enabled [ 47594.104] (WW) modeset(G0): Option "enable" is not used [ 47594.105] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory [ 47594.105] (II) NVIDIA: access. [ 47594.122] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon [ 47594.122] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X [ 47594.122] (II) NVIDIA(0): configuration option may not be set correctly. When the [ 47594.122] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will [ 47594.122] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For [ 47594.122] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and [ 47594.122] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X [ 47594.122] (II) NVIDIA(0): Config Options in the README. [ 47594.136] (II) NVIDIA(0): Setting mode "NULL" [ 47594.139] (==) NVIDIA(0): Disabling shared memory pixmaps [ 47594.139] (==) NVIDIA(0): Backing store enabled [ 47594.139] (==) NVIDIA(0): Silken mouse enabled [ 47594.139] (==) NVIDIA(0): DPMS enabled [ 47594.139] (WW) NVIDIA(0): Option "enable" is not used [ 47594.139] (II) Loading sub module "dri2" [ 47594.139] (II) LoadModule: "dri2" [ 47594.139] (II) Module "dri2" already built-in [ 47594.139] (II) NVIDIA(0): [DRI2] Setup complete [ 47594.139] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 47594.139] (--) RandR disabled [ 47594.139] (II) Initializing extension GLX [ 47594.139] (II) Indirect GLX disabled. [ 47594.409] (II) modeset(G0): Damage tracking initialized [ 47594.455] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 47594.455] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 47594.455] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 47594.455] (**) Power Button: Applying InputClass "Keyboard default" [ 47594.455] (II) LoadModule: "evdev" [ 47594.455] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 47594.455] (II) Module evdev: vendor="X.Org Foundation" [ 47594.455] compiled for 1.19.2, module version = 2.10.5 [ 47594.455] Module class: X.Org XInput Driver [ 47594.455] ABI class: X.Org XInput driver, version 24.1 [ 47594.455] (II) Using input driver 'evdev' for 'Power Button' [ 47594.455] (**) Power Button: always reports core events [ 47594.455] (**) evdev: Power Button: Device: "/dev/input/event3" [ 47594.455] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 47594.455] (--) evdev: Power Button: Found keys [ 47594.455] (II) evdev: Power Button: Configuring as keyboard [ 47594.455] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3" [ 47594.455] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 47594.455] (**) Option "xkb_rules" "evdev" [ 47594.455] (**) Option "xkb_model" "pc105" [ 47594.455] (**) Option "xkb_layout" "de" [ 47594.455] (**) Option "xkb_variant" "nodeadkeys" [ 47594.467] (II) config/udev: Adding input device Video Bus (/dev/input/event4) [ 47594.467] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 47594.467] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 47594.467] (**) Video Bus: Applying InputClass "Keyboard default" [ 47594.467] (II) Using input driver 'evdev' for 'Video Bus' [ 47594.467] (**) Video Bus: always reports core events [ 47594.467] (**) evdev: Video Bus: Device: "/dev/input/event4" [ 47594.467] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 47594.467] (--) evdev: Video Bus: Found keys [ 47594.467] (II) evdev: Video Bus: Configuring as keyboard [ 47594.467] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4" [ 47594.467] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 47594.467] (**) Option "xkb_rules" "evdev" [ 47594.467] (**) Option "xkb_model" "pc105" [ 47594.467] (**) Option "xkb_layout" "de" [ 47594.467] (**) Option "xkb_variant" "nodeadkeys" [ 47594.468] (II) config/udev: Adding input device Video Bus (/dev/input/event5) [ 47594.468] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 47594.468] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 47594.468] (**) Video Bus: Applying InputClass "Keyboard default" [ 47594.468] (II) Using input driver 'evdev' for 'Video Bus' [ 47594.468] (**) Video Bus: always reports core events [ 47594.468] (**) evdev: Video Bus: Device: "/dev/input/event5" [ 47594.468] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 47594.468] (--) evdev: Video Bus: Found keys [ 47594.468] (II) evdev: Video Bus: Configuring as keyboard [ 47594.468] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input5/event5" [ 47594.468] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8) [ 47594.468] (**) Option "xkb_rules" "evdev" [ 47594.468] (**) Option "xkb_model" "pc105" [ 47594.468] (**) Option "xkb_layout" "de" [ 47594.468] (**) Option "xkb_variant" "nodeadkeys" [ 47594.468] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 47594.468] (II) No input driver specified, ignoring this device. [ 47594.468] (II) This device may have been added with another device file. [ 47594.468] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 47594.468] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 47594.468] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 47594.468] (**) Power Button: Applying InputClass "Keyboard default" [ 47594.468] (II) Using input driver 'evdev' for 'Power Button' [ 47594.468] (**) Power Button: always reports core events [ 47594.468] (**) evdev: Power Button: Device: "/dev/input/event2" [ 47594.468] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 47594.468] (--) evdev: Power Button: Found keys [ 47594.468] (II) evdev: Power Button: Configuring as keyboard [ 47594.468] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2" [ 47594.468] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9) [ 47594.468] (**) Option "xkb_rules" "evdev" [ 47594.468] (**) Option "xkb_model" "pc105" [ 47594.468] (**) Option "xkb_layout" "de" [ 47594.468] (**) Option "xkb_variant" "nodeadkeys" [ 47594.469] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 47594.469] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 47594.469] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 47594.469] (**) Sleep Button: Applying InputClass "Keyboard default" [ 47594.469] (II) Using input driver 'evdev' for 'Sleep Button' [ 47594.469] (**) Sleep Button: always reports core events [ 47594.469] (**) evdev: Sleep Button: Device: "/dev/input/event1" [ 47594.469] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 47594.469] (--) evdev: Sleep Button: Found keys [ 47594.469] (II) evdev: Sleep Button: Configuring as keyboard [ 47594.469] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 47594.469] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10) [ 47594.469] (**) Option "xkb_rules" "evdev" [ 47594.469] (**) Option "xkb_model" "pc105" [ 47594.469] (**) Option "xkb_layout" "de" [ 47594.469] (**) Option "xkb_variant" "nodeadkeys" [ 47594.469] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9) [ 47594.469] (II) No input driver specified, ignoring this device. [ 47594.469] (II) This device may have been added with another device file. [ 47594.470] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10) [ 47594.470] (II) No input driver specified, ignoring this device. [ 47594.470] (II) This device may have been added with another device file. [ 47594.470] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11) [ 47594.470] (II) No input driver specified, ignoring this device. [ 47594.470] (II) This device may have been added with another device file. [ 47594.470] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event12) [ 47594.470] (II) No input driver specified, ignoring this device. [ 47594.470] (II) This device may have been added with another device file. [ 47594.470] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event13) [ 47594.470] (II) No input driver specified, ignoring this device. [ 47594.470] (II) This device may have been added with another device file. [ 47594.470] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14) [ 47594.470] (II) No input driver specified, ignoring this device. [ 47594.470] (II) This device may have been added with another device file. [ 47594.470] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15) [ 47594.470] (II) No input driver specified, ignoring this device. [ 47594.470] (II) This device may have been added with another device file. [ 47594.471] (II) config/udev: Adding input device Logitech USB Trackball (/dev/input/event16) [ 47594.471] (**) Logitech USB Trackball: Applying InputClass "evdev pointer catchall" [ 47594.471] (**) Logitech USB Trackball: Applying InputClass "libinput pointer catchall" [ 47594.471] (**) Logitech USB Trackball: Applying InputClass "Marble Mouse" [ 47594.471] (II) Using input driver 'evdev' for 'Logitech USB Trackball' [ 47594.471] (**) Logitech USB Trackball: always reports core events [ 47594.471] (**) evdev: Logitech USB Trackball: Device: "/dev/input/event16" [ 47594.529] (**) evdev: Logitech USB Trackball: ButtonMapping '1 8 3 4 5 6 7 2 2' [ 47594.529] (--) evdev: Logitech USB Trackball: Vendor 0x46d Product 0xc408 [ 47594.529] (--) evdev: Logitech USB Trackball: Found 9 mouse buttons [ 47594.529] (--) evdev: Logitech USB Trackball: Found relative axes [ 47594.529] (--) evdev: Logitech USB Trackball: Found x and y relative axes [ 47594.529] (II) evdev: Logitech USB Trackball: Configuring as mouse [ 47594.529] (**) Option "Emulate3Buttons" "true" [ 47594.529] (**) Option "EmulateWheel" "true" [ 47594.529] (**) Option "EmulateWheelButton" "8" [ 47594.529] (**) Option "EmulateWheelInertia" "10" [ 47594.529] (**) evdev: Logitech USB Trackball: YAxisMapping: buttons 4 and 5 [ 47594.529] (**) evdev: Logitech USB Trackball: EmulateWheelButton: 8, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 47594.529] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:046D:C408.0001/input/input17/event16" [ 47594.529] (II) XINPUT: Adding extended input device "Logitech USB Trackball" (type: MOUSE, id 11) [ 47594.529] (II) evdev: Logitech USB Trackball: initialized for relative axes. [ 47594.529] (**) Logitech USB Trackball: (accel) keeping acceleration scheme 1 [ 47594.529] (**) Logitech USB Trackball: (accel) acceleration profile 0 [ 47594.529] (**) Logitech USB Trackball: (accel) acceleration factor: 2.000 [ 47594.529] (**) Logitech USB Trackball: (accel) acceleration threshold: 4 [ 47594.530] (II) config/udev: Adding input device Logitech USB Trackball (/dev/input/mouse1) [ 47594.530] (II) No input driver specified, ignoring this device. [ 47594.530] (II) This device may have been added with another device file. [ 47594.530] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event7) [ 47594.530] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 47594.530] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [ 47594.530] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard default" [ 47594.530] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 47594.530] (**) AT Translated Set 2 keyboard: always reports core events [ 47594.530] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event7" [ 47594.530] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 47594.530] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 47594.530] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 47594.530] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event7" [ 47594.530] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12) [ 47594.530] (**) Option "xkb_rules" "evdev" [ 47594.530] (**) Option "xkb_model" "pc105" [ 47594.530] (**) Option "xkb_layout" "de" [ 47594.530] (**) Option "xkb_variant" "nodeadkeys" [ 47594.531] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8) [ 47594.531] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 47594.531] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall" [ 47594.531] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 47594.531] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" [ 47594.531] (II) LoadModule: "synaptics" [ 47594.531] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so [ 47594.531] (II) Module synaptics: vendor="X.Org Foundation" [ 47594.531] compiled for 1.19.5, module version = 1.9.0 [ 47594.531] Module class: X.Org XInput Driver [ 47594.531] ABI class: X.Org XInput driver, version 24.1 [ 47594.531] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad' [ 47594.531] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 47594.531] (**) Option "Device" "/dev/input/event8" [ 47594.557] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device [ 47594.557] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5706 (res 44) [ 47594.557] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4800 (res 65) [ 47594.557] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255 [ 47594.557] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15 [ 47594.557] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple [ 47594.557] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7 [ 47594.557] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 47594.557] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 47594.585] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event8" [ 47594.585] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13) [ 47594.585] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 [ 47594.585] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 [ 47594.585] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037 [ 47594.585] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 47594.585] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 47594.585] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 47594.585] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 47594.585] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 47594.586] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 47594.586] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates" [ 47594.586] (II) config/udev: Adding input device PC Speaker (/dev/input/event6) [ 47594.586] (II) No input driver specified, ignoring this device. [ 47594.586] (II) This device may have been added with another device file. [ 47594.826] (II) UnloadModule: "synaptics" [ 47594.826] (II) evdev: AT Translated Set 2 keyboard: Close [ 47594.826] (II) UnloadModule: "evdev" [ 47594.826] (II) evdev: Logitech USB Trackball: Close [ 47594.826] (II) UnloadModule: "evdev" [ 47594.826] (II) evdev: Sleep Button: Close [ 47594.826] (II) UnloadModule: "evdev" [ 47594.826] (II) evdev: Power Button: Close [ 47594.826] (II) UnloadModule: "evdev" [ 47594.826] (II) evdev: Video Bus: Close [ 47594.826] (II) UnloadModule: "evdev" [ 47594.826] (II) evdev: Video Bus: Close [ 47594.826] (II) UnloadModule: "evdev" [ 47594.826] (II) evdev: Power Button: Close [ 47594.826] (II) UnloadModule: "evdev" [ 47594.837] (II) NVIDIA(GPU-0): Deleting GPU-0 [ 47595.294] (II) Server terminated successfully (0). Closing log file. (sorry for the wall-o). All I see here is a warning from NVIDIA about not finding a screen device for DPI computation, but no errors. Can you help me debug what might be going wrong here? Cheers, EE | ZOMG that fixed it. The /etc/lightdm/lightdm.conf lines were missing, for some reason (perhaps the recent lightdm update erased them when I wasn't paying attention to dispatch-conf?). Anyway, now I have X, and you are my very favorite. Cheers, EE |
I have a Dell XPS 13 laptop with KDE and libinput. When scrolling on web pages my cursor will occasionally get stuck in a scrolling mode. Utilizing the touch pad will scroll on whatever screen i'm in instead of moving the cursor. Closing the computer lid usually resolves the issue. Anyone ideas on what this could be? | I've a dell xps 15 and I also had problems with only libinput. In my make.conf I keep also synaptics in INPUT_DEVICES |
So I've been fighting with X window for a week or more trying to get it to run. I built into the Make.conf the use flags for it, I've compiled the kernel for it to work with Virtualbox. Emerged Virtualbox AND the virtual box guest addons, etc. etc. etc., I followed the handbook for it too. The gentoo environment is running beautifully... minus X window. Everything is set as far as I can figure.... I'm trying to run it with Gnome, since I've never used Gnome much before, mostly I just use KDE, but this is a severe headache and a half. So to the point, here's my pastebins of what I figure yall need to help me out: Xorg.0.log https://paste.pound-python.org/show/BIcte5WQU75kW993oJ1o/ xorg.conf https://paste.pound-python.org/show/4o3AaoMdRKeYbLAxi82y/ make.conf https://paste.pound-python.org/show/8VnRZgTurlEA2EXNadgS/ If there's any other pastebin you guys need, let me know, and I'll throw it up here with the quickness. I've looked at a number of other issues that I thought were similar, but none of their fixes helped me out at all. Thanks in advance for the help! | Hironatashima, Code: [ 2328.829] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory) Means that you need to start dbus. Add it to the default runlevel so you don't forget. Code: [ 2328.838] (II) Loading /usr/lib64/xorg/modules/drivers/vboxvideo_drv.so [ 2328.838] (II) Module vboxvideo: vendor="Oracle Corporation" [ 2328.838] compiled for 1.19.5, module version = 1.0.1 [ 2328.838] Module class: X.Org Video Driver says that you have the right Xorg video driver available. You don't need an xorg.conf to get Xorg to start. You will get USA settings by default. Try renaming xorg.conf, so its not found and go with the automatics until Xorg starts. |
Hello gentoorians Yesterday when updating my ~amd64 sytem portage pulled in xorg-server-1.19.5-r1. After the update, startx doesn't bring up the X server anymore: Code: (EE) Parse_vt_settings: Cannot open /dev/tty0 (permission denied) I do not use systemd or a login manager, but rather execute "startx" from text-mode after performing login. After some digging around I found out that the "suid" use-flag, that has been default so far, was removed in 1.19.5 [1]. Apparently this transitions to rootless X. But my attempts to follow the instructions for non-root X.org from the wiki (adding a udev rule for input devices) didn't change anything. Also executing "startx -- vt1" didn't get X to run (the error messages are different). So - does anybody know how to get xorg-server-1.19.5 running with startx? [1] https://github.com/gentoo/gentoo/commit/ca17c5f407cb5264369aafd39ead709e46777dc4 [2] https://wiki.gentoo.org/wiki/Non_root_Xorg Thanks and regards, mazumoto My .xinitrc Code: #!/bin/sh # # ~/.xinitrc # if [ -d /etc/X11/xinit/xinitrc.d ]; then for f in /etc/X11/xinit/xinitrc.d/*; do [ -x "$f" ] && . "$f" done unset f fi exec ck-launch-session dbus-launch --sh-syntax --exit-with-session cinnamon-session Permissions for /dev/tty* Code: ls -lisah /dev/tty* 1035 0 crw-rw-rw- 1 root tty 5, 0 Oct 22 15:12 /dev/tty 1037 0 crw--w---- 1 root tty 4, 0 Oct 22 15:12 /dev/tty0 1042 0 crw------- 1 mazumoto tty 4, 1 Oct 22 15:22 /dev/tty1 1051 0 crw--w---- 1 root tty 4, 10 Oct 22 15:12 /dev/tty10 1052 0 crw--w---- 1 root tty 4, 11 Oct 22 15:12 /dev/tty11 1053 0 crw------- 1 root root 4, 12 Oct 22 15:50 /dev/tty12 1054 0 crw--w---- 1 root tty 4, 13 Oct 22 15:12 /dev/tty13 1055 0 crw--w---- 1 root tty 4, 14 Oct 22 15:12 /dev/tty14 1056 0 crw--w---- 1 root tty 4, 15 Oct 22 15:12 /dev/tty15 1057 0 crw--w---- 1 root tty 4, 16 Oct 22 15:12 /dev/tty16 1058 0 crw--w---- 1 root tty 4, 17 Oct 22 15:12 /dev/tty17 1059 0 crw--w---- 1 root tty 4, 18 Oct 22 15:12 /dev/tty18 1060 0 crw--w---- 1 root tty 4, 19 Oct 22 15:12 /dev/tty19 1043 0 crw--w---- 1 root tty 4, 2 Oct 22 15:12 /dev/tty2 1061 0 crw--w---- 1 root tty 4, 20 Oct 22 15:12 /dev/tty20 1062 0 crw--w---- 1 root tty 4, 21 Oct 22 15:12 /dev/tty21 1063 0 crw--w---- 1 root tty 4, 22 Oct 22 15:12 /dev/tty22 1064 0 crw--w---- 1 root tty 4, 23 Oct 22 15:12 /dev/tty23 1065 0 crw--w---- 1 root tty 4, 24 Oct 22 15:12 /dev/tty24 1066 0 crw--w---- 1 root tty 4, 25 Oct 22 15:12 /dev/tty25 1067 0 crw--w---- 1 root tty 4, 26 Oct 22 15:12 /dev/tty26 1068 0 crw--w---- 1 root tty 4, 27 Oct 22 15:12 /dev/tty27 1069 0 crw--w---- 1 root tty 4, 28 Oct 22 15:12 /dev/tty28 1070 0 crw--w---- 1 root tty 4, 29 Oct 22 15:12 /dev/tty29 1044 0 crw--w---- 1 root tty 4, 3 Oct 22 15:12 /dev/tty3 1071 0 crw--w---- 1 root tty 4, 30 Oct 22 15:12 /dev/tty30 1072 0 crw--w---- 1 root tty 4, 31 Oct 22 15:12 /dev/tty31 1073 0 crw--w---- 1 root tty 4, 32 Oct 22 15:12 /dev/tty32 1074 0 crw--w---- 1 root tty 4, 33 Oct 22 15:12 /dev/tty33 1075 0 crw--w---- 1 root tty 4, 34 Oct 22 15:12 /dev/tty34 1076 0 crw--w---- 1 root tty 4, 35 Oct 22 15:12 /dev/tty35 1077 0 crw--w---- 1 root tty 4, 36 Oct 22 15:12 /dev/tty36 1078 0 crw--w---- 1 root tty 4, 37 Oct 22 15:12 /dev/tty37 1079 0 crw--w---- 1 root tty 4, 38 Oct 22 15:12 /dev/tty38 1080 0 crw--w---- 1 root tty 4, 39 Oct 22 15:12 /dev/tty39 1045 0 crw--w---- 1 root tty 4, 4 Oct 22 15:12 /dev/tty4 1081 0 crw--w---- 1 root tty 4, 40 Oct 22 15:12 /dev/tty40 1082 0 crw--w---- 1 root tty 4, 41 Oct 22 15:12 /dev/tty41 1083 0 crw--w---- 1 root tty 4, 42 Oct 22 15:12 /dev/tty42 1084 0 crw--w---- 1 root tty 4, 43 Oct 22 15:12 /dev/tty43 1085 0 crw--w---- 1 root tty 4, 44 Oct 22 15:12 /dev/tty44 1086 0 crw--w---- 1 root tty 4, 45 Oct 22 15:12 /dev/tty45 1087 0 crw--w---- 1 root tty 4, 46 Oct 22 15:12 /dev/tty46 1088 0 crw--w---- 1 root tty 4, 47 Oct 22 15:12 /dev/tty47 1089 0 crw--w---- 1 root tty 4, 48 Oct 22 15:12 /dev/tty48 1090 0 crw--w---- 1 root tty 4, 49 Oct 22 15:12 /dev/tty49 1046 0 crw--w---- 1 root tty 4, 5 Oct 22 15:12 /dev/tty5 1091 0 crw--w---- 1 root tty 4, 50 Oct 22 15:12 /dev/tty50 1092 0 crw--w---- 1 root tty 4, 51 Oct 22 15:12 /dev/tty51 1093 0 crw--w---- 1 root tty 4, 52 Oct 22 15:12 /dev/tty52 1094 0 crw--w---- 1 root tty 4, 53 Oct 22 15:12 /dev/tty53 1095 0 crw--w---- 1 root tty 4, 54 Oct 22 15:12 /dev/tty54 1096 0 crw--w---- 1 root tty 4, 55 Oct 22 15:12 /dev/tty55 1097 0 crw--w---- 1 root tty 4, 56 Oct 22 15:12 /dev/tty56 1098 0 crw--w---- 1 root tty 4, 57 Oct 22 15:12 /dev/tty57 1099 0 crw--w---- 1 root tty 4, 58 Oct 22 15:12 /dev/tty58 1100 0 crw--w---- 1 root tty 4, 59 Oct 22 15:12 /dev/tty59 1047 0 crw--w---- 1 root tty 4, 6 Oct 22 15:12 /dev/tty6 1101 0 crw--w---- 1 root tty 4, 60 Oct 22 15:12 /dev/tty60 1102 0 crw--w---- 1 root tty 4, 61 Oct 22 15:12 /dev/tty61 1103 0 crw--w---- 1 root tty 4, 62 Oct 22 15:12 /dev/tty62 1104 0 crw--w---- 1 root tty 4, 63 Oct 22 15:12 /dev/tty63 1048 0 crw--w---- 1 mazumoto users 4, 7 Oct 22 15:12 /dev/tty7 1049 0 crw--w---- 1 root tty 4, 8 Oct 22 15:12 /dev/tty8 1050 0 crw--w---- 1 root tty 4, 9 Oct 22 15:12 /dev/tty9 | My X actually starts with Code: startx -- vt1 But there should have been a warning, a news item. |
I can't unlock the screenlock in plasma 5 after migrating to new SSD: I get a new SSD and I want to migrate all the files of my old hard drive to the new SSD instead of installing new system from zero. I ran the command "cp -r -p" and copied all the folders to the new SSD except for /boot, /dev, /mnt, /proc, /sys, /tmp, (I create them manually) preserving all the permissions of each folder, each file. After finishing the copy, I recreated the bootloader. It works fine when I boot with the new SSD. However, it seems all go well except for unlocking screenlock of plasma5. it says "Authentification Failure". I start my plasma5 by startx. The password is correct, I can access my account. I can run sudo, shutdown and reboot without any problem. Unlocking the screenlock works fine in the old hard drive. Could someone tell me what I missed? Thank you. | If you use startx, then what is in your ~/.xinitrc? |
Hey, I recently updated cinnamon to 3.4.6, because of this . But now cinnamon always starts in "software rendering mode" with high cpu usage. This is my system: Code: #inxi -Fz Resuming in non X mode: xdpyinfo not found. For package install advice run: inxi --recommends System: Host: matrix Kernel: 4.9.76-gentoo-r1 x86_64 bits: 64 Desktop: Cinnamon 3.4.6 Distro: Gentoo Base System release 2.4.1 Machine: Device: desktop Mobo: ASRock model: B75 Pro3 serial: N/A BIOS: American Megatrends v: P1.90 date: 12/20/2013 CPU: Quad core Intel Core i5-3570 (-MCP-) cache: 6144 KB clock speeds: max: 3401 MHz 1: 3400 MHz 2: 3400 MHz 3: 3400 MHz 4: 3400 MHz Graphics: Card: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller Display Server: X.org 1.19.6 driver: intel tty size: 79x29 Advanced Data: N/A for root Audio: Card Intel 7 Series/C216 Family High Def. Audio Controller driver: snd_hda_intel Sound: Advanced Linux Sound Architecture v: k4.9.76-gentoo-r1 Network: Card: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller driver: r8169 IF: eth0 state: up speed: 1000 Mbps duplex: full mac: <filter> Drives: HDD Total Size: 1064.2GB (80.0% used) ID-1: /dev/sda model: ST1000DM003 size: 1000.2GB ID-2: /dev/sdb model: ADATA_SP900 size: 64.0GB Partition: ID-1: / size: 59G used: 49G (87%) fs: ext4 dev: /dev/sdb3 ID-2: /boot size: 128M used: 87M (68%) fs: vfat dev: /dev/sdb2 ID-3: /home size: 910G used: 738G (86%) fs: ext4 dev: /dev/sda1 ID-4: swap-1 size: 8.20GB used: 0.00GB (0%) fs: swap dev: /dev/sda5 RAID: No RAID devices: /proc/mdstat, md_mod kernel module present Sensors: System Temperatures: cpu: 29.5C mobo: 28.0C Fan Speeds (in rpm): cpu: N/A fan-1: 1020 fan-2: 628 fan-3: 0 fan-4: 1062 fan-5: 0 Info: Processes: 202 Uptime: 56 min Memory: 2625.1/7672.6MB Init: SysVinit rc: OpenRC runlevel: default Client: Shell (bash) inxi: 2.3.55 Any ideas how to solve this? The common Linux Mint threads with this issue result in a reinstallation of the system. This of course should not be the solution. Thank you and best regards, Frink | Prof. Frink, What does Code: glxinfo | head -n6 say? |
Hello guys, Today i tried to edit a CSS file ( it's just a txt file with .css ending) with KDE-Kate editor and kate crash immediately, every time i am writing any character (even space bar). This behavior appears only in CSS files, HTML or C files i can write on them. I have already rebuild Kate twice, no luck... Any ideas about what happened??? Thank you. P.S. my emerge info (if it helps...) Code: master@gentoo ~ $ emerge --info Portage 2.3.24 (python 3.5.4-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-7.3.0, glibc-2.25-r10, 4.15.10-gentoo x86_64) ================================================================= System uname: Linux-4.15.10-gentoo-x86_64-Intel-R-_Core-TM-_i7-8700K_CPU_@_3.70GHz-with-gentoo-2.4.1 KiB Mem: 16361360 total, 14198256 free KiB Swap: 16777212 total, 16777212 free Timestamp of repository gentoo: Sat, 17 Mar 2018 23:30:01 +0000 Head commit of repository gentoo: 8d9802f10404e661b9ff37d732cc4d307442082c sh bash 4.4_p12 ld GNU ld (Gentoo 2.29.1 p3) 2.29.1 app-shells/bash: 4.4_p12::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.24.3::gentoo dev-lang/python: 2.7.14-r1::gentoo, 3.5.4-r1::gentoo, 3.6.3-r1::gentoo dev-util/cmake: 3.9.6::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.4.1-r2::gentoo sys-apps/openrc: 0.34.11::gentoo sys-apps/sandbox: 2.12::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.15.1-r2::gentoo sys-devel/binutils: 2.29.1-r1::gentoo sys-devel/gcc: 6.4.0-r1::gentoo, 7.2.0-r1::gentoo, 7.3.0::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r3::gentoo sys-devel/make: 4.2.1::gentoo sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers) sys-libs/glibc: 2.25-r10::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: sync-rsync-verify-metamanifest: no jorgicio location: /var/lib/layman/jorgicio masters: gentoo priority: 50 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=broadwell -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.3/conf" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.1/ext-active/ /etc/php/cgi-php7.1/ext-active/ /etc/php/cli-php7.1/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=broadwell -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox selinux sesandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://ftp.ntua.gr/pub/linux/gentoo/ ftp://ftp.ntua.gr/pub/linux/gentoo/" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j7" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi activities alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif experimental fam flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi kwallet lcms ldap libnotify mad mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qml qt3support qt5 readline sdl seccomp selinux semantic-desktop spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis widgets wxwidgets x264 xattr xcb xcomposite xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="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 author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" QEMU_SOFTMMU_TARGETS="x86_64" QEMU_USER_TARGETS="x86_64" RUBY_TARGETS="ruby22 ruby23" 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: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | papas wrote: Thank you And what was the problem? |
I recently updated from plasma-meta 5.10.5 to 5.11.5. Now when I startx, I get a flash of blue screen with a mouse pointer, then it got back to the character screen, gives me a bunch more log output, then stops. The machine is still running, but no X. Here's my most recent Xorg.0.log Code: [ 33.442] X.Org X Server 1.19.5 Release Date: 2017-10-12 [ 33.442] X Protocol Version 11, Revision 0 [ 33.442] Build Operating System: Linux 4.9.76-gentoo-r1-jrd x86_64 Gentoo [ 33.442] Current Operating System: Linux hellboy 4.9.76-gentoo-r1-jrd #1 SMP Sun Mar 11 15:35:12 EDT 2018 x86_64 [ 33.442] Kernel command line: BOOT_IMAGE=/kernel-genkernel-x86_64-4.9.76-gentoo-r1-jrd root=UUID=e6efce64-4bb8-4c52-8c31-18e6ff7b423f ro [ 33.442] Build Date: 13 March 2018 10:31:20AM [ 33.442] [ 33.443] Current version of pixman: 0.34.0 [ 33.443] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 33.443] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 33.443] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 17 07:05:12 2018 [ 33.444] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 33.444] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 33.445] (==) No Layout section. Using the first Screen section. [ 33.445] (==) No screen section available. Using defaults. [ 33.445] (**) |-->Screen "Default Screen Section" (0) [ 33.445] (**) | |-->Monitor "<default monitor>" [ 33.445] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 33.446] (==) Automatically adding devices [ 33.446] (==) Automatically enabling devices [ 33.446] (==) Automatically adding GPU devices [ 33.446] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 33.446] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 33.446] Entry deleted from font path. [ 33.446] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 33.446] Entry deleted from font path. [ 33.446] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 33.446] Entry deleted from font path. [ 33.446] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 33.446] Entry deleted from font path. [ 33.446] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 33.446] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 33.446] Entry deleted from font path. [ 33.446] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 33.446] (==) FontPath set to: /usr/share/fonts/misc/ [ 33.446] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 33.446] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 33.446] (II) Loader magic: 0x812c80 [ 33.446] (II) Module ABI versions: [ 33.446] X.Org ANSI C Emulation: 0.4 [ 33.446] X.Org Video Driver: 23.0 [ 33.446] X.Org XInput driver : 24.1 [ 33.446] X.Org Server Extension : 10.0 [ 33.446] (II) xfree86: Adding drm device (/dev/dri/card0) [ 33.448] (--) PCI:*(0:1:5:0) 1002:9616:1043:8388 rev 0, Mem @ 0xd0000000/268435456, 0xfeaf0000/65536, 0xfe900000/1048576, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072 [ 33.448] (II) LoadModule: "glx" [ 33.448] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 33.460] (II) Module glx: vendor="X.Org Foundation" [ 33.460] compiled for 1.19.5, module version = 1.0.0 [ 33.460] ABI class: X.Org Server Extension, version 10.0 [ 33.460] (II) Applying OutputClass "Radeon" to /dev/dri/card0 [ 33.460] loading driver: radeon [ 33.460] (==) Matched radeon as autoconfigured driver 0 [ 33.460] (==) Matched ati as autoconfigured driver 1 [ 33.460] (==) Matched ati as autoconfigured driver 2 [ 33.460] (==) Matched modesetting as autoconfigured driver 3 [ 33.460] (==) Matched fbdev as autoconfigured driver 4 [ 33.460] (==) Matched vesa as autoconfigured driver 5 [ 33.460] (==) Assigned the driver to the xf86ConfigLayout [ 33.460] (II) LoadModule: "radeon" [ 33.460] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so [ 33.463] (II) Module radeon: vendor="X.Org Foundation" [ 33.463] compiled for 1.19.5, module version = 7.9.0 [ 33.464] Module class: X.Org Video Driver [ 33.464] ABI class: X.Org Video Driver, version 23.0 [ 33.464] (II) LoadModule: "ati" [ 33.464] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so [ 33.464] (II) Module ati: vendor="X.Org Foundation" [ 33.464] compiled for 1.19.5, module version = 7.9.0 [ 33.464] Module class: X.Org Video Driver [ 33.464] ABI class: X.Org Video Driver, version 23.0 [ 33.465] (II) LoadModule: "modesetting" [ 33.465] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 33.466] (II) Module modesetting: vendor="X.Org Foundation" [ 33.466] compiled for 1.19.5, module version = 1.19.5 [ 33.466] Module class: X.Org Video Driver [ 33.466] ABI class: X.Org Video Driver, version 23.0 [ 33.466] (II) LoadModule: "fbdev" [ 33.466] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 33.467] (II) Module fbdev: vendor="X.Org Foundation" [ 33.467] compiled for 1.19.5, module version = 0.4.4 [ 33.467] Module class: X.Org Video Driver [ 33.467] ABI class: X.Org Video Driver, version 23.0 [ 33.467] (II) LoadModule: "vesa" [ 33.467] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 33.468] (II) Module vesa: vendor="X.Org Foundation" [ 33.468] compiled for 1.19.5, module version = 2.3.4 [ 33.468] Module class: X.Org Video Driver [ 33.468] ABI class: X.Org Video Driver, version 23.0 [ 33.468] (II) RADEON: Driver for ATI/AMD Radeon chipsets: ATI Radeon Mobility X600 (M24), ATI FireMV 2400, ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL, ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380), ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4), ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE, ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE, ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360, ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW, ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2), ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000, ATI Radeon X800 (R420), ATI Radeon X800PRO (R420), ATI Radeon X800SE (R420), ATI FireGL X3 (R420), ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420), ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420), ATI Radeon X850 (R480), ATI Radeon X850 XT (R480), ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480), ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7, ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6, ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9), ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1, ATI Radeon 9800PRO, ATI Radeon 9800XT, ATI Radeon Mobility 9600/9700 (M10/M11), ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11), ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11), ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100, ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000, ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C), ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423), ATI Radeon X800LE (R423), ATI Radeon X800SE (R423), ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430), ATI Radeon X800 SE (R430), ATI Radeon X800 (R430), ATI FireGL V7100 (R423), ATI FireGL V5100 (R423), ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26), ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26), ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5), ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200, ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200, ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370), ATI Radeon X600 (RV370), ATI Radeon X550 (RV370), ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370), ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28), ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28), ATI Radeon X850, ATI unknown Radeon / FireGL (R480), ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410), ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410), ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410), 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 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 X1550 64-bit, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300, ATI FireGL V3350, ATI Mobility Radeon X1450, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200, ATI Mobility 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 Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor, ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570, ATI FireGL V7400, ATI Radeon 9100 PRO IGP, ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740, ATI RS740M, 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 HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, 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 RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 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 3430, ATI FirePro V3700, ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, 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 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2, 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 6250 Graphics, AMD Radeon HD 6300 Series Graphics, AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270, ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS, ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII [ 33.470] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 33.470] (II) FBDEV: driver for framebuffer: fbdev [ 33.470] (II) VESA: driver for VESA chipsets: vesa [ 33.470] (--) using VT number 7 [ 33.488] (II) [KMS] Kernel modesetting enabled. [ 33.488] (WW) Falling back to old probe method for modesetting [ 33.488] (WW) Falling back to old probe method for fbdev [ 33.488] (II) Loading sub module "fbdevhw" [ 33.488] (II) LoadModule: "fbdevhw" [ 33.488] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 33.488] (II) Module fbdevhw: vendor="X.Org Foundation" [ 33.488] compiled for 1.19.5, module version = 0.0.2 [ 33.488] ABI class: X.Org Video Driver, version 23.0 [ 33.489] (WW) Falling back to old probe method for vesa [ 33.489] (II) RADEON(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 33.489] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 [ 33.489] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 33.489] (==) RADEON(0): Default visual is TrueColor [ 33.489] (==) RADEON(0): RGB weight 888 [ 33.489] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) [ 33.489] (--) RADEON(0): Chipset: "ATI Radeon 3000 Graphics" (ChipID = 0x9616) [ 33.489] (II) Loading sub module "fb" [ 33.489] (II) LoadModule: "fb" [ 33.489] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 33.490] (II) Module fb: vendor="X.Org Foundation" [ 33.490] compiled for 1.19.5, module version = 1.0.0 [ 33.490] ABI class: X.Org ANSI C Emulation, version 0.4 [ 33.490] (II) Loading sub module "dri2" [ 33.490] (II) LoadModule: "dri2" [ 33.490] (II) Module "dri2" already built-in [ 33.490] (II) Loading sub module "glamoregl" [ 33.490] (II) LoadModule: "glamoregl" [ 33.490] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so [ 33.500] (II) Module glamoregl: vendor="X.Org Foundation" [ 33.500] compiled for 1.19.5, module version = 1.0.0 [ 33.500] ABI class: X.Org ANSI C Emulation, version 0.4 [ 33.500] (II) glamor: OpenGL accelerated X.org driver based. [ 33.787] (II) glamor: EGL version 1.5 (DRI2): [ 33.799] (II) RADEON(0): glamor detected, initialising EGL layer. [ 33.799] (II) RADEON(0): KMS Color Tiling: enabled [ 33.799] (II) RADEON(0): KMS Color Tiling 2D: enabled [ 33.799] (==) RADEON(0): TearFree property default: auto [ 33.799] (II) RADEON(0): KMS Pageflipping: enabled [ 33.830] (II) RADEON(0): Output VGA-0 has no monitor section [ 33.889] (II) RADEON(0): Output HDMI-0 has no monitor section [ 33.920] (II) RADEON(0): EDID for output VGA-0 [ 33.978] (II) RADEON(0): EDID for output HDMI-0 [ 33.978] (II) RADEON(0): Manufacturer: GSM Model: 76f9 Serial#: 136816 [ 33.978] (II) RADEON(0): Year: 2018 Week: 1 [ 33.978] (II) RADEON(0): EDID Version: 1.3 [ 33.978] (II) RADEON(0): Digital Display Input [ 33.978] (II) RADEON(0): Max Image Size [cm]: horiz.: 80 vert.: 34 [ 33.978] (II) RADEON(0): Gamma: 2.20 [ 33.978] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off [ 33.978] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 33.978] (II) RADEON(0): First detailed timing is preferred mode [ 33.978] (II) RADEON(0): redX: 0.651 redY: 0.332 greenX: 0.307 greenY: 0.631 [ 33.978] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329 [ 33.978] (II) RADEON(0): Supported established timings: [ 33.978] (II) RADEON(0): 640x480@60Hz [ 33.978] (II) RADEON(0): 640x480@75Hz [ 33.978] (II) RADEON(0): 800x600@60Hz [ 33.978] (II) RADEON(0): 800x600@75Hz [ 33.978] (II) RADEON(0): 832x624@75Hz [ 33.978] (II) RADEON(0): 1024x768@60Hz [ 33.978] (II) RADEON(0): 1024x768@75Hz [ 33.978] (II) RADEON(0): 1280x1024@75Hz [ 33.978] (II) RADEON(0): 1152x864@75Hz [ 33.978] (II) RADEON(0): Manufacturer's mask: 0 [ 33.978] (II) RADEON(0): Supported standard timings: [ 33.978] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 33.978] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 33.978] (II) RADEON(0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281 [ 33.978] (II) RADEON(0): #3: hsize: 1600 vsize 900 refresh: 60 vid: 49321 [ 33.978] (II) RADEON(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 33.979] (II) RADEON(0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361 [ 33.979] (II) RADEON(0): #6: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 33.979] (II) RADEON(0): #7: hsize: 1920 vsize 1080 refresh: 75 vid: 53201 [ 33.979] (II) RADEON(0): Supported detailed timing: [ 33.979] (II) RADEON(0): clock: 181.2 MHz Image Size: 798 x 334 mm [ 33.979] (II) RADEON(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0 [ 33.979] (II) RADEON(0): v_active: 1080 v_sync: 1083 v_sync_end 1093 v_blanking: 1111 v_border: 0 [ 33.979] (II) RADEON(0): Supported detailed timing: [ 33.979] (II) RADEON(0): clock: 148.5 MHz Image Size: 531 x 298 mm [ 33.979] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [ 33.979] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [ 33.979] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 90 kHz, PixClock max 245 MHz [ 33.979] (II) RADEON(0): Monitor name: LG ULTRAWIDE [ 33.979] (II) RADEON(0): Supported detailed timing: [ 33.979] (II) RADEON(0): clock: 27.0 MHz Image Size: 798 x 334 mm [ 33.979] (II) RADEON(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0 [ 33.979] (II) RADEON(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0 [ 33.979] (II) RADEON(0): Supported detailed timing: [ 33.979] (II) RADEON(0): clock: 228.2 MHz Image Size: 798 x 334 mm [ 33.979] (II) RADEON(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0 [ 33.979] (II) RADEON(0): v_active: 1080 v_sync: 1083 v_sync_end 1093 v_blanking: 1119 v_border: 0 [ 33.979] (II) RADEON(0): Serial No: 801NTPC40816 [ 33.979] (II) RADEON(0): Number of EDID sections to follow: 1 [ 33.979] (II) RADEON(0): EDID (in hex): [ 33.979] (II) RADEON(0): 00ffffffffffff001e6df97670160200 [ 33.979] (II) RADEON(0): 011c010380502278eaca95a6554ea126 [ 33.979] (II) RADEON(0): 0f5054256b807140818081c0a9c0b300 [ 33.979] (II) RADEON(0): d1c08100d1cfcd4600a0a0381f403020 [ 33.979] (II) RADEON(0): 3a001e4e3100001a003a801871382d40 [ 33.979] (II) RADEON(0): 582c4500132a2100001e000000fd0038 [ 33.979] (II) RADEON(0): 4b1e5a18000a202020202020000000fc [ 33.979] (II) RADEON(0): 004c4720554c545241574944450a017f [ 33.979] (II) RADEON(0): 02031af12309070747100403011f1312 [ 33.979] (II) RADEON(0): 8301000065030c0010008c0ad08a20e0 [ 33.979] (II) RADEON(0): 2d10103e96001e4e31000018295900a0 [ 33.979] (II) RADEON(0): a038274030203a001e4e3100001a0000 [ 33.979] (II) RADEON(0): 00000000000000000000000000000000 [ 33.979] (II) RADEON(0): 00000000000000000000000000000000 [ 33.979] (II) RADEON(0): 0000000000ff003830314e5450433430 [ 33.979] (II) RADEON(0): 3831360a0000000000000000000000c9 [ 33.979] (II) RADEON(0): Printing probed modes for output HDMI-0 [ 33.979] (II) RADEON(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e) [ 33.979] (II) RADEON(0): Modeline "1920x1080"x60.0 148.48 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [ 33.979] (II) RADEON(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e) [ 33.979] (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e) [ 33.979] (II) RADEON(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e) [ 33.979] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 33.979] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [ 33.979] (II) RADEON(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e) [ 33.979] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 33.979] (II) RADEON(0): Modeline "1152x864"x60.0 81.58 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz) [ 33.979] (II) RADEON(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [ 33.979] (II) RADEON(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [ 33.979] (II) RADEON(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [ 33.979] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 33.979] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 33.979] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 33.979] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 33.979] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 33.980] (II) RADEON(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [ 33.980] (II) RADEON(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [ 33.980] (II) RADEON(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [ 33.980] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 33.980] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 33.980] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 33.980] (II) RADEON(0): Output VGA-0 disconnected [ 33.980] (II) RADEON(0): Output HDMI-0 connected [ 33.980] (II) RADEON(0): Using exact sizes for initial modes [ 33.980] (II) RADEON(0): Output HDMI-0 using initial mode 1152x864 +0+0 [ 33.980] (II) RADEON(0): mem size init: gart size :1fdef000 vram size: s:10000000 visible:f6d6000 [ 33.980] (==) RADEON(0): DPI set to (96, 96) [ 33.980] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) [ 33.980] (II) Loading sub module "ramdac" [ 33.980] (II) LoadModule: "ramdac" [ 33.980] (II) Module "ramdac" already built-in [ 33.980] (II) UnloadModule: "modesetting" [ 33.980] (II) Unloading modesetting [ 33.980] (II) UnloadModule: "fbdev" [ 33.980] (II) Unloading fbdev [ 33.980] (II) UnloadSubModule: "fbdevhw" [ 33.980] (II) Unloading fbdevhw [ 33.980] (II) UnloadModule: "vesa" [ 33.980] (II) Unloading vesa [ 33.980] (--) Depth 24 pixmap format is 32 bpp [ 33.981] (II) RADEON(0): [DRI2] Setup complete [ 33.981] (II) RADEON(0): [DRI2] DRI driver: r600 [ 33.981] (II) RADEON(0): [DRI2] VDPAU driver: r600 [ 33.981] (II) RADEON(0): Front buffer size: 3888K [ 33.981] (II) RADEON(0): VRAM usage limit set to 223956K [ 33.982] (II) RADEON(0): SYNC extension fences enabled [ 33.982] (II) RADEON(0): Present extension enabled [ 33.982] (==) RADEON(0): DRI3 enabled [ 33.982] (==) RADEON(0): Backing store enabled [ 33.982] (II) RADEON(0): Direct rendering enabled [ 34.029] (II) RADEON(0): Use GLAMOR acceleration. [ 34.029] (II) RADEON(0): Acceleration enabled [ 34.029] (==) RADEON(0): DPMS enabled [ 34.029] (==) RADEON(0): Silken mouse enabled [ 34.030] (II) RADEON(0): Set up textured video (glamor) [ 34.030] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video. [ 34.030] (II) RADEON(0): [XvMC] Extension initialized. [ 34.030] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 34.031] (--) RandR disabled [ 34.036] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 34.036] (II) AIGLX: enabled GLX_ARB_create_context [ 34.036] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 34.036] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 34.036] (II) AIGLX: enabled GLX_INTEL_swap_event [ 34.036] (II) AIGLX: enabled GLX_SGI_swap_control [ 34.036] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 34.036] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 34.036] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 34.036] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 34.036] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 34.039] (II) AIGLX: Loaded and initialized r600 [ 34.039] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 34.041] (II) RADEON(0): Setting screen physical size to 304 x 228 [ 34.195] (II) config/udev: Adding input device Power Button (/dev/input/event4) [ 34.195] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 34.195] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 34.195] (II) LoadModule: "libinput" [ 34.195] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 34.200] (II) Module libinput: vendor="X.Org Foundation" [ 34.200] compiled for 1.19.5, module version = 0.25.1 [ 34.200] Module class: X.Org XInput Driver [ 34.200] ABI class: X.Org XInput driver, version 24.1 [ 34.200] (II) Using input driver 'libinput' for 'Power Button' [ 34.200] (**) Power Button: always reports core events [ 34.200] (**) Option "Device" "/dev/input/event4" [ 34.200] (**) Option "_source" "server/udev" [ 34.201] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 34.201] (II) event4 - (II) Power Button: (II) device is a keyboard [ 34.201] (II) event4 - (II) Power Button: (II) device removed [ 34.290] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4" [ 34.290] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 34.291] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 34.291] (II) event4 - (II) Power Button: (II) device is a keyboard [ 34.291] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 34.291] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 34.291] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 34.291] (II) Using input driver 'libinput' for 'Power Button' [ 34.291] (**) Power Button: always reports core events [ 34.291] (**) Option "Device" "/dev/input/event3" [ 34.291] (**) Option "_source" "server/udev" [ 34.292] (II) event3 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 34.292] (II) event3 - (II) Power Button: (II) device is a keyboard [ 34.292] (II) event3 - (II) Power Button: (II) device removed [ 34.380] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event3" [ 34.380] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 34.380] (II) event3 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 34.380] (II) event3 - (II) Power Button: (II) device is a keyboard [ 34.381] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6) [ 34.381] (II) No input driver specified, ignoring this device. [ 34.381] (II) This device may have been added with another device file. [ 34.382] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event0) [ 34.382] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall" [ 34.382] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "libinput keyboard catchall" [ 34.382] (II) Using input driver 'libinput' for 'LITEON Technology USB Multimedia Keyboard' [ 34.382] (**) LITEON Technology USB Multimedia Keyboard: always reports core events [ 34.382] (**) Option "Device" "/dev/input/event0" [ 34.382] (**) Option "_source" "server/udev" [ 34.383] (II) event0 - (II) LITEON Technology USB Multimedia Keyboard: (II) is tagged by udev as: Keyboard [ 34.383] (II) event0 - (II) LITEON Technology USB Multimedia Keyboard: (II) device is a keyboard [ 34.383] (II) event0 - (II) LITEON Technology USB Multimedia Keyboard: (II) device removed [ 34.460] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4.1/1-5.4.1.2/1-5.4.1.2:1.0/0003:046D:C313.0001/input/input3/event0" [ 34.460] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD, id 8) [ 34.461] (II) event0 - (II) LITEON Technology USB Multimedia Keyboard: (II) is tagged by udev as: Keyboard [ 34.461] (II) event0 - (II) LITEON Technology USB Multimedia Keyboard: (II) device is a keyboard [ 34.461] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event1) [ 34.461] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall" [ 34.461] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "libinput keyboard catchall" [ 34.461] (II) Using input driver 'libinput' for 'LITEON Technology USB Multimedia Keyboard' [ 34.461] (**) LITEON Technology USB Multimedia Keyboard: always reports core events [ 34.461] (**) Option "Device" "/dev/input/event1" [ 34.461] (**) Option "_source" "server/udev" [ 34.462] (II) event1 - (II) LITEON Technology USB Multimedia Keyboard: (II) is tagged by udev as: Keyboard [ 34.462] (II) event1 - (II) LITEON Technology USB Multimedia Keyboard: (II) device is a keyboard [ 34.462] (II) event1 - (II) LITEON Technology USB Multimedia Keyboard: (II) device removed [ 34.540] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4.1/1-5.4.1.2/1-5.4.1.2:1.1/0003:046D:C313.0002/input/input4/event1" [ 34.540] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD, id 9) [ 34.541] (II) event1 - (II) LITEON Technology USB Multimedia Keyboard: (II) is tagged by udev as: Keyboard [ 34.541] (II) event1 - (II) LITEON Technology USB Multimedia Keyboard: (II) device is a keyboard [ 34.541] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event2) [ 34.541] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall" [ 34.541] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall" [ 34.541] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse' [ 34.541] (**) Logitech USB Optical Mouse: always reports core events [ 34.541] (**) Option "Device" "/dev/input/event2" [ 34.541] (**) Option "_source" "server/udev" [ 34.610] (II) event2 - (II) Logitech USB Optical Mouse: (II) is tagged by udev as: Mouse [ 34.610] (II) event2 - (II) Logitech USB Optical Mouse: (II) device is a pointer [ 34.610] (II) event2 - (II) Logitech USB Optical Mouse: (II) device removed [ 34.690] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5.4/1-5.4.1/1-5.4.1.3/1-5.4.1.3:1.0/0003:046D:C00C.0003/input/input5/event2" [ 34.690] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 10) [ 34.690] (**) Option "AccelerationScheme" "none" [ 34.690] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0 [ 34.690] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000 [ 34.690] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4 [ 34.760] (II) event2 - (II) Logitech USB Optical Mouse: (II) is tagged by udev as: Mouse [ 34.760] (II) event2 - (II) Logitech USB Optical Mouse: (II) device is a pointer [ 34.761] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0) [ 34.761] (II) No input driver specified, ignoring this device. [ 34.761] (II) This device may have been added with another device file. [ 34.761] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event7) [ 34.761] (II) No input driver specified, ignoring this device. [ 34.761] (II) This device may have been added with another device file. [ 34.761] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event8) [ 34.762] (II) No input driver specified, ignoring this device. [ 34.762] (II) This device may have been added with another device file. [ 34.762] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event9) [ 34.762] (II) No input driver specified, ignoring this device. [ 34.762] (II) This device may have been added with another device file. [ 34.762] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event10) [ 34.762] (II) No input driver specified, ignoring this device. [ 34.762] (II) This device may have been added with another device file. [ 34.763] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event11) [ 34.763] (II) No input driver specified, ignoring this device. [ 34.763] (II) This device may have been added with another device file. [ 34.763] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event12) [ 34.763] (II) No input driver specified, ignoring this device. [ 34.763] (II) This device may have been added with another device file. [ 34.763] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event13) [ 34.763] (II) No input driver specified, ignoring this device. [ 34.764] (II) This device may have been added with another device file. [ 34.764] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event14) [ 34.764] (II) No input driver specified, ignoring this device. [ 34.764] (II) This device may have been added with another device file. [ 34.764] (II) config/udev: Adding input device PC Speaker (/dev/input/event5) [ 34.764] (II) No input driver specified, ignoring this device. [ 34.764] (II) This device may have been added with another device file. [ 36.389] (II) RADEON(0): EDID vendor "GSM", prod id 30457 [ 36.389] (II) RADEON(0): Using EDID range info for horizontal sync [ 36.389] (II) RADEON(0): Using EDID range info for vertical refresh [ 36.389] (II) RADEON(0): Printing DDC gathered Modelines: [ 36.389] (II) RADEON(0): Modeline "2560x1080"x0.0 181.25 2560 2608 2640 2720 1080 1083 1093 1111 +hsync -vsync (66.6 kHz eP) [ 36.389] (II) RADEON(0): Modeline "1920x1080"x0.0 148.48 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [ 36.389] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [ 36.389] (II) RADEON(0): Modeline "2560x1080"x0.0 228.25 2560 2608 2640 2720 1080 1083 1093 1119 +hsync -vsync (83.9 kHz e) [ 36.389] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 36.389] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 36.389] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 36.389] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 36.389] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 36.389] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 36.389] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 36.389] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 36.389] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 36.389] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz e) [ 36.389] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [ 36.389] (II) RADEON(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e) [ 36.389] (II) RADEON(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e) [ 36.389] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e) [ 36.389] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e) [ 36.389] (II) RADEON(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e) [ 36.389] (II) RADEON(0): Modeline "1920x1080"x75.0 220.64 1920 2056 2264 2608 1080 1081 1084 1128 -hsync +vsync (84.6 kHz e) [ 36.389] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [ 36.389] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) [ 36.389] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [ 36.389] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [ 36.389] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [ 36.389] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [ 36.405] (II) RADEON(0): Allocate new frame buffer 1920x1080 stride 1920 [ 36.412] (II) RADEON(0): VRAM usage limit set to 220165K [ 37.139] (II) RADEON(0): EDID vendor "GSM", prod id 30457 [ 37.139] (II) RADEON(0): Using hsync ranges from config file [ 37.139] (II) RADEON(0): Using vrefresh ranges from config file [ 37.139] (II) RADEON(0): Printing DDC gathered Modelines: [ 37.139] (II) RADEON(0): Modeline "2560x1080"x0.0 181.25 2560 2608 2640 2720 1080 1083 1093 1111 +hsync -vsync (66.6 kHz eP) [ 37.139] (II) RADEON(0): Modeline "1920x1080"x0.0 148.48 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [ 37.139] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [ 37.139] (II) RADEON(0): Modeline "2560x1080"x0.0 228.25 2560 2608 2640 2720 1080 1083 1093 1119 +hsync -vsync (83.9 kHz e) [ 37.139] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 37.139] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 37.139] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 37.139] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 37.139] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 37.139] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 37.139] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 37.139] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 37.139] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 37.139] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz e) [ 37.139] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [ 37.139] (II) RADEON(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e) [ 37.139] (II) RADEON(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e) [ 37.139] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e) [ 37.139] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e) [ 37.139] (II) RADEON(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e) [ 37.139] (II) RADEON(0): Modeline "1920x1080"x75.0 220.64 1920 2056 2264 2608 1080 1081 1084 1128 -hsync +vsync (84.6 kHz e) [ 37.139] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [ 37.139] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) [ 37.139] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [ 37.139] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [ 37.139] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [ 37.139] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [ 38.035] (II) event4 - (II) Power Button: (II) device removed [ 38.170] (II) event3 - (II) Power Button: (II) device removed [ 38.250] (II) event0 - (II) LITEON Technology USB Multimedia Keyboard: (II) device removed [ 38.350] (II) event1 - (II) LITEON Technology USB Multimedia Keyboard: (II) device removed [ 38.430] (II) event2 - (II) Logitech USB Optical Mouse: (II) device removed [ 38.510] (II) AIGLX: Suspending AIGLX clients for VT switch [ 880.894] (EE) RADEON(0): failed to set mode: Permission denied [ 880.934] (II) UnloadModule: "libinput" [ 880.934] (II) UnloadModule: "libinput" [ 880.934] (II) UnloadModule: "libinput" [ 880.934] (II) UnloadModule: "libinput" [ 880.934] (II) UnloadModule: "libinput" [ 880.935] (II) Server terminated successfully (0). Closing log file. The thing which looks suspicious to me is 880.894: failed to set mode on something. Any hints what that might be? Any other ideas on what I should debug? Thanks for any pointers. | Paste your .xinitrc content. |
I am trying to apply my lock to my laptop when the laptops lid is closed before it goes into hibernation to ram. Currently I can only achieve hibernation to ram via s2ram which is good, but any calls to xautolock fail presumably because of a lack of a X session. Likewise if I remove the -detectsleep from my `.xinitrc' the locker will trigger after the timeout period while the laptop is sleeping, but if anyone opens the laptop during this time out period they won't have to enter in the users credentials. Is there a way to bypass this limitation and get xautolock to lock the desktop before s2ram is called? I was thinking perhaps of creating some kind of daemon that runs as my user waiting for a signal to lock the screen as my user, but that seems overly complicated. I was also thinking perhaps I could somehow use the `.serverauth.*' files to give acpid access to my users X session, but that solution also seems like it could break quite easily. Is there any way to solve this in a secure and sane matter? My config files are currently setup as: Code: /etc/acpi # cat events/lid_sleep event=button[ /]lid.* action=/etc/acpi/actions/lid_sleep.sh %e Code: /etc/acpi # cat actions/lid_sleep.sh #!/bin/sh set $* group=${1%/*} action=${1#*/} device=$2 id=$3 value=$4 case $group in button) case $action in lid) case "$id" in close) xautolock -locknow s2ram ;; open) :;; esac ;; esac ;; esac Code: # cat ~/.xinitrc [[snip]] exec xautolock -secure -detectsleep -time 5 -locker "lock" & [[snip]] | khayyam wrote: /etc/acpi/actions/lid_sleep.sh: xpid="$(pgrep -n X)" xuser="$(ps -o user --no-headers $xpid)" This will grab the current user for the X server. If the system has not migrated to rootless X, then the result will be root, not the logged in user. |
I installed my new workstation with xeon and nvidia card, so there is no GPU integrated in CPU, only PCIe Nvidia 1080 TI. I use Kde latest from poly-c and all works smoothly, I just wander why I have 2 options in eselect opengl: Code: venus ~ # eselect opengl list Available OpenGL implementations: [1] nvidia [2] xorg-x11 * when I run glxgears I get quite high performance: Code: zangetsu@venus ~/mount $ vblank_mode=0 glxgears ATTENTION: default value of option vblank_mode overridden by environment. 7286 frames in 5.0 seconds = 1457.058 FPS 7372 frames in 5.0 seconds = 1474.331 FPS So, question is do I need to even switch to nvidia by eselect as nvidia is anyway used by default as there is not other gpu in my system? Or should there be only single option then in eselect? NOTICED ONE ISSUE: When enable 3d mode in VirtualBox (for windows guest machine), the system doesn't boot, showing in VirtualBox just grey window... maybe it is related to this eselect? Thanks for hints. | yes, nvidia is much faster. 780ti Code: # __GL_SYNC_TO_VBLANK=0 glxgears 109095 frames in 5.0 seconds = 21818.869 FPS 111007 frames in 5.0 seconds = 22201.268 FPS 94827 frames in 5.0 seconds = 18965.375 FPS 109573 frames in 5.0 seconds = 21914.455 FPS |
I am trying to get fonts working with rxvt-unicode and i3-gaps. What is happening is when rxvt loads it displays squares probably due to bolded fonts not rendering correctly. When trying to set fonts in `.Xresources' for rxvt the terminal fails to load in i3 and I end up having to kill i3. I have emerged fontawesome liberation-fonts and terminus while attempting various ways to get them to load. At first xfontsel did not list any fonts, but after adding the 15-fonts.conf xfontsel saw terminus and only terminus. I also attempted to try variations for loading the fonts for rxvt including xft notation and regular notation. I have also ran mkfontscale and mkfontdir in all font directories. I preferably want to get a font working that supports unicode well. Any support would be appreciated. Thanks! Code: # export | egrep "(LANG|LC_)" declare -x LANG="en_US.utf8" Code: # eselect fontconfig list Available fontconfig .conf files (* is enabled): [1] 10-autohint.conf * [2] 10-hinting-full.conf [3] 10-hinting-medium.conf [4] 10-hinting-none.conf [5] 10-hinting-slight.conf * [6] 10-no-sub-pixel.conf [7] 10-scale-bitmap-fonts.conf * [8] 10-sub-pixel-bgr.conf [9] 10-sub-pixel-rgb.conf * [10] 10-sub-pixel-vbgr.conf [11] 10-sub-pixel-vrgb.conf [12] 10-unhinted.conf [13] 11-lcdfilter-default.conf [14] 11-lcdfilter-legacy.conf [15] 11-lcdfilter-light.conf [16] 20-unhint-small-vera.conf * [17] 25-unhint-nonlatin.conf * [18] 30-metric-aliases.conf * [19] 40-nonlatin.conf * [20] 45-generic.conf * [21] 45-latin.conf * [22] 49-sansserif.conf * [23] 50-user.conf * [24] 51-local.conf * [25] 60-generic.conf * [26] 60-latin.conf * [27] 60-liberation.conf [28] 65-fonts-persian.conf * [29] 65-khmer.conf [30] 65-nonlatin.conf * [31] 69-unifont.conf * [32] 70-no-bitmaps.conf [33] 70-yes-bitmaps.conf * [34] 75-yes-terminus.conf * [35] 80-delicious.conf * [36] 90-synthetic.conf * Code: # cat /etc/X11/xorg.conf.d/15-fonts.conf Section "Files" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/fontawesome" FontPath "/usr/share/fonts/liberation-fonts" EndSection Code: # cat .xinitrc [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources exec urxvtd --quiet --opendisplay --fork & exec i3 Code: # cat .Xresources Xft.dpi: 96 Xft.antialias: true Xft.rgba: rgb Xft.hinting: true Xft.hintstyle: hintslight Xft.autohint: false Xft.lcdfilter: lcddefault URxvt.font: *-Terminus-*-*-*-*-*-*-*-*-*-*-*-*-* !URxvt.boldFont: xft:Terminus:bold:pixelsize=14:antialias=false URxvt.scrollBar: false URxvt.scrollBar_right: false URxvt.scrollBar_floating: false URxvt.scrollstyle: rxvt URxvt.print-pipe: "cat > /dev/null" !-*- Perl extensions -*- URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select URxvt.keysym.M-u: perl:url-select:select_next ! URxvt.url-launcher: /usr/bin/firefox URxvt.underlineURLs: True URxvt.matcher.button: 1 URxvt.keysym.M-Escape:perl:keyboard-select:activate URxvt.keysym.Control-Shift-V: perl:pasta:paste ! Comment this if you dont want copy when text is selected URxvt.clipboard.autocopy: true ! Colors URxvt*background: #000000 URxvt*foreground: #B2B2B2 ! black URxvt*color0: #000000 URxvt*color8: #686868 ! red URxvt*color1: #B21818 URxvt*color9: #FF5454 ! green URxvt*color2: #18B218 URxvt*color10: #54FF54 ! yellow URxvt*color3: #B26818 URxvt*color11: #FFFF54 ! blue URxvt*color4: #1818B2 URxvt*color12: #5454FF ! purple URxvt*color5: #B218B2 URxvt*color13: #FF54FF ! cyan URxvt*color6: #18B2B2 URxvt*color14: #54FFFF ! white URxvt*color7: #B2B2B2 URxvt*color15: #FFFFFF | This is wrong : Code: URxvt.font: *-Terminus-*-*-*-*-*-*-*-*-*-*-*-*-* replace that with : Code: URxvt.font: xft:xos4 Terminus:regular:pixelsize=16 you don't need to mess with /etc/X11/xorg.conf.d/15-fonts.conf run in terminal Code: fc-list |
Heres what it says when launching from command line: Code: zakhar@laptop ~ $ dolphin kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash" kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "mtp" kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "mtp" kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "mtp" org.kde.dolphin: Ignore KIO url: QUrl("timeline:/today") org.kde.dolphin: Ignore KIO url: QUrl("timeline:/yesterday") org.kde.dolphin: Ignore KIO url: QUrl("timeline:/thismonth") org.kde.dolphin: Ignore KIO url: QUrl("timeline:/lastmonth") org.kde.dolphin: Ignore KIO url: QUrl("search:/documents") org.kde.dolphin: Ignore KIO url: QUrl("search:/images") org.kde.dolphin: Ignore KIO url: QUrl("search:/audio") org.kde.dolphin: Ignore KIO url: QUrl("search:/videos") qt.accessibility.core: Cannot create accessible child interface for object: PlacesView(0x55a5e7ce5a90) index: 5 kf5.kio.core: KSambaShare: Could not find smb.conf! pretty sure can be optimised not sure how. Help needed. | The_Document: the output of dolphin you showed in your first post is fine. I get nearly the same output (especially the message 'Cannot create accessible child interface'), but dolphin starts quickly. 1) Did you emerge dolphin with USE flag semantic-desktop? If you did: what happens if you emerge it without that USE flag? 2) Do you know strace? I would strace dolphin to find out what happens when it's slow to start. |
I find that apps like okular, kwrite etc have a default printing page size of A4 (also very bad margin settings) these can be changed for a particular print job but revert sorry for this elementary question but where is the setting to permanently change default page size to letter? (of course, the cups default is already letter ...) | See bug: https://bugs.gentoo.org/617460 For 5.9 there is a huge patchset attached. |
I have gotten the message Quote: JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform. on the command line when the git commit message editor window (kate) opens. I'm wondering whether it is something I can and should fix. The linked page is not helpful for me. I have dev-qt/qtdeclarative-5.7.1-r1 installed with the jit useflag set. I'm on amd64. | mike155 wrote: As far as I can see, this is not a bug, but a workaround. See: - https://www.spinics.net/linux/fedora/fedora-kde/msg19260.html - https://phabricator.kde.org/D8544?id=21724 - https://bugs.kde.org/385413 The problem will go away as soon as you upgrade Qt and kde-frameworks. New stable versions of Qt and kde-frameworks are in the pipeline: - https://bugs.gentoo.org/642822 - https://bugs.gentoo.org/647306 Thanks. That's clearly it. |
Hi, I've been trying out plasma on wayland and mostly it has worked impressively well, but I find I'm unable to launch root GUI apps in a wayland session. The two examples are truecrypt and zenmap (nmap's pyGTK GUI). Both can be run as the desktop session user, but their key functions don't work as non-root. If I su to root in a console and launch truecrypt, I get this: Code: Invalid MIT-MAGIC-COOKIE-1 keyError: Unable to initialize gtk, is DISPLAY set properly? Using kdesu5, I get: Code: Using Wayland-EGL Using the 'xdg-shell-v6' shell integration The kdesu5 password dialog appears, but after completion the process just exits - no further output. I also tried running other apps as root and as a different non-root user, with the same results. Is this a known issue, or is there a tweak I need to make? Thanks in advance. | That is by design. But if you really must override the sensible security precaution you will need to run xhost +local: first. wiki |
Hi again. I've just finished an intensive upgrade — I hadn't installed updates for about 2 years, I've just enjoyed my machine as a regular user, so please, bear with me. All packages are compiled, up-to-date and I've just tried to start X. All it does is show a black screen, nothing else. The machine is responsive and I can switch to a TTY, no problem. The graphics display is just black, no pointer, no nothing. Before this big upgrade I had nvidia-drivers version 361.28, now it's version 387.22. Here's my hardware — it's *not* an Optimus laptop, it's a general purpose PC with only an NVidia display adapter: lspci: 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09) 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09) 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05) 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05) 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5) 00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5) 00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b5) 00:1c.7 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5) 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05) 00:1f.0 ISA bridge: Intel Corporation H67 Express Chipset Family LPC Controller (rev 05) 00:1f.2 IDE interface: Intel Corporation 6 Series/C200 Series Chipset Family Desktop SATA Controller (IDE mode, ports 0-3) (rev 05) 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05) 00:1f.5 IDE interface: Intel Corporation 6 Series/C200 Series Chipset Family Desktop SATA Controller (IDE mode, ports 4-5) (rev 05) 01:00.0 VGA compatible controller: NVIDIA Corporation GF116 [GeForce GTS 450 Rev. 2] (rev a1) 01:00.1 Audio device: NVIDIA Corporation GF116 High Definition Audio Controller (rev a1) 03:00.0 IDE interface: VIA Technologies, Inc. VT6415 PATA IDE Host Controller 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06) 05:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 01) I've checked /var/log/Xorg.0.log and I can't spot anything special: /var/log/Xorg.0.log: [ 1980.523] X.Org X Server 1.19.5 Release Date: 2017-10-12 [ 1980.524] X Protocol Version 11, Revision 0 [ 1980.524] Build Operating System: Linux 4.4.6-gentoo-nvidia x86_64 Gentoo [ 1980.524] Current Operating System: Linux scotty 4.9.76-gentoo-r1-nvidia #1 SMP PREEMPT Mon Feb 26 21:08:31 CET 2018 x86_64 [ 1980.524] Kernel command line: BOOT_IMAGE=/vmlinuz initrd=/initrd dolvm root=/dev/ram0 real_root=/dev/vg01/gentoo-root quiet console=tty1 [ 1980.525] Build Date: 26 February 2018 07:05:55PM [ 1980.525] [ 1980.525] Current version of pixman: 0.34.0 [ 1980.526] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 1980.526] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1980.527] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 27 00:18:36 2018 [ 1980.527] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 1980.528] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 1980.528] (==) No Layout section. Using the first Screen section. [ 1980.528] (==) No screen section available. Using defaults. [ 1980.528] (**) |-->Screen "Default Screen Section" (0) [ 1980.528] (**) | |-->Monitor "<default monitor>" [ 1980.528] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 1980.528] (**) | |-->Device "Device0" [ 1980.528] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 1980.528] (==) Automatically adding devices [ 1980.528] (==) Automatically enabling devices [ 1980.528] (==) Automatically adding GPU devices [ 1980.528] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 1980.528] (==) 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/ [ 1980.528] (**) ModulePath set to "/usr/lib32/xorg/modules,/usr/lib64/opengl/nvidia,/usr/lib64/xorg/modules" [ 1980.528] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 1980.528] (II) Loader magic: 0x55ea64a65c60 [ 1980.528] (II) Module ABI versions: [ 1980.528] X.Org ANSI C Emulation: 0.4 [ 1980.528] X.Org Video Driver: 23.0 [ 1980.528] X.Org XInput driver : 24.1 [ 1980.528] X.Org Server Extension : 10.0 [ 1980.529] (--) PCI:*(0:1:0:0) 10de:1245:10b0:0401 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072 [ 1980.529] (II) LoadModule: "glx" [ 1980.529] (II) Loading /usr/lib64/opengl/nvidia/extensions/libglx.so [ 1980.532] (II) Module glx: vendor="NVIDIA Corporation" [ 1980.532] compiled for 4.0.2, module version = 1.0.0 [ 1980.532] Module class: X.Org Server Extension [ 1980.532] (II) NVIDIA GLX Module 387.22 Wed Oct 25 22:41:23 PDT 2017 [ 1980.532] (II) LoadModule: "nvidia" [ 1980.533] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 1980.533] (II) Module nvidia: vendor="NVIDIA Corporation" [ 1980.533] compiled for 4.0.2, module version = 1.0.0 [ 1980.533] Module class: X.Org Video Driver [ 1980.533] (II) NVIDIA dlloader X Driver 387.22 Wed Oct 25 22:14:47 PDT 2017 [ 1980.533] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 1980.533] (--) using VT number 5 [ 1980.538] (II) Loading sub module "fb" [ 1980.538] (II) LoadModule: "fb" [ 1980.538] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 1980.538] (II) Module fb: vendor="X.Org Foundation" [ 1980.538] compiled for 1.19.5, module version = 1.0.0 [ 1980.538] ABI class: X.Org ANSI C Emulation, version 0.4 [ 1980.538] (II) Loading sub module "wfb" [ 1980.538] (II) LoadModule: "wfb" [ 1980.538] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 1980.538] (II) Module wfb: vendor="X.Org Foundation" [ 1980.538] compiled for 1.19.5, module version = 1.0.0 [ 1980.538] ABI class: X.Org ANSI C Emulation, version 0.4 [ 1980.539] (II) Loading sub module "ramdac" [ 1980.539] (II) LoadModule: "ramdac" [ 1980.539] (II) Module "ramdac" already built-in [ 1980.539] (II) NVIDIA(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 1980.539] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 [ 1980.539] (==) NVIDIA(0): RGB weight 888 [ 1980.539] (==) NVIDIA(0): Default visual is TrueColor [ 1980.539] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 1980.539] (**) NVIDIA(0): Enabling 2D acceleration [ 1980.774] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF116) at PCI:1:0:0 (GPU-0) [ 1980.774] (--) NVIDIA(0): Memory: 2097152 kBytes [ 1980.774] (--) NVIDIA(0): VideoBIOS: 70.26.27.00.00 [ 1980.774] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 1980.774] (II) NVIDIA(0): Validated MetaModes: [ 1980.774] (II) NVIDIA(0): "NULL" [ 1980.774] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480 [ 1980.774] (WW) NVIDIA(0): Unable to get display device for DPI computation. [ 1980.774] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default [ 1980.774] (--) Depth 24 pixmap format is 32 bpp [ 1980.775] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory [ 1980.775] (II) NVIDIA: access. [ 1980.790] (II) NVIDIA(0): Setting mode "NULL" [ 1980.794] (==) NVIDIA(0): Disabling shared memory pixmaps [ 1980.794] (==) NVIDIA(0): Backing store enabled [ 1980.794] (==) NVIDIA(0): Silken mouse enabled [ 1980.794] (==) NVIDIA(0): DPMS enabled [ 1980.794] (II) Loading sub module "dri2" [ 1980.794] (II) LoadModule: "dri2" [ 1980.794] (II) Module "dri2" already built-in [ 1980.794] (II) NVIDIA(0): [DRI2] Setup complete [ 1980.794] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 1980.794] (--) RandR disabled [ 1980.794] (II) Initializing extension GLX [ 1980.794] (II) Indirect GLX disabled. [ 1980.856] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 1980.856] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1980.856] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1980.856] (II) LoadModule: "evdev" [ 1980.856] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 1980.856] (II) Module evdev: vendor="X.Org Foundation" [ 1980.857] compiled for 1.19.5, module version = 2.10.5 [ 1980.857] Module class: X.Org XInput Driver [ 1980.857] ABI class: X.Org XInput driver, version 24.1 [ 1980.857] (II) Using input driver 'evdev' for 'Power Button' [ 1980.857] (**) Power Button: always reports core events [ 1980.857] (**) evdev: Power Button: Device: "/dev/input/event1" [ 1980.857] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 1980.857] (--) evdev: Power Button: Found keys [ 1980.857] (II) evdev: Power Button: Configuring as keyboard [ 1980.857] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1" [ 1980.857] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 1980.857] (**) Option "xkb_rules" "evdev" [ 1980.857] (**) Option "xkb_model" "pc104" [ 1980.857] (**) Option "xkb_layout" "be" [ 1980.870] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 1980.870] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1980.870] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1980.870] (II) Using input driver 'evdev' for 'Power Button' [ 1980.870] (**) Power Button: always reports core events [ 1980.870] (**) evdev: Power Button: Device: "/dev/input/event0" [ 1980.870] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 1980.870] (--) evdev: Power Button: Found keys [ 1980.870] (II) evdev: Power Button: Configuring as keyboard [ 1980.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" [ 1980.870] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 1980.870] (**) Option "xkb_rules" "evdev" [ 1980.870] (**) Option "xkb_model" "pc104" [ 1980.870] (**) Option "xkb_layout" "be" [ 1980.871] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10) [ 1980.871] (II) No input driver specified, ignoring this device. [ 1980.871] (II) This device may have been added with another device file. [ 1980.871] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11) [ 1980.871] (II) No input driver specified, ignoring this device. [ 1980.871] (II) This device may have been added with another device file. [ 1980.871] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12) [ 1980.871] (II) No input driver specified, ignoring this device. [ 1980.871] (II) This device may have been added with another device file. [ 1980.871] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13) [ 1980.871] (II) No input driver specified, ignoring this device. [ 1980.871] (II) This device may have been added with another device file. [ 1980.871] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/event2) [ 1980.871] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev keyboard catchall" [ 1980.871] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev keyboard catchall" [ 1980.871] (II) Using input driver 'evdev' for 'HOLTEK Wireless USB Device' [ 1980.871] (**) HOLTEK Wireless USB Device: always reports core events [ 1980.871] (**) evdev: HOLTEK Wireless USB Device: Device: "/dev/input/event2" [ 1980.871] (--) evdev: HOLTEK Wireless USB Device: Vendor 0x4d9 Product 0xa01c [ 1980.871] (--) evdev: HOLTEK Wireless USB Device: Found keys [ 1980.871] (II) evdev: HOLTEK Wireless USB Device: Configuring as keyboard [ 1980.872] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:04D9:A01C.0001/input/input5/event2" [ 1980.872] (II) XINPUT: Adding extended input device "HOLTEK Wireless USB Device" (type: KEYBOARD, id 8) [ 1980.872] (**) Option "xkb_rules" "evdev" [ 1980.872] (**) Option "xkb_model" "pc104" [ 1980.872] (**) Option "xkb_layout" "be" [ 1980.872] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/event3) [ 1980.872] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev pointer catchall" [ 1980.872] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev keyboard catchall" [ 1980.872] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev keyboard catchall" [ 1980.872] (II) Using input driver 'evdev' for 'HOLTEK Wireless USB Device' [ 1980.872] (**) HOLTEK Wireless USB Device: always reports core events [ 1980.872] (**) evdev: HOLTEK Wireless USB Device: Device: "/dev/input/event3" [ 1980.872] (--) evdev: HOLTEK Wireless USB Device: Vendor 0x4d9 Product 0xa01c [ 1980.872] (--) evdev: HOLTEK Wireless USB Device: Found 9 mouse buttons [ 1980.872] (--) evdev: HOLTEK Wireless USB Device: Found scroll wheel(s) [ 1980.872] (--) evdev: HOLTEK Wireless USB Device: Found relative axes [ 1980.872] (--) evdev: HOLTEK Wireless USB Device: Found x and y relative axes [ 1980.872] (--) evdev: HOLTEK Wireless USB Device: Found keys [ 1980.872] (II) evdev: HOLTEK Wireless USB Device: Configuring as mouse [ 1980.872] (II) evdev: HOLTEK Wireless USB Device: Configuring as keyboard [ 1980.872] (II) evdev: HOLTEK Wireless USB Device: Adding scrollwheel support [ 1980.872] (**) evdev: HOLTEK Wireless USB Device: YAxisMapping: buttons 4 and 5 [ 1980.872] (**) evdev: HOLTEK Wireless USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 1980.872] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/0003:04D9:A01C.0002/input/input6/event3" [ 1980.872] (II) XINPUT: Adding extended input device "HOLTEK Wireless USB Device" (type: KEYBOARD, id 9) [ 1980.872] (**) Option "xkb_rules" "evdev" [ 1980.872] (**) Option "xkb_model" "pc104" [ 1980.872] (**) Option "xkb_layout" "be" [ 1980.872] (II) evdev: HOLTEK Wireless USB Device: initialized for relative axes. [ 1980.872] (**) HOLTEK Wireless USB Device: (accel) keeping acceleration scheme 1 [ 1980.872] (**) HOLTEK Wireless USB Device: (accel) acceleration profile 0 [ 1980.872] (**) HOLTEK Wireless USB Device: (accel) acceleration factor: 2.000 [ 1980.872] (**) HOLTEK Wireless USB Device: (accel) acceleration threshold: 4 [ 1980.873] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/mouse0) [ 1980.873] (II) No input driver specified, ignoring this device. [ 1980.873] (II) This device may have been added with another device file. [ 1980.873] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7) [ 1980.873] (II) No input driver specified, ignoring this device. [ 1980.873] (II) This device may have been added with another device file. [ 1980.873] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event8) [ 1980.873] (II) No input driver specified, ignoring this device. [ 1980.873] (II) This device may have been added with another device file. [ 1980.873] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9) [ 1980.873] (II) No input driver specified, ignoring this device. [ 1980.873] (II) This device may have been added with another device file. [ 1980.873] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5) [ 1980.873] (II) No input driver specified, ignoring this device. [ 1980.873] (II) This device may have been added with another device file. [ 1980.873] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6) [ 1980.873] (II) No input driver specified, ignoring this device. [ 1980.873] (II) This device may have been added with another device file. [ 1980.873] (II) config/udev: Adding input device PC Speaker (/dev/input/event4) [ 1980.873] (II) No input driver specified, ignoring this device. [ 1980.873] (II) This device may have been added with another device file. Here's my X configuration (video only): /etc/X11/xorg.conf.d/00-display.conf: Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTS 450" EndSection Here are nvidia-drivers USE flags: equery u nvidia-drivers: * Found these USE flags for x11-drivers/nvidia-drivers-387.22: U I + + X : Install the X.org driver, OpenGL libraries, XvMC libraries, and VDPAU libraries + + abi_x86_32 : 32-bit (x86) libraries + + acpi : Add support for Advanced Configuration and Power Interface - - compat : Install non-GLVND libGL for backwards compatibility + + driver : Install the kernel driver module - - gtk3 : Install nvidia-settings with support for GTK+ 3 - - kms : Enable support for kernel mode setting (KMS) + + multilib : On 64bit systems, if you want to be able to compile 32bit and 64bit binaries - - pax_kernel : PaX patches from the PaX project + + static-libs : Build static versions of dynamic libraries as well + + tools : Install additional tools such as nvidia-settings - - uvm : Install the Unified Memory kernel module (nvidia-uvm) for sharing memory between CPU and GPU in CUDA programs - - wayland : Enable dev-libs/wayland backend And here's the usual: emerge --info: Portage 2.3.19 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop, gcc-6.4.0, glibc-2.25-r10, 4.9.76-gentoo-r1-nvidia x86_64) ================================================================= System uname: Linux-4.9.76-gentoo-r1-nvidia-x86_64-Intel-R-_Core-TM-_i3-2100_CPU_@_3.10GHz-with-gentoo-2.4.1 KiB Mem: 12274752 total, 11003664 free Timestamp of repository gentoo: Sat, 24 Feb 2018 17:00:01 +0000 Head commit of repository gentoo: 56818cfb1170e19a64ffb7dd5dcc0eb72364706c sh bash 4.4_p12 ld GNU ld (Gentoo 2.29.1 p3) 2.29.1 ccache version 3.2.4 [enabled] app-shells/bash: 4.4_p12::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.24.3::gentoo dev-lang/python: 2.7.14-r1::gentoo, 3.5.4-r1::gentoo dev-util/ccache: 3.2.4::gentoo dev-util/cmake: 3.9.6::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.4.1-r2::gentoo sys-apps/openrc: 0.34.11::gentoo sys-apps/sandbox: 2.12::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.11.6-r2::gentoo, 1.15.1-r1::gentoo sys-devel/binutils: 2.29.1-r1::gentoo sys-devel/gcc: 6.4.0-r1::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r3::gentoo sys-devel/make: 4.2.1::gentoo sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers) sys-libs/glibc: 2.25-r10::gentoo Repositories: gentoo location: /portage.d/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: local location: /portage.d/overlays/local masters: gentoo crossdev location: /portage.d/overlays/crossdev masters: gentoo priority: 10 Installed sets: @audio, @desktop-env, @electronics, @fonts, @games, @graphics, @system-tools, @video, @x11 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA ut2003" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe -fno-stack-protector" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" 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="-march=native -O2 -pipe -fno-stack-protector" DISTDIR="/portage.d/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="fr_BE.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="fr en_GB en" MAKEOPTS="-j5" PKGDIR="/portage.d/packages/x86_64-pc-linux-gnu" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/portage.d/tmp" USE="X a52 aac acl acpi alsa amd64 avahi avx berkdb branding bzip2 cairo cdda cddb cdr cli consolekit crypt cups cxx dbus dirac dri dts dvd dvdr emboss encode exif fam flac fontconfig fortran g3dvl gdbm gif glamor gnome-keyring gnutls gpm gstreamer gtk iconv id3tag ipv6 jpeg lcms libnotify lzma lzo mad mmx mmxext mng modules mp3 mp4 mpeg multilib musepack ncurses nls nntp nptl offensive ogg opengl openmp pam pango pcre pdf png policykit ppds qt3support readline schroedinger sdl seccomp slang spell sse sse2 sse3 sse4_1 sse4_2 ssl ssse3 startup-notification svg tcpd theora threads tiff truetype udev udisks unicode upower usb v4l vaapi vdpau vorbis wavpack x264 xattr xcb xml xv xvid zeroconf zlib" ABI_X86="64" ALSA_CARDS="hda-intel" 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 author" CAMERAS="mustek" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="linuxinput keyboard mouse evdev wacom" KERNEL="linux" L10N="fr en_GB en en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" QEMU_SOFTMMU_TARGETS="arm aarch64 i386 x86_64" QEMU_USER_TARGETS="arm aarch64 i386 x86_64" RUBY_TARGETS="ruby22 ruby23" SANE_BACKENDS="gt68xx artec artec_eplus48k mustek mustek_pp mustek_usb plustek plustek_pp" USERLAND="GNU" VIDEO_CARDS="nvidia nouveau intel vesa" 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: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Needless to say it was working like a charm before I went through those 3 days compiling like crazy... So far I don't have a clue and I'm tired . So thanks for any hint and/or suggestion. | Problem is now solved. What I did is Recompile my kernel with DRI support — it was disabled (I also had to disable all frame buffer drivers) Re-merge nvidia drivers with USE flags kms , compat and uvm Not sure about compat and uvm though but that did work and I got back to my favourite desktop. That's when I saw a module named nvidia-modeset . A newcomer... The only thing I dislike is that ugly grey Xfce notification square. It doesn't seem to be customizable: I have made my top panel transparent and that dummy is the only one with a solid background. It hurts my... um... aesthetics standards but I can live with it. |
What file(s) should I edit/replace so that when a new user is created, things like background and appearance show up the way I specify? | Yup. /etc/skel is your best bet, but xfce seems to support some system-wide configs too. |
I have a lot of docs to ocr and I choose tesseract, heres some info: Code: [ Legend : U + final flag setting for installation] [ : I + package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for app+text/tesseract+3.05.01: U I + + doc : Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally + + examples : Install examples, usually source code + + jpeg : Add JPEG image support + + l10n_ar : Arabic + + l10n_bg : Bulgarian + + l10n_ca : Catalan + + l10n_chr : Cherokee + + l10n_cs : Czech + + l10n_da : Danish + + l10n_de : German + + l10n_el : Modern Greek + + l10n_es : Spanish + + l10n_fi : Finnish + + l10n_fr : French + + l10n_he : Hebrew + + l10n_hi : Hindi + + l10n_hu : Hungarian + + l10n_id : Indonesian + + l10n_it : Italian + + l10n_ja : Japanese + + l10n_ko : Korean + + l10n_lt : Lithuanian + + l10n_lv : Latvian + + l10n_nl : Dutch + + l10n_no : Norwegian + + l10n_pl : Polish + + l10n_pt : Portuguese + + l10n_ro : Romanian + + l10n_ru : Russian + + l10n_sk : Slovak + + l10n_sl : Slovenian + + l10n_sr : Serbian + + l10n_sv : Swedish + + l10n_th : Thai + + l10n_tl : Tagalog + + l10n_tr : Turkish + + l10n_uk : Ukrainian + + l10n_vi : Vietnamese + + l10n_zh+CN : Chinese (China) + + l10n_zh+TW : Chinese (Taiwan) + + math : Enable support for recognition of equations. + + opencl : Enable opencl support for speedup using GPU computation. + + osd : Enable support orientation and script detection. + + png : Add support for libpng (PNG images) + + scrollview : Install viewer to debug recognition (ScrollView). + + static+libs : Build static versions of dynamic libraries as well + + tiff : Add support for the TIFF image format + + training : Install training applications to add support for new languages. + + webp : Enable support for webp image format. I don't understand why it doesn't work, I run: Code: $ tesseract test.png out.txt [DS] Profile read from file (tesseract_opencl_profile_devices.dat). [DS] Device[1] 1:AMD CARRIZO (DRM 3.23.0 / 4.15.6-gentoo, LLVM 5.0.1) score is 0.595572 [DS] Device[2] 0:(null) score is 3.304872 [DS] Selected Device[1]: "AMD CARRIZO (DRM 3.23.0 / 4.15.6-gentoo, LLVM 5.0.1)" (OpenCL) Tesseract Open Source OCR Engine v3.05.01 with Leptonica it makes a file called out.txt and its empty, the ocr engine isn't working. How can I get it to work? | i dont think it autodetects language. Code: tesseract imagename outputbase [-l lang] [--oem ocrenginemode] [--psm pagesegmode] [configfiles...] |
Since an update from like a month ago (not sure what was updated at the time), transparency has been broken for me using Plasma on X11 (it works fine on Wayland). Everything that's supposed to show any opacity shows black instead. For example the main panel and the Latte dock background. How my Latte dock shows (which has background set to transparent): https://i.imgur.com/mX7IqHh.png This happens using Qt 5.9.4, Plasma 5.11.5, and Mesa 18.0.0_rc4 on Intel Integrated Graphics 530. | Make sure compositor is enabled in systemsettings, remove ~/.cache, downgrade to mesa-17, in that order. |
Hello I am using MATE with mate-panel-1.18.7 and as writen in topic, when I start teamviewer-13.0.6634 i get the message than notifications area stopped working What can I do about it ? | https://paste.pound-python.org/show/f00qf7f6HjEkyQeevLAw/ I don't think it's proper... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.