|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
Startx fails
Hi everyone.
As you all know(hopefully), I have been having troubles lately with my kde environment. However, after I have followed the instructions given in /usr/ports/UPDATING to do an X update, I find myself to be completely baffled by the problems I am running into. 1) I can't startx. Startx fails "internally" the first few times and then subsequent attempts produces the following messages: log a) internal failure Code:
xauth: creating new authority file /home/disappearedng/.serverauth.798 xauth: (argv):1: bad display name "home.lan" in "list" command xauth: (stdin):1: bad display name "home.lan" in "add" command X.Org X Server 1.4.0 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.0-RELEASE i386 Current Operating System: FreeBSD home.lan 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Sun Jun 29 18:22:24 UTC 2008 root@.lan:/usr/obj/usr/src/sys/miuky1 i386 Build Date: 13 February 2008 05:50:12PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 17 00:51:53 2008 (==) Using config file: "/etc/X11/xorg.conf" (II) Module "ddc" already built-in (II) Module "ramdac" already built-in waiting for X server to shut down FreeFontPath: FPE "/usr/local/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing. xauth: (argv):1: bad display name "home.lan" in "remove" command Code:
xauth: creating new authority file /home/disappearedng/.serverauth.55462 xauth: (argv):1: bad display name "home.lan" in "list" command xauth: (stdin):1: bad display name "home.lan" in "add" command X.Org X Server 1.4.0 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.0-RELEASE i386 Current Operating System: FreeBSD home.lan 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Sun Jun 29 18:22:24 UTC 2008 root@.lan:/usr/obj/usr/src/sys/miuky1 i386 Build Date: 13 February 2008 05:50:12PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 17 22:59:39 2008 (==) Using config file: "/etc/X11/xorg.conf" (EE) I810(0): V_BIOS address 0x0 out of range (EE) I810(0): VBE initialization failed. (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found XIO: fatal IO error 53 (Software caused connection abort) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. xauth: (argv):1: bad display name "home.lan" in "remove" command 2) I am still having the same DCOPserver issue that I am currently facing. So I have decided to completely reinstall X and kde. (I am sick with all of this). As you all know, compiling X and kde will take a long time and as a student I don't get much time in front of my computer. However, my bash script experience are not strong enough so I would like to consult all of you whether the following shell script will work (I am following everything provided by KDE's website and /usr/ports/updating on X) Code:
#!/bin/sh portsnap fetch update cd /usr/ports/x11/xorg make deinstall pkg_add -r xorg pkg_delete -r qt\* cd /usr/ports/x11/kde/ make install |
|
|||
In addition,
When I do make install, I am normally confronted with a log of configuration settings etc. How do I automatically select the default so that installation can proceed? |
|
|||
Please post xorg.conf
|
|
|||
xorg.conf
Code:
Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "82945G/GZ Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Code:
Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 340 270 # mm Identifier "Monitor0" VendorName "DEL" ModelName "DELL E177FP" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "82945G/GZ Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection |
|
|||
ok will my script work??
|
|
|||
You still haven't shown us your /var/log/Xorg.0.log file :-)
|
|
|||
#!/bin/sh
portsnap fetch update cd /usr/ports/x11/xorg make deinstall pkg_add -r xorg pkg_delete -r qt\* cd /usr/ports/x11/kde/ make install |
|
|||
Sorry I was away.
Code:
Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.0-RELEASE i386 Current Operating System: FreeBSD home.lan 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Sun Jun 29 18:22:24 UTC 2008 root@.lan:/usr/obj/usr/src/sys/miuky1 i386 Build Date: 13 February 2008 05:50:12PM Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 17 22:59:39 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" "/var/log/Xorg.0.log" [readonly] 394 lines, 18576 characters (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) RgbPath set to "/usr/local/share/X11/rgb" (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x81ce600 (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x81ce600 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (II) Loading /usr/local/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x8000fa10, mode1Res1 = 0x80000000 (WW) OS did not count PCI devices, guessing wildly (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2770 card 1043,817a rev 02 class 06,00,00 hdr 00 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2770 card 1043,817a rev 02 class 06,00,00 hdr 00 (II) PCI: 00:02:0: chip 8086,2772 card 1043,817a rev 02 class 03,00,00 hdr 00 (II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 81 (II) PCI: 00:1e:2: chip 8086,27de card 1043,8195 rev 01 class 04,01,00 hdr 00 (II) PCI: 00:1f:0: chip 8086,27b8 card 1043,8179 rev 01 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,27df card 1043,8179 rev 01 class 01,01,8a hdr 00 (II) PCI: 00:1f:2: chip 8086,27c0 card 1043,2601 rev 01 class 01,01,8f hdr 00 (II) PCI: 00:1f:3: chip 8086,27da card 1043,8179 rev 01 class 0c,05,00 hdr 00 (II) PCI: 01:03:0: chip 104c,8023 card 1043,815b rev 00 class 0c,00,10 hdr 00 (II) PCI: 02:00:0: chip 11ab,4362 card 1043,8142 rev 22 class 02,00,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:28:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared) (II) Bus 3 I/O range: [0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:28:1), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xcff00000 - 0xcfffffff (0x100000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B] [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B] [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B] [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(0:2:0) Intel Corporation 82945G/GZ Integrated Graphics Controller rev 2, Mem @ 0xcfd00000/19, 0xd0000000/28, 0xcfd80000/18, I/O @ 0x9400/3 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xcfffc000 - 0xcfffffff (0x4000) MX[B]E [1] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff to 0xcfefbfff (II) PCI Memory resource overlap reduced 0xcfdff800 from 0xcfdfffff to 0xcfdffbff (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xcfffc000 - 0xcfffffff (0x4000) MX[B]E [1] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [2] -1 0 0xcfeff800 - 0xcfefffff (0x800) MX[B]E [3] -1 0 0xcfdff800 - 0xcfdffbff (0x400) MX[B]E [4] -1 0 0xcfdffc00 - 0xcfdfffff (0x400) MX[B]E [5] -1 0 0xcfd80000 - 0xcfdbffff (0x40000) MX[B](B) [6] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [7] -1 0 0xcfd00000 - 0xcfd7ffff (0x80000) MX[B](B) [8] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [9] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E [10] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E [11] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E [12] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [13] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E [15] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [16] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [17] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E [16] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [17] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E [18] -1 0 0x00009400 - 0x00009407 (0x8) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfffc000 - 0xcfffffff (0x4000) MX[B]E [5] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [6] -1 0 0xcfeff800 - 0xcfefffff (0x800) MX[B]E [7] -1 0 0xcfdff800 - 0xcfdffbff (0x400) MX[B]E [8] -1 0 0xcfdffc00 - 0xcfdfffff (0x400) MX[B]E [9] -1 0 0xcfd80000 - 0xcfdbffff (0x40000) MX[B](B) [10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [11] -1 0 0xcfd00000 - 0xcfd7ffff (0x80000) MX[B](B) (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "type1" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DEC-XTRAP ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DEC-XTRAP (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "type1" (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "i810" (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.6.5 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "mouse" ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ (II) Primary Device is: PCI 00:02:0 (--) Chipset 945G found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfffc000 - 0xcfffffff (0x4000) MX[B]E [5] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [6] -1 0 0xcfeff800 - 0xcfefffff (0x800) MX[B]E [7] -1 0 0xcfdff800 - 0xcfdffbff (0x400) MX[B]E [8] -1 0 0xcfdffc00 - 0xcfdfffff (0x400) MX[B]E [9] -1 0 0xcfd80000 - 0xcfdbffff (0x40000) MX[B](B) [10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [11] -1 0 0xcfd00000 - 0xcfd7ffff (0x80000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [15] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E [16] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E [17] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E [18] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [19] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E [21] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [22] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E [24] -1 0 0x00009400 - 0x00009407 (0x8) IX[B](B) [23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E [24] -1 0 0x00009400 - 0x00009407 (0x8) IX[B](B) (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfffc000 - 0xcfffffff (0x4000) MX[B]E [5] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [6] -1 0 0xcfeff800 - 0xcfefffff (0x800) MX[B]E [7] -1 0 0xcfdff800 - 0xcfdffbff (0x400) MX[B]E [8] -1 0 0xcfdffc00 - 0xcfdfffff (0x400) MX[B]E [9] -1 0 0xcfd80000 - 0xcfdbffff (0x40000) MX[B](B) [10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [11] -1 0 0xcfd00000 - 0xcfd7ffff (0x80000) MX[B](B) [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [18] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E [19] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E [18] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E [19] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E [20] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E [21] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [22] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E [24] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [25] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [26] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E [27] -1 0 0x00009400 - 0x00009407 (0x8) IX[B](B) [28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] no screens found |
|
|||
the rest of the file is here (too long)
Code:
(II) Setting vga for screen 0. (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/local/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" (II) Loading /usr/local/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.4.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 2.0 (==) I810(0): Depth 24, (==) framebuffer bpp 32 (==) I810(0): RGB weight 888 (==) I810(0): Default visual is TrueColor (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (==) I810(0): Write-combining range (0xa0000,0x20000) was already clear (==) I810(0): Write-combining range (0xc0000,0x40000) was already clear (EE) I810(0): V_BIOS address 0x0 out of range (EE) I810(0): VBE initialization failed. (II) UnloadModule: "i810" (II) UnloadModule: "int10" |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
log in to console and startx in os x | questionguy | Other BSD and UNIX/UNIX-like | 11 | 25th August 2009 05:27 AM |
startx not starting correctly - XOrg 7.4_2 | Mantazz | FreeBSD Ports and Packages | 1 | 8th July 2009 04:17 PM |
Startx executes as root, "startx:not found" as user | Mr-Biscuit | NetBSD Installation and Upgrading | 4 | 27th May 2009 08:44 AM |
PC-BSD 1.5.1 fails to install | archp2008 | FreeBSD Installation and Upgrading | 27 | 1st July 2008 11:47 PM |
User startx error . | bsdnewbie999 | OpenBSD General | 3 | 19th June 2008 02:08 AM |