डेबियन आर्म सिस्टम में xorg को कॉन्फ़िगर करने की समस्या


1

मैं एक लॉजिक पीडी टीआई AM35X SOM-M2 सिस्टम के साथ काम करने वाले डिस्प्ले को NFS सेटअप के माध्यम से डेबियन चलाने की कोशिश कर रहा हूं। एलसीडी टचस्क्रीन डिस्प्ले जिसे मैंने हुक किया है वह / डिब / fb0 के रूप में आता है।

यहाँ मेरा /etc/X11/xorg.conf है।

Section "Monitor"
    Identifier "Configured Monitor"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    DefaultDepth 16
EndSection

Section "Device"
    Identifier "Configured Video Device"
    Driver "omapfb"
    Option "fb" "/dev/fb0"
EndSection

जब मैं startx चलाता हूं तो मुझे कुछ त्रुटियां मिलती हैं। यहाँ मुझे आउटपुट मिलता है।

root@bsom1:~# startx
hostname: Name or service not known
xauth: (stdin):1:  bad display name "bsom1:0" in "add" command


X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-rc9 armv5tel Debian
Current Operating System: Linux bsom1 2.6.37 #1 Wed Jun 8 15:44:29 EDT 2011 armv7l
Kernel command line: console=ttyO2,115200n8 ip=dhcp root=/dev/nfs nfsroot=10.211.80.90:/home/brichmond/workdir/opt/squeeze
Build Date: 19 February 2011  03:00:40PM
xorg-server 2:1.7.7-13 (Cyril Brulebois <kibi@debian.org>)
Current version of pixman: 0.16.4
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan  3 21:56:11 2000
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) omapfb(0): Failed to open /dev/fb1: No such file or directory
(EE) omapfb(0): XVScreenInit failed

तो पहली बात जो मैंने देखी वह यह है कि x fb0 के बजाय fb1 खोलने की कोशिश कर रहा है। किसी भी उकसाने क्यों यह हो रहा है और कैसे इसे ठीक करने के लिए बहुत सराहना की जाएगी।


क्या हम इसका उत्पादनls -qalh /dev/fb*
Kirk

root @ bsom1: ~ # ls -qalh / dev / fb * crw-rw ---- 1 रूट वीडियो 29, 0 जनवरी 3 21:55 / देव / fb0
रिचम
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.