LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-12-2008, 07:42 PM   #1
kikuta
LQ Newbie
 
Registered: Apr 2008
Posts: 4

Rep: Reputation: 0
Questions regarding Slackware


Hi, I just installed Slackware v12. I'm trying to change my resolution by editing /etc/X11/xorg.conf and adding my monitor's resolution in (1280x1024), but it doesn't work out (still at 1024x768). I'm also trying to install my nvidia driver for my 8800GT. It's telling me to exit X server. I did that by pressing CTRL+ALT+F6 and typed in "sudo /etc/init.d/gdm stop", but it came up with a message saying command not found. This is all on KDE btw. Also I can't scroll down websites for some reason. I hope someone can help me out. Thanks in advance.
 
Old 04-12-2008, 07:57 PM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,
Quote:
Originally Posted by kikuta View Post
Hi, I just installed Slackware v12. I'm trying to change my resolution by editing /etc/X11/xorg.conf and adding my monitor's resolution in (1280x1024), but it doesn't work out (still at 1024x768). I'm also trying to install my nvidia driver for my 8800GT. It's telling me to exit X server. I did that by pressing CTRL+ALT+F6 and typed in "sudo /etc/init.d/gdm stop", but it came up with a message saying command not found. This is all on KDE btw. Also I can't scroll down websites for some reason. I hope someone can help me out. Thanks in advance.
When you are working with the xorg you should be working with the cli as root. You should not be working from a terminal. The 'X' session told you that!

You could get so good background information from; Slackware® Basics or Slackware® Essentials.

You didn't state if it was a mouse scroll problem or if it was a bar problem. If is the scroll button for the mouse then the mouse type/manufacture would help. You would have to modify the '/etc/X11/xorg.conf' file to reflect the proper options for your mouse and type.
 
Old 04-12-2008, 08:20 PM   #3
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by kikuta View Post
Hi, I just installed Slackware v12. I'm trying to change my resolution by editing /etc/X11/xorg.conf and adding my monitor's resolution in (1280x1024), but it doesn't work out (still at 1024x768). I'm also trying to install my nvidia driver for my 8800GT. It's telling me to exit X server. I did that by pressing CTRL+ALT+F6 and typed in "sudo /etc/init.d/gdm stop", but it came up with a message saying command not found. This is all on KDE btw. Also I can't scroll down websites for some reason. I hope someone can help me out. Thanks in advance.
Post your xorg.conf.
 
Old 04-12-2008, 08:37 PM   #4
kikuta
LQ Newbie
 
Registered: Apr 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
When you are working with the xorg you should be working with the cli as root. You should not be working from a terminal. The 'X' session told you that!
What do you mean by cli?

This is my mouse. (I just can't scroll down websites if you get what I mean and I'm using one of those crappy balled mouse that came with my DELL rig and I doubt they'll give me support)
Quote:
Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
# Option "Device" "/dev/ttyS0"
# Option "Device" "/dev/ttyS1"
Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "150"

Section "InputDevice"
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle" "true"

This is my monitor setup
Quote:
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
 
Old 04-12-2008, 08:39 PM   #5
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
The complete xorg.conf.......................
 
Old 04-12-2008, 08:44 PM   #6
kikuta
LQ Newbie
 
Registered: Apr 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by SqdnGuns View Post
The complete xorg.conf.......................
I'm doing it in the terminal
Quote:
nano /etc/X11/xorg.conf
is there another way in which I can copy and paste all the text like notepad?
 
Old 04-12-2008, 09:19 PM   #7
cab15625
LQ Newbie
 
Registered: May 2005
Distribution: Slackware 11.0/current
Posts: 23

Rep: Reputation: 15
Quote:
Originally Posted by kikuta View Post
I'm also trying to install my nvidia driver for my 8800GT. It's telling me to exit X server. I did that by pressing CTRL+ALT+F6 and typed in "sudo /etc/init.d/gdm stop", but it came up with a message saying command not found. This is all on KDE btw.
It seems like you're used to using Ubuntu or something similar ... Slackware is a little different, but once you get used to it you never want to go back to anything else.

First:
Anyway, if you're running a stock slackware and haven't gone through the effort to install some form of Gnome, then you don't have gdm installed on your system ... chances are it's either kdm or xdm that you are running. If you can't get at it any other way, then do the following rather than your "sudo /etc/init.d/gdm" ... login as root and

killall kdm

or

killall xdm

It's not gentle, but it gets the job done. Just make sure you save any work you were doing in X before you hit CTRL+ALT+F6.

Second:
By default, slackware has a pretty empty /etc/sudoers file compared to what distros like ubuntu will give you. You may have to configure it by hand to get it to work the way you're used to.

Third:
Slackware doesn't put much into the /etc/init.d directory. Most of the startup scripts go in /etc/rc.d. But even these are just startup scripts ... no actual binaries.

Finally, once you do get the nvidia driver installed, it usually asks to adjust your xorg.conf file for you ... your other problems might just go away if you're lucky
 
Old 04-13-2008, 06:58 AM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Quote:
Originally Posted by kikuta View Post
What do you mean by cli?

This is my mouse. (I just can't scroll down websites if you get what I mean and I'm using one of those crappy balled mouse that came with my DELL rig and I doubt they'll give me support)

This is my monitor setup
The cli (command line) is where you should be doing any setup configuration for the xorg. If you are editing the '/etc/X11/xorg.conf' then it should be done from the cli without a "X' session process being active. Don't shell to it from a terminal as you were with 'KDE'.

You should post the complete sections of '/etc/X11/xorg.conf' that are relative to your problems.

Quote:
excerpt from '/etc/X11/xorg.conf'

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
The above would be the setup for a 'IMPS/2' mouse to activate the scroll wheel on one of my systems. What's crappy about the corded Dell mouse? It's a MS Intellimouse with the Dell logo, at least the ones I've got are MS that are private labeled.

You can copy from the 'editor' as you would with any other, just a little more work. You should either 'man' or 'google' for the commands for the editor of choice.

As for the video, we would need to see the video section and relative parts of the '/etc/X11/xorg.conf'. Along with the system information.
 
Old 04-13-2008, 09:16 PM   #9
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Note also that LQ has a dedicated Slackware forum (in Linux-Distributions)
 
Old 04-13-2008, 10:02 PM   #10
okos
Member
 
Registered: May 2007
Location: California
Distribution: Slackware/Ubuntu
Posts: 609

Rep: Reputation: 38
Re nvidia driver install, see this post, it goes through the entire process. AND setting resolution.
http://www.linuxquestions.org/questi...om-kde-632157/
 
  


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
Slackware 11 Questions! exad Slackware 2 01-16-2007 02:01 AM
Slackware 11, some questions fdahl_009 Slackware 16 10-17-2006 09:28 AM
various slackware questions DAChristen29 Slackware 34 04-22-2004 02:19 PM
A few Slackware questions Aeiri Linux - Software 6 02-27-2004 04:08 PM
2 questions about X in Slackware isolationist Slackware 6 06-25-2003 11:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:02 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