You are not logged in.
First, I have to appologize for the lack of logs - I'm having to post from my girlfriends laptop.
It seems that X can't find my screen
Fatal server error:
no screens foundI am using the intel drivers and it seems X is having a problem loading Modules..
intel, vesa, modesetting and fbdev
and lastly is says "No divers available" before the fatal sever error.
Again, I'm sorry if there is a lack of info. If there is anything please let me know and I'll do my best to provide it
Last edited by HungGarTiger (2012-10-16 02:02:27)
"No sympathy for the devil. If you buy the ticket, take the ride."
- Hunter S. Thompson
Offline
The vesa, modesetting, and fbdev errors can be ignored. But the intel error indicates that something is wrong with your driver. Make sure it is still installed (`pacman -Syu xf86-video-intel`) and check/remove/rename and xorg.conf.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
The vesa, modesetting, and fbdev errors can be ignored. But the intel error indicates that something is wrong with your driver. Make sure it is still installed (`pacman -Syu xf86-video-intel`) and check/remove/rename and xorg.conf.
OK that was horribly simple, I was using the xf86-video-intel-uxa driver and it seems this didn't match the current version of Xserver. So a simple switch to the standard xf86-video-intel driver fixed the problem.
Thanks Trilby
"No sympathy for the devil. If you buy the ticket, take the ride."
- Hunter S. Thompson
Offline
xf86-video-intel-uxa is an old version of xf86-video-intel driver. Are you sure your system is up to date?
Offline
IIRC with the re-merging of uxa/sna pacman gave the user the choice to replace xf86-video-intel-uxa with xf86-video-intel. It was a bit confusing until I checked the forum for info - I imagine some may have just declined this replacement.
Last edited by Trilby (2012-10-16 02:12:35)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Yup.
* Introducing split -sna and -uxa accel methods: https://projects.archlinux.org/svntogit … cd5ac33f4f
* unifying them: https://projects.archlinux.org/svntogit … 0f21bfb8cc
with some "interesting" changes to the PKGBUILD in between ;P
If OP run 'pacman -Syu xf86-video-intel' and has no ignored package in pacman.conf he should be fine now.
Offline
Yup.
* Introducing split -sna and -uxa accel methods: https://projects.archlinux.org/svntogit … cd5ac33f4f
* unifying them: https://projects.archlinux.org/svntogit … 0f21bfb8cc
with some "interesting" changes to the PKGBUILD in between ;PIf OP run 'pacman -Syu xf86-video-intel' and has no ignored package in pacman.conf he should be fine now.
Yup everything is fine now, I read somewhere on the forums a while ago that the uxa version would replace the unified version - thats why I was always denying the replacement on updates. I'll do more research next time pacman offers to replace a driver.
*note to self* I am not more intelligent than pacman
"No sympathy for the devil. If you buy the ticket, take the ride."
- Hunter S. Thompson
Offline