LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-15-2007, 03:38 PM   #1
exad
Member
 
Registered: Aug 2005
Location: Winnipeg, Manitoba
Distribution: Slackware 12.2
Posts: 36

Rep: Reputation: 15
Slackware 11 Questions!


Hey everyone, I haven't used linux for a while but decided to get back into it and start getting my brain working a bit.

I recently installed Slackware 11 on my system and everything seems to be working fine but I have two questions.

#1. I have a widescreen display and just installed Ati linux drivers from the ATI website and am using KDE as my desktop manager and was wondering if it was possible to adjust my resolution to 1440x900. When configuring Kdesktop the max resolution I seem to be able to set is 1024x768.

#2. I have a PSP and a few USB storage devices and was wondering how to access them when I plug them in.
 
Old 01-15-2007, 11:42 PM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Moved: This thread is more suitable in the Slackware Forum and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 01-16-2007, 02:01 AM   #3
TheMusicGuy
Member
 
Registered: Mar 2004
Distribution: Ubuntu 8.04
Posts: 127

Rep: Reputation: 15
For #1, I would try entering the exact horizontal sync and vertical refresh of your monitor into your /etc/X11/xorg.conf file. (Be sure to back it up before you make any manual changes as incorrect settings could make X displays impossible until you fix the settings.)

Look for the section for your monitor, something like
Code:
Section "Monitor"
Identifier "SomeIdentifier"
HorizSync <PUT HORIZONTAL SYNC RANGES HERE, example: 30.0-60.0 >
VertRefresh <PUT VERTICAL REFRESH RANGE HERE, example: 60.0-100.0 >
EndSection
You will have to find the ranges for your exact monitor on your own, however. ^_^

As for #2...hmm....Well, I don't know how the PSP works, but for most USB storage devices you can do a few things:

1.) Open a shell and, as root, run tail -f /var/log/messages.
2.) Plug in your storage device.
3.) Wait for the screen to say something like "USB mass storage device connected ... blah blah blah ... /dev/sda1".
4.) Jot down the /dev/sda part. This is the device's location.
5.) Open /etc/fstab as root and add this new line to it. (Be sure to back up /etc/fstab first!)
Code:
<YOUR_DEVICE_LOCATION> <MOUNT_POINT> auto rw,noauto,users,owner 0 0
For <MOUNT_POINT> you specify any unused directory on your system, or you can create one. Usually it will be something like /mnt/usbdrive.

Now you should be able to type mount /mnt/usbdrive at any time to get access to your device at that directory. When your done (eg. not accessing data from it anymore) type umount /mnt/usbdrive to safely detach from the computer.

For more information about this stuff check out the manpages:
man xorg.conf
man fstab

Last edited by TheMusicGuy; 01-16-2007 at 02:04 AM.
 
  


Reply

Tags
psp, resolution, slackware, usb



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
Various Questions [New to Slackware] comfy.numb Slackware 18 10-05-2005 12:22 PM
Slackware 10 questions! Tod_Con Slackware 22 07-05-2004 03:34 PM
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 - Distributions > Slackware

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