You are not logged in.

#1 2010-07-05 20:23:47

deemytch
Member
Registered: 2009-11-28
Posts: 27

Surprise! blank screen after upgrading to Xorg 1.8

UPD: made rollback to xorg-server 1.7+hal

Hi, ppl, I`m not so original, and maybe I`ve lost some info seeking topics here, and I still can`t find the decision.
MSI notebook with NVidia video C51 [GeForce Go 6100] and on NVidia chipset.
Screen goes blank after starting Xorg (I do it with startx).
My box don`t freeze, I can kill X, when coming from ssh, and nothing similar to (EE) in logs.
Synaptics, keyboard and nvidia card are there in logs.
Driver - nvidia 256.35

I tried:

1. xorg.conf.d with nvidia and synaptics config without xorg.conf
2. step 1 with xorg.conf
3. old good xorg, that worked for me
4. only xorg.conf
5. almost empty xorg.conf with "Device" section for nvidia
6. without any configs
All except 6 is the same, and without any configs Xorg can`t find nv driver, and exits.

I can`t understand where to look next, please, anybody suggestions?

xorg.conf:

Section "Module"
    Load "synaptics"
EndSection

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "touchpad"  "SendCoreEvents"
EndSection

Section "Files"
EndSection

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

Section "InputDevice"
    Identifier    "touchpad"
    Driver    "synaptics"
    Option    "Device"    "/devices/platform/i8042/serio2/input/input8"
    Option    "EmulateWheelButton"    "2"
    Option    "EmulateWheel"        "on"
    Option    "XAxisMapping"        "6 7"
    Option    "YAxisMapping"        "4 5"
    Option      "AlwaysCore"        "true"
    Option      "FingerLow"         "25"
    Option      "FingerHigh"        "30"
    Option      "MaxTapTime"        "180"
    Option      "VertEdgeScroll"    "true"
    Option      "HorizEdgeScroll"   "true"
    Option      "CornerCoasting"    "true"
    Option      "CoastingSpeed"     "0.30"
    Option      "VertScrollDelta"   "100"   # edge-to-edge scroll distance of the vertical scroll
   Option      "HorizScrollDelta"  "100"   # edge-to-edge scroll distance of the horizontal scroll
   Option      "MinSpeed"          "0.10"  # speed factor for low pointer movement
   Option      "MaxSpeed"          "0.60"  # maximum speed factor for fast pointer movement
   Option      "AccelFactor"       "0.0020"    # acceleration factor for normal pointer movements
   Option      "VertTwoFingerScroll"   "true"  # vertical scroll anywhere with two fingers
   Option      "HorizTwoFingerScroll"  "true"  # horizontal scroll anywhere with two fingers
   Option      "TapButton1" "1"
   Option      "TapButton2" "2"
   Option      "TapButton3" "3"
    Option      "VertTwoFingerScroll"   "true"
    Option      "HorizTwoFingerScroll"  "true"
    Option      "EmulateTwoFingerMinZ"  "120"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Option    "XkbOptions"    "terminate:ctrl_alt_bksp"
    Driver    "kbd"
    Option    "Xleds"    "1 2 3"
    Option    "XkbLayout"    "us,ru,ua"
    Option    "XkbRules"    "xorg"
    Option    "XkbOPtions"    "grp:lwin_toggle,grp_led:scroll"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
        BoardName   "C51 [GeForce Go 6100]"
        BusID       "PCI:0:5:0"
        Option  "RenderAccel"   "True"
        Option  "DamageEvents"  "True"
        Option "NoLogo" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by deemytch (2010-07-07 13:21:39)

Offline

Board footer

Powered by FluxBB