LinuxQuestions.org
Review your favorite Linux distribution.
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 05-13-2003, 11:18 PM   #1
Gnute
Member
 
Registered: Apr 2003
Location: Kuwait
Distribution: NetBSD x86; Slackware Linsux i686 (A billion kilometers away)
Posts: 101

Rep: Reputation: 15
HELP!!!! not too complicated stuff


I Want To Do The Following:
1. Switch To Gnome From KDE, HOW!?
2. Change 640x480 Manually from the config file.
I want to do it manually because i cant get my video card driver to work from xf86config and have to use vesa.
What line do i add? Where? thanks.
 
Old 05-13-2003, 11:28 PM   #2
dos1
Member
 
Registered: May 2003
Location: Auckland, New Zealand
Posts: 49

Rep: Reputation: 15
I'm pretty new but

1) go to console and type "xwmconfig"

2) Just look through the config file, pretty easy to find the place to edit, I had to edit for my refresh rates and when I put on nvidia drivers, the file is pretty well commented.

Hopefully a tiny bit helpful and accurate,

Jacob
 
Old 05-14-2003, 02:16 AM   #3
aizkorri
Member
 
Registered: Feb 2002
Location: Basque Country
Distribution: Fedora 14, Ubuntu 14.04
Posts: 434
Blog Entries: 1

Rep: Reputation: 55
I think you can edit XF86Config file, in mdk it is at /etc/X11
 
Old 05-14-2003, 03:27 PM   #4
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
what video card do you have?
 
Old 05-14-2003, 05:13 PM   #5
Gnute
Member
 
Registered: Apr 2003
Location: Kuwait
Distribution: NetBSD x86; Slackware Linsux i686 (A billion kilometers away)
Posts: 101

Original Poster
Rep: Reputation: 15
S3 Savage4 AGP 16MB
also, when i run "X" or "XFree86" the comp freezes with an X Cursor (sorry to sound like a windows freak! DAMN I HATE WINDOWS)
it only runs with "startx", any help would be appreciated.
 
Old 05-14-2003, 05:14 PM   #6
Gnute
Member
 
Registered: Apr 2003
Location: Kuwait
Distribution: NetBSD x86; Slackware Linsux i686 (A billion kilometers away)
Posts: 101

Original Poster
Rep: Reputation: 15
btw, dos1, thanks ALOT for the gnome thing, i'm now using Gnome again!
 
Old 05-14-2003, 05:35 PM   #7
Gnute
Member
 
Registered: Apr 2003
Location: Kuwait
Distribution: NetBSD x86; Slackware Linsux i686 (A billion kilometers away)
Posts: 101

Original Poster
Rep: Reputation: 15
Here's My Config, tell me where i need to add what, i tried all i could, and i also couldn't get my mouse scroll to work!
<---Start--->
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseBIOS" # [<bool>]
#Option "LCDClock" # <freq>
#Option "ShadowStatus" # [<bool>]
#Option "VideoRAM" # <i>
Identifier "Card0"
Driver "savage"
VendorName "S3"
BoardName "Savage4"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "800x600" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "800x600" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "800x600" "800x600"
EndSubSection
EndSection
<---End--->
 
Old 05-15-2003, 03:12 AM   #8
Gnute
Member
 
Registered: Apr 2003
Location: Kuwait
Distribution: NetBSD x86; Slackware Linsux i686 (A billion kilometers away)
Posts: 101

Original Poster
Rep: Reputation: 15
bump
 
Old 05-15-2003, 05:22 AM   #9
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
To set the resolution manually, you fiddle with the order that the resolutions appear in the file. It goes top to bottom, left to right. To make it easier just delete the bit depths up to 16. I very much doubt you will ever want to use that small a bit depth.

Just have the 16 and 24.

Then have one entry for each resolution you want. So rather than having three "800x600" entries, just have one for each bit depth. You can also add a "1024x720" as well. Whether you put it infront of, or after, the 800x600 depends on which X will try first. If one fails, it will move on to the next resolution on the right. You can also cycle through them using the ctl-alt and the numpad + and - keys.

As for the bit depth, the line which says "Default Depth" obviously states the default. Otherwise, it starts from the first depth it encounters and cycles through them.

As to the mouse thingy, your problem lies with the fact that the mouse driver that you've selected is not a wheel mouse. PS/2 is just a normal 2 or three button mouse. IMPS/2 is a wheel mouse, and some of the logitech ones are as well. IMPS/2 stands for Intellimouse which I think could only pertain to Microsoft stuff though most mice are compatible with this (excpet some logitech ones.).

Change the PS/2 to IMPS/2 and the ZAxis option will work.

HTH

Alex
 
Old 05-15-2003, 01:42 PM   #10
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
Some people in these forums have to start reading docs before asking. all of these questions, not only can be solve by reading the documentation section at slackware.com, but they have also been asked numerous times here before. I mean, Im not even close to be a linux guru, but at least I was able to install slackware my first time by just following the installation instruction in their website. Again, Im no genious, Im just a regular guy. If I can, anybody here can too. So please, lets try to read documentation first.


Peace
Figa
 
Old 05-15-2003, 03:32 PM   #11
Gnute
Member
 
Registered: Apr 2003
Location: Kuwait
Distribution: NetBSD x86; Slackware Linsux i686 (A billion kilometers away)
Posts: 101

Original Poster
Rep: Reputation: 15
ermm, ok *thinks up an excuse* i'm 13, and i've been on MS-DOS/Windows Since I Was About 5, so you can figure out how much pain, and agony Microsoft has caused me, for so much time!!
 
Old 05-15-2003, 05:33 PM   #12
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
I didn't meant to be rude, nor I was trying to get personal. Don't worry about it. Just know that there is a great deal of documentation, starting with the Slackware.com where you can find a book that explains how sackware works. There is also the tldp.org where you can find all of the most important and best documentation around. Other places, linux.com, linux-mag.com, linuxjournal.com and others. Its okay to ask, but try to get some info before asking, it helps a lot. Search this place too.
Anyways, welcome to linux. I'm pretty sure that you'll like it, and don't let people like me discourage you. Keep on learning.

Peace
Figa
 
Old 05-15-2003, 07:00 PM   #13
KneeLess
Member
 
Registered: May 2003
Distribution: Debian GNU/Linux 3.0 Sid, OpenBSD 3.5
Posts: 190

Rep: Reputation: 30
Now I may be new to these forums, but I am not new to computer forums.

Gnute, your age is no excuse. I'm 14 . And chill out a bit.

Try checking at the Google/Linux or at the Slackware book.

I don't mean to be rude, but at least 95% of questions are answered on either the site's documentation or Google. And then 3% of the remaining quesitons have already been asked, and that leaves 2% of topics to be asked.

(Okay so what, I made up the numbers )

And I'm so glad your not clueless, I dispise ignorance.
 
Old 05-16-2003, 11:49 PM   #14
SchwarzeFeen
Member
 
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70

Rep: Reputation: 15
Yeah there's a whole lot of factors that could cause a lot of problems during install.. i'd say you got lucky..
 
  


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
ipw2200 ...this looks complicated jnsg Slackware 7 12-22-2005 11:03 AM
When installing new stuff in suse 9.1, do you uninstall old stuff first? randon SUSE / openSUSE 1 12-25-2004 04:37 PM
why must linux be so complicated? r_hartless Linux - Newbie 7 07-12-2004 01:50 AM
Complicated Network XTJ7 Linux - Networking 9 05-18-2004 12:48 PM
kinda complicated fragger Linux - Networking 10 01-27-2004 08:39 AM

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

All times are GMT -5. The time now is 09:08 AM.

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