DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 18th April 2012
whispersGhost's Avatar
whispersGhost whispersGhost is offline
Real Name: heather
Package Pilot
 
Join Date: May 2008
Location: ny
Posts: 168
Default Serverauth.27093 does not exsist

Hi

Gnome seems to start fine when i type start x
but i notice i get an error message that says

xauth: file/home/memyself/.serverauth.27093 does not exsist

here is my .xinitrc
-----------------------------------
exec gnome-session
/usr/X11R6/bin/xset s off
/usr/X11R6/bin/xset -dpms
-----------------------------------

If i am running gnome for a few minutes the display will shut off on its own,Even if i have everything off in power management.

Which is why i inserted the
s off and -dpms in my .xinitrc file
as i thought that was a fix for it?

Thanks
__________________
The journey is better then the destination
Reply With Quote
  #2   (View Single Post)  
Old 18th April 2012
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Quote:
Originally Posted by heatherval View Post
here is my .xinitrc
-----------------------------------
exec gnome-session
/usr/X11R6/bin/xset s off
/usr/X11R6/bin/xset -dpms
-----------------------------------
The exec command causes gnome-session to be executed in replacement of the current process (which is the .xinitrc script). So at that point gnome-session takes over and any other commands (such as your xset commands) in the .xinitrc will never be reached or run. So, I'd place the exec as the last thing in the file so the xset's can be run first.

Sorry, not sure about the serverauth part of your question at the moment.
Reply With Quote
  #3   (View Single Post)  
Old 18th April 2012
whispersGhost's Avatar
whispersGhost whispersGhost is offline
Real Name: heather
Package Pilot
 
Join Date: May 2008
Location: ny
Posts: 168
Default OK

Thanks for the help

i changed the order anyways as you said
__________________
The journey is better then the destination
Reply With Quote
Reply

Thread Tools
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 Off

Forum Jump


All times are GMT. The time now is 11:38 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick