Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:using_xorg_over_xvesa [2011/04/18 07:25] – external edit 127.0.0.1 | wiki:using_xorg_over_xvesa [2017/03/16 07:51] (current) – bernhard | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Using Xorg instead of Xvesa offers several benefits: accelerated display, better looking display especially on notebook screens, better control of display resolution, refresh rate, keyboard, pointing device, etc, Features required by some applications provided only by Xorg. | + | Using Xorg instead of Xvesa offers several benefits: accelerated display, better looking display especially on notebook screens, better control of display resolution, refresh rate, keyboard, pointing device, etc, Features required by some applications provided only by Xorg. For more information look at the [[http:// |
On the other hand, due to special hardware, driver not available, etc, Xorg won't work. | On the other hand, due to special hardware, driver not available, etc, Xorg won't work. | ||
+ | |||
+ | //**Note:** Both the Xorg and graphics packages referenced below must be installed after **' | ||
Proper steps to setup TC 2.3 or later: | Proper steps to setup TC 2.3 or later: | ||
Line 17: | Line 19: | ||
< | < | ||
Section " | Section " | ||
- | & | + | |
- | & | + | Driver " |
- | & | + | Option " |
- | & | + | Option " |
EndSection | EndSection | ||
</ | </ | ||
+ | |||
+ | Sample xorg.conf to specify a display resolution of 800x600x24, modify it according to your need: | ||
+ | < | ||
+ | Section " | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | Viewport | ||
+ | Depth 24 | ||
+ | Modes " | ||
+ | | ||
+ | EndSection | ||
+ | </ | ||
+ | |||
If you have your own xorg.conf add it to / | If you have your own xorg.conf add it to / | ||
Line 32: | Line 51: | ||
opt/ | opt/ | ||
home/tc | home/tc | ||
- | <b>etc/ | + | etc/ |
</ | </ | ||
Depending on your graphics hardware, you may need an additional driver installed. | Depending on your graphics hardware, you may need an additional driver installed. |