Gordonong
Differences between revisions 1 and 2
|
⇤ ← Revision 1 as of 2005-10-16 14:41:53
Size: 87
Comment:
|
Size: 719
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| You may contact me at neowhale_at_gmail_dot_com if there's any questions. Thanks you. | == How to install fglrx == 1) Open the terminal 2) Type : {{{ sudo apt-get install xorg-driver-fglrx }}} 3) After installing, type : {{{ sudo gedit /etc/X11/xorg.conf }}} 4) Go to the Section "Device" and replace the '''"ati"''' to '''"fglrx"''' 5) Within the Section "Device", add a new line : {{{ Option "MonitorLayout" "LVDS,AUTO" }}} 6) Full code for Section "Device" : {{{ Section "Device" Identifier "ATI Technologies, Inc. Radeon Mobility M300 (M22)" Driver "fglrx" BusID "PCI:1:0:0" Option "MonitorLayout" "LVDS,AUTO" EndSection }}} 7) Save the file and reboot. == Contact == neowhale_at_gmail_dot_com |
How to install fglrx
1) Open the terminal
2) Type :
- {{{ sudo apt-get install xorg-driver-fglrx }}}
3) After installing, type :
- {{{ sudo gedit /etc/X11/xorg.conf }}}
4) Go to the Section "Device" and replace the "ati" to "fglrx"
5) Within the Section "Device", add a new line :
{{{ Option "MonitorLayout" "LVDS,AUTO" }}}
6) Full code for Section "Device" :
Section "Device" Identifier "ATI Technologies, Inc. Radeon Mobility M300 (M22)" Driver "fglrx" BusID "PCI:1:0:0" Option "MonitorLayout" "LVDS,AUTO" EndSection
7) Save the file and reboot.
Contact
neowhale_at_gmail_dot_com
Gordonong (last edited 2008-08-06 17:00:00 by localhost)