Archive

Posts Tagged ‘presentation’

Presenting at the Utah Open Source Conference 2009

September 9th, 2009 No comments

I was just going over the schedule for the upcoming Utah Open Source Conference and I realized that I’ll be presenting one month from today! On Oct 9, 2009, the second day of the conference, I am scheduled for two presentations.

The first is a beginner / intermediate presentation regarding GNOME customization and making use of the gconf tool. You may want to see some of my previous posts here, here and here on the subject. I use the gconf tool anytime I setup a new machine to automate the user interface customization that I’ve grow accustomed to. I’ll be outlining how to find, document and script these customizations for future use.

The second (which happens to be directly after the first!) will introduce and demonstrate 10 of my favorite “required” sysadmin tools. These include tools like tcpdump, ssh and rsync, screen, vim, netstat and more. I imagine this one will be helpful for anyone doing system administration. Hopefully I’ll have a tip or two for everyone!

For more information about the conference, please visit the website. Registration is still open and we’d love to see you there!

Regarding External Displays and Conference Presentations

Warning: This post is a rant regarding external displays and projectors. If you’ve ever been frustrated and want a possible solution to keep in your back pocket for your next presentation, read on. If you are a hermit, never leaving your mothers basement, you can go back to whatever it is that you do..

I was just trolling the interwebs looking for something to entertain me, and I came across a video of a conference presentation. I was bored so I clicked play, and then spent the next five minutes (as did the audience at the conference) waiting and watching as innumerable nerds tried to get the projector working. This is ridiculous.

How many of you have presented at a conference, Linux User Group or other such forum and had trouble with the projector? I know I have. I had issues when I presented at OSCON just this last year, and I think I’ve had trouble at just about every conference I’ve been to.

This not only makes the presenter and organizers look bad, but in turn make Linux look bad as well. We spend all of our time talking about how Linux can do everything just short of save humanity from itself, yet we can’t tell you how because we can’t get the damned display to use the projector!

I want to outline two simple steps that I’ve used to get mirrored output on additional displays. This includes external LCD/CRT monitors, projectors, etc. I have had success with this on a number of machines as well. It should work for you, and please try this at your next presentation. If not to make Linux look better, but to make yourself and your presentation look more professional (I can’t help you with your content however).

xrandr
xrandr --output VGA --auto

Anytime I have needed mirrored display between a laptop (most commonly used to present with) and a projector or external display, those two commands have come through for me. Now, I’m not promising extended display. I’m not promising perfect maximum resolution, but I am promising actual video coming from the external display.

The xrandr command should be standard on most any distribution, and should properly find the available resolutions of any hardware output (ie; LVDS, VGA, etc). The only potential issue I see with this method is that the projector can’t support your resolution, which can be bypassed by lowering your resolution to that of the projector and running the commands again.

Ohh, and my biggest piece of presenting advice is please, please do a practice run with a projector or external display *before* the big day. That way you can test this (and other) methods before you’ve got a hundred people watching and waiting.