[SOLVED] startx and blackscreen

hi guys,
I'm still trying to set up Arch.
So, I followed everything line per line the beginner's guide but I've a problem with STARTX.
When I run it, I get a Blackscreen and nothing happen, also if I press CTRL+ALT+DELETE nothing happens, if I press CTRL+ALT+F1 the screen "flash" one time but it's still black, if I press CTRL+ALT+DELETE the system reboot.
I installed VESA driver, then xorg -configure.
I also tried the INTEL driver or DUMMY but no luck.
I've a Intel 4500 MHD as video card.
If this can help, I was able to start the X server on Slackware 13 (x64), OpenSuse, Backtrack 3 & 4 and Debian.
Can you help me please?
Last edited by ripp3r (2010-05-17 11:50:21)

YZMSQ wrote:hey guy:
As far as I know,once you use open source drivers,it's useless to create a xorg.conf file,'cause xorg now could be started with the help of hal(or else?),and creating xorg.conf may cause some nerve-wrecking issues.Just remove that.You've done a great job.:)
Yeah after well-reading the X man page I understood
Now everything works fine.

Similar Messages

  • [SOLVED] startx and xinit fail on eeepc901 (possibly after upgrade)

    Dear all,
    Can't get X to start.
    After a system upgrade (was a messy one, I'm pretty sure this is not a bug) I must have deleted some very important file for X. The fact is that it has stopped working, startx fails, xinit fail, even Xorg -configure fails. Please also note that I've changed the kernel (from zeneee to stock) but I had the same behavior with the previous kernel.
    Possibly interesting outputs:
    $xinit
    giving up.
    xinit: No such file or directory (errno 2): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    $startx
    xauth: creating new authority file /home/mgp/.serverauth.4397
    giving up.
    xinit: No such file or directory (errno 2): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    It does create the authority file. Fails after that.
    #Xorg -configure
    Segmentation fault
    My xorg.conf file is as follows (although I have tried without one and have the same errors, so probably not related):
    Section "ServerLayout"
    Identifier "Arch Linux"
    Screen 0 "Screen0"
    InputDevice "keyboard"
    InputDevice "mouse"
    InputDevice "synaptics"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "GLcore"
    Load "glx"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "xtrap"
    Load "dbe"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail"
    Option "BlankTime" "5"
    Option "AIGLX" "false"
    Option "AutoAddDevices" "false"
    EndSection
    Section "InputDevice"
    Identifier "keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "IMPS/2"
    Option "Emulate3Buttons" "yes"
    Option "ZAxisMapping" "4 5"
    Option "CorePointer"
    EndSection
    Section "InputDevice"
    Identifier "synaptics"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "PalmDetect" "0"
    Option "SHMConfig" "true"
    Option "SendCoreEvents" "yes"
    Option "RBCornerButton" "0"
    Option "RTCornerButtom" "0"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "AccelFactor" "0.0320"
    Option "MaxSpeed" "0.72"
    Option "MinSpeed" "0.6"
    Option "Emulate3Buttons" "true"
    Option "TouchPadOff" "0"
    Option "LBCornerButton" "2"
    Option "LeftEdge" "60"
    Option "RightEdge" "1070"
    Option "TopEdge" "90"
    Option "BottomEdge" "680"
    Option "VertTwoFingerScroll" "1"
    Option "HorizTwoFingerScroll" "1"
    Option "HorizScrollDelta" "20"
    Option "LockedDrags" "1"
    Option "CoastingSpeed" "0.13"
    Option "CircularScrolling" "1"
    Option "CircScrollTrigger" "8" # 8=Top Left Corner
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "ASUS"
    ModelName "eeePC 901"
    Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +VSync # 60 Hz
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "AccelMethod" "EXA"
    Option "MigrationHeuristic" "greedy"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    If it means anything to anyone, I have the strace output to xinit and startx but can't post them both due to the limit on the length of the post. Here is the xinit strace output:
    4173 execve("/usr/bin/xinit", ["xinit"], [/* 33 vars */]) = 0
    4173 brk(0) = 0x9264000
    4173 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    4173 open("/etc/ld.so.cache", O_RDONLY) = 3
    4173 fstat64(3, {st_mode=S_IFREG|0644, st_size=133164, ...}) = 0
    4173 mmap2(NULL, 133164, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb80ad000
    4173 close(3) = 0
    4173 open("/usr/lib/libX11.so.6", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240d\1\0004\0\0\0\310"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=1255735, ...}) = 0
    4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb80ac000
    4173 mmap2(NULL, 1162916, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f90000
    4173 mmap2(0xb80a8000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x117) = 0xb80a8000
    4173 close(3) = 0
    4173 open("/lib/libc.so.6", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220k\1\0004\0\0\0\0"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=1553884, ...}) = 0
    4173 mmap2(NULL, 1333512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e4a000
    4173 mmap2(0xb7f8a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0xb7f8a000
    4173 mmap2(0xb7f8d000, 10504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f8d000
    4173 close(3) = 0
    4173 open("/usr/lib/libxcb.so.1", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320~\0\0004\0\0\0D"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=128751, ...}) = 0
    4173 mmap2(NULL, 99968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e31000
    4173 mmap2(0xb7e49000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17) = 0xb7e49000
    4173 close(3) = 0
    4173 open("/lib/libdl.so.2", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \n\0\0004\0\0\0\\"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=13419, ...}) = 0
    4173 mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e2d000
    4173 mmap2(0xb7e2f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7e2f000
    4173 close(3) = 0
    4173 open("/usr/lib/libXau.so.6", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\10\0\0004\0\0\0\20"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=9706, ...}) = 0
    4173 mmap2(NULL, 10112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e2a000
    4173 mmap2(0xb7e2c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7e2c000
    4173 close(3) = 0
    4173 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\17\0\0004\0\0\0\344"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=20705, ...}) = 0
    4173 mmap2(NULL, 19708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e25000
    4173 mmap2(0xb7e29000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7e29000
    4173 close(3) = 0
    4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e24000
    4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e23000
    4173 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e236c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
    4173 mprotect(0xb7e2f000, 4096, PROT_READ) = 0
    4173 mprotect(0xb7f8a000, 8192, PROT_READ) = 0
    4173 mprotect(0xb80eb000, 4096, PROT_READ) = 0
    4173 munmap(0xb80ad000, 133164) = 0
    4173 access("/home/mgp/.xinitrc", F_OK) = -1 ENOENT (No such file or directory)
    4173 access("/home/mgp/.xserverrc", F_OK) = -1 ENOENT (No such file or directory)
    4173 brk(0) = 0x9264000
    4173 brk(0x9285000) = 0x9285000
    4173 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    4173 rt_sigaction(SIGTERM, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGQUIT, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGINT, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGHUP, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGPIPE, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGALRM, {0x8048eb0, [ALRM], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    4173 rt_sigaction(SIGUSR1, {0x8048e90, [USR1], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    4173 rt_sigprocmask(SIG_BLOCK, [USR1], [], 8) = 0
    4173 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e23728) = 4174
    4174 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
    4173 setpriority(PRIO_PROCESS, 4174, -1 <unfinished ...>
    4174 <... rt_sigprocmask resumed> NULL, 8) = 0
    4174 rt_sigaction(SIGTTIN, {0x1, [TTIN], SA_RESTART}, <unfinished ...>
    4173 <... setpriority resumed> ) = 0
    4174 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
    4174 rt_sigaction(SIGTTOU, {0x1, [TTOU], SA_RESTART}, <unfinished ...>
    4173 waitpid(4174, <unfinished ...>
    4174 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
    4173 <... waitpid resumed> 0x804b940, WNOHANG) = 0
    4174 rt_sigaction(SIGUSR1, {0x1, [USR1], SA_RESTART}, <unfinished ...>
    4173 write(2, "\n"..., 1 <unfinished ...>
    4174 <... rt_sigaction resumed> {0x8048e90, [USR1], SA_RESTART}, 8) = 0
    4174 setpgid(0, 4174) = 0
    4174 execve("/bin/X", ["X", ":0"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
    4174 execve("/usr/bin/X", ["X", ":0"], [/* 33 vars */] <unfinished ...>
    4173 <... write resumed> ) = 1
    4173 alarm(15) = 0
    4173 rt_sigsuspend([] <unfinished ...>
    4174 <... execve resumed> ) = 0
    4174 brk(0) = 0x8baa000
    4174 fcntl64(0, F_GETFD) = 0
    4174 fcntl64(1, F_GETFD) = 0
    4174 fcntl64(2, F_GETFD) = 0
    4174 access("/etc/suid-debug", F_OK) = -1 ENOENT (No such file or directory)
    4174 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    4174 open("/etc/ld.so.cache", O_RDONLY) = 3
    4174 fstat64(3, {st_mode=S_IFREG|0644, st_size=133164, ...}) = 0
    4174 mmap2(NULL, 133164, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f3b000
    4174 close(3) = 0
    4174 open("/usr/lib/libpciaccess.so.0", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\24\0\0004\0\0\0\234"..., 512) = 512
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f3a000
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=30651, ...}) = 0
    4174 mmap2(NULL, 27868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f33000
    4174 mmap2(0xb7f39000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb7f39000
    4174 close(3) = 0
    4174 open("/lib/libpthread.so.0", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0I\0\0004\0\0\0,"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=119590, ...}) = 0
    4174 mmap2(NULL, 98784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f1a000
    4174 mprotect(0xb7f2e000, 4096, PROT_NONE) = 0
    4174 mmap2(0xb7f2f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7f2f000
    4174 mmap2(0xb7f31000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f31000
    4174 close(3) = 0
    4174 open("/usr/lib/libXfont.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 e\0\0004\0\0\0\34"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=242478, ...}) = 0
    4174 mmap2(NULL, 223616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ee3000
    4174 mmap2(0xb7f18000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34) = 0xb7f18000
    4174 close(3) = 0
    4174 open("/usr/lib/libXau.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\10\0\0004\0\0\0\20"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=9706, ...}) = 0
    4174 mmap2(NULL, 10112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ee0000
    4174 mmap2(0xb7ee2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7ee2000
    4174 close(3) = 0
    4174 open("/lib/tls/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/tls/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/tls/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/tls/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/tls/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/tls/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/tls/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/tls", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    4174 open("/usr/lib/tls/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/tls/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/tls/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/tls/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/tls/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/tls/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/tls/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/tls", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/libpixman-1.so.0", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0207\0\0004\0\0\0\\"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=394811, ...}) = 0
    4174 mmap2(NULL, 363888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e87000
    4174 mmap2(0xb7ede000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x57) = 0xb7ede000
    4174 close(3) = 0
    4174 open("/usr/lib/libhal.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320*\0\0004\0\0\0\340"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=71014, ...}) = 0
    4174 mmap2(NULL, 64412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e77000
    4174 mmap2(0xb7e86000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe) = 0xb7e86000
    4174 close(3) = 0
    4174 open("/usr/lib/libdbus-1.so.3", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PQ\0\0004\0\0\0,"..., 512) = 512
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e76000
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=285567, ...}) = 0
    4174 mmap2(NULL, 230592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e3d000
    4174 mmap2(0xb7e74000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36) = 0xb7e74000
    4174 close(3) = 0
    4174 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\17\0\0004\0\0\0\344"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=20705, ...}) = 0
    4174 mmap2(NULL, 19708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e38000
    4174 mmap2(0xb7e3c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7e3c000
    4174 close(3) = 0
    4174 open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\332\3\0004\0\0\0D"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0555, st_size=1561754, ...}) = 0
    4174 mmap2(NULL, 1381304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ce6000
    4174 mmap2(0xb7e1f000, 90112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x139) = 0xb7e1f000
    4174 mmap2(0xb7e35000, 9144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e35000
    4174 close(3) = 0
    4174 open("/lib/libdl.so.2", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \n\0\0004\0\0\0\\"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=13419, ...}) = 0
    4174 mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ce2000
    4174 mmap2(0xb7ce4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7ce4000
    4174 close(3) = 0
    4174 open("/lib/libm.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@4\0\0004\0\0\0("..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=180855, ...}) = 0
    4174 mmap2(NULL, 151680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7cbc000
    4174 mmap2(0xb7ce0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7ce0000
    4174 close(3) = 0
    4174 open("/lib/librt.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\30\0\0004\0\0\0\234"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=39252, ...}) = 0
    4174 mmap2(NULL, 33364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7cb3000
    4174 mmap2(0xb7cba000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7cba000
    4174 close(3) = 0
    4174 open("/usr/lib/libgcc_s.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20#\0\0004\0\0\0\344"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0644, st_size=129370, ...}) = 0
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7cb2000
    4174 mmap2(NULL, 119784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c94000
    4174 mmap2(0xb7cb1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c) = 0xb7cb1000
    4174 close(3) = 0
    4174 open("/lib/libc.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220k\1\0004\0\0\0\0"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=1553884, ...}) = 0
    4174 mmap2(NULL, 1333512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b4e000
    4174 mmap2(0xb7c8e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0xb7c8e000
    4174 mmap2(0xb7c91000, 10504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7c91000
    4174 close(3) = 0
    4174 open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`}\0\0004\0\0\0,"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=604088, ...}) = 0
    4174 mmap2(NULL, 542228, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ac9000
    4174 mmap2(0xb7b4a000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81) = 0xb7b4a000
    4174 close(3) = 0
    4174 open("/usr/lib/libz.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\30\0\0004\0\0\0\30"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=82987, ...}) = 0
    4174 mmap2(NULL, 78844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ab5000
    4174 mmap2(0xb7ac8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0xb7ac8000
    4174 close(3) = 0
    4174 open("/usr/lib/libfontenc.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\f\0\0004\0\0\0004"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=30017, ...}) = 0
    4174 mmap2(NULL, 24288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7aaf000
    4174 mmap2(0xb7ab4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb7ab4000
    4174 close(3) = 0
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aae000
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aad000
    4174 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7aad6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
    4174 mprotect(0xb7c8e000, 8192, PROT_READ) = 0
    4174 mprotect(0xb7cba000, 4096, PROT_READ) = 0
    4174 mprotect(0xb7ce0000, 4096, PROT_READ) = 0
    4174 mprotect(0xb7ce4000, 4096, PROT_READ) = 0
    4174 mprotect(0xb7e74000, 4096, PROT_READ) = 0
    4174 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
    4173 <... rt_sigsuspend resumed> ) = ? ERESTARTNOHAND (To be restarted)
    4173 --- SIGCHLD (Child exited) @ 0 (0) ---
    4173 rt_sigsuspend([]) = ? ERESTARTNOHAND (To be restarted)
    4173 --- SIGALRM (Alarm clock) @ 0 (0) ---
    4173 rt_sigaction(SIGALRM, {0x8048eb0, [ALRM], SA_RESTART}, {0x8048eb0, [ALRM], SA_RESTART}, 8) = 0
    4173 sigreturn() = ? (mask now [USR1])
    4173 alarm(0) = 0
    4173 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    4173 socket(PF_FILE, SOCK_STREAM, 0) = 3
    4173 connect(3, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"...}, 20) = -1 ECONNREFUSED (Connection refused)
    4173 close(3) = 0
    4173 socket(PF_FILE, SOCK_STREAM, 0) = 3
    4173 connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"...}, 110) = -1 ENOENT (No such file or directory)
    4173 close(3) = 0
    4173 waitpid(4174, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], WNOHANG) = 4174
    4173 write(2, "giving up.\r\n"..., 12) = 12
    4173 write(2, "xinit: "..., 8) = 8
    4173 write(2, "No such file or directory (errno "..., 38) = 38
    4173 write(2, "unable to connect to X server\r\n"..., 31) = 31
    4173 kill(-4174, SIGTERM) = -1 ESRCH (No such process)
    4173 rt_sigaction(SIGTERM, {0x1, [TERM], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 rt_sigaction(SIGQUIT, {0x1, [QUIT], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 rt_sigaction(SIGINT, {0x1, [INT], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 rt_sigaction(SIGHUP, {0x1, [HUP], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 rt_sigaction(SIGPIPE, {0x1, [PIPE], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 write(2, "xinit: "..., 8) = 8
    4173 write(2, "No such process (errno 3): "..., 28) = 28
    4173 write(2, "Server error.\n"..., 14) = 14
    4173 exit_group(1) = ?
    I've searched over for a solution but can't really find anything relevant. I've tried installing xorg a few times. Also hal and all that stuff but I don't trust myself too much on that. I don't know how to proceed any further and would appreciate any help possible or any ideas you think I could try. I'm pretty sure it's something quite stupid. Thanks for your time and consideration.
    Best regards,
    Michael
    Last edited by mgp (2009-09-24 06:31:36)

    Hi all,
    I fixed it. By looking closely at the strace I figured that for some reason X couldn't access my /tmp. I remember setting my /tmp directories in fstab to mount on tmpfs so I figured that wasn't working anymore. I removed my tmp entries in fstab (will have to refigure that one out). Something changed with the devices. Maybe I wasn't using udev before or something as it also has problems mounting devices it previously mounted on boot. However all this happened before I changed kernel. Dunno, anyway, it works although I have to fix a bunch of small things that still don't work. Lesson would be update often (hadn't done so in a year) and keep in touch with what is going on in the community (eee instructions have changed a lot -and become slightly more confusing-). Anyway, thanks for your help, specially Rasi.
    Best regards,
    Michael

  • [SOLVED] startx: no keyboard/mouse after upgrade

    Hello,
    After an upgrade during which X was upgraded to 1.16 the keyboard and mouse stopped working after using startx. When I start X with startx as root the keyboard and mouse work.
    After the upgrade I made a .xinitrc like in the wiki article about xinitrc and I copied /etc/X/xinit/xserverrc to ~/.xserverrc
    Any help would be appreciated.
    Thanks!
    Last edited by basdi (2014-09-15 17:13:45)

    Hey,
    Thanks for your answer.
    I start X using startx and this .xinitrc in my home directory:
    #!/bin/sh
    #~/.xinitrc
    # Executed by startx (run your windows manager from here
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    xrdb /merge ~/.Xresources
    setxkbmap de
    # Here awesome is kept as default
    # no va: session=${1: -awesome}
    case $session in
    awesome) exec awesome;;
    fluxbox) exec startfluxbox;;
    # No known session, try to run it as command
    # no va *) exec $1;;
    *) exec awesome;;
    esac
    I created the .xinitrc after this wiki article
    https://wiki.archlinux.org/index.php/Xinitrc
    I tried it without the .xserverrc in the home directory and  it is the same. I read that in a forum. But probably it is not necessary because the behaviour is the same...
    Before the upgrade,  I started X using xinit, but now using xinit I get the error :
    (EE) xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)
    And I read on a forum that I should use startx.
    I'm not running as root. I try to run X as a normal user. When I run it as root it works.
    In the boot messages from systemd journal I see these messages:
    systemd-logind[642]: Failed to connect to system bus: No such file or directory
    systemd-logind[642]: Failed to fully start up daemon: No such file or directory
    systemd-logind[675]Failed to connect to system bus: No such file or directory
    systemd-logind[675]: Failed to fully start up daemon: No such file or directory
    Sorry I don't really know what to look for in the logs...
    I have a nvidia card and I use the proprietary drivers and Bumblebee.

  • I want to install Photoshop but everytime I get an ERROR CODE: A12E1.How do I solve that and what is it?

    Hello,
    I want to install Photoshop but everytime I get an ERROR CODE: A12E1.How do I solve that and what is it?

    A12E1 error installing Creative Cloud products | CC
    Mylenium

  • [Solved] Startx won't work! Laptop issues.

    Okay, here is what Ididin as much detail as possible.
    Dual boot: Windws XP + Archlinux
    the partition is like this
    80 GB XP
    80 GB arch
         *10 GB root
         *70 GB /home
    Video Card: nVidia Geforce Go 6100
    Okay, so after I installed, I decided to and uncomment all available US repositories with HTTP on them, not FTP. Then I did a full system update, and got the latest nvidia drivers. So I run nvidia-xconfig,  got a little confused when it didn't work and I noticed /etc/X11/xorg.conf was missing. After a while I realized I forgot to download Xorg, once I ran the command it worked. I downloaded HAL, started it and it worked. Then I ran startx, and it wouldn't work. I went into the IRC channel, and tried showed all the errors I got, after a while I was told I shouldn't be using root under any circumstances and the first thing I should have done is create my user ID, which I did, then made myself a Sudoer. Obviously, the errors still appeared, no matter what I did with Xorg. -.-
    Here is my Xorg-Configuration
    ection "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0"  "CorePointer"
    End Section
    Section "Files"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1"
        Load           "freetype"
        Load           "glx"
    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
    I tried this as well by "#" all the unnecessary parts
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
    End Section
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Defaultdepth   "24"
        SubSection     "Display"
            Depth      24
        EndSubsection
    EndSection
    Regardless of what I did I got these errors, and warnings
    (WW) The directory "/usr/share/fonts/TTF" does not exist. Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist. Entry deleted from font path.
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse', or 'vmouse' w$use will be disabled
    (WW) Disabling Keyboard00
    (WW) Disabling Mouse0
    (WW) Open ACPI failed (/var/run/acpid.socket)(No such file or directory)
    (WW) Warning, couldn't open module type1
    (EE) Failed to load module "type1" (module does not exist, 0)
    (WW) Warning, couldn't open module freetype
    (EE) Failed to load module "freetype" (Module does not exist, 0)
    (EE) Failed to load /usr/lib/xorg/modules/extension//libdri.so
    (EE) Failed to load module "dri" (loader failed, 7)
    (EE) Failed to load /usr/lib/xorg/modules/extension//libdri2.so
    (EE) Failedto load modules "dri2"
    I also got something like this between all the dri's
    dlopen:libdrm.so.2: cannot open shared object file: No such file or directory
    and the final errors
    (EE) NVIDIA(0) failed to load NVIDIA kernel module!
    (EE) ***Aborting***
    (EE) Screen(s) found,but none have a usable configuration.
    Fatal Server Error:
    No Screens found
    Those are all of them in the log.
    Finally, I tried modprobe nvidia and got this
    FATAL: Module nvidia not found.
    That is everything, this linux newbie is confused, and too stubborn. C_c Fluxbox, and startx won't work no matter what I do, please help?
    Last edited by SirEdgar2nd (2009-08-17 09:23:13)

    Yep carol.
    Nope I didn't install freetype.
    Also, I noticed whenever I try to install nvidia I get an error that says these files already exist, and that there is a: Errors occured. No packages were upgraded. In a list of a bunch of files I can't even really list out at the moment.
    Pacman -S nvidia gets me that error, when I tried reinstalling xorg, it worked fine. Even when I deleted the cache, and uninstalled files it had the same issue.
    I was told to install the latest version available though (again). since I installed some version I got back in 2008 in December. But I've been too hesitant since I felt I might need one of those extra CDs later. So I figured out how to do it through USB, not sure if I should just yet though.
    And sorry, didn't notice that long error the last time I thought it meant it was already installed.
    But I did do a full system update at least though.
    Last edited by SirEdgar2nd (2009-05-29 20:15:02)

  • After i download ios 5.1.1 i cant install it there is msg tell me an error occurred installing ios 5.1.1 what can i do to solve this and install the update ( i have ipad 2 ) ?????

    After i download ios 5.1.1 i cant install it there is msg tell me an error occurred installing ios 5.1.1 what can i do to solve this and install the update ( i have ipad 2 ) ?????

    No codes on the error just msg in the center of the ipad tell me that without any codes :@

  • [SOLVED] startx causes black screen?

    I've installed Arch literally hundreds of times in Virtualbox, but this is my first time trying on a physical machine. I installed xf86-video-vesa and ran startx, and I got a black screen. It didn't quit back to the TTY, and I can't even switch to another TTY to kill it, I have to keep hard rebooting. I don't have a .xinitrc in my home directory. /etc/X11 contains twn, xinit, and xorg.conf.d.
    I have an Intel HD 4000. What could be going wrong?
    EDIT: I had read about Intel graphics being "plug-and-play", and I didn't realize I still had to install xf86-video-intel. This fixed it
    Last edited by tkbx (2013-10-10 01:29:24)

    Try disabling GDM in systemd.  Boot to a console and log in.  If things are still working, start GDM from the console.  If that fails, switch too another console, log in, and kill GDM.  There now may be useful information on the original console.  Were it my system I would actually log in from to the console, start a tmux session, flip to a second console, log in, attach to the tmux session, and then start GDM.  While it is starting, flip back to the original console and watch the telemetry go by in the other tmux screen.

  • My iMail keeps crashing -- how do I solve this and do I need to re-install

    my iMail keeps crashing -- how to solve this and do I need to re-install

    Is it iMail or Mail ?

  • My iphone  screen has gone white with a few grey lines down the right hand side.. Has anyone any ideas how I can solve this and get my screen back to normal..? Thanks

    my iphone screen has gone white with a few grey lines down the right hand side.. Has anyone any idea how I can solve this and get my screen back to normal..? Thanks

    Hi tag71,
    If you are having issues with the display on your iPhone, you may find the Display portion of the following article helpful:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Regards,
    - Brenden

  • I would like to get data analysis for solving statistic and making graphs, but this function is not in add-in. How should I do? I also set up microsoft office for mac 2011.

    I would like to get data analysis for solving statistic and making graphs, but this function is not in add-in. How should I do? I also set up microsoft office for mac 2011.

    Microsoft didn't include that with the 2011 version.
    There is a third-party application that substitutes for the add-in: http://www.analystsoft.com/en/products/statplusmac/
    They also have a limited, free version.

  • Startx and different WMs [solved]

    Hi everyone,
    I use startx to start X, but I use three different WMs, compiz stand-alone, dwm, and catwm. Is there an easy way to switch window managers?
    Last edited by schen (2010-07-15 09:38:28)

    pseup wrote:
    If you just want to select a WM as you start X, then you can also have a case statement in your .xinitrc. eg
    # Stuff to execute no matter the wm here
    case $1 in
    catwm)
    # catwm specific stuff &
    exec ck-launch-session catwm
    compiz)
    # compiz specific stuff &
    exec ck-launch-session compiz-manager # or whatever its called
    dwm)
    # dwm specific stuff &
    exec ck-launch-session dwm
    # a default wm in here
    esac
    Then instead of using `startx` you can fire up X with `xinit catwm`, `xinit compiz`, `xinit dwm` or just `xinit` for the default.
    Thanks! This seemed the simplest, so I used it.

  • [Solved] Startx black screen on nvidia macbook

    startx goes to a black screen, Xorg.0.log doesn't report anything unusual (that I noticed). I've been using arch for a few years, but this is my first install on a mac, and my knowledge is rather thin in places, so I apologize if I'm missing something obvious. any help would be appreciated. here's my log. I have nvidia graphics
    btw this is the first time I've ever posted, (although these forums have helped me tremendously over the years)
    [ 608.040]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 608.043] X Protocol Version 11, Revision 0
    [ 608.043] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 608.044] Current Operating System: Linux Quixote 3.12.1-1-ARCH #1 SMP PREEMPT Thu Nov 21 08:18:42 CET 2013 x86_64
    [ 608.044] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=78c7995e-65e8-48b9-aa92-cd0a6a7ad1d1 rw quiet rootflags=data=writeback
    [ 608.046] Build Date: 01 November 2013 05:10:48PM
    [ 608.047]
    [ 608.048] Current version of pixman: 0.32.4
    [ 608.050] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 608.050] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 608.054] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 26 15:32:02 2013
    [ 608.090] (==) Using config file: "/etc/X11/xorg.conf"
    [ 608.091] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 608.120] (==) ServerLayout "Layout0"
    [ 608.120] (**) |-->Screen "Screen0" (0)
    [ 608.120] (**) | |-->Monitor "Monitor0"
    [ 608.120] (**) | |-->Device "Device0"
    [ 608.120] (**) |-->Input Device "Keyboard0"
    [ 608.120] (**) |-->Input Device "Mouse0"
    [ 608.120] (**) Option "DontZap" "False"
    [ 608.120] (==) Automatically adding devices
    [ 608.120] (==) Automatically enabling devices
    [ 608.120] (==) Automatically adding GPU devices
    [ 608.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 608.161] Entry deleted from font path.
    [ 608.161] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 608.161] Entry deleted from font path.
    [ 608.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 608.161] Entry deleted from font path.
    [ 608.161] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 608.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 608.161] Entry deleted from font path.
    [ 608.161] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 608.161] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 608.161] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 608.161] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 608.161] (WW) Disabling Keyboard0
    [ 608.161] (WW) Disabling Mouse0
    [ 608.161] (II) Loader magic: 0x7fdc20
    [ 608.161] (II) Module ABI versions:
    [ 608.161] X.Org ANSI C Emulation: 0.4
    [ 608.161] X.Org Video Driver: 14.1
    [ 608.161] X.Org XInput driver : 19.1
    [ 608.161] X.Org Server Extension : 7.0
    [ 608.161] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 608.164] (--) PCI:*(0:4:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
    [ 608.165] Initializing built-in extension Generic Event Extension
    [ 608.166] Initializing built-in extension SHAPE
    [ 608.167] Initializing built-in extension MIT-SHM
    [ 608.168] Initializing built-in extension XInputExtension
    [ 608.169] Initializing built-in extension XTEST
    [ 608.170] Initializing built-in extension BIG-REQUESTS
    [ 608.171] Initializing built-in extension SYNC
    [ 608.172] Initializing built-in extension XKEYBOARD
    [ 608.173] Initializing built-in extension XC-MISC
    [ 608.175] Initializing built-in extension SECURITY
    [ 608.176] Initializing built-in extension XINERAMA
    [ 608.177] Initializing built-in extension XFIXES
    [ 608.178] Initializing built-in extension RENDER
    [ 608.179] Initializing built-in extension RANDR
    [ 608.180] Initializing built-in extension COMPOSITE
    [ 608.181] Initializing built-in extension DAMAGE
    [ 608.182] Initializing built-in extension MIT-SCREEN-SAVER
    [ 608.183] Initializing built-in extension DOUBLE-BUFFER
    [ 608.184] Initializing built-in extension RECORD
    [ 608.185] Initializing built-in extension DPMS
    [ 608.186] Initializing built-in extension X-Resource
    [ 608.187] Initializing built-in extension XVideo
    [ 608.188] Initializing built-in extension XVideo-MotionCompensation
    [ 608.189] Initializing built-in extension XFree86-VidModeExtension
    [ 608.190] Initializing built-in extension XFree86-DGA
    [ 608.191] Initializing built-in extension XFree86-DRI
    [ 608.192] Initializing built-in extension DRI2
    [ 608.192] (II) LoadModule: "glx"
    [ 608.219] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 609.006] (II) Module glx: vendor="NVIDIA Corporation"
    [ 609.006] compiled for 4.0.2, module version = 1.0.0
    [ 609.006] Module class: X.Org Server Extension
    [ 609.006] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 609.022] Loading extension GLX
    [ 609.022] (II) LoadModule: "nvidia"
    [ 609.062] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 609.149] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 609.149] compiled for 4.0.2, module version = 1.0.0
    [ 609.149] Module class: X.Org Video Driver
    [ 609.158] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 609.158] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 609.159] (++) using VT number 1
    [ 609.171] (II) Loading sub module "fb"
    [ 609.171] (II) LoadModule: "fb"
    [ 609.171] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 609.190] (II) Module fb: vendor="X.Org Foundation"
    [ 609.191] compiled for 1.14.4, module version = 1.0.0
    [ 609.191] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 609.191] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 609.191] (II) Loading sub module "wfb"
    [ 609.191] (II) LoadModule: "wfb"
    [ 609.191] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 609.193] (II) Module wfb: vendor="X.Org Foundation"
    [ 609.193] compiled for 1.14.4, module version = 1.0.0
    [ 609.193] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 609.193] (II) Loading sub module "ramdac"
    [ 609.193] (II) LoadModule: "ramdac"
    [ 609.193] (II) Module "ramdac" already built-in
    [ 609.214] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 609.214] (==) NVIDIA(0): RGB weight 888
    [ 609.214] (==) NVIDIA(0): Default visual is TrueColor
    [ 609.214] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 609.215] (**) NVIDIA(0): Enabling 2D acceleration
    *Edit* Never mind, just switched to nouveau drivers, everything's fine now. marking as solved!
    Last edited by Lawless Flogic (2013-11-27 00:31:28)

    startx goes to a black screen, Xorg.0.log doesn't report anything unusual (that I noticed). I've been using arch for a few years, but this is my first install on a mac, and my knowledge is rather thin in places, so I apologize if I'm missing something obvious. any help would be appreciated. here's my log. I have nvidia graphics
    btw this is the first time I've ever posted, (although these forums have helped me tremendously over the years)
    [ 608.040]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 608.043] X Protocol Version 11, Revision 0
    [ 608.043] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 608.044] Current Operating System: Linux Quixote 3.12.1-1-ARCH #1 SMP PREEMPT Thu Nov 21 08:18:42 CET 2013 x86_64
    [ 608.044] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=78c7995e-65e8-48b9-aa92-cd0a6a7ad1d1 rw quiet rootflags=data=writeback
    [ 608.046] Build Date: 01 November 2013 05:10:48PM
    [ 608.047]
    [ 608.048] Current version of pixman: 0.32.4
    [ 608.050] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 608.050] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 608.054] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 26 15:32:02 2013
    [ 608.090] (==) Using config file: "/etc/X11/xorg.conf"
    [ 608.091] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 608.120] (==) ServerLayout "Layout0"
    [ 608.120] (**) |-->Screen "Screen0" (0)
    [ 608.120] (**) | |-->Monitor "Monitor0"
    [ 608.120] (**) | |-->Device "Device0"
    [ 608.120] (**) |-->Input Device "Keyboard0"
    [ 608.120] (**) |-->Input Device "Mouse0"
    [ 608.120] (**) Option "DontZap" "False"
    [ 608.120] (==) Automatically adding devices
    [ 608.120] (==) Automatically enabling devices
    [ 608.120] (==) Automatically adding GPU devices
    [ 608.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 608.161] Entry deleted from font path.
    [ 608.161] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 608.161] Entry deleted from font path.
    [ 608.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 608.161] Entry deleted from font path.
    [ 608.161] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 608.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 608.161] Entry deleted from font path.
    [ 608.161] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 608.161] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 608.161] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 608.161] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 608.161] (WW) Disabling Keyboard0
    [ 608.161] (WW) Disabling Mouse0
    [ 608.161] (II) Loader magic: 0x7fdc20
    [ 608.161] (II) Module ABI versions:
    [ 608.161] X.Org ANSI C Emulation: 0.4
    [ 608.161] X.Org Video Driver: 14.1
    [ 608.161] X.Org XInput driver : 19.1
    [ 608.161] X.Org Server Extension : 7.0
    [ 608.161] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 608.164] (--) PCI:*(0:4:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
    [ 608.165] Initializing built-in extension Generic Event Extension
    [ 608.166] Initializing built-in extension SHAPE
    [ 608.167] Initializing built-in extension MIT-SHM
    [ 608.168] Initializing built-in extension XInputExtension
    [ 608.169] Initializing built-in extension XTEST
    [ 608.170] Initializing built-in extension BIG-REQUESTS
    [ 608.171] Initializing built-in extension SYNC
    [ 608.172] Initializing built-in extension XKEYBOARD
    [ 608.173] Initializing built-in extension XC-MISC
    [ 608.175] Initializing built-in extension SECURITY
    [ 608.176] Initializing built-in extension XINERAMA
    [ 608.177] Initializing built-in extension XFIXES
    [ 608.178] Initializing built-in extension RENDER
    [ 608.179] Initializing built-in extension RANDR
    [ 608.180] Initializing built-in extension COMPOSITE
    [ 608.181] Initializing built-in extension DAMAGE
    [ 608.182] Initializing built-in extension MIT-SCREEN-SAVER
    [ 608.183] Initializing built-in extension DOUBLE-BUFFER
    [ 608.184] Initializing built-in extension RECORD
    [ 608.185] Initializing built-in extension DPMS
    [ 608.186] Initializing built-in extension X-Resource
    [ 608.187] Initializing built-in extension XVideo
    [ 608.188] Initializing built-in extension XVideo-MotionCompensation
    [ 608.189] Initializing built-in extension XFree86-VidModeExtension
    [ 608.190] Initializing built-in extension XFree86-DGA
    [ 608.191] Initializing built-in extension XFree86-DRI
    [ 608.192] Initializing built-in extension DRI2
    [ 608.192] (II) LoadModule: "glx"
    [ 608.219] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 609.006] (II) Module glx: vendor="NVIDIA Corporation"
    [ 609.006] compiled for 4.0.2, module version = 1.0.0
    [ 609.006] Module class: X.Org Server Extension
    [ 609.006] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 609.022] Loading extension GLX
    [ 609.022] (II) LoadModule: "nvidia"
    [ 609.062] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 609.149] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 609.149] compiled for 4.0.2, module version = 1.0.0
    [ 609.149] Module class: X.Org Video Driver
    [ 609.158] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 609.158] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 609.159] (++) using VT number 1
    [ 609.171] (II) Loading sub module "fb"
    [ 609.171] (II) LoadModule: "fb"
    [ 609.171] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 609.190] (II) Module fb: vendor="X.Org Foundation"
    [ 609.191] compiled for 1.14.4, module version = 1.0.0
    [ 609.191] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 609.191] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 609.191] (II) Loading sub module "wfb"
    [ 609.191] (II) LoadModule: "wfb"
    [ 609.191] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 609.193] (II) Module wfb: vendor="X.Org Foundation"
    [ 609.193] compiled for 1.14.4, module version = 1.0.0
    [ 609.193] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 609.193] (II) Loading sub module "ramdac"
    [ 609.193] (II) LoadModule: "ramdac"
    [ 609.193] (II) Module "ramdac" already built-in
    [ 609.214] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 609.214] (==) NVIDIA(0): RGB weight 888
    [ 609.214] (==) NVIDIA(0): Default visual is TrueColor
    [ 609.214] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 609.215] (**) NVIDIA(0): Enabling 2D acceleration
    *Edit* Never mind, just switched to nouveau drivers, everything's fine now. marking as solved!
    Last edited by Lawless Flogic (2013-11-27 00:31:28)

  • [Solved] lxde and pcmanfm missing options

    Solved, read here: http://blog.lxde.org/?p=737 (both intentionally missing)
    After last night's pcmanfm update (0.5.2-1  to 0.9.7-1), my pcmanfm is missing the tree option in the left panel (and judging from other posts, other things as well that I haven't needed yet). 
    Also my lxde now does not have a background nor is the entire tab available anymore in the "Desktop Settings" option (or anywhere anymore).  It is a totally different "Preferences" window only giving General, Display, Volume Management, Advanced tabs.
    I have regularly switched between ratpoison and lxde|openbox.  I use "exec ck-launch-session lxde" in my ~/.xinitrc.  I also tried "exec startlxde" which didn't help.  I manually startx.
    I have searched (and asked in #archlinux but nobody answered) and found these threads that touched on similar problems with pcmanfm but nothing about my issues that I could see.  I also looked in lxde forums but no luck.
    http://bbs.archlinux.org/viewtopic.php?id=98529
    http://bbs.archlinux.org/viewtopic.php?id=100635
    My updates last night:
    [2010-07-07 16:10] Running 'pacman -Syu'
    [2010-07-07 16:10] synchronizing package lists
    [2010-07-07 16:10] starting full system upgrade
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] upgraded libarchive (2.8.3-3 -> 2.8.4-1)
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] installed libfm (0.1.12-1)
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] upgraded pcmanfm (0.5.2-1 -> 0.9.7-1)
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] upgraded pcre (8.02-1 -> 8.10-1)
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] upgraded sudo (1.7.2p7-2 -> 1.7.3-1)
    Last edited by shariebeth (2010-07-08 19:26:59)

    anamesa wrote:Though there is some solution in one of the mentioned threads, I preferred to downgrade to previous version 0.5.2-1 and put pcmanfm in IgnorePkg in /etc/pacman.conf. I'm a bit lazy you see. Now everything is back to normal. I'll keep it that way till it breaks the dependencies.  If the pcmanfm developer claims it is intentional, then so be it. In the meantime I'll think of a way to get rid of pcmanfm alltogether and to replace it with another means of handling transparency & desktop bg in my arch setup.
    feh (an image viewer allows you to set backgrounds. I have pcmanfm installed, but I rarely use it since most times I just use cli commands to browse thru files. There are other light and fast file managers on the wiki if you were looking to switch.
    Common File Managers
    Lightweight File Managers
    Also there are others that Archers have developed which you will find in the Community Contributions sub-forum. Ranger and qtfm come to mind
    Last edited by Inxsible (2010-07-09 16:17:30)

  • ATI and blackscreen death...

    community,
    I have a HD4250 IGP (R620) w/ athlon 2 x4.
    Yesterday, before turning off the pc I've pacmaned Syu, thus making my system inoperable today. I'm using proprietary catalyst drivers, the latest I could find.
    Symptoms are : black screen, no keyboard. When I've added acpi=off while doing a manual boot from grub, I've got a screen with dmesg's and a keyboard-unresponsive box.
    I'm not able to edit any of the configuration files as of right now, I don't have an optical drive to run a livecd. I've also tried to create an arch-usb to run live, but to no success. I've tried to access the partition w/ windows 7, but the darn thing doesnt recognize ext2/ext3 even though I have the proper tools installed... (when it comes to writing things. reading was easy w/ diskinternals or whatnot....)
    Thus, I'm stuck with win7. Help?
    Xorg.0.log, grub [acpi=off]:
    [ 163.958]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 164.025] X Protocol Version 11, Revision 0
    [ 164.025] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 164.025] Current Operating System: Linux p1ohost 2.6.38-ARCH #1 SMP PREEMPT Mon Jun 6 22:49:29 CEST 2011 x86_64
    [ 164.025] Kernel command line: root=/dev/disk/by-label/Root ro acpi=off
    [ 164.025] Build Date: 30 May 2011 08:18:15AM
    [ 164.025]
    [ 164.025] Current version of pixman: 0.22.0
    [ 164.025] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 164.025] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 164.025] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 10 09:18:46 2011
    [ 164.039] (==) Using config file: "/etc/X11/xorg.conf"
    [ 164.039] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 164.072] (==) ServerLayout "aticonfig Layout"
    [ 164.072] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 164.072] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 164.072] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 164.072] (==) Automatically adding devices
    [ 164.072] (==) Automatically enabling devices
    [ 164.096] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 164.096] Entry deleted from font path.
    [ 164.103] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 164.103] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 164.103] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 164.103] (II) Loader magic: 0x7d3440
    [ 164.103] (II) Module ABI versions:
    [ 164.103] X.Org ANSI C Emulation: 0.4
    [ 164.103] X.Org Video Driver: 10.0
    [ 164.103] X.Org XInput driver : 12.2
    [ 164.103] X.Org Server Extension : 5.0
    [ 164.104] (--) PCI:*(0:1:5:0) 1002:9715:1043:843e rev 0, Mem @ 0xd0000000/268435456, 0xfe9f0000/65536, 0xfe800000/1048576, I/O @ 0x0000d000/256
    [ 164.104] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 164.104] (II) "extmod" will be loaded by default.
    [ 164.104] (II) "dbe" will be loaded by default.
    [ 164.104] (II) "glx" will be loaded by default.
    [ 164.104] (II) "record" will be loaded by default.
    [ 164.104] (II) "dri" will be loaded by default.
    [ 164.104] (II) "dri2" will be loaded by default.
    [ 164.104] (II) LoadModule: "extmod"
    [ 164.136] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 164.146] (II) Module extmod: vendor="X.Org Foundation"
    [ 164.146] compiled for 1.10.2, module version = 1.0.0
    [ 164.146] Module class: X.Org Server Extension
    [ 164.146] ABI class: X.Org Server Extension, version 5.0
    [ 164.146] (II) Loading extension MIT-SCREEN-SAVER
    [ 164.146] (II) Loading extension XFree86-VidModeExtension
    [ 164.146] (II) Loading extension XFree86-DGA
    [ 164.146] (II) Loading extension DPMS
    [ 164.146] (II) Loading extension XVideo
    [ 164.146] (II) Loading extension XVideo-MotionCompensation
    [ 164.146] (II) Loading extension X-Resource
    [ 164.146] (II) LoadModule: "dbe"
    [ 164.146] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 164.147] (II) Module dbe: vendor="X.Org Foundation"
    [ 164.147] compiled for 1.10.2, module version = 1.0.0
    [ 164.147] Module class: X.Org Server Extension
    [ 164.147] ABI class: X.Org Server Extension, version 5.0
    [ 164.147] (II) Loading extension DOUBLE-BUFFER
    [ 164.147] (II) LoadModule: "glx"
    [ 164.147] (II) Loading /usr/lib/xorg/modules/extensions/fglrx/libglx.so
    [ 164.166] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
    [ 164.166] compiled for 6.9.0, module version = 1.0.0
    [ 164.166] (II) Loading extension GLX
    [ 164.166] (II) LoadModule: "record"
    [ 164.167] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 164.167] (II) Module record: vendor="X.Org Foundation"
    [ 164.167] compiled for 1.10.2, module version = 1.13.0
    [ 164.167] Module class: X.Org Server Extension
    [ 164.167] ABI class: X.Org Server Extension, version 5.0
    [ 164.167] (II) Loading extension RECORD
    [ 164.167] (II) LoadModule: "dri"
    [ 164.167] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 164.178] (II) Module dri: vendor="X.Org Foundation"
    [ 164.178] compiled for 1.10.2, module version = 1.0.0
    [ 164.178] ABI class: X.Org Server Extension, version 5.0
    [ 164.178] (II) Loading extension XFree86-DRI
    [ 164.178] (II) LoadModule: "dri2"
    [ 164.178] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 164.179] (II) Module dri2: vendor="X.Org Foundation"
    [ 164.179] compiled for 1.10.2, module version = 1.2.0
    [ 164.179] ABI class: X.Org Server Extension, version 5.0
    [ 164.179] (II) Loading extension DRI2
    [ 164.179] (II) LoadModule: "fglrx"
    [ 164.179] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 164.331] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 164.336] compiled for 1.4.99.906, module version = 8.84.5
    [ 164.336] Module class: X.Org Video Driver
    [ 164.337] (II) Loading sub module "fglrxdrm"
    [ 164.337] (II) LoadModule: "fglrxdrm"
    [ 164.337] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 164.351] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 164.351] compiled for 1.4.99.906, module version = 8.84.5
    [ 164.351] (II) ATI Proprietary Linux Driver Version Identifier:8.84.5
    [ 164.351] (II) ATI Proprietary Linux Driver Release Identifier: 8.841
    [ 164.351] (II) ATI Proprietary Linux Driver Build Date: Apr 5 2011 21:43:54
    [ 164.351] (++) using VT number 7
    [ 164.366] (WW) Falling back to old probe method for fglrx
    [ 164.413] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 164.421] (--) Chipset Supported AMD Graphics Processor (0x9715) found
    [ 164.423] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 164.423] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 164.423] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
    [ 164.423] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 164.423] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 164.423] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
    [ 164.423] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 164.423] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 164.424] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    [ 164.424] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 164.424] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 164.424] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 164.424] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [ 164.424] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
    [ 164.424] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 164.424] (II) AMD Video driver is signed
    [ 164.424] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 164.424] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 164.424] (II) fglrx(0): pEnt->device->identifier=0x1543c40
    [ 164.424] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
    [ 164.424] (II) Loading sub module "vgahw"
    [ 164.424] (II) LoadModule: "vgahw"
    [ 164.424] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 164.437] (II) Module vgahw: vendor="X.Org Foundation"
    [ 164.437] compiled for 1.10.2, module version = 0.1.0
    [ 164.437] ABI class: X.Org Video Driver, version 10.0
    [ 164.437] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 164.437] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 164.437] (==) fglrx(0): Default visual is TrueColor
    [ 164.437] (**) fglrx(0): Option "DPMS" "true"
    [ 164.437] (==) fglrx(0): RGB weight 888
    [ 164.437] (II) fglrx(0): Using 8 bits per RGB
    [ 164.437] (==) fglrx(0): Buffer Tiling is ON
    [ 164.438] (II) Loading sub module "fglrxdrm"
    [ 164.438] (II) LoadModule: "fglrxdrm"
    [ 164.438] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 164.438] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 164.438] compiled for 1.4.99.906, module version = 8.84.5
    [ 164.449] ukiDynamicMajor: failed to open /proc/ati/major
    [ 164.449] ukiDynamicMajor: failed to open /proc/ati/major
    [ 164.449] (==) fglrx(0): NoAccel = NO
    [ 164.449] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 164.449] (--) fglrx(0): Chipset: "ATI Radeon HD 4250 " (Chipset = 0x9715)
    [ 164.449] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x843e)
    [ 164.449] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 164.449] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    [ 164.449] (--) fglrx(0): MMIO registers at 0xfe9f0000
    [ 164.449] (--) fglrx(0): I/O port at 0x0000d000
    [ 164.449] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 164.462] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 164.463] (EE) fglrx(0): ACPI: DRM connection failed
    [ 164.509] (II) Loading sub module "vbe"
    [ 164.509] (II) LoadModule: "vbe"
    [ 164.510] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 164.510] (II) Module vbe: vendor="X.Org Foundation"
    [ 164.510] compiled for 1.10.2, module version = 1.1.0
    [ 164.510] ABI class: X.Org Video Driver, version 10.0
    [ 164.510] (II) fglrx(0): VESA BIOS detected
    [ 164.510] (II) fglrx(0): VESA VBE Version 3.0
    [ 164.510] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 164.510] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 164.510] (II) fglrx(0): VESA VBE OEM Software Rev: 10.94
    [ 164.510] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 164.510] (II) fglrx(0): VESA VBE OEM Product: RS880
    [ 164.510] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 164.518] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 164.518] (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2
    [ 164.518] (II) fglrx(0): PCIE card detected
    [ 164.518] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 164.518] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 164.518] (EE) fglrx(0): ACPI: DRM connection failed
    [ 164.518] (WW) fglrx(0): Hasn't establisted DRM connection
    [ 164.518] (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
    [ 164.518] (WW) fglrx(0): No DRM connection for driver fglrx.
    [ 164.518] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 164.518] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 164.518] (==) fglrx(0): Center Mode is disabled
    [ 164.518] (II) Loading sub module "fb"
    [ 164.518] (II) LoadModule: "fb"
    [ 164.518] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 164.531] (II) Module fb: vendor="X.Org Foundation"
    [ 164.531] compiled for 1.10.2, module version = 1.0.0
    [ 164.531] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 164.531] (II) Loading sub module "ddc"
    [ 164.531] (II) LoadModule: "ddc"
    [ 164.531] (II) Module "ddc" already built-in
    [ 164.764] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 164.764] (II) fglrx(0): Output CRT1 has no monitor section
    [ 164.764] (II) Loading sub module "ddc"
    [ 164.764] (II) LoadModule: "ddc"
    [ 164.764] (II) Module "ddc" already built-in
    [ 164.764] (II) fglrx(0): Connected Display0: DFP1
    [ 164.764] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 164.764] (II) fglrx(0): Manufacturer: GSM Model: 5637 Serial#: 16485
    [ 164.764] (II) fglrx(0): Year: 2008 Week: 1
    [ 164.764] (II) fglrx(0): EDID Version: 1.3
    [ 164.764] (II) fglrx(0): Digital Display Input
    [ 164.764] (II) fglrx(0): Max Image Size [cm]: horiz.: 47 vert.: 29
    [ 164.764] (II) fglrx(0): Gamma: 2.20
    [ 164.764] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 164.765] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 164.765] (II) fglrx(0): First detailed timing is preferred mode
    [ 164.765] (II) fglrx(0): redX: 0.644 redY: 0.333 greenX: 0.286 greenY: 0.605
    [ 164.765] (II) fglrx(0): blueX: 0.152 blueY: 0.076 whiteX: 0.313 whiteY: 0.329
    [ 164.765] (II) fglrx(0): Supported established timings:
    [ 164.765] (II) fglrx(0): 720x400@70Hz
    [ 164.765] (II) fglrx(0): 640x480@60Hz
    [ 164.765] (II) fglrx(0): 640x480@75Hz
    [ 164.765] (II) fglrx(0): 800x600@56Hz
    [ 164.765] (II) fglrx(0): 800x600@60Hz
    [ 164.765] (II) fglrx(0): 800x600@75Hz
    [ 164.765] (II) fglrx(0): 832x624@75Hz
    [ 164.765] (II) fglrx(0): 1024x768@60Hz
    [ 164.765] (II) fglrx(0): 1024x768@75Hz
    [ 164.765] (II) fglrx(0): 1280x1024@75Hz
    [ 164.765] (II) fglrx(0): 1152x864@75Hz
    [ 164.765] (II) fglrx(0): Manufacturer's mask: 0
    [ 164.765] (II) fglrx(0): Supported standard timings:
    [ 164.765] (II) fglrx(0): #0: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 164.765] (II) fglrx(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 164.765] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 164.765] (II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 164.765] (II) fglrx(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 164.765] (II) fglrx(0): Supported detailed timing:
    [ 164.765] (II) fglrx(0): clock: 146.2 MHz Image Size: 473 x 296 mm
    [ 164.765] (II) fglrx(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 164.765] (II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 164.765] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz, PixClock max 155 MHz
    [ 164.765] (II) fglrx(0): Monitor name: L226WA
    [ 164.765] (II) fglrx(0): Supported detailed timing:
    [ 164.765] (II) fglrx(0): clock: 119.0 MHz Image Size: 473 x 296 mm
    [ 164.765] (II) fglrx(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    [ 164.765] (II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    [ 164.765] (II) fglrx(0): EDID (in hex):
    [ 164.765] (II) fglrx(0): 00ffffffffffff001e6d375665400000
    [ 164.765] (II) fglrx(0): 01120103ea2f1d78ead425a455499b27
    [ 164.765] (II) fglrx(0): 135054a76b80950f950081808140714f
    [ 164.765] (II) fglrx(0): 01010101010121399030621a274068b0
    [ 164.765] (II) fglrx(0): 3600d9281100001c000000fd00384b1c
    [ 164.765] (II) fglrx(0): 530f000a202020202020000000fc004c
    [ 164.765] (II) fglrx(0): 32323657410a2020202020207c2e90a0
    [ 164.765] (II) fglrx(0): 601a1e4030203600d9281100001a00aa
    [ 164.765] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 164.795] (II) fglrx(0): EDID for output DFP1
    [ 164.795] (II) fglrx(0): Manufacturer: GSM Model: 5637 Serial#: 16485
    [ 164.795] (II) fglrx(0): Year: 2008 Week: 1
    [ 164.795] (II) fglrx(0): EDID Version: 1.3
    [ 164.795] (II) fglrx(0): Digital Display Input
    [ 164.795] (II) fglrx(0): Max Image Size [cm]: horiz.: 47 vert.: 29
    [ 164.795] (II) fglrx(0): Gamma: 2.20
    [ 164.795] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 164.795] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 164.795] (II) fglrx(0): First detailed timing is preferred mode
    [ 164.795] (II) fglrx(0): redX: 0.644 redY: 0.333 greenX: 0.286 greenY: 0.605
    [ 164.795] (II) fglrx(0): blueX: 0.152 blueY: 0.076 whiteX: 0.313 whiteY: 0.329
    [ 164.795] (II) fglrx(0): Supported established timings:
    [ 164.795] (II) fglrx(0): 720x400@70Hz
    [ 164.795] (II) fglrx(0): 640x480@60Hz
    [ 164.795] (II) fglrx(0): 640x480@75Hz
    [ 164.795] (II) fglrx(0): 800x600@56Hz
    [ 164.795] (II) fglrx(0): 800x600@60Hz
    [ 164.795] (II) fglrx(0): 800x600@75Hz
    [ 164.795] (II) fglrx(0): 832x624@75Hz
    [ 164.795] (II) fglrx(0): 1024x768@60Hz
    [ 164.795] (II) fglrx(0): 1024x768@75Hz
    [ 164.795] (II) fglrx(0): 1280x1024@75Hz
    [ 164.795] (II) fglrx(0): 1152x864@75Hz
    [ 164.795] (II) fglrx(0): Manufacturer's mask: 0
    [ 164.795] (II) fglrx(0): Supported standard timings:
    [ 164.795] (II) fglrx(0): #0: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 164.795] (II) fglrx(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 164.795] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 164.795] (II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 164.795] (II) fglrx(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 164.795] (II) fglrx(0): Supported detailed timing:
    [ 164.795] (II) fglrx(0): clock: 146.2 MHz Image Size: 473 x 296 mm
    [ 164.795] (II) fglrx(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 164.795] (II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 164.795] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz, PixClock max 155 MHz
    [ 164.795] (II) fglrx(0): Monitor name: L226WA
    [ 164.795] (II) fglrx(0): Supported detailed timing:
    [ 164.795] (II) fglrx(0): clock: 119.0 MHz Image Size: 473 x 296 mm
    [ 164.795] (II) fglrx(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    [ 164.795] (II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    [ 164.795] (II) fglrx(0): EDID (in hex):
    [ 164.795] (II) fglrx(0): 00000000000000003a20537570706f72
    [ 164.795] (II) fglrx(0): 7465642064657461696c65642074696d
    [ 164.795] (II) fglrx(0): 696e673a0a00003a0a0081808140714f
    [ 164.795] (II) fglrx(0): 01010101010121396100000000000000
    [ 164.795] (II) fglrx(0): 00000000000000003a20765f61637469
    [ 164.795] (II) fglrx(0): 76653a2025692020765f73796e633a20
    [ 164.795] (II) fglrx(0): 25692020765f73796e635f656e642025
    [ 164.795] (II) fglrx(0): 6920765f626c616e6b696e673a202569
    [ 164.795] (II) fglrx(0): EDID vendor "GSM", prod id 22071
    [ 164.795] (II) fglrx(0): Using EDID range info for horizontal sync
    [ 164.795] (II) fglrx(0): Using EDID range info for vertical refresh
    [ 164.795] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 164.795] (II) fglrx(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 164.795] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 164.795] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 164.795] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 164.795] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 164.795] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 164.795] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 164.795] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 164.795] (II) fglrx(0): Printing probed modes for output DFP1
    [ 164.795] (II) fglrx(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync (65.3 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 +hsync -vsync (65.3 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1152x648"x60.0 59.90 1152 1200 1320 1488 648 649 652 671 +hsync -vsync (40.3 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 -hsync -vsync (80.0 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 +hsync -vsync (55.9 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 +hsync -vsync (75.2 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 -hsync -vsync (60.0 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1366x768"x60.0 85.76 1366 1438 1582 1800 768 769 772 795 +hsync -vsync (47.6 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 -hsync -vsync (47.7 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x800"x75.0 107.21 1280 1360 1496 1712 800 801 804 835 +hsync -vsync (62.6 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x800"x60.0 83.46 1280 1344 1480 1680 800 801 804 828 +hsync -vsync (49.7 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 -hsync -vsync (67.5 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 +hsync -vsync (53.7 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x768"x75.0 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync -vsync (47.8 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync (45.0 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 -hsync -vsync (60.0 kHz)
    [ 164.795] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz)
    [ 164.795] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 -hsync -vsync (46.9 kHz)
    [ 164.795] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 -hsync -vsync (37.9 kHz)
    [ 164.795] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 -hsync -vsync (35.2 kHz)
    [ 164.795] (II) fglrx(0): Modeline "720x480"x60.0 26.71 720 736 808 896 480 481 484 497 +hsync -vsync (29.8 kHz)
    [ 164.795] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 +hsync +vsync (37.5 kHz)
    [ 164.795] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 648 744 800 480 482 484 525 +hsync +vsync (31.5 kHz)
    [ 164.795] (II) fglrx(0): EDID for output CRT1
    [ 164.795] (II) fglrx(0): Output DFP1 connected
    [ 164.795] (II) fglrx(0): Output CRT1 disconnected
    [ 164.795] (II) fglrx(0): Using exact sizes for initial modes
    [ 164.795] (II) fglrx(0): Output DFP1 using initial mode 1680x1050
    [ 164.796] (II) fglrx(0): Display dimensions: (470, 290) mm
    [ 164.796] (II) fglrx(0): DPI set to (91, 91)
    [ 164.796] (II) fglrx(0): Adapter ATI Radeon HD 4250 has 2 configurable heads and 1 displays connected.
    [ 164.796] (==) fglrx(0): PseudoColor visuals disabled
    [ 164.796] (II) Loading sub module "ramdac"
    [ 164.796] (II) LoadModule: "ramdac"
    [ 164.796] (II) Module "ramdac" already built-in
    [ 164.796] (==) fglrx(0): NoDRI = NO
    [ 164.796] (==) fglrx(0): Capabilities: 0x00000000
    [ 164.796] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 164.796] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 164.796] (==) fglrx(0): UseFastTLS=0
    [ 164.796] (==) fglrx(0): BlockSignalsOnLock=1
    [ 164.796] (--) Depth 24 pixmap format is 32 bpp
    [ 164.796] (EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
    [ 164.796] (WW) fglrx(0): ***********************************************************
    [ 164.796] (WW) fglrx(0): * DRI initialization failed *
    [ 164.796] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
    [ 164.796] (WW) fglrx(0): * 2D and 3D acceleration disabled *
    [ 164.796] (WW) fglrx(0): ***********************************************************
    [ 164.796] (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x10000000
    [ 164.828] (II) fglrx(0): FBMM initialized for area (0,0)-(1728,8191)
    [ 164.828] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1728,1680) (front color buffer - assumption)
    [ 164.828] (II) fglrx(0): Largest offscreen area available: 1728 x 6511
    [ 164.832] (==) fglrx(0): Backing store disabled
    [ 164.832] (II) Loading extension FGLRXEXTENSION
    [ 164.832] (**) fglrx(0): DPMS enabled
    [ 164.832] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 164.832] (WW) fglrx(0): Textured Video not supported without DRI enabled.
    [ 164.832] (II) LoadModule: "glesx"
    [ 164.832] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 164.964] (II) Module glesx: vendor="X.Org Foundation"
    [ 164.964] compiled for 1.4.99.906, module version = 1.0.0
    [ 164.964] (II) Loading extension GLESX
    [ 164.964] (II) fglrx(0): GLESX enableFlags = 512
    [ 164.965] (II) LoadModule: "amdxmm"
    [ 164.965] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 164.974] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 164.974] compiled for 1.4.99.906, module version = 2.0.0
    [ 164.974] (EE) fglrx(0): XMM failed to open CMMQS connection.(EE) fglrx(0):
    [ 164.974] (EE) fglrx(0): XMM failed to initialize
    [ 164.974] (WW) fglrx(0): No XV video playback available
    [ 164.974] (II) fglrx(0): Enable composite support successfully
    [ 164.974] (WW) fglrx(0): Option "VendorName" is not used
    [ 164.974] (WW) fglrx(0): Option "ModelName" is not used
    [ 164.974] (==) fglrx(0): Silken mouse enabled
    [ 164.974] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 164.974] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 165.038] (--) RandR disabled
    [ 165.038] (II) Initializing built-in extension Generic Event Extension
    [ 165.038] (II) Initializing built-in extension SHAPE
    [ 165.038] (II) Initializing built-in extension MIT-SHM
    [ 165.038] (II) Initializing built-in extension XInputExtension
    [ 165.038] (II) Initializing built-in extension XTEST
    [ 165.038] (II) Initializing built-in extension BIG-REQUESTS
    [ 165.038] (II) Initializing built-in extension SYNC
    [ 165.038] (II) Initializing built-in extension XKEYBOARD
    [ 165.038] (II) Initializing built-in extension XC-MISC
    [ 165.038] (II) Initializing built-in extension SECURITY
    [ 165.038] (II) Initializing built-in extension XINERAMA
    [ 165.038] (II) Initializing built-in extension XFIXES
    [ 165.038] (II) Initializing built-in extension RENDER
    [ 165.038] (II) Initializing built-in extension RANDR
    [ 165.038] (II) Initializing built-in extension COMPOSITE
    [ 165.038] (II) Initializing built-in extension DAMAGE
    [ 165.040]
    Backtrace:
    [ 165.046] 0: /usr/bin/X (xorg_backtrace+0x26) [0x49f556]
    [ 165.046] 1: /usr/bin/X (0x400000+0x60cf9) [0x460cf9]
    [ 165.046] 2: /lib/libpthread.so.0 (0x7faffabc5000+0xf750) [0x7faffabd4750]
    [ 165.046] 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs110_swlDriOpenConnection+0x3a) [0x7faff77d38ea]
    [ 165.046] 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (swlDriOpenConnection+0xd) [0x7faff76c920d]
    [ 165.046] 5: /usr/lib/xorg/modules/extensions/fglrx/libglx.so (0x7faff8a3e000+0x1be84) [0x7faff8a59e84]
    [ 165.046] 6: /usr/lib/xorg/modules/extensions/fglrx/libglx.so (0x7faff8a3e000+0x1e185) [0x7faff8a5c185]
    [ 165.046] 7: /usr/bin/X (InitExtensions+0x99) [0x484b79]
    [ 165.046] 8: /usr/bin/X (0x400000+0x229db) [0x4229db]
    [ 165.046] 9: /lib/libc.so.6 (__libc_start_main+0xed) [0x7faff9b45f6d]
    [ 165.046] 10: /usr/bin/X (0x400000+0x22e6d) [0x422e6d]
    [ 165.046] Segmentation fault at address 0xa0
    [ 165.046]
    Fatal server error:
    [ 165.046] Caught signal 11 (Segmentation fault). Server aborting
    [ 165.046]
    [ 165.046]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 165.046] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 165.046]
    [ 172.048] (EE) fglrx(0): firegl_SetSuspendResumeState FAILED -9.
    Xorg.0.log.old , acpi not off
    [ 19.540]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 19.550] X Protocol Version 11, Revision 0
    [ 19.550] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 19.550] Current Operating System: Linux p1ohost 2.6.38-ARCH #1 SMP PREEMPT Mon Jun 6 22:49:29 CEST 2011 x86_64
    [ 19.550] Kernel command line: root=/dev/disk/by-label/Root ro
    [ 19.550] Build Date: 30 May 2011 08:18:15AM
    [ 19.550]
    [ 19.550] Current version of pixman: 0.22.0
    [ 19.550] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 19.550] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.550] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 10 08:04:51 2011
    [ 19.604] (==) Using config file: "/etc/X11/xorg.conf"
    [ 19.604] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 19.614] (==) ServerLayout "aticonfig Layout"
    [ 19.614] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 19.614] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 19.614] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 19.614] (==) Automatically adding devices
    [ 19.614] (==) Automatically enabling devices
    [ 19.662] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.662] Entry deleted from font path.
    [ 19.710] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 19.710] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 19.710] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 19.710] (II) Loader magic: 0x7d3440
    [ 19.710] (II) Module ABI versions:
    [ 19.710] X.Org ANSI C Emulation: 0.4
    [ 19.710] X.Org Video Driver: 10.0
    [ 19.710] X.Org XInput driver : 12.2
    [ 19.710] X.Org Server Extension : 5.0
    [ 19.711] (--) PCI:*(0:1:5:0) 1002:9715:1043:843e rev 0, Mem @ 0xd0000000/268435456, 0xfe9f0000/65536, 0xfe800000/1048576, I/O @ 0x0000d000/256
    [ 19.711] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 19.711] (II) "extmod" will be loaded by default.
    [ 19.711] (II) "dbe" will be loaded by default.
    [ 19.711] (II) "glx" will be loaded by default.
    [ 19.711] (II) "record" will be loaded by default.
    [ 19.711] (II) "dri" will be loaded by default.
    [ 19.711] (II) "dri2" will be loaded by default.
    [ 19.711] (II) LoadModule: "extmod"
    [ 19.761] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 19.770] (II) Module extmod: vendor="X.Org Foundation"
    [ 19.770] compiled for 1.10.2, module version = 1.0.0
    [ 19.770] Module class: X.Org Server Extension
    [ 19.770] ABI class: X.Org Server Extension, version 5.0
    [ 19.770] (II) Loading extension MIT-SCREEN-SAVER
    [ 19.770] (II) Loading extension XFree86-VidModeExtension
    [ 19.770] (II) Loading extension XFree86-DGA
    [ 19.770] (II) Loading extension DPMS
    [ 19.770] (II) Loading extension XVideo
    [ 19.770] (II) Loading extension XVideo-MotionCompensation
    [ 19.770] (II) Loading extension X-Resource
    [ 19.770] (II) LoadModule: "dbe"
    [ 19.770] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 19.770] (II) Module dbe: vendor="X.Org Foundation"
    [ 19.770] compiled for 1.10.2, module version = 1.0.0
    [ 19.770] Module class: X.Org Server Extension
    [ 19.770] ABI class: X.Org Server Extension, version 5.0
    [ 19.770] (II) Loading extension DOUBLE-BUFFER
    [ 19.770] (II) LoadModule: "glx"
    [ 19.770] (II) Loading /usr/lib/xorg/modules/extensions/fglrx/libglx.so
    [ 19.790] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
    [ 19.790] compiled for 6.9.0, module version = 1.0.0
    [ 19.790] (II) Loading extension GLX
    [ 19.790] (II) LoadModule: "record"
    [ 19.790] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 19.791] (II) Module record: vendor="X.Org Foundation"
    [ 19.791] compiled for 1.10.2, module version = 1.13.0
    [ 19.791] Module class: X.Org Server Extension
    [ 19.791] ABI class: X.Org Server Extension, version 5.0
    [ 19.791] (II) Loading extension RECORD
    [ 19.791] (II) LoadModule: "dri"
    [ 19.791] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 19.810] (II) Module dri: vendor="X.Org Foundation"
    [ 19.810] compiled for 1.10.2, module version = 1.0.0
    [ 19.810] ABI class: X.Org Server Extension, version 5.0
    [ 19.810] (II) Loading extension XFree86-DRI
    [ 19.810] (II) LoadModule: "dri2"
    [ 19.810] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 19.811] (II) Module dri2: vendor="X.Org Foundation"
    [ 19.811] compiled for 1.10.2, module version = 1.2.0
    [ 19.811] ABI class: X.Org Server Extension, version 5.0
    [ 19.811] (II) Loading extension DRI2
    [ 19.811] (II) LoadModule: "fglrx"
    [ 19.811] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 19.963] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 19.968] compiled for 1.4.99.906, module version = 8.84.5
    [ 19.968] Module class: X.Org Video Driver
    [ 19.969] (II) Loading sub module "fglrxdrm"
    [ 19.969] (II) LoadModule: "fglrxdrm"
    [ 19.969] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 19.983] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 19.983] compiled for 1.4.99.906, module version = 8.84.5
    [ 19.983] (II) ATI Proprietary Linux Driver Version Identifier:8.84.5
    [ 19.983] (II) ATI Proprietary Linux Driver Release Identifier: 8.841
    [ 19.983] (II) ATI Proprietary Linux Driver Build Date: Apr 5 2011 21:43:54
    [ 19.983] (++) using VT number 7
    [ 19.984] (WW) Falling back to old probe method for fglrx
    [ 20.028] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 20.036] (--) Chipset Supported AMD Graphics Processor (0x9715) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [ 20.037] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
    [ 20.037] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 20.037] (II) AMD Video driver is signed
    [ 20.038] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 20.038] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 20.038] (II) fglrx(0): pEnt->device->identifier=0x1539c40
    [ 20.038] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
    [ 20.038] (II) Loading sub module "vgahw"
    [ 20.038] (II) LoadModule: "vgahw"
    [ 20.038] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 20.044] (II) Module vgahw: vendor="X.Org Foundation"
    [ 20.044] compiled for 1.10.2, module version = 0.1.0
    [ 20.044] ABI class: X.Org Video Driver, version 10.0
    [ 20.044] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 20.044] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 20.044] (==) fglrx(0): Default visual is TrueColor
    [ 20.044] (**) fglrx(0): Option "DPMS" "true"
    [ 20.044] (==) fglrx(0): RGB weight 888
    [ 20.044] (II) fglrx(0): Using 8 bits per RGB
    [ 20.044] (==) fglrx(0): Buffer Tiling is ON
    [ 20.045] (II) Loading sub module "fglrxdrm"
    [ 20.045] (II) LoadModule: "fglrxdrm"
    [ 20.045] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 20.045] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 20.045] compiled for 1.4.99.906, module version = 8.84.5
    [ 20.046] ukiDynamicMajor: found major device number 252
    [ 20.046] ukiDynamicMajor: found major device number 252
    [ 20.046] ukiOpenByBusid: Searching for BusID PCI:1:5:0
    [ 20.046] ukiOpenDevice: node name is /dev/ati/card0

    I have the exact same problem, new Arch system working for 8 days, now X wont start.
    I've booted to init 3, and if I manually type startx all I get is a black screen with a single underscore, keyboard does
    not respond, neither does ctrl-alt_F1.   I cant kill X server with ctrl-alt-backspace so have to reboot.
    In my case Xorg.log is empty but posting from another linux system I have found this in /var/log/messages
    --snip--
    Jun 10 09:08:32 localhost kernel: [   14.107767] Pid: 1365, comm: X Tainted: P            2.6.38-ARCH #1 Gigabyte Technology Co., Ltd. P55A-UD3/P55A-UD3
    Jun 10 09:08:32 localhost kernel: [   14.107771] EIP: 0060:[<f96b71fa>] EFLAGS: 00013293 CPU: 0
    Jun 10 09:08:32 localhost kernel: [   14.107786] EIP is at firegl_stub_open+0x9a/0x2b0 [fglrx]
    Jun 10 09:08:32 localhost kernel: [   14.107787] EAX: f360f620 EBX: ffffffed ECX: 0000000f EDX: f97e7e60
    Jun 10 09:08:32 localhost kernel: [   14.107788] ESI: 00000000 EDI: f98c0b00 EBP: f3677e0c ESP: f3677dd0
    Jun 10 09:08:32 localhost kernel: [   14.107790]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Jun 10 09:08:32 localhost kernel: [   14.107793]  0000000f 00000000 f97c084a 000002c3 00000000 f97cb9fa 000000fc f24be368
    Jun 10 09:08:32 localhost kernel: [   14.107797]  f97e7e60 f2c51540 c11155d0 00000000 00000000 00000000 f31da1c0 f3677e38
    Jun 10 09:08:32 localhost kernel: [   14.107800]  c1115f8b f2c51548 f2c51540 f3677e38 f24be368 f98c0b00 00000000 f2c51540
    Jun 10 09:08:32 localhost kernel: [   14.107808]  [<c11155d0>] ? exact_match+0x0/0x10
    Jun 10 09:08:32 localhost kernel: [   14.107810]  [<c1115f8b>] chrdev_open+0x15b/0x250
    Jun 10 09:08:32 localhost kernel: [   14.107813]  [<c111056b>] __dentry_open+0xeb/0x300
    Jun 10 09:08:32 localhost kernel: [   14.107815]  [<c111195e>] nameidata_to_filp+0x6e/0x80
    Jun 10 09:08:32 localhost kernel: [   14.107817]  [<c1115e30>] ? chrdev_open+0x0/0x250
    Jun 10 09:08:32 localhost kernel: [   14.107819]  [<c111ef4f>] finish_open+0xaf/0x1a0
    Jun 10 09:08:32 localhost kernel: [   14.107821]  [<c111dd08>] ? do_path_lookup+0x58/0xe0
    Jun 10 09:08:32 localhost kernel: [   14.107823]  [<c111f550>] do_filp_open+0x1e0/0x6a0
    Jun 10 09:08:32 localhost kernel: [   14.107826]  [<c1129904>] ? setattr_copy+0x74/0x120
    Jun 10 09:08:32 localhost kernel: [   14.107829]  [<c10ddef8>] ? shmem_notify_change+0x68/0x150
    Jun 10 09:08:32 localhost kernel: [   14.107832]  [<c112c338>] ? mntput+0x18/0x30
    Jun 10 09:08:32 localhost kernel: [   14.107834]  [<c11119ca>] do_sys_open+0x5a/0x100
    Jun 10 09:08:32 localhost kernel: [   14.107836]  [<c112c338>] ? mntput+0x18/0x30
    Jun 10 09:08:32 localhost kernel: [   14.107838]  [<c1111a9e>] sys_open+0x2e/0x40
    Jun 10 09:08:32 localhost kernel: [   14.107841]  [<c100389f>] sysenter_do_call+0x12/0x28
    Jun 10 09:08:32 localhost kernel: [   14.107877] ---[ end trace 064c0ec360503309 ]---
    Jun 10 09:08:32 localhost kernel: [   14.107878] note: X[1365] exited with preempt_count 1
    --snip--
    Not sure what this means, but last line states graphics system exited.
    I am using ATI HD5770 with proprietary catalyst driver which I have tried reinstalling and
    running
    aticonfig --initial
    This has not fixed the problem.
    In addition I boot with grub legacy and watch kernel messages scroll. I used to get
    four "Arch" symbols, now I see four "penguins representing each core.
    Other hardware
    Intel i5 750
    ATI HD5770
    Gigabyte GA-P55A-UD3
    4G  DDR3
    Prior to this blackscreen Arch was running smoothly and although I have started at
    console and tried pacman -Syu  I cannot resolve this problem.
    I will try open source ATI drivers next,  see if this helps.
    ( To mods I hope I have not hijacked piotroxp' s  post if so please move this post).

  • [SOLVED]SliM and .xinitrc

    Hey guys me again
    Ive just installed Slim. and changed my rc.conf putting slim in the correct area, slim boots up fine. and then when i login it says that it failed to load session. so i checked my ~/.xinitrc
    exec ck-launch-session dbus-launch openbox-session
    and it all seems proper. so im not sure what im missing
    Last edited by nankura (2012-04-28 03:41:38)

    adamrehard wrote:It looks good to me too. Hmmm.
    Do you need to use consolekit and dbus?
    Have you tried it using just startx or xinit?
    Is .xinitrc executable?
    That's all I've got. Hope it helps.
    Problem solved. i was missing xorg-xinit from the repos. pacman installation fixed the issue and XAUTH
    Last edited by nankura (2012-04-28 03:41:25)

Maybe you are looking for