You are not logged in.

#1 2013-11-30 17:10:21

mif
Member
Registered: 2013-11-30
Posts: 2

Install xorg on a ASUS AllInOne E2300INTI

Hi all !

After i have install an Archlinux (base), i try to install and configure Xorg.

Infos :

# lspci|grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
# pacman -Qe|grep -i xorg
xorg-server 1.14.4-1
xorg-server-utils 7.6-3
xorg-utils 7.6-8
xorg-xinit 1.3.3-2
xorg-xkill 1.0.4-1
# cat /etc/X11/xorg.conf.d/10-monitor.conf 
Section "Monitor"
    Identifier             "Monitor0"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nouveau"
    BusID  "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier             "Screen0"
    Device                 "Device0"
    Monitor                "Monitor0"
EndSection

As you can see, there are two VGA PCI cards. I configure Xorg for use the nvidia card.
When i start Xorg "startx", nothing is display.
But, the X process is running :

# ps aux
...
root       423  0.0  0.0  13992  1768 tty1     S+   18:58   0:00 /bin/sh /usr/bin/startx
root       440  0.0  0.0  15896   876 tty1     S+   18:58   0:00 xinit /etc/X11/xinit/xinitrc -- /etc/X11/xinit/xserverrc :0 -auth /tmp/serve
root       441  6.0  0.4 126724 18600 ?        S<s  18:58   0:00 /usr/bin/X -nolisten tcp :0 -auth /tmp/serverauth.tHHpTxXaRy vt1
root       444  0.2  0.1  73944  7084 tty1     S    18:58   0:00 xterm -geometry 80x66+0+0 -name login
root       447  0.2  0.1  73944  7060 tty1     S    18:58   0:00 xterm -geometry 80x50+494+51
root       448  0.2  0.1  73944  7060 tty1     S    18:58   0:00 xterm -geometry 80x20+494-0
...

And i see in the "/var/log/Xorg.0.log" :

...
[  3737.796] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  3737.796] (==) No Layout section.  Using the first Screen section.
[  3737.796] (**) |-->Screen "Screen0" (0)
[  3737.796] (**) |   |-->Monitor "Monitor0"
[  3737.797] (**) |   |-->Device "Device0"
[  3737.797] (==) Automatically adding devices
[  3737.797] (==) Automatically enabling devices
[  3737.797] (==) Automatically adding GPU devices
...
[  3737.798] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
...
[  3737.799] (II) xfree86: Adding drm device (/dev/dri/card1)
[  3738.009] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3738.011] (--) PCI:*(0:0:2:0) 8086:0152:1043:2111 rev 9, Mem @ 0xdc400000/4194304, 0x40000000/268435456, I/O @ 0x0000f000/64
[  3738.011] (--) PCI: (0:1:0:0) 10de:0de9:1043:8523 rev 161, Mem @ 0xdb000000/16777216, 0xa0000000/134217728, 0xa8000000/33554432, I/O @ 0x0
000e000/128, BIOS @ 0x????????/524288
...

What's wrong with my config ?
Why Xorg doesn't take the PCI card which is define in my Xorg configuration ?

Thanks for your help.

Last edited by mif (2013-11-30 18:13:49)

Offline

#2 2013-11-30 17:47:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Install xorg on a ASUS AllInOne E2300INTI

Post your .xinitrc.I see you're not using any.

When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and - in case of longer listings - more convenient to scroll through.


The wiki says it should be

Section "Device"
    Identifier "Screen0"

instead of

Section "Device"
    Identifier "Device0"

https://wiki.archlinux.org/index.php/Xo … phics_card
but I'm not sure about it.

Last edited by karol (2013-11-30 18:34:40)

Offline

Board footer

Powered by FluxBB