You are not logged in.
Pages: 1
Hello Arch users!
I have installed Arch Linux ARM on my Nexus 7. The system works without any problems except Xorg.
If I type startx the XServer loads but after the first picture it freezes.
My xorg.conf:
Section "ServerFlags"
Option "AllowEmptyInput" "False"
EndSectionSection "Monitor"
Identifier "N7 Display"
Option "DPMS" "True"
Option "Rotate" "Right"
EndSectionSection "Device"
Identifier "N7 GPU"
Driver "tegra"Option "ARGBHWCursor" "False"
Option "RandRRotation" "True"
EndSectionSection "Screen"
Identifier "N7 Screen"
Device "N7 GPU"
Monitor "N7 Display"DefaultDepth 24
SubSection "Display"
#Modes "1280x800"
Depth 24
ViewPort 0 0
EndSubsection
EndSectionSection "InputClass"
Identifier "DefaultIgnoreAll"
Option "Ignore" "On"
EndSectionSection "InputClass"
Identifier "N7 HW-keys"
MatchProduct "gpio-keys"
Driver "evdev"
Option "Ignore" "Off"
EndSectionSection "InputClass"
Identifier "N7 Touchscreen"
MatchProduct "elan-touchscreen"
Driver "mtev"
Option "Ignore" "Off"
#Option "SwapAxes" "True"
#Option "InvertX" "Yes"
#Option "InvertY" "Yes"
EndSection
Offline
You might want to ask over at the Arch ARM forums, as it is an unsupported platform and those people probably know more about the quirks of the platform... besides this being a forum policy :-)
Offline
After trying several things and spending more than three hours without any luck I gave up. My set up is now Android and Ubuntu Touch (I hope I'll be able to remove unity and install something else...).
But anyway thank you for the help.
Offline
Next time when pasting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
like this
It makes the code more readable and - in case of longer listings - more convenient to scroll through.
Offline
Pages: 1