You are not logged in.
Pages: 1
I tried on my laptop with an ATI Radeon Mobility card. I figured it was ATI because for the life of me I can never get their crap to work. No big deal, that's just kind of a pet project anyway since my laptop is a piece and doesn't need 3d accelleration.
Recently I decided to replace my FC4 install on my desktop with arch. I put fluxbox on and everything runs peachy. I pacman -Sy nvidia, which doesn't work. I realize I have a GeForce 2 and need nvidia-legacy. I install it, it seems to be ok. At this point I run xorgconfig. It didn't work for me on the laptop but hell why not.
I followed the instructions in the Wiki and everything seems to be the way it should be, but for some reason when I start X all that happens is it shows the nVidia splash screen, then goes black, then the splash screen, repeat until infinity.
I've never had an xorg.conf file that worked which leads me to believe I'm doing something retarded that ruins my every attempt. Would someone please take a look at it and let me know if it seems weird anywhere? Thanks.
Offline
in the "InputDevice" section. change /dev/mouse to /dev/input/mice
Offline
Instead of running xorgconfig try:
pacman -Sy hwd lshwd
hwd -x
Microshaft delenda est
Offline
in the "InputDevice" section. change /dev/mouse to /dev/input/mice
This is the problem I had when I first tried setting up Xorg. May be worth trying.
A look at your xorg log file in /var/log would be useful I think. Any lines beginning with (EE) show errors that occured. Be on the lookout for (WW) warnings too.
Offline
had you tried to uncomment the DRI section?
Offline
Instead of running xorgconfig try:
pacman -Sy hwd lshwd
hwd -x
I appreciate the help, but what does this do? Obviously downloads a couple things and some kind of command, but what?
I appreciate all your help, I'm going to try all these suggestions later on today. Thanks a bunch.
Offline
hwd and lshwd - IIRC - are tools written by Arch Linux users for Arch Linux users. They are for hardware detection.
http://wiki.archlinux.org/index.php/Ins … igure_xorg from the wiki (look towards the bottom of the page) gives a little more detail about using hwd for generating an xorg config, based on the hardware it finds. This differs from the xconfig approach, where you have to give all the details that X needs to know.
Give it a whirl - it'll generate a conf for you, and hopefully it'll do the job.
Offline
in the "InputDevice" section. change /dev/mouse to /dev/input/mice
This worked great for me. Thanks.
I tried the other thing with hwd and lshwd and ended up with an almost identical xorg.conf. Cool tools though, definitely save some time. Also it's nice to know what specifically was wrong. Thanks for the help all.
Offline
Pages: 1