|
|
| Linux Compatibility and Software OS and software discussion for Linux/BSD. Also open for general Linux installation, software and support questions. |
11-14-2009, 05:13 PM
|
#721
|
|
Join Date: Sep 2008
Location: CT, USA
Posts: 1,769
|
Re: Linux on the ASUS N10 N10J
Quote:
Originally Posted by aethelbert
This happens when I complete the first part of the Dual GPU setup except my screen starts flashing and becomes semi-unresponsive. Any ideas?
|
If it's similar to what's been discussed in the thread, check out page 68 with james- posts, (this one too) and there is a launchpad bug here:
https://bugs.launchpad.net/ubuntu/+bug/464591. You can try renaming or deleting /etc/X11/xorg.conf.
|
|
|
11-15-2009, 07:21 AM
|
#722
|
|
Notebook Consultant
Join Date: Jul 2008
Location: Melbourne
Posts: 192
Rep Power: 4 
|
Re: Linux on the ASUS N10 N10J
Quote:
Originally Posted by ALLurGroceries
|
I don't think this helps too much here since I did a clean install (I had previously ran Windows 7 on this)
It's at
Code:
sudo mv xorg.conf xorg.conf.old
that I get issues. Mainly because there is no xorg.conf to move. Even after i download the xorg.confs for NVIDIA and Intel graphics and complete the rest of the steps I get to the reboot with NVIDIA graphics and get the blinking screen of doom, everytime. It's occurred 3 times since a clean install and I have no idea why it's doing this.
Also, it appears that my startup scripts don't work either, but that shall have to wait until this problem is resolved.
__________________
~~aeth
--------
Currently:
Minerva - G50V-A1 - C2D T9400; 9700M GT 512MB GDDR3; 4GB DDR2-800
Lylat - N10J w/XP - Atom N270 @ 2.1ghz; 9300M GS 256MB; 2GB DDR2-800
|
|
|
11-15-2009, 09:59 AM
|
#723
|
|
Notebook Consultant
Join Date: Nov 2008
Posts: 102
Rep Power: 3 
|
Re: Linux on the ASUS N10 N10J
The HDMI sound isn't working, it shows up in the list but with mplayer even with
Code:
mplayer -ao alsa:device=hw=0.3 file.avi
it doesn't give me an error per say but doesn't play any sound. I've tested my setup(hdmi->av receiver->tv) and I switched it to laptop->tv, tried it with my PS3 and the sound works through the hdmi(so it's not the cable)
|
|
|
11-15-2009, 11:36 PM
|
#724
|
|
Join Date: Sep 2008
Location: CT, USA
Posts: 1,769
|
Re: Linux on the ASUS N10 N10J
Quote:
Originally Posted by aethelbert
I don't think this helps too much here since I did a clean install (I had previously ran Windows 7 on this)
It's at
Code:
sudo mv xorg.conf xorg.conf.old
that I get issues. Mainly because there is no xorg.conf to move. Even after i download the xorg.confs for NVIDIA and Intel graphics and complete the rest of the steps I get to the reboot with NVIDIA graphics and get the blinking screen of doom, everytime. It's occurred 3 times since a clean install and I have no idea why it's doing this.
Also, it appears that my startup scripts don't work either, but that shall have to wait until this problem is resolved.
|
Can you boot with Intel graphics? Try removing the xorg.conf.nvidia entirely or blanking the file, since that is probably where the problem is. For instance, move the existing one to a backup location and then try restarting X:
Code:
sudo mv /etc/X11/xorg.conf.nvidia /etc/X11/xorg.conf.nvidia.bak
sudo /etc/init.d/gdm restart
The actual /etc/X11/xorg.conf will be a symbolic link, you can see where it points with:
Code:
ls -l /etc/X11/xorg.conf
If it's pointing to a blank (or non-existant) xorg.conf file, that should make it autoprobe for everything and hopefully it will not give you a blinking screen.
Quote:
Originally Posted by james-
The HDMI sound isn't working, it shows up in the list but with mplayer even with
Code:
mplayer -ao alsa:device=hw=0.3 file.avi
it doesn't give me an error per say but doesn't play any sound. I've tested my setup(hdmi->av receiver->tv) and I switched it to laptop->tv, tried it with my PS3 and the sound works through the hdmi(so it's not the cable)
|
#0 make sure IEC958 is switched on in your mixer.
#1 plug in cable and turn on receiver/TV/amp, etc
#2 run sudo nvidia-settings and detect displays
#3 run mplayer command line, or create/overwrite .asoundrc so that all apps default to hdmi out:
Code:
echo 'pcm.!default hdmi:Intel' > ~/.asoundrc
rm .asoundrc when you're done using HDMI.
|
|
|
11-16-2009, 08:00 PM
|
#725
|
|
Notebook Consultant
Join Date: Nov 2008
Posts: 102
Rep Power: 3 
|
Re: Linux on the ASUS N10 N10J
when I use alsamixer, I don't see "IEC958" but I see it in the GUI sound preferences(gnome) in the profiles. How do I switch it on? In alsamixer I have Master,Headphones,PCM,Mic, S/PDIF, S/PDIF D, S/PDIF 1, Beep, F-Mic, Speaker
|
|
|
11-16-2009, 10:24 PM
|
#726
|
|
Join Date: Sep 2008
Location: CT, USA
Posts: 1,769
|
Re: Linux on the ASUS N10 N10J
Sound prefs in Gnome should do it. If you're still having problems rebuild alsa from source... it works perfectly for me.
|
|
|
11-18-2009, 10:36 PM
|
#727
|
|
Notebook Consultant
Join Date: Jul 2008
Location: Melbourne
Posts: 192
Rep Power: 4 
|
Re: Linux on the ASUS N10 N10J
Fixed the problem. You above instructions solved it perfectly. Thanks. I'd rep you but I think I've done that too much already :P.
__________________
~~aeth
--------
Currently:
Minerva - G50V-A1 - C2D T9400; 9700M GT 512MB GDDR3; 4GB DDR2-800
Lylat - N10J w/XP - Atom N270 @ 2.1ghz; 9300M GS 256MB; 2GB DDR2-800
|
|
|
11-18-2009, 11:12 PM
|
#728
|
|
Join Date: Sep 2008
Location: CT, USA
Posts: 1,769
|
Re: Linux on the ASUS N10 N10J
Cool, well that means I should probably add this detail into the guide on my next revision. Thanks for following up!
Edit: I've now corrected all of the missing links and minor problems with the wiki. If anyone finds a problem please let me know or just edit it (it is a wiki!). Again the new URL of the guide is: http://n10.wikia.com/wiki/Linux_HOWTO
Last edited by ALLurGroceries : Yesterday at 07:58 AM.
|
|
|
Yesterday, 11:44 AM
|
#729
|
|
Notebook Consultant
Join Date: Nov 2008
Posts: 102
Rep Power: 3 
|
Re: Linux on the ASUS N10 N10J
Quote:
Originally Posted by ALLurGroceries
Sound prefs in Gnome should do it. If you're still having problems rebuild alsa from source... it works perfectly for me.
|
If you mean switching the profile to IEC and clicking "mute" to uncheck it, and boost the volume up to 100% and trying, that is what I've been doing(then swtiching it to the HDMI profile. I've compiled alsa from source(again b4 I posted) and still no sound... it's weird
|
|
|
Yesterday, 09:28 PM
|
#730
|
|
Newbie
Join Date: Nov 2009
Posts: 1
Rep Power: 0 
|
Re: Linux on the ASUS N10 N10J
I'm using GD2 with PHP 5.2.9.2 and I'm trying to create a dynamic compass type thing. What I'd like is simply an arrow image that will change where it's pointing based on the
get variable I pass to it. Problem is that because the image is square, imagerotate (the function I'm using) makes the overall canvas bigger and bigger, to it's maximum size, at any of the 45 degree angles. This is not what I expected, nor what I want, what I'd much prefer is it to stay exactly in it's place and clipping to occur. I understand how I could do this manually, but to do so, I'd need the dimensions of the newly rotated image, in it's current form, rather than how it was.
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
All times are GMT -5. The time now is 03:20 PM.
|