You are not logged in.
Hi there. I'm from Argentine so, please... sorry for my poor english.
I've installed Archlinux on a Piii 1GHz 512Mb Ram and it rocks! It's very fast and I'm happy with it.:D
But, then I performed an upgrade with pacman -Su and the whole system seems to have some problems.
I lost my xorg configuration.
I mean, I have to xorg.conf file... but now I'm unable to change my screen resolution (I just can set an ugly 640x480)
So I run hwd -xa again and it created a XF86Config-4 file ¿¿wt??
What can I do? Should I remove all xorg package and reinstall it?
Thanks in advance.
.: www.preguntaslinux.org :.
Offline
Sounds like xorg configuration issue. If you look inside /var/log/Xorg.0.log you should get an idea of what is wrong (lines with (EE) are errors, lines with (WW) are warnings). Also, what video card are you using and which driver?
Last edited by fwojciec (2007-11-11 22:34:31)
Offline
hwd does n't work with new xorg. try X --configure
Offline
Thanks for replying fwojciec.
I'm not in front of that PC now
But I remember exactly that I have an AGP Riva 16Mb, and I use the nv driver.
Tomorrow I will check the logs.
thanks
EDIT:
Oh, I almost forgot.
I can't switch between consoles (vt). Ctrl+Alt+Fx don't work.
I have the Option "DontVTSwitch" commented.
Last edited by dragonauta (2007-11-12 01:03:10)
.: www.preguntaslinux.org :.
Offline
Ok... Screen problem solved.
I ran xorgconfigure and re-set the xorg.conf... now I have good resolution
now just I need to switch between consoles (vt)
.: www.preguntaslinux.org :.
Offline
Well... I'm still with the keyboard problem.
I can't switch between virtual consoles (Ctrl+Alt+Fx seems not work)
Here's the keyboard section on my xorg.conf
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "XkbVariant" "us-acentos"
Option "XkbVariant" "nodeadkeys"
Option "XkbDisable" "true"
EndSection
I have a Sun Keyboard 104keys, this one: http://www.jameco.com/webapp/wcs/stores … tId=173649
Any help will be appreciated.
.: www.preguntaslinux.org :.
Offline
Ok... solved.
I was unable to change to VC, but I start to play with different options and bingo!
I commented both
#Option "XkbVariant" "us-acentos"
#Option "XkbVariant" "nodeadkeys"
thanks anyway
.: www.preguntaslinux.org :.
Offline