problems installing xf4vnc
Ido
emailmeil@yahoo.com
Sun Dec 15 02:04:00 2002
I've changed my XF86Config as written in your
homepage, and attached it so you can review it.
besides that, i've copied the vnc.so to
/usr/X11R6/lib/modules. I've used my origial
savage_drv.o (which i found at
http://www.probo.com/timr/savage40.html), since with
the original savage_drv.o (or yours for that matter)
the graphics chipset it not detected (I'm using a
board with VIA KM266 chipset, with onboard ProSavage
graphics).
when running X,, the vnc modules loads (as i've read
in X's log), but i cant seem to be able to connect to
it.
I also get a few errors in the log, such as:
(II) LoadModule: "rfbmouse"
(WW) Warning, couldn't open module rfbmouse
(II) UnloadModule: "rfbmouse"
(EE) Failed to load module "rfbmouse" (module does not
exist, 0)
(II) LoadModule: "rfbkeyb"
(WW) Warning, couldn't open module rfbkeyb
(II) UnloadModule: "rfbkeyb"
(EE) Failed to load module "rfbkeyb" (module does not
exist, 0)
(EE) No Input driver matching `rfbmouse'
(EE) No Input driver matching `rfbkeyb'
(WW) SAVAGE(0): Option "usevnc" is not used
(WW) SAVAGE(0): Option "rfbport" is not used
(WW) SAVAGE(0): Option "alwaysshared" is not used
(WW) SAVAGE(0): Option "dontdisconnect" is not used
attached are my XFree's log and XF86Config.
Please review them and tell me what might be wrong/or
how to make things work :)
Thanks in advance,
Ido
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "vncMouse" "ExtraPointer"
InputDevice "vncKeyboard" "ExtraKeyboard"
EndSection
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "/usr/X11R6/lib/X11/fonts/monotype/TTF"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
Load "freetype2"
Load "freetype"
Load "vnc"
Load "GLcore"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "il"
Option "XkbOptions" "grp:switch,grp:shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "vncMouse"
# You can ignore the complaints about couldn't load
# This is a built-in module in the vnc.so
Driver "rfbmouse"
EndSection
Section "InputDevice"
Identifier "vncKeyboard"
# You can ignore the complaints about couldn't load
# This is a built-in module in the vnc.so
Driver "rfbkeyb"
EndSection
Section "Device"
Identifier "savage"
VendorName "S3"
BoardName "savage"
VideoRam 32768
Option "usevnc"
Option "rfbport" "5909"
#Option "rfbauth" "/root/.vnc/passwd"
Option "alwaysshared"
Option "dontdisconnect"
Driver "savage"
#Driver "vncfb"
EndSection
Section "Monitor"
#DisplaySize 330 240 # mm
Identifier "Monitor0"
VendorName "MAG"
ModelName "MAG 786FD"
Option "DPMS"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 31.5 - 74.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 85
EndSection
Section "Screen"
Identifier "screen0"
Device "savage"
Monitor "Monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
[demime 0.99d.1 removed an attachment of type application/octet-stream which had a name of XFree.log]