1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three margin testing

Saturday, June 27, 2009

Install Xubuntu 9.04 on NEC VERSA S800 with Trident Video Card

[ubuntu] HOWTO: Get proper video resolution with trident video card and Ubuntu 8.04 - Page 5 - Ubuntu Forums

After installation, everything seems fine except the display, can't get the max resolution 1024x768 and there is a large black border around the edge. To fix this problem I edited the config file: /etc/X11/xorg.conf.

Here's my currently up-to-date xorg.conf file:

Section "Device"
Identifier "Trident Microsystems CyberBladeXP"
Driver "trident"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
Option "PreferredMode" "1024x768_60.00"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Generic Monitor"
Device "Trident Microsystems CyberBladeXP"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768_60.00" "800x600"
EndSubSection
EndSection

Logout and login, display is right now.

No comments:

Post a Comment

Featured Post

Windows和Ubuntu双系统完全独立的安装方法

http://www.ubuntuhome.com/windows-and-ubuntu-install.html  | Ubuntu Home Posted by Snow on 2012/06/25 安装Windows和Ubuntu双系统时,很多人喜欢先安装windows,然...