|
SLED /
Setting Up XGL on a SLED10 WorkstationSLED.XGL HistoryShow minor edits - Show changes to markup November 09, 2007, at 03:19 PM
by -
Changed lines 37-40 from:
to:
(:table border=0 cellpadding=1 cellspacing=0:) (:cell:) ![]() (:cell:) Changed lines 46-49 from:
to:
(:tableend:) November 09, 2007, at 03:17 PM
by -
Changed lines 1-2 from:
XGL (The pretty eye candy that kicks Vista's butt) to:
(:Title Setting Up XGL on a SLED10 Workstation:) XGL (The pretty eye candy that kicks Vista's butt) Changed lines 10-17 from:
ATI Graphics Card driver installation Install the ATI drivers from the http://repository.domain.name/Custom repository using the command machine:~ # yast2 -i fglrx_6_9_0_SLED10 Bring up a TTY screen using the key combination ALT-CTRL-F1. Type in the commands: machine:~ # init 3 to:
ATI Graphics Card driver installation Install the ATI drivers from the http://repository.domain.name/Custom repository using the command
machine:~ # yast2 -i fglrx_6_9_0_SLED10
Bring up a TTY screen using the key combination ALT-CTRL-F1.
Type in the commands:
[@machine:~ # init 3
Changed lines 23-29 from:
nVidia Graphic Card driver installation Download the driver from the nVidia website http://us.download.nvidia.com/XFree86/Linux-x86/100.14.11/NVIDIA-Linux-x86-100.14.11-pkg1.run Bring up a TTY screen using the key combination ALT-CTRL-F1. Type in the commands: machine:~ # init 3 to:
@] nVidia Graphic Card driver installation Download the driver from the nVidia website
Bring up a TTY screen using the key combination ALT-CTRL-F1.
Type in the commands:
[@machine:~ # init 3
Changed lines 35-37 from:
to:
@] November 09, 2007, at 03:10 PM
by -
Added lines 1-39:
XGL (The pretty eye candy that kicks Vista's butt) XGL is not to be rolled out to the gereral end-user. While XGL is a stable system, it is still technically in Beta and is actively being developed. Therefore it is not offically supported and might break stuff. Also, installations are very specific to the hardware on the individual workstation, making it nearly impossible to implement a mass rollout. The biggest problem with XGL is making sure you have OpenGL drivers for the video card. Only Intel video cards come with open-sourced OpenGL drivers, however both ATI and nVidia have proprietary drivers that you can install. I have created ATI RPMs which are located in the Company repository. nVidia on the other hand, requires you to download an install script from their website. ATI Graphics Card driver installation Install the ATI drivers from the http://repository.domain.name/Custom repository using the command machine:~ # yast2 -i fglrx_6_9_0_SLED10 Bring up a TTY screen using the key combination ALT-CTRL-F1. Type in the commands: machine:~ # init 3 machine:~ # ldconfig machine:~ # aticonfig --initial –input/etc/X11/xorg.conf machine:~ # sax2 -r -m 0=fglrx machine:~ # init 5 nVidia Graphic Card driver installation Download the driver from the nVidia website http://us.download.nvidia.com/XFree86/Linux-x86/100.14.11/NVIDIA-Linux-x86-100.14.11-pkg1.run Bring up a TTY screen using the key combination ALT-CTRL-F1. Type in the commands: machine:~ # init 3 machine:~ # sh /path/to/NVIDIA-Linux-x86-100.14.11-pkg1.run machine:~ # sax2 -r -m 0=nvidia machine:~ # init 5 Go to Control Panel | Desktop Effects and enable XGL. Alternatively you can use the command gnome-xgl-switch --enable-xgl |