[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with Etch and Xorg on a G4 DP [Solved]



I have solved it using "Xorg -configure" to generate a new configuration then I merge the mouse section, the Monitor section and the screen section.
Then it was working as expected

Il giorno 29/dic/06, alle ore 11:19, Dario Meloni ha scritto:

I have a Dual 867Mhz G4 with an Nvidia GForce4 MX.
After installing Xorg I have this output from X.

xauth:  creating new authority file /root/.serverauth.5476

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux Omoikane 2.6.18-3-powerpc #1 Mon Dec 4 15:30:06 CET 2006 ppc
Build Date: 07 July 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 29 11:10:25 2006
(==) Using config file: "/etc/X11/xorg.conf"

    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
xkb_symbols { include "pc(pc105)+it+level3 (lwin_switch)" };
    xkb_geometry             { include "pc(pc105)" };
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x94) [0x1008eb88]
1: [0x100374]
2: [0x7fd3990c]
3: /usr/lib/xorg/modules/libxaa.so (XAAFillMono8x8PatternRectsScreenOrigin+0xdc) [0xf90301c]
4: /usr/lib/xorg/modules/libxaa.so(XAAPaintWindow+0x52c) [0xf911090]
5: /usr/bin/X11/X [0x10138654]
6: /usr/bin/X11/X(miWindowExposures+0x328) [0x100e056c]
7: /usr/bin/X11/X(MapWindow+0x3e4) [0x1002b6a8]
8: /usr/bin/X11/X(InitRootWindow+0xfc) [0x1002b860]
9: /usr/bin/X11/X(main+0x41c) [0x10025460]
10: /lib/tls/libc.so.6 [0xfc7e994]
11: /lib/tls/libc.so.6(__libc_start_main+0xb0) [0xfc7ead0]

Fatal server error:
Caught signal 11.  Server aborting

XIO: fatal IO error 104 (Connection reset by peer) on X server ": 0.0"
      after 0 requests (0 known processed) with 0 events remaining.


My configuration is

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/ TrueType"
EndSection

Section "Module"
        Load   "i2c"
        Load   "bitmap"
        Load   "ddc"
        Load   "dri"
        Load   "extmod"
        Load   "freetype"
        Load   "glx"
        Load   "int10"
        Load   "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
        Option          "XkbOptions"    "lv3:lwin_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "nVidia Corporation NV17 [GeForce4 MX 420]"
        Driver          "nv"
        BusID           "PCI:0:16:0"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Monitor Generico"
        Option          "DPMS"
        HorizSync       28-57
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NV17 [GeForce4 MX 420]"
        Monitor         "Monitor Generico"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
Modes "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
Modes "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
Modes "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
Modes "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
Modes "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
Modes "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection


Dario Meloni






Dario Meloni






Reply to: