You are not logged in.

#1 2007-11-22 10:58:07

eNTi
Member
Registered: 2006-04-30
Posts: 109

need help: everything x-related broken

since my upgrade to xorg 7.3 and 2.6.23 nothing x related really works any more. if i try to start kdemod's kde it crashes the whole machine. if i fire up opera in ion3 the links are quirky and it doesn't take half of the input clicks. gtk menus are not accessible and so on... i've no idea what's going on. i also don't know where "2.6.22ck" went in the repo. the synaptics driver seems broken and i had a hard time getting my external mouse to work... what is going on? can someone please shed some light into my current desktop-darkness.

i'm running on an asus a6km + arcg 2.6.23 + nvidia 100.14.19-2.

Section "ServerLayout"

    Identifier          "Simple Layout"
    Screen                      0                               "Screen0" 0 0
#    InputDevice                "Mouse1"                "AlwaysCore"
    InputDevice         "Mouse1"                "SendCoreEvents"
    InputDevice         "Keyboard1"             "CoreKeyboard"
#    InputDevice                "Keyboard2"             "AlwaysCore"
#        InputDevice            "Touchpad"              "CorePointer"
EndSection

Section "Files"

#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/lib/modules"
    RgbPath         "/usr/share/X11/rgb"
    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"
    FontPath        "/usr/share/fonts/local/"
    FontPath        "/usr/share/fonts/artwiz-fonts/"
EndSection

Section "Module"
        Load            "extmod"
#    Load        "dri"
    Load        "dbe"   # Double buffer extension
    Load        "type1"
        Load            "vbe"
    Load        "freetype"
    Load        "glx"
        Load            "GLcore"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Keyboard2"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier          "Mouse1"
    Driver                      "mouse"
    Option                      "Protocol" "Auto"       # Auto detect
    Option                      "Device" "/dev/input/mice"
    Option                      "ZAxisMapping" "4 5"
    Option                      "Emulate3Buttons"
#    Option         "CorePointer"
        Option                  "SendCoreEvents"        "true"
EndSection

#Section "InputDevice"
#       Identifier              "Mouse1"
#       Driver                  "evdev"
#       Option                  "USB Mouse"
#       Option                  "Device"        "/dev/input/event6"
#       Option                  "SendCoreEvents"        "true"
#EndSection

Section "InputDevice"
    Identifier     "Touchpad"
    Driver         "synaptics"
    Option         "AlwaysCore"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "LeftEdge" "1700"
    Option         "RightEdge" "5300"
    Option         "TopEdge" "1700"
    Option         "BottomEdge" "4200"
    Option         "FingerLow" "25"
    Option         "FingerHigh" "30"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "220"
    Option         "VertScrollDelta" "100"
    Option         "MinSpeed" "0.06"
    Option         "MaxSpeed" "0.12"
    Option         "AccelFactor" "0.0010"
    Option         "SHMConfig" "on"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    HorizSync       31.5 - 60.0
    VertRefresh     60.0 - 85.0
    Option         "DPMS"
EndSection

Section "Device"

#       Option  "MonitorLayout"                         "TFT,LFP"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVIDIA Corporation"
    Screen          0
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "NoLogo" "true"
    Option         "Coolbits" "1"
    Option         "UseEdidDPI" "true"
    Option         "UseEdidFreqs" "true"
    Option         "ModeValidation" "NoMaxPClkCheck"
    Option         "NvAGP" "1"
    Option         "TripleBuffer" "true"
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "0"
EndSection

Offline

#2 2007-11-22 15:42:11

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: need help: everything x-related broken

Hrmmm sounds like you haven't been following the forums much.  That's a lot of information to gather and post here, so I suggest you search the forums (and read the front page news) for answers to many of these commonly asked questions (now several weeks old).

PS: Your touchpad isn't set up properly in Xorg... follow the wiki and everything should be fine:

http://wiki.archlinux.org/index.php/Touchpad_Synaptics

Last edited by thayer (2007-11-22 15:42:30)


thayer williams ~ cinderwick.ca

Offline

#3 2007-11-23 11:12:14

eNTi
Member
Registered: 2006-04-30
Posts: 109

Re: need help: everything x-related broken

ok thank you and sorry for the noise. i haven't been reading the forums lately and will do so now.

Offline

#4 2007-11-23 11:26:03

PJ
Member
From: Sweden
Registered: 2005-10-11
Posts: 602

Re: need help: everything x-related broken

In case you don't have time or motivation to read the forums, I think you will get most of the changes and updates if you read/subscribe to the arch-announce mailing list.

Offline

Board footer

Powered by FluxBB