I've noticed a lot of tearing lately too... YouTube vids, Half Life... and I have a System 76 so I dunno.
Add CLUTTER_PAINT=disable-clipped-redraws:disable-culling to /etc/enviroment.
Done. Do I need to restart anything?
According to the System 76 website, "Intel HD Graphics 4000." How do I find the driver?
6950 Amds newest driver, 13.1 or whatever
Anybody have a suggested terminal emulator (that is not gnome-terminal, xterm or sakura?)
I'm currently using sakura but it is either limited in customization options or the documentation is really really bad.
Switching to Linux Mint. Let's see how long I'll use it.
Switching to Linux Mint. Let's see how long I'll use it.
Elementary OS. GO GO GO GO GO!
Elementary OS won't work on my netbook due to a critical bug with Nvidia drivers (which won't even be fixed by Beta 2). I can't even get to the login screen so I'm sticking to a stable, production-ready distro.Elementary OS. GO GO GO GO GO!
Mint is nice. I used it for a bit, but got really bored of it since I already had W7 on another partition.
Then install Gnome Shell. <3
Elementary is awesome but it is currently in early beta. The people that made it don't even recommend you using it as a main OS.So is elementary OS actually worth switching to and trying out until I can figure out the issue with windows on my laptop? Wanting someone to sell me really.
Elementary is awesome but it is currently in early beta. The people that made it don't even recommend you using it as a main OS.
I'm like the lone sucker around here that use Elementary as my main OS.
Umm should I sell you on it? LOL
I'm like the lone sucker around here that use Elementary as my main OS.
Umm should I sell you on it? LOL
Spotify is coming out with a web player that is currently in beta so you won't need to download the client anymore.Well, I don't actually do that much on my laptop. Is Elementary OS compatible with these sites in any way:
Netflix
Spotify
DropBox
If ElementaryOS is fully compatible with those, I would switch and not have any problems.
Spotify is coming out with a web player that is currently in beta so you won't need to download the client anymore.
Well, I don't actually do that much on my laptop. Is Elementary OS compatible with these sites in any way:
Netflix
Spotify
DropBox
If ElementaryOS is fully compatible with those, I would switch and not have any problems.
Yes, but does the stock browser work with Spotify, or can you DL a major browser like Chrome or FireFox?
urxvt seems to be pretty popular..
I've used Spotify and Dropbox before, so you're fine there. With Netflix apparently there's an easy way to install the Windows version so it works through WINE: http://www.webupd8.org/2012/11/how-to-use-netflix-in-ubuntu-through.html
I'd probably wait for the stable version of Elementary though.
I don't know, but Chrome and Firefox are both easily installable.
Okay. Does anyone know the root password for elementary OS?
As default Ubuntu has no password set for the root user. To gain root access you have to type in your own user password. This is the password you set for the first user while installing Ubuntu.
To manually set a password for the root user, type in the following in the shell:
sudo passwd root
After that you are asked to type in the new root password twice. Finally, your root user has its own password.
^ Correct for Debian installs as root usage is discouraged. Ahhh Debian.
In what cases do you need to log in as root that isn't covered by typing
#sudo -i
?
I can't think of many cases off of the top of my head. (well, assuming a standard configuration of sudoers.)
Sudo vs using root is one of the more active debates in the Linux world. Whenever I work on Debian based systems I always just type sudo bash to go to root. As long as you know what you're doing, using root isnt scary.
ssh -XC root@ipaddress
* Starting save kernal messages [fail]
* Stopping system V runlevel compatibility
This is why Linux will never be a decent alternative to proprietary OSes.I have a problem... I've been running xubuntu on a partition.
It's failing to boot now.
It reads
Code:* Starting save kernal messages [fail]
then
Code:* Stopping system V runlevel compatibility
...then it stalls...
Any fixes for this? Remember, I'm just shy of Linux illiterate...
... not sure if that's a jab at me or Linux, lol...This is why Linux will never be a decent alternative to proprietary OSes.
This is why Linux will never be a decent alternative to proprietary OSes.
I don't understand, though. If you use sudo -i, you only have to use your pw once, so I don't understand the advantage of using su instead of sudo -i.When I just need to do a couple quick things, sudo is fine. When I'm in a terminal window that I'm going to be running root stuff intermittently, being root is much less annoying than having to type in my user password every time I run a command. On occasion, and in very limited scenarios (where security isn't quite so important), Iwith public/private encryption. That's sometimes used when I need to run a script from one machine on another. Using ssh is also a way to get around the weird issues where sometimes, on some systems, for some reason, sudo and su block graphical apps from popping up, though it is a very rare circumstance that I need to run a graphical program as root.Code:ssh -XC root@ipaddress
what can you do in the console? Can you startx for example?I have a problem... I've been running xubuntu on a partition.
It's failing to boot now.
It reads
Code:* Starting save kernal messages [fail]
then
Code:* Stopping system V runlevel compatibility
...then it stalls...
Any fixes for this? Remember, I'm just shy of Linux illiterate...
edit: ok after it stalls for a moment, I'm able to type in the console... any ideas?
I downloaded GNOME... but here's the thing... I left it sitting at the prompt while googling, and it suddenly finished booting randomly after sitting stalled for almost an hour... odd...I don't see how that's much worse than what happens when Windows fails to boot...
I don't understand, though. If you use sudo -i, you only have to use your pw once, so I don't understand the advantage of using su instead of sudo -i.
what can you do in the console? Can you startx for example?
.I'll be honest, I'm googling right now
Is anything in your /var/log ? Did you something kernel related recently? (driver? kernel?)
I downloaded GNOME... but here's the thing... I left it sitting at the prompt while googling, and it suddenly finished booting randomly after sitting stalled for almost an hour... odd...
but it's REALLY slow...
Yes, I installed GNOME through the package manager yesterday and it booted fine. This problem started today. The prompt I was referencing is the black screen that looks like DOS. I know it has a name, but I don't know it. It's what you see during the boot sequence.Somewhat confused about the order of events. Especially the first one.
I'm guessing you mean. You were using Xubuntu; installed GNOME through the package manager; restarted (?) ; it didn't boot so you googled; while googling, the computer finished booting.
I'm not sure what exactly you mean by prompt. Was it a prompt to enter in your username? Or was it just text on the screen with a blinking cursor?
Anyway, I would first use dmesg and see if anything interesting is in there (near the end.) Then, I would do sudo -i and surf around /var/log and look at the log files in there.
I think there might be a /var/log/upstart for you (Upstart is the name of the init system that Ubuntu uses, I think, so I assume you would be using it too.) That might tell you if there were any problems.
Yes, I installed GNOME through the package manager yesterday and it booted fine. This problem started today. The prompt I was referencing is the black screen that looks like DOS. I know it has a name, but I don't know it. It's what you see during the boot sequence.
I'm going to deal with this tomorrow... I need sleep. Thanks for the suggestions, I truly appreciate them.
Are there any good and consistently updated twitter clients?
Are there any good and consistently updated twitter clients?
I usually use one on Chromium. TweetDeck and Silver bird are both good.Are there any good and consistently updated twitter clients?