![]() |
|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
||||
![]()
I'm trying to avoid doing that. I know how to do that.
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." MacBook Pro (Darwin 9), iMac (Darwin 9), iPod Touch (Darwin 9), Dell Optiplex GX620 (FreeBSD 7.1-STABLE) |
|
||||
![]()
That's what ~/.xinitrc is designed for, putting it in your shells RC file instead wouldn't make a great bit of sense would it?
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
||||
![]()
put that into your startup shell file ( ~/.profile / ~/.zshrc / ~/.bash+profile )
Code:
# start X11 after login on /dev/ttyv0 terminal if [ $( tty ) = "/dev/ttyv0" ]; then nohup xinit -- -nolisten tcp -br -tst dpms nologo -xinerama -dpi 75 > /dev/null 2>&1 & fi
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
|
||||
![]()
Thanks, vermaden. That's similar to what I was using on Gentoo, but different nonetheless.
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." MacBook Pro (Darwin 9), iMac (Darwin 9), iPod Touch (Darwin 9), Dell Optiplex GX620 (FreeBSD 7.1-STABLE) |
|
|||
![]() Quote:
|
|
||||
![]() Quote:
As I already had toadd CLI options I do not bothered in searching xorg.conf equivalents of these. The nohup ${COMMAND} > /dev/null 2>&1 & is to start a process in background without nailing it ti this console (nohup) so you may CTRL-D safely on this terminal without killing X11.
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
HOWTO: Lightest XFCE - Making XFCE lighter and faster | vermaden | Guides | 27 | 2nd September 2010 12:24 PM |
portupgrade messed up my autostart in rc.conf | semtecs | FreeBSD Installation and Upgrading | 6 | 17th March 2009 05:04 PM |
Xfce. Why didnt anyone tell me? | neurosis | FreeBSD Ports and Packages | 4 | 21st October 2008 03:10 PM |
Installing Xfce | rex | FreeBSD General | 9 | 4th September 2008 04:46 AM |
xfce | darken | FreeBSD Ports and Packages | 4 | 31st July 2008 05:28 PM |