well I am not sure what could be the cause.
I don't think the 3D controller in showing in lspci has anything to do with that.
andrzejk you have a different nvidia card(GeForce GT 540M vsGT 620M ) than me and a different intel VGA contoller (second generation vs 3 generation).
but we both have the same X segfault
We should have something in common that make X segfault but what?
I think this should have to do with a config option somewhere (kernel?)or a wrong set-up from our part.
laptop is an asus u47vc
I use EFI
Code: Select all
[ebuild R ~] x11-base/xorg-server-1.14.1.901:0/1.14.1.901 USE="ipv6 nptl suid udev xorg -dmx -doc -kdrive -minimal (-selinux) -static-libs -tslib -xnest -xvfb" 0 kB
emerge -p @x11-module-rebuild
[ebuild R ~] x11-drivers/xf86-input-evdev-2.8.0
[ebuild R ~] x11-drivers/xf86-video-intel-2.21.9
[ebuild R ~] x11-drivers/xf86-input-synaptics-1.7.1
[ebuild R ] x11-drivers/nvidia-drivers-319.23
[ebuild R ~] x11-drivers/xf86-video-modesetting-0.7.0
[ebuild R ~] x11-drivers/xf86-video-vesa-2.3.2-r1
/etc/X11/xorg.conf
/root/.xinitrc
/usr/src/linux/.config
emerge --info
I also have
Code: Select all
####ABI_X86
ABI_X86="64 32"
####for X ##############
VIDEO_CARDS="intel vesa nvidia"
INPUT_DEVICES="evdev"
#INPUT_DEVICES=" evdev keyboard mouse synaptic"
Something to to with VGA?
Code: Select all
grep VGA /usr/src/linux/.config
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=6
# CONFIG_VGA_SWITCHEROO is not set
# CONFIG_VGASTATE is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_VGA16 is not set
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128
# CONFIG_LOGO_LINUX_VGA16 is not set
# CONFIG_USB_SISUSBVGA is not set
with Frambuffer(not using UVESA)?
Code: Select all
CONFIG_FB=y
# CONFIG_FB_DDC is not set
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_WMT_GE_ROPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
with EFI (I have CONFIG_FB_EFI)?
Code: Select all
CONFIG_EFI_PARTITION=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_FB_EFI=y
CONFIG_EFI_VARS=y