Results 1 to 10 of 13
I have some simple questions for now. How can i change my resolution and setup nvidia drivers? Also, how can I setup my scroll button, and side buttons on my ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-30-2007 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
Please help grimo =)
I have some simple questions for now. How can i change my resolution and setup nvidia drivers? Also, how can I setup my scroll button, and side buttons on my mouse. Do I need to edit xorg? and how may I do that?
Any other question I have ill be glad to post in this thread so I dont make a cluster of help threads lol.
- 12-30-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Yes, you can change your resolution by editing your /etc/X11/xorg.conf file, with root permissions needed, of course.
The SlackBook will probably answer many of your setup/configuration questions.
You'll need to actually install the nvidia drivers before editing the xorg.conf file to use them.
The mouse and buttons are configured in xorg.conf, too. Much of this will be done for you if you run xorgconfig as root. You'll need to know the details of your hardware before running xorgconfig. Check here for running xorgconfig.oz
- 12-30-2007 #3Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
When i go to type in sh NVIDIA-Linux-x86-71.86.01-pkg1.run in terminal, it gives me an error saying no such directory.... I saved the download to my desktop btw. or if I drag the pkg into the terminal, it says permission denied?
EDIT! Ok so I figured it out somewhat, I can Drag it into terminal and choose CD, but i get an ERROR saying im on x server, and i need to get off to be able to install? Now how do i go about getting off and installing now LOL!??
- 12-30-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
You can't be running the Xserver when installing the nVidia drivers.
To enter a text-based console, you can press CTRL-ALT-F1, or you can edit your /etc/inittab file where you see the line that says "id:5:initdefault". Just change the 5 (which is graphical mode) to a 3 for text mode and then reboot.
I think that's covered in the SlackBook posted above, but not sure. Of course, you have to su to root to edit any file outside of your /home directory.
Let us know how it goes, and have fun with Linux!oz
- 01-24-2008 #5Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
Hi, how do I edit /etc/X11/xorg.conf? What do I actually type in console to be able to do so?
- 01-24-2008 #6
You can use any text editor like vi, pico or nano.
Code:su nano /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-24-2008 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
...enter root password when it's requested.Code:su
...if you don't like the vim text editor, use the editor of your choice (maybe nano, or pico).Code:vim /etc/X11/xorg.conf
Edit file as needed, save file, restart Xserver.oz
- 01-24-2008 #8Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
hmm. I change the display section to 1680x1024, restart x go to the desktop resolution and im still not able to run 1680x1024!
Is there something else I am supposed to do? I already tried putting screen 1 for the "display" area, and still get nothing.Code:Subsection "Display" Depth 8 Modes "1680x1024" "1680x1024" "1680x1024" EndSubsection Subsection "Display" Depth 16 Modes "1680x1024" "1680x1024" "1680x1024" EndSubsection Subsection "Display" Depth 24 Modes "1680x1024" "1680x1024" "1680x1024" EndSubsection Subsection "Display" Depth 32 Modes "1680x1024" "1680x1024" "1680x1024" EndSubsection EndSection
- 01-24-2008 #9
I am not a Slackware user but, have you installed Nvidia Driver? Which Graphics driver are you using right now?
Post contents of xorg.conf file here, if possible.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-24-2008 #10forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
You'll probably need to make sure you have the correct horizontal and vertical scan rates (check your monitor manual) entered in the xorg.conf file to get the resolution you want.
oz


Reply With Quote
