You are not logged in.

#1 2009-04-25 19:22:35

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Finally trying to figure out what's going on w/ Xorg 1.6.1. got log

My Xorg.0.log: http://pastebin.com/f1c71d757

Anyone still having the X server freeze on them after the upgrade? I solely upgraded my Xorg install just to get the error log, hoping that someone could help with this. Anyone?


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#2 2009-04-25 22:55:36

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Finally trying to figure out what's going on w/ Xorg 1.6.1. got log

(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Microsoft Microsoft Wireless Optical Mouse? 1.00
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Aiptek
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Microsoft Natural? Ergonomic Keyboard 4000
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Microsoft Natural? Ergonomic Keyboard 4000
(EE) config/hal: NewInputDeviceRequest failed (8)

1) Do you have 'hal' running ?
2) Can you share your xorg.conf ?


English is not my native language .

Offline

#3 2009-04-26 00:56:05

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: Finally trying to figure out what's going on w/ Xorg 1.6.1. got log

I do have hal running, and here's my xorg.conf:

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "USB Mouse" "CorePointer"
        InputDevice     "pen"           "AlwaysCore"
        InputDevice     "cursor"        "AlwaysCore"
        InputDevice     "eraser"        "AlwaysCore"
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    Option "AutoAddDevices" "False"
    Option "DontZap" "false"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
# Additional fonts: Locale, Gimp, TTF...
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/local/share/fonts"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
        Load  "bitmap" # bitmap-fonts
    #Load  "type1"
    #Load  "freetype"
    #Load  "record"
    #   Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
EndSection

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

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "pen"
        Driver          "aiptek"
        Option          "Device"        "/dev/input/aiptek_event"
        Option          "Type"          "stylus"
        Option          "Mode"          "absolute"
        Option          "Cursor"        "stylus"
        Option          "USB"           "on"
        Option          "KeepShape"     "on"
        Option          "debuglevel"    "20"
        Option          "zMin"          "0"
        Option          "zMax"          "512"
        Option          "PressCurve"    "0,5,95,100"
EndSection

Section "InputDevice"
        Identifier      "cursor"
        Driver          "aiptek"
        Option          "Device"        "/dev/input/aiptek_event"
        Option          "Type"          "cursor"
        Option          "Mode"          "absolute"
        Option          "Cursor"        "puck"
        Option          "USB"           "on"
        Option          "KeepShape"     "on"
        Option          "debuglevel"    "20"
        Option          "zMin"          "0"
        Option          "zMax"          "511"
EndSection

Section "InputDevice"
        Identifier      "eraser"
        Driver          "aiptek"
        Option          "Device"        "/dev/input/aiptek_event"
        Option          "Type"          "eraser"
        Option          "Mode"          "absolute"
        Option          "Cursor"        "stylus"
        Option          "USB"           "on"
        Option          "KeepShape"     "on"
        Option          "debuglevel"    "20"
        Option          "zMin"          "0"
        Option          "zMax"          "511"
EndSection

# Auto-generated by Archie mkxcfg

Section "Monitor"
    Identifier "Monitor0"
        Option "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
#    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
EndSection

# Auto-generated by Archie mkxcfg


Section "Device"
    Identifier  "Card0"
    Driver      "sis"
    VendorName  "All"
    BoardName   "All"
EndSection


Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
        Depth     1
    EndSubSection
    SubSection "Display"
        Depth     4
    EndSubSection
    SubSection "Display"
        Depth     8
    EndSubSection
    SubSection "Display"
        Depth     15
    EndSubSection
    SubSection "Display"
        Depth     16
    EndSubSection
    SubSection "Display"
        Depth     24
    EndSubSection
    SubSection "Display"
        Depth     32
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#4 2009-04-26 10:57:24

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Finally trying to figure out what's going on w/ Xorg 1.6.1. got log

Alright .
Try running X without xorg.conf or with a minimal one like this :

Section "ServerFlags"
    Option "DontZap" "false"
EndSection
Section "Device"
    Identifier  "Card0"
    Driver      "sis"
    VendorName  "All"
    BoardName   "All"
EndSection

Last edited by Nezmer (2009-04-26 10:57:55)


English is not my native language .

Offline

#5 2009-04-29 01:24:33

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: Finally trying to figure out what's going on w/ Xorg 1.6.1. got log

Using a minimal xorg.conf worked...but it detected my tablet wrongly...

Last edited by ShadowKyogre (2009-04-29 01:24:56)


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#6 2009-04-29 01:47:09

benob
Member
Registered: 2008-11-11
Posts: 187

Re: Finally trying to figure out what's going on w/ Xorg 1.6.1. got log

I was having lots of trouble with my Wacom tablet and Xorg 1.6 (http://bbs.archlinux.org/viewtopic.php?id=65105). Specifically, it would crash the X server when activated, so I just gave up. But you should look in that direction.

Offline

Board footer

Powered by FluxBB