Skip to main content
Topic: Xorg configuration (Read 3581 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Xorg configuration

Hello

I finally got the system to install from the iso image, but only from the simplest config.  Historically, that has been OK and then I just pulled down a group of packages manually, but I can't get x to work.  It is having, initially, problems accessing /dev/ttyX and it goes on from there. 

I have to download xinit individually with pacman

[
Code: [Select]
ruben@www3 ~]$ ls -al /usr/bin/xinit 
-rwxr-xr-x 1 root root 19016 Apr  1  2016 /usr/bin/xinit

Quote
[ruben@www3 ~]$ which X
/usr/bin/X
[ruben@www3 ~]$ ls -al /usr/bin/X
lrwxrwxrwx 1 root root 4 Jul  4 18:44 /usr/bin/X -> Xorg
[ruben@www3 ~]$ ls -al /usr/bin/Xorg
-rwxr-xr-x 1 root root 281 Jul  4 18:44 /usr/bin/Xorg

I thought this might be related to attempts at derooting Xorg


file permissions look right.


Re: Xorg configuration

Reply #1
[ruben@www3 ~]$ inxi -Fxzc0
System:    Host: www3 Kernel: 4.9.44-1-lts x86_64 bits: 64 gcc: 7.1.1 Console: tty 1 Distro: Artix rolling
Machine:   Device: laptop System: CompuLab product: Intense-PC v: 1.x serial: N/A
           Mobo: CompuLab model: Intense-PC v: 1.x serial: N/A
           UEFI: Phoenix v: IPC_2.2.400.1 X64 date: 08/31/2014
CPU:       Dual core Intel Core i7-3517UE (-HT-MCP-) arch: Ivy Bridge rev.9 cache: 4096 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 8780
           clock speeds: max: 2800 MHz 1: 799 MHz 2: 799 MHz 3: 801 MHz 4: 807 MHz
Graphics:  Card: Intel 3rd Gen Core processor Graphics Controller bus-ID: 00:02.0
           Display Server: N/A drivers: intel (unloaded: modesetting,fbdev,vesa)
           tty size: 119x45 Advanced Data: N/A out of X
Audio:     Card Intel 7 Series/C216 Family High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k4.9.44-1-lts
Network:   Card-1: Intel 82579LM Gigabit Network Connection driver: e1000e v: 3.2.6-k port: 4080 bus-ID: 00:19.0
           IF: eth1 state: up speed: 100 Mbps duplex: full mac: <filter>
           Card-2: Realtek RTL8723AE PCIe Wireless Network Adapter driver: rtl8723ae port: 3000 bus-ID: 04:00.0
           IF: wlan0 state: down mac: <filter>
           Card-3: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: 2000 bus-ID: 06:00.0
           IF: eth0 state: down mac: <filter>
Drives:    HDD Total Size: 1000.2GB (1.9% used)
           ID-1: /dev/sda model: Samsung_SSD_850 size: 1000.2GB temp: 0C
Partition: ID-1: / size: 900G used: 2.0G (1%) fs: ext4 dev: /dev/sda2
           ID-2: swap-1 size: 17.84GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
Sensors:   System Temperatures: cpu: 48.0C mobo: 48.0C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 116 Uptime: 29 min Memory: 178.8/15467.7MB
           Init: N/A rc: OpenRC runlevel: default Gcc sys: N/A Client: Shell (bash 4.4.121) inxi: 2.3.39

Re: Xorg configuration

Reply #2
Hello,
Can you login using display manager (sddm) ?
me too, install Artix LXQT to usb and boot up, but after login to console I can't get X to work using "startx" or "lxqt-session" command.
Using sddm display manager work for me. Maybe it work too for you.

Sorry for my English.


PS: my system installed not using Callamers, but by mounting desktopfs.sfs and rootfs.sfs then copy to usb.

 

Re: Xorg configuration

Reply #3
Hello,
Can you login using display manager (sddm) ?
me too, install Artix LXQT to usb and boot up, but after login to console I can't get X to work using "startx" or "lxqt-session" command.
Using sddm display manager work for me. Maybe it work too for you.

Sorry for my English.


PS: my system installed not using Callamers, but by mounting desktopfs.sfs and rootfs.sfs then copy to usb.

 
Thanks I appreciate it.  I'd really like to get around a X greeter.  When the server is running, I don't need X.  I need it for ssh tunneling and for some cut and paste.  I noticed lately that X is not allowing cut and paste into or out of  sudo screens  from regular screens... which really sucks.