Re: OpenSource music

2010-10-11 Thread Dave Tisdell
Thanks
 

This e-mail may contain information protected under the Family Educational 
Rights and Privacy Act (FERPA). If this e-mail contains student information and 
you are not entitled to access such information under FERPA, please notify the 
sender. Federal regulations require that you destroy this e-mail without 
reviewing it and you may not forward it to anyone. 

 Anthony Carrico acarr...@memebeam.org 10/10/2010 6:25 PM 
On 10/08/2010 09:24 AM, Dave Tisdell wrote:
 Hi all,
  
 I have been diligently creating music with opensource software
...
 I know it's not really a technical discussion but thought people might
 want to know what folks are doing creatively with opensource.

Definitely! keep it up.

-- 
Anthony Carrico



Adult Swim regrets missing Friday Firehose...

2010-10-11 Thread Paul Flint

Greetings List Lurkers,

Despite my ongoing and rather dark hatred of everything Android, the adult 
swim will continue today sailing the open source ocean where Columbus left 
off...this evening we will be meeting between 5 and 7 PM at the Hedding 
United Methodist community facilities as per usual.


This session will definitely continue our python, programming discussions, 
the ongoing attempt to satisfy the famous python homework contest, and 
show the new ground we have plowed.


We Pythonista's expect to diligently work to gain some forward inertia. We 
have developed part of the new assignment, it is in this direction that 
tranquility reigns.  I like the fact that we progress in organizing open 
source educational resources for programmers, particularly developing a 
Python course.  Who knows, we may actually get something done!


Despite these topics we also want to focus on system troubleshooting and we are 
always about Linux / Ubuntu system installation.  With luck we will have a 
viewing of DTG's laptop, likely with a fresh copy of Maverick Meerkat 
installed.


For more information about the meeting time and location try this:

http://www.flint.com/adult_swim_location/index_html

Come on down if you have questions or are interested in Linux or the concept of 
free and open systems.


Finally, if you wish to be included on the Linux_adult_swim mailing list, 
send a response to this note.


Kindest Regards,

Paul Flint
(802) 479-2360


/
Based upon email reliability concerns,
please send an acknowledgment in response to this note.

Paul Flint
Barre Open Systems Institute
17 Averill Street
Barre, VT
05641

http://www.bosivt.org
http://www.flint.com/home
skype: flintinfotech
Work: (202) 537-0480

Consilium   _
gratuitum.~. ASCII ribbon campaign ( )
valet/V\  against HTML e-mail   X
quanti  /( )\ www.asciiribbon.org  / \
numerantur  ^^-^^


Re: Linux Laptop HDMI Quandry

2010-10-11 Thread Brett Johnson
Better late than never on a reply (I hope).  What are you using for drivers
in your xorg.conf?  Do you notice a difference between using the proprietary
(*gasp*) NVidia drivers and the nouveau driver?  Check out /var/log for your
Xorg log files and look to see if you are having problems loading the driver
you are using just to make sure it loads properly:

egrep 'WW|EE' /var/log/Xorg.0.log

Lines with warnings show with (WW) and lines with errors show with (EE).
 This might help you troubleshoot if your problem is driver related.  I've
had issues where I install and try to use the proprietary driver but it ends
up loading the nouveau driver due to problems with the proprietary one.  I
didn't notice as I had 3d acceleration but there were a few features I had
issues with that I didn't fix until I tracked down the problem.  You can
also do an lsmod and verify 'nvidia' is loaded after installing the nvidia
driver if you go that route.

If you are using gnome, check System - Preferences - Monitors with your
HDMI cable plugged in and let us know if you see the other 'monitor' listed
and if you can enable it through there (gnome won't always auto enable the
monitor - it will make you select the second monitor and click 'On').

And lastly, HDMI cables are dirt cheap if you don't buy them locally.  Local
retailers use their TVs/PCs/etc as their loss leaders and then shaft
everyone on the peripherals.  A personal favorite for cables is
monoprice.com but there are other similar sites out there.

Cheers,

--
Brett Johnson
simpleroute | 1690 Williston Road | South Burlington, VT 05401
tel: 802-578-3983 | email: supp...@simpleroute.com | web: simpleroute.com



On Sat, Oct 9, 2010 at 8:52 PM, Anthony Carrico acarr...@memebeam.orgwrote:

 On 10/09/2010 01:03 PM, joe golden wrote:
  When I plug in the HDMI cable I get nuthin' on the same monitor that was
  OK w/ the VGA cable.
 
  There's a couple of issues here:
  * laptop has dual graphics cards
  * HDMI is totally untested
  * No special mods have been installed to recognize special hardware

 Have you tried xrandr?

 --
 Anthony Carrico




Re: Linux Laptop HDMI Quandry

2010-10-11 Thread joe golden

Thanx Anthony and Brett for the leads.

I installed arandr and it recognizes LVDS1 (laptop screen) and VGA1 with 
the VGA connector. This is also seen through gnome: System - 
Preferences - Monitors. It even recognizes the make and size of the 
1080p monitor! running xrandr with hdmi plugged in and vga disconnected 
recognizes only the laptop screen.


logs and modules 
r...@tri:/home/joe# egrep 'WW|EE' /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
(II) Loading extension MIT-SCREEN-SAVER
(WW) Falling back to old probe method for vesa
(WW) Falling back to old probe method for fbdev
r...@tri:/home/joe# lsmod|grep nvidia
r...@tri:/home/joe# lsmod|grep nouv
nouveau   352808  0
ttm39746  1 nouveau
drm_kms_helper 20033  2 nouveau,i915
drm   142151  5 nouveau,ttm,i915,drm_kms_helper
i2c_algo_bit4225  2 nouveau,i915
i2c_core   15680  6 
videodev,nouveau,i915,drm_kms_helper,drm,i2c_algo_bit

button  4650  2 nouveau,i915

So I guess I need the driver for the video card? Was hoping to go non 
proprietary if possible. Checking into the video drivers. Any openish 
recommendations? Machine has dual graphics cards: NVidia G210M Graphics 
with 512MB DDR3 + Intel GMA 4500MHD (Switchable VGA).


Thanx guys.
--
 Joe Golden /_\ www.triangul.us /_\ People, Ideas, Connections

On 10/11/2010 02:21 PM, Brett Johnson wrote:

Better late than never on a reply (I hope).  What are you using for
drivers in your xorg.conf?  Do you notice a difference between using the
proprietary (*gasp*) NVidia drivers and the nouveau driver?  Check out
/var/log for your Xorg log files and look to see if you are having
problems loading the driver you are using just to make sure it loads
properly:

egrep 'WW|EE' /var/log/Xorg.0.log

Lines with warnings show with (WW) and lines with errors show with (EE).
  This might help you troubleshoot if your problem is driver related.
  I've had issues where I install and try to use the proprietary driver
but it ends up loading the nouveau driver due to problems with the
proprietary one.  I didn't notice as I had 3d acceleration but there
were a few features I had issues with that I didn't fix until I tracked
down the problem.  You can also do an lsmod and verify 'nvidia' is
loaded after installing the nvidia driver if you go that route.

If you are using gnome, check System - Preferences - Monitors with
your HDMI cable plugged in and let us know if you see the other
'monitor' listed and if you can enable it through there (gnome won't
always auto enable the monitor - it will make you select the second
monitor and click 'On').

And lastly, HDMI cables are dirt cheap if you don't buy them locally.
  Local retailers use their TVs/PCs/etc as their loss leaders and then
shaft everyone on the peripherals.  A personal favorite for cables is
monoprice.com http://monoprice.com but there are other similar sites
out there.

Cheers,

--
Brett Johnson
simpleroute | 1690 Williston Road | South Burlington, VT 05401
tel: 802-578-3983 | email: supp...@simpleroute.com
mailto:supp...@simpleroute.com | web: simpleroute.com
http://simpleroute.com



On Sat, Oct 9, 2010 at 8:52 PM, Anthony Carrico acarr...@memebeam.org
mailto:acarr...@memebeam.org wrote:

On 10/09/2010 01:03 PM, joe golden wrote:
  When I plug in the HDMI cable I get nuthin' on the same monitor
that was
  OK w/ the VGA cable.
 
  There's a couple of issues here:
  * laptop has dual graphics cards
  * HDMI is totally untested
  * No special mods have been installed to recognize special
hardware

Have you tried xrandr?

--
Anthony Carrico