2008/8/7 Florian Philipp <[EMAIL PROTECTED]>: > Zhou Rui schrieb: >> >> Hi, >> I'm using a Intel 915 on board VGA card. After I install the Xorg, and >> run: >> # Xorg -configure >> # X -config xorg.conf.new >> >> The X startup failed but there is now error reported... I cannot find >> what's wrong >> with my config, so what should I do in this situation. >> > > For a start, I attach my Xorg.conf which works with the same chip. > > If your PC is no notebook, you have to replace the "touchpad" input device > with your entry for "Mouse0" and change the entry in "ServerLayout" > accordingly. > > > # user have RW right to /dev/dri/card0 > > Section "ServerLayout" > Identifier "Layout0" > Screen 0 "Screen0" 0 0 > InputDevice "Keyboard0" "CoreKeyboard" > InputDevice "Touchpad" "CorePointer" > EndSection > > Section "Files" > EndSection > > Section "Module" > Load "freetype" > # Load "xtt" > Load "extmod" > Load "glx" > Load "dri" > Load "dbe" > Load "record" > Load "xtrap" > Load "type1" > EndSection > > Section "InputDevice" > Identifier "Touchpad" > Driver "synaptics" > Option "SendCoreEvents" "true" > Option "Protocol" "auto-dev" > Option "LeftEdge" "130" > Option "RightEdge" "840" > Option "TopEdge" "130" > Option "BottomEdge" "640" > Option "FingerLow" "7" > Option "FingerHigh" "8" > Option "MaxTapTime" "180" > Option "MaxTapMove" "110" > Option "EmulateMidButtonTime" "75" > Option "VertScrollDelta" "20" > Option "HorizScrollDelta" "20" > Option "MinSpeed" "0.60" > Option "MaxSpeed" "1.10" > Option "AccelFactor" "0.030" > Option "EdgeMotionMinSpeed" "200" > Option "EdgeMotionMaxSpeed" "200" > Option "UpDownScrolling" "1" > Option "CircularScrolling" "1" > Option "CircScrollDelta" "0.1" > Option "CircScrollTrigger" "2" > Option "SHMConfig" "on" > Option "Emulate3Buttons" "on" > # Option "Protocol" "Auto" > # Option "Emulate3Buttons" > Option "Device" "/dev/input/mouse1" > EndSection > > #Section "InputDevice" > #Identifier "Mouse0T" > #Driver "mouse" > #Option "Protocol" "Auto" > #Option "Emulate3Buttons" > #Option "Device" "/dev/input/mice" > #EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "inspiron" > Option "XkbLayout" "de" > EndSection > > Section "Monitor" > ### Comment all HorizSync and VertRefresh values to use DDC: > Identifier "LCD" > ### Comment all HorizSync and VertRefresh values to use DDC: > # HorizSync 31.5 - 79.0 > # VertRefresh 50.0 - 70.0 > # Option "DPMS" > # Option "PreferredMode" "1400x1050" > EndSection > > Section "Device" > Identifier "Card0" > Driver "i810" > Card "** Intel i810 (generic) [i810]" > Option "LVDS" "LCD" > # Option "XvMC" "true" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "LCD" > # SubSection "Display" > # Depth 24 > # Virtual 2680 1050 > # EndSubSection > # DefaultDepth 24 > # SubSection "Display" > # Depth 24 > # Modes "1400x1050" "1280x1024" "1024x768" > # EndSubSection > EndSection > > Section "DRI" > Group 0 > Mode 0666 > EndSection > > > Thank you very much Philipp, I tried your xorg.conf and modified mine, however, it still does not work, the log is as before... Now I'm going to remerge the mesa and xorg-server, hopes it can take effective.
-- BR, Zhou Rui