Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
Hi Im new in linux - I just installed slackware on my Dell Inspiron - Im having probs with the screen res - the screen seems to be tiny and in my attempt to increase screen size (display size) i seem to have buggered it completely. When I start up KDE the screen simply flickers - so I can no longer get into KDE and correct the size- How can I correct this - and how can i increase the size?
Another thing is I have been trying to mount a Flash usb drive? how do I do it?
Distribution: Mandrake, Slackware, Red Hat, and Yoper
Posts: 2
Rep:
hope this helps
I am working on my inspiron 4100, so I'll try to help you. First of all do any of your other desktop managers work, like gnome? If not do this press ctrl + alt + <any of the Fn keys i.e. F5> This will change your runtime envirioment. Now login and go edit /etc/X11/xorg.conf with vi or whatever you know. Now read the comments in the file and change your default resolution to something different. Another good idea would be to install the nvidia drivers.
I don't have a Dell (I have a Toshiba), but I am using Slackware, so maybe this will help.
Most of the usb flash drives will show up as /dev/sda0 or /dev/sda1 (or sda2 etc). Create a mount point
mkdir /mnt/flashdrive
And try to mount sda1
mount /dev/sda1 /mnt/flashdrive
If that doesn't work, try sda0 or sda2 etc, the device number might depend on what other usb you have plugged in.
There may be ways of automounting these but I'm not sure if that works with Slackware or if there'd need to be changes to the kernel etc to support - but the above way should work in any case.
Distribution: Mandrake, Slackware, Red Hat, and Yoper
Posts: 2
Rep:
I believe all you have to do for auto mount to work is edit your /etc/fstab and add the option of auto. Something that works in one linux should work in another, but you may have to just change some settings.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.