Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-20-2014, 02:49 AM
|
#1
|
LQ Newbie
Registered: Sep 2013
Distribution: Slackware, Debian, Ubuntu, CentOS
Posts: 8
Rep: 
|
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
|
|
|
|
02-20-2014, 05:14 AM
|
#2
|
Senior Member
Registered: Dec 2009
Posts: 1,387
Rep: 
|
try installing arandr and check if there is other screen?
|
|
|
02-20-2014, 05:43 AM
|
#3
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,710
|
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.
|
02-20-2014, 07:52 PM
|
#4
|
LQ Newbie
Registered: Sep 2013
Distribution: Slackware, Debian, Ubuntu, CentOS
Posts: 8
Original Poster
Rep: 
|
Ok, I'll try it.
Quote:
Originally Posted by yooy
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
or try to set display resolution. nvidia has a command nvidia-settings, you can try to use it to configure displays.
|
|
|
|
02-21-2014, 06:19 PM
|
#5
|
Member
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 -current running i3
Posts: 499
Rep: 
|
Quote:
Originally Posted by Jati
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.
|
|
|
02-25-2014, 03:34 AM
|
#6
|
LQ Newbie
Registered: Sep 2013
Distribution: Slackware, Debian, Ubuntu, CentOS
Posts: 8
Original Poster
Rep: 
|
Quote:
Originally Posted by rkfb
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.
|
|
|
02-25-2014, 01:48 PM
|
#7
|
Member
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 -current running i3
Posts: 499
Rep: 
|
Quote:
Originally Posted by Jati
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.
|
|
|
02-26-2014, 03:02 AM
|
#8
|
LQ Newbie
Registered: Sep 2013
Distribution: Slackware, Debian, Ubuntu, CentOS
Posts: 8
Original Poster
Rep: 
|
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
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.
|
|
|
All times are GMT -5. The time now is 03:47 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|