Sometimes Xorg doesn't start

I sometimes have a problem when i turn on my computer and Xorg doesn't start properly and all i see is a dark screen. Before starting Xorg everything works fine, but when i do startx there is only blackness and i have to reboot. When i was going through the logs i found errors like
localhost kernel: [  381.110335] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 95
localhost kernel: [  381.110338] Raw EDID:
localhost kernel: [  381.110340]      00 ff ff ff ff ff ff 00 32 0c 01 1f 00 00 00 00
localhost kernel: [  381.110342]      00 19 01 03 f8 3f 1f 7c 0a 19 45 97 58 53 8b 28
localhost kernel: [  381.110345]      24 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
localhost kernel: [  381.110347]      01 01 01 01 01 01 5e 33 90 70 61 1a 14 40 40 7f
localhost kernel: [  381.110349]      67 00 7f ff 18 00 00 19 00 00 00 00 00 00 00 00
localhost kernel: [  381.110351]      00 00 00 00 00 00 00 00 00 00 00 00 00 fe 00 4c
localhost kernel: [  381.110354]      47 50 68 69 6c 69 70 73 4c 43 44 0a 00 00 00 fe
localhost kernel: [  381.110356]      00 4c 50 31 35 34 57 45 32 2d 54 4c 41 34 00 23
localhost kernel: [  381.110363] nouveau 0000:01:00.0: LVDS-1: EDID block 0 invalid.
localhost kernel: [  381.110366] [drm] nouveau 0000:01:00.0: DDC responded, but no EDID for LVDS-1
As you can see i use nouveau driver. The problem seems to be that display does not give a correct EDID to the nouveau and Xorg doesn't start. I have a hp laptop and i have had problems with its display for some time now (it sometimes blinks uncontrollably in various geometrical patterns, but when i move the angle for a bit it stops - this is a known issue with hp laptops and i don't have the money for a new display). Is my hunch about the reason of this issue correct or are these errors unrelated and how would i resolve this? Would it be possible to tell the system what is the correct EDID - i only use one display.

There used to be an Option in the Device section of xorg.conf that you could set,
Option "IgnoreEDID" "TRUE". You could try creating a file in /etc/X11/xorg.conf.d/
with that option. The downside to that is that you might have to provide all the correct
EDID info yourself.
The nvidia proprietary driver's configuration allows you to ignore all or part of the EDID:
if you wish to disable the driver's use of the EDID, you can set this option to False:
        Option "UseEDID" "FALSE"
    Note that, rather than globally disable all uses of the EDID, you can
    individually disable each particular use of the EDID; e.g.,
        Option "UseEDIDFreqs" "FALSE"
        Option "UseEDIDDpi" "FALSE"
        Option "ModeValidation" "NoEdidModes"
/usr/share/doc/nvidia/README
If you're feeling adventurous there is a utility to read/write EDIDs: https://github.com/bulletmark/edid-rw
but do note the WARNING there.

Similar Messages

  • [SOLVED] Xorg doesn't start after upgrade to 1.17.1

    Archlinux i686
    Intel Core 2 Duo 6600
    01:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7900 GT/GTO] (rev a1)
    After following upgrades:
    [2015-02-26 03:27] [PACMAN] Running 'pacman -S mesa mesa-demos mesa-libgl'
    [2015-02-26 03:27] [ALPM] transaction started
    [2015-02-26 03:28] [ALPM] upgraded mesa (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-libgl (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-demos (8.2.0-3 -> 8.2.0-4)
    [2015-02-26 03:28] [ALPM] transaction completed
    [2015-02-26 03:28] [PACMAN] Running 'pacman -S xorg-server xorg-server-common'
    [2015-02-26 03:29] [ALPM] transaction started
    [2015-02-26 03:29] [ALPM] removed xf86-video-vesa (2.3.2-5)
    [2015-02-26 03:29] [ALPM] removed xf86-video-nouveau (1.0.11-2)
    [2015-02-26 03:29] [ALPM] removed xf86-video-modesetting (0.9.0-2)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server-common (1.16.3-2 -> 1.17.1-3)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server (1.16.3-2 -> 1.17.1-3)
    Xorg doesn't start after reboot and I found following kernel message:
    kernel: [drm:drm_mmap_locked] *ERROR* Could not find map
    and /var/log/Xorg.0.log looks like this:
    [ 5.591]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 5.591] X Protocol Version 11, Revision 0
    [ 5.591] Build Operating System: Linux 3.18.6-1-ARCH i686
    [ 5.591] Current Operating System: Linux emeria7 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 5.591] Kernel command line: root=/dev/disk/by-label/archroot rw
    [ 5.591] Build Date: 22 February 2015 12:52:47PM
    [ 5.591]
    [ 5.592] Current version of pixman: 0.32.6
    [ 5.592] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 5.592] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 5.592] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 26 14:58:35 2015
    [ 5.597] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 5.597] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 5.598] (==) ServerLayout "ServerLayout0"
    [ 5.598] (==) No screen section available. Using defaults.
    [ 5.598] (**) |-->Screen "Default Screen Section" (0)
    [ 5.598] (**) | |-->Monitor "<default monitor>"
    [ 5.599] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 5.599] (**) | |-->Device "Device0"
    [ 5.599] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 5.599] (**) Option "BlankTime" "0"
    [ 5.599] (**) Option "StandbyTime" "0"
    [ 5.599] (**) Option "SuspendTime" "0"
    [ 5.599] (**) Option "OffTime" "0"
    [ 5.599] (==) Automatically adding devices
    [ 5.599] (==) Automatically enabling devices
    [ 5.599] (==) Automatically adding GPU devices
    [ 5.608] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 5.608] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 5.608] (**) Extension "Composite" is disabled
    [ 5.608] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 5.608] (II) Loader magic: 0x829e700
    [ 5.608] (II) Module ABI versions:
    [ 5.608] X.Org ANSI C Emulation: 0.4
    [ 5.608] X.Org Video Driver: 19.0
    [ 5.608] X.Org XInput driver : 21.0
    [ 5.608] X.Org Server Extension : 9.0
    [ 5.611] (EE) systemd-logind: failed to get session: PID 995 does not belong to any known session
    [ 5.611] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5.612] (--) PCI:*(0:1:0:0) 10de:0291:107d:2a62 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfc000000/16777216, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
    [ 5.612] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 5.613] (II) LoadModule: "glx"
    [ 5.616] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5.632] (II) Module glx: vendor="X.Org Foundation"
    [ 5.632] compiled for 1.17.1, module version = 1.0.0
    [ 5.632] ABI class: X.Org Server Extension, version 9.0
    [ 5.632] (==) AIGLX enabled
    [ 5.632] (==) Matched nouveau as autoconfigured driver 0
    [ 5.632] (==) Matched nv as autoconfigured driver 1
    [ 5.632] (==) Matched nouveau as autoconfigured driver 2
    [ 5.632] (==) Matched nv as autoconfigured driver 3
    [ 5.632] (==) Matched modesetting as autoconfigured driver 4
    [ 5.632] (==) Matched fbdev as autoconfigured driver 5
    [ 5.632] (==) Matched vesa as autoconfigured driver 6
    [ 5.632] (==) Assigned the driver to the xf86ConfigLayout
    [ 5.632] (II) LoadModule: "nouveau"
    [ 5.632] (WW) Warning, couldn't open module nouveau
    [ 5.632] (II) UnloadModule: "nouveau"
    [ 5.632] (II) Unloading nouveau
    [ 5.632] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "nv"
    [ 5.633] (WW) Warning, couldn't open module nv
    [ 5.633] (II) UnloadModule: "nv"
    [ 5.633] (II) Unloading nv
    [ 5.633] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "modesetting"
    [ 5.633] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5.634] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5.634] compiled for 1.17.1, module version = 1.17.1
    [ 5.634] Module class: X.Org Video Driver
    [ 5.634] ABI class: X.Org Video Driver, version 19.0
    [ 5.634] (II) LoadModule: "fbdev"
    [ 5.634] (WW) Warning, couldn't open module fbdev
    [ 5.634] (II) UnloadModule: "fbdev"
    [ 5.634] (II) Unloading fbdev
    [ 5.634] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 5.634] (II) LoadModule: "vesa"
    [ 5.634] (WW) Warning, couldn't open module vesa
    [ 5.634] (II) UnloadModule: "vesa"
    [ 5.634] (II) Unloading vesa
    [ 5.634] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 5.634] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5.634] (++) using VT number 7
    [ 5.635] (II) modeset(0): using drv /dev/dri/card0
    [ 5.635] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 5.636] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [ 5.636] (==) modeset(0): RGB weight 888
    [ 5.636] (==) modeset(0): Default visual is TrueColor
    [ 5.636] (II) Loading sub module "glamoregl"
    [ 5.636] (II) LoadModule: "glamoregl"
    [ 5.636] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 5.647] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 5.647] compiled for 1.17.1, module version = 1.0.0
    [ 5.647] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5.647] (II) glamor: OpenGL accelerated X.org driver based.
    [ 5.772] (II) glamor: EGL version 1.4 (DRI2):
    [ 5.786] (II) modeset(0): glamor initialized
    [ 5.786] (II) Loading sub module "dri2"
    [ 5.786] (II) LoadModule: "dri2"
    [ 5.786] (II) Module "dri2" already built-in
    [ 5.843] (II) modeset(0): Output DVI-0 has no monitor section
    [ 5.896] (II) modeset(0): Output DVI-1 has no monitor section
    [ 5.950] (II) modeset(0): Output TV-0 has no monitor section
    [ 6.006] (II) modeset(0): EDID for output DVI-0
    [ 6.006] (II) modeset(0): Manufacturer: SAM Model: 76f Serial#: 1110590261
    [ 6.006] (II) modeset(0): Year: 2011 Week: 8
    [ 6.006] (II) modeset(0): EDID Version: 1.3
    [ 6.006] (II) modeset(0): Digital Display Input
    [ 6.006] (II) modeset(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 6.006] (II) modeset(0): Gamma: 2.20
    [ 6.006] (II) modeset(0): DPMS capabilities: Off
    [ 6.006] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 6.006] (II) modeset(0): First detailed timing is preferred mode
    [ 6.006] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 6.006] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 6.006] (II) modeset(0): Supported established timings:
    [ 6.006] (II) modeset(0): 720x400@70Hz
    [ 6.006] (II) modeset(0): 640x480@60Hz
    [ 6.006] (II) modeset(0): 640x480@67Hz
    [ 6.006] (II) modeset(0): 640x480@72Hz
    [ 6.006] (II) modeset(0): 640x480@75Hz
    [ 6.006] (II) modeset(0): 800x600@56Hz
    [ 6.006] (II) modeset(0): 800x600@60Hz
    [ 6.006] (II) modeset(0): 800x600@72Hz
    [ 6.006] (II) modeset(0): 800x600@75Hz
    [ 6.006] (II) modeset(0): 832x624@75Hz
    [ 6.006] (II) modeset(0): 1024x768@60Hz
    [ 6.006] (II) modeset(0): 1024x768@70Hz
    [ 6.006] (II) modeset(0): 1024x768@75Hz
    [ 6.006] (II) modeset(0): 1280x1024@75Hz
    [ 6.006] (II) modeset(0): 1152x864@75Hz
    [ 6.006] (II) modeset(0): Manufacturer's mask: 0
    [ 6.006] (II) modeset(0): Supported standard timings:
    [ 6.006] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 6.006] (II) modeset(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 6.006] (II) modeset(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 6.006] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 6.006] (II) modeset(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 6.006] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 6.007] (II) modeset(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 6.007] (II) modeset(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 175 MHz
    [ 6.007] (II) modeset(0): Monitor name: SMBX2331
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 6.007] (II) modeset(0): Number of EDID sections to follow: 1
    [ 6.007] (II) modeset(0): EDID (in hex):
    [ 6.007] (II) modeset(0): 00ffffffffffff004c2d6f0735433242
    [ 6.007] (II) modeset(0): 0815010380331d782aee91a3544c9926
    [ 6.007] (II) modeset(0): 0f5054bfef80714f8100814081809500
    [ 6.007] (II) modeset(0): 950fa940b300023a801871382d40582c
    [ 6.007] (II) modeset(0): 4500fd1e1100001e011d007251d01e20
    [ 6.007] (II) modeset(0): 6e285500fd1e1100001e000000fd0032
    [ 6.007] (II) modeset(0): 4b1f5111000a202020202020000000fc
    [ 6.007] (II) modeset(0): 00534d4258323333310a2020202001ee
    [ 6.007] (II) modeset(0): 02031cf14890041f0514131203230907
    [ 6.007] (II) modeset(0): 078301000066030c00100080011d80d0
    [ 6.007] (II) modeset(0): 721c1620102c2580fd1e1100009e011d
    [ 6.007] (II) modeset(0): 8018711c1620582c2500fd1e1100009e
    [ 6.007] (II) modeset(0): 011d00bc52d01e20b8285540fd1e1100
    [ 6.007] (II) modeset(0): 001e8c0ad090204031200c405500fd1e
    [ 6.007] (II) modeset(0): 110000188c0ad08a20e02d10103e9600
    [ 6.007] (II) modeset(0): fd1e110000180000000000000000004c
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Printing probed modes for output DVI-0
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.008] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 6.063] (II) modeset(0): EDID for output DVI-1
    [ 6.116] (II) modeset(0): EDID for output TV-0
    [ 6.116] (II) modeset(0): Output DVI-0 connected
    [ 6.116] (II) modeset(0): Output DVI-1 disconnected
    [ 6.116] (II) modeset(0): Output TV-0 disconnected
    [ 6.116] (II) modeset(0): Using exact sizes for initial modes
    [ 6.116] (II) modeset(0): Output DVI-0 using initial mode 1920x1080
    [ 6.116] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 6.116] (==) modeset(0): DPI set to (96, 96)
    [ 6.116] (II) Loading sub module "fb"
    [ 6.116] (II) LoadModule: "fb"
    [ 6.117] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6.118] (II) Module fb: vendor="X.Org Foundation"
    [ 6.118] compiled for 1.17.1, module version = 1.0.0
    [ 6.118] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.118] (==) Depth 24 pixmap format is 32 bpp
    [ 6.462] (==) modeset(0): Backing store disabled
    [ 6.462] (==) modeset(0): Silken mouse enabled
    [ 6.464] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.535] (==) modeset(0): DPMS enabled
    [ 6.535] (WW) modeset(0): Option "EXANoComposite" is not used
    [ 6.535] (II) modeset(0): [DRI2] Setup complete
    [ 6.535] (II) modeset(0): [DRI2] DRI driver: nouveau
    [ 6.535] (II) modeset(0): [DRI2] VDPAU driver: nouveau
    [ 6.535] (--) RandR disabled
    [ 6.551] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.551] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.551] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.551] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.551] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 6.551] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 6.551] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.552] (II) AIGLX: Loaded and initialized nouveau
    [ 6.552] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.559] (II) modeset(0): Setting screen physical size to 507 x 285
    [ 6.741] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 6.741] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.741] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.741] (II) LoadModule: "evdev"
    [ 6.741] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.744] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.744] compiled for 1.16.2, module version = 2.9.1
    [ 6.744] Module class: X.Org XInput Driver
    [ 6.744] ABI class: X.Org XInput driver, version 21.0
    [ 6.744] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.744] (**) Power Button: always reports core events
    [ 6.744] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 6.744] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.744] (--) evdev: Power Button: Found keys
    [ 6.744] (II) evdev: Power Button: Configuring as keyboard
    [ 6.744] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 6.744] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 6.744] (**) Option "xkb_rules" "evdev"
    [ 6.744] (**) Option "xkb_model" "pc104"
    [ 6.744] (**) Option "xkb_layout" "us"
    [ 6.744] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.780] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.780] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.780] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.780] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.780] (**) Power Button: always reports core events
    [ 6.780] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.780] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.780] (--) evdev: Power Button: Found keys
    [ 6.780] (II) evdev: Power Button: Configuring as keyboard
    [ 6.780] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 6.780] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 6.780] (**) Option "xkb_rules" "evdev"
    [ 6.780] (**) Option "xkb_model" "pc104"
    [ 6.780] (**) Option "xkb_layout" "us"
    [ 6.780] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.781] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
    [ 6.781] (II) No input driver specified, ignoring this device.
    [ 6.781] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event10)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event7)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event8)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.784] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 6.784] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/0003:046D:C050.0001/input/input1/event1"
    [ 6.784] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 6.785] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 6.785] (II) No input driver specified, ignoring this device.
    [ 6.785] (II) This device may have been added with another device file.
    [ 6.785] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 6.785] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 6.785] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6.785] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 6.785] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6.785] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 6.785] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 6.785] (**) Option "xkb_rules" "evdev"
    [ 6.785] (**) Option "xkb_model" "pc104"
    [ 6.785] (**) Option "xkb_layout" "us"
    [ 6.785] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.803] (EE)
    [ 6.803] (EE) Backtrace:
    [ 6.803] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x132) [0x81df9e2]
    [ 6.804] (EE) 1: ? (?+0x132) [0xb7787cc5]
    [ 6.804] (EE) 2: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x4cd7) [0xb6e2a1c7]
    [ 6.806] (EE) 3: /usr/lib/xorg-server/Xorg (xf86_show_cursors+0x688) [0x80f9008]
    [ 6.806] (EE) 4: /usr/lib/xorg-server/Xorg (xf86DestroyCursorInfoRec+0xcf8) [0x8103fc8]
    [ 6.806] (EE) 5: /usr/lib/xorg-server/Xorg (RamDacHandleColormaps+0x67b) [0x810218b]
    [ 6.807] (EE) 6: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x25d) [0x81c648d]
    [ 6.808] (EE) 7: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x4c1) [0x81c6b31]
    [ 6.808] (EE) 8: /usr/lib/xorg-server/Xorg (CompositeRegisterImplicitRedirectionException+0x4199) [0x8114399]
    [ 6.809] (EE) 9: /usr/lib/xorg-server/Xorg (PanoramiXRenderReset+0x72a) [0x815915a]
    [ 6.810] (EE) 10: /usr/lib/xorg-server/Xorg (ConfineToShape+0x9f1) [0x80843b1]
    [ 6.810] (EE) 11: /usr/lib/xorg-server/Xorg (WindowHasNewCursor+0x3b) [0x8084f2b]
    [ 6.810] (EE) 12: /usr/lib/xorg-server/Xorg (ChangeWindowAttributes+0xb7c) [0x80aa9ec]
    [ 6.811] (EE) 13: /usr/lib/xorg-server/Xorg (ProcBadRequest+0x209) [0x8074a49]
    [ 6.811] (EE) 14: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x3a6) [0x807abf6]
    [ 6.811] (EE) 15: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x42f) [0x807edaf]
    [ 6.811] (EE) 16: /usr/lib/xorg-server/Xorg (miPolyFillRect+0x27f) [0x8068ddf]
    [ 6.814] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xde) [0xb72d864e]
    [ 6.814] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x21) [0x8068bd9]
    [ 6.814] (EE)
    [ 6.814] (EE) Segmentation fault at address 0x0
    [ 6.814] (EE)
    Fatal server error:
    [ 6.814] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 6.814] (EE)
    [ 6.814] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 6.814] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 6.814] (EE)
    [ 6.815] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 6.817] (EE) Server terminated with error (1). Closing log file.
    Note the segfault in modesetting_drv.so!
    Any help?
    I tried to reinstall dependencies of xorg-server and mesa. And then I even went through with the whole system update which I postponed for a few weeks because of the KDE changes. Sadly even the whole system update didn't help.
    Is it possible that any old config files can cause this?
    EDIT:
    I tried kernel parameter "nouveau.modeset=0" but it didn't help.
    Last edited by cro (2015-02-26 16:33:19)

    Ok, I guess I solved it by reinstalling xf86-video-nouveau.
    Funny business! Why did the upgrade to xorg-server 1.17.1 force me to remove it when it is still needed??
    And why does that lead to mysterious error messages and segfault??
    I discovered it accidentally when I stumbled upon the fact that the package was still installed on my newer x86-64 Arch installation despite being on xorg-server 1.17.1.

  • Xorg doesn't start on Macbook Pro 4,1

    I've just installed Arch on my Macbook Pro 4,1 (Early 2008).
    The machine has this graphics card:
    VGA compatible controller: NVIDIA Corporation G84M [GeForce 8600 GT] (rev a1)
    I've installed "nvidia" package driver, launched "nvidia-xconfig" but when I try to launch:
    X -config /etc/X11/xorg.conf
    Xorg gives me some errors and doesn't starts X.
    http://i.imgur.com/AtzHf77l.jpg
    Ideas?
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

    Yeah it is quite a mess... but thats what you get when you try to use hardware that picks and chooses the bits of the UEFI standard it wants to include.
    So like most UEFI systems, Mac(book)s are able to boot their own system with it's EFI setup.  It *can* also be used to boot other systems, but setting it up is unique to Macs.  So for the purpose of "bootcamp", Apple introduced a bios compatibility mode.  When it was introduced, there was no real windows UEFI prevalence (existence?) at that point.  So that is how they made this possible.
    But the compatibility mode is not turned on by default.  OSX uses GPT (according to the standard and everything in this case), but when it makes a "bootcamp" partition it adds to the GPT a MBR partition table (ms-dos) with partitions.  According to the GPT spec, there is the actual GPT partition table, but there is also the inclusion of a MBR with a single partition spanning the whole disk.  This is to protect the disk from being overwritten by non-GPT aware tools (like fdisk was until recently).  So a hybrid MBR simply adds partitions to the ms-dos partition table that (hoepfully) line up with at lease the first few partitions of the GPT.  When this is present, the machine will enable the bios compatibility mode.
    Booting the Mac with EFI will have no bearing on the Arch Linux installation that is installed in bios compatibility mode.  It will use its own bootloader and everything.  So there should be no issue.  It is probably good to use something like rEFInd in order to give yourself a nice interface with which to select between the two though.  The other boot loaders and/or boot managers don't have the ability to recognize both EFI and bios bootloaders.

  • Xorg doesn't start after update

    After updating this day (my system was last updated at the beginning of July
    this year) I have some problem with Xorg. The server just doesn't start, and
    the screen is black. I can get back to the console with Alt-F1.
    Here's my Xorg.0.log:
    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.25-ARCH i686
    Current Operating System: Linux Data 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
    Build Date: 21 June 2008 05:47:59PM
    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: Tue Aug 5 18:54:03 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "LCD Display"
    (**) | |-->Device "SiS"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81e0a60
    (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 linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1039,0630 card 0000,0000 rev 31 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
    (II) PCI: 00:01:0: chip 1039,0018 card 0000,0000 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 1039,0900 card 1043,1455 rev 82 class 02,00,00 hdr 00
    (II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
    (II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00
    (II) PCI: 00:01:4: chip 1039,7018 card 1039,7018 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:01:6: chip 1039,7013 card 1043,1456 rev a0 class 07,03,00 hdr 00
    (II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1180,0476 card 1000,0000 rev 80 class 06,07,00 hdr 82
    (II) PCI: 00:0a:1: chip 1180,0476 card 1800,0000 rev 80 class 06,07,00 hdr 82
    (II) PCI: 01:00:0: chip 1039,6300 card 1043,1452 rev 31 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,6), 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) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xd1800000 - 0xd1ffffff (0x800000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xe7efffff (0xff00000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [1] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0x24000000 - 0x27ffffff (0x4000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 6: bridge is at (0:10:1), (0,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    [0] -1 0 0x00001800 - 0x000018ff (0x100) IX[b]
    [1] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    (II) Bus 6 non-prefetchable memory range:
    [0] -1 0 0x2c000000 - 0x2fffffff (0x4000000) MX[b]
    (II) Bus 6 prefetchable memory range:
    [0] -1 0 0x28000000 - 0x2bffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter rev 49, Mem @ 0xd8000000/27, 0xd1800000/17, I/O @ 0xa800/7
    (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) PCI Memory resource overlap reduced 0xd4000000 from 0xd7ffffff to 0xd3ffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [1] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [2] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [3] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [4] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [5] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [8] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [9] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [11] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [12] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [1] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [2] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [3] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [4] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [5] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [8] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [9] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [11] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [12] -1 0 0x0000a800 - 0x0000a87f (0x80) 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 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [5] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [6] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [7] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [8] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [9] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [13] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [16] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [17] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [18] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, 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 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) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, 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: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, 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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "sis"
    (II) Loading /usr/lib/xorg/modules/drivers//sis_drv.so
    (II) Module sis: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 0.9.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    Backtrace:
    And here's what the server writes out:
    Backtrace:
    Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker: \
    Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed!
    waiting for X server to begin accepting connections
    giving up.
    xinit: Connection reset by peer (errno 104): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    Any ideas? Because I have no idea, what is happening.
    Edit (08.08.2008): All right, don't bother answering this question anymore. The problem is no longer important. This topic can be closed, since it won't be solved.
    (I think it was caused by some error during copying files while updating my system.)
    Last edited by TPJ (2008-08-08 08:42:13)

    sand_man wrote:Is /tmp full?
    Damn you're right. The pacman cache filled the disk...
    Problem solved - thanks!
    Only question left is:What are the correct permissions for /tmp since I'd like to set them back to default.
    Last edited by Isildur (2009-08-16 14:22:23)

  • Xorg doesn't start some "FRAMEBUFFER" problem

    I would like to ask you to help me. After two days I'm down. I've read some topics and hints but somehow maybe because I'm so nervous now I cannot concentrate. ( like try setting vesafb - video=vesafb but where?:oops: Every time I try to start X I get this message:
    "Cannot run in framebuffer mode. Please specify bus IDs for all framebuffer devices."
    and then some
    "fatal IO error 104(connection reset by peer)on X server "0.0" "
    I'm using Xorg 6.8.2.0., Nvidia driver{pacman -sy nvidia},
    kernel26 2.6.12.2-1. :oops:
    Please help.
      :cry:

    As has been requested before here are the files - first Xorg.0.log
    X Window System Version 6.8.2
    Release Date: 9 February 2005
    X Protocol Version 11, Revision 0, Release 6.8.2
    Build Operating System: Linux 2.6.10-ARCH i686 [ELF]
    Current Operating System: Linux myhost 2.6.12-ARCH #1 SMP Fri Jul 1 11:55:48 PDT 2005 i686
    Build Date: 16 February 2005
        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: Fri Sep 16 08:32:49 2005
    (EE) Unable to locate/open config file
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/X11R6/lib/modules/libpcidata.a
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1106,3189 card 1458,5000 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1106,b168 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1033,00e7 card 1033,00ce rev 01 class 0c,00,10 hdr 00
    (II) PCI: 00:0b:0: chip 3388,0021 card 0000,0000 rev 13 class 06,04,00 hdr 01
    (II) PCI: 00:0f:0: chip 105a,5275 card 1458,b001 rev 01 class 01,04,85 hdr 00
    (II) PCI: 00:10:0: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:1: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:2: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:3: chip 1106,3104 card 1458,5004 rev 82 class 0c,03,20 hdr 00
    (II) PCI: 00:11:0: chip 1106,3177 card 1458,5001 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:11:1: chip 1106,0571 card 1458,5002 rev 06 class 01,01,8a hdr 00
    (II) PCI: 00:13:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,00f3 card 1462,9883 rev a2 class 03,00,00 hdr 00
    (II) PCI: 02:08:0: chip 1013,6003 card 1681,a012 rev 01 class 04,01,00 hdr 00
    (II) PCI: 02:09:0: chip 11c1,5811 card 1681,a012 rev 04 class 0c,00,10 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
        [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX
    (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) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xe8000000 - 0xeaffffff (0x3000000) MX[B]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0xeb000000 - 0xeb1fffff (0x200000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x00f3) rev 162, Mem @ 0xe8000000/24, 0xd0000000/28, 0xe9000000/24
    xf86AutoConfig: Primary PCI is 1:0:0
    Running "/usr/X11R6/bin/getconfig -X 60802000 -I /etc/X11,/usr/X11R6/etc/X11,/usr/X11R6/lib/modules,/usr/X11R6/lib/X11/getconfig -v 0x10de -d 0x00f3 -r 0xa2 -s 0x1462 -b 0x9883 -c 0x0300"
    New driver is "nv"
    (==) Using default built-in configuration (53 lines)
    (==) --- Start of built-in configuration ---
        Section "Module"
            Load    "extmod"
            Load    "dbe"
            Load    "glx"
            Load    "freetype"
        EndSection
        Section "Monitor"
            Identifier    "Builtin Default Monitor"
            Option    "TargetRefresh"    "75.0"
        EndSection
        Section "Device"
            Identifier    "Builtin Default nv Device 0"
            Driver    "nv"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default nv Screen 0"
            Device    "Builtin Default nv Device 0"
            Monitor    "Builtin Default Monitor"
        EndSection
        Section "Device"
            Identifier    "Builtin Default fbdev Device 0"
            Driver    "fbdev"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default fbdev Screen 0"
            Device    "Builtin Default fbdev Device 0"
            Monitor    "Builtin Default Monitor"
        EndSection
        Section "Device"
            Identifier    "Builtin Default vesa Device 0"
            Driver    "vesa"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default vesa Screen 0"
            Device    "Builtin Default vesa Device 0"
            Monitor    "Builtin Default Monitor"
        EndSection
        Section "Device"
            Identifier    "Builtin Default vga Device 0"
            Driver    "vga"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default vga Screen 0"
            Device    "Builtin Default vga Device 0"
            Monitor    "Builtin Default Monitor"
        EndSection
        Section "ServerLayout"
            Identifier    "Builtin Default Layout"
            Screen    "Builtin Default nv Screen 0"
            Screen    "Builtin Default fbdev Screen 0"
            Screen    "Builtin Default vesa Screen 0"
            Screen    "Builtin Default vga Screen 0"
        EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default nv Screen 0" (0)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default nv Device 0"
    (**) |-->Screen "Builtin Default fbdev Screen 0" (1)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default fbdev Device 0"
    (**) |-->Screen "Builtin Default vesa Screen 0" (2)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default vesa Device 0"
    (**) |-->Screen "Builtin Default vga Screen 0" (3)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default vga Device 0"
    (==) |-->Input Device "<default pointer>"
    (==) |-->Input Device "<default keyboard>"
    (==) Keyboard: CustomKeycode disabled
    (WW) The core pointer device wasn't specified explicitly in the layout.
        Using the default mouse configuration.
    (WW) The core keyboard device wasn't specified explicitly in the layout.
        Using the default keyboard configuration.
    (WW) No FontPath specified.  Using compiled-in default.
    (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
    (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
    (==) ModulePath set to "/usr/X11R6/lib/modules"
    (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
    (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    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
        [0] -1    0    0xeb101000 - 0xeb101fff (0x1000) MX[B]
        [1] -1    0    0xeb000000 - 0xeb0fffff (0x100000) MX[B]
        [2] -1    0    0xeb100000 - 0xeb100fff (0x1000) MX[B]
        [3] -1    0    0xeb206000 - 0xeb2060ff (0x100) MX[B]
        [4] -1    0    0xeb205000 - 0xeb2050ff (0x100) MX[B]
        [5] -1    0    0xeb200000 - 0xeb203fff (0x4000) MX[B]
        [6] -1    0    0xeb204000 - 0xeb204fff (0x1000) MX[B]
        [7] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [9] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [10] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [11] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [12] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
        [13] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [14] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [15] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [16] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
        [17] -1    0    0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [18] -1    0    0x0000c800 - 0x0000c807 (0x8) IX[B]
        [19] -1    0    0x0000c400 - 0x0000c403 (0x4) IX[B]
        [20] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xeb101000 - 0xeb101fff (0x1000) MX[B]
        [1] -1    0    0xeb000000 - 0xeb0fffff (0x100000) MX[B]
        [2] -1    0    0xeb100000 - 0xeb100fff (0x1000) MX[B]
        [3] -1    0    0xeb206000 - 0xeb2060ff (0x100) MX[B]
        [4] -1    0    0xeb205000 - 0xeb2050ff (0x100) MX[B]
        [5] -1    0    0xeb200000 - 0xeb203fff (0x4000) MX[B]
        [6] -1    0    0xeb204000 - 0xeb204fff (0x1000) MX[B]
        [7] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [9] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [10] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [11] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [12] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
        [13] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [14] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [15] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [16] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
        [17] -1    0    0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [18] -1    0    0x0000c800 - 0x0000c807 (0x8) IX[B]
        [19] -1    0    0x0000c400 - 0x0000c403 (0x4) IX[B]
        [20] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xeb101000 - 0xeb101fff (0x1000) MX[B]
        [6] -1    0    0xeb000000 - 0xeb0fffff (0x100000) MX[B]
        [7] -1    0    0xeb100000 - 0xeb100fff (0x1000) MX[B]
        [8] -1    0    0xeb206000 - 0xeb2060ff (0x100) MX[B]
        [9] -1    0    0xeb205000 - 0xeb2050ff (0x100) MX[B]
        [10] -1    0    0xeb200000 - 0xeb203fff (0x4000) MX[B]
        [11] -1    0    0xeb204000 - 0xeb204fff (0x1000) MX[B]
        [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [13] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [14] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [19] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
        [20] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [22] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [23] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
        [24] -1    0    0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [25] -1    0    0x0000c800 - 0x0000c807 (0x8) IX[B]
        [26] -1    0    0x0000c400 - 0x0000c403 (0x4) IX[B]
        [27] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[B]
    (II) LoadModule: "extmod"
    (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (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) LoadModule: "dbe"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.7676
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font FreeType
    (II) LoadModule: "nv"
    (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
    (II) Module nv: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "fbdev"
    (II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o
    (II) Module fbdev: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "vesa"
    (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
    (II) Module vesa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "vga"
    (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
    (II) Module vga: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 4.0.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
    (II) LoadModule: "keyboard"
    (II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
    (II) Module keyboard: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
    (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
        Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
        GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
        GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
        GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
        GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
        GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
        Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
        GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
        GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
        0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
        0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
        Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
        GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
        GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
        GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
        Quadro NVS 280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series,
        GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
        GeForce FX 5900XT, GeForce FX 5950 Ultra, Quadro FX 700,
        GeForce FX 5900ZT, Quadro FX 3000, GeForce FX 5700 Ultra,
        GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345,
        GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B,
        Quadro FX Go1000, Quadro FX 1100, 0x034F, GeForce 6800 Ultra,
        GeForce 6800, GeForce 6800 LE, 0x0043, GeForce 6800 GT, 0x0049,
        Quadro FX 4000, Quadro FX 4400, 0x00C0, 0x00C1, GeForce 6800 LE,
        0x00C8, 0x00C9, 0x00CC, 0x00CE, GeForce 6600 GT, GeForce 6600,
        0x0142, 0x0143, GeForce Go 6600, GeForce 6610 XL,
        GeForce Go 6600 TE/6200 TE, 0x0147, GeForce Go 6600, 0x0149, 0x014B,
        0x014C, 0x014D, Quadro FX 540, GeForce 6200, 0x0160, 0x0166, 0x0210,
        0x0211, 0x021D, 0x021E
    (II) FBDEV: driver for framebuffer: fbdev, afb
    (II) VESA: driver for VESA chipsets: vesa
    (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset GeForce 6200 found
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xeb101000 - 0xeb101fff (0x1000) MX[B]
        [6] -1    0    0xeb000000 - 0xeb0fffff (0x100000) MX[B]
        [7] -1    0    0xeb100000 - 0xeb100fff (0x1000) MX[B]
        [8] -1    0    0xeb206000 - 0xeb2060ff (0x100) MX[B]
        [9] -1    0    0xeb205000 - 0xeb2050ff (0x100) MX[B]
        [10] -1    0    0xeb200000 - 0xeb203fff (0x4000) MX[B]
        [11] -1    0    0xeb204000 - 0xeb204fff (0x1000) MX[B]
        [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [13] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [14] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [19] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
        [20] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [22] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [23] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
        [24] -1    0    0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [25] -1    0    0x0000c800 - 0x0000c807 (0x8) IX[B]
        [26] -1    0    0x0000c400 - 0x0000c403 (0x4) IX[B]
        [27] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[B]
    (II) Loading sub module "fbdevhw"
    (II) LoadModule: "fbdevhw"
    (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
    (II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.0.2
        ABI class: X.Org Video Driver, version 0.7
    (II) FBDEV(1): using default device
    (--) Assigning device section with no busID to primary device
    (--) Chipset vesa found
    (--) Assigning device section with no busID to primary device
    (--) Chipset generic found
    Fatal server error:
    Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
    Please consult the The X.Org Foundation support
         at http://wiki.X.Org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    and as second [b]xorg.conf from my home folder:
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this  section  is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
        Load        "dbe"      # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
        SubSection  "extmod"
          Option    "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
    # This loads the font modules
        Load        "type1"
    #    Load        "speedo"
        Load        "freetype"
    #    Load        "xtt"
    # This loads the GLX module
        Load       "glx"
    # This loads the DRI module
    #    Load       "dri"
    EndSection
    # Files section.  This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database.  Note, this is the name of the
    # file minus the extension (like ".txt" or ".db").  There is normally
    # no need to change the default.
        RgbPath    "/usr/X11R6/lib/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
        FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    # The module search path.  The default path is shown here.
    #    ModulePath "/usr/X11R6/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #    Option "NoTrapSignals"
    # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12).  This allows clients to receive these key
    # events.
    #    Option "DontVTSwitch"
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #    Option "DontZap"
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #    Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    #    Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    #    Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    #    Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    #    Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
        Identifier    "Keyboard1"
        Driver    "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    #    Option     "Protocol"      "Xqueue"
        Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    #    Option    "Xleds"      "1 2 3"
    #    Option "LeftAlt"     "Meta"
    #    Option "RightAlt"    "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults).  For example, for a non-U.S.
    # keyboard, you will probably want to use:
    #    Option "XkbModel"    "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    #    Option "XkbModel"    "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    #    Option "XkbLayout"   "de"
    # or:
    #    Option "XkbLayout"   "de"
    #    Option "XkbVariant"  "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    #    Option "XkbOptions"  "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    #    Option "XkbRules"    "xorg"
    #    Option "XkbModel"    "pc105"
    #    Option "XkbLayout"   "us"
    #    Option "XkbVariant"  ""
    #    Option "XkbOptions"  ""
    #    Option "XkbDisable"
        Option "XkbRules"    "xorg"
        Option "XkbModel"    "pc104"
        Option "XkbLayout"    "us"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
        Identifier    "Mouse1"
        Driver    "mouse"
        Option "Protocol"    "ExplorerPS/2"
        Option "Device"      "/dev/psaux"
        Option "ZAxisMapping" "4 5"
        Option "Buttons"       "5"
    # Mouse-speed setting for PS/2 mouse.
    #    Option "Resolution"    "256"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    #    Option "Protocol"    "Xqueue"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    #    Option "BaudRate"    "9600"
    #    Option "SampleRate"    "150"
    # Emulate3Buttons is an option for 2-button Microsoft mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    #    Option "Emulate3Buttons"
    #    Option "Emulate3Timeout"    "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    #    Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices.  This is for example only.  Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    #    Identifier  "Mouse2"
    #    Driver      "mouse"
    #    Option      "Protocol"      "MouseMan"
    #    Option      "Device"        "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball"
    #    Driver     "magellan"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball2"
    #    Driver     "spaceorb"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen0"
    #    Driver     "microtouch"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "1412"
    #    Option     "MaxX"          "15184"
    #    Option     "MinY"          "15372"
    #    Option     "MaxY"          "1230"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen1"
    #    Driver     "elo2300"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "231"
    #    Option     "MaxX"          "3868"
    #    Option     "MinY"          "3858"
    #    Option     "MaxY"          "272"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonThreshold"       "17"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
        Identifier  "ViewSonic 21PS"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        HorizSync   30-82
    #    HorizSync    30-64         # multisync
    #    HorizSync    31.5, 35.2    # multiple fixed sync frequencies
    #    HorizSync    15-25, 30-50  # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        VertRefresh 50-160
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
        Identifier    "Standard VGA"
        VendorName    "Unknown"
        BoardName    "Unknown"
    # The chipset line is optional in most cases.  It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    #    Chipset    "generic"
    # The Driver line must be present.  When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module.  Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
        Driver     "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for.  When this line isn't present, a device
    # section can only match up with the primary video device.  For PCI
    # devices a line like the following could be used.  This line should not
    # normally be included unless there is more than one video device
    # intalled.
    #    BusID      "PCI:0:10:0"
    #    VideoRam    256
    #    Clocks    25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
        Identifier  "** NVIDIA (generic)                   [nv]"
        Driver      "nvidia"
        #VideoRam    131072
        # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present.  Each describes
    # the configuration of a single screen.  A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
        Identifier  "Screen 1"
        Device      "** NVIDIA (generic)                   [nv]"
        Monitor     "ViewSonic 21PS"
        DefaultDepth 24
        Subsection "Display"
            Depth       8
            Modes       "1024x768" "800x600" "640x480" "640x400"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       16
            Modes       "1024x768" "800x600" "640x480" "640x400"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       24
            Modes       "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present.  Each describes
    # the way multiple screens are organised.  A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option.  In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
        Identifier  "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens.  The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen.  In this example, screen 2 is located to the
    # right of screen 1.
        Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used.  Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    #    Mode 0666
    # EndSection
    I mentioned that I've changed from 4xAGP to 8xAGP nvidia card, bios is set correctly and updated. Yesterday evening I tried some different resolution setups in gruub's menu.lst but without any succes for vga=791;792 etc. only video=vesafb works. Another thing that seems to be strange my mouse wheel doesn't function as well and the setup is the same since the day a installed Arch the first time what remains me of my Arch's  one year aniversary - strange   
    :cry:
    Thanks for any help in advance.
    tony[/u]

  • Xorg doesn't start

    When I try to start the xserver by typing startx [ i've got 'echo startxfce4' in my .xinitrc file ], it gives me these errors:
    expected keysym, got XF86KbdLightOnOff: line 70 of pc
    expected keysym, got XF86KbdBrightnessDown: line 71 of pc
    expected keysym, got XF86KbdBrightnessUp: line 72 of pc
    expected keysym, got XF86KbdLightOnOff: line 70 of pc
    expected keysym, got XF86KbdBrightnessDown: line 71 of pc
    expected keysym, got XF86KbdBrightnessUp: line 72 of pc
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    >Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    Could not init font path element /usr/share/fonts/TTF, removing from list!
    startxfce4
    waiting for X server to shut down FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.
    and it goes back to a command prompt.
    Any ideas?
    I've got NVIDIA driver installed and modified the xorg.conf file.

    What a silly mistake! Thanks guys
    I finally made it working, but.. While it was loading, xfce gave me this error :
    Could not look up internet address for arch. This will prevent Xfce from operating correctly. It may be possible to correct the problem by adding arch to the file /etc/hosts on your system
    In the Arch installation process, I've set up the connection as a DHCP network and it works well.. How could I get rid of that error?
    Anyway, I've tried to install firefox by pacman -S firefox
    It seemed that pacman did the job well, but I can't open the 'firefox' package, either by typing firefox in alt+f2 dialog or in terminal.
    Any ideas?
    and many thanks for fast replies.
    edit:
    Thanks. How about the firefox issue?
    OK, firefox works now. Thanks for help.
    Last edited by andrek (2007-12-27 12:33:49)

  • [Settled] Xorg doesn's start with linux-3.17.3 and 4

    I'm guessing this is related to changes in the radeon part of the kernel.
    For me, using auto start and starting xorg from xprofile, the last two kernels have been unusable.
    The display is blinking, as xorg is started about once a second, and nothing works.
    CPU: AMD A8-3850 APU with Radeon(tm) HD Graphics
    Graphics card: VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cayman PRO [Radeon HD 6950]
    Linux-3.17.2 works fine and I guess I can use IgnorePkg in pacman.conf for now;
    but I'm curious as to what is happening, and if anybody is working on the problem.
    Last edited by Leo Laursen (2014-12-12 08:59:51)

    first : This should probably have been posted in the kernel & hardware board , i've requested this topic to b emoved there.
    second : we need more information .
    laptop or desktop ?
    brand & model ?
    proprietary drivers (catalyst) or opensource drivers ?
    you have 2 vga cards : an integrated one and a discrete card . Are you using prime , bumblebee or such ?
    the output of lspci -k would also be useful.
    If you boot to console, do things work ?
    Last edited by Lone_Wolf (2014-11-28 14:34:28)

  • Xorg doesn't start or maybe freeze

    hello all..
    i just fresh install arch today, install x and nvidia. but i failed see it running
    here is my logs
    xorg.0.log
    [ 235.760]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 235.761] X Protocol Version 11, Revision 0
    [ 235.761] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 235.761] Current Operating System: Linux codehost 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64
    [ 235.761] Kernel command line: root=/dev/sda1 ro
    [ 235.762] Build Date: 30 May 2011 08:18:15AM
    [ 235.762]
    [ 235.762] Current version of pixman: 0.22.0
    [ 235.762] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 235.763] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 235.764] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 18 21:57:40 2011
    [ 235.825] (==) Using config file: "/etc/X11/xorg.conf"
    [ 235.825] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 235.832] (==) ServerLayout "Layout0"
    [ 235.832] (**) |-->Screen "Screen0" (0)
    [ 235.832] (**) | |-->Monitor "Monitor0"
    [ 235.832] (**) | |-->Device "Device0"
    [ 235.832] (**) |-->Input Device "Keyboard0"
    [ 235.832] (**) |-->Input Device "Mouse0"
    [ 235.832] (==) Automatically adding devices
    [ 235.832] (==) Automatically enabling devices
    [ 235.844] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 235.844] Entry deleted from font path.
    [ 235.844] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 235.844] Entry deleted from font path.
    [ 235.844] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 235.844] Entry deleted from font path.
    [ 235.845] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 235.845] Entry deleted from font path.
    [ 235.845] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 235.845] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 235.845] Entry deleted from font path.
    [ 235.845] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 235.845] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 235.845] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 235.845] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 235.845] (WW) Disabling Keyboard0
    [ 235.845] (WW) Disabling Mouse0
    [ 235.845] (II) Loader magic: 0x7d3440
    [ 235.845] (II) Module ABI versions:
    [ 235.845] X.Org ANSI C Emulation: 0.4
    [ 235.845] X.Org Video Driver: 10.0
    [ 235.845] X.Org XInput driver : 12.2
    [ 235.845] X.Org Server Extension : 5.0
    [ 235.846] (--) PCI:*(0:1:0:0) 10de:0a75:1028:0441 rev 162, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 235.846] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 235.846] (II) LoadModule: "extmod"
    [ 235.856] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 235.866] (II) Module extmod: vendor="X.Org Foundation"
    [ 235.866] compiled for 1.10.2, module version = 1.0.0
    [ 235.866] Module class: X.Org Server Extension
    [ 235.866] ABI class: X.Org Server Extension, version 5.0
    [ 235.866] (II) Loading extension MIT-SCREEN-SAVER
    [ 235.866] (II) Loading extension XFree86-VidModeExtension
    [ 235.866] (II) Loading extension XFree86-DGA
    [ 235.866] (II) Loading extension DPMS
    [ 235.866] (II) Loading extension XVideo
    [ 235.866] (II) Loading extension XVideo-MotionCompensation
    [ 235.866] (II) Loading extension X-Resource
    [ 235.866] (II) LoadModule: "dbe"
    [ 235.866] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 235.875] (II) Module dbe: vendor="X.Org Foundation"
    [ 235.875] compiled for 1.10.2, module version = 1.0.0
    [ 235.875] Module class: X.Org Server Extension
    [ 235.875] ABI class: X.Org Server Extension, version 5.0
    [ 235.875] (II) Loading extension DOUBLE-BUFFER
    [ 235.875] (II) LoadModule: "glx"
    [ 235.875] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 236.335] (II) Module glx: vendor="NVIDIA Corporation"
    [ 236.347] compiled for 4.0.2, module version = 1.0.0
    [ 236.347] Module class: X.Org Server Extension
    [ 236.347] (II) NVIDIA GLX Module 275.09.07 Wed Jun 8 14:34:43 PDT 2011
    [ 236.347] (II) Loading extension GLX
    [ 236.347] (II) LoadModule: "record"
    [ 236.347] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 236.348] (II) Module record: vendor="X.Org Foundation"
    [ 236.348] compiled for 1.10.2, module version = 1.13.0
    [ 236.348] Module class: X.Org Server Extension
    [ 236.348] ABI class: X.Org Server Extension, version 5.0
    [ 236.348] (II) Loading extension RECORD
    [ 236.348] (II) LoadModule: "dri"
    [ 236.348] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 236.359] (II) Module dri: vendor="X.Org Foundation"
    [ 236.359] compiled for 1.10.2, module version = 1.0.0
    [ 236.359] ABI class: X.Org Server Extension, version 5.0
    [ 236.359] (II) Loading extension XFree86-DRI
    [ 236.359] (II) LoadModule: "dri2"
    [ 236.359] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 236.360] (II) Module dri2: vendor="X.Org Foundation"
    [ 236.361] compiled for 1.10.2, module version = 1.2.0
    [ 236.361] ABI class: X.Org Server Extension, version 5.0
    [ 236.361] (II) Loading extension DRI2
    [ 236.361] (II) LoadModule: "nvidia"
    [ 236.361] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 236.401] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 236.403] compiled for 4.0.2, module version = 1.0.0
    [ 236.403] Module class: X.Org Video Driver
    [ 236.423] (II) NVIDIA dlloader X Driver 275.09.07 Wed Jun 8 14:18:12 PDT 2011
    [ 236.423] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 236.423] (--) using VT number 7
    [ 236.428] (II) Loading sub module "fb"
    [ 236.428] (II) LoadModule: "fb"
    [ 236.428] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 236.439] (II) Module fb: vendor="X.Org Foundation"
    [ 236.439] compiled for 1.10.2, module version = 1.0.0
    [ 236.439] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 236.439] (II) Loading sub module "wfb"
    [ 236.439] (II) LoadModule: "wfb"
    [ 236.440] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 236.448] (II) Module wfb: vendor="X.Org Foundation"
    [ 236.448] compiled for 1.10.2, module version = 1.0.0
    [ 236.448] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 236.448] (II) Loading sub module "ramdac"
    [ 236.448] (II) LoadModule: "ramdac"
    [ 236.448] (II) Module "ramdac" already built-in
    [ 236.461] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 236.461] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 236.461] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 236.484] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 236.484] (==) NVIDIA(0): RGB weight 888
    [ 236.484] (==) NVIDIA(0): Default visual is TrueColor
    [ 236.484] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    xorg.0.log.old
    [ 64.193]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 64.193] X Protocol Version 11, Revision 0
    [ 64.193] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 64.194] Current Operating System: Linux codehost 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64
    [ 64.194] Kernel command line: root=/dev/sda1 ro
    [ 64.194] Build Date: 30 May 2011 08:18:15AM
    [ 64.194]
    [ 64.194] Current version of pixman: 0.22.0
    [ 64.194] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 64.195] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 64.197] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 18 21:51:39 2011
    [ 64.263] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 64.281] (==) No Layout section. Using the first Screen section.
    [ 64.281] (==) No screen section available. Using defaults.
    [ 64.281] (**) |-->Screen "Default Screen Section" (0)
    [ 64.281] (**) | |-->Monitor "<default monitor>"
    [ 64.281] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 64.281] (==) Automatically adding devices
    [ 64.281] (==) Automatically enabling devices
    [ 64.294] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 64.294] Entry deleted from font path.
    [ 64.294] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 64.294] Entry deleted from font path.
    [ 64.294] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 64.294] Entry deleted from font path.
    [ 64.294] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 64.294] Entry deleted from font path.
    [ 64.294] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 64.294] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 64.295] Entry deleted from font path.
    [ 64.295] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 64.295] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 64.295] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 64.295] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 64.295] (II) Loader magic: 0x7d3440
    [ 64.295] (II) Module ABI versions:
    [ 64.295] X.Org ANSI C Emulation: 0.4
    [ 64.295] X.Org Video Driver: 10.0
    [ 64.295] X.Org XInput driver : 12.2
    [ 64.295] X.Org Server Extension : 5.0
    [ 64.295] (--) PCI:*(0:1:0:0) 10de:0a75:1028:0441 rev 162, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 64.295] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 64.295] (II) LoadModule: "extmod"
    [ 64.313] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 64.323] (II) Module extmod: vendor="X.Org Foundation"
    [ 64.323] compiled for 1.10.2, module version = 1.0.0
    [ 64.323] Module class: X.Org Server Extension
    [ 64.323] ABI class: X.Org Server Extension, version 5.0
    [ 64.323] (II) Loading extension MIT-SCREEN-SAVER
    [ 64.323] (II) Loading extension XFree86-VidModeExtension
    [ 64.323] (II) Loading extension XFree86-DGA
    [ 64.323] (II) Loading extension DPMS
    [ 64.323] (II) Loading extension XVideo
    [ 64.323] (II) Loading extension XVideo-MotionCompensation
    [ 64.323] (II) Loading extension X-Resource
    [ 64.323] (II) LoadModule: "dbe"
    [ 64.323] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 64.332] (II) Module dbe: vendor="X.Org Foundation"
    [ 64.332] compiled for 1.10.2, module version = 1.0.0
    [ 64.332] Module class: X.Org Server Extension
    [ 64.332] ABI class: X.Org Server Extension, version 5.0
    [ 64.332] (II) Loading extension DOUBLE-BUFFER
    [ 64.332] (II) LoadModule: "glx"
    [ 64.332] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 64.842] (II) Module glx: vendor="NVIDIA Corporation"
    [ 64.853] compiled for 4.0.2, module version = 1.0.0
    [ 64.853] Module class: X.Org Server Extension
    [ 64.853] (II) NVIDIA GLX Module 275.09.07 Wed Jun 8 14:34:43 PDT 2011
    [ 64.853] (II) Loading extension GLX
    [ 64.853] (II) LoadModule: "record"
    [ 64.854] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 64.859] (II) Module record: vendor="X.Org Foundation"
    [ 64.859] compiled for 1.10.2, module version = 1.13.0
    [ 64.859] Module class: X.Org Server Extension
    [ 64.859] ABI class: X.Org Server Extension, version 5.0
    [ 64.859] (II) Loading extension RECORD
    [ 64.859] (II) LoadModule: "dri"
    [ 64.859] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 64.874] (II) Module dri: vendor="X.Org Foundation"
    [ 64.874] compiled for 1.10.2, module version = 1.0.0
    [ 64.874] ABI class: X.Org Server Extension, version 5.0
    [ 64.874] (II) Loading extension XFree86-DRI
    [ 64.874] (II) LoadModule: "dri2"
    [ 64.874] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 64.875] (II) Module dri2: vendor="X.Org Foundation"
    [ 64.876] compiled for 1.10.2, module version = 1.2.0
    [ 64.876] ABI class: X.Org Server Extension, version 5.0
    [ 64.876] (II) Loading extension DRI2
    [ 64.876] (==) Matched nouveau as autoconfigured driver 0
    [ 64.876] (==) Matched nv as autoconfigured driver 1
    [ 64.876] (==) Matched nvidia as autoconfigured driver 2
    [ 64.876] (==) Matched vesa as autoconfigured driver 3
    [ 64.876] (==) Matched fbdev as autoconfigured driver 4
    [ 64.876] (==) Assigned the driver to the xf86ConfigLayout
    [ 64.876] (II) LoadModule: "nouveau"
    [ 64.898] (WW) Warning, couldn't open module nouveau
    [ 64.898] (II) UnloadModule: "nouveau"
    [ 64.898] (II) Unloading nouveau
    [ 64.898] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 64.898] (II) LoadModule: "nv"
    [ 64.898] (WW) Warning, couldn't open module nv
    [ 64.898] (II) UnloadModule: "nv"
    [ 64.898] (II) Unloading nv
    [ 64.898] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 64.899] (II) LoadModule: "nvidia"
    [ 64.899] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 64.933] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 64.934] compiled for 4.0.2, module version = 1.0.0
    [ 64.934] Module class: X.Org Video Driver
    [ 64.954] (II) LoadModule: "vesa"
    [ 64.954] (WW) Warning, couldn't open module vesa
    [ 64.954] (II) UnloadModule: "vesa"
    [ 64.954] (II) Unloading vesa
    [ 64.954] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 64.954] (II) LoadModule: "fbdev"
    [ 64.955] (WW) Warning, couldn't open module fbdev
    [ 64.955] (II) UnloadModule: "fbdev"
    [ 64.955] (II) Unloading fbdev
    [ 64.955] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 64.955] (II) NVIDIA dlloader X Driver 275.09.07 Wed Jun 8 14:18:12 PDT 2011
    [ 64.955] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 64.956] (--) using VT number 7
    [ 64.960] (II) Loading sub module "fb"
    [ 64.960] (II) LoadModule: "fb"
    [ 64.960] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 64.971] (II) Module fb: vendor="X.Org Foundation"
    [ 64.971] compiled for 1.10.2, module version = 1.0.0
    [ 64.971] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 64.971] (II) Loading sub module "wfb"
    [ 64.971] (II) LoadModule: "wfb"
    [ 64.971] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 64.981] (II) Module wfb: vendor="X.Org Foundation"
    [ 64.981] compiled for 1.10.2, module version = 1.0.0
    [ 64.981] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 64.981] (II) Loading sub module "ramdac"
    [ 64.981] (II) LoadModule: "ramdac"
    [ 64.981] (II) Module "ramdac" already built-in
    [ 65.000] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 65.000] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 65.000] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 65.024] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 65.024] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 65.024] (==) NVIDIA(0): RGB weight 888
    [ 65.024] (==) NVIDIA(0): Default visual is TrueColor
    [ 65.024] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 275.09.07 ([email protected]) Wed Jun 8 14:38:32 PDT 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    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"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    kernel.log
    http://pastebin.com/QsdsVezq
    pacman.conf
    [2011-06-18 20:31] installed filesystem (2011.04-1)
    [2011-06-18 20:31] installed util-linux (2.19.1-2)
    [2011-06-18 20:31] installed libusb (1.0.8-1)
    [2011-06-18 20:31] installed libusb-compat (0.1.3-1)
    [2011-06-18 20:31] installed pcre (8.12-1)
    [2011-06-18 20:31] installed glib2 (2.28.8-1)
    [2011-06-18 20:31] installed module-init-tools (3.13-1)
    [2011-06-18 20:31] installed pciutils (3.1.7-4)
    [2011-06-18 20:31] installed udev (171-2)
    [2011-06-18 20:31] installed device-mapper (2.02.85-2)
    [2011-06-18 20:31] installed libgpg-error (1.9-3)
    [2011-06-18 20:31] installed libgcrypt (1.4.6-3)
    [2011-06-18 20:31] installed popt (1.16-3)
    [2011-06-18 20:31] installed cryptsetup (1.3.1-1)
    [2011-06-18 20:31] installed dash (0.5.6.1-2)
    [2011-06-18 20:31] installed dhcpcd (5.2.12-1)
    [2011-06-18 20:31] installed diffutils (3.0-2)
    [2011-06-18 20:31] installed e2fsprogs (1.41.14-1)
    [2011-06-18 20:31] installed file (5.07-3)
    [2011-06-18 20:31] installed findutils (4.4.2-3)
    [2011-06-18 20:31] installed gawk (3.1.8-2)
    [2011-06-18 20:31] installed gettext (0.18.1.1-3)
    [2011-06-18 20:31] installed grep (2.8-1)
    [2011-06-18 20:31] installed sed (4.2.1-3)
    [2011-06-18 20:31] installed grub (0.97-17)
    [2011-06-18 20:31] installed gzip (1.4-2)
    [2011-06-18 20:31] installed gdbm (1.8.3-8)
    [2011-06-18 20:31] installed perl (5.12.3-1)
    [2011-06-18 20:31] installed openssl (1.0.0.d-1)
    [2011-06-18 20:31] installed heirloom-mailx (12.5-1)
    [2011-06-18 20:31] installed iproute2 (2.6.38-3)
    [2011-06-18 20:31] installed kbd (1.15.3-1)
    [2011-06-18 20:31] installed sysvinit (2.88-2)
    [2011-06-18 20:31] installed initscripts (2011.06.4-1)
    [2011-06-18 20:31] installed sysfsutils (2.1.0-6)
    [2011-06-18 20:31] installed iputils (20101006-1)
    [2011-06-18 20:31] installed jfsutils (1.1.15-2)
    [2011-06-18 20:31] installed linux-firmware (20110512-2)
    [2011-06-18 20:31] installed mkinitcpio-busybox (1.18.4-1)
    [2011-06-18 20:31] installed gen-init-cpio (2.6.36-1)
    [2011-06-18 20:31] installed which (2.20-4)
    [2011-06-18 20:31] installed mkinitcpio (0.6.15-1)
    [2011-06-18 15:01] >>> Updating module dependencies. Please wait ...
    [2011-06-18 15:01] >>> MKINITCPIO SETUP
    [2011-06-18 15:01] >>> ----------------
    [2011-06-18 15:01] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-06-18 15:01] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-06-18 15:01] >>> More information about mkinitcpio setup can be found here:
    [2011-06-18 15:01] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-06-18 15:01]
    [2011-06-18 15:01] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-06-18 15:01] ==> Building image "default"
    [2011-06-18 15:01] ==> Running command: /sbin/mkinitcpio -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-06-18 15:01] :: Begin build
    [2011-06-18 15:01] :: Parsing hook [base]
    [2011-06-18 15:01] :: Parsing hook [udev]
    [2011-06-18 15:01] :: Parsing hook [autodetect]
    [2011-06-18 15:01] :: Parsing hook [pata]
    [2011-06-18 15:01] :: Parsing hook [scsi]
    [2011-06-18 15:01] :: Parsing hook [sata]
    [2011-06-18 15:01] :: Parsing hook [filesystems]
    [2011-06-18 15:01] :: Generating module dependencies
    [2011-06-18 15:01] :: Generating image '/boot/kernel26.img'
    [2011-06-18 15:01] :: Image generation successful
    [2011-06-18 15:01] ==> SUCCESS
    [2011-06-18 15:01] ==> Building image "fallback"
    [2011-06-18 15:01] ==> Running command: /sbin/mkinitcpio -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-06-18 15:01] :: Begin build
    [2011-06-18 15:01] :: Parsing hook [base]
    [2011-06-18 15:01] :: Parsing hook [udev]
    [2011-06-18 15:01] :: Parsing hook [pata]
    [2011-06-18 15:01] :: Parsing hook [scsi]
    [2011-06-18 15:01] :: Parsing hook [sata]
    [2011-06-18 15:01] :: Parsing hook [filesystems]
    [2011-06-18 15:01] :: Generating module dependencies
    [2011-06-18 15:01] :: Generating image '/boot/kernel26-fallback.img'
    [2011-06-18 15:01] :: Image generation successful
    [2011-06-18 15:01] ==> SUCCESS
    [2011-06-18 20:31] installed kernel26 (2.6.39.1-1)
    [2011-06-18 20:31] installed less (443-2)
    [2011-06-18 20:31] installed libpipeline (1.2.0-1)
    [2011-06-18 20:31] installed licenses (2.8-1)
    [2011-06-18 20:31] installed logrotate (3.7.9-1)
    [2011-06-18 20:31] installed lvm2 (2.02.85-2)
    [2011-06-18 20:31] installed texinfo (4.13a-5)
    [2011-06-18 20:31] installed groff (1.21-1)
    [2011-06-18 15:01] it's recommended to create an initial
    [2011-06-18 15:01] database running as root:
    [2011-06-18 15:01] "/usr/bin/mandb --quiet"
    [2011-06-18 20:31] installed man-db (2.6.0.2-2)
    [2011-06-18 20:31] installed man-pages (3.32-1)
    [2011-06-18 20:31] installed mdadm (3.2.1-3)
    [2011-06-18 20:31] installed nano (2.2.6-1)
    [2011-06-18 20:31] installed xz (5.0.3-1)
    [2011-06-18 20:31] installed expat (2.0.1-6)
    [2011-06-18 20:31] installed libarchive (2.8.4-2)
    [2011-06-18 20:31] installed libfetch (2.33-3)
    [2011-06-18 20:31] installed pacman-mirrorlist (20110324-1)
    [2011-06-18 20:31] installed pacman (3.5.3-1)
    [2011-06-18 20:31] installed pcmciautils (017-2)
    [2011-06-18 20:31] installed libnl (1.1-2)
    [2011-06-18 20:31] installed libpcap (1.1.1-2)
    [2011-06-18 20:31] installed ppp (2.4.5-2)
    [2011-06-18 20:31] installed procps (3.2.8-3)
    [2011-06-18 20:31] installed psmisc (22.13-1)
    [2011-06-18 20:31] installed reiserfsprogs (3.6.21-3)
    [2011-06-18 20:31] installed eventlog (0.2.12-2)
    [2011-06-18 20:31] installed tcp_wrappers (7.6-12)
    [2011-06-18 20:31] installed syslog-ng (3.2.4-1)
    [2011-06-18 20:31] installed tar (1.26-1)
    [2011-06-18 20:31] installed usbutils (002-3)
    [2011-06-18 20:31] installed vi (1:050325-1)
    [2011-06-18 20:31] installed wget (1.12-7)
    [2011-06-18 20:31] installed dbus-core (1.4.8-1)
    [2011-06-18 20:31] installed wpa_supplicant (0.7.3-3)
    [2011-06-18 20:31] installed xfsprogs (3.1.5-1)
    [2011-06-18 20:31] installed fakeroot (1.15.1-1)
    [2011-06-18 20:31] installed sudo (1.8.1.p2-1)
    [2011-06-18 20:31] installed wireless_tools (29-4)
    [2011-06-18 21:10] Running 'pacman -S xorg-server xorg-xinit xorg-server-utils xorg-twm xorg-xclock xterm'
    [2011-06-18 21:15] installed xproto (7.0.21-1)
    [2011-06-18 21:15] installed libxdmcp (1.1.0-1)
    [2011-06-18 21:15] installed freetype2 (2.4.4-2)
    [2011-06-18 21:15] installed libfontenc (1.1.0-1)
    [2011-06-18 21:15] installed fontsproto (2.1.1-1)
    [2011-06-18 21:15] installed libxfont (1.4.3-1)
    [2011-06-18 21:15] installed libpciaccess (0.12.1-1)
    [2011-06-18 21:15] installed libdrm (2.4.25-1)
    [2011-06-18 21:15] installed pixman (0.22.0-1)
    [2011-06-18 21:15] installed libxau (1.0.6-1)
    [2011-06-18 21:15] installed xcb-proto (1.6-2)
    [2011-06-18 21:15] installed libxcb (1.7-2)
    [2011-06-18 21:15] installed kbproto (1.0.5-1)
    [2011-06-18 21:15] installed libx11 (1.4.3-2)
    [2011-06-18 21:15] installed libxkbfile (1.0.7-1)
    [2011-06-18 21:15] installed xorg-xkbcomp (1.2.1-2)
    [2011-06-18 21:15] installed xkeyboard-config (2.2.1-1)
    [2011-06-18 21:15] installed xorg-setxkbmap (1.2.0-2)
    [2011-06-18 21:15] installed xorg-fonts-encodings (1.0.4-1)
    [2011-06-18 21:15] installed xorg-fonts-alias (1.0.2-1)
    [2011-06-18 21:15] installed xorg-bdftopcf (1.0.3-1)
    [2011-06-18 21:15] installed xorg-mkfontscale (1.0.8-1)
    [2011-06-18 21:15] installed xorg-mkfontdir (1.0.6-2)
    [2011-06-18 21:15] installed xorg-font-util (1.2.0-1)
    [2011-06-18 21:15] installed xorg-font-utils (7.6-2)
    [2011-06-18 21:15] updating font cache... done.
    [2011-06-18 21:15] installed fontconfig (2.8.0-1)
    [2011-06-18 21:15] Updating font cache... done.
    [2011-06-18 21:15] installed xorg-fonts-misc (1.0.1-1)
    [2011-06-18 21:15] installed xorg-server-common (1.10.2-1)
    [2011-06-18 21:15] installed xf86-input-evdev (2.6.0-3)
    [2011-06-18 21:15] installed xorg-server (1.10.2-1)
    [2011-06-18 21:15] installed xextproto (7.2.0-1)
    [2011-06-18 21:15] installed libxext (1.3.0-1)
    [2011-06-18 21:15] installed libice (1.0.7-1)
    [2011-06-18 21:15] installed libsm (1.2.0-1)
    [2011-06-18 21:15] installed libxt (1.1.1-1)
    [2011-06-18 21:15] installed libxmu (1.1.0-1)
    [2011-06-18 21:15] installed xorg-xauth (1.0.6-1)
    [2011-06-18 21:15] installed xorg-xinit (1.3.0-3)
    [2011-06-18 21:15] installed xorg-iceauth (1.0.5-1)
    [2011-06-18 21:15] installed xorg-sessreg (1.0.6-2)
    [2011-06-18 21:15] installed xorg-xcmsdb (1.0.3-2)
    [2011-06-18 21:15] installed renderproto (0.11.1-1)
    [2011-06-18 21:15] installed libxrender (0.9.6-1)
    [2011-06-18 21:15] installed randrproto (1.3.2-1)
    [2011-06-18 21:15] installed libxrandr (1.3.1-1)
    [2011-06-18 21:15] installed xorg-xbacklight (1.1.2-2)
    [2011-06-18 21:15] installed xf86vidmodeproto (2.3.1-1)
    [2011-06-18 21:15] installed libxxf86vm (1.1.1-1)
    [2011-06-18 21:15] installed xorg-xgamma (1.0.4-2)
    [2011-06-18 21:15] installed xorg-xhost (1.0.4-2)
    [2011-06-18 21:15] installed inputproto (2.0.2-1)
    [2011-06-18 21:15] installed libxi (1.4.2-1)
    [2011-06-18 21:15] installed xorg-xinput (1.5.3-2)
    [2011-06-18 21:15] installed xorg-xmodmap (1.0.5-2)
    [2011-06-18 21:15] installed xorg-xrandr (1.3.4-2)
    [2011-06-18 21:15] installed mcpp (2.7.2-2)
    [2011-06-18 21:15] installed xorg-xrdb (1.0.9-1)
    [2011-06-18 21:15] installed xorg-xrefresh (1.0.4-2)
    [2011-06-18 21:15] installed xorg-xset (1.2.1-2)
    [2011-06-18 21:15] installed fixesproto (5.0-1)
    [2011-06-18 21:15] installed libxfixes (5.0-1)
    [2011-06-18 21:15] installed libxcursor (1.1.11-1)
    [2011-06-18 21:15] installed xorg-xsetroot (1.1.0-2)
    [2011-06-18 21:15] installed xorg-server-utils (7.6-2)
    [2011-06-18 21:15] installed xorg-twm (1.0.6-2)
    [2011-06-18 21:15] installed libxpm (3.5.9-1)
    [2011-06-18 21:15] installed libxaw (1.0.9-1)
    [2011-06-18 21:15] installed libxft (2.2.0-1)
    [2011-06-18 21:15] installed xorg-xclock (1.0.5-1)
    [2011-06-18 21:15] installed xorg-luit (1.1.0-2)
    [2011-06-18 21:15] installed xbitmaps (1.1.1-1)
    [2011-06-18 21:15] installed xterm (270-1)
    [2011-06-18 21:41] Running 'pacman -S nvidia'
    [2011-06-18 21:48] installed videoproto (2.3.1-1)
    [2011-06-18 21:48] installed libxv (1.0.6-1)
    [2011-06-18 21:48] installed libxvmc (1.0.6-1)
    [2011-06-18 21:48] By using this package you accept the NVIDIA license,
    [2011-06-18 21:48] which has been installed in /usr/share/licenses/nvidia/LICENSE
    [2011-06-18 21:48] If you do not accept this license, you must remove the package immediately.
    [2011-06-18 21:48] installed nvidia-utils (275.09.07-1)
    [2011-06-18 21:48] In order to use nvidia module, reboot the system.
    [2011-06-18 21:48] installed nvidia (275.09.07-1)
    [2011-06-18 21:49] Running 'pacman -S xf86-input-synaptics'
    [2011-06-18 21:49] installed recordproto (1.14.1-1)
    [2011-06-18 21:49] installed libxtst (1.2.0-1)
    [2011-06-18 21:49] installed xf86-input-synaptics (1.4.0.901-1)
    thanks in advance
    Last edited by woffa (2011-06-18 22:40:58)

    i have nvidia installed only..
    last time about 2 month ago, i face the same problem initially but later ended with working 'X' by doing nothing.
    the problem(same) comes again after full system upgrade which was include latest kernel & nvidia...i successfully bring back my system by downgrading kernel and nvidia package after many tries...but one day 'X' freezes, bring system back by installing 'vesa'(i try nouveau before vesa but its gives me very low resolution 640*480 only)  and later installing same nvidia package.. finally another day X freezes and failed to get back my system (try both nouveau and nvidia)
    Last edited by woffa (2011-06-18 23:16:26)

  • Satellite L300D- Sometimes it takes ages to start up or doesn't start

    Anyone able to help me?
    Sometimes it takes me ages to start up my laptop and sometimes it doesn't start up at all and I get sent to the start up repair screen and that results in an unable to repair press ok to turn off computer message. When ever I do manage to start the laptop programs always stop responding with some responds lasting around an hour.
    I have used the recovery discs I made when I was told to do so, the first time using the labtop about 5 times so far. Every time I restored the system it work fine for about 1 hour until I had to install the Windows updates.
    Anyone able to help me on this problem of mine?

    Hi
    Well buddy, thats really strange and I think at the moment its not easy to say what the reason is for this.
    Normally I would suggest you should reset the notebook back to factory settings using the Toshiba recovery disk but you have already tried. But the interesting thing is that you wrote that it works for one hour and you have to install Windows updates. Does the Windows updates causing this problem?
    What happens if you dont make the Windows updates? Does it work?
    Maybe the updates are causing an incompatibility issue if you have also installed 3rd party software.
    In worst case its a hardware malfunction and your notebook should be checked from a notebook technician.
    In my opinion it could be a problem of the HDD too. But HDD can be checked yourself with Drive Fitness Test for example.

  • Xorg doesn't want to start after a global upgrade

    Hi, I first must mention that I'm a newbie at archlinux(So, don't be shocked by what follows ^^).
    I wanted to upgrade the whole system, but an error message appeared saying me that upgrading the system was impossible because of the two following files that were already present on the system
    /usr/lib/xorg/modules/libwfb.so
    /usr/lib/xorg/modules/extensions/libdri.so
    So, I removed the two of them, thinking that they were replaced by new binary files.
    But when restarting my computer, xorg doesn't start, and I don't know how to solve this problem.
    Thank you.

    I've looked at this file to see why it doesn't start, but as I said, I'm a beginner, and I do not understand this file ^^
    I'm giving screenshots of this file(Arch is virtualized with virtualbox)
    http://www.monsterup.com/image.php?url= … 369386.png
    http://www.monsterup.com/image.php?url= … 370299.png
    http://www.monsterup.com/image.php?url= … 378730.png
    http://www.monsterup.com/image.php?url= … 400178.png
    http://www.monsterup.com/image.php?url= … 413210.png
    http://www.monsterup.com/image.php?url= … 411784.png
    I'm gonna read the topics you gave me, bender02
    Last edited by ren0 (2009-04-13 10:55:03)

  • [SOLVED DUE TO MAJOR STUPIDITY]X doesn't start

    I did a pacman -Syu to upgrade the xf86-video-intel,xorg-server,xf86-input-synaptics,libgl,mesa,intel-dri.
    Previously I had self compiled xorg-server 1.6 RC running.
    After update (I didn't update anything else, had newer kernel already running)
    xorg doesn't start (black screen)
    /var/log/Xorg.0.log is old.
    I removed /var/log/Xorg.* and restarted X
    Went to check Xorg.0.log... and there is no such file. Xorg doesn't produce log file.
    I'm puzzled. I have Intel x3100 (GL 965)
    Last edited by Dheart (2009-04-12 10:09:42)

    Grrr!
    /me bangs his head against the wall....
    For some reason I had removed xorg-server and xf86-video-intel (and apparently the later doesn't require xorg-server) so I ended up without xorg, hence no log...
    xorg-server dependence to some packages should be added, I think to avoid people like me doing VERY stupid things...

  • I have an iMac. , mid 2007.  Frequently, when I take an action, the little color wheel starts spinning and goes on for quite awhile.  Save a file, close a file, open a file, open a window, it's all random.  Somtimes it stalls, sometimes it doesn't.  Why?

    I have an iMac. , mid 2007.  Frequently, when I take an action, the little color wheel starts spinning and goes on for quite awhile.  Save a file, close a file, open a file, open a window, it's all random.  Somtimes it stalls, sometimes it doesn't.  Sometimes long, sometims short.  Why is this happening?

    Consider adding more memory. Be sure you have adequate free space on the hard drive - 15 GBs or 10% of the drive's capacity, whichever is greater. Do not run too many applications concurrently. Visit The XLab FAQs and read the FAQ on resolving the SBBOD.
    Do some maintenance:
    Repair the Hard Drive and Permissions
    Boot from your Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility.  For situations DU cannot handle the best third-party utilities are: Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible. Drive Genius provides additional tools not found in Disk Warrior.  Versions 1.5.1 and later are Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or Lion and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems. For more about malware see Macintosh Virus Guide.
    I would also recommend downloading a utility such as TinkerTool System, OnyX 2.4.3, or Cocktail 5.1.1 that you can use for periodic maintenance such as removing old log files and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. There is no confirmation that this version also works with Lion.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    SuperDuper!
    SyncTwoFolders
    Synk Pro
    Synk Standard
    Tri-Backup
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at CNet Downloads or MacUpdate.
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.

  • I am using Firefox 4.0 Beta 10. It doesn't start immediately after I click on the Firefox button located in my shortcut bar. And sometimes it even doesn't open. I don't know why it occurs, so please look into this matter. Thanks!

    Whenever I click on the button of Firefox 4.0 Beta 10 located in my shortcut bar. It opens after a very long time i.e. after 5-10 minutes after I get irritated and start using Safari. And sometimes it doesn't even open. Please look into this matter. :D
    Thanks

    Try disabling hardware acceleration in your Firefox settings and see if it helps:
    From the Firefox menu, go to '''Options''' and click the '''Advanced''' panel, then select the General tab. Clear the box in front of "Use hardware acceleration when available" so that it is unchecked, then restart Firefox. ([http://support.mozilla.com/media/uploads/gallery/images/2011-01-27-04-52-31-8c9d82.png screenshot]).
    Ref: <br>
    https://blog.mozilla.com/tglek/2010/12/21/rude-surprise-startup-overhead-of-windows-font-apis/

  • G1X sometimes doesn't start

    I have a G1X that usually works fine, but every once in a while it doesn't start when the power button is pushed. The battery is fully charged. I notice that if I take the battery out and leave it for several hours, when I put the battery back in, it usually starts.
    Sometimes when I have been using it, the screen flashed random lines, then the camera turned off with the lens extended. After several hours, it turned on retracted the lens on its own. After that, it seems to be working again.

    Well the least expensive thing to try is a new battery and then either you will have fixed it or you will have a spare battery. It is not that uncommonfor batteries to fail in that time period you mentioned.They can also work intermittently as you described, Turning the camera on creates a large demand on the battery. If it is shorting out under load it will happen at those times.
    A few other things that can do that that are dirty contacts on the battery or in the battery compartment or the battery door is not closing properly or statying closed. Anything else would be internal and would need to be $erviced.
    SHould you suspect dirty contacts use a good electrical cleaner like DeOxit that will not hurt any plastic or rubber.
    200% proof denatured alcohol on a Q-tip will work but you dont want to get to much of that on the plastic parts.
    The key in what you first said is it shuts down with the lens still extended too. That means and instant loss of power before it can shut down properly....like a computer.
    You can also try doing a reset all through the settings menu in hopes it's just a glitch.

  • Gnome-settings-daemon sometimes doesn't start

    Hey guys. I have an occasional problem where the gnome-settings-daemon doesn't start on login. If I log out and then back in it usually starts. Or, I can run it by hand and everything works fine. It's not a big deal, but it's a little annoying. Has anybody run into this or does anybody know of a log file or something I can check to see why it doesn't come up?
    Thanks
    -mS
    Last edited by aglarond (2009-01-25 01:01:02)

    I had this problem, and I have a very fresh arch install; no old homedir, and gnome was installed at version 2.24.1 (current).
    However the problem seems to have gone away once I cleared out the files in my $HOME/.config/autostart/
    That directory had some .desktop files, including gnome-settings-daemon-helper.desktop (but not gnome-settings-daemon.desktop!).
    Actually I find it weird that gnome-settings-daemon.desktop resides (on my system) in /etc/xdg/autostart, whereas gnome-settings-daemon-helper.desktop is in /usr/share/gnome/autostart/.
    I'm not sure what the significance of any of this is, or if my entire experience (rm ~/.config/autostart/*) even makes sense. But see if it works for you
    Edit: Nevermind, I still have this problem happen sporadically; the above solved nothing, it seems
    Any ideas how we can debug this? How can I trace exactly what gnome-session is doing?
    Last edited by infohigh (2009-01-29 05:26:16)

Maybe you are looking for