Size: 3841
Comment:
|
Size: 3945
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 36: | Line 36: |
7) Restart GDM/KDM (whichever you will be using) | 7) Switch to Virtual Terminal 1 (CTRL-ALT-F1) and Restart GDM/KDM (whichever you will be using) |
Line 96: | Line 96: |
6) Restart GDM/KDM to test the driver. | 6) Switch to Virtual Terminal 1 (CTRL-ALT-F1) and Restart GDM/KDM (whichever you will be using) |
Video Cards
Out of the box, Ubuntu includes support for video cards via open source drivers. You may want to enable the propeitary drivers for your graphics card if you are looking for better 3D acceleration (especially if you want to use the OpenGL effects of mythfrontend), or if you are looking to use TV-Out on your graphics card.
ATI/AMD Graphics Cards
If you have an ATI/AMD graphics card that is generally newer than a Radeon 9000, you can use the proprietary graphics driver. This guide is loosely based upon the guide at https://help.ubuntu.com/community/BinaryDriverHowto/ATI:
- 1) Install the driver:
sudo apt-get install xorg-driver-fglrx
sudo /etc/init.d/linux-restricted-modules start sudo depmod -a
If you don't have xorg installed yet, do these steps after installing xorg (later in the guide) 5) Configure xorg for your card.
sudo aticonfig --initial sudo aticonfig --overlay-type=Xv
sudo nano /etc/X11/xorg.conf
Add this to the bottom:Section "Extensions" Option "Composite" "0" EndSection
sudo /etc/init.d/gdm restart
orsudo /etc/init.d/kdm restart
fglrxinfo
If you see output similar to this, things are working properly:$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: RADEON 9700 Generic OpenGL version string: 2.0.5755 (8.24.8)
$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
If GDM/KDM hasn't started or isn't properly working See [https://help.ubuntu.com/community/BinaryDriverHowto/ATI], the forums, and #ubuntu for more help.
Nvidia Graphics Cards
This guide is loosely based on the guide at https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia.
1) Nvidia provides a list of cards that supported by their proprietary drivers at http://download.nvidia.com/XFree86/Linux-x86/1.0-8762/README/appendix-a.html. See if your card is supported by the ordinary or the legacy drivers. 2) Install the appropriate driver for your card
sudo apt-get install nvidia-glx
orsudo apt-get install nvidia-glx-legacy
sudo /etc/init.d/linux-restricted-modules start sudo depmod -a
If you don't have xorg installed yet, do these steps after installing xorg (later in the guide) 5) Enable the driver
sudo nvidia-glx-config enable
sudo /etc/init.d/gdm restart
orsudo /etc/init.d/kdm restart
See [https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia], the forums, or #ubuntu for additional assistance.
PVR-350 Video Output
If you are using a PVR-350, video output can be enabled on this card via this howto: [https://help.ubuntu.com/community/MythTV_Edgy_hardware_pvr-350_TV-out X running on PVR-350 out click here.]