Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
evtouch Xorg-7.2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Nokai001
n00b
n00b


Joined: 25 Sep 2007
Posts: 28

PostPosted: Mon Jul 21, 2008 11:07 am    Post subject: evtouch Xorg-7.2 Reply with quote

Hi

Ich habe ein Rießen Problem seitdem ich xorg upgedatet habe.
xf86-input-evtouch-0.8.7
xserver-1.3.0.0-r6
ich starte X mit startx. Funktionier alles so weit.
Ausgabe:
Code:
hostname: Unknown host
xauth:  creating new authority file /root/.serverauth.14286

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux carcomputer 2.6.25-gentoo-r6 #5 Mon Jul 21 07:25:18 CEST 2008 i686
Build Date: 20 July 2008
        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: Mon Jul 21 12:58:56 2008
(==) Using config file: "/etc/X11/xorg.conf"

(EE) Failed to load module "void" (module does not exist, 0)
(II) Module already built-in
State: S_UNTOUCHED      Action: No Action               Button: 0
State: S_TOUCHED        Action: No Action               Button: 0
State: S_LONGTOUCHED    Action: down            Button: 1
State: S_MOVING Action: No Action               Button: 0
State: S_MAYBETAPPED    Action: click           Button: 1
State: S_ONEANDAHALFTAP Action: down            Button: 3
(EE) No Input driver matching `void'
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
xinit:  Resource temporarily unavailable (errno 11):  Cannot register with ConsoleKit: org.freedesktop.CkConnector.Error: Unable to open session: The name org.freedesktop.ConsoleKit was not provided by any .service files


sieht so weit alles gut aus.

nun berühre ich meinen Touchscreen und X beendet sich
Code:
Errors from xkbcomp are not fatal to the X server
xinit:  Resource temporarily unavailable (errno 11):  Cannot register with ConsoleKit: org.freedesktop.CkConnector.Error: Unable to open session: The name org.freedesktop.ConsoleKit was not provided by any .service files

Backtrace:
0: X(xf86SigHandler+0x85) [0x80c7315]

Fatal server error:
Caught signal 11.  Server aborting

X connection to :0.0 broken (explicit kill or server shutdown).
X connection to :0.0 broken (explicit kill or server shutdown).
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
login:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xinit:  connection to X server lost.

waiting for X server to shut down


leider kann ich mit diesem Fehler nicht viel Anfangen
Code:
0: X(xf86SigHandler+0x85) [0x80c7315]


meine xorg.conf
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
#        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "touchscreen0" "CorePointer"
        InputDevice     "dummy"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "dri"
        Load  "glx"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option          "XkbModel"      "microsoftmult"
        Option          "XkbLayout"     "de"

EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option  "rotate" "cw"#
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
        Identifier  "Dummy"
        Driver  "void"
        Option "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
     Identifier "touchscreen0"
     Driver "evtouch"
     Option "Device" "/dev/input/evtouch_event"
     #option "device"  "/dev/input/event2"
      Option "DeviceName" "touchscreen"
 #    Option "MinX" "575"
 #    Option "MinY" "2550"
 #    Option "MaxX" "1980"
 #    Option "MaxY" "130"

   Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
     Option "ReportingMode" "Raw"
     Option "SendCoreEvents"    "On"
        Option "Calibrate" "1"
EndSection



Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    31.5 - 80.0
        VertRefresh  40.0 - 100.0
EndSection

Section "Monitor"
        Identifier      "Monitor1"      #tv
        HorizSync 30-50
        VertRefresh 50
EndSection



Section "Device"
        Identifier  "Card0"
        Option "ConectedMonitor" "LCD"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        option "rotate" "ccw"
        BusID       "PCI:1:0:0"
        Option      "RenderAccel"  "true"
        Option "RandRRotation" "yes"
        Option          "NvAgp"                 "1"
        Option          "RenderAccel"           "true"
        Option          "AllowGLXWithComposite" "true"

EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1024x768"
        EndSubSection
EndSection


Ich versuch jetzt schon seit zwei Tagen das Problem zu finden nur leider gelingt es mir nicht.

Bitte helft mir.
Vielen Dank für eure Mühe


PS: Falls ihr noch mehr infos braucht schreibt.
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Mon Jul 21, 2008 11:27 am    Post subject: Reply with quote

Does recompiling xf86-input-evtouch help ?
Does starting consolekit system service help ?
Remove this block:
Code:

Section "InputDevice"
        Identifier  "Dummy"
        Driver  "void"
        Option "Device" "/dev/input/mice"
EndSection

and this line
Code:

InputDevice     "dummy"

as it seems that they only generate errors.

And just for reference, list all of your x11-drivers.
Back to top
View user's profile Send private message
Nokai001
n00b
n00b


Joined: 25 Sep 2007
Posts: 28

PostPosted: Mon Jul 21, 2008 12:37 pm    Post subject: Reply with quote

VoidMage wrote:
Does recompiling xf86-input-evtouch help ?

hilft leider nichts, schon mehrmals probiert :-)
Quote:

Does starting consolekit system service help ?

Nein leider nicht.
Quote:

Remove this block:
Code:

Section "InputDevice"
        Identifier  "Dummy"
        Driver  "void"
        Option "Device" "/dev/input/mice"
EndSection

and this line
Code:

InputDevice     "dummy"

as it seems that they only generate errors.

Zeilen hab ich entfernt.
Zeilen wurden nur wegen diesem link hinzugefügt
http://www.stz-softwaretechnik.de/~ke/touchscreen/evtouch.html
Quote:

And just for reference, list all of your x11-drivers.


Hab gerade ein emerge -e xorg-x11 gemacht, folgendes wurde installiert
Code:

Calculating dependencies... done!
[ebuild   R   ] sys-apps/portage-2.1.4.4  USE="-build -doc -epydoc (-selinux)" LINGUAS="-pl" 0 kB
[ebuild   R   ] dev-util/pkgconfig-0.22  USE="-hardened" 0 kB
[ebuild   R   ] virtual/libintl-0  0 kB
[ebuild   R   ] sys-libs/zlib-1.2.3-r1  0 kB
[ebuild   R   ] sys-devel/gnuconfig-20080123  0 kB
[ebuild   R   ] dev-libs/expat-2.0.1  436 kB
[ebuild   R   ] virtual/libiconv-0  0 kB
[ebuild   R   ] app-arch/lzma-utils-4.32.6  USE="-nocxx" 0 kB
[ebuild   R   ] sys-devel/gcc-config-1.4.0-r4  0 kB
[ebuild     UD] dev-libs/gmp-4.2.2 [4.2.2-r2] USE="-doc -nocxx" 0 kB
[ebuild   R   ] sys-devel/automake-wrapper-3-r1  0 kB
[ebuild   R   ] app-admin/python-updater-0.5  0 kB
[ebuild   R   ] sys-apps/sandbox-1.2.18.1-r2  0 kB
[ebuild   R   ] dev-util/unifdef-1.20  0 kB
[ebuild   R   ] sys-devel/autoconf-wrapper-4-r3  0 kB
[ebuild   R   ] app-arch/bzip2-1.0.5  USE="-static" 822 kB
[ebuild   R   ] sys-libs/timezone-data-2008c  USE="nls" 0 kB
[ebuild   R   ] sys-libs/libutempter-1.1.5  0 kB
[ebuild   R   ] sys-kernel/linux-headers-2.6.23-r3  0 kB
[ebuild   R   ] dev-libs/mpfr-2.3.1  0 kB
[ebuild     UD] sys-apps/pciutils-2.2.10 [3.0.0] USE="zlib -network-cron" 0 kB
[ebuild   R   ] sys-apps/sysvinit-2.86-r10  USE="(-ibm) (-selinux) -static" 101 kB
[ebuild   R   ] virtual/init-0  0 kB
[ebuild   R   ] app-admin/eselect-opengl-1.0.6-r1  0 kB
[ebuild   R   ] sys-apps/baselayout-1.12.11.1  USE="unicode -bootstrap -build -static" 218 kB
[ebuild   R   ] sys-fs/udev-119  USE="(-selinux)" 0 kB
[ebuild   R   ] virtual/opengl-7.0  0 kB
[ebuild   R   ] virtual/glu-7.0  0 kB
[ebuild   R   ] sys-devel/binutils-config-1.9-r4  0 kB
[ebuild  N    ] app-i18n/man-pages-de-0.5-r1  510 kB
[ebuild     U ] sys-apps/man-pages-2.80 [2.76] USE="nls" LINGUAS="de%* -cs% -da% -es% -fr% -it% -ja% -nl% -pl% -ro% -ru% -zh_CN%" 1,833 kB
[ebuild   R   ] app-admin/eselect-fontconfig-1.0  0 kB
[ebuild   R   ] sys-auth/pambase-20080318  USE="cracklib -consolekit -debug -gnome-keyring -mktemp -passwdqc (-selinux)" 0 kB
[ebuild   R   ] virtual/glut-1.0  0 kB
[ebuild   R   ] sys-devel/autoconf-2.61-r2  USE="-emacs" 0 kB
[ebuild   R   ] sys-devel/automake-1.10.1  0 kB
[ebuild   R   ] sys-devel/libtool-1.5.26  USE="-vanilla" 0 kB
[ebuild   R   ] sys-devel/binutils-2.18-r3  USE="nls -multislot -multitarget -test -vanilla" 0 kB
[ebuild   R   ] sys-libs/db-4.5.20_p2  USE="-bootstrap -doc -java -nocxx -tcl -test" 9,068 kB
[ebuild   R   ] sys-libs/gdbm-1.8.3-r3  USE="berkdb" 0 kB
[ebuild   R   ] sys-devel/libperl-5.8.8-r2  USE="berkdb gdbm -debug -ithreads" 0 kB
[ebuild   R   ] dev-lang/perl-5.8.8-r5  USE="berkdb gdbm -build -debug -doc -ithreads -perlsuid" 0 kB
[ebuild   R   ] perl-core/Test-Harness-3.10  0 kB
[ebuild   R   ] perl-core/PodParser-1.35  96 kB
[ebuild   R   ] dev-perl/XML-Parser-2.36  0 kB
[ebuild   R   ] sys-devel/m4-1.4.11  USE="nls -examples" 684 kB
[ebuild   R   ] x11-misc/util-macros-1.1.5  0 kB
[ebuild   R   ] x11-proto/xproto-7.0.10  0 kB
[ebuild   R   ] x11-proto/inputproto-1.4.2.1  0 kB
[ebuild   R   ] x11-proto/randrproto-1.2.1  0 kB
[ebuild   R   ] x11-proto/xextproto-7.0.2  0 kB
[ebuild   R   ] x11-proto/kbproto-1.0.3  0 kB
[ebuild   R   ] x11-proto/renderproto-0.9.2  0 kB
[ebuild   R   ] x11-libs/xtrans-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-proto/fontsproto-2.0.2  0 kB
[ebuild   R   ] x11-proto/videoproto-2.2.2  0 kB
[ebuild   R   ] media-fonts/font-util-1.0.1  USE="-debug" 0 kB
[ebuild   R   ] x11-proto/xf86miscproto-0.9.2  0 kB
[ebuild   R   ] x11-proto/xf86dgaproto-2.0.3  0 kB
[ebuild   R   ] x11-proto/xineramaproto-1.1.2  0 kB
[ebuild   R   ] x11-proto/xf86vidmodeproto-2.2.2  0 kB
[ebuild   R   ] x11-proto/xf86driproto-2.0.3  0 kB
[ebuild   R   ] x11-libs/libdrm-2.3.0  USE="-debug" 0 kB
[ebuild   R   ] x11-proto/xf86bigfontproto-1.1.2  0 kB
[ebuild   R   ] x11-proto/bigreqsproto-1.0.2  0 kB
[ebuild   R   ] x11-proto/xcmiscproto-1.1.2  0 kB
[ebuild   R   ] x11-proto/scrnsaverproto-1.1.0  0 kB
[ebuild   R   ] x11-proto/fixesproto-4.0  0 kB
[ebuild   R   ] x11-proto/recordproto-1.13.2  0 kB
[ebuild   R   ] x11-proto/resourceproto-1.0.2  0 kB
[ebuild   R   ] x11-proto/damageproto-1.1.0  0 kB
[ebuild   R   ] x11-proto/compositeproto-0.4  0 kB
[ebuild   R   ] x11-proto/glproto-1.4.9  0 kB
[ebuild   R   ] app-doc/xorg-docs-1.4-r1  USE="-doc" 0 kB
[ebuild   R   ] x11-proto/fontcacheproto-0.1.2  0 kB
[ebuild   R   ] x11-proto/trapproto-3.4.3  0 kB
[ebuild   R   ] x11-proto/xf86rushproto-1.1.2  0 kB
[ebuild   R   ] x11-proto/evieext-1.0.2  0 kB
[ebuild   R   ] x11-misc/xbitmaps-1.0.1  0 kB
[ebuild   R   ] x11-proto/printproto-1.0.3  0 kB
[ebuild   R   ] x11-libs/libXau-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXdmcp-1.0.2  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libfontenc-1.0.4  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libICE-1.0.4  USE="ipv6 -debug" 0 kB
[ebuild   R   ] x11-libs/liblbxutil-1.0.1  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/rgb-1.0.1  USE="-debug" 0 kB
[ebuild   R   ] x11-misc/makedepend-1.0.1  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libX11-1.1.4  USE="ipv6 -debug -xcb" 0 kB
[ebuild   R   ] x11-libs/libSM-1.0.3  USE="ipv6 -debug" 0 kB
[ebuild   R   ] x11-libs/libXext-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXt-1.0.5  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXrender-0.9.2  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libxkbfile-1.0.4  USE="-debug" 0 kB
[ebuild   R   ] media-libs/freetype-2.3.7  USE="X* -bindist -debug -doc -utils" 0 kB
[ebuild   R   ] x11-libs/libXfixes-4.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/iceauth-1.0.2  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/luit-1.0.2  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/xmodmap-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/mkfontscale-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXmu-1.0.3  USE="ipv6 -debug" 0 kB
[ebuild   R   ] x11-libs/libXfont-1.3.1-r1  USE="ipv6 -debug" 0 kB
[ebuild   R   ] x11-libs/libXpm-3.5.7  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXxf86vm-1.0.1  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXi-1.1.3  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXScrnSaver-1.1.2  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXcursor-1.1.9  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXxf86misc-1.0.1  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libxkbui-1.0.2  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXtst-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/xkbcomp-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXres-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] sys-apps/dbus-1.1.20  USE="X -debug -doc (-selinux)" 0 kB
[ebuild   R   ] x11-libs/libXcomposite-0.4.0  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXrandr-1.2.1  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXinerama-1.0.2  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXxf86dga-1.0.2  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXp-1.0.0  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXdamage-1.1.1  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/setxkbmap-1.0.4  USE="-debug" 0 kB
[ebuild   R   ] x11-libs/libXv-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/mkfontdir-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] media-fonts/encodings-1.0.2  USE="-debug" 0 kB
[ebuild   R   ] media-fonts/font-alias-1.0.1  USE="-debug" 0 kB
[ebuild   R   ] media-libs/mesa-6.5.2-r1  USE="-debug -doc -motif -nptl -pic -xcb" VIDEO_CARDS="sis -i810 -mach64 -mga -none -r128 -radeon -s3virge -savage (-sunffb) -tdfx -trident -via" 0 kB
[ebuild   R   ] x11-apps/bdftopcf-1.0.0  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/xauth-1.0.2  USE="ipv6 -debug" 0 kB
[ebuild   R   ] x11-apps/xhost-1.0.2  USE="ipv6 -debug" 0 kB
[ebuild   R   ] x11-misc/xkeyboard-config-1.1  0 kB
[ebuild   R   ] x11-apps/xrdb-1.0.4  USE="-debug" 0 kB
[ebuild   R   ] x11-wm/twm-1.0.3  USE="-debug" 0 kB
[ebuild   R   ] x11-apps/xrandr-1.2.2  USE="-debug" 0 kB
[ebuild   R   ] media-libs/freeglut-2.4.0-r1  0 kB
[ebuild   R   ] x11-apps/mesa-progs-7.0.1  0 kB
[ebuild   R   ] sys-devel/gettext-0.17  USE="acl nls openmp -doc -emacs -nocxx" 11,369 kB
[ebuild   R   ] sys-apps/sed-4.1.5-r1  USE="nls -static" 0 kB
[ebuild   R   ] sys-apps/findutils-4.3.13  USE="nls (-selinux) -static" 0 kB
[ebuild   R   ] sys-apps/diffutils-2.8.7-r2  USE="nls -static" 1,038 kB
[ebuild   R   ] dev-perl/Locale-gettext-1.05  0 kB
[ebuild   R   ] sys-apps/attr-2.4.39  USE="nls" 0 kB
[ebuild   R   ] dev-libs/popt-1.10.7  USE="nls" 0 kB
[ebuild   R   ] sys-devel/bison-2.3  USE="nls -static" 1,055 kB
[ebuild   R   ] sys-devel/flex-2.5.33-r3  USE="nls -static" 680 kB
[ebuild   R   ] sys-devel/make-3.81  USE="nls -static" 1,125 kB
[ebuild   R   ] sys-apps/acl-2.2.45  USE="nls (-nfs)" 0 kB
[ebuild   R   ] sys-apps/help2man-1.36.4  USE="nls" 0 kB
[ebuild   R   ] sys-apps/module-init-tools-3.4  USE="-old-linux" 195 kB
[ebuild   R   ] sys-power/acpid-1.0.6-r1  0 kB
[ebuild   R   ] net-misc/rsync-3.0.2  USE="acl iconv ipv6 -static -xattr -xinetd" 0 kB
[ebuild   R   ] dev-libs/openssl-0.9.8g-r2  USE="zlib -bindist -gmp -kerberos -sse2 -test" 3,277 kB
[ebuild   R   ] sys-kernel/gentoo-sources-2.6.25-r6  USE="-build -symlink" 0 kB
[ebuild   R   ] sys-libs/ncurses-5.6-r2  USE="gpm unicode -debug -doc -minimal -nocxx -profile -trace (-bootstrap%) (-build%)" 0 kB
[ebuild   R   ] sys-apps/texinfo-4.11-r1  USE="nls -static" 0 kB
[ebuild   R   ] app-shells/bash-3.2_p33  USE="nls -afs -bashlogger -plugins -vanilla" 0 kB
[ebuild   R   ] sys-apps/coreutils-6.10-r2  USE="acl nls (-selinux) -static -vanilla -xattr" 0 kB
[ebuild   R   ] sys-libs/gpm-1.20.1-r6  USE="(-selinux)" 0 kB
[ebuild   R   ] sys-libs/readline-5.2_p12-r1  0 kB
[ebuild   R   ] sys-apps/groff-1.19.2-r1  USE="X* -cjk" 2,836 kB
[ebuild   R   ] app-admin/perl-cleaner-1.05  0 kB
[ebuild   R   ] app-misc/ca-certificates-20070303-r1  95 kB
[ebuild   R   ] sys-apps/ed-0.9  0 kB
[ebuild   R   ] dev-lang/python-2.5.2-r5  USE="berkdb gdbm ipv6 ncurses readline ssl threads -bootstrap -build -doc -examples -sqlite -tk -ucs2 -wininst" 0 kB
[ebuild   R   ] x11-libs/libXaw-1.0.4  USE="-debug -xprint" 0 kB
[ebuild     U ] sys-apps/man-1.6f-r1 [1.6e-r3] USE="nls" 249 kB
[ebuild   R   ] dev-libs/libxml2-2.6.31  USE="ipv6 python readline -bootstrap -build -debug -doc -examples -test" 0 kB
[ebuild   R   ] dev-lang/swig-1.3.34  USE="perl python -R -chicken -clisp -doc -guile -java -lua -mono -mzscheme -ocaml -php -pike -ruby -tcl -tk" 0 kB
[ebuild   R   ] sys-apps/file-4.23  USE="python" 0 kB
[ebuild   R   ] sys-libs/cracklib-2.8.12  USE="nls python" 0 kB
[ebuild   R   ] x11-apps/xmessage-1.0.2  USE="-debug -xprint" 0 kB
[ebuild   R   ] media-libs/fontconfig-2.5.0-r1  USE="xml -doc" 0 kB
[ebuild   R   ] sys-libs/pam-1.0.1  USE="cracklib nls -audit (-selinux) -test -vim-syntax" 0 kB
[ebuild   R   ] app-admin/eselect-1.0.10  USE="-bash-completion -doc -vim-syntax" 0 kB
[ebuild   R   ] sys-libs/libcap-1.10-r11  USE="python" 0 kB
[ebuild   R   ] app-misc/pax-utils-0.1.17  USE="caps" 0 kB
[ebuild   R   ] x11-libs/libXft-2.1.12  USE="-debug" 0 kB
[ebuild   R   ] media-fonts/ttf-bitstream-vera-1.10-r3  USE="X*" 0 kB
[ebuild   R   ] media-fonts/font-adobe-100dpi-1.0.0  USE="X* nls" 0 kB
[ebuild   R   ] media-fonts/font-adobe-utopia-type1-1.0.1  USE="X*" 0 kB
[ebuild   R   ] media-fonts/font-adobe-75dpi-1.0.0  USE="X* nls" 0 kB
[ebuild   R   ] media-fonts/font-misc-misc-1.0.0  USE="X* nls" 0 kB
[ebuild   R   ] media-fonts/font-cursor-misc-1.0.0  USE="X* nls" 0 kB
[ebuild   R   ] net-misc/netkit-rsh-0.17-r8  USE="pam" 0 kB
[ebuild   R   ] media-fonts/font-bh-type1-1.0.0  USE="X*" 0 kB
[ebuild   R   ] x11-terms/xterm-235  USE="truetype unicode -Xaw3d -paste64 -toolbar" 0 kB
[ebuild   R   ] x11-apps/xsm-1.0.1  USE="-debug -xprint" 0 kB
[ebuild   R   ] x11-apps/xclock-1.0.3  USE="-debug -xprint" 0 kB
[ebuild   R   ] sys-devel/gcc-4.1.2  USE="fortran mudflap nls (-altivec) -bootstrap -build -d -doc -gcj -gtk (-hardened) -ip28 -ip32r10k -libffi% (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc -test -vanilla" 38,847 kB
[ebuild   R   ] sys-libs/glibc-2.6.1  USE="nls -debug -gd -glibc-omitfp (-hardened) (-multilib) -profile (-selinux) -vanilla" 16,007 kB
[ebuild   R   ] dev-libs/glib-2.16.3-r1  USE="-debug -doc -fam -hardened (-selinux) -xattr" 0 kB
[ebuild   R   ] dev-libs/dbus-glib-0.74  USE="-debug -doc (-selinux)" 0 kB
[ebuild   R   ] sys-auth/consolekit-0.2.3  USE="pam -debug" 0 kB
[ebuild   R   ] x11-apps/xinit-1.0.5-r1  USE="hal pam -debug -minimal" 0 kB
[ebuild   R   ] x11-base/xorg-server-1.3.0.0-r6  USE="dri ipv6 sdl xorg -3dfx -debug -dmx -kdrive -minimal -nptl -xprint" INPUT_DEVICES="evdev keyboard mouse void -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -wacom" VIDEO_CARDS="fbdev nvidia sis vesa -apm -ark -chips -cirrus -cyrix -dummy -epson -fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc -nv -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vga -via -vmware -voodoo" 0 kB
[ebuild   R   ] x11-drivers/xf86-input-void-1.1.0  USE="-debug" 0 kB
[ebuild   R   ] x11-drivers/xf86-input-keyboard-1.1.1  USE="-debug" 0 kB
[ebuild   R   ] x11-drivers/xf86-input-evdev-1.1.5-r1  USE="-debug" 0 kB
[ebuild   R   ] x11-drivers/xf86-input-mouse-1.2.3  USE="-debug" 0 kB
[ebuild   R   ] x11-drivers/xf86-video-vesa-1.3.0  USE="-debug" 0 kB
[ebuild   R   ] x11-drivers/nvidia-drivers-173.14.09  USE="acpi -custom-cflags -gtk (-multilib)" 0 kB
[ebuild   R   ] x11-drivers/xf86-video-sis-0.9.3  USE="dri -debug" 0 kB
[ebuild   R   ] x11-drivers/xf86-video-fbdev-0.3.1  USE="-debug" 0 kB
[ebuild   R   ] x11-base/xorg-x11-7.2  0 kB

meine make.conf:
Code:

ARCH="x86"
ACCEPT_KEYWORDS="x86"# ~x86"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
USE="-nptl 3dnow 3dnowext mmx ffmpeg noamazon aalib acl acpi adns alsa apm arts audiofile avi  bzlib cdr cpdflib cairo caps divx4linux dvd dvdr xvide encode fastcgi gif gphoto2 imagemagick imap imlib jpeg ssl crypt mng ncurses ogg oggvorbis opengl openal oss pdflib png python quicktime perl readline recode sdl slp sndfile sox spl svga syip tiff truetype unicode usb videos wmf xml xml2 xmms xpm xv ylib dvdread libdvdread simplexml spell svg threads vcd xosd moysvg mjpeg jpeg2k bitmap-fonts type1-fonts lm_sensors mp3 gpm -gnome kde v4l faad faac faad2 win32codecs afm esd esound mp4 x264  aac mysql hal dvb dbus X xine"
FEATURES="ccache"
CCACHE_SIZE="2G"
#PORTDIR_OVERLAY="/usr/local/portage/"
#GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo"
#
INPUT_DEVICES="keyboard mouse kbd evdev void"
VIDEO_CARDS="nvidia vesa fbdev sis "

DVB_CARDS="usb-wt220u dibusb-usb1 dibusb-usb2"
LINGUAS="de en"


so und ein neuer versuch bringt das:
Code:

startx
hostname: Unknown host
xauth:  creating new authority file /root/.serverauth.16096

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux carcomputer 2.6.25-gentoo-r6 #5 Mon Jul 21 07:25:18 CEST 2008 i686
Build Date: 21 July 2008
        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: Mon Jul 21 14:37:03 2008
(==) Using config file: "/etc/X11/xorg.conf"

(II) Module already built-in
State: S_UNTOUCHED      Action: No Action               Button: 0
State: S_TOUCHED        Action: No Action               Button: 0
State: S_LONGTOUCHED    Action: down            Button: 1
State: S_MOVING Action: No Action               Button: 0
State: S_MAYBETAPPED    Action: click           Button: 1
State: S_ONEANDAHALFTAP Action: down            Button: 3
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: X(xf86SigHandler+0x85) [0x80c72e5]

Fatal server error:
Caught signal 11.  Server aborting

X connection to :0.0 broken (explicit kill or server shutdown).
X connection to :0.0 broken (explicit kill or server shutdown).
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
login:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xinit:  connection to X server lost.

waiting for X server to shut down


Irgendwie weiß ich echt nicht mehr weiter. Ich hoffe euch fällt was ein.

Gruß


http://210.64.17.162/web20/TouchKitDriver/linuxDriver.htm

dort gibt es einen treiber und ein konfigurations tool

Beides arbeitet fast perfekt.

Viel Spaß und danke für eure hilfe
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum