On Mon, 2001-12-24 at 23:25, Carl Wilhelm Soderstrom wrote:
> > well and now my system just runs on 65 Hz, after debconf reconfigured
> > the xserver-xfree86
> > now, the config seems also messed up, but i guess that is the new config
> > file format ..
> > but How do i swtich of this 
> > FB loving ?? or what is my problme ???
> 
> what video card do you have?
> can you post your /etc/X11/XF86Config-4 file?
sure ...
#1 it's a Kyro card, and we will get driver 4 it ...
( but feel free to sing the petition @ http://kyro.caos.mine.nu/ )
--- cut | from the Kyro developers spokesman ---
 KYRO Linux FAQ
Q:When will Linux drivers be released for the KYRO family of graphics
processors?
A:A PowerVR Technologies Driver Team is currently developing Linux
drivers for KYRO. An initial beta driver offering accelerated 2D (X
Server)
and accelerated 3D (OpenGL) is expected to be ready for a public release
in
February 2002. No decision has been made about an Open or Closed Source
release.

In the mean time end-users who wish to use KYRO under a Linux OS can
use the VESA Frame Buffer drivers. Details on how to set-up these
drivers
can be found in the following FAQ:

<< http://www.linuxdoc.org/HOWTO/Framebuffer-HOWTO.html >>
[ or see our solution section ]

Q:Will the KYRO Linux Drivers work on *BSD?
A:There will be no support for *BSD during the initial public beta
program. PowerVR Technologies will continue to evaluate the demand for a
*BSD release and will consider a release at a later date.

Q:Will there be "non"-public releases of the KYRO Linux Driver for
testing purposes?
A:A Closed Beta Program will precede the Public Beta Program.
Participation on
this closed program is by invitation only. End Users should
not contact PowerVR Technologies about participation in this program.

Q:What will the KYRO Linux driver be based on? Framebuffer? XFree? DRI?
Or some kind of Kernel Hacks?
A:The OpenGL compatible driver will be loadable via the standard DRI
mechanism, and will provide support for Direct Rendering. The driver is
based on XFree, DRI and some minor modifications to access the complete
functionality of the KYRO hardware.

Q:Would you basically like to have the Linux, BSD, ... community help
you developing the KYRO Linux Driver?
A:PowerVR Technologies will contact some members of the community to
join the Closed Beta Program. The whole community is invited to provide
feedback once the Public Beta Program starts in February 2002.
--- cut ---

my XF86Config-4 as attachment 
> 
> Ich verstehe Dein Schmertz, und wir wollen Sie hilfen. :) 
> (I hope that makes sense... my German is very out-of-practice).
> 
> Carl Soderstrom
> -- 
> Network Engineer
> Real-Time Enterprises
> (952) 943-8700
> _______________________________________________
> Newbie mailing list
> [EMAIL PROTECTED]
> *** To unsubscribe , or change message options, see:
> http://XFree86.Org/mailman/listinfo/newbie
> 
> 

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "pex5"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "xie"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "vesa"
        Option          "UseFBDev"              "false"
        VideoRam        65536
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       31-130
        VertRefresh     85-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

### END DEBCONF SECTION

Reply via email to