search for: idia

Displaying 4 results from an estimated 4 matches for "idia".

Did you mean: ida
2005 Dec 08
3
Different controllers placement
request: /blog controller placed at /app/controllers/test/blog_controller.rb: class Test::BlogController < ApplicationController def index render :text => ''Hello, World!'' end end What the write map.connect shoud I use? Any Idias? I see that map.connect ''/blog'', :controller => ''test/blog'' working correctly, but what about more complex example such a map.connect '':controller/:action/:id? -- Posted via http://www.ruby-forum.com/.
2006 Jul 14
6
Get a collection through ActiveRecord for using with option_groups_from_collection_for_select
Hello, I am having some difficulties with ActiveRecord. What I want to do is to get a collection of SubjectGroups for using with option_groups_from_collection_for_select My Code: ======================================== class Subject < ActiveRecord::Base has_and_belongs_to_many :users belongs_to :subject_group end class SubjectGroup < ActiveRecord::Base has_many :subjects end
2017 May 09
1
multiple cards and monitors with xrandr and opengl
...LAY=:0.1 glxgears The gears appear in the second screen (card 1) and roll fine. :) However, to my great disappointment, it seems that noveau is not supporting separate xscreens any more. There was no way around this .. I am using lightdm display manager and the xcfe4 window manager. With nv$idia prop. drivers I could get two separate xscreens, but never with nouveau. When testing the two cases, I used (almost) identical xorg files (see below). (Q3) Has the support for separate xscreens been scrapped from the noveau driver? I was also playing around with the "zaphod heads" o...
2017 May 07
2
multiple cards and monitors with xrandr and opengl
On 05/07/2017 11:12 PM, Ilia Mirkin wrote: > On Sun, May 7, 2017 at 7:17 AM, Sampsa Riikonen <sampsa.riikonen at iki.fi> wrote: >> Dear Devs, >> >> We have achieved a desktop of up to six monitors, with openGL running >> succesfully on the desktop, with the following setup/features: >> >> * Ubuntu 16+ >> * Xrandr >> * Noveau driver >>