LINUX.ORG.RU

Сообщения alexVio

 

Корректен ли данный конфиг?

Форум — Linux-hardware

Задача включить второй монитор, на второй видеокарте, не выходит.


Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Option         "Xinerama" "0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection


Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Option "Primary" "true"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"	
	Option      "LeftOf" "Monitor0"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
	Screen	    0 
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "nouveau"
	BusID       "PCI:2:0:0"
	Screen	    1 
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    DefaultDepth    24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

 , , ,

alexVio
()

lspci | grep VGA не определяет встроенную видеокарту

Форум — Linux-hardware

Вывод lspci | grep VGA и Вывод lspci (соответственно):

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]


00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b5)
00:1c.7 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Z68 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6400 Series]
06:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
08:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 01)

 , ,

alexVio
()

Apache 2.4.13 403 archlinux

Форум — Admin

httpd.conf:

DocumentRoot «/home/alex/path»
<Directory «/home/alex/path»>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>

Ошибка(из логов) :

[Wed Jan 13 22:58:23.225006 2016] [authz_core:error] [pid 3035] [client 127.0.0.1:40312] AH01630: client denied by server configuration: /home/alex/path/

ls -l :

-rwxrwxrwx 1 alex users 1 Jan 13 21:17 PROCFILE
-rwxrwxrwx 1 alex users 41 Jan 13 21:17 README.md
-rwxrwxrwx 1 alex users 86 Jan 13 21:17 app.json
-rwxrwxrwx 1 alex users 325 Jan 13 21:17 cms.php
drwxrwxrwx 2 alex users 4096 Jan 13 21:17 css
-rwxrwxrwx 1 alex users 51 Jan 13 21:17 index.php
drwxrwxrwx 2 alex users 4096 Jan 13 21:17 js
drwxrwxrwx 2 alex users 4096 Jan 13 21:17 tpl

Что делать?

 , ,

alexVio
()

Gtk-WARNING **: cannot open display: :0 arch

Форум — Desktop

No protocol specified (brackets:9838):

Gtk-WARNING **:cannot open display: :0
arch linux

 , ,

alexVio
()

Не удаётся собрать Unreal Engine . ArchLinux

Форум — General

Ошибка:

Unhandled Exception:
System.IO.FileNotFoundException: Could not find file «/etc/localtime»
File name: '/etc/localtime'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x41a1e890 + 0x00687> in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) <0x41a3a720 + 0x0004b> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) <0x41a3a630 + 0x00037> in <filename unknown>:0
at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id, System.String filepath) <0x40ff5110 + 0x00033> in <filename unknown>:0
at System.TimeZoneInfo.CreateLocal () <0x40ff4dd0 + 0x00197> in <filename unknown>:0
at System.TimeZoneInfo.get_Local () <0x40ff4d10 + 0x00023> in <filename unknown>:0
at System.DateTime.ToLocalTime (Boolean throwOnOverflow) <0x40ff4ae0 + 0x0005f> in <filename unknown>:0
at System.DateTime.ToLocalTime () <0x40ff4ab0 + 0x0000f> in <filename unknown>:0
at System.DateTime.FromFileTime (Int64 fileTime) <0x40ff47f0 + 0x0002b> in <filename unknown>:0
at System.IO.File.GetLastWriteTime (System.String path) <0x40ff4680 + 0x00097> in <filename unknown>:0
at System.IO.File.GetLastWriteTimeUtc (System.String path) <0x40ff4630 + 0x0001b> in <filename unknown>:0
at GitDependencies.Program.UpdateWorkingTree (Boolean bDryRun, System.String RootPath, System.Collections.Generic.HashSet`1 ExcludeFolders, Int32 NumThreads, Int32 MaxRetries, System.Uri Proxy, OverwriteMode Overwrite, System.String CachePath, Single CacheSizeMultiplier, Int32 CacheDays) <0x41a3fe80 + 0x00a5b> in <filename unknown>:0
at GitDependencies.Program.Main (System.String[] Args) <0x41a2fc60 + 0x00fc7> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not find file «/etc/localtime»
File name: '/etc/localtime'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x41a1e890 + 0x00687> in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) <0x41a3a720 + 0x0004b> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) <0x41a3a630 + 0x00037> in <filename unknown>:0
at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id, System.String filepath) <0x40ff5110 + 0x00033> in <filename unknown>:0
at System.TimeZoneInfo.CreateLocal () <0x40ff4dd0 + 0x00197> in <filename unknown>:0
at System.TimeZoneInfo.get_Local () <0x40ff4d10 + 0x00023> in <filename unknown>:0
at System.DateTime.ToLocalTime (Boolean throwOnOverflow) <0x40ff4ae0 + 0x0005f> in <filename unknown>:0
at System.DateTime.ToLocalTime () <0x40ff4ab0 + 0x0000f> in <filename unknown>:0
at System.DateTime.FromFileTime (Int64 fileTime) <0x40ff47f0 + 0x0002b> in <filename unknown>:0
at System.IO.File.GetLastWriteTime (System.String path) <0x40ff4680 + 0x00097> in <filename unknown>:0
at System.IO.File.GetLastWriteTimeUtc (System.String path) <0x40ff4630 + 0x0001b> in <filename unknown>:0
at GitDependencies.Program.UpdateWorkingTree (Boolean bDryRun, System.String RootPath, System.Collections.Generic.HashSet`1 ExcludeFolders, Int32 NumThreads, Int32 MaxRetries, System.Uri Proxy, OverwriteMode Overwrite, System.String CachePath, Single CacheSizeMultiplier, Int32 CacheDays) <0x41a3fe80 + 0x00a5b> in <filename unknown>:0
at GitDependencies.Program.Main (System.String[] Args) <0x41a2fc60 + 0x00fc7> in <filename unknown>:0 Result: 1

В чём причина и как исправить?

 ,

alexVio
()

RSS подписка на новые темы