You are not logged in.

#1 2006-07-15 09:38:18

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

xorg parse error: "Extensions" is not a valid sect

hello!

i have a problem. i cannot activate the composite extensions because of this problem:

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-ARCH i686
Current Operating System: Linux laptop 2.6.17-ARCH #1 SMP PREEMPT Fri Jul 7 09:15:53 CEST 2006 i686
Build Date: 21 June 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
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: Sat Jul 15 11:35:54 2006
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 260 of section EÂxtensions in file /etc/X11/xorg.conf
    "EÂxtensions" is not a valid section name.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor

plz help me!!! here is my xorg.conf:

################

Section "Module"

    Load        "dbe"      # Double buffer extension
    
    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load        "glx"
    Load    "synaptics"

EndSection

###############

Section "Files"

    RgbPath    "/usr/share/X11/rgb"

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/TrueType/"
    FontPath   "/usr/share/fonts/freefont/"

    ModulePath "/usr/lib/xorg/modules"

EndSection

###############

Section "ServerFlags"

#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"

EndSection

###############

Section "InputDevice"

    Identifier    "Keyboard1"
    Driver    "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc105"
    Option "XkbLayout"    "de"
    Option "XkbVariant" "nodeadkeys"

EndSection

################

Section "InputDevice"

    Identifier    "touchpad"
    Driver    "synaptics"
    Option "Protocol"    "auto-dev"
    Option "Device"      "/dev/input/mice"
    Option "SHMConfig" "on"
    Option "HorizScrollDelta" "0"

EndSection

Section "InputDevice"

    Identifier    "usbmouse"
    Driver    "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"    "/dev/input/mice"
    Option "Buttons"    "5"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "800"

EndSection

################

Section "Monitor"

    Identifier  "lcd"
    Option "DPMS"

EndSection

################

Section "Device"

    Identifier    "Standard VGA"
    VendorName    "Unknown"
    BoardName    "Unknown"
#    Chipset    "generic"
    Driver     "vga"
#    BusID      "PCI:0:10:0"
#    VideoRam    256
#    Clocks    25.2 28.3

EndSection

Section "Device"
    
    Identifier  "geforce"
    Driver    "nvidia"
    Option    "NoLogo" "1"
    Option    "VBERestore" "true"
    Option    "NvAGP" "1"
    Option    "AllowGLXWithComposite" "1"

EndSection

Section "Device"
    
    Identifier  "geforce_tv"
    Driver    "nvidia"
    Option    "TwinView"
    Option    "SecondMonitorHorizSync" "30-50"
    Option    "SecondMonitorVertRefresh" "60"
    Option    "MetaModes" "1280x800,1024x768"
    Option    "ConnectedMonitor" "DFP, TV"
    Option    "TwinViewOrientation" "LeftOf"
    Option    "NoLogo" "1"
    Option    "AllowGLXWithComposite" "1"
    
EndSection

Section "Device"
    
    Identifier  "geforce_tv_clone"
    Driver    "nvidia"
    Option    "TwinView"
    Option    "SecondMonitorHorizSync" "30-50"
    Option    "SecondMonitorVertRefresh" "60"
    Option    "MetaModes" "1024x768,1024x768"
    Option    "ConnectedMonitor" "DFP, TV"
    Option    "TwinViewOrientation" "Clone"
    Option    "FlatPanelProperties" "Scaling = centered"
    Option    "NoLogo" "1"
    Option    "AllowGLXWithComposite" "1"
    
EndSection

################

Section "Screen"
    
    Identifier  "default"
    Device      "geforce"
    Monitor     "lcd"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
    Subsection "Display"
        Depth       16
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
EndSection

Section "Screen"

    Identifier    "tv"
    Device    "geforce_tv"
    Monitor    "lcd"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
    Subsection "Display"
        Depth       16
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
EndSection

Section "Screen"

    Identifier    "tv_clone"
    Device    "geforce_tv_clone"
    Monitor    "lcd"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
    Subsection "Display"
        Depth       16
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
EndSection

#################

Section "ServerLayout"

    Identifier  "Default"

    Screen "default"

    InputDevice "touchpad" "CorePointer"
    InputDevice "usbmouse" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

    Option "SuspendTime" "5"

EndSection

Section "Extensions"
    Option "Composite" "true"
EndSection

thx, mfg iggy


sorry for my bad english smile

Offline

#2 2006-07-15 09:46:46

tmadhavan
Member
From: Wales :D
Registered: 2004-03-26
Posts: 441

Re: xorg parse error: "Extensions" is not a valid sect

Ummmm, what did you edit Xorg.conf with? It looks like there's some weird encoding or something causing it to look like "EÂxtensions" instead of "Extensions".

Maybe you could try opening xorg.conf in a basic editor like vi or nano, deleting the "EÂxtensions" bit, and just retyping it.

That's not a pro viewpoint or anything, but it could be somewhere to start.

T

Offline

#3 2006-07-15 10:44:24

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: xorg parse error: "Extensions" is not a valid sect

yeah! you are right! i opened it with leafpad and there was this error:

"EÂxtensions"

thanks man! big_smile
mfg iggy


sorry for my bad english smile

Offline

Board footer

Powered by FluxBB