CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > LinuxCNC (formerly EMC2)


LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 04-20-2009, 01:09 AM
Regnar's Avatar  
Join Date: Mar 2006
Location: USA
Posts: 427
Regnar is on a distinguished road
Fullscreen on start up?

Title pretty much sums it all up. I remember reading something on how to make Emc2 display full screen when you start the program but I cannot remember where and how to do. I know Google very well but the bastard failed me big time, I searched for over a few hours and nothing. So if anyone could point me in the right direction or tell me how, I would be very appreciative. Thanks
Reply With Quote

  #2   Ban this user!
Old 04-20-2009, 04:02 AM
 
Join Date: Oct 2004
Location: Australia
Age: 37
Posts: 68
Jayson is on a distinguished road

Hi Regnar,

I use devilspie to get emc2 to full screen.

http://burtonini.com/blog/computers/devilspie

If you need more than that let me know and I'll copy my configuration for you. It was a while ago that I set it up but I'm sure it was easy.

Regards,

Jayson.
__________________
Quick... catch all the smoke so I can stuff it back in.
Reply With Quote

  #3   Ban this user!
Old 04-20-2009, 11:32 AM
cadmonkey's Avatar  
Join Date: Mar 2006
Location: USA
Posts: 304
cadmonkey is on a distinguished road

I'll check when I get home late tonight and see what the directive was from the users mailing list, but I think devilspie sounds familiar. If it was something different I'll let you know.
__________________
Every day is a learning process, whether you remember yesterday or not is the hard part.
www.distinctperspectives.com
Reply With Quote

  #4   Ban this user!
Old 04-20-2009, 11:50 AM
Regnar's Avatar  
Join Date: Mar 2006
Location: USA
Posts: 427
Regnar is on a distinguished road

Thanks guys, I will have to read up on devils pie. I just learned how make emc automatically run on power up, which save some time. Now if I didnt have to click the maximize button each time would make it a dream.

For some reasom I thought I just had to change the display size, or write something like Fullscreen = 1 or Yes. Maybe I was just imagining thigs again.
Reply With Quote

  #5   Ban this user!
Old 04-20-2009, 12:24 PM
 
Join Date: Oct 2008
Location: USA
Posts: 78
DonnieET is on a distinguished road

Don't you just love information overload
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-20-2009, 04:31 PM
vlmarshall's Avatar  
Join Date: Mar 2006
Location: usa
Posts: 474
vlmarshall is on a distinguished road

Originally Posted by Regnar View Post
... Now if I didnt have to click the maximize button each time would make it a dream.
So true, it IS a bit annoying the way it is now.
Reply With Quote

  #7   Ban this user!
Old 04-21-2009, 01:03 AM
Regnar's Avatar  
Join Date: Mar 2006
Location: USA
Posts: 427
Regnar is on a distinguished road

Well I am not going to lie, Im not all that great with computers and this has taken up a good chunk of time. I have to find out how to install tar files to get devilespie installed. I was able to get gdevilspie installed on my HTPC but the few tries at some of the rules did not work out for me. I used the deb. file for install so I dont know if that had anything to do with it.

I really figured for a shop/business standpoint that as soon as the power button was pushed emc would start and the operator would not get side tracked. I run boxee on the HTPC on start up and it makes it nice not having to do a few clicks to get where I want it. It also makes it extremely easy for my wife, if I want to do other things with the pc I exit it. This would probably be 100 times easier if i had internet in the shop but I dont. I think I will unmount the pc and bring it into the house and try installing again, if it doesnt work out fo me I will continue clicking maximize until it bugs someone else who can do something about it. For the cost and what you get I have no room to complain Im just trying to make it better for myself
Reply With Quote

  #8   Ban this user!
Old 04-21-2009, 09:07 PM
 
Join Date: Jun 2006
Location: Canada
Posts: 35
dave3431 is on a distinguished road

Regnar,

Can you give me a link to documentation on how to make emc run at start-up, I have been unable to find anything.

Dave
Reply With Quote

  #9   Ban this user!
Old 04-21-2009, 10:10 PM
Regnar's Avatar  
Join Date: Mar 2006
Location: USA
Posts: 427
Regnar is on a distinguished road

Dave this is about the easiest thing I have done so far.

For this I am going to use my mill as an example because the computer is up and running right now. This is the way I did it, there is probably and easier way but.......well I dont know it

First thing I did was I went to the Emc Config Selector Window. This is the window that you would get if you just select emc2 from the drop down applications. In this window I selected my machine and clicked the little box in the bottom left hand corner that makes a short cut to the desktop.

Once the short cut is on the desktop I right clicked it and went to properties. There should be a tab that says Launcher. You will want to Ctrl + C (copy) this. It should look something like this " /usr/bin/emc/home/cnc/emc/configs/x2/x2.ini

Now goto System-Preferences-Sessions-Startup

Click ADD and you will want to paste Ctrl-P the Laucher that you copied earlier in the start up command box. Save.

Shutdown and Restart to see if it works for you. I also have security shutoff so I do not have to login every time either. Usually when I am done installing my first tool everything is set to go. I just have to maximize the window first to see what I am doing.
Reply With Quote

  #10   Ban this user!
Old 04-22-2009, 12:13 AM
Regnar's Avatar  
Join Date: Mar 2006
Location: USA
Posts: 427
Regnar is on a distinguished road

Ok, so after reading the manual on how to install tar files I pretty much ended up right back to ground zero. I was able to get right up to configure and then I received a error saying I did have a compatible c compiler. A little bit of Internet browsing said I require a gcc file. Well it comes packaged a tar.gz just like devilspie and lo and behold it gives the same message as before. I have officially declared war and will win at all cost!
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-22-2009, 05:11 AM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

The most common way to get a c compiler in Ubuntu is installing the package "build-essential". The catch-22 is build-essential downloads more needed packages using the network.
The good news: According to this thread the install cd contains all the necessary packages.
http://ubuntuforums.org/showthread.php?t=1083081
__________________
Anyone who says "It only goes together one way" has no imagination.
Reply With Quote

  #12   Ban this user!
Old 04-22-2009, 12:03 PM
Regnar's Avatar  
Join Date: Mar 2006
Location: USA
Posts: 427
Regnar is on a distinguished road

Well I lost again. Took the pc out of the shop and into the house to connect to the Internet and did have any luck. It doesnt see the connection either usb or Ethernet. Couple hors later and a lot of reading = no internet, no big screen. Will try the cd install but im not going to hold my breath because I dont have a cd drive and I install emc thru a usb stick.
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
higher torque 5 start, vs lower torque 2 start carvemylog DIY-CNC Router Table Machines 8 03-11-2009 10:44 PM
Arrow 750 Failed to start when I Push start Bottom in fornt of control ! mte.jalal Cincinnati CNC 4 01-06-2009 10:20 AM
Newbie- one start or two start lead screw Pinhead DIY-CNC Router Table Machines 5 11-22-2008 10:32 PM
Single start vs double start ballscrew. darik Linear and Rotary Motion 13 03-21-2007 07:53 PM
Ahh, where to start? the spyder Mastercam 1 08-05-2006 05:38 AM




All times are GMT -5. The time now is 05:35 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361