View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 6 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Aug 08, 2008 3:01 pm 
Offline
Joined: Thu Oct 26, 2006 8:40 am
Posts: 45
Location: Ohio
hi guys,

I've tried everything I could think of and it keeps respawning: look at hints and tips, tried rolling back nvidia driver, and messed around with xorg.conf. So, I logged in as another user(startx) and it seems to be ok, except for screen size --too small inside fluxbox. I'm thinking its a setting for mythtv user but I'm not sure what.

upgrade from 5.27 to 5.5

_________________
HD homerun
Hauppauge WinTV-HVR-1600 ATSC/ClearQAM
1.5 TB
2 GB ram
ASUS M4A78 Plus AM3/AM2+/AM2 AMD 770 ATX AMD Motherboard
AMD Athlon II X2 250 Regor 3.0GHz Socket AM3 65W Dual-Core Processor


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 08, 2008 3:54 pm 
Offline
Joined: Sat Sep 02, 2006 9:17 am
Posts: 359
not much to go on there...

Since you mention the "respawning" I assume the "it" of that sentence was video drivers and you mention nVidia so I presume you're thinking its the infamous c7: issue? what card do you have, what motherboard, etc; or make&model of a pre-built PC?

By "messed around with xorg.conf" I'm hoping you didn't do anything that you couldn't tell its mother :lol: What specifically did you do?

I'm more concerned about the screen changing size for different users, that's a problem with the laws of physics; you're not moving the set at relativistic velocities are you? Do you mean the screen resolution is HIGHER for your non-mythtv user?

OK, I'm sorry for picking on you when you're down, or specifically when your myth box is down; that would be a bit of a crisis in my house.

If X works for one user, but not another, it's pretty much NOT a driver issue. Given the limited info available I'd say yes, it's a settings problem for the mythtv user. Look for files in ~mythtv/.fluxbox. I'm not sure where the defaults for the files come from. Something you're starting is crashing. And seriously, if you could elaborate more on the symptoms, and the steps you're taken, it would be more likely for someone to help you figure out what's happening.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 08, 2008 4:16 pm 
Offline
Joined: Thu Oct 26, 2006 8:40 am
Posts: 45
Location: Ohio
Good stuff

Yeah I guess your right, I was a little vague.

Its a nvidia mx4000 card in the agp slot A7n266-e motherboard and its the "c7" respawning issue.

I fixed the screen resolution through the xorg.conf (used tv example)

In my .fluxbox/apps file for the user it works is this
Code:
[startup] {xset -dpms s off}
[startup] {mythfrontend}
[startup] {launch_irx.sh}


for mythtv(not working) its this
Code:
#[startup] {xscreensaver}
[startup] {xset -dpms s off}
[startup] {xvattr -a XV_COLORKEY -v 0}
[startup] {nvidia-settings --load-config-only}
[startup] {gnome-volume-manager}
[startup] {/usr/bin/x11vnc -nap -wait 50 -passwd mythtv -display :0
-forever -o /var/log/x11vnc.log -bg}
[startup] {KnoppMyth-run}
[startup] {launch_irx.sh}
[app] (SDL_App)
  [Layer]       {2}
  [Deco]        {NONE}
[end]


Not sure where else to look

Thanks

_________________
HD homerun
Hauppauge WinTV-HVR-1600 ATSC/ClearQAM
1.5 TB
2 GB ram
ASUS M4A78 Plus AM3/AM2+/AM2 AMD 770 ATX AMD Motherboard
AMD Athlon II X2 250 Regor 3.0GHz Socket AM3 65W Dual-Core Processor


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 08, 2008 4:47 pm 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
Post the errors from /var/log/Xorg <tab>

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 08, 2008 5:02 pm 
Offline
Joined: Thu Oct 26, 2006 8:40 am
Posts: 45
Location: Ohio
Errors from /var/log/Xorg.0.log

Code:
(EE) Failed to load module "type1" (module does not exist, 0)

Could not init font path element /usr/share/fonts/X11/cyrillic, removing from l$
Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueTy$
GetModeLine - scrn: 0 clock: 40000
GetModeLine - hdsp: 800 hbeg: 840 hend: 968 httl: 1056
              vdsp: 600 vbeg: 601 vend: 605 vttl: 628 flags: 5
GetModeLine - scrn: 0 clock: 40000
GetModeLine - hdsp: 800 hbeg: 840 hend: 968 httl: 1056
              vdsp: 600 vbeg: 601 vend: 605 vttl: 628 flags: 5
AUDIT: Fri Aug  8 18:27:15 2008: 4268 X: client 8 rejected from local host (uid$
  Auth name: MIT-MAGIC-COOKIE-1 ID: -1
AUDIT: Fri Aug  8 18:27:30 2008: 4268 X: client 8 rejected from local host (uid$
  Auth name: MIT-MAGIC-COOKIE-1 ID: -1


The last lines repeat 10 plus times. But I'm running mythtv from my user account ok.
I think its still trying to restart x for mythtv in the background.

_________________
HD homerun
Hauppauge WinTV-HVR-1600 ATSC/ClearQAM
1.5 TB
2 GB ram
ASUS M4A78 Plus AM3/AM2+/AM2 AMD 770 ATX AMD Motherboard
AMD Athlon II X2 250 Regor 3.0GHz Socket AM3 65W Dual-Core Processor


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 09, 2008 8:19 am 
Offline
Joined: Thu Oct 26, 2006 8:40 am
Posts: 45
Location: Ohio
Well the problem is somewhat solved. I copied my .fluxbox from my personal account to mythtv account and now x starts fine. Not sure if the problem was in init or apps.


After saying this, I notice slight hard drive activity(light blinks every 5 secs). Tried to watch /var/log/ for increase in size to any log, but nothing was noticed. Any ideas whats going on?

Thanks

_________________
HD homerun
Hauppauge WinTV-HVR-1600 ATSC/ClearQAM
1.5 TB
2 GB ram
ASUS M4A78 Plus AM3/AM2+/AM2 AMD 770 ATX AMD Motherboard
AMD Athlon II X2 250 Regor 3.0GHz Socket AM3 65W Dual-Core Processor


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu