Hi again...

I've downloaded and configured XFree4 ... but when I run startx the system 
starts XFree and then freezes.
I have to reboot with switching off.

I can't make logs of the output, because the filesystem doesn't sync before 
switching off ...

My Machine is a Pismo 400 / 128 MB / Ati Rage Mobility 128 ...

Kernel is the default one of Debian PPC 2.2r0 . A 2.2.17.

Installed X Packages ...

saratoga:~# dpkg --list 'x*' | grep ii
ii  xbase-clients  4.0.1-9pre10v1 miscellaneous X clients
ii  xfonts-100dpi  4.0.1-9pre10v1 100 dpi fonts for X
ii  xfonts-75dpi   4.0.1-9pre10v1 75 dpi fonts for X
ii  xfonts-base    4.0.1-9pre10v1 standard fonts for X
ii  xfonts-scalabl 4.0.1-9pre10v1 scalable fonts for X
ii  xfree86-common 4.0.1-9pre10v1 X Window System (XFree86) infrastructure
ii  xfs            4.0.1-9pre10v1 X font server
ii  xlib6g         4.0.1-9pre10v1 pseudopackage providing X libraries
ii  xlibs          4.0.1-9pre10v1 X Window System client libraries
ii  xlibs-dev      4.0.1-9pre10v1 X Window System client library development f
ii  xserver-common 4.0.1-9pre10v1 files and utilities common to all X servers
ii  xserver-xfree8 4.0.1-9pre10v1 the XFree86 X server
ii  xutils         4.0.1-9pre10v1 XFree86 utility programs
ii  xvfb           4.0.1-9pre10v1 virtual framebuffer X server
ii  xviddetect     0.3-2.1        XFree86 installation helper

XF86Config-4 atached ...

thanks for your help!

mfl

On Wed, Dec 06, 2000 at 08:09:16AM -0500, Jonathan Lane wrote:
> > I
> 
> Put this line in your /etc/apt/sources.list:
> 
> deb http://people.debian.org/~branden/ woody/powerpc/
> 
> Regards,
> Jonathan

-- 
Michael Flaig ... PROLinux
# 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.)

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 "ServerFlags"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "AutoRepeat"    "250 30"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "macintosh"
        Option          "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/gpmdata"
        Option          "Protocol"              "IntelliMouse"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "r128"
        BusID           "0:16:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       28-49
        VertRefresh     43-72
EndSection

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

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

# Section "DRI"
#       Mode    0666
# EndSection

# end of XF86Config

Reply via email to