How to make a xorg.conf file, when it works without it? [on hold]
I'm currently dual booting Kubuntu and Debian with KDE. Kubuntu works fine without an xorg.conf file, but Debian does either not recognise the first monitor or the second monitor, and doesn't use Optimus correctly.
As it's a fairly complex setup, I don't really found a working xorg.conf file for Debian and I don't know what to write in there exactly, so I want to generate a xorg.conf file in Ubuntu to use the same in Debian. When I try to generate a xorg.conf file with nvidia-settings, only the second monitor gets recognized and it doesn't use the Intel HD Graphics.
Xorg -configure does the same thing.
Details:
I'm using an HP Laptop which is connected to a second monitor with HDMI.
Output of lspci (in Ubuntu):
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 05)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #6 (rev f1)
00:1c.6 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #7 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
04:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
06:00.0 Non-Volatile memory controller: Sandisk Corp WD Black NVMe SSD
The xorg.conf file nvidia-settings generates:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 415.27
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Medion MD 20430"
HorizSync 29.0 - 81.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "nvidia-auto-select +1920+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Thanks in advance!
drivers nvidia kubuntu xorg multiple-monitors
New contributor
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Pilot6, ubfan1, waltinator, karel, DK Bose 35 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Pilot6, ubfan1, waltinator, karel, DK Bose
If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 1 more comment
I'm currently dual booting Kubuntu and Debian with KDE. Kubuntu works fine without an xorg.conf file, but Debian does either not recognise the first monitor or the second monitor, and doesn't use Optimus correctly.
As it's a fairly complex setup, I don't really found a working xorg.conf file for Debian and I don't know what to write in there exactly, so I want to generate a xorg.conf file in Ubuntu to use the same in Debian. When I try to generate a xorg.conf file with nvidia-settings, only the second monitor gets recognized and it doesn't use the Intel HD Graphics.
Xorg -configure does the same thing.
Details:
I'm using an HP Laptop which is connected to a second monitor with HDMI.
Output of lspci (in Ubuntu):
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 05)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #6 (rev f1)
00:1c.6 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #7 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
04:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
06:00.0 Non-Volatile memory controller: Sandisk Corp WD Black NVMe SSD
The xorg.conf file nvidia-settings generates:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 415.27
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Medion MD 20430"
HorizSync 29.0 - 81.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "nvidia-auto-select +1920+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Thanks in advance!
drivers nvidia kubuntu xorg multiple-monitors
New contributor
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Pilot6, ubfan1, waltinator, karel, DK Bose 35 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Pilot6, ubfan1, waltinator, karel, DK Bose
If this question can be reworded to fit the rules in the help center, please edit the question.
Am I correct that everything works in Ubuntu, but not in Debian? Then it's off-topic here.
– Pilot6
7 hours ago
Yes, but this post is not about Debian, but about how to get the xorg.conf file in Ubuntu.
– Dohrli
7 hours ago
You gotxorg.confin Ubuntu already, but it doesn't work on Debian, right?
– Pilot6
7 hours ago
No, the problem is Ubuntu works fine without the xorg.conf. But I need one that works exactly like it works without one.
– Dohrli
7 hours ago
Anyway Ubuntu works well. It is supposed to work without this file. Ask at Unix & Linux about your problems with Debian.
– Pilot6
7 hours ago
|
show 1 more comment
I'm currently dual booting Kubuntu and Debian with KDE. Kubuntu works fine without an xorg.conf file, but Debian does either not recognise the first monitor or the second monitor, and doesn't use Optimus correctly.
As it's a fairly complex setup, I don't really found a working xorg.conf file for Debian and I don't know what to write in there exactly, so I want to generate a xorg.conf file in Ubuntu to use the same in Debian. When I try to generate a xorg.conf file with nvidia-settings, only the second monitor gets recognized and it doesn't use the Intel HD Graphics.
Xorg -configure does the same thing.
Details:
I'm using an HP Laptop which is connected to a second monitor with HDMI.
Output of lspci (in Ubuntu):
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 05)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #6 (rev f1)
00:1c.6 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #7 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
04:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
06:00.0 Non-Volatile memory controller: Sandisk Corp WD Black NVMe SSD
The xorg.conf file nvidia-settings generates:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 415.27
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Medion MD 20430"
HorizSync 29.0 - 81.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "nvidia-auto-select +1920+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Thanks in advance!
drivers nvidia kubuntu xorg multiple-monitors
New contributor
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm currently dual booting Kubuntu and Debian with KDE. Kubuntu works fine without an xorg.conf file, but Debian does either not recognise the first monitor or the second monitor, and doesn't use Optimus correctly.
As it's a fairly complex setup, I don't really found a working xorg.conf file for Debian and I don't know what to write in there exactly, so I want to generate a xorg.conf file in Ubuntu to use the same in Debian. When I try to generate a xorg.conf file with nvidia-settings, only the second monitor gets recognized and it doesn't use the Intel HD Graphics.
Xorg -configure does the same thing.
Details:
I'm using an HP Laptop which is connected to a second monitor with HDMI.
Output of lspci (in Ubuntu):
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 05)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #6 (rev f1)
00:1c.6 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #7 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
04:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
06:00.0 Non-Volatile memory controller: Sandisk Corp WD Black NVMe SSD
The xorg.conf file nvidia-settings generates:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 415.27
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Medion MD 20430"
HorizSync 29.0 - 81.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "nvidia-auto-select +1920+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Thanks in advance!
drivers nvidia kubuntu xorg multiple-monitors
drivers nvidia kubuntu xorg multiple-monitors
New contributor
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 hours ago
DohrliDohrli
11
11
New contributor
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Dohrli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Pilot6, ubfan1, waltinator, karel, DK Bose 35 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Pilot6, ubfan1, waltinator, karel, DK Bose
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Pilot6, ubfan1, waltinator, karel, DK Bose 35 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Pilot6, ubfan1, waltinator, karel, DK Bose
If this question can be reworded to fit the rules in the help center, please edit the question.
Am I correct that everything works in Ubuntu, but not in Debian? Then it's off-topic here.
– Pilot6
7 hours ago
Yes, but this post is not about Debian, but about how to get the xorg.conf file in Ubuntu.
– Dohrli
7 hours ago
You gotxorg.confin Ubuntu already, but it doesn't work on Debian, right?
– Pilot6
7 hours ago
No, the problem is Ubuntu works fine without the xorg.conf. But I need one that works exactly like it works without one.
– Dohrli
7 hours ago
Anyway Ubuntu works well. It is supposed to work without this file. Ask at Unix & Linux about your problems with Debian.
– Pilot6
7 hours ago
|
show 1 more comment
Am I correct that everything works in Ubuntu, but not in Debian? Then it's off-topic here.
– Pilot6
7 hours ago
Yes, but this post is not about Debian, but about how to get the xorg.conf file in Ubuntu.
– Dohrli
7 hours ago
You gotxorg.confin Ubuntu already, but it doesn't work on Debian, right?
– Pilot6
7 hours ago
No, the problem is Ubuntu works fine without the xorg.conf. But I need one that works exactly like it works without one.
– Dohrli
7 hours ago
Anyway Ubuntu works well. It is supposed to work without this file. Ask at Unix & Linux about your problems with Debian.
– Pilot6
7 hours ago
Am I correct that everything works in Ubuntu, but not in Debian? Then it's off-topic here.
– Pilot6
7 hours ago
Am I correct that everything works in Ubuntu, but not in Debian? Then it's off-topic here.
– Pilot6
7 hours ago
Yes, but this post is not about Debian, but about how to get the xorg.conf file in Ubuntu.
– Dohrli
7 hours ago
Yes, but this post is not about Debian, but about how to get the xorg.conf file in Ubuntu.
– Dohrli
7 hours ago
You got
xorg.conf in Ubuntu already, but it doesn't work on Debian, right?– Pilot6
7 hours ago
You got
xorg.conf in Ubuntu already, but it doesn't work on Debian, right?– Pilot6
7 hours ago
No, the problem is Ubuntu works fine without the xorg.conf. But I need one that works exactly like it works without one.
– Dohrli
7 hours ago
No, the problem is Ubuntu works fine without the xorg.conf. But I need one that works exactly like it works without one.
– Dohrli
7 hours ago
Anyway Ubuntu works well. It is supposed to work without this file. Ask at Unix & Linux about your problems with Debian.
– Pilot6
7 hours ago
Anyway Ubuntu works well. It is supposed to work without this file. Ask at Unix & Linux about your problems with Debian.
– Pilot6
7 hours ago
|
show 1 more comment
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Am I correct that everything works in Ubuntu, but not in Debian? Then it's off-topic here.
– Pilot6
7 hours ago
Yes, but this post is not about Debian, but about how to get the xorg.conf file in Ubuntu.
– Dohrli
7 hours ago
You got
xorg.confin Ubuntu already, but it doesn't work on Debian, right?– Pilot6
7 hours ago
No, the problem is Ubuntu works fine without the xorg.conf. But I need one that works exactly like it works without one.
– Dohrli
7 hours ago
Anyway Ubuntu works well. It is supposed to work without this file. Ask at Unix & Linux about your problems with Debian.
– Pilot6
7 hours ago