LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-20-2014, 01:49 AM   #1
Jati
LQ Newbie
 
Registered: Sep 2013
Distribution: Slackware, Debian, Ubuntu, CentOS
Posts: 8

Rep: Reputation: Disabled
Pointer goes off the screen


Hi, now i get a problem in my slackware64-current. As i wrote in the title of this thread, my pointer goes off on the right of my laptop display, but i can control the pointer. its like there are 2 monitor and we extend that display. But in my case, i didn't use other monitor except my laptop monitor.
This problems appear when I remove my nvidia propietary driver. I've reinstall the xorg and use my default xorg.conf when I install the slackware, but this problem still appear. Could anyone help me?

This is my xorg.0.log
http://pastebin.com/dGb7dY4f

and this is my xorg.conf
http://pastebin.com/B7acWtWB


My laptop Specification
Quote:
Intel Core i3 3110
VGA Intel HD 4000 and NVidia 610m
 
Old 02-20-2014, 04:14 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
try installing arandr and check if there is other screen?
 
Old 02-20-2014, 04:43 AM   #3
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
or try to set display resolution. nvidia has a command nvidia-settings, you can try to use it to configure displays.
 
1 members found this post helpful.
Old 02-20-2014, 06:52 PM   #4
Jati
LQ Newbie
 
Registered: Sep 2013
Distribution: Slackware, Debian, Ubuntu, CentOS
Posts: 8

Original Poster
Rep: Reputation: Disabled
Ok, I'll try it.
Quote:
Originally Posted by yooy View Post
try installing arandr and check if there is other screen?

I've removed my propietary driver and this problem appear after I removed it. I removed the propietary driver because after i installed it, my desktop didnt appear.
Quote:
Originally Posted by pan64 View Post
or try to set display resolution. nvidia has a command nvidia-settings, you can try to use it to configure displays.
 
Old 02-21-2014, 05:19 PM   #5
rkfb
Member
 
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 15.0 running i3
Posts: 494

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by Jati View Post
Ok, I'll try it.



I've removed my propietary driver and this problem appear after I removed it. I removed the propietary driver because after i installed it, my desktop didnt appear.
You could have posted here with the initial problem and maybe resolved that instead. Plenty of people here use proprietary graphics drivers.

I installed a legacy nvidia driver myself, 304.119, and found that X wouldn't start.

Appending:

vmalloc=256m

as an additional kernel parameter in lilo solved the issue.
 
Old 02-25-2014, 02:34 AM   #6
Jati
LQ Newbie
 
Registered: Sep 2013
Distribution: Slackware, Debian, Ubuntu, CentOS
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rkfb View Post
You could have posted here with the initial problem and maybe resolved that instead. Plenty of people here use proprietary graphics drivers.

I installed a legacy nvidia driver myself, 304.119, and found that X wouldn't start.

Appending:

vmalloc=256m

as an additional kernel parameter in lilo solved the issue.
Could you tell me how to install it? i've tried from docs.slackware and i got problem in xserver. it didnt start. and sorry, i've removed the propietary driver about 2 months ago and i've forgot the error.
 
Old 02-25-2014, 12:48 PM   #7
rkfb
Member
 
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 15.0 running i3
Posts: 494

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by Jati View Post
Could you tell me how to install it? i've tried from docs.slackware and i got problem in xserver. it didnt start. and sorry, i've removed the propietary driver about 2 months ago and i've forgot the error.
This worked for me installing NVIDIA-Linux-x86-304.119.run (I have an old laptop/graphics card):

Download the the relevant driver from NVIDIA, boot up to runlevel 3 and login as root at the command prompt. Navigate to the folder containing the driver and issue the command:

# sh NVIDIA-Linux-x86-304.119.run

The install fails with a message that the nouveau driver is running and can't continue but if I want it will attempt to install a modprobe file to blacklist nouveau. Agree to this then reboot back to the runlevel 3 command prompt.

Log back in as root and then run the installer as before with the 'sh NVIDIA...etc'. It should then proceed and build the nvidia kernel module for you. Make sure you also let it run lilo for you (it'll ask you at the end of the process, I think it calls it the nvidia-installer). Once done, reboot and at the prompt 'startx' should get you in.

As I mentioned earlier however, X did still fail to start for me but adding 'vmalloc=256m' to lilo.conf and rebooting solved that. This is mine:

# Append any additional kernel parameters:
append=' vtdefault+utf8=0 vmalloc=256m'

Once again, run 'lilo' if you do this.

Just from memory but hope it helps.
 
Old 02-26-2014, 02:02 AM   #8
Jati
LQ Newbie
 
Registered: Sep 2013
Distribution: Slackware, Debian, Ubuntu, CentOS
Posts: 8

Original Poster
Rep: Reputation: Disabled
Ok, at the end, I've solved this problem. I removed the xorg.conf in /etc/X11 and reboot the system. And after I log in, this problem doesn't appear.


Quote:
Originally Posted by rkfb View Post
This worked for me installing NVIDIA-Linux-x86-304.119.run (I have an old laptop/graphics card):

Download the the relevant driver from NVIDIA, boot up to runlevel 3 and login as root at the command prompt. Navigate to the folder containing the driver and issue the command:

# sh NVIDIA-Linux-x86-304.119.run

The install fails with a message that the nouveau driver is running and can't continue but if I want it will attempt to install a modprobe file to blacklist nouveau. Agree to this then reboot back to the runlevel 3 command prompt.

Log back in as root and then run the installer as before with the 'sh NVIDIA...etc'. It should then proceed and build the nvidia kernel module for you. Make sure you also let it run lilo for you (it'll ask you at the end of the process, I think it calls it the nvidia-installer). Once done, reboot and at the prompt 'startx' should get you in.

As I mentioned earlier however, X did still fail to start for me but adding 'vmalloc=256m' to lilo.conf and rebooting solved that. This is mine:

# Append any additional kernel parameters:
append=' vtdefault+utf8=0 vmalloc=256m'

Once again, run 'lilo' if you do this.

Just from memory but hope it helps.
Thanks for your tutorial, i'll try it next time, now i have too many homework.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mouse pointer not appearing on screen piyush.ml20 Linux - Newbie 1 08-09-2008 02:26 AM
[SOLVED] mouse pointer clicks everywhere when taken near the edge of screen etechnophile Mandriva 1 11-21-2006 10:31 AM
Help! Black screen with mouse pointer X duncnz SUSE / openSUSE 9 09-11-2006 06:58 PM
Mouse pointer jumps around the screen gaz_dc Linux - Hardware 2 01-02-2005 11:22 AM
no mouse pointer on 2nd screen runaway Linux - Laptop and Netbook 2 10-23-2004 04:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration