Sector 17NewsMy GnuPG key ProjectsCableTVuinetd sercontrol Licq stuff Mozilla Blue Theme Mailing ListsCableTV Mailing ListMy BandCompiled HomepageMP3 Section Paid For SurfInfoPrivate SectionLogMailing List WebCal Copyright © 2002 |
FAQ
!! WARNING NOTE !! Q1: I get a `Xlib: connection to ":0.0" refused by server'... Q2: I get a `Decoding runs only in 16-Bit Mode!' Q3: I get a `can't open /dev/vbi for reading'... Q4: I get a `can't open config file /root/.cabletv' Q5: I get a `Can't find app-defaults file! Install it in `/etc/X11/app-defaults/'!'
Q1: I get a: Xlib: connection to ":0.0" refused by server Xlib: Invalid MIT-MAGIC-COOKIE-1 key Error: Can't open display: :0.0 A1: You have to enable accesss control on your X server. It should suffice if you just enable non-network local connections. $ xhost +local:
Q2: I get a: Decoding runs only in 16-Bit Mode! A2: You have to change the default depth of you X server to 16 bit. Do this with your favorite X configuration tool or change it manually. Edit `/etc/X11/XF86config-4' (for xfree-4.x, otherwise `/etc/X11/XF86config').
Section "Screen"
...
DefaultDepth 16
...
EndSection
Q3: I get a: can't open /dev/vbi for reading, No such file or directory A3: You need a device in your /dev directory. It's needed for sync problems on some systems. Maybe it will be disabled in a future version. To create this device change to the cabletv source directory: $ cd bttv $ ./MAKEDEVor create it manually: # mknod /dev/vbi0 char 81 224 # ln -s /dev/vbi0 /dev/vbi
Q4: I get a: can't open config file /root/.cabletv A4: First of all: RTFM!!!, damn. After that, if you still don't know the answer, copy the config sample file to root's home directory and edit it as you like. # cp cabletv.sample ~/.cabletv # vi .cabletv
Q5: I get a: Can't find app-defaults file! Install it in `/etc/X11/app-defaults/'! A5: When you execute # make installeverything should be at it's place. If there are still problems you should copy the app defaults file by hand: # cp CableTV.ad /etc/X11/app-defaults/CableTVSome older distributions use /usr/X11R6/lib/X11/app-defaults/instead. On newer systems this should be a symbolic link.
|