I don't use any of those environment variables. Just use mplayer with vdpau or vlc with glx output and the problems disappear (as long as I disable cairo-compmgr). I run two 1080p devices with different refresh rates stacked on top of each other in twinview and I don't have vsync issues. This is a bash script I use to disable compositioning when mplayer starts (replace cairo-compmgr with your composition manager of choice):
'\'' if [ -z "$(pgrep cairo-compmgr)" ]
then
$*
else
killall cairo-compmgr
$*
cairo-compmgr &
fi '\''
Lets say we called that script "no-comp.sh". Then you make another script to bind a hotkey to that launches your program that you want to use without compositioning:
'\'' bash no-comp.sh smplayer2 '\''
As soon as you close smplayer2, your composition manager will start right back up.
...but here's some things I wish NVIDIA would add to their closed source driver:
1)Allow us to just shut off the nvidia card on optimus laptops and use the Intel one for video display. That would at least make the laptops with optimus usable. Brownie points for letting us run CUDA/vdpau stuff on the nvidia card without using it as a display adapter.
2)Re-enable coolbits/nvclock. My GTX 670 GPU sits to about 80-82C while using BOINC with it, and it would be nice to be able to underclock it inside linux, or at least speed up the fan.
3)Make it so the proprietary driver doesn't make my TTYs all ugly!
I'm going to give Torvalds the benefit of the doubt and assume he might have overlooked this on the mailing list: http://www.phoronix.com/scan.php?page=news_item&px=MTA0ODE but NVIDIA proposed a very reasonable solution to the Optimus on Linux problem, and everyone just started arguing that it needed to be more Stallmanesque. Sitting there demanding that NVIDIA open up[ their source code is silly.
I just got done getting my first associates degree in a computing related field (networking technology) and all the classes were designed for ignoramuses. We spent a large part of the time as a class discussing ARPANET, what a clock rate is, what apache does, and how to convert binary into decimal. IMO if you're going into a computing field as a profession, you should at least know what all that stuff is, or at least be capable of googling it. A lot of the curriculum also consisted of cute little anecdotes and analogies that liken cross talk to a bunch of kids screaming in a class room, for example. I spent as much time as possible over the last two years of classes browsing web forums and wikis where I could actually learn something useful while the professor droned on about stuff I knew well before I even registered for classes. But no one wants to give me a job without work experience, so I decided to get an education on Uncle Sam's dime instead of sitting in the unemployment line. So yeah, while I didn't cheat, I probably should have, and I don't blame anyone else for doing so. The educational system has catered to the lowest common denominator for as long as I've been alive.
I've been using crunchbang openbox (debian base) for the longest time, but just recently switched to arch out of frustration with some of the debian wheezy issues right now. I'm still using the same setup for the most part though, openbox with some xfce apps and other stuff. Thunar file manager, terminator or urxvt terminal emulator, tint2 pannel (which I never use really), nitrogen for setting wall paper, and conky for system monitoring. A lot of that stuff you could replace with other apps, but two of those things which I can't live without anymore are terminator and conky. Terminator is great because of it's built in tiling functions (I really don't need tiled media player and browser windows) and conky is the most configurable system monitor out there. The openbbox rc.xml file is really easy to configure and once you set up your hotkeys to your liking, you find yourself not even needing the GUI or a mouse to swith between windows, open applications, resize windows etc. If you wanna try this setup with minimal hassle, you can check out the crunchbang distro from a live CD, it's debian stable based though which might not be your thing.
...for me anyways. I wouldn't really spend money to increase my I/O on data that has all ready been read before. My windows side of my desktop that I use for gaming has a cheap SSD and my linux side boots in around 10 seconds anyways, even from a 5900 RPM HDD. Boot up time is probably one of the only times I read the same file(s) frequently. How many people really care that their resumé is going to pop up 2 milliseconds faster every time they open it? In the enterprise world, you could just use a standalone SDD for caching anyways.
It has one 5400 rpm 2 TB drive with an xfs volume that I access once a month or so and a couple SSDs. Why waste power having all kinds of internal things installed that you never use.
I prefer openbox myself, and use it on all my personal machines. Awesome is nice as well. But I've tried using Unity and Gnome3 and lo and behold, they still have a terminal. Install tmux on them and I'm ready to go. I mean all my graphical applications that I use (like lyx for documents and firefox for web related stuff) still work on the new GUIs, so what's all the controversy about? As long as the new user interfaces aren't all bugged, It's not going to change my opinion of them. I never really used gnome or KDE that much before, why should I care that they've become even more simplified?
or I actually buy movies, in order to support artists who's income depends on it. Even better, you can go see something in the theater! I don't know what it's like in other areas, but here in NC there's plenty of theaters that show movies a little bit later than others and charge between $1.50 and $3 per person per showing. I'd rather rent new movies than stream old ones. Redbox never has anything I haven't all ready watched. Sometimes I stream random B horror movies and foreign ones on Netflix, but even then the selection is pretty limited.
Now I'll have to virtualize Windows inside of Linux when I feel like running it....Oh wait, I all ready do that.
Re:Mandriva isn't trusted by the community
on
Mandriva 2011 Out
·
· Score: 1
I generally can get just about any hardware/software combination running on debian stable with just a few packages from testing/unstable/backports. Everyone has different tastes though, I'll definitely be taking this new Mandriva for a spin.
http://www.macworld.com/article/1167569/report_trojan_horse_found_in_the_ios_app_store.html
I don't use any of those environment variables. Just use mplayer with vdpau or vlc with glx output and the problems disappear (as long as I disable cairo-compmgr). I run two 1080p devices with different refresh rates stacked on top of each other in twinview and I don't have vsync issues. This is a bash script I use to disable compositioning when mplayer starts (replace cairo-compmgr with your composition manager of choice): '\'' if [ -z "$(pgrep cairo-compmgr)" ] then $* else killall cairo-compmgr $* cairo-compmgr & fi '\'' Lets say we called that script "no-comp.sh". Then you make another script to bind a hotkey to that launches your program that you want to use without compositioning: '\'' bash no-comp.sh smplayer2 '\'' As soon as you close smplayer2, your composition manager will start right back up.
...but here's some things I wish NVIDIA would add to their closed source driver: 1)Allow us to just shut off the nvidia card on optimus laptops and use the Intel one for video display. That would at least make the laptops with optimus usable. Brownie points for letting us run CUDA/vdpau stuff on the nvidia card without using it as a display adapter. 2)Re-enable coolbits/nvclock. My GTX 670 GPU sits to about 80-82C while using BOINC with it, and it would be nice to be able to underclock it inside linux, or at least speed up the fan. 3)Make it so the proprietary driver doesn't make my TTYs all ugly!
I'm going to give Torvalds the benefit of the doubt and assume he might have overlooked this on the mailing list: http://www.phoronix.com/scan.php?page=news_item&px=MTA0ODE but NVIDIA proposed a very reasonable solution to the Optimus on Linux problem, and everyone just started arguing that it needed to be more Stallmanesque. Sitting there demanding that NVIDIA open up[ their source code is silly.
I just got done getting my first associates degree in a computing related field (networking technology) and all the classes were designed for ignoramuses. We spent a large part of the time as a class discussing ARPANET, what a clock rate is, what apache does, and how to convert binary into decimal. IMO if you're going into a computing field as a profession, you should at least know what all that stuff is, or at least be capable of googling it. A lot of the curriculum also consisted of cute little anecdotes and analogies that liken cross talk to a bunch of kids screaming in a class room, for example. I spent as much time as possible over the last two years of classes browsing web forums and wikis where I could actually learn something useful while the professor droned on about stuff I knew well before I even registered for classes. But no one wants to give me a job without work experience, so I decided to get an education on Uncle Sam's dime instead of sitting in the unemployment line. So yeah, while I didn't cheat, I probably should have, and I don't blame anyone else for doing so. The educational system has catered to the lowest common denominator for as long as I've been alive.
As long as cloud cheating isn't anymore expensive to do than internet cheating, I couldn't care less what we call it.
Nation's don't pay attention to UN resolutions in international conflicts. What makes you think that they would let the UN control the Internet?
...I'd rather see google buy them out and crush the competition. Just sayin...
I've been using crunchbang openbox (debian base) for the longest time, but just recently switched to arch out of frustration with some of the debian wheezy issues right now. I'm still using the same setup for the most part though, openbox with some xfce apps and other stuff. Thunar file manager, terminator or urxvt terminal emulator, tint2 pannel (which I never use really), nitrogen for setting wall paper, and conky for system monitoring. A lot of that stuff you could replace with other apps, but two of those things which I can't live without anymore are terminator and conky. Terminator is great because of it's built in tiling functions (I really don't need tiled media player and browser windows) and conky is the most configurable system monitor out there. The openbbox rc.xml file is really easy to configure and once you set up your hotkeys to your liking, you find yourself not even needing the GUI or a mouse to swith between windows, open applications, resize windows etc. If you wanna try this setup with minimal hassle, you can check out the crunchbang distro from a live CD, it's debian stable based though which might not be your thing.
...for me anyways. I wouldn't really spend money to increase my I/O on data that has all ready been read before. My windows side of my desktop that I use for gaming has a cheap SSD and my linux side boots in around 10 seconds anyways, even from a 5900 RPM HDD. Boot up time is probably one of the only times I read the same file(s) frequently. How many people really care that their resumé is going to pop up 2 milliseconds faster every time they open it? In the enterprise world, you could just use a standalone SDD for caching anyways.
It has one 5400 rpm 2 TB drive with an xfs volume that I access once a month or so and a couple SSDs. Why waste power having all kinds of internal things installed that you never use.
I prefer openbox myself, and use it on all my personal machines. Awesome is nice as well. But I've tried using Unity and Gnome3 and lo and behold, they still have a terminal. Install tmux on them and I'm ready to go. I mean all my graphical applications that I use (like lyx for documents and firefox for web related stuff) still work on the new GUIs, so what's all the controversy about? As long as the new user interfaces aren't all bugged, It's not going to change my opinion of them. I never really used gnome or KDE that much before, why should I care that they've become even more simplified?
I don't see anything in the release notes, I thought buterfase was supposed to be the default file system in F16?
....but I've never been above some good ole DDoS.
or I actually buy movies, in order to support artists who's income depends on it. Even better, you can go see something in the theater! I don't know what it's like in other areas, but here in NC there's plenty of theaters that show movies a little bit later than others and charge between $1.50 and $3 per person per showing. I'd rather rent new movies than stream old ones. Redbox never has anything I haven't all ready watched. Sometimes I stream random B horror movies and foreign ones on Netflix, but even then the selection is pretty limited.
Now I'll have to virtualize Windows inside of Linux when I feel like running it....Oh wait, I all ready do that.
I generally can get just about any hardware/software combination running on debian stable with just a few packages from testing/unstable/backports. Everyone has different tastes though, I'll definitely be taking this new Mandriva for a spin.