| | 207 | }}} |
| | 208 | |
| | 209 | rock@fly:~> sudo vim /etc/sysconfig/displaymanager [[BR]] |
| | 210 | |
| | 211 | {{{ |
| | 212 | ## Type: string(Xorg,Xgl) |
| | 213 | ## Path: Desktop/Display manager |
| | 214 | ## Default: "Xorg" |
| | 215 | # |
| | 216 | # Xgl is an experimental Xserver using OpenGL for rendering. |
| | 217 | # Right now only the glx backend is supported, which runs on top of a |
| | 218 | # standard Xorg server providing OpenGL. |
| | 219 | # Set this to 'Xgl' and run SuSEconfig only if you want to run your |
| | 220 | # displaymanager (kdm/gdm/xdm) on Xgl on top of Xorg. |
| | 221 | # This setting is case sensitive. |
| | 222 | # Warning! This is highly experimental. |
| | 223 | |
| | 224 | ## If we use Xgl setting to run gdm, we no longer get 3D Direct Rendering but rather software rendering. To get the git for the latest Xorg may solve this bug. (Dependency: libdrm) |
| | 225 | |
| | 226 | DISPLAYMANAGER_XSERVER="Xorg" |
| | 227 | DISPLAYMANAGER_XGL_OPTS="-accel glx:pbuffer -accel xv:pbuffer" |
| | 228 | DISPLAYMANAGER="gdm" |
| | 229 | DISPLAYMANAGER_REMOTE_ACCESS="yes" |
| | 230 | DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes" |
| | 231 | DISPLAYMANAGER_STARTS_XSERVER="yes" |