|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Notebooks This is a special forum dedicated to notebook problems. |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
1. My battery monitor, and power saving options don't work. Do i need to install kpowersave? If it helps, in order to boot, i had to add amp=off acpi=off to the commands.
2. I think this is a consequence of apm/acpi being off, but when i shutdown, it simply goes to runlevel 1 and i have to hit the power button to shut off. How is this fixed? 3. my screen saver kinda doesn't work. i set it to go on after 30 mins, but it goes on after 3, and instead of the one i set, it just does a blank screen. 4. i can't see my windows partition. there is a folder called /mnt/winxp, but nothing there. Help!!! Thanks all, I am really close to getting my first linux experience working all correct!!! |
|
|||
|
Concerning the screen saver, I suspect that you have DPMS turned on. If you are using KDE, open the Control Center, Peripherals, Display, and see the tab named "Power Control". If "Enable display power management" is checked, this will probably be applied before the ordinary screen saver comes into operation.
And about that Windows partition: In a standard SUSE installation, I'd expect there to be a folder called "/windows/C" that shows the contents of your main windows partition. As this does not seem to be present, try Code:
sudo mount -t ntfs /dev/hda1 /mnt/winxp If this works, we'll add a line to your /etc/fstab so that the partition will automatically be mounted at bootup. |
|
|||
|
Quote:
I am testing the monitor thing, but i think that is fixed. |
|
|||
|
Quote:
Can you access the files on the NTFS partion when using Linux with root permissions? |
|
|||
|
Quote:
Anyone have any thoughts on problems 1 and 2? I am going to install a few things (kpowersave,powersave,yast2power...) and see if that helps. |
|
|||
|
Can you post the result of:
cat /etc/fstab ? Besides, try with kpowersave and see what's going on. Powersave is still a bit tricky. And I do think that your problem #2 is a consequence of apm/acpi. Let's see! |
|
|||
|
Quote:
|
|
|||
|
I have no /windows folder. i am pretty sure I need to get into /mnt/winxp
I can change the mount location and see what happens i suppose. I will post the results of cat /etc/fstab tomorrow. I lent my disc out to a friend and i need ndiswrapper off it in order to install my wireless driver. its a bit of a pain to post that stuff from this computer. One other thing...if i install kpowersave and get it working properly, will I be able to remove apm=off acpi=off from the commands that boot up? |
|
|||
|
So i guess kpowersave has always been there, but how do i make it work so that my battery info shows up in the systray?
because when i go into yast to edit stuff, i am greeted with a bunch of APM/ACPI messages and i can't do anything. and here is the results of cat /etc/fstab: /dev/hda3 / reiserfs acl,user_xattr 1 1 /dev/hda2 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 /dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocha rset=utf8 0 0 none /subdomain subdomainfs noauto 0 0 hope that helps!!! |
|
|||
|
Quote:
Code:
mount -t ntfs -o ro,gid=users,umask=0002 /dev/hda1 /mnt/winxp If this works, you may want to add the following line to /etc/fstab: Code:
/dev/hda1************/mnt/winxp********** ntfs****** ro,users,gid=users,umask=0002**** 0****** 0 |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|