The time now is Wed 19 Jun 2013, 12:23
All times are UTC - 4 |
|
Page 38 of 176 [2630 Posts] |
Goto page: Previous 1, 2, 3, ..., 36, 37, 38, 39, 40, ..., 174, 175, 176 Next |
| Author |
Message |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Fri 18 Dec 2009, 04:23 Post subject:
|
|
hi jemimah
tried the command first.
| Code: | #rmmod rtl8187se
#ERROR rtl8187se is in use
#ifconfig wlan0 down
#rmmod rtl8187se
#ERROR rtl8187se is in use
#ifconfig wlan0 up |
OK, it would not remove the driver, and as soon as I gave the "up" command net was back up in a matter of seconds.
I commented the line "rmmod $WIFI_DRIVER in /etc/acpi/wlan.sh and tried the Fn F2 key combo and it hung.
Ok, did the dreaded hard poweroff and there is no network. I did the Fn F2 and up came the yaf-splash "requesting IP Address for wlan0" but she was hanged again. Rebooted with the hammer again and it doesn't connect. Ok, with the hammer reboot info is not being saved to the pupsave. Not to mention who knows what is getting corrupted. I tried Fn F2 again but got the crash again. So not much point pursuing that approach.
OK, hard reboot again, did lsmod, as I expected no rtl8187se in the list. Did "depmod -a" then "modprobe rtl8187se", then "lsmod". Aha, it's there, ok, I'll take a safe route and do a propper reboot...alas nothing, so back to the script "wlan.sh"... ok the line is uncommented because the saves didn't work, ok so ran "echo 1 > /sys/class/rfkill/rfkill0/state" (??? well the var in the script, path may be wrong) not much happenned but on another reboot all worked correctly, got back the network. So I don't know what is going on here but hopefully I can shed some light.
Just a thought. If the $RADIO_STATE var is 0, is it necessary to try and remove the driver? It seems to fail any way in my case and if there is stderr, it is there... maybe that causes the crash? Just guessing.
On an unrelated thingy, on bootup I get a fatal error, "module usbhid not found", might be a boxpupthing?
Cheers and thanks for your efforts
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Fri 18 Dec 2009, 09:57 Post subject:
|
|
John Lewis, I've seen it hang on shutdown like you've described on all my various machines across both kernels. Mostly when I used ctrl-alt-backspace to kill the x-server. I get a green and black cheIkerboard. I can't tell what's causing it since the box is hung and I can't see the log. Most likely a problem with the Intel driver. Can you see if you are having the same problem as 01micko and kazzamoz when you shutdown the network with fn-f2?
01micko, I was hoping the problem was going to be something simple, but apparently not. Can you try running 'echo 0 > /sys/class/rfkill/rfkill0/state' on the command line? That's the command that actually disables the wireless card. I will post an updated copy of the 2.6.30.5 kernel this weekend, and you all can tell me if that version works better on the 701SD.
The usbhid error is no problem since the usbhid module is built into my kernel. I forgot to comment out that line in BoxPupeee.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Fri 18 Dec 2009, 17:31 Post subject:
|
|
hi jemimah
So, I ran | Code: | | echo 0 > /sys/class/rfkill/rfkill0/state |
and the machine was hanged. So I suppose that is one step closer to a solution.
Cheers
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Fri 18 Dec 2009, 19:18 Post subject:
|
|
Thanks 01micko. I'll add a fix for that in the next version. It's not really necessary to do that step. I can just unload the driver, though I'm not sure if that will make the wireless light turn off (but it's better than hanging the computer!)
|
|
Back to top
|
|
 |
John Lewis
Joined: 03 Dec 2007 Posts: 148 Location: Albany West Australia
|
Posted: Sat 19 Dec 2009, 10:50 Post subject:
|
|
Hi jemimah,
Just tried the fn f2 shutdown of wlan0. On eeepc SD
On boot the wireless light is on and I get the messages in the little box.
Wlan0 is down
Requesting ip address
ip address acquired.
Now fn f2.
The light goes out. then the message Bringing up Wlan0 appears and everything freezes.
A hard boot brings up the system with no wireless it is in fact off in the bios. Checked later.
Now fn f2 and I get the following
Light comes on
Message. Shutting down Wlan0
Light goes off
Requesting ip address for Wlan0
System locks up.
I wonder if it is a sequencing problem.
John Lewis
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sat 19 Dec 2009, 13:45 Post subject:
|
|
Can anyone with a 701sd confirm fn-f2 worked with kernel 2.6.30.5?
If someone wants to try editing /etc/acpi/wlan.sh, you could change
| Code: |
echo 0 > $RADIO_CONTROL
sleep 1
rmmod $WIFI_DRIVER
|
to
| Code: |
rmmod $WIFI_DRIVER
sleep 1
echo 0 > $RADIO_CONTROL
|
Unloading the module first may prevent the hang.
John Lewis, I forgot to ask you about your scrolling issue. Does Flsynclient work for you? It's on the Setup menu.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Sat 19 Dec 2009, 19:27 Post subject:
|
|
Hi jemimah
Sorry, can't help with k2.6.30.5 but I did try the switcheroo in the script, no go, same result, system lockup and have to manually enter "echo 1 > /sys/class/rfkill/rfkill0/state" and reboot to bring back wireless.
Cheers
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sat 19 Dec 2009, 23:35 Post subject:
|
|
I've posted the old 2.6.30.5 kernel here.http://drop.io/puppeee_extras
Unless you have the ra2860 network card, you should be able to just download vmlinuz and zp431305.sfs and replace the ones from Puppeee 3.1 or BoxPuppeee. Use a fresh save if you try this. Definitely let me know if the new kernel is causing new problems for you.
|
|
Back to top
|
|
 |
John Lewis
Joined: 03 Dec 2007 Posts: 148 Location: Albany West Australia
|
Posted: Sun 20 Dec 2009, 10:06 Post subject:
|
|
Hi jemimah,
tried the Flsynclient but made no difference. I'm not sure that 701SD has scrolling. I decided to test with the 701. Another problem. The 701 locks up right at the start as soon as it begins looking for Wifi. The SD at least doesn't do that.
Editing wlan.sh made no difference.
I then thought to try after returning all to original rmmod rt18187se and got the message
ERROR: Module rt18187se does not exist in /proc/modules
So I could not remove it. Wireless is up and running.
tried ifconfig wlan0 down and then retried rmmod to no avail. ifconfig wlan0 up returned wireless ok.
Taking down wireless before fn f2 did not help and caused a lock up.
i'm using 2.6.31.5 according to uname -r
John Lewis
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sun 20 Dec 2009, 13:40 Post subject:
|
|
Hmmm, my 701 does not lock up. The 701 uses ath5k for network rather than rtl8187se. Are you using the same save file for both machines? It is supposed to work with the same save, but maybe it's trying to load the wrong module.
|
|
Back to top
|
|
 |
John Lewis
Joined: 03 Dec 2007 Posts: 148 Location: Albany West Australia
|
Posted: Sun 20 Dec 2009, 22:06 Post subject:
|
|
Yes. I was using the same save file. After reading your post I renamed the existing one and tried again. This time it did not lock up. (This is on the 701) The fn f2 takes the wireless down and up according to the indicator light and the messages. Unfortunately when it comes up the radio won't work and can't detect the network. I tried the network wizard without luck and also rmmodded all the ath modules and tried again but no luck.
Scrolling worked in 701 but not 701SD.
Still have lock problem in the SD.
I will experiment a bit more today. The beauty of puppy. Even if you bork it it's easy to reload and start again. Pity I don't know more as its mostly trial and error for me.
John Lewis
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5175 Location: Finland
|
Posted: Mon 21 Dec 2009, 08:30 Post subject:
|
|
pup_event_backend_modprobe_fix_to_p43x-1.pet
Corrects module-loading preference bug and extends preference capabilities.
Installable on any Puppy 4.3.x system, but NOT 4.1 or 4.2.
From Puppy 4.3.1 bugs thread: http://murga-linux.com/puppy/viewtopic.php?t=47563&start=165
Can this affect to module loading at Puppee ?
All the best and Merry Christmas
|
|
Back to top
|
|
 |
hokal
Joined: 10 Jun 2009 Posts: 103 Location: Kempen, Germany, dutch border
|
Posted: Mon 21 Dec 2009, 09:02 Post subject:
Xserver Problems eeepc901 Subject description: 4.3.1. returns to console after starting X |
|
eeepc901-8K025X 2GB RAM, 4 + 32GB internal sd memory.
Problem with booting ALL puppy systems 4.3.x. Happens also with booting from 4.3.x. ISO-CD.
xserver stops and gives command back to console.
puppy 4.2.x no problem!
I have sent Prehistoric first and later Yemimah a pm to explain this problem. I did not want to bother the public, since apparently no eeepc901 owner had this xserver problem I have. Since Prehsitoric has put this case here on the forum, I now also want to go public and attach the Xorg.0.log-file Yemimah as asked for.
Thanks to Prehistoric and Jemimah
I tried a lot of OS for my 901: XP, Xandros, Kubuntu and others. Nothing was as good and simple as Puppy!
If Jemimah and other experts manage to create a dedicated puppy eeepc OS without ballast many people would be grateful.
My personal wish would be a basic system without abi, gnumeric and graphic progrogramms, since I successfully use OO for years and always had problems with abi. Sorry for the long file, but I was not allowed to attach this log-file.
Any help is appreciated, since I love my 901 and puppy!
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux puppypc 2.6.31.5 #2 SMP Sun Dec 13 13:31:57 EST 2009 i686
Build Date: 28 November 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 21 12:32:05 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Synaptics Mouse"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to:
/usr/X11R7/lib/X11/fonts/misc/,
/usr/X11R7/lib/X11/fonts/Type1/,
/usr/X11R7/lib/X11/fonts/TTF/
(**) RgbPath set to "/usr/X11R7/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R7/lib/xorg/modules"
(**) Option "RandR" "on"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d4520
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R7/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 4
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27ac card 1043,830f rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27ae card 1043,830f rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 1043,830f rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 1043,831a rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1043,830f rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1043,830f rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1043,830f rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1043,830f rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1043,830f rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1814,0781 card 1814,2790 rev 00 class 02,80,00 hdr 00
(II) PCI: 04:00:0: chip 1969,1026 card 1043,8324 rev b0 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:28:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:1), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfbf00000 - 0xfbffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:3), (0,1,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf8000000 - 0xfbefffff (0x3f00000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xf0000000 - 0xf6ffffff (0x7000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation unknown chipset (0x27ae) rev 3, Mem @ 0xf7f00000/19, 0xd0000000/28, 0xf7ec0000/18, I/O @ 0xdc80/3
(--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7f80000/19
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xfbfc0000 - 0xfbffffff (0x40000) MX[B]
[1] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B]
[2] -1 0 0xf7eb7c00 - 0xf7eb7fff (0x400) MX[B]
[3] -1 0 0xf7eb8000 - 0xf7ebbfff (0x4000) MX[B]
[4] -1 0 0xf7f80000 - 0xf7ffffff (0x80000) MX[B](B)
[5] -1 0 0xf7ec0000 - 0xf7efffff (0x40000) MX[B](B)
[6] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[7] -1 0 0xf7f00000 - 0xf7f7ffff (0x80000) MX[B](B)
[8] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[9] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[11] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[15] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[16] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[17] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[18] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[19] -1 0 0x0000dc80 - 0x0000dc87 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfbfc0000 - 0xfbffffff (0x40000) MX[B]
[1] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B]
[2] -1 0 0xf7eb7c00 - 0xf7eb7fff (0x400) MX[B]
[3] -1 0 0xf7eb8000 - 0xf7ebbfff (0x4000) MX[B]
[4] -1 0 0xf7f80000 - 0xf7ffffff (0x80000) MX[B](B)
[5] -1 0 0xf7ec0000 - 0xf7efffff (0x40000) MX[B](B)
[6] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[7] -1 0 0xf7f00000 - 0xf7f7ffff (0x80000) MX[B](B)
[8] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[9] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[11] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[15] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[16] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[17] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[18] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[19] -1 0 0x0000dc80 - 0x0000dc87 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfbfc0000 - 0xfbffffff (0x40000) MX[B]
[5] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B]
[6] -1 0 0xf7eb7c00 - 0xf7eb7fff (0x400) MX[B]
[7] -1 0 0xf7eb8000 - 0xf7ebbfff (0x4000) MX[B]
[8] -1 0 0xf7f80000 - 0xf7ffffff (0x80000) MX[B](B)
[9] -1 0 0xf7ec0000 - 0xf7efffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xf7f00000 - 0xf7f7ffff (0x80000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[15] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[22] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[23] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[24] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[25] -1 0 0x0000dc80 - 0x0000dc87 (0x8) IX[B](B)
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R7/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 0.99.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "dbe"
(II) Loading /usr/X11R7/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R7/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R7/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/X11R7/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R7/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) LoadModule: "intel"
(II) Loading /usr/X11R7/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 2.1.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "synaptics"
(II) Reloading /usr/X11R7/lib/xorg/modules/input//synaptics_drv.so
(II) LoadModule: "mouse"
(II) Loading /usr/X11R7/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/X11R7/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, 965G, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 945GME found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfbfc0000 - 0xfbffffff (0x40000) MX[B]
[5] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B]
[6] -1 0 0xf7eb7c00 - 0xf7eb7fff (0x400) MX[B]
[7] -1 0 0xf7eb8000 - 0xf7ebbfff (0x4000) MX[B]
[8] -1 0 0xf7f80000 - 0xf7ffffff (0x80000) MX[B](B)
[9] -1 0 0xf7ec0000 - 0xf7efffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xf7f00000 - 0xf7f7ffff (0x80000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[15] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[22] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[23] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[24] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[25] -1 0 0x0000dc80 - 0x0000dc87 (0x8) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfbfc0000 - 0xfbffffff (0x40000) MX[B]
[5] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B]
[6] -1 0 0xf7eb7c00 - 0xf7eb7fff (0x400) MX[B]
[7] -1 0 0xf7eb8000 - 0xf7ebbfff (0x4000) MX[B]
[8] -1 0 0xf7f80000 - 0xf7ffffff (0x80000) MX[B](B)
[9] -1 0 0xf7ec0000 - 0xf7efffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xf7f00000 - 0xf7f7ffff (0x80000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[18] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[19] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[24] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[25] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[26] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[27] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[28] -1 0 0x0000dc80 - 0x0000dc87 (0x8) IX[B](B)
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R7/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R7/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R7/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.2
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
(--) intel(0): Chipset: "945GME"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xF7F00000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using XAA for acceleration
(--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
(II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(**) intel(0): Option "PreferredMode" "1024x600"
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R7/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 7872 kB
(II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (hsync out of range)
(II) intel(0): Not using default mode "1280x960" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x1024" (hsync out of range)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (hsync out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1792x1344" (hsync out of range)
(II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
(II) intel(0): Not using default mode "1856x1392" (hsync out of range)
(II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
(II) intel(0): Not using default mode "1920x1440" (hsync out of range)
(II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1400x1050" (hsync out of range)
(II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1024" (hsync out of range)
(II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(0): Not using default mode "2048x1536" (hsync out of range)
(II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TV disconnected
(II) intel(0): Output LVDS using initial mode 1024x600
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R7/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R7/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
(WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x00000010 to 0x000c0010
(WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
(WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
(WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
(WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
(WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
(WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
(WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x10606000
(WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
(WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
(WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
(WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
(WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
(WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
(WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
(WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
(WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
(WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
(WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
(WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
(WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
(WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
(WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
(WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
(WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xf7ec0000 - 0xf7efffff (0x40000) MS[B]
[1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MS[B]
[2] 0 0 0xf7f00000 - 0xf7f7ffff (0x80000) MS[B]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xfbfc0000 - 0xfbffffff (0x40000) MX[B]
[8] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B]
[9] -1 0 0xf7eb7c00 - 0xf7eb7fff (0x400) MX[B]
[10] -1 0 0xf7eb8000 - 0xf7ebbfff (0x4000) MX[B]
[11] -1 0 0xf7f80000 - 0xf7ffffff (0x80000) MX[B](B)
[12] -1 0 0xf7ec0000 - 0xf7efffff (0x40000) MX[B](B)
[13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[14] -1 0 0xf7f00000 - 0xf7f7ffff (0x80000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[18] 0 0 0x0000dc80 - 0x0000dc87 (0x8) IS[B]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]
[22] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[23] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[28] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[29] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[30] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[31] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[32] -1 0 0x0000dc80 - 0x0000dc87 (0x8) IX[B](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 489216 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 1956860 kB available
(==) intel(0): VideoRam: 262144 KB
(EE) intel(0): [dri] I830CheckDRIAvailable failed: glx not loaded
(II) intel(0): Allocating 5112 scanlines for pixmap cache
(II) intel(0): Memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x 7f820000 physical)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x 7f832000 physical)
(II) intel(0): 0x00040000-0x01837fff: front buffer (24544 kB)
(II) intel(0): 0x007bf000: end of stolen memory
(II) intel(0): 0x01838000-0x01847fff: xaa scratch (64 kB)
(II) intel(0): 0x10000000: end of aperture
(II) intel(0): front buffer is not tiled
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xd0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
26 256x256 slots
11 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01838000 (pgoffset 6200)
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is off
(II) intel(0): Display plane A is now disabled and connected to pipe A.
(II) intel(0): Pipe B is on
(II) intel(0): Display plane B is now enabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe none
(II) intel(0): Output LVDS is connected to pipe B
(II) intel(0): Output TV is connected to pipe none
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Disabled
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) intel(0): Option "PreferredMode" is not used
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) intel(0): Setting screen physical size to 195 x 113
(II) Synaptics touchpad driver version 0.99.3
(--) Synaptics Mouse auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(II) Synaptics Mouse: x-axis range 8 - 1144
(II) Synaptics Mouse: y-axis range 8 - 760
(II) Synaptics Mouse: device does not report pressure, will use touch data.
(II) Synaptics Mouse: finger width range 0 - 0
(II) Synaptics Mouse: buttons: left right middle double triple
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "60"
(**) Option "RightEdge" "1070"
(**) Option "TopEdge" "90"
(**) Option "BottomEdge" "680"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "59"
(**) Option "VertScrollDelta" "20"
(**) Option "VertEdgeScroll" "on"
(**) Option "TapButton1" "1"
(--) Synaptics Mouse touchpad found
(**) Option "AlwaysCore"
(**) Synaptics Mouse: always reports core events
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/mouse"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc102"
(**) Keyboard0: XkbModel: "pc102"
(**) Option "XkbLayout" "de"
(**) Keyboard0: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "Synaptics Mouse" (type: TOUCHPAD)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Synaptics Mouse touchpad found
(II) Mouse0: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
Synaptics DeviceOff called
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
FreeFontPath: FPE "/usr/X11R7/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing.
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Mon 21 Dec 2009, 16:51 Post subject:
|
|
hokal, that log file looks ok. As far as I can tell, X is starting fine, but maybe the window manager is exiting. Try typing 'xwin rxvt' at the prompt. X should start and give you a terminal. From there type 'jwm', and see if you get an error message.
|
|
Back to top
|
|
 |
prehistoric

Joined: 23 Oct 2007 Posts: 1210
|
Posted: Mon 21 Dec 2009, 17:08 Post subject:
posting long text files |
|
hokal,
You can attach a long text file if you compress it with gzip. That will avoid excessively long posts.
|
|
Back to top
|
|
 |
|
|
Page 38 of 176 [2630 Posts] |
Goto page: Previous 1, 2, 3, ..., 36, 37, 38, 39, 40, ..., 174, 175, 176 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|