Ich kämpfe mich gerade durch die Man-Pages und X-Window-Literatur. Gibt es eigentlich noch soetwas wie Xsetup?
linux$ > function { ManPage $1 | col -b > $1man; }
linux$ > ManPage xrandr # vim xrandr.man
linux$ > X -showconfig
linux$ > xdpyinfo → unable to open display “”.
In /etc/sysconfig/displaymanager steht u.a.
DISPLAXMANAGER_RANDR_MODE_VGA=""
DISPLAXMANAGER_RANDR_MODE_auto=“1024x768_60 64.11 1024 1080 1344 768 769 772 795 -HSync +VSync”
was anscheinend der default für LCD-Laptops ist.
linux$ > /etc/init.d/xfs start
linux$ > startx
##linux$ > init 5
##linux$ > lspci
##linux$ > sync
##linux$ > SuperProbe
##linux$ > xrandr --auto # kommt noch
Ausgabe von startx:
xauth: file /root/.serverauth.10388 does not exist
xauth: (stdin):2: unknown command “75d49fa41bbb1045c8703a61aaf0c469”
X.Org X Server 1.10.4
Release Date: 2011-08-19
X Protocol Version 11, Revision 0
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux linux3 3.1.9-1.4-desktop #1 SMP PREEMPT Fri Jan 27 08:55:10 UTC 2012 (efb5ff4) i686
Kernel command line: root=/dev/disk/by-id/ata-FUJITSU_MHV2080AH_NT28T582672Y-part6 resume=/dev/disk/by-id/ata-FUJITSU_MHV2080AH_NT28T582672Y-part5 splash=silent quiet nomodeset vga=0x31a
Build Date: 10 November 2011 03:34:02PM
Current version of pixman: 0.24.0
Before reporting problems, check X.Org Wiki - Home
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: Wed Mar 14 14:28:16 2012
(==) Using config directory: “/etc/X11/xorg.conf.d”
(==) Using system config directory “/usr/share/X11/xorg.conf.d”
(EE) No devices detected.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at X.Org Wiki - Home
for help.
Please also check the log file at “/var/log/Xorg.0.log” for additional information.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
xinit failed. /usr/bin/Xorg is not setuid, maybe that’s the reason?
If so either use a display manager (strongly recommended) or adjust /etc/permissions.local
[1] Hetze S., Hohndel D., Müller M., Kirch O.
Linux Anwenderhandbuch, 5. Auflage 1995
8.4 XFree86 konfiguruieren S. 462ff
[2] Kofler, M
Linux (SuSE 8.0), 6. Auflage 2002
12.2 X starten und beenden S. 478ff
[3] Gripp T, Klappheck G., Glinsky P., Gehrke F.
Das Linux Buch, 4. Auflage 1998
11 X Konfiguration S. 486ff