You are not logged in.

#101 2005-12-28 14:50:38

newgargamel
Member
From: PL, CZ
Registered: 2005-08-28
Posts: 156

Re: Xorg 7.0 modular

I've just installed xorg7.0 smile But one thing is strange for me - I had to install whole xorg to get it working. Can anyone tell me how to install xorg without xf86-video packages(not manually)? Is there any group or something similar? I use nvidia driver so I don't need anything else.
Cheers

Offline

#102 2005-12-28 16:15:42

Neuro
Member
From: Poland
Registered: 2005-10-12
Posts: 352

Re: Xorg 7.0 modular

newgargamel wrote:

I've just installed xorg7.0 smile But one thing is strange for me - I had to install whole xorg to get it working. Can anyone tell me how to install xorg without xf86-video packages(not manually)? Is there any group or something similar? I use nvidia driver so I don't need anything else.
Cheers

I did the following thing

pacman -Rdf xorg
pacman -R `pacman -Q | grep xf86-video | cut -d ' ' -f 1`

Offline

#103 2005-12-28 19:50:22

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Xorg 7.0 modular

@komodo

Do you have too use the script to make ati work? cant you manually edit xorg.conf.. shouldnt be that hard anyway.. well I cant tell for sure since I dont have an ati card..

Thanx for trying anyway, if you come up with anything let us know. I really would like to know some results.

Cheers
Jinn


The ultimate Archlinux release name: "I am your father"

Offline

#104 2005-12-28 20:22:16

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Xorg 7.0 modular

Well, every time I update xorg, even with using my original xorg.conf (by this I mean the xorg.conf that fglrxconfig gave me, with modifications added to it) I still lose direct rendering. I get by this back by running the ATI install script again - I assume there's just some file(s) somewhere that is changed by the script that is overwritten when xorg's updated.

Using my original xorg.conf with modular Xorg gives me errors, because of the new font and RGB locations etc. So I added every section from my original xorg.conf to one generated by the new xorgconfig, but still no joy, direct rendering is off. And as you can see from my earlier post, the ATI install script won't run, so basically I'm screwed for 3D acceleration.

I hope someone modifies the script, cos I reckon it'll take a month at least before ATI update their script. Damn their crap support... I'd buy an ATI card again next time I upgrade if it weren't for their appalling lack of interest in linux.


.oO Komodo Dave Oo.

Offline

#105 2005-12-28 20:22:23

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Xorg 7.0 modular

Komodo wrote:

Has NO-ONE with an ATI card got the ATI drivers running with modular Xorg???

Only got it working without DRI sad

With xorg.conf configured for fglrx or radeon Xorg log file tells me DRI enabled but glxinfo says it's not.

Offline

#106 2005-12-28 20:23:02

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Xorg 7.0 modular

Yeah it's crap, isn't it vacant...


.oO Komodo Dave Oo.

Offline

#107 2005-12-28 20:49:02

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Xorg 7.0 modular

Komodo wrote:

Yeah it's crap, isn't it vacant...

Not as crap as the kyro II card. Brilliant with DRI at first but then no drivers released for kernels later than 2.4. Still, it's doing a good job in my daughter's windows box.

Offline

#108 2005-12-28 20:53:38

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Xorg 7.0 modular

vacant wrote:

no drivers released for kernels later than 2.4

ROFL, I guess I can't complain that much then..


.oO Komodo Dave Oo.

Offline

#109 2005-12-28 23:19:37

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Xorg 7.0 modular

Kyro guys released 2.6 drivers a while ago, though their site stated for over 2 years that you should stay at 2.4 because they won't support 2.6. Guess they broke that promise...

About the segmentation fault on start: Xorg doesn't like it when you have network interfaces without IP address. This is most of the times true for infrared or firewire stuff in laptops, or some ppp stuff without IP assigned. Either pull down the interface, assign an IP to it, or start X with "-nolisten tcp" option. The bug is known to Redhat and freedesktop.org. Hope someone will make a bugfix soon, we can't have Xorg 7 in current with that bug.

Offline

#110 2005-12-29 10:34:31

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Xorg 7.0 modular

JGC wrote:

Kyro guys released 2.6 drivers a while ago

Sorry to drag this off topic - have you a link for these drivers, or are you thinking of the frame buffer kyro stuff (which wasn't much good last time I looked)?

Offline

#111 2005-12-29 12:39:00

Neuro
Member
From: Poland
Registered: 2005-10-12
Posts: 352

Re: Xorg 7.0 modular

Right.. last time when I've said everything Just Worked (tm), I haven't looked at all the things.

I'm having issues with the K menu and the .desktop files in /usr/share/applications. Yup, I've downloaded the xorg.conf file, made it executable and put it in /etc/profile.d

[root@wintermute:/var/] cat /etc/profile.d/xorg.sh
export XDG_DATA_HOME=$HOME/.local/share
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig

if [ -z $XDG_DATA_DIRS ]; then
        export XDG_DATA_DIRS=/usr/share
else
        export XDG_DATA_DIRS=/usr/share:$XDG_DATA_DIRS
fi

if [ -z $XDG_CONFIG_DIRS ]; then
        export XDG_CONFIG_DIRS=/etc/xdg
else
        export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
fi

But still I dont' have the entries in my menu. Anyone could give me a hint?

Offline

#112 2005-12-29 12:52:20

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Xorg 7.0 modular

After putting the xorg.sh file at the right location, you have to restart kdm/gdm/whatever, or if you run X with startx, you have to logout and login again to get things going.

About the powerVR drivers: those shitty guys state wrong kernel versions in their readme, the shitty drivers are just the same as back those days in 2003 tongue

Offline

#113 2005-12-31 11:41:38

dpc
Member
Registered: 2005-10-16
Posts: 103

Re: Xorg 7.0 modular

I've lost my Xlib.h - where (in which pkg) is it now?

Offline

#114 2005-12-31 19:42:51

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Xorg 7.0 modular

It's owned by libx11.

Offline

#115 2006-01-01 12:03:11

niqo
Member
From: Paris
Registered: 2005-11-04
Posts: 29

Re: Xorg 7.0 modular

Neuro wrote:

5. Edited my Xorg.conf file. Although I tried generating a vanilla one using xorgconf, it failed and hung my console. I just used my previous one. What I did:
- edited RgbPath (it's important to add the .txt extension since apparently xorg.conf now uses tezt files instead of binaries). New value: /usr/lib/X11/rgb.txt

your post was very helpfull for me and it works fine,
I only have to remove txt extenstion in RgbPath because tcl/tk (amsn)  apps did not work

RgbPath     "/usr/lib/X11/rgb"

Offline

#116 2006-01-01 19:32:05

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Xorg 7.0 modular

Please note that since xorg-server 1.0.1-3 and xorg-clients 6.9.0-2 the rgb path has moved to /usr/share/X11 instead of /usr/lib/X11. Same goes for XKB.

Offline

#117 2006-01-01 21:25:16

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Xorg 7.0 modular

Alright, thanks.

Offline

#118 2006-01-05 03:37:23

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Xorg 7.0 modular

JGC wrote:

Please note that since xorg-server 1.0.1-3 and xorg-clients 6.9.0-2 the rgb path has moved to /usr/share/X11 instead of /usr/lib/X11. Same goes for XKB.

What do you add to xorg.conf to set the XKB path then? Is it just 'XKBPath "/usr/share/X11"' under section 'Files'?

None of my fonts are correct, despite having all the fonts packages installed, and the following paths in my xorg.conf:

Section "Files"
    RgbPath    "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath   "/usr/share/fonts/Cyrillic"
    FontPath   "/usr/share/fonts/encodings"
    FontPath   "/usr/share/fonts/local"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/Type1"
    FontPath   "/usr/share/fonts/util"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
EndSection

.oO Komodo Dave Oo.

Offline

#119 2006-01-05 11:12:03

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Xorg 7.0 modular

I've made a new thread for my above post  '_'


.oO Komodo Dave Oo.

Offline

#120 2006-01-07 13:46:49

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Xorg 7.0 modular

Komodo wrote:

My current glxgears (with a Radeon 9800SE) is:

15432 frames in 5.0 seconds = 3086.400 FPS
17235 frames in 5.0 seconds = 3447.000 FPS
17377 frames in 5.0 seconds = 3475.400 FPS
17265 frames in 5.0 seconds = 3453.000 FPS
17363 frames in 5.0 seconds = 3472.600 FPS

Thanks to the help from Avenger with a manual installation of  the drivers, I've now got my radeon 9800SE working under Xorg 7.0; sadly I've got no increase in frame rate whatsoever though sad

Glxgears:
17232 frames in 5.0 seconds = 3446.378 FPS
17249 frames in 5.0 seconds = 3449.689 FPS
17194 frames in 5.0 seconds = 3438.752 FPS
17215 frames in 5.0 seconds = 3442.886 FPS
17184 frames in 5.0 seconds = 3436.612 FPS

Stupid ATI  :evil:


.oO Komodo Dave Oo.

Offline

#121 2006-01-07 18:51:52

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Xorg 7.0 modular

you got that right.. ATI sucks in linux.. hopefully according to the xorg 7.0 plan after april they will have developed the ati drivers a whole lot more.. sorry komodo.. youll just have to either be patient with ATI or switch to Nvidia.. If only ati had proper drivers..


The ultimate Archlinux release name: "I am your father"

Offline

#122 2006-01-08 20:56:19

rayzorblayde
Member
Registered: 2004-01-04
Posts: 67

Re: Xorg 7.0 modular

Hopefully someone can help me see what i'm missing.  I've installed xorg 7.0 and kde.  every time i try to startx, i get the following error log (xorg.conf is included below):


xorg.conf:

# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"      # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"


EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath    "/usr/share/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# 

    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
#    FontPath   "/usr/share/fonts/TTF"
#    FontPath   "/usr/share/fonts/Type1"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/lib/modules"
    ModulePath "/usr/lib/xorg/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier    "Keyboard1"
    Driver    "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option    "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc101"
    Option "XkbLayout"    "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier    "MX700"
    Driver    "evdev"
    Option "Protocol"    "IMPS/2"    # IntelliMouse PS/2
    Option "Device"      "/dev/input/mice"

# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.

    Option "ZAxisMapping"   "4 5"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"    "Xqueue"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"    "256"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"    "9600"
#    Option "SampleRate"    "150"

# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "BenQ"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31-81

#    HorizSync    30-64         # multisync
#    HorizSync    31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync    15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 56-76

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier    "Standard VGA"
    VendorName    "Unknown"
    BoardName    "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset    "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam    256

#    Clocks    25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "MX4000"
    Driver      "nvidia"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen1"
    Device      "MX4000"
    Monitor     "BenQ"
    DefaultDepth 16

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

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "MX700" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection

xorg log:

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.15-rc6 i686
Current Operating System: Linux blayde 2.6.15-ARCH #1 SMP PREEMPT Tue Jan 3 11:28:36 CET 2006 i686
Build Date: 01 January 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.0.log", Time: Sat Jan  7 20:48:05 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen1" (0)
(**) |   |-->Monitor "BenQ"
(**) |   |-->Device "MX4000"
(**) |-->Input Device "MX700"
(**) |-->Input Device "Keyboard1"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
(**) FontPath set to "/usr/share/fonts/misc"
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.2
    X.Org Video Driver: 0.8
    X.Org XInput driver : 0.5
    X.Org Server Extension : 0.2
    X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(WW) xf86OpenConsole: Could not save ownership of VT
(WW) xf86OpenConsole: chown /dev/tty0 failed: No such file or directory
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 147b,1c00 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 147b,1c00 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 147b,1c00 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 147b,1c00 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 147b,1c00 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 147b,1c00 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 147b,1c00 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 10de,006b card 147b,1c00 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 147b,1c00 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 147b,1c00 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0d:0: chip 10de,006e card 147b,1c00 rev a3 class 0c,00,10 hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:06:0: chip 10ec,8169 card 10ec,8169 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:07:0: chip 10ec,8169 card 10ec,8169 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
(II) PCI: 02:00:0: chip 10de,0185 card 1682,201a rev c1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 1 I/O range:
    [0] -1    0    0x00009000 - 0x0000afff (0x2000) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xe2000000 - 0xe3ffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0x50000000 - 0x500fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xe0000000 - 0xe1ffffff (0x2000000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b]
(--) PCI:*(2:0:0) nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x] rev 193, Mem @ 0xe0000000/24, 0xd8000000/27
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[b](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xe3002000 - 0xe30021ff (0x200) MX[b]
    [1] -1    0    0xe3001000 - 0xe30010ff (0x100) MX[b]
    [2] -1    0    0xe3000000 - 0xe30000ff (0x100) MX[b]
    [3] -1    0    0xe4085000 - 0xe408503f (0x40) MX[b]
    [4] -1    0    0xe4084000 - 0xe40847ff (0x800) MX[b]
    [5] -1    0    0xe4081000 - 0xe4081fff (0x1000) MX[b]
    [6] -1    0    0xe4000000 - 0xe407ffff (0x80000) MX[b]
    [7] -1    0    0xe4087000 - 0xe4087fff (0x1000) MX[b]
    [8] -1    0    0xe4086000 - 0xe40860ff (0x100) MX[b]
    [9] -1    0    0xe4083000 - 0xe4083fff (0x1000) MX[b]
    [10] -1    0    0xe4080000 - 0xe4080fff (0x1000) MX[b]
    [11] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [13] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [14] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[b]
    [15] -1    0    0x0000a400 - 0x0000a403 (0x4) IX[b]
    [16] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[b]
    [17] -1    0    0x00009c00 - 0x00009c03 (0x4) IX[b]
    [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[b]
    [19] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [20] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [21] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [22] -1    0    0x0000b800 - 0x0000b87f (0x80) IX[b]
    [23] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [24] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
    [25] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xe3002000 - 0xe30021ff (0x200) MX[b]
    [1] -1    0    0xe3001000 - 0xe30010ff (0x100) MX[b]
    [2] -1    0    0xe3000000 - 0xe30000ff (0x100) MX[b]
    [3] -1    0    0xe4085000 - 0xe408503f (0x40) MX[b]
    [4] -1    0    0xe4084000 - 0xe40847ff (0x800) MX[b]
    [5] -1    0    0xe4081000 - 0xe4081fff (0x1000) MX[b]
    [6] -1    0    0xe4000000 - 0xe407ffff (0x80000) MX[b]
    [7] -1    0    0xe4087000 - 0xe4087fff (0x1000) MX[b]
    [8] -1    0    0xe4086000 - 0xe40860ff (0x100) MX[b]
    [9] -1    0    0xe4083000 - 0xe4083fff (0x1000) MX[b]
    [10] -1    0    0xe4080000 - 0xe4080fff (0x1000) MX[b]
    [11] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [13] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [14] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[b]
    [15] -1    0    0x0000a400 - 0x0000a403 (0x4) IX[b]
    [16] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[b]
    [17] -1    0    0x00009c00 - 0x00009c03 (0x4) IX[b]
    [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[b]
    [19] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [20] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [21] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [22] -1    0    0x0000b800 - 0x0000b87f (0x80) IX[b]
    [23] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [24] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
    [25] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[b](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[b](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [5] -1    0    0xe3002000 - 0xe30021ff (0x200) MX[b]
    [6] -1    0    0xe3001000 - 0xe30010ff (0x100) MX[b]
    [7] -1    0    0xe3000000 - 0xe30000ff (0x100) MX[b]
    [8] -1    0    0xe4085000 - 0xe408503f (0x40) MX[b]
    [9] -1    0    0xe4084000 - 0xe40847ff (0x800) MX[b]
    [10] -1    0    0xe4081000 - 0xe4081fff (0x1000) MX[b]
    [11] -1    0    0xe4000000 - 0xe407ffff (0x80000) MX[b]
    [12] -1    0    0xe4087000 - 0xe4087fff (0x1000) MX[b]
    [13] -1    0    0xe4086000 - 0xe40860ff (0x100) MX[b]
    [14] -1    0    0xe4083000 - 0xe4083fff (0x1000) MX[b]
    [15] -1    0    0xe4080000 - 0xe4080fff (0x1000) MX[b]
    [16] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [17] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [18] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[b]
    [22] -1    0    0x0000a400 - 0x0000a403 (0x4) IX[b]
    [23] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[b]
    [24] -1    0    0x00009c00 - 0x00009c03 (0x4) IX[b]
    [25] -1    0    0x00009800 - 0x00009807 (0x8) IX[b]
    [26] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [27] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [28] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [29] -1    0    0x0000b800 - 0x0000b87f (0x80) IX[b]
    [30] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [31] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
    [32] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.0.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8178
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8178
    Module class: XFree86 Video Driver
(II) LoadModule: "evdev"
(WW) Warning, couldn't open module evdev
(II) UnloadModule: "evdev"
(EE) Failed to load module "evdev" (module does not exist, 0)
(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)
(II) NVIDIA dlloader X Driver  1.0-8178  Wed Dec 14 16:24:14 PST 2005
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[b](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [5] -1    0    0xe3002000 - 0xe30021ff (0x200) MX[b]
    [6] -1    0    0xe3001000 - 0xe30010ff (0x100) MX[b]
    [7] -1    0    0xe3000000 - 0xe30000ff (0x100) MX[b]
    [8] -1    0    0xe4085000 - 0xe408503f (0x40) MX[b]
    [9] -1    0    0xe4084000 - 0xe40847ff (0x800) MX[b]
    [10] -1    0    0xe4081000 - 0xe4081fff (0x1000) MX[b]
    [11] -1    0    0xe4000000 - 0xe407ffff (0x80000) MX[b]
    [12] -1    0    0xe4087000 - 0xe4087fff (0x1000) MX[b]
    [13] -1    0    0xe4086000 - 0xe40860ff (0x100) MX[b]
    [14] -1    0    0xe4083000 - 0xe4083fff (0x1000) MX[b]
    [15] -1    0    0xe4080000 - 0xe4080fff (0x1000) MX[b]
    [16] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [17] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [18] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[b]
    [22] -1    0    0x0000a400 - 0x0000a403 (0x4) IX[b]
    [23] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[b]
    [24] -1    0    0x00009c00 - 0x00009c03 (0x4) IX[b]
    [25] -1    0    0x00009800 - 0x00009807 (0x8) IX[b]
    [26] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [27] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [28] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [29] -1    0    0x0000b800 - 0x0000b87f (0x80) IX[b]
    [30] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [31] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
    [32] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[b](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [5] -1    0    0xe3002000 - 0xe30021ff (0x200) MX[b]
    [6] -1    0    0xe3001000 - 0xe30010ff (0x100) MX[b]
    [7] -1    0    0xe3000000 - 0xe30000ff (0x100) MX[b]
    [8] -1    0    0xe4085000 - 0xe408503f (0x40) MX[b]
    [9] -1    0    0xe4084000 - 0xe40847ff (0x800) MX[b]
    [10] -1    0    0xe4081000 - 0xe4081fff (0x1000) MX[b]
    [11] -1    0    0xe4000000 - 0xe407ffff (0x80000) MX[b]
    [12] -1    0    0xe4087000 - 0xe4087fff (0x1000) MX[b]
    [13] -1    0    0xe4086000 - 0xe40860ff (0x100) MX[b]
    [14] -1    0    0xe4083000 - 0xe4083fff (0x1000) MX[b]
    [15] -1    0    0xe4080000 - 0xe4080fff (0x1000) MX[b]
    [16] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [17] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [18] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [19] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [20] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [21] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [24] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[b]
    [25] -1    0    0x0000a400 - 0x0000a403 (0x4) IX[b]
    [26] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[b]
    [27] -1    0    0x00009c00 - 0x00009c03 (0x4) IX[b]
    [28] -1    0    0x00009800 - 0x00009807 (0x8) IX[b]
    [29] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [30] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [31] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [32] -1    0    0x0000b800 - 0x0000b87f (0x80) IX[b]
    [33] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [34] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
    [35] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
    [36] 0    0    0xe10003b0 - 0xe10003bb (0xc) IS[b]
    [37] 0    0    0xe10003c0 - 0xe10003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD8000000
(--) NVIDIA(0): MMIO registers at 0xE0000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 MX 4000
(--) NVIDIA(0): VideoBIOS: 04.18.20.36.03
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): CRT-0: maximum pixel clock: 350 MHz
(II) NVIDIA(0): Frequency information for CRT-0:
(II) NVIDIA(0):   HorizSync   : 30.000-83.000 kHz
(II) NVIDIA(0):   VertRefresh : 56.000-76.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): BenQ: Using hsync range of 30.00-83.00 kHz
(II) NVIDIA(0): BenQ: Using vrefresh range of 56.00-76.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config option
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.8
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b]
    [1] 0    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b]
    [2] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[b](B)
    [3] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1    0    0xe3002000 - 0xe30021ff (0x200) MX[b]
    [8] -1    0    0xe3001000 - 0xe30010ff (0x100) MX[b]
    [9] -1    0    0xe3000000 - 0xe30000ff (0x100) MX[b]
    [10] -1    0    0xe4085000 - 0xe408503f (0x40) MX[b]
    [11] -1    0    0xe4084000 - 0xe40847ff (0x800) MX[b]
    [12] -1    0    0xe4081000 - 0xe4081fff (0x1000) MX[b]
    [13] -1    0    0xe4000000 - 0xe407ffff (0x80000) MX[b]
    [14] -1    0    0xe4087000 - 0xe4087fff (0x1000) MX[b]
    [15] -1    0    0xe4086000 - 0xe40860ff (0x100) MX[b]
    [16] -1    0    0xe4083000 - 0xe4083fff (0x1000) MX[b]
    [17] -1    0    0xe4080000 - 0xe4080fff (0x1000) MX[b]
    [18] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [19] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [20] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [21] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [22] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [23] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [26] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[b]
    [27] -1    0    0x0000a400 - 0x0000a403 (0x4) IX[b]
    [28] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[b]
    [29] -1    0    0x00009c00 - 0x00009c03 (0x4) IX[b]
    [30] -1    0    0x00009800 - 0x00009807 (0x8) IX[b]
    [31] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [32] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [33] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [34] -1    0    0x0000b800 - 0x0000b87f (0x80) IX[b]
    [35] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [36] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
    [37] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
    [38] 0    0    0xe10003b0 - 0xe10003bb (0xc) IS[b]
    [39] 0    0    0xe10003c0 - 0xe10003df (0x20) IS[b]
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(EE) No Input driver matching `evdev'
(EE) No Input driver matching `kbd'
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
No core keyboard

Fatal server error:
failed to initialize core devices

loading.... please wait....

Offline

#123 2006-01-08 21:06:29

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Xorg 7.0 modular

rayzorblayde wrote:

Hopefully someone can help me see what i'm missing.  I've installed xorg 7.0 and kde.  every time i try to startx, i get the following error log (xorg.conf is included below):

When you post your xorg.conf, it's best to post it without the comment lines (the ones that start with a # symbol), since this makes finding things easier.

Additionally, when posting the Xorg.0.log, you only need to include (EE) lines, as these indicate errors.

Your errors are:

(EE) No Input driver matching `evdev'
(EE) No Input driver matching `kbd' 

The first error indicates that you probably haven't installed the evdev package, or that you don't have support for it compiled into your kernel (the latter is unlikely). Try pacman -S xf86-input-evdev.

The second error I don't know the answer for... you should have this driver; you've named it correctly. If your keyboard works anyway in X then ignore it... if not, you won't be able to type when your in X ='o(


.oO Komodo Dave Oo.

Offline

#124 2006-01-08 21:06:50

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Xorg 7.0 modular

the problem is here :
(EE) No Input driver matching `evdev'
(EE) No Input driver matching `kbd'

you dont have these stuff, change evdev to mouse for now.. dont know about kbd..


The ultimate Archlinux release name: "I am your father"

Offline

#125 2006-01-08 21:09:40

rayzorblayde
Member
Registered: 2004-01-04
Posts: 67

Re: Xorg 7.0 modular

ok, sorry for my long post from the file... i have found part of the problem...

I had to pacman -S xf86-input-keyboard and xf86-input-evdev

I just found that in another post.


loading.... please wait....

Offline

Board footer

Powered by FluxBB