On Tue, Feb 26, 2002 at 09:32:28AM +0100, Nino Margetic wrote: > *** I am sorry - I thought the Subject line was obvious enough, but let me > spell it out - yes, I am using Tecra 9000 with a new installation of
Tsk, tsk! I think we're the only two people in the world using Linux on a Tecra 9000. Please let me know if you have any success with sound drivers and configuration. > Redhat 7.2. And, yes, if you don't mind, I'd still apreciate your > XF86Config-4... :-) > I wasn't aware of this work at all. I am assuming you are refering to Tim > Robert's webpage at http://www.probo.com/timr/savage40.html ? Oops, yes that's him. As mentioned I installed the S3 drivers and they worked without any tweaking of any kind. Re: the keyboard repeat. My understanding was that 4.03 of XFree86 provided an interface to the bouncekeys XKB extensions but I couldn't find it. I also believe that from XFree 4.1 there is supposed to be a GUI interface provided to set the required values (ie. bouncekeys). I haven't used 4.1 so I haven't been able to investigated it. I could not find any other way (apart from xbset) of accessing the bouncekey extensions (the XKB extensions are also called accessx I believe ... so this may lead to confusion in some cases). Wilson Here my stock standard XF86Config-4 file: #-------------- File starts here -------------------- # XFree86 4.0 configuration generated by Xconfigurator Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection # By default, Red Hat Linux 6.0 and later use xfs Section "Files" FontPath "unix/:7100" EndSection # Module loading section Section "Module" Load "dbe" # Double-buffering Load "GLcore" # OpenGL support Load "dri" # Direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "extmod" # Misc. required extensions Load "v4l" # Video4Linux # Load "pex5" # PHIGS for X 3D environment (obsolete) # Load "record" # X event recorder # Load "xie" # X Image Extension (obsolete) # You only need the following two modules if you do not use xfs. # Load "freetype" # TrueType font handler # Load "type1" # Adobe Type 1 font handler EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" # Modified by mouseconfig Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "PS/2" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "My Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5 - 57.0 VertRefresh 50-90 Option "dpms" EndSection Section "Device" Identifier "My Video Card" Driver "savage" BoardName "Unknown" # Option "no_accel" # You may enable this if there are timeouts when starting X #Option "xaa_benchmark" EndSection Section "Device" Identifier "Linux Frame Buffer" Driver "fbdev" BoardName "Unknown" EndSection Section "Screen" Identifier "Screen0" Device "My Video Card" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "DRI" Mode 0666 EndSection #-------------- File ends here -------------------- _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
