|

楼主 |
发表于 2011-4-14 01:57:53
|
显示全部楼层
让xorg支持宽屏分辨率
成功的让xorg支持宽屏分辨率了。和大家分享下。
http: //doc.slitaz.org/en:guides:xorg-xvesa
intel的方法如下:
Normally, you just run as root:
tazx
And install the video driver from the list, but sometimes this is not enough.
intel-video cards
The xorg-xf86-video-vesa 2.0.0 driver has a lot of trouble with intel chips - e.g. on my 82945GM Chipset it does not display 1280×1024 and 1024×768, but 1600×1200 is not a problem.
To use the xorg-intel driver, download:
tazpkg get-install xorg-xf86-video-intel
tazpkg get-install linux-agp
tazpkg get-install mesa-dri-intel (not always necessary)
Then load the modules:
tazhw detect-pci
OR, you can do it manually:
modprobe agppart
modprobe intel-agp
modprobe drm
Then try to restart X. |
|