You are not logged in.

#1 2006-12-23 10:10:32

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

X11 screwed up again

Hi everybody!

I guess I was a kinda to fast yesterday thinking that X11 finally worked again. After I started up the computer this morning the same thing like yesterday happened. So I thought it would be the best to do the same thing like I did yesterday to solve it but this time it didn't work. So I'm still stck with this problem...

Does anybody have an idea what else I could do besides the things mentioned here: http://bbs.archlinux.org/viewtopic.php?t=28070

Thanks!

Offline

#2 2006-12-23 11:44:19

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: X11 screwed up again

Can you pastebin your Xorg.0.log ?  And i suggest you try starting up with startx (and not KDM) till you get this sorted out..And to rule out a KDE issue start with a minimal WM like fluxbox..

Offline

#3 2006-12-23 11:53:40

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

Re: X11 screwed up again

Thanks for considering to help!

Meanwhile I was in the IRC Channel and somebody helped me with it. I still feel stupid about the mistake that caused so much trouble. Having evdev running on my system for the last 2 kernel releases it just happened to be that with the 2.6.19 release suddenly evdev started to switch the input interfaces. Since I haven't had the name of my device written down to the xorg.conf I was using the direct /dev/input/ link. So after started switching those links trouble started. But thanks for the people at the IRC channel I could solve the problem by using the "name" section within the xorg.conf.

Thank you all and Merry Christmas!

Offline

#4 2006-12-23 16:19:31

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: X11 screwed up again

Hey, I'm having similar problems. I upgraded the system a few days ago (kernel + nvidia) and restarted X but didn't reboot, it went well back then but today when I was closing my apps to restart the system froze after closing bash. So after the reset, it did the checks well with no errors whatsoever and then when it's about to start kde (or X I think) the screen goes blank and nothing happens, I have to reset again...
So now I'm using another instalation I have of arch (with kernel and drivers of a few months ago) and I can't figure out the problem.
I found this topic but I can't understand the solution, can you elaborate a little more please? For instance I only have one /dev/input link in my xorg.conf, what's suppose to go there or what's suppose to be in xorg and where?

Thanks in advance.

Offline

#5 2006-12-23 18:52:17

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: X11 screwed up again

evdev is know to freeze the system sometimes. don't use it.

Offline

#6 2006-12-23 19:06:15

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: X11 screwed up again

What do I have to do to disable it?
And thanks for the answer big_smile

Offline

#7 2006-12-24 00:44:12

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

Re: X11 screwed up again

You have to check out your xorg.conf. Especially the input device section for your mouse. The problem I had was that in this section I used the evdev driver and pointed it to /dev/input/event1.
This worked out till the current kernel. With 2.6.19 it just happend that the event1 can change to every other number depending on what is first loaded on bootup as far as I understand that. Now having this section pointing to a wrong input link for evdev caused my system to hang when starting X11. I just had to remove the static /dev/input/event* entry and replace it with the name of the mouse device that I got by running

cat /proc/bus/input/devices

In the results there will be a name for your device listed and using this name in the mouse section like Name "YOURMOUSENAMEHERE" solved the problem for me.


I hope this also works for you...  wink

If it doesn't fix the problem and you're using udev anyway, try to change it to the regular mouse driver I suggest and check out if it will work after that. So you might can get a hint of what's causing trouble....

Offline

#8 2006-12-24 08:49:43

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: X11 screwed up again

Grimm: uninstall xf86-input-evdev and install xf86-input-mouse and change the Driver Option in xorg.conf from "evdev" to "mouse"

Offline

#9 2006-12-24 10:01:01

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: X11 screwed up again

Thanks for the rpelies guys!

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device"  "ImExPS/2 Generic Explorer Mouse" -- this is the name thing I tried
#    Option         "Device" "/dev/input/mouse0" --this is what I had before
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

I tried the name thing and didn't work also I'm already using mouse driver  yikes
I can't get to the console either, I try to run in lvl 3 but he starts X anyway and so it freezes. Any other way to run the system in console?

Offline

#10 2006-12-24 10:17:38

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

Re: X11 screwed up again

OK, maybe my description wasn't very precise. I don't know if the mouse driver works also when you're using the name. I was talking about using evdev and the name option. But anyway...

First get to the console thing:

When your using GRUB got to the entry you want to boot and press e. After that go to the kernel line and press e again. Now just get to the end of the line and add an 1. This indicates to boot into runlevel 1. There you can change your xorg.conf again.

I would suggest that you delete the name line again and unmark the /dev/input/mouse0 line. Than change mouse0 into mice and try again. If this doesn't work I don't know what else to do now. Also make sure that the xf86-input-mouse package is installed like ganja_guru said.

Please let me know if it worked.

Offline

#11 2006-12-24 11:14:00

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: X11 screwed up again

Thanks again guys but I checked and I don't even have evdev isntalled (I have input-mous einstalled tough) so I don't think the problem is the mouse  :cry:
I upgraded the system and still doesnt work

Offline

#12 2006-12-25 03:02:03

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: X11 screwed up again

Quit kdm/gdm and enter into a tty.

- cat /dev/input/event(or mouse0/mice/etc)
see which one responds when you move your mouse (you'll see some junk on the screen)

comment out the ImExPS/2 line in your xorg.conf, its not really needed.
the Option "Device" "/dev/input/whatever" is essential  AFAIK. post your Xorg.0.log if you're still not able to get it to work.

Offline

#13 2006-12-26 21:19:18

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: X11 screwed up again

Thanks for the replies guys!

Well today after a friend of mine said it could be nvidia new drivers I tested if I could start X with the default driver "nv" instead of the nvidia drivers, the result was I could start X fine with no problems whatsoever so defintely the problem is with the new nvidia drivers.
Still I have no clue how to solve this sad

This is the Xorg.0.log:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux Ookami 2.6.19-ARCH #1 SMP PREEMPT Tue Dec 12 12:47:42 CET 2006 i686
Build Date: 25 December 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 26 18:39:30 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 1043,807f rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 1106,3038 card 1043,8080 rev 50 class 0c,03,00 hdr 80
(II) PCI: 00:09:1: chip 1106,3038 card 1043,8080 rev 50 class 0c,03,00 hdr 80
(II) PCI: 00:09:2: chip 1106,3104 card 1043,8080 rev 51 class 0c,03,20 hdr 80
(II) PCI: 00:0e:0: chip 1102,0002 card 1102,8065 rev 0a class 04,01,00 hdr 80
(II) PCI: 00:0e:1: chip 1102,7002 card 1102,0020 rev 0a class 09,80,00 hdr 80
(II) PCI: 00:0f:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3147 card 1043,808c rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1043,808c rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 1043,808c rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 1043,808c rev 23 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0342 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), 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 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xde000000 - 0xdfefffff (0x1f00000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xdff00000 - 0xefffffff (0x10100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV36.2 [GeForce FX 5700] rev 161, Mem @ 0xde000000/24, 0xe0000000/28, BIOS @ 0xdffe0000/17
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xdd000000 - 0xdd0000ff (0x100) MX[B]
    [1] -1    0    0xdd800000 - 0xdd8000ff (0x100) MX[B]
    [2] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [3] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [4] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [5] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [6] -1    0    0x0000a400 - 0x0000a41f (0x20) IX[B]
    [7] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
    [8] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[B]
    [9] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [10] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [11] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [12] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [13] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xdd000000 - 0xdd0000ff (0x100) MX[B]
    [1] -1    0    0xdd800000 - 0xdd8000ff (0x100) MX[B]
    [2] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [3] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [4] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [5] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [6] -1    0    0x0000a400 - 0x0000a41f (0x20) IX[B]
    [7] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
    [8] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[B]
    [9] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [10] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [11] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [12] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [13] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[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    0xdd000000 - 0xdd0000ff (0x100) MX[B]
    [5] -1    0    0xdd800000 - 0xdd8000ff (0x100) MX[B]
    [6] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [7] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [8] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [9] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [10] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [11] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [12] -1    0    0x0000a400 - 0x0000a41f (0x20) IX[B]
    [13] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
    [14] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[B]
    [15] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [16] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [17] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [18] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [19] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, 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/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.1.1, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9631
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9631
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  1.0-9631  Thu Nov  9 17:39:58 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
(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    0xdd000000 - 0xdd0000ff (0x100) MX[B]
    [5] -1    0    0xdd800000 - 0xdd8000ff (0x100) MX[B]
    [6] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [7] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [8] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [9] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [10] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [11] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [12] -1    0    0x0000a400 - 0x0000a41f (0x20) IX[B]
    [13] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
    [14] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[B]
    [15] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [16] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [17] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [18] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [19] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[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    0xdd000000 - 0xdd0000ff (0x100) MX[B]
    [5] -1    0    0xdd800000 - 0xdd8000ff (0x100) MX[B]
    [6] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [7] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [8] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [9] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [10] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [11] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [12] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [15] -1    0    0x0000a400 - 0x0000a41f (0x20) IX[B]
    [16] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
    [17] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[B]
    [18] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [19] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [20] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [21] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [22] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [23] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [24] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5700 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 04.36.20.30.00
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5700 at PCI:1:0:0:
(--) NVIDIA(0):     Samsung SyncMaster (CRT-0)
(--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): DPI set to (83, 84); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xe0000000 - 0xefffffff (0x10000000) MX[B]
    [1] 0    0    0xde000000 - 0xdeffffff (0x1000000) MX[B]
    [2] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [6] -1    0    0xdd000000 - 0xdd0000ff (0x100) MX[B]
    [7] -1    0    0xdd800000 - 0xdd8000ff (0x100) MX[B]
    [8] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [9] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [10] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [11] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [12] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [13] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [14] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [17] -1    0    0x0000a400 - 0x0000a41f (0x20) IX[B]
    [18] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
    [19] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[B]
    [20] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [21] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [22] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [23] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [24] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [25] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [26] 0    0    0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000624)
(WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000624)
(II) NVIDIA(0): Setting mode "1024x768"
(WW) NVIDIA(0): WAIT (2, 1, 0x8000, 0x00000000, 0x000006c4)

PS - I deleted that extra ImExPS/2 line from xorg.conf

Offline

#14 2006-12-27 06:58:18

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: X11 screwed up again

Offline

#15 2006-12-27 08:56:58

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: X11 screwed up again

No, I already tested it's not the mouse it's the nvidia drivers.

Offline

#16 2006-12-30 00:45:27

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: X11 screwed up again

No one has a clue?  :?

Offline

#17 2006-12-30 09:06:04

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: X11 screwed up again

Are you using the arch linux 64 nvidia package or are you  manually installing using the installer from www.nvidia.com?

Offline

#18 2006-12-30 09:13:20

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: X11 screwed up again

I'm using the drivers in the pacman repository but I'm not on a 64 system I just used this thread because it seemed the problem was alike and didn't want to spam.

Offline

#19 2006-12-30 13:39:26

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: X11 screwed up again

Um..posting here in a way is sort of spamming cause its misleading to us. You should have mentioned this before !
Anyways what you should do is
pacman -R nvidia
pacman -R nvidia-utils

and then run the installer from the NVIDIA site from a tty. Remember to chmod +x the file first because they're distributed as non-executable. This should give you an idea if the drivers are failing somewhere. Before you do that though,you might want to do a 'pacman -S acpid' (that seems to be the only error message in your log file, albeit non fatal). If this still doesn't work, post your xorg.conf.

Offline

Board footer

Powered by FluxBB