View previous topic :: View next topic |
Author |
Message |
amboar n00b
Joined: 18 Sep 2007 Posts: 4
|
Posted: Tue Sep 18, 2007 9:07 am Post subject: X locks with mplayer/xine/tvtime |
|
|
Ok, I know there is a X Locks sticky, but there were a hell of a lot of posts to go through and they seem to be more related to random locks... Let me know if I should have posted there though
I'm trying to test my new tuner card (Pinnacle 310i [Hybrid Pro PCI]) using mplayer/xine/tvtime but they all crash Xorg/twm immediately after being launched. Ctrl+c from the console that I run startx or trying to kill xinit/startx/twm doesn't bring it down, but kill -9 `pidof twm` ends the session... I checked through /var/log/messages and /var/log/Xorg.log but neither of them (seem to) have any record of the lock or what caused it
Pretty much I'm just not sure where the problem is - Xorg, mplayer/tvtime/xine or twm?
I've never used gentoo before trying to put this media PC together so I've probably got something very wrong - but I've got no idea what/where. MythTV works fine (plays music/movies/analogue tv) but I didn't want to have the pain of going through mythtv-setup several times while configuring the tuner card (digital tuning is being a bit of a problem, might make another post about that soon if I can get this sorted out) - that and I'm interested to know why it's locking
For good measure here's my xorg.conf:
Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "xtrap"
Load "record"
Load "glx"
#Load "dri"
Load "dbe"
Load "GLcore"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "CPQ"
ModelName "COMPAQ 7500"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 140.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 7300 GS"
BusID "PCI:4:0:0"
# TV Out Setup
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "SVIDEO"
Option "TVOverScan" "0.6"
#Option "ConnectedMonitor" "TV" # Add this if you're having problems
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
|
If I need to add any more information let me know |
|
Back to top |
|
|
amboar n00b
Joined: 18 Sep 2007 Posts: 4
|
Posted: Mon Sep 24, 2007 3:35 pm Post subject: |
|
|
ok, somewhat resolved - turns out evilwm is less evil than TWM |
|
Back to top |
|
|
|
|
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 vote in polls in this forum
|
|