You are not logged in.

#1 2009-06-18 06:04:48

Moran
Member
Registered: 2009-01-15
Posts: 10

x start but my cursor doesn't respond

Hi!

I've tried the suggestions that I've find here in the forum and in the wiki. If I type the command startx it runs ok and three windows appear in my screen, but the cursor doesn't move. The keyboard is ok.

With X -config /etc/X11/xorg.conf command my screen just turns out black and nothing appear. Then I switch to another console and back to the first console and kill the X test with Ctrl-C as the guide says. The output of  that is this:


X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.29-ARCH i686
Current Operating System: Linux grayfox 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 07:06:02 UTC 2009 i686
Build Date: 15 April 2009  11:09:10AM

    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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 Jun  1 15:07:38 2009
(++) Using config file: "/etc/X11/xorg.conf"
(EE) intel(0): Failed to set tiling on front buffer: rejected by kernel
(EE) intel(0): Failed to set tiling on back buffer: rejected by kernel
(EE) intel(0): Failed to set tiling on depth buffer: rejected by kernel
Setting master
Dropping master
error setting MTRR (base = 0xd0000000, size = 0x10000000, type = 1) Invalid argument (22)


Thanks a lot for your help!!

Last edited by Moran (2009-06-18 06:05:25)

Offline

#2 2009-06-18 08:00:49

M177ER
Member
Registered: 2008-06-15
Posts: 148

Re: x start but my cursor doesn't respond

Could you post /etc/X11/xorg.conf please. The mouse may have something to do with hotplugging.


[edit]
I am guessing you have an intel card. Try this:

Section "Device"
    Identifier "mydevice"
    Driver "intel"
    Option "Tiling" "false"
EndSection

If that doesn't work try reading through this thread:
http://bbs.archlinux.org/viewtopic.php?id=69667

JGC wrote:

Xorg-server 1.6.0 and its related drivers will make their move to extra.
This new release features input device properties, DRI2 and kernel
modesetting (KMS). Note that DRI2 and KMS are only implemented by the
Intel driver at this moment.
This release also comes with a new driver: xf86-video-intel-legacy. This
driver is an old intel driver version, patched to support recent
xorg-server versions. This driver should be used by people having
problems with the newer xf86-video-intel driver.

People still using xorg-server 1.4.2 are advised to upgrade and replace intel or i810 drivers with the legacy driver.

Last edited by M177ER (2009-06-18 08:15:37)

Offline

#3 2009-06-18 10:09:43

SiC
Member
From: Liverpool, England
Registered: 2008-01-10
Posts: 430

Re: x start but my cursor doesn't respond

Have you started HAL and DBUS?

Offline

#4 2009-07-05 02:25:54

Moran
Member
Registered: 2009-01-15
Posts: 10

Re: x start but my cursor doesn't respond

First, I apologize for my slow answer time, but actually I don't have so much time as I like for this stuff -_-.

Well, I changed the video driver, the one that I've installed is  xf86-video-intel-legacy. I run the test and this is the output:

X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.29-ARCH i686 
Current Operating System: Linux Grayfox 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 07:06:02 UTC 2009 i686
Build Date: 15 April 2009  11:09:10AM
 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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: Sat Jul  4 16:01:18 2009
(++) Using config file: "/etc/X11/xorg.conf"
Failed to initialize GEM.  Falling back to classic.
error setting MTRR (base = 0xd0000000, size = 0x10000000, type = 1) Invalid argument (22)

Offline

Board footer

Powered by FluxBB