Bitcoin Forum
June 28, 2024, 05:31:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Debian - what do i need for cgminer?  (Read 502 times)
winsucker (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile
June 07, 2013, 08:53:25 PM
 #1

Hi there!

TLTR - Debian, no GUI, what do I need?

I have just put one of my 9750 that was just sitting on my desk, collecting dust in my Debian home server.
What do I need to run cgminer?

Do i need to install Xorg and some type of windows manager?
jrblevin
Newbie
*
Offline Offline

Activity: 9
Merit: 0



View Profile WWW
June 08, 2013, 01:46:27 AM
 #2

I'm using nodm with automatic login and an .xinitrc file which just runs cgminer inside a screen session.  I'm not running a window manager at all.  To set up automatic login with nodm, see /etc/default/nodm.  My .xinitrc looks something like this:

Code:
#!/bin/bash
$HOME/bin/screen-cgm.sh &
exec xterm

The exec xterm is just there to keep the X session running.  The script screen-cgm.sh starts a (detached) screen session running cgminer.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!