prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hello I have a weird problem with systemd. I use KDE and networkmanager. As long as I am connected to the network via ethernet, everything works normally. When I go on wifi, I can not run any programs: Code: konsole No protocol specified Erreur de segmentation if already open in a konsole I do: Code: hostnamectl set-ho... | This may help for KDE; https://wiki.archlinux.org/index.php/NetworkManager#Hostname_problems |
I'm running an ~amd64 system with KDE 4.12.2 and I've been trying to build my system with OpenGL ES 2.0 support. As I understand it, in order to do so I need to enable the gles USE flag(s), and disable the opengl USE flag. So my /etc/portage/make.conf has the USE flags, gles gles1 and gles2 enabled, and -opengl disable... | The conflicts are with packages mlt, webkit-gtk kwin, pykde4 and hugin. The messages can be read as: x11-libs/cairo:0 net-libs/webkit-gtk-2.2.4-r200 and net-libs/webkit-gtk-2.2.4 require x11-libs/cairo to be compiled with the opengl USE flag enabled. kde-base/kdelibs:4 kde-base/kwin-4.11.6::gentoo and kde-base/pykde4-4... |
I have a laptop in my car connected to a 7" touchscreen with a native resolution of 800x480. In my xorg.conf I use a modeline entry to set this video mode. After upgrading X and the Intel driver, it no longer uses 800x480 as the default resolution on startup. If I run the command: Code: xrandr --output VGA1 --auto it r... | I have this in the Monitor section for my old Dell Trinitron (which I don't use any more, hmm) followed by the HorizSync, VertRefresh, and so on (eg DPMS, DPI), then the ModeLines and Option "PreferredMode". It gives dud EDID info, so I have to supply it manually. Code: Option "UseEDID" "false" # despite above we get: ... |
Please, be clear and patient, I'm still a newbie I use NVIDIA proprietary drivers Log Code: [305.144] X.Org X Server 1.14.3 Release Date: 2013-09-12 [ 305.145] X Protocol Version 11, Revision 0 [ 305.145] Build Operating System: Linux 3.6.8-gentoo-r1 x86_64 Gentoo [ 305.145] Current Operating System: Linux 192-168-1-5.... | Windmill, We will be gentle, we all remember our first steps in Linux/Gentoo It appears at first sight as if you have managed to install Xorg but without any video drivers. Please post the output of Code: emerge --info so we can see your settings. Which driver did you intend to use? |
Running fvwm, when I start a kde4 application, the application doesn't start because it wait for kbuildsycoca4. kbuildsycoca is running at 100% processor use and never give the hand for the program waiting to start. One hour later or so, kbuildsycoca is still running at full speed. If I kill it, several 'killall -9 kbu... | Been years since I ran into this one; from the manpage, the directory is /var/tmp/kde-$USER/ksycoca , but on my running kde4 system, it actually uses /var/tmp/kdecache-$USER and ksycoca4 is a data file, along with ksycoca4stamp. Sorry if you've deleted that directory via tab-completion, and this is a waste of time, but... |
I have an Nvidia GTX 580, and the problem i'm having is that everytime i try to start the nvidia module with Code: modprobe nvidia sometimes it works and sometimes don't. And when i try to start Xorg i get an error saying that Code: modprobe: ERROR: could not insert 'nvidia': No such device But when i do sucess to load... | Might get more info with: Code: tail /var/log/messages I'd recommend the Nvidia forum instead - see reporting problems . |
I haven't been able to get kdm to start since I upgraded to KDE 4.6.2. I followed the upgrade guide and startx will start a nearly-perfectly-working session for that user, but I can't get kdm to work at all. /etc/init.d/xdm thinks everything is fine, but X only shows up with a black screen and a cursor for about a half... | I really don't know what is going on here, but a quick couple of things to check. 1) Is xdm in the default runlevel? 2) Is the DISPLAYMANAGER variable in the /etc/conf.d/xdm file set to "kdm"? Also is the CHECKVT variable set to a valid tty, like 7? 3) Have you verified that the kdebase/start-kde and kdm packages are i... |
Hi folks, I am using a few QT-based applications like unetbootin and VirtualBox and I am wondering why the fonts are so badly rendered. Please have a look at this comparison: http://imageshack.com/a/img42/7290/68mu.png To the left there is VirtualBox on my Gentoo and to the right there is VirtualBox on Xubuntu. Quite a... | I compile qt4 with these options to ./configure , amongst others: Code: -gtkstyle -freetype -system-freetype -fontconfig Also, qt4 doesn't seem to support freetype & fontconfig properly, so you probably want in ~/.Xresources : Code: Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull Xft.autohint: false Xft.antialias: tr... |
I can post the (obviously much longer) build log, but I am consistently failing to update kde-base/kdelibs-4.12.1 to kde-base/kdelibs-4.12.2, and now don't seem to be able to rebuild either. Both are failing about a quarter of the way through the build process: Code: emerge -vaDNu world These are the packages that woul... | Solved this by rebuilding all of the dependencies (equery g kde-base/kdelibs ...), then kdelibs built successfully. Never ascertained where the problem was actually. |
I'm working on a fresh install and trying to get gnome 3.8 to install. I've been able to install systemd and most of gnome 3.8 packages but empathy keeps dying. I've run python updater and it did not help. Any input would be appreciated: http://bpaste.net/show/122868/ Code: [32;01m * [39;49;00mPackage: net-im/empathy-3... | try https://forums.gentoo.org/viewtopic-t-966634.html?sid=1d97b5fbc96b15ebd9fb4e9ec6144dc8 |
Hi, I just installed gentoo on two laptops, both of which have the same problem: polkit rules seem to be ignored. I'm using Code: default/linux/amd64/13.0/desktop/kde/systemd . I have the following in /etc/polkit-1/rules.d: 10-admin.rules: Code: polkit.addAdminRule(function(action, subject) { return ["unix-group:wheel"... | One thing to check is: in the output of: Code: loginctl show-session $XDG_SESSION_ID It should contain the line: Code: Active=yes |
Some of the icons in the menu of mate-file-archiver (engrampa) do not show. I have tried gtk-update-icon-cache -f /usr/share/icons/hicolor but this has not solved the problem. | I solved it myself. For some reason icons were in /usr/share/engrampa but MATE was looking for them in /usr/share/mate-file-archiver so I just created a symlink. Code: ln -s /usr/share/engrampa /usr/share/mate-file-archiver |
I have been reviewing the article on the wiki page. When I review information about X it says that some packages were already installed if kde profile was selected during installation of Gentoo. My question is how do I figure out which of the packages that are required before emerging X has already been installed. I di... | Welcome to Gentoo! One of the nice things about using Portage is that it figures out dependencies for you. That means that if you want to install package P that depends on X, Y, and Z, Portage figures out what to do. If any of X, Y, or Z are already installed, Portage just goes with them, but if any are missing, Portag... |
Hello. Maybe I am missing something obvious, but all I get when running pmount-gui is a small notification window telling me that there are "No devices to mount". What does that mean? Do I need to configure it somehow before attempting to launch it? The error is not too descriptive, and there's really not much info aro... | Yes. It turned out I was missing something obvious. udevil is taking the responsibility of mounting the drives, and it seems that pmount-gui only lists the drives that are not yet mounted. That also means that pmount-gui can't be used to umount the drives, which is what I need. So, uninstalling. Sorry for the noise. |
I recently upgraded my system which includes gnome2.32->gnome3.8, a new kernel (3.10.25), and systemd. However, gdm won't start properly. I can however use the awesome desktop environment. Curiously, I can't run any gnome suite appliactions in awesome. For instance, I used to be able to run gnome-terminal in awesome, b... | I was able to solve the issue by rebuilding all the dependencies of gdm. Code: emerge -eq gdm |
gnome 3 is installed with my recent update. The problem now I have is that gdm doesn't give a login prompt any more. Instead, after booted, time and date are displayed in the middle of the screen, sometimes an >>> (point upward) shows up. there is a task bar on the top screen with volume control icon. I can use the cur... | Grab the upward arrows with the mouse and slide the screen up - a login screen is supposed to appear. |
Hi! I'm new here. I've used Gentoo for some months and I found it great! but now I've got a problem: after the last upgrade of MATE I noticed (as I already say in the title ) that the Shutdown voice in the MATE menu is disappeared. Now, I use to make lot of mods at one time (I modified some USE Flags, rebuilt kernel fo... | Thank you so much. I'll apply your mods and try, if them works also for me I'll put the tag [SOLVED]. Thank you again |
Hello. I wanted to give a try E17 (once more), and (once more) it seems not to work. I got this same problem in this laptop some months ago as well. But at that moment I couldn't even bother to search for a solution. The problem is easily describable: I run enlightenment_startx from my .xinitrc, the screen shuts down, ... | I suggest you disable xcb for e17 and it's libraries. E18 (efl) will issue a warning during configure, saying xcb being poorly supported. E18 is out for a while and >=0.18.3 works overall nicely for me. You might want to give that one a try. |
Hi guys, I am almost done with my gentoo installation and there are two problems with my XFCE: 1 - the USB drives and CD/DVDs don't show up so I can't mount them by just clicking on it. I have thunar-volman and gvfs installed pedro@gentoo ~ $ groups wheel audio cdrom video cdrw usb users portage pedro 2 - Numlock doesn... | For (3), did you build xfce4-session with the udev USE flag set? For (1), you must have built thunar with the udev USE flag set since that's required by thunar-volman. I do not know why the removable media doesn't show up. See if you can see the disks on the commandline as a user with udisksctl status . For (2), no clu... |
Hi there. Recently stabilized x11-themes/qtcurve-1.8.17-r1 is blocking x11-themes/gtk-engines-qtcurve while qtcurve-1.8.14 is not. That means I cannot have qtcurve style for both kde and gtk applications with qtcurve-1.8.17-r1 or am I missing something? For the moment I'll stick to qtcurve-1.8.14 but I guess that will ... | Thanks, setting the right USE flags helps. Could have thought of that... |
I'm trying to setup some multimedia keys for X: zoomin, zoomout, back and forward. So far I know keycodes higher than 255 won't work under X. However, I can get them to work. In virtual terminal: Code: # showkey --scancodes kb mode was UNICODE ... [I get nothing for ZoomIn or ZoomOut press/release] 0xe0 0x6a [Back pres... | I modified /lib/udev/hwdb.d/60-keyboard.hwdb to: Code: 718 # Microsoft Natural Ergonomic Keyboard 4000 719 keyboard:usb:v045Ep00DB* 720 KEYBOARD_KEY_c022d=scrollup 721 KEYBOARD_KEY_c022e=scrolldown 722 KEYBOARD_KEY_c0224=back 723 KEYBOARD_KEY_c0225=forward and updated the hwdb: Code: # udevadm hwdb --update They are st... |
I'm running GNOME 3.10. Keyboard is OK when used in Command Line. Somehow layout is not correctly mapped in X environment. Here is output of localectl : Code: System Locale: LANG=fr_CA.utf8 VC Keymap: cf X11 Layout: ca How it is mapped [img]http://www.zimagez.com/miniature/agencement-clavierfrca.png[/img] How it should... | If you use the startx command to open an X session as a normal user, you can add extra commands in your ~/.xinitrc Code: setxkbmap -layout ca -option exec gnome-session If you use a display manager to open an X session as a normal user, you can add extra commands in your ~/.xsessionrc Code: setxkbmap -layout ca -option... |
I've just updated from x11-wm/enlightenment-0.17.3 to 0.18.2, and have noticed that the system tray isn't working properly anymore. The module loads, and things like NetworkManager and Pidgin start, and can apparently place stuff in the system tray, but the tray isn't visible. Anyone else having these issues? | So it turns out you need to enable Xembed by right clicking on the system tray, which is not invisible, just empty and one pixel wide, and going into it's settings. I accomplished this by 'Begin moving gadgets' on my shelf, finding where the empty systray was hiding, and right clicking in the very middle of it. |
Hello, I've been searching for a while to find a solution to this problem and haven't managed to have any luck thus far. The problem is something to do with KMS not being compiled into the kernel, and I can't figure out why. I've followed this wiki and applied the settings to the best of my ability, yet when I compile ... | jreid, X -configure has been broken for many years. You need a stub xorg.conf that tells Xorg to use the fglrx driver. Its been a while since I had an ATI card but the binary blob used to be provided with a utility ta make an xorg.conf for you. |
I am trying to setup the dummy video card for xorg on my headless gentoo box to display a resolution of 1280x720 when I try to connect to remotely on my laptop. However when I use the modeline setting for the fake monitor I cannot seem to connect to the gentoo box. Without the mode line settings I can connect to it per... | Why don't you just set the DISPLAY variable to run X apps remotely? |
Yesterday I've turn off my pc with no problem. Today it's impossible to start gnome3. Some and various errors in journalctl -b Code: drivers/rtc/hctosys.c unable to open rtc invalid key/value pair in fuse error calling eviocskeycode failed to start file system check on root device failed at step exec spawning /bin Star... | Checking the file system I've find a lot of problems; fsck repair all. |
I'm running xfce4 and I'm missing aplications icons in menus and on my panels. It's no big deal but it would be nice if this option worked. I really like xfce4 over gnome on my system, The only option I wish xfce4 had was a PrtScn Thanks in advance for any hints. | Install some icons, e.g. gnome-icon-theme . To use them to help fill in missing icons, I have in ~/.icons/myiconthemename/index.theme Code: Inherits=gnome,Rodentium |
Hi, I am trying to start conky when kde starts. So i am used this commonly used script #! /bin/bash feh --bg-scale `grep 'wallpaper=' ~/.kde/share/config/plasma-desktop-appletsrc | tail --bytes=+11` sleep 15 conky -& and saved it as conkystart.sh and did chmod +x to it. Now if I call the script from terminal or even ex... | Launch System Settings => Startup & Shutdown => Autostart Then Add Program... | Add Script |
Hello, I've installed latest gentoo (as of Jan 2014) on a rather old Dell with intel built-in chipset for everything. I've got the network card recognised okay, with e100 module, but I've had no joy with getting Xorg to work. I have VIDEO_CARDS="intel" in /etc/portage/make.conf and emerged Xorg after setting that. lspc... | Did you try without an /etc/X11/xorg.conf ? If you need /etc/X11/xorg.conf, what is in it? |
As I've read what I've written below, this looks like some sort of stupid joke. I promise this is not the case. I think I've properly completed the systemd installation and GNOME/3.8 upgrade procedures. dmesg shows no error/failures. There are no errors in: Xorg.0.log There is some sort of graphical display on the scre... | The animation below the clock Code: ^ ^ ^ is supposed to tell you that you have to grab the screen with the mouse, and drag it up. The clock screen will slide up and reveal the login screen/unlock screen with password entry. Clearly inspired by touch devices... |
Hello everybody, I am trying to get XDM and my Nvidia Optimus working. I can start X after following the howto found at https://forums.gentoo.org/viewtopic-t-959568.html with startx. Basically, the magic seems to be the Code: xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto commands in my .xinitrc. A... | I totally missunderstood how bumblebee and the xrandr options work together. So, you should simply ignore the post at all. |
Updates are now failing because of dependencies of kwalletd kde-base/kwalletd-4.12.0 kde-base/kdebase-runtime-meta-4.12.0 kde-base/kdebase-startkde-4.11.5:4 Thanks for any help emerge --info '=kde-base/kwalletd-4.12.0::gentoo' Code: Portage 2.2.7 (default/linux/x86/13.0, gcc-4.7.3, glibc-2.17, 3.10.25-gentoo i686) ====... | It seems similar to this bug . Unfortunately it hasn't been fixed yet. |
After upgrading kde, I am now missing support for pdf in okular. In fact, I can see that I am missing active-documentviewer_pdf.desktop and okularApplication_pdf.desktop. The pdf use flag is set, and I have tried as per suggestion in an old thread, to set it to -pdf, re-emerge and then back to pdf again, and re-emerge.... | I had this problem, but I can't remember which package I rebuilt to fix it. I would start with app-text/poppler. As you have identified, revdep-rebuild didn't recognise the problem package. If all else fails, you could pass --emptytree in the options to emerge. That will build all the dependencies for okular. |
I installed my base system yesterday and now I have problems with the drivers nouveau. I have followed the Xorg Gentoo Wiki and when execute startx the ouput is: device no detected (screen). I read the Xorg log and says that KMS is not enabled. I post the output here: Code: [ 226.580] X.Org X Server 1.14.3 Release Date... | boot to the command line Code: emerge wgetpaste wgetpaste /usr/src/linux/.config wgetpaste /etc/portage/make.conf post the url's returned here |
Hello, I'm using a dual-monitor setup with KDE and it's works like a charm but I can't find a way to make the windows open on the monitor where it be the last time used. Tweaking the 'Windows Behavior' settings I managed to make the windows open where is the pointer is otherwise it always open on the second screen. I'm... | I believe there are no way to automatic remember the last screen a application was opened but is possible to set very specific behavior for each application individually: Right Click on application window border -> More Actions -> Special Window Settings -> Tons of window configurations only applied on that specific ap... |
I try to update gnome but lot of problems in the end i succed to update gdm but gnome is not posible also doesnt have any of block packages anymore but everything what i try i get this errors posted down with tracker-0.16 ! Quote: bloodflowerz / # emerge -avuND world These are the packages that would be merged, in orde... | Thanks that is solved problem ! When i try to install ask me to add also xine .. but when i remove thma -xine everythings goes fine ! Thanks a lot |
hi there, I'm posting this after an hour of desperate search in the forums and the web. vmware player on linux has a problem with the mouse pointer: if I click somewhere in the windows guest, the cursor jumps somewhere else, you are never able to click any button. IIRC the bug went back to a qt or gtk problem. there wa... | tr0ll wrote: you have actual vmware tools installed for your guest ? no, there's no ebuild and to me it didnt seem worth all the work of the iso-extract-procedure. Quote: how about x11-drivers/xf86-input-vmmouse ? read that, havent tried it since until recently I had no xorg.conf anymore (you know, the hal hell) Quote:... |
Hi Folks, since a few days, I got _lots_ of segmentation faults in various programmes. The most obvious happen in Firefox and Thunderbird, but also in emerge, gnome-terminal and (I think) the gnome shell window manager (metacity?). Also, I obtain Problems emerging several programmes. For example, curl: https://dpaste.d... | Teegrins, vlynd ! With regards to the segmentation faults, I would recommend sys-apps/memtest86+ for a time, to see if the problem clearly lies there. It's where most of mine have been lurking at, especially so if the faults are seemingly random'ish, and not for example happening always at the same point of <a thing>. |
I have two machines on a GigaLAN both running distccd . 1) Workstation (Intel i7-3770K) with 8 logical CPUs. 2) Laptop (Intel C2D) with 2 logical CPUs. Again, both are running distccd. Example: Code: % ps aux | grep distccd nobody 26922 0.0 0.0 19636 916 ? SNs 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 19... | graysky, Code: % cat /etc/distcc/hosts localhost/9,cpp,lzo 192.168.0.102/3,cpp,lzo A few things. First, don't put localhost first in the list or jobs are not distributed to helpers until localhost is full. Secondly, I think the hosts file needs to be a single line. You can actually omit localhost - it will be used when... |
(I changed the title again. Sorry. It turns out that it probably wasn't what I thought for a while after all, so the true reason is very much open again. I'm so frustrated. I don't want to be stuck with graphics the kind of which I had 15 years ago, especially on a monitor that is capable of so much more.) (I'm writing... | I got a night's sleep and then did some triaging. It turned out that xorg.conf was the thing at fault. However, while I managed to get X working, I didn't get it working at anywhere near the resolution I wanted. I wanted 1600x1200 but got mere 1024x768 at 60 Hz! That's way too small and I'm already getting eyestrain fr... |
I upgraded to X Server 1.14.3 as well as nvidia-drivers 331.20. I recompiled my kernel since I upgraded the nvidia drivers but I am getting the following error output from "startx". Xorg.0.log http://bpaste.net/show/165052/ xorg.conf http://bpaste.net/show/165051/ | guinness.stout, Code: [ 53.784] Data incomplete in file /etc/X11/xorg.conf Undefined InputDevice "Keyboard0" referenced by ServerLayout "Layout0". ... [ 53.784] Data incomplete in file /etc/X11/xorg.conf Undefined InputDevice "Keyboard0" referenced by ServerLayout "Layout0". [ 53.784] (EE) Problem parsing the config fi... |
Hello everyone! I'm trying to install NVidia proprietary drivers and X server(I'm doing both first time). My video card is GeForce GT 740M. I done what is written in Gentoo wiki about KDE(and further, following the lonks to X server and NVidia drivers). I.e. I set the KDE profile, installed services, build kernel with ... | vanger wrote: Why it loads an old version? Code: # equery b `which eshowkw` * Searching for /usr/bin/eshowkw ... app-portage/gentoolkit-0.3.0.8-r2 # eshowkw nvidia-drivers Keywords for x11-drivers/nvidia-drivers: | | u | | a a p s | n | | l m h i m m p s p | u s | r | p d a p a 6 i p c 3 a x | s l | e | h 6 r p 6 8 p p... |
I want to change lightdm background, I have the set greeter-session to lightdm-gtk-greeter in /etc/lightdm/lightdm.conf and here is the lightdm-gtk-greeter.conf file, Code: [greeter] background=/usr/share/lightdm/backgrounds/gentoo-bg_65.jpg theme-name=Adwaita icon-name=gnome cursor-name=gnome font-name=Cantarell 11 xf... | Actually, it is a bug of lightdm-gtk-greeter version 1.4, https://bugs.launchpad.net/lightdm/+bug/1086199 . This bug has been fixed in version 1.6. |
Hi, For some reason, X will not recognize all possible resolutions on my monitor if connected via DisplayPort. The xrandr output looks like this: Code: DisplayPort-0 connected (normal left inverted right x axis y axis) 1280x1024 75.0 60.0 1280x960 60.0 1280x800 59.8 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 80... | This was a configuration problem. I still had an old monitor section in my xorg.conf for a monitor I hadn't been using in a long time, and since I didn't have to touch xorg.conf in years, I pretty much forgot I even had it. For some reason the monitor section would override the values X auto-detected for the monitor on... |
I am using KDM 4.9.3. Since a few days (I don't know what I have changed) I get the following confirmation message after providing login information and pressing the enter button. This screenshot shows a dialog box with an "ok" button and the following label Quote: matthias wird angemeldet Last login: Sun Nov 25 11:59:... | Did you set your default locales for the system with eselect? I think you can setup Kdm from the Kde system configuration graphical interface. There's probably a variable written in a configuration file of Kde that display this message. I think the best way is to try to deactivate it using the Kde gui. If it is not pos... |
How to make system keys (like ALT, WinKeys) work on system text console under systemd running? | The ALT+F[0-12] keys to switch vt should work out of the box with systemd. If you want the meta key (windows keys) for vt switching (there is an option with openrc to use them to switch left+right), I don't know if there is an option in the /etc/vconsole.conf to do that. But what you could to is to type: Code: loadkeys... |
Hi there. I have read some threads about it but no one could solve my problem. Trying set the background using xterm I can see errors: Quote: miro@localhost ~ $ fbsetbg -f pict0003.jpg Esetroot: Unable to load image file "pict0003.jpg". miro@localhost ~ $ Warning: Missing charsets in String to FontSet conversion ^C mir... | Do you have media-gfx/feh installed? fbsetbg often doesn't work without it. |
Hi, i've just updated to gnome 3.8.0 but after the update, i've a very high cpu load (60% for all 4 threads using an I7) even if only firefox and thunderbird are opened. Most of the cpu usage is caused by the gnome-shell processes. Now the battery service life of my thinkpad is only about 1.5 hours, which is a huge red... | Verify your 3D setup is correct: https://wiki.gentoo.org/wiki/GNOME/3.8-upgrade-guide#GDM.2FGnome_not_starting_due_3D_issues Maybe it's not and, then, you are using software rendering |
I just started using kde after some years away, strange think happening and It a little hard to explain. But the volume slider that appears in the bottom middle of the screen, like if you turned the volume up with keyboard keys. For some reason if seems to appear at random times, seem like if I don't touch the mouse fo... | Well It wasn't the volume it was the screen dimming, turned it off in power settings |
I thank the moderator of Cordoba, Spain, who suggested I use this forum. The problem is as follows: Compile Xorg and installed it and added all the suggested drivers, I have the USE quite well with Nvidia and KDE, which is what I want. The error I get is with Xorg xkeyboard. Meanwhile I am compiling and then installing... | manara39, You cannot use the nvidia driver from within VirtualBox. VirtualBox provides a whole emulated PC which has no access to your real hardware. Run lspci inside VB. You must use the virtualbox graphics driver. |
Sorry if this sounds a little vague, but the nature of the problem has made debugging hard. I basically can't run the commands startxfce4 or startx. Doing so prints a couple of lines that look like X starting, then blanks the screen. I cannot switch to console. I can still get to the console before running these comman... | Bit of an update. I checked the Xorg log files. They're completely blank. |
Here are the error messages: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: QT_QTASSISTANTCLIENT_INCLUDE_DIR (ADVANCED) used as include directory in directory /var/tmp/portage/sci-visualizati... | See https://bugs.gentoo.org/show_bug.cgi?id=335831 |
hello, my laptop can log on GNOME windows via startx command, but i can not log on graphically. I have read the wiki: https://wiki.gentoo.org/wiki/GNOME/Configuration and my configs are: Code: pc@localhost ~ $ cat /etc/conf.d/xdm # We always try and start X on a static VT. The various DMs normally default # to using VT... | The first thing I would try is using another display manager. Try LXDM or SLiM. If either of those work, there may be something wrong with GDM (bug or configuration error), but at least you know everything else is OK and that the display manager issue can be worked out on its own. |
I went looking for this topic and found this guide: https://forums.gentoo.org/viewtopic-t-858965-highlight-.html Not only did it not work for me, when I was done with it, I found that the reboot and shutdown buttons were greyed out (they were not previously). Although that doesn't mean much because previously, when I c... | I posted on the Xfce forums and got it solved: http://forum.xfce.org/viewtopic.php?pid=21801#p21801 To summarise here, you need to create a power group if one does not exist, add your user to it, and create the following two files: /etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla Code: [Local res... |
Hi guys, Newbie with a new Gentoo build here. Subject says it all. I can get it to display .xpm icons no problem. I tried to see if there was some png USE flag that I was missing but that doesn't seem to be it. Is there some library that I should be installing? Would appreciate any help on this. I get the following mes... | A thing I would have tried in that case is, installing an app that can open png files from the commandline... Check the output from a console/terminal. It usually lead you further on. Just a thought of help. |
Hi, The 'm' key has stopped working in x11-terms/xfce4-terminal-0.6.2-r1 Various different attempts... 'm' <nothing> 'Shift-m' M 'Alt-m' <nothing> 'Alt-gr m' µ 'Ctrl-m' Carriage return With Caps-Lock on.. 'm' Pastes in whatever is in the clipboard 'Shift-m' m 'Ctrl-m' 'Ctrl-m' Carriage return bash: Ctrl-m: command not ... | I've solved this, but in a rather brute force way. I moved the config file directory and re-started the terminal... Code: mv ~/.config/xfce4/terminal ~/.config/xfce4/.terminal I found one other terminalrc file within ~/.config/Terminal/terminalrc and its been around for ages without being modified and is essentially th... |
Hi everyone: I just completed my first Gentoo install a couple of weeks ago and am having a few small issues with XFCE. First, I can only intermittantly autmount USB flash drives; even when they show up in filemanager, I cannot access them. The error I receive is "Permission Denied." I do have udisks installed and I ha... | Hello, If you start Xorg via a display manager (Xdm, Kdm, Gdm, Lxdm, etc) in principle they take in charge of starting a ConsoleKit session for the user. An active Consolekit session allow to suspend, change user, etc. If you start Xorg with the startx command, you may need to start Xfce with ConsoleKit in your ~/.xini... |
I am installing gentoo with gnome 3.8 freshly. Now , I can log into gnome . When I click 'Network' in 'Settings', it says : " The system network services are not compatible with this version " . I use gentoo amd64 arch, sys-kernel/gentoo-sources 3.8.13 . What is the matter ? Thanks I have installed networkmanager and w... | I see you have *both* USE="consolekit" and USE="systemd" enabled If you run OpenRC, you should have USE="consolekit -systemd" and you shouldn't even be running GNOME since 3.8+ because it's exactly services like this that need authorization from logind instead of ConsoleKit in 3.8+ now If you run systemd, you should ha... |
I'm in need of some enlightenment here. I've seen a thread regarding the same issue as I have. I ssh through urxvt to a remote host and receive the error in the title of this thread when attempting to use nano, for instance. The problem is that none of the machines to which I am ssh'ing have X installed on them. I do n... | alias ssh to in ~/.<whatever shell you use>rc Code: alias ssh="TERM=linux ssh" I am giving the TERM as linux since you mentioned that you don't have X installed which means that maybe TERM=xterm will also not work, but you can try that too. |
I'm wondering if anyone is having the same issue with KDE that I'm having. I have a dual-monitor radeon driver system running KDE 4.10. I set the wallpaper for each monitor separately, pulling from a wallpaper subdirectory in $HOME, with a 10-minute cycle time. All set up using the right-click Default Desktop Settings ... | Well, I finally got tired of the wallpaper resets and tried deleting the plasma* files in the .kde4/share/config directory. That actually improved things (once I restored my settings), as now the wallpaper got reset on every startup. At least it was more consistent. I later discovered that the Activities manager (which... |
Gentoo noob (literally first day) but liking it so far so I apologize in advance if I am missing something obvious. The rest of the problem the fantastic Gentoo Wiki and Google have been able to solve but I can't seem to figure out why pcmanfm keeps failing to compile Failure output: Code: * ERROR: x11-misc/pcmanfm-0.9... | Doesn't appear to be a compile error as the problem doesn't occur until the link phase. That said, the build fails the same way here. You should file a bug. - John |
After Today's update (emerge -uDN world) and new dev-db/mysql 5.5.32 you wont be able to start eg. kmail, so be careful. Error: The akonadi personal management service is not running I am downgrading to dev-db/mysql 5.5.31 and will see if thos solved the problem. UPDATE: After downgrading still the same HELP. Again kma... | In test 15 there appears to be a stack trace so I assume it is crashing, could you report that stack trace and a short description of the problem at https://bugs.gentoo.org ? |
Gentoo: http://i.imgur.com/e1Kj7wM.png Ubuntu: http://i.imgur.com/JvcYQ0j.png As you can see the fonts are better anti-aliased on Ubuntu than on Gentoo. The default anti-aliasing settings on Ubuntu using unity-tweak-tool are: Antialiasing: RGBA Hinting: Slight I run unity-tweak-tool on Gentoo and set the same settings,... | Also see Getting Beautiful Fonts in Gentoo . - John |
I just swapped monitors from a 1600x1200 CRT monitor to a LED IPS monitor at 1920x1080. Sadly Virtualbox doesn't seem to be able to detect the change in resolutions and still remains in 1600x100 most firmly. Even though Gnome on the hosting platform is 100% correct at 1920x1080, my VM is still stuck at 1600x1200. Any i... | alexbuell, WFM at 2560x1440 |
I was trying to buld lxdm today and was not able to build. Code: jean ~ # emerge lxdm Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) lxde-base/lxdm-0.4.1-r7 * lxdm-0.4.1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking lxdm-0.4.1.tar.gz to ... | Take a careful look at that build log and guess what haven't you posted yet. |
Yesterday, I performed the weekly "emerge --update --deep world" cycle, which updated many packages. Since this upgrade, some applications do not seem to use the theme I have configured in Xfce. For those applications, the buttons look different and the color of the application is gray. So far, I have found that this h... | May be a gtk+:3 update issue. Themes for old gtk+:2 were very stable. I believe gtk+:3 requires themes to be compliant with a particular version of gtk+:3 If this is true in your case you could just mask the offending gtk+:3 version you've updated to and your themes should return to their previous look and feel - maybe... |
I like my desktop environments to be fully localized to my native language (Ukrainian). For that I usually follow locale-gen procedure, enable relevant useflags, set LINGUAS, LANG and LC_* variables and it works well in GNOME 2 and many other apps. Now I'm migrating to GNOME (3) Shell and not everything in there is loc... | Your screenshot looks like a non-default gnome-shell with some extensions that add Applications and Places menu; maybe those don't have a full Ukrainian translation yet? I'm not quite sure what module that is, so I can't find the strings to doublecheck their translation status |
I'm in the process of upgrading to gnome-light 3 on my old netbook and just in the middle, after 12 hours [sic!] of webkit-gtk compilation I've experienced power loss for one second. Couldn't be any better. AFAIK there is no way to tell emerge to continue compilation and I really do not want to start from the beginning... | I don't see yelp listed as a direct RDEPEND in the gnome-light-3.8.0.ebuild (presuming that's what you're trying). Check what's requiring yelp? It was a dependency listed for the gnome-light-2 ebuild, although a questionable decision for some in the forums in the past for the same reasons you're bringing up. The only t... |
Hi, While trying to enable desktop effects in KDE I'm getting a message saying that: Blur effect requires OpenGL Cover Switch requires OpenGL ... few more .. requires OpenGL glxinfo says: name of display: :0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.4 server ... | Have you verified, that in the desktop effects settings under "Advanced" the composite type is actually set to OpenGL and not XRender? Is Qt-Graphics set to "Raster"? |
Hi While Gnome 3.8 would be great for a smartphone, i feel somewhat constrained to work like this: Instead of a quick doubleclick on an icon i have to open "Activities" and search my application, switching between applications or desktops used to be a matter of a single click, now i have to go to "Activities" to see wh... | Log out and when you log back in choose sessions---> Classic |
I run Gentoo - kernel 3.10.17 (gentoo-sources), XFCE 4.10, x86_64. Sometimes when I launch Firefox (Mozilla distribution, not from portage) my desktop environment crashes. All I see in the /var/log/messages is (these are different crashes, not one) Code: kernel: [238629.072102] xfce4-session[26258]: segfault at fffffff... | i have the same kernel and xfce version and getting the same error but not after starting FF but after login to the CTRL+ALT+F1 terminal. it seems that there will be some bug in xfce. |
Hi I have moved from openRC to systemd and have problems starting gnome. At the same time i also updated from gnome 2.3.2 to Gnome 3.8.6 When i want to start gnome with systemctl start gdm the nivida logo appears for a fraction of a second and then there is only a black screen. Below are all the messages from the momen... | ConsoleKit should be disabled via the systemd USE flag. are you using the 'default/linux/amd64/13.0/desktop/gnome/systemd' profile? The systemd ( nor gnome 3.8 ) upgrade guide doesn't say to explicitly remove the standalone ConsoleKit, just to disable it via the systemd use flag. |
My central print-server just does not advertise its printers to cups clients running 1.5.3 anymore. I need to downgrade it from 1.6.4 to 1.5.3 as I would have, for reasons I do not want to bother you with, to make a complete newinstall of 150 boxes just to raise them to 1.6.4 eix net-print/cups says: Code: * net-print/... | I think that 1.5.3 is masked to only work on ~m68k I had copied the old 1.5.2-r4 ebuild over to my local portage a while back and masked anything above it. You should be able to find it in the gentoo attic. |
- Running LibreOffice-4.1.2.3 (emerged USE="gtk -gtk3 kde") under kde-4.10.5 - Played a little with kde's system settings/application appearance/color, changing view-text/window background/button background to something very close to black. - Opened a couple of libreoffice-calc files, look at my charts and " No colors ... | Solved by unquoting Tools/Options/LibreOffice/Accessibility/Automatically detect high contrast mode of operating system |
hello there, Well.... I was close.... close to believe I had finally gone through upgrading to Gnome3. I managed to log in once or twice, just to see how it looked like, tweak a few buttons to set the desktop the I like it..... Now, when I boot and reach GDM, log in, I get this st******* message : Quote: Oh no ! Someth... | Quote: déc. 06 22:15:30 bigpopa kernel: gnome-shell[19060]: segfault at 0 ip 00007f7186f9646b sp 00007fffa9a7e1c0 error 4 in r600g_dri.so[7f7186af8000+1092000] ... déc. 06 22:15:30 bigpopa gnome-session[18989]: libGL error: failed to load driver: r600 Note how both these mention r600. That's Radeon, can you try a diffe... |
Hi How do I change the default language in gedit from English (United States) to English (United Kingdom). percy | Update a shortcut with LC_ALL=target_language gedit |
i have a long running box that i've been successfully using gnome 2.32 on. everything has been great until yesterday, when i decided to upgrade gnome to the latest stable release (3. . first, i updated to systemd and rebooted to be sure it was working... it was (mostly). next, i began the update to gnome. a _lot_ of wo... | i was able to get my system working. i had to change a single line in /etc/pam.d/system-auth with gnome 2.32, i had: Code: session sufficient pam_ldap.so the above would not allow gnome to start. i changed this to: Code: session required pam_unix.so and now the world is at peace again. i'm just hoping this has no affec... |
after booting and seeing a lot of green "OK" the screen gets cleaned and I am at a loginprompt in text mode. there I can log in as root and type "systemctl start gdm" to start X. after login as user I can then type "systemctl start NetworkManager" to automatically get access to the internet. (strangely I had to enter t... | The correct profile (/systemd at the end) would have masked genkernel. |
Dear Gentoo people, I'm struggling with the lid of my Fujitsu Lifebook T-901 tablet pc the opening or closing of which causes X to crash immediately and makes the use of the swivelling display basically impossible. I haven't found any efficient help in the web and the X log doesn't get me anywhere. This is the log at t... | The X server does not handle addition or removal of certain input devices gracefully. You can check if the problem still exists with 1.13.2, and if yes report a bug at https://bugs.freedesktop.org/ A proper backtrace for your bug report can be obtained as described in http://www.x.org/wiki/Development/Documentation/Ser... |
hello, under systemd, where is the correct file to be run commands after the start automatically? such as: xset -dpms thanks for any hint Ma | This is an X utility, you'll want to put this in ~/.initrc of the accounts you want this to work on; if you use a DE you can look into the autostart programs of your DE and put that command or a script in there. |
Good evening everyone! I run gentoo with openbox as wm and Slim login manager. Now i want to install gnome as second de and have a question.. How can i install gnome 2 instead of gnome3, that is stable now and installs automatically when im trying to emerge gnome? | If you want to install gnome-base/gnome-light-2.32.1-r2, as long as it is in the stable arch (it is now), then I think it suffices to add the following to /etc/portage/package.mask : Code: # Gnome light 2.32 >=app-arch/file-roller-3.2.2 >=app-text/evince-3.4.0 >=gnome-base/gconf-3.2.6 >=gnome-base/gnome-control-center-... |
Hello List, I am having trouble with certificates in a newly upgraded Gnome 3.8 and I'm in need of some help with certs in general cause I never dealt with this, so many of these questions might be extremely basic or nonsensical. The symptoms: when I connect to empathy via a GOA created Google account, I get a big warn... | Well, I found out what these certs maked as "bogus" are related to some actual bogus certs generated by comodo, however I don't know if I should have them there in Evolution due to a security patch or if I've been connecting to some other place thinking it was google using these certs ... EDIT: Well, I finally found th... |
Hi, I have an italian keyboard. It works fine in the console but, with X running, altgr key doesn't work. So all special characters are gone. Found this topic in the forum: https://forums.gentoo.org/viewtopic-t-663224-view-next.html?sid=07e899e99c301ce6021c858801ba71ae And this blog from outside: http://blog.crox.net/a... | It all depends on how you configure your keyboard layout. Please show here appropriate configuration section. Note, normally, there's no kbd driver for xorg since evdev can handle keyboard better. So instead of configuring kbd one should configure evdev. I use de layout with Driver "evdev" Option "XkbLayout" "de" Optio... |
Hi, i just followed systemd and gnome 3.8 upgrade guide, but no luck in starting gnome 3.8 desktop. Code: startx /usr/bin/gnome-shell Gives me a black screen with mouse pointer working, resolution seems correct Code: startx /usr/bin/gnome-session Gives me: "Oh no! Something has gone wrong. A problem has occurred and th... | Of course something like startx gnome-shell wouldn't do, but doesn't XSESSION=Gnome startx still work (where the env var is usually set in some env.d file or so for a global default)? If not, maybe we should get it to work. |
Just installed Gnome 3.8 on a test PC. I installed gnome-extensions and enabled them. Started Gnome... where are the extensions?! Especially system monitor? Anyone else having troubles? | ulenrich wrote: tweak is the tool to enable extensions: If some of these extension are buggy and enabled you won't get your new user profile saved. Thus the enabled extensions disable again after relogin. That's odd. I've tried running tweak and doing an ALT-F2 before typing 'r' to reload the gnome-shell, no sign of sy... |
Since the time we got rid of consolekit and replaced stuff with upower/polkit/systemd, I have not been able to suspend my laptop when I close the lid through KDE. The reason is that somewhere suspend is disabled by upower and powerdevil code is not giving me the option to use suspend (or hibernate) when the lid is clos... | Is it not possible to get the suspend/hibernate working with KDE without using systemd as the init system instead of openrc? Right now, systemd is in USE and consolekit is not. Basically, everything is built with systemd but I am still running the system with openrc. Is anybody else using their gentoo like this? |
Hello all, I switched from gnome 3.6 to 3.8 recently, and now, the login screen is displayed on the wrong monitor (this monitor is rotated). I could not found where to configure the primary display (or to rotate the screen in GDM). Any help will be appreciated. | Thank you, this work perfectly. The remaining question is : how could I have missed it, as I have read this wiki page multiple times (although I was not looking for that at this moment). |
Last upgrade of stable slim seems to have broken compatibility with slimlock. From the ebuilds: slimlock-0.11-r1.ebuild: RDEPEND=x11-misc/slim[pam] slim-1.3.6-r3.ebuild: RDEPEND="pam? ( virtual/pam !x11-misc/slimlock )" So slimlock requires slim to USE=pam, but then slim-1.3.6-r3 now specifically excludes to run with b... | slim includes slimlock in its package from 1.3.6. so you should unmerge x11-misc/slimlock. |
Hello list, running Code: # uname -a Linux birra 3.8.13-gentoo #5 SMP Tue Aug 6 14:53:13 BRT 2013 x86_64 Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz GenuineIntel GNU/Linux Today after an emerge --sync I found this Code: # eselect news read 12 2013-11-23-gnome-38 Title Upgrade to GNOME 3.8 Author Pacho Ramos <pacho@gentoo.... | n3bul4 wrote: This is exactly the same problem I am facing right now. Did anybody figure out how to solve this? I guess it's just continue waiting. What pisses me off is that I emerged Systemd in a system that didn't need it at all. I wander what's the rationale behind posting the news before the rekeywording. |
Just recently, gdm seemed to require systemd, so I threw that out and and after fiddling with Slim, have moved to KDM. However, as a part of getting my system sorted, I attempted a re-compile of fluxbox and I have been receiving the following error. I have even done a 'emerge --emptytree fluxbox' and even re-emerged gc... | Similar results, hence my attempted move to ~amd64, thinking that maybe it was fixed there. Code: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -ggdb -mtune=native -march=native -pipe -I/usr/include/freetype2 -c -o ButtonTheme.o ButtonTheme.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -ggdb -mtune=nat... |
Hello guys. After searching the forum (including the stick X.org lockups), Google, Kernel menuconfig help, friends and even my dog, and trying everything ranging from config files to banging my head against the keyboard in despair, I can't seem to solve this rather annoying problem. For no apparent reason, my X server ... | Have you looked in Xorg.0.log? |
yesterday I found Gnome 3.8 was masked as stable. So,follow the gentoo upgrade wiki , I migrate from 2.6.32 to 3.8 successfully. and of course meet some small questions. 1.gdm won't start gnome. gdm version is gdm-3.8.4-r3. and systemctl enable gdm. at boot time , gdm shows login window correctly . then I input my pass... | I solved this problem it's the /etc/pam.d/system-auth; formly I use fingerprint device and add Code: auth sufficient pam_fingerprint-gui.so in/etc/pam.d/system-auth, yesterday ,after emerge -uND world & gnome follow the wiki guide,I ignore the etc-update and delete the ._cfg_system-auth file without check the content o... |
Hello again, I have been beating my head against this wall for some time now, and I know I'm missing something here. I have read more than a dozen articles on Optimus and bumblebee, but I cannot find a good, definitive source on the subject. I think some of the articles are too old some are just not applicable, and som... | Here is the Error: Code: [ 16252.714] (II) modesetting(0): using drv /dev/dri/card0 [ 16252.714] (EE) Screen 0 deleted because of no matching config section. [ 16252.714] (II) UnloadModule: "modesetting" [ 16252.714] (EE) Device(s) detected, but none match those in the config file. [ 16252.714] (EE) [ 16252.696] (**) |... |
http://www.gentoo.org/doc/en/?catid=desktop For some reason there doesn't seem to be a guide for installing Awesome as a desktop environment... Can someone help me? | The documentation team is slowly migrating things to the Wiki. The Awesome guide is there. - John |
I followed the Gentoo wiki to install lightdm and set DISPLAYMANAGER to lightdm, but when I ran xdm start, lightdm just crashed. Did I miss some important configuration? | A display manager depend on the Xorg server to work. If Xorg itself have some problem so start, no display manager will start too. So the first thing I would do is to check the Xorg log in /var/log/Xorg.0.log to have some possible hints. |
Hi, I downloaded the Dirbuster project from here https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project, extracted it and run "java -jar DirBuster-1.0-RC1.jar" command, which printed the problem presented below. Quote: # java -jar DirBuster-1.0-RC1.jar Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::comm... | does setting a reasonable JAVA_OPTS help? Code: export JAVA_OPTS=-XX:MaxPermSize=512m -XX:PermSize=128m -Xms1024m -Xmx1524m |
Hi there! I need some help with the X server I faced: I have the laptop HP pavilion g7-1053er, and installed Gentoo 3.4.9 to the hard drive. The current problem is that I'm not able to setup the hybrid graphics and got my X server with KDE up. The hardware is the following: AMD Radeon HD 6470M (Seymour), nee ATI Caicos... | Hi I have a hybrid graphic system AMD 7600 series + Intel. Currently, I have to configure xorg.conf. Would you like to post your xorg.conf? I installed the fglrx (proprietary driver of amd). I can't get even to the login manager kdm. See this link if it helps: http://en.gentoo-wiki.com/wiki/Fglrx-hybrid-graphics Sorry,... |
UPDATE(2013/11/24): Recompiled everything with USE=xinerama and it works! The problem may lie on qtgui which did not compile with xinerama support. Thank everyone for your help! https://forum.kde.org/viewtopic.php?f=111&t=118499&p=296861 ------------------------ Hi! Recently I got a VGA external display and I tried to ... | Xorg.0.log from Linuxmint Livecd: Code: [ 91.919] X.Org X Server 1.13.3 Release Date: 2013-03-07 [ 91.920] X Protocol Version 11, Revision 0 [ 91.920] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu [ 91.920] Current Operating System: Linux mint 3.8.0-26-generic #38-Ubuntu SMP Mon Jun 17 21:43:33 UTC 2013 ... |
Hello there, I'm trying to troubleshoot the problem that my ~/.Xmodmap is not applied automatically when I login. I haven't done any modification to /etc/X11/xinit/xinitrc, which I believe is responsible of loading my xmodmap settings, I can see that this script will attempt to load "$HOME/.Xresources" and "$HOME/.Xmod... | Hi, it can depend on the order by which Xfce execute his boot applications sequence. If the keyboard layout is loaded after your .Xmodmap application autostart Code: /usr/bin/xmodmap /full/path/to/.Xmodmap than the keyboard layout can erase the Xorg keyboard setup done by .Xmodmap. To help, you should check 'Use the de... |
lately,I meet a question about xdm and gdm I use openrc init , DISPLAYMANAGER="gdm" in /etc/conf.d/xdm rc-update add xdm default Code: $:~ /etc/init.d/xdm status xdm crashed Code: dc@K650C ~ $ /etc/init.d/xdm status * status: crashed dc@K650C ~ $ sudo /etc/init.d/xdm stop Password: * Stopping gdm ... * start-stop-daemo... | please help now the system is all right just with the "xdm crashed status" and I can't stop gdm once xdm launchs gdm ,except I ps and kill -9 gdm's pid now /etc/init.d/xdm can't control gdm. but it could last week and there was no " /run/gdm/gdm.pid no such file " info last week |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.