Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2011 07:11:09 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Dieter BSD <dieterbsd@engineer.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Attempting to get an X11 server running
Message-ID:  <alpine.BSF.2.00.1106300706350.33308@wonkity.com>
In-Reply-To: <20110630001249.219420@gmx.com>
References:  <20110630001249.219420@gmx.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

---902635197-450045772-1309439469=:33308
Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8BIT

On Thu, 30 Jun 2011, Dieter BSD wrote:

> google found
> http://www.daemonforums.org/showthread.php?p=27601
> which suggests using moused instead of hald.  moused runs,
> but I think I have to get Xorg to use a config file to set
>  Option "AllowEmptyInput" "off"
>  Option "AutoAddDevices"  "off"
> so that it will work without hald.

That is incorrect.  Don't set AllowEmptyInput, just turn off 
AutoAddDevices.
http://www.wonkity.com/~wblock/docs/html/aei.html

> Question 1: why does "Xorg -configure" create a config file
> that doesn't work the same way as just running "Xorg" ?

The defaults assumed when run are different from those in the generated 
config file.  I don't know why.

> Question 2: how do I get a usable config file?

Look for examples on the net.  Realize that most of xorg.conf is 
optional now, and you can leave out sections where the defaults are 
correct.

> Question 3: how do I get complete modeline info for what
> it is currently running?

Please don't mess with modelines, it should not be needed any more. 
Just set the resolutions desired in the Screen/Display section.  If 
modelines are really required, get them out of /var/log/Xorg.0.log.  But 
they almost certainly are not.

> Question 5: how do I get hald to work?

It's not used if you turn off AutoAddDevices or build the xorg-server 
port with the HAL option disabled.
---902635197-450045772-1309439469=:33308--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1106300706350.33308>