Results 11 to 15 of 15
Thread: Linux drivers and atk for linux
-
01-09-2013 05:57 AM #11
Thank you very much @Zygo! I will try this later this week (probably on the weekend) when I am running my G74 at home. During the week I run it at work as my primary work machine, but its locked away in a metal box (with cables running into it for external keyboard, mouse and monitor) like all computers at the observatory (to protect our radio telescopes from radio interference, which is generated by all electronics).
You are in for a treat, sir, especially with the synaptic package manager! I have never used a linux distro that is more easy to maintain and upgrade!--
G74SX-CST1-CBIL, i7 2630QM 2GHz
32GB DDR3 RAM @1333MHz
GTX560M 3GB DDR5 (192 bit)
17.3" LED 1920x1080
Sentelic TP, BIOS 203
Debian Linux Wheezy (Testing) Kernel 3.2, NVIDIA 295.40
-
01-09-2013 11:15 AM #12
Hope it works for you, @fostert, it wasn't easy to find something that looked like it would be cross-distro. If you don't have the file I mentioned, then let me know and I will try Debian proper (rather than OpenSUSE).
Synaptics is an awesome package manager, I've used it before - best of any I've tried. The only package manager that approaches it is YaST2 on OpenSUSE. However, YaST does a bunch of other stuff too, so it isn't as focused.I am disturbed because I cannot break my system...found out there were others trying to cope! We have a support group on here, if your system will not break, please join!
http://rog.asus.com/forum/group.php?groupid=16
We now have 178 people whose systems will not break! Yippee!
LINUX Users, we have a group!
http://rog.asus.com/forum/group.php?groupid=23
-
01-28-2013 07:32 PM #13
- Join Date
- Jan 2013
- Reputation
- 12
- Posts
- 4
screen brightness
I am running linuxmint 14 (main edition, not lmde) and most of the fn keys are mapped and working correctly. However, the fn+screen brightness do not function correctly. The OSD appears and shows increases and decreases on a bar, but the screen isn't actually changing brightness. The fn+screen on/off functions correctly.
Any thoughts?
Has anyone tried Calise?
http://sourceforge.net/projects/calise/?source=dlp
-
01-28-2013 10:51 PM #14
Never tried it. What you need to do is set up your DE to call the appropriate shell scripts via the key combination.
I am disturbed because I cannot break my system...found out there were others trying to cope! We have a support group on here, if your system will not break, please join!
http://rog.asus.com/forum/group.php?groupid=16
We now have 178 people whose systems will not break! Yippee!
LINUX Users, we have a group!
http://rog.asus.com/forum/group.php?groupid=23
-
03-30-2013 01:36 AM #15
- Join Date
- Jan 2013
- Reputation
- 12
- Posts
- 4
I was able to fix the screen brightness controls by following the instructions found here:
http://forums.linuxmint.com/viewtopic.php?f=42&t=45271
Mint 8+
CODE: SELECT ALL
gksudo gedit /etc/default/grub
find the line which says GRUB_CMDLINE_LINUX=""
and inbetween the ""
write
CODE: SELECT ALL
acpi_backlight=vendor
save that then back in the terminal
CODE: SELECT ALL
sudo update-grub
reboot again and see if they still work