-
Content Count
81 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Blogs
Everything posted by spectromas
-
Trim your config down then, it's meant to work for anyone rather than being tailored for you.
-
Debian is ok if you deselect all the stuff you don't need.
-
Did you look in the CONFIGURATION FILES section in 'man emerge'? It tells you how to manually fix this and other useful tools you can use to make it quicker and easier.
-
[SOLVED] Toshiba Satellite A105 laptop install error
spectromas replied to donjames's question in Installation Help
Did you emerge sys-kernel/linux-firmware? -
[SOLVED] Toshiba Satellite A105 laptop install error
spectromas replied to donjames's question in Installation Help
What are the errors? -
Errors, logs, output? What do you expect us to do for you? http://www.catb.org/~esr/faqs/smart-questions.html
-
No, but you can use the no-systemd mix-in if you really want/need to. Why are you even asking, is it getting dragged in when you're trying to install something?
-
You got me thinking 666threesixes666 Looks like the driver is still in development for this particular issue, I found out that the git version of x11-drivers/xf86-video-ati recently had a commit which solves this. I just emerged it and sure enough it does fix it. I've updated the wiki for the radeon drivers to reflect this, it'll be quite a big thing for people like when that commit gets released.
-
I'm using the open source drivers, as far as I remember the proprietary drivers were not supported after 3.8 kernel or something like that. I'm happy with the open sources ones on the whole and already now I have eliminated tearing in videos I can live with it in most other things if I ever see it at all, and I can just go back to using compton if necessary. get-edid | parse-edid This is read-edid version 3.0.2. Prepare for some fun. Attempting to use i2c interface No EDID on bus 0 No EDID on bus 2 No EDID on bus 3 No EDID on bus 4 No EDID on bus 5 No EDID on bus 6 No EDID on bus 7 1 potenti
-
I've always needed to use compton with my laptop to eliminate screen tearing but I found this mpv script today and it eliminates almost all tearing in videos. It has got me wondering if I can get rid of the tearing globally (the script works for videos but some other things cause tearing such as audio editing/waveform scrolling as I noticed today) but I don't know where to start, whenever I've looked in to it I've been advised to use compton. So where would I start, xorg config? Is it even possible? According to lspci I have: VGA compatible controller: Advanced Micro Devices, Inc. [AMD
-
I'm having another look at this and installed it from the ebuild (according to the funtoo wiki) but apparently there is still a problem concerning libav even when using the -libav use flag. Flac files are still not able to be used which is annoying because my whole sample library is in flac now. I think when I was trying the demo previously I managed to get it working by locally compiling libav and installing it in to /usr/local/ but that feels very messy. I was really hoping by now they (the bitwog guys) would have done something about this.
-
Think you'll need to emerge python version after unmasking it and then eselect python version.
-
It tells you exactly what to do.
-
Install funtoo
-
Right click on the ugly fonts and Inspect Element>Computed (on the right hand side). There should be an entry for 'font-family', I think the one in quotes " " should be the one used. Then if you click on Fonts you can see the font you are using, so for example Computed might tell you Arial (which is what the website wants to use) and Fonts will tell you Liberation Sans (which is the font your computer has set as a replacement/alias for Arial) and this is the one it is using to display the page. You can use 'eselect fontconfig list' to see which rule you have enabled, perhaps you can jus
-
nconfig gives this information for that option:
-
QA Bot is go! Tell me what you want it to test!
spectromas replied to drobbins's topic in News and Announcements
app-shells/funtoo-zsh-completions app-shells/zsh app-text/zathura app-text/zathura-cb app-text/zathura-pdf-mupdf media-sound/ardour media-sound/audacity media-sound/cantata media-sound/deadbeef media-sound/fluidsynth media-sound/jack-audio-connection-kit media-sound/zynaddsubfx media-video/ffmpeg media-video/mpv net-p2p/qbittorrent sys-kernel/ck-sources x11-misc/spacefm x11-terms/rxvt-unicode x11-wm/awesome -
Qt5 apps don't use the GTK style in non-GNOME desktops
spectromas replied to jorgicio's question in Desktop Help
I was curious about this as well when first using qt5 apps and never did find a solution for it. I hope your workaround is implemented somehow in the future, it seems like a lot of effort to go through for such a common need. -
twm and xterm are part of x11-apps/xinit so if you want to get rid of them you can use the minimal USE flag for that. http://www.funtoo.org/GNOME_First_Steps outlines what to put in your .xinitrc file (see ' Setting up xinitrc (text log-in)').
-
Webkit is big and takes a while.
-
Any advantage using 'hardened' for the desktop user?
spectromas replied to jwjones's topic in General Discussion
Would it be good (or relevant at all) to have some mention of whether it is being targeted towards server security or desktop user security? desktop security and server security maybe? -
Any advantage using 'hardened' for the desktop user?
spectromas replied to jwjones's topic in General Discussion
Are there any wiki pages that explain those steps you outline? I would be quite interested in setting some of that up. -
NetworkManager inactive after hibernation
spectromas replied to gnuisance's question in Desktop Help
So what's the issue, NM needs to be restarted after hibernation? -
NetworkManager inactive after hibernation
spectromas replied to gnuisance's question in Desktop Help
I have been experiencing something similar actually but the behaviour hasn't been completely consistent for me so far.