Difference between revisions of "Ubuntu video card"

From Got Opinion Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
<code>sudo dpkg-reconfigure xserver-xorg</code>
<code>sudo dpkg-reconfigure xserver-xorg</code>


<code>paul@orca:~$ lspci -nn | grep</code>
For advanced configuration run aticonfig from a console window or AMD CCC:LE from the Desktop Manager Menu
If the X Server fails to load on next attempt, please run aticonfig --initial -f from the console. (Note: This will remove all device/monitor/screen sections in your X Server configuration file).


VGA01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Unknown device [1002:9588]


[[Ubuntu]]
 
<center>[[Ubuntu|To Ubuntu]]</center>

Latest revision as of 18:47, 10 January 2010

If you really messed up xorg.conf and fail to get your backup working, you can reconfigure xorg using

sudo dpkg-reconfigure xserver-xorg

For advanced configuration run aticonfig from a console window or AMD CCC:LE from the Desktop Manager Menu If the X Server fails to load on next attempt, please run aticonfig --initial -f from the console. (Note: This will remove all device/monitor/screen sections in your X Server configuration file).


To Ubuntu