Hello everyone.
I am not a Linux guru but I have some experience with Suse and Ubuntu. I am trying to set up bt4 r2 on Samsung nc20 notebook and ran in obviously known issue with X server.
Trying to start X server with startx leaves me with this:
Code:
X: warning; process set to priority -1 instead of requested priority 0
X.Org X Server 1.5.2
....
(EE) Failed to load module "type1" (module does not exist, 0)
Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x79) [0x80c3019]
1: [0xffffe400]
2: /usr/lib/xorg/modules//libint10.so(Mem_rw+0x2a) [0xb734193a]
3: /usr/lib/xorg/modules//libint10.so(fetch_data_word+0x2f) [0xb73448df]
4: /usr/lib/xorg/modules//libint10.so(+0x10a95) [0xb734da95]
5: /usr/lib/xorg/modules//libint10.so(X86EMU_exec+0xab) [0xb7358d3b]
6: /usr/lib/xorg/modules//libint10.so(xf86ExecX86int10+0x55) [0xb73438a5]
7: /usr/lib/xorg/modules//libvbe.so(VBEGetPixelClock+0x4b) [0xb73602cb]
8: /usr/lib/xorg/modules//libvbe.so(VBESetModeParameters+0x1bb) [0xb73620db]
9: /usr/lib/xorg/modules/drivers//vesa_drv.so(+0x4693) [0xb7388693]
10: /usr/bin/X11/X(InitOutput+0x96f) [0x80aac9f]
11: /usr/bin/X11/X(main+0x279) [0x8071b19]
12: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0xb74aebd6]
13: /usr/bin/X11/X() [0x8071101]
Saw signal 11. Server aborting.
giving up.
xinit: Connection refused (errno 111): unable to connect to X Server
xinit: No such process (errno 3): Server error.
i have tried fixvesa right after reboot. It has copied xorg.conf-vesa to xorg.conf and didnt help. startx leaves me with same error.
I have tried to config xorg.conf manualy by adding recomendet resolution for my notebook which is 1280x800 even though it can handle 1024x800 but it didnt help anyway.
i have been googling for "x server errno 111 3" and "Saw signal 11" but couldt find anything that i havent tried already.
Neither i could find anything new by searching these forums.
I still hope someone can help me out or point me into the right direction. Help is much appretiated.
gratitude in advance
excuese me for double post 
ive solved the problem on my own while waiting for answers. Hope it helps others...
this worked for me:
run right after booting from live-cd
it will create a new config file in your root folder. Next step, copy it to your X11 folder
Code:
cp xorg.conf.new /etc/X11/xorg.conf
then go ahead with startx