You are not logged in.

#1 2010-10-25 05:43:52

Stringer
Member
Registered: 2010-10-25
Posts: 44

[SOLVED]Xorg / Fluxbox issue

So I just did an clean install from FreeBSD to Archlinux.
Geting to boot the darn CD-disk was an pain in the ass, but now to the problem main problem right now.

After installed Xorg and fluxbox and tested them I noticed that the mouse input was very, very sensitive and also that it was impossible to hold it on the same place because it kept going either at the bottom-west or Up-right.

The second problem is that when I do startx and got exec fluxbox & in .xinitrc it will just go into X for an ms and then close, leave no trace what so ever on either the Xorg.0.log or the output from Xorg.

Xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "dri2"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "extmod"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        #Option     "ModeSetClearScreen"        # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
 Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
[    51.136]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[    51.136] X Protocol Version 11, Revision 0
[    51.137] Build Operating System: Linux 2.6.34-ARCH i686
[    51.137] Current Operating System: Linux HacKLaB 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 07:17:20 UTC 2010 i686
[    51.137] Kernel command line: root=/dev/disk/by-uuid/607bf3c8-1716-4252-8960-b4a5b5582039 ro
[    51.138] Build Date: 24 August 2010  01:42:08PM
[    51.139]
[    51.147] Current version of pixman: 0.18.4
[    51.147]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    51.148] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    51.150] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 25 05:06:28 2010
[    51.151] (==) Using config file: "/etc/X11/xorg.conf"
[    51.152] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    51.172] (==) ServerLayout "X.org Configured"
[    51.172] (**) |-->Screen "Screen0" (0)
[    51.172] (**) |   |-->Monitor "Monitor0"
[    51.172] (**) |   |-->Device "Card0"
[    51.172] (**) |-->Input Device "Mouse0"
[    51.172] (**) |-->Input Device "Keyboard0"
[    51.172] (==) Automatically adding devices
[    51.172] (==) Automatically enabling devices
[    51.198] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    51.198]    Entry deleted from font path.
[    51.198] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    51.198]    Entry deleted from font path.
[    51.198] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    51.198]    Entry deleted from font path.
[    51.377] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    51.377]    Entry deleted from font path.
[    51.377] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    51.377]    Entry deleted from font path.
[    51.377] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    51.377]    Entry deleted from font path.
[    51.377] (**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        /usr/share/fonts/misc/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[    51.377] (**) ModulePath set to "/usr/lib/xorg/modules"
[    51.377] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    51.377] (WW) Disabling Mouse0
[    51.377] (WW) Disabling Keyboard0
[    51.377] (II) Loader magic: 0x81f3200
[    51.377] (II) Module ABI versions:
[    51.377]    X.Org ANSI C Emulation: 0.4
[    51.377]    X.Org Video Driver: 8.0
[    51.377]    X.Org XInput driver : 11.0
[    51.377]    X.Org Server Extension : 4.0
[    51.378] (--) PCI:*(0:0:2:0) 8086:2a42:103c:30dd rev 7, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x000060f0/8
[    51.378] (--) PCI: (0:0:2:1) 8086:2a43:103c:30dd rev 7, Mem @ 0xd0400000/1048576
[    51.378] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    51.378] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    51.378] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    51.378] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    51.378] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    51.378] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    51.378] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    51.378] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    51.378] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    51.378] (II) LoadModule: "dri2"
[    51.394] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    51.401] (II) Module dri2: vendor="X.Org Foundation"
[    51.401]    compiled for 1.9.0, module version = 1.2.0
[    51.401]    ABI class: X.Org Server Extension, version 4.0
[    51.401] (II) Loading extension DRI2
[    51.401] (II) LoadModule: "dri"
[    51.401] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    51.402] (II) Module dri: vendor="X.Org Foundation"
[    51.402]    compiled for 1.9.0, module version = 1.0.0
[    51.402]    ABI class: X.Org Server Extension, version 4.0
[    51.402] (II) Loading extension XFree86-DRI
[    51.402] (II) LoadModule: "dbe"
[    51.402] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    51.402] (II) Module dbe: vendor="X.Org Foundation"
[    51.402]    compiled for 1.9.0, module version = 1.0.0
[    51.402]    Module class: X.Org Server Extension
[    51.402]    ABI class: X.Org Server Extension, version 4.0
[    51.402] (II) Loading extension DOUBLE-BUFFER
[    51.402] (II) LoadModule: "record"
[    51.402] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    51.403] (II) Module record: vendor="X.Org Foundation"
[    51.403]    compiled for 1.9.0, module version = 1.13.0
[    51.403]    Module class: X.Org Server Extension
[    51.403]    ABI class: X.Org Server Extension, version 4.0
[    51.403] (II) Loading extension RECORD
[    51.403] (II) LoadModule: "extmod"
[    51.403] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    51.407] (II) Module extmod: vendor="X.Org Foundation"
[    51.407]    compiled for 1.9.0, module version = 1.0.0
[    51.407]    Module class: X.Org Server Extension
[    51.407]    ABI class: X.Org Server Extension, version 4.0
[    51.407] (II) Loading extension MIT-SCREEN-SAVER
[    51.407] (II) Loading extension XFree86-VidModeExtension
[    51.407] (II) Loading extension XFree86-DGA
[    51.407] (II) Loading extension DPMS
[    51.407] (II) Loading extension XVideo
[    51.407] (II) Loading extension XVideo-MotionCompensation
[    51.407] (II) Loading extension X-Resource
[    51.407] (II) LoadModule: "glx"
[    51.408] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    51.415] (II) Module glx: vendor="X.Org Foundation"
[    51.415]    compiled for 1.9.0, module version = 1.0.0
[    51.415]    ABI class: X.Org Server Extension, version 4.0
[    51.416] (==) AIGLX enabled
[    51.416] (II) Loading extension GLX
[    51.416] (II) LoadModule: "intel"
[    51.416] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    51.427] (II) Module intel: vendor="X.Org Foundation"
[    51.427]    compiled for 1.9.0, module version = 2.12.0
[    51.427]    Module class: X.Org Video Driver
[    51.427]    ABI class: X.Org Video Driver, version 8.0
[    51.427] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[    51.439] (--) using VT number 7

[    51.442] drmOpenDevice: node name is /dev/dri/card0
[    51.442] drmOpenDevice: open result is 8, (OK)
[    51.442] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    51.442] drmOpenDevice: node name is /dev/dri/card0
[    51.442] drmOpenDevice: open result is 8, (OK)
[    51.442] drmOpenByBusid: drmOpenMinor returns 8
[    51.442] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    51.442] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    51.442] (==) intel(0): RGB weight 888
[    51.442] (==) intel(0): Default visual is TrueColor
[    51.442] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[    51.442] (--) intel(0): Chipset: "GM45"
[    51.442] (==) intel(0): video overlay key set to 0x101fe
[    51.460] (II) intel(0): Output VGA1 using monitor section Monitor0
[    51.565] (II) intel(0): Output LVDS1 has no monitor section
[    51.565] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[    51.574] (II) intel(0): Output HDMI1 has no monitor section
[    51.574] (II) intel(0): Output DP1 has no monitor section
[    51.575] (II) intel(0): Output DP2 has no monitor section
[    51.666] (II) intel(0): Output TV1 has no monitor section
[    51.680] (II) intel(0): EDID for output VGA1
[    51.785] (II) intel(0): EDID for output LVDS1
[    51.785] (II) intel(0): Manufacturer: SEC  Model: 5042  Serial#: 0
[    51.785] (II) intel(0): Year: 2008  Week: 0
[    51.785] (II) intel(0): EDID Version: 1.3
[    51.785] (II) intel(0): Digital Display Input
[    51.785] (II) intel(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[    51.785] (II) intel(0): Gamma: 2.20
[    51.785] (II) intel(0): No DPMS capabilities specified
[    51.785] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    51.785] (II) intel(0): First detailed timing is preferred mode
[    51.785] (II) intel(0): redX: 0.590 redY: 0.340   greenX: 0.325 greenY: 0.550
[    51.785] (II) intel(0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[    51.785] (II) intel(0): Manufacturer's mask: 0
[    51.785] (II) intel(0): Supported detailed timing:
[    51.785] (II) intel(0): clock: 69.3 MHz   Image Size:  303 x 190 mm
[    51.785] (II) intel(0): h_active: 1280  h_sync: 1292  h_sync_end 1356 h_blank_end 1416 h_border: 0
[    51.785] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 806 v_blanking: 816 v_border: 0
[    51.785] (II) intel(0): Unknown vendor-specific block f
[    51.785] (II) intel(0):  SAMSUNG
[    51.785] (II) intel(0):  141AT13-101
[    51.785] (II) intel(0): EDID (in hex):
[    51.785] (II) intel(0):     00ffffffffffff004ca3425000000000
[    51.785] (II) intel(0):     00120103801e13780a07c59757538c27
[    51.785] (II) intel(0):     20505400000001010101010101010101
[    51.785] (II) intel(0):     010101010101141b0088502010300c40
[    51.785] (II) intel(0):     33002fbe100000190000000f00000000
[    51.785] (II) intel(0):     00000000002387026400000000fe0053
[    51.785] (II) intel(0):     414d53554e470a2020202020000000fe
[    51.785] (II) intel(0):     00313431415431332d3130310a200051
[    51.785] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    51.785] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    51.785] (II) intel(0): Printing probed modes for output LVDS1
[    51.785] (II) intel(0): Modeline "1280x800"x60.0   69.32  1280 1292 1356 1416  800 803 806 816 -hsync -vsync (49.0 kHz)
[    51.785] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    51.785] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    51.785] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    51.785] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    51.794] (II) intel(0): EDID for output HDMI1
[    51.794] (II) intel(0): EDID for output DP1
[    51.795] (II) intel(0): EDID for output DP2
[    51.886] (II) intel(0): EDID for output TV1
[    51.886] (II) intel(0): Output VGA1 disconnected
[    51.886] (II) intel(0): Output LVDS1 connected
[    51.886] (II) intel(0): Output HDMI1 disconnected
[    51.886] (II) intel(0): Output DP1 disconnected
[    51.886] (II) intel(0): Output DP2 disconnected
[    51.886] (II) intel(0): Output TV1 disconnected
[    51.886] (II) intel(0): Using exact sizes for initial modes
[    51.886] (II) intel(0): Output LVDS1 using initial mode 1280x800
[    51.886] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    51.886] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
[    51.886] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
[    51.886] (==) intel(0): DPI set to (96, 96)
[    51.886] (II) Loading sub module "fb"
[    51.887] (II) LoadModule: "fb"
[    51.887] (II) Loading /usr/lib/xorg/modules/libfb.so
[    51.922] (II) Module fb: vendor="X.Org Foundation"
[    51.922]    compiled for 1.9.0, module version = 1.0.0
[    51.922]    ABI class: X.Org ANSI C Emulation, version 0.4
[    51.922] (==) Depth 24 pixmap format is 32 bpp
[    51.922] (II) intel(0): [DRI2] Setup complete
[    51.922] (II) intel(0): [DRI2]   DRI driver: i965
[    51.923] (**) intel(0): Tiling enabled
[    51.923] (**) intel(0): SwapBuffers wait enabled
[    51.923] (==) intel(0): VideoRam: 262144 KB
[    51.923] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
[    51.932] (II) UXA(0): Driver registered support for the following operations:
[    51.932] (II)         solid
[    51.932] (II)         copy
[    51.932] (II)         composite (RENDER acceleration)
[    51.932] (II)         put_image
[    51.932] (II)         get_image
[    51.942] (==) intel(0): Backing store disabled
[    51.942] (==) intel(0): Silken mouse enabled
[    51.942] (II) intel(0): Initializing HW Cursor
[    52.016] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    52.018] (==) intel(0): DPMS enabled
[    52.018] (==) intel(0): Intel XvMC decoder enabled
[    52.018] (II) intel(0): Set up textured video
[    52.018] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    52.018] (II) intel(0): direct rendering: DRI2 Enabled
[    52.018] (II) Initializing built-in extension SHAPE
[    52.018] (II) Initializing built-in extension MIT-SHM
[    52.018] (II) Initializing built-in extension XInputExtension
[    52.018] (II) Initializing built-in extension XTEST
[    52.018] (II) Initializing built-in extension BIG-REQUESTS
[    52.018] (II) Initializing built-in extension SYNC
[    52.018] (II) Initializing built-in extension XKEYBOARD
[    52.018] (II) Initializing built-in extension XC-MISC
[    52.018] (II) Initializing built-in extension SECURITY
[    52.018] (II) Initializing built-in extension XINERAMA
[    52.018] (II) Initializing built-in extension XFIXES
[    52.018] (II) Initializing built-in extension RENDER
[    52.018] (II) Initializing built-in extension RANDR
[    52.018] (II) Initializing built-in extension COMPOSITE
[    52.018] (II) Initializing built-in extension DAMAGE
[    52.084] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    52.084] (II) AIGLX: enabled GLX_INTEL_swap_event
[    52.084] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    52.084] (II) AIGLX: enabled GLX_SGI_make_current_read
[    52.084] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    52.084] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
[    52.084] (II) GLX: Initialized DRI2 GL provider for screen 0
[    52.084] (II) intel(0): Setting screen physical size to 338 x 211
[    52.471] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    52.471] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    52.471] (II) LoadModule: "evdev"
[    52.471] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    52.483] (II) Module evdev: vendor="X.Org Foundation"
[    52.484]    compiled for 1.9.0, module version = 2.5.0
[    52.484]    Module class: X.Org XInput Driver
[    52.484]    ABI class: X.Org XInput driver, version 11.0
[    52.484] (**) Power Button: always reports core events
[    52.484] (**) Power Button: Device: "/dev/input/event4"
[    52.493] (--) Power Button: Found keys
[    52.493] (II) Power Button: Configuring as keyboard
[    52.493] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    52.494] (**) Option "xkb_rules" "evdev"
[    52.494] (**) Option "xkb_model" "evdev"
[    52.494] (**) Option "xkb_layout" "us"
[    52.522] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    52.522] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    52.522] (**) Video Bus: always reports core events
[    52.522] (**) Video Bus: Device: "/dev/input/event8"
[    52.530] (--) Video Bus: Found keys
[    52.530] (II) Video Bus: Configuring as keyboard
[    52.530] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    52.530] (**) Option "xkb_rules" "evdev"
[    52.530] (**) Option "xkb_model" "evdev"
[    52.530] (**) Option "xkb_layout" "us"
[    52.533] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    52.533] (II) No input driver/identifier specified (ignoring)
[    52.533] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    52.533] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    52.533] (**) Sleep Button: always reports core events
[    52.533] (**) Sleep Button: Device: "/dev/input/event1"
[    52.540] (--) Sleep Button: Found keys
[    52.540] (II) Sleep Button: Configuring as keyboard
[    52.540] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    52.540] (**) Option "xkb_rules" "evdev"
[    52.540] (**) Option "xkb_model" "evdev"
[    52.540] (**) Option "xkb_rules" "evdev"
[    52.540] (**) Option "xkb_model" "evdev"
[    52.540] (**) Option "xkb_layout" "us"
[    52.542] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    52.542] (II) No input driver/identifier specified (ignoring)
[    52.545] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    52.545] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    52.545] (**) AT Translated Set 2 keyboard: always reports core events
[    52.545] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    52.553] (--) AT Translated Set 2 keyboard: Found keys
[    52.553] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    52.553] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    52.553] (**) Option "xkb_rules" "evdev"
[    52.553] (**) Option "xkb_model" "evdev"
[    52.553] (**) Option "xkb_layout" "us"
[    52.553] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[    52.554] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    52.554] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    52.554] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event7"
[    52.570] (--) SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
[    52.570] (--) SynPS/2 Synaptics TouchPad: Found absolute axes
[    52.570] (--) SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[    52.570] (--) SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[    52.570] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad
[    52.570] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[    52.570] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    52.570] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    52.570] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[    52.570] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    52.570] (II) No input driver/identifier specified (ignoring)
[    52.570] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5)
[    52.570] (II) No input driver/identifier specified (ignoring)
[    52.570] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    52.570] (II) No input driver/identifier specified (ignoring)
[    52.570] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    52.570] (II) No input driver/identifier specified (ignoring)
[    52.571] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
[    52.571] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    52.571] (**) HP WMI hotkeys: always reports core events
[    52.571] (**) HP WMI hotkeys: Device: "/dev/input/event6"
[    52.586] (--) HP WMI hotkeys: Found keys
[    52.586] (II) HP WMI hotkeys: Configuring as keyboard
[    52.586] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
[    52.586] (**) Option "xkb_rules" "evdev"
[    52.586] (**) Option "xkb_model" "evdev"
[    52.586] (**) Option "xkb_layout" "us"
[   159.103] (II) Power Button: Close
[   159.103] (II) UnloadModule: "evdev"
[   159.126] (II) Video Bus: Close
[   159.126] (II) UnloadModule: "evdev"
[   159.143] (II) Sleep Button: Close
[   159.143] (II) UnloadModule: "evdev"
[   159.163] (II) AT Translated Set 2 keyboard: Close
[   159.163] (II) UnloadModule: "evdev"
[   159.183] (II) SynPS/2 Synaptics TouchPad: Close
[   159.183] (II) UnloadModule: "evdev"
[   159.203] (II) HP WMI hotkeys: Close
[   159.203] (II) UnloadModule: "evdev"                                                                                                                                                        

Now there might be some fluxbox log I might not know about or anything within that "tree". But I'm thankful if something is able to help me out on this one.

Thanks in advance!

Last edited by Stringer (2011-08-08 19:21:02)

Offline

#2 2010-10-25 14:00:57

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: [SOLVED]Xorg / Fluxbox issue

In your .xinitrc line use:

exec ck-launch-session startfluxbox

and that should be the last line in .xinitrc, without the "&".


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

#3 2010-10-25 17:34:04

Stringer
Member
Registered: 2010-10-25
Posts: 44

Re: [SOLVED]Xorg / Fluxbox issue

Made Fluxbox work. :-)

Thanks, but the mouse issue seems to still be alive..

Offline

#4 2010-10-25 17:45:45

dab-_-
Member
Registered: 2010-10-05
Posts: 43

Re: [SOLVED]Xorg / Fluxbox issue

try adding

xset m 0 0

to your .xinitrc, It may resolve your mouse issues

Offline

#5 2010-10-25 20:31:41

Stringer
Member
Registered: 2010-10-25
Posts: 44

Re: [SOLVED]Xorg / Fluxbox issue

Were no change with xset.

Offline

#6 2010-10-28 17:17:09

Stringer
Member
Registered: 2010-10-25
Posts: 44

Re: [SOLVED]Xorg / Fluxbox issue

Bumping thread for "hope"

Offline

#7 2010-10-28 17:29:11

qchapter
Member
Registered: 2009-06-17
Posts: 43

Re: [SOLVED]Xorg / Fluxbox issue

I'm no expert, but have you tried starting X without a xorg.conf file?  Rename your xorg.conf to xorgbak or something similar so it's easy to revert.

And looks like you have a synaptics touchpad.   Do you have xf86-input-synaptics installed?

Last edited by qchapter (2010-10-28 17:33:13)

Offline

#8 2010-10-29 01:58:04

rockin turtle
Member
From: Montana, USA
Registered: 2009-10-22
Posts: 227

Re: [SOLVED]Xorg / Fluxbox issue

I don't have an answer for your problems, but I have noticed annoying mouse problems on my computer.  I also use fluxbox; and since an xorg-server upgrade some months ago, my mouse cursor will sometimes jump to one of the corners of the screen at arbitrary times.  I've never filed a bug report as I don't know if the bug is in xorg or fluxbox or a combination of the two.  My problem isn't as severe as yours as it happens only occasionally.

Offline

#9 2010-10-29 22:41:19

Stringer
Member
Registered: 2010-10-25
Posts: 44

Re: [SOLVED]Xorg / Fluxbox issue

For me it was that I didn't have xf86-input-synaptics. But to relate to rockin turtle I would say it lays within Xorg-server "shaking" hands with drivers.

Offline

Board footer

Powered by FluxBB