[NTLUG:Discuss] XOrg Configuration Command?
Paul Lipps
paul.lipps at gmail.com
Wed Mar 25 06:39:38 CDT 2009
On Mar 25, 2009, at 5:25 AM, Dennis Myhand wrote:
> Paul Lipps wrote:
>> OK,
>>
>> How much system memory and what type of graphics is being used?
>>
>> Paul Lipps
>
> 8 megs and intel 845. Is there a special command for intel chips?
>
> _______________________________________________
> http://www.ntlug.org/mailman/listinfo/discuss
There are some issues with Intel graphics and Fedora 10 currently.
First I would fully update your system with
# yum update
remove your xorg.conf
# rm /etc/X11/xorg.conf
and then restart your system to ensure your running the latest kernel.
# reboot
If your still not booting into X after that, I'd try the vesa driver
with the following steps:
Enter runlevel 3
# init 3
Generate an xorg.conf file
# system-config-display --noui --reconfig
Replace the 'intel' driver with the 'vesa' driver
# sed -i 's/intel/vesa/' /etc/X11/xorg.conf
Enter runlevel 5
# init 5
Hope that helps,
Paul Lipps
paul.lipps at gmail.com
More information about the Discuss
mailing list