Thread: xfce4 issue
View Single Post
Old 17th October 2017
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

No I am not as stupid as that, I chose this card because I can not find a video card for the motherboard of the proliant, I know what is old but it should work because it has good reference under UNIX .
do not take me for what I am not.
your wikipedia link has become paying, and on the other hand the history that this card is interesting but that's not what I want to know, what I want is to operate this card under the three leading BSD.

this the dmesg command :
dmesg :
Code:
vga1 at pci7 dev 4 function 0 "XGI Technology Volari Z7" rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
how to configure the xorg.conf ?

i do like this nano /etc/X11/xorg.conf
Quote:
Section "Device"
Identifier "Volari Z7"
Driver "XGI"
Options "AccelMethod" "EXA"
EndSection

nano /var/log/Xorg.0.log
Code:
[    24.931] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
        (Operation not permitted)
        Check that you have set 'machdep.allowaperture=1'
        in /etc/sysctl.conf and reboot your machine
        refer to xf86(4) for details
[    24.931]    linear framebuffer access unavailable
[    24.943] (--) Using wscons driver on /dev/ttyC4
[    24.991]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    24.991] X Protocol Version 11, Revision 0
[    24.991] Build Operating System: OpenBSD 6.1 i386
[    24.991] Current Operating System: OpenBSD hpc-hapocalipse.my.domain 6.1 GENERIC.M$
[    24.991] Build Date: 01 April 2017  02:13:40PM
[    24.991]
[    24.991] Current version of pixman: 0.34.0
[    24.991]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    24.991] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.991] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 18 00:25:29 2017
[    25.045] (==) Using config file: "/etc/X11/xorg.conf"
[    25.045] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[    25.059] Parse error on line 4 of section Device in file /etc/X11/xorg.conf
        "Options" is not a valid keyword in this section.
[    25.059] (EE) Problem parsing the config file
[    25.059] (EE) Error parsing the config file
[    25.059] (EE)
Fatal server error:
[    25.059] (EE) no screens found(EE)
[    25.059] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[    25.059] (EE) Please also check the log file at "/var/log/Xorg.0.log" for addition$
[    25.059] (EE)
[    25.061] (EE) Server terminated with error (1). Closing log file.

Last edited by philo_neo71; 17th October 2017 at 10:33 PM.
Reply With Quote