You are not logged in.
Did netinstall of Arch on my little Fujitsu U820 convertible tabletPC.
Overall, install seemed to go OK and I am able to boot up Arch and use console.
However, having problem getting X up and running. Hope someone can please advise.
I have followed the post-Arch Install instructions on the Beginner's Wiki page and other related pages such as the Poulsbo page.
https://wiki.archlinux.org/index.php/Po … repository
According to the Poulsbo page, I should have the Kernel's psb-gfx module installed as part of Arch install. However, when I did as noted on that page:
$ modprobe -l | grep psb
kernel/drivers/staging/gma500/psb_gfx.ko.gz
I get error message:
modprobe: invalid option -- 'l'
From searching on this issue, it seems that Arch has changed modprobe and is using kmod now?
What is equivalent command for the above now?
When I do startx I get the following error messages:
Parse error on line 41 of section InputClass in file /etc/X11/xorg.conf.d/10-evdev.conf
"Section" is not a valid keyword in this section.Fatal server error:
no screens foundServer terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
I thought about trying to use the fbdev Xorg driver instead for now, but the Poulsbo page says you also need to install the '915resolution-static' package but the repository for it is no longer online.....
Any suggestions as to how to get X up and running?
Thanks.
Last edited by ArchiMark (2012-04-26 19:01:33)
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
I would post the contents of /etc/X11/xorg.conf.d/10-evdev.conf
meh
Offline
Just try plain modprobe, without any options. Do you use /etc/X11/xorg.conf file? If yes, post it's contents. It would also be helpful if you posted xorg log. And last thing, have you tried running it on vesa driver?
Offline
I would post the contents of /etc/X11/xorg.conf.d/10-evdev.conf
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevIcePath "/dev/input/event*"
Driver "evdev"
EndSectionSection "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevIcePath "/dev/input/event*"
Driver "evdev"
EndSectionSection "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
MatchDevIcePath "/dev/input/event*"
Driver "evdev"
EndSectionSection "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevIcePath "/dev/input/event*"
Driver "evdev"
EndSectionSection "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevIcePath "/dev/input/event*"
Driver "evdev"
EndSectionSection "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbdOptions" "terminate:ctrl_alt_bksp"
EndSection
Last section that I added to the list is from wiki regarding being about to use ctrl-alt-backspace keys to stop X
Last edited by ArchiMark (2012-04-16 15:02:37)
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
Small typo
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbdOptions" "terminate:ctrl_alt_bksp"
EndSection
meh
Offline
Just try plain modprobe, without any options. Do you use /etc/X11/xorg.conf file? If yes, post it's contents. It would also be helpful if you posted xorg log. And last thing, have you tried running it on vesa driver?
When I do modprobe without any options, I get error messsage
Error: missing parameters. See -h.
No, don't have any /etc/X11/xorg.conf file....
As for xorg.log file, here's pertinent parts about errors....
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Parse error on line 41 of section InputClass in file /etc/X11/xorg.conf.d/10-evdev.conf
"Section" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config fileFatal server error:
no screens foundServer terminated with error (1). Closing log file.
Last, no, have not tried using vesa driver....assume that you're implying that I should try that or ?
thanks.
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
When I do modprobe without any options, I get error messsage
Sorry, my mistake, to list loaded kernel modules you should use 'lsmod' command. Did correcting the typo help?
Offline
ArchiMark,
The equivalent of modprobe -l is lsmod
Yes, you should try the vesa driver, as that would verify the Xorg configuration and at least get X running in a very basic and mostly unusable fashion.
Offline
Have you fixed the typo to see if that made any difference?
meh
Offline
Small typo
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbdOptions" "terminate:ctrl_alt_bksp"
EndSection
Thanks you for catching that...
However, turns out the typo was in my posting here on the forum, not in my actual file....the " is there....
Error message refers to use of "Section" in this case....
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
ArchiMark wrote:When I do modprobe without any options, I get error messsage
Sorry, my mistake, to list loaded kernel modules you should use 'lsmod' command. Did correcting the typo help?
No worries...thanks....
Just tried 'lsmod as you suggest...however, I don't get any return message afterwards like in the example I quoted from the wiki....?
As for typo, as noted in my other recent post, the file was correct, but I made typo in posting this info...corrected my post up above...
However, I still have the error message there about use of "Section".....
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
ArchiMark,
What happens when you explicitly load the module using the command:
modprobe psb_gfx
?
Offline
ludwis wrote:ArchiMark wrote:When I do modprobe without any options, I get error messsage
Sorry, my mistake, to list loaded kernel modules you should use 'lsmod' command. Did correcting the typo help?
No worries...thanks....
Just tried 'lsmod as you suggest...however, I don't get any return message afterwards like in the example I quoted from the wiki....?
As for typo, as noted in my other recent post, the file was correct, but I made typo in posting this info...corrected my post up above...
However, I still have the error message there about use of "Section".....
UPDATE:
When I do just 'lsmod' I do get a long list....and I do see the following:
video 9716 2 gma500_gfx.poulsbo
However, I have feeling that list is longer than what I can see on display....is there easy way to scroll through long lists in console?
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
ArchiMark,
What happens when you explicitly load the module using the command:
modprobe psb_gfx
?
I get the following:
FATAL: Module psb_gfx not found.
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
ArchiMark,
The equivalent of modprobe -l is lsmod
Yes, you should try the vesa driver, as that would verify the Xorg configuration and at least get X running in a very basic and mostly unusable fashion.
Installed vesa driver and tried 'startx'
I get the same error messages..... ;(
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
Here you have a working file from Arch wiki. Try it out and if that fails, try moving that file to another location and see what happens if you launch X without it.
Offline
Should it also not be
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Note, XkbOptions as opposed to XkbdOptions as you have?
Or was that another typo?
meh
Offline
Wait a sec. Your chipset is an embedded Intel System Controller Hub US15W. Why do you have the drivers for a GMA chipset?
Do you have the latest linux firmware package and stuff?
When I win the lottery, the first thing I will do, before I buy a new car or a house, would be to buy a goddamn Cisco XR 12000 router and enough T3 lines to wire a country.
Offline
Wait a sec. Your chipset is an embedded Intel System Controller Hub US15W. Why do you have the drivers for a GMA chipset?
US15W contains Poulsbo aka GMA500 graphics. Which is a big pain in the behind. The in-kernel gma500 driver is modesetting-only, no userspace driver for it, so you either use xf86-video-fbdev or xf86-video-modesetting with it. Of course there's no acceleration with those.
Then there's some closed drivers. But those only work with specific old versions of the kernel and X. Good luck getting that working. And I really mean that. Search AUR for poulsbo, there's some stuff there.
Offline
Should it also not be
Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "yes" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection
Note, XkbOptions as opposed to XkbdOptions as you have?
Or was that another typo?
Sorry, that was another typo in posting here.....it is typed correctly in actual file....
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
Is it still saying that line 41 is the error? If so what is at line 41?
meh
Offline
Here you have a working file from Arch wiki. Try it out and if that fails, try moving that file to another location and see what happens if you launch X without it.
Bingo!!!!!!!!
I edited my file to be like this one....tried 'startx' again and Voila!!! I got 3 terminal windows open on my screen now!!!
Thanks! and to everyone else here for their help with this......
So, next?.....
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
Wait a sec. Your chipset is an embedded Intel System Controller Hub US15W. Why do you have the drivers for a GMA chipset?
Do you have the latest linux firmware package and stuff?
From what I understand, the U820 uses the Poulsbo....which is same as the Intel System Controller Hub US15W.....
Silicon Valley Digerati & Arch Noob
Arch Linux: Fujitsu U820
ArchLinuxARM: Sharp Zaurus SL-C3200
Offline
sealclubber wrote:Wait a sec. Your chipset is an embedded Intel System Controller Hub US15W. Why do you have the drivers for a GMA chipset?
US15W contains Poulsbo aka GMA500 graphics. Which is a big pain in the behind. The in-kernel gma500 driver is modesetting-only, no userspace driver for it, so you either use xf86-video-fbdev or xf86-video-modesetting with it. Of course there's no acceleration with those.
Then there's some closed drivers. But those only work with specific old versions of the kernel and X. Good luck getting that working. And I really mean that. Search AUR for poulsbo, there's some stuff there.
Spiffy. I have what feels like enough laptops to DDoS South Korea so more information for embedded stuff is always helpful. Thanks!
When I win the lottery, the first thing I will do, before I buy a new car or a house, would be to buy a goddamn Cisco XR 12000 router and enough T3 lines to wire a country.
Offline
Don't forget to mark your thread as solved.
meh
Offline