files
This commit is contained in:
6
CHIP-updater/jessie_source_list.txt
Normal file
6
CHIP-updater/jessie_source_list.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
deb [check-valid-until=no] http://archive.debian.org/debian/ jessie main contrib non-free
|
||||
deb-src [check-valid-until=no] http://archive.debian.org/debian/ jessie main contrib non-free
|
||||
deb [check-valid-until=no] http://archive.debian.org/ jessie/updates main contrib non-free
|
||||
deb-src [check-valid-until=no] http://archive.debian.org/ jessie/updates main contrib non-free
|
||||
deb http://chip.jfpossibilities.com/chip/debian/repo jessie main
|
||||
deb http://chip.jfpossibilities.com/chip/debian/pocketchip jessie main
|
||||
4
CHIP-updater/stretch_source_list.txt
Normal file
4
CHIP-updater/stretch_source_list.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
|
||||
deb-src http://ftp.us.debian.org/debian/ stretch main contrib non-free
|
||||
deb http://security.debian.org/ stretch/updates main contrib non-free
|
||||
deb-src http://security.debian.org/ stretch/updates main contrib non-free
|
||||
38
CHIP-updater/stretch_x11.txt
Normal file
38
CHIP-updater/stretch_x11.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
Section "Files"
|
||||
ModulePath "/usr/lib/arm-linux-gnueabihf/xorg/modules/"
|
||||
ModulePath "/usr/lib/xorg/modules/"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "VGA"
|
||||
Option "PreferredMode" "1024x768_60.00"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "HDMI"
|
||||
Option "PreferredMode" "1280x720_60.00"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "Composite"
|
||||
Option "PreferredMode" "NTSC10"
|
||||
EndSection
|
||||
|
||||
Section "Device"
|
||||
Identifier "Allwinner sun4i DRM"
|
||||
Driver "armsoc"
|
||||
Option "Monitor-Composite-0" "Composite"
|
||||
Option "Monitor-VGA-0" "VGA"
|
||||
Option "Monitor-HDMI-A-0" "HDMI"
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Card0"
|
||||
EndSection
|
||||
|
||||
|
||||
Section "Device"
|
||||
Identifier "Card0"
|
||||
Driver "modesetting"
|
||||
EndSection
|
||||
Reference in New Issue
Block a user