You are not logged in.

#1 2014-12-09 00:43:31

asg1448
Member
Registered: 2014-04-12
Posts: 74

SOLVED: VIA VX900 / HDMI output

I got a zotac box on sale with VX900 (chrome9 HD) video. I installed openchrome driver, but so far I can not make it work whatsoever. Per this: https://bugs.archlinux.org/task/31426 , it is possible to run X using vesa, but I couldn't even use that. It looks like the HDMI/DisplayPort is not supported for VX900, but zotac box does not even have VGA port to try.

My question is: has anybody been successful running X on chrome9 video? Can you post your X config files?

Last edited by asg1448 (2014-12-09 16:54:39)

Offline

#2 2014-12-09 16:54:20

asg1448
Member
Registered: 2014-04-12
Posts: 74

Re: SOLVED: VIA VX900 / HDMI output

I was able to run X using vesa drive. In process, I had to disable gdm and gnome (had to switch to lxdm / MATE). Here is my xconfig:

Section "Monitor"
	Identifier             "Monitor0"

	HorizSync 30-81
	VertRefresh 56-75

	ModeLine "640x480" 31.50 640 664 704 832 480 489 492 520 -HSync -VSync
	ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -HSync -VSync
	ModeLine "640x480" 36.00 640 696 752 832 480 481 484 509 -HSync -VSync
	ModeLine "800x600" 36.00 800 824 896 1024 600 601 603 625 +HSync +VSync
	ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +HSync +VSync
	ModeLine "800x600" 50.00 800 856 976 1040 600 637 643 666 +HSync +VSync
	ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +HSync +VSync
	ModeLine "800x600" 56.30 800 832 896 1048 600 601 604 631 +HSync +VSync
	ModeLine "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -HSync -VSync
	ModeLine "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -HSync -VSync
	ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +HSync +VSync
	ModeLine "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +HSync +VSync
	ModeLine "1024x768" 44.90 1024 1032 1208 1264 768 768 776 817 +HSync +VSync Interlace
	ModeLine "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +HSync +VSync
	ModeLine "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +HSync +VSync
	ModeLine "1280x960" 148.50 1280 1344 1504 1728 960 961 964 1011 +HSync +VSync
	ModeLine "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +HSync +VSync
	ModeLine "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +HSync +VSync
	ModeLine "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +HSync +VSync
	ModeLine "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync
	ModeLine "1600x1200" 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync
	ModeLine "1600x1200" 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync
	ModeLine "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync
	ModeLine "1600x1200" 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync
	ModeLine "1792x1344" 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -HSync +VSync
	ModeLine "1792x1344" 261.00 1792 1888 2104 2456 1344 1345 1348 1417 -HSync +VSync
	ModeLine "1856x1392" 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -HSync +VSync
	ModeLine "1856x1392" 288.00 1856 1984 2208 2560 1392 1393 1396 1500 -HSync +VSync
	ModeLine "1920x1440" 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -HSync +VSync
	ModeLine "1920x1440" 297.00 1920 2064 2288 2640 1440 1441 1444 1500 -HSync +VSync

EndSection

Section "Screen"
    Identifier             "Screen0"  #Collapse Monitor and Device section to Screen section
    Device                 "Device0"
    Monitor                "Monitor0"
    DefaultDepth           16 #Choose the depth (16||24)
EndSection


Section "Device"
	Identifier "Device0"
	Driver "vesa"
#	Option "ActiveDevice" "DFP"
#	Option "PanelSize" "1024x768"
#	Option "XaaNoImageWriteRect"
#	Option "AccelMethod" "XAA"
EndSection

Offline

#3 2015-01-19 16:03:05

asg1448
Member
Registered: 2014-04-12
Posts: 74

Re: SOLVED: VIA VX900 / HDMI output

UPDATE: I was able to run X in full resolution using openchrome driver. That required me to compile the kernel, as described in "VIA Kernel" section on https://wiki.archlinux.org/index.php/Via. I am still not getting hardware acceleration

Last edited by asg1448 (2015-01-19 16:06:51)

Offline

Board footer

Powered by FluxBB