- 
      
- 
        Save f7urry/8f55b680cb5eb32326f6cdf01f785aa6 to your computer and use it in GitHub Desktop. 
Revisions
- 
        f7urry revised this gist Mar 25, 2022 . 1 changed file with 4 additions and 5 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,22 +29,21 @@ $ sudo nano /etc/X11/xorg.conf # to start a dummy X11 server. # For details, please see: # https://www.xpra.org/xorg.conf Section "Device" Identifier "Configured Video Device" Driver "dummy" #VideoRam 4096000 #VideoRam 256000 VideoRam 16384 EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 5.0 - 1000.0 VertRefresh 5.0 - 200.0 Modeline "1600x900" 33.92 1600 1632 1760 1792 900 921 924 946 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" @@ -53,7 +52,7 @@ Section "Screen" SubSection "Display" Viewport 0 0 Depth 24 Virtual 1600 900 EndSubSection EndSection 
- 
        f7urry revised this gist Oct 25, 2021 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,14 @@ sudo teamviewer passwd PASSWORD_TO_BE_CHANGED sudo teamviewer daemon enable teamviewer info ``` ### Enable automatic login, edit file /etc/gdm3/custom.conf ``` [daemon] #Enabling automatic login AutomaticLoginEnable=true AutomaticLogin=<username here> WaylandEnable=false ``` ### Add xorg.conf #### Without Nvidia Driver 
- 
        happyincent revised this gist Jul 27, 2019 . No changes.There are no files selected for viewing
- 
        happyincent revised this gist Jul 25, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,8 @@ teamviewer info ### Add xorg.conf #### Without Nvidia Driver ``` $ sudo apt install xserver-xorg-video-dummy-lts-xenial -y # 16.04 # sudo apt install xorg-video-abi-23 xserver-xorg-core xserver-xorg-video-dummy -y # 18.04 $ sudo nano /etc/X11/xorg.conf # This xorg configuration file is meant to be used 
- 
        happyincent revised this gist Feb 21, 2019 . No changes.There are no files selected for viewing
- 
        happyincent created this gist Feb 19, 2019 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,64 @@ ### Install ``` wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb sudo apt update -y sudo apt install gdebi -y sudo gdebi teamviewer_amd64.deb sudo teamviewer passwd PASSWORD_TO_BE_CHANGED sudo teamviewer daemon enable teamviewer info ``` ### Add xorg.conf #### Without Nvidia Driver ``` $ sudo apt install xserver-xorg-video-dummy-lts-xenial -y $ sudo nano /etc/X11/xorg.conf # This xorg configuration file is meant to be used # to start a dummy X11 server. # For details, please see: # https://www.xpra.org/xorg.conf Section "Device" Identifier "Configured Video Device" Driver "dummy" #VideoRam 4096000 #VideoRam 256000 VideoRam 16384 EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 5.0 - 1000.0 VertRefresh 5.0 - 200.0 Modeline "1920x1080" 23.53 1920 1952 2040 2072 1080 1106 1108 1135 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Virtual 1920 1080 EndSubSection EndSection $ sudo reboot ``` #### With Nvidia Driver ``` $ sudo nano /opt/edid.txt 00 ff ff ff ff ff ff 00 1e 6d f5 56 71 ca 04 00 05 14 01 03 80 35 1e 78 0a ae c5 a2 57 4a 9c 25 12 50 54 21 08 00 b3 00 81 80 81 40 01 01 01 01 01 01 01 01 01 01 1a 36 80 a0 70 38 1f 40 30 20 35 00 13 2b 21 00 00 1a 02 3a 80 18 71 38 2d 40 58 2c 45 00 13 2b 21 00 00 1e 00 00 00 fd 00 38 3d 1e 53 0f 00 0a 20 20 20 20 20 20 00 00 00 fc 00 57 32 34 35 33 0a 20 20 20 20 20 20 20 01 3d 02 03 21 f1 4e 90 04 03 01 14 12 05 1f 10 13 00 00 00 00 23 09 07 07 83 01 00 00 65 03 0c 00 10 00 02 3a 80 18 71 38 2d 40 58 2c 45 00 13 2b 21 00 00 1e 01 1d 80 18 71 1c 16 20 58 2c 25 00 13 2b 21 00 00 9e 01 1d 00 72 51 d0 1e 20 6e 28 55 00 13 2b 21 00 00 1e 8c 0a d0 8a 20 e0 2d 10 10 3e 96 00 13 2b 21 00 00 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 26 $ sudo nvidia-xconfig -a --allow-empty-initial-configuration --use-display-device="DFP-0" --connected-monitor="DFP-0" --custom-edid="DFP-0:/opt/edid.txt" $ sudo reboot ``` ### References https://medium.com/@madumalt/remote-desktop-to-ubuntu-instance-with-no-gui-f98566adb53e https://superuser.com/questions/1278256/x-server-on-nvidia-card-with-no-screen