Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Pracovní prostředí => Téma založeno: Šuohob 19 Prosince 2009, 16:54:54
-
Snažil jsem se podle http://wiki.ubuntu.cz/Conky zprovoznit conky. Bohužel ale nemohu přidat do mého xorg.conf položku Modules. Po přidání se Xorg nehce spustit a mimo jiné to vyhodí hlášku "Modules" is not a valid section name.
Mám grafickou kartu SIS 671/771 a ubuntu 9.04
Výpis z Xorg.1.log
X.Org X Server 1.6.0
Release Date: 2009-2-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
Current Operating System: Linux notes 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 18:57:07 UTC 2009 i686
Build Date: 09 April 2009 02:10:02AM
xorg-server 2:1.6.0-0ubuntu14 (buildd@rothera.buildd)
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.1.log", Time: Wed Dec 16 13:02:52 2009
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 43 of section Modules in file /etc/X11/xorg.conf
"Modules" is not a valid section name.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.1.log" for additional information.
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
(WW) xf86OpenConsole: VT_GETSTATE failed: Bad file descriptor
ddxSigGiveUp: Closing log
Můj xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
Driver "sis671"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-107
VertRefresh 50-185
Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Nevíte jak to pořešit?
-
Ta sekce v xorg.conf se jmenuje "Module" a ne "Modules" (celá řádka: Section "Module"). Prostě se při psaní návodu někdo upsal a pak to ostatní po internetu rozkopírovali dál :)
-
Ta sekce v xorg.conf se jmenuje "Module" a ne "Modules" (celá řádka: Section "Module"). Prostě se při psaní návodu někdo upsal a pak to ostatní po internetu rozkopírovali dál :)
Dík, to mě nenapadlo, K+ ;)
Na PC mi xorg.conf vygeneroval driver nvidie, a conky mi tam fungují. Zběžně jsem ho prošel a porovnal s xorg.conf na notesu a samozřejmě že jsem si toho překlepu nevšim.
-
Na Wiki opraveno.