Explorar el Código

plymouth

master
Robin Thoni hace 8 años
padre
commit
029698307a
Se han modificado 5 ficheros con 56 adiciones y 10 borrados
  1. 1
    0
      apt/apt-requirements.txt
  2. 10
    10
      gnome-terminal/gnome-terminal/profiles/Default/%gconf.xml
  3. 38
    0
      misc/grub
  4. 2
    0
      misc/splash
  5. 5
    0
      misc/xorg.conf

apt/apt-requierements.txt → apt/apt-requirements.txt Ver fichero

@@ -27,3 +27,4 @@ cmake
27 27
 vlc
28 28
 wakeonlan
29 29
 rdesktop
30
+v86d

+ 10
- 10
gnome-terminal/gnome-terminal/profiles/Default/%gconf.xml Ver fichero

@@ -1,23 +1,23 @@
1 1
 <?xml version="1.0"?>
2 2
 <gconf>
3
-	<entry name="scrollback_unlimited" mtime="1453405205" type="bool" value="true"/>
4
-	<entry name="use_theme_colors" mtime="1453405205" type="bool" value="false"/>
5
-	<entry name="silent_bell" mtime="1453405205" type="bool" value="true"/>
6
-	<entry name="default_show_menubar" mtime="1453405205" type="bool" value="false"/>
7
-	<entry name="palette" mtime="1453405205" type="string">
3
+	<entry name="scrollback_unlimited" mtime="1453847288" type="bool" value="true"/>
4
+	<entry name="use_theme_colors" mtime="1453847288" type="bool" value="false"/>
5
+	<entry name="silent_bell" mtime="1453847288" type="bool" value="true"/>
6
+	<entry name="default_show_menubar" mtime="1453847288" type="bool" value="false"/>
7
+	<entry name="palette" mtime="1453847288" type="string">
8 8
 		<stringvalue>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</stringvalue>
9 9
 	</entry>
10
-	<entry name="alternate_screen_scroll" mtime="1453405205" type="bool" value="true"/>
11
-	<entry name="background_color" mtime="1453405205" type="string">
10
+	<entry name="alternate_screen_scroll" mtime="1453847288" type="bool" value="true"/>
11
+	<entry name="background_color" mtime="1453847288" type="string">
12 12
 		<stringvalue>#2E2E34343636</stringvalue>
13 13
 	</entry>
14
-	<entry name="visible_name" mtime="1453405205" type="string">
14
+	<entry name="visible_name" mtime="1453847288" type="string">
15 15
 		<stringvalue>Default</stringvalue>
16 16
 	</entry>
17
-	<entry name="bold_color" mtime="1453405205" type="string">
17
+	<entry name="bold_color" mtime="1453847288" type="string">
18 18
 		<stringvalue>#000000000000</stringvalue>
19 19
 	</entry>
20
-	<entry name="foreground_color" mtime="1453405205" type="string">
20
+	<entry name="foreground_color" mtime="1453847288" type="string">
21 21
 		<stringvalue>#FFFFFFFFFFFF</stringvalue>
22 22
 	</entry>
23 23
 </gconf>

+ 38
- 0
misc/grub Ver fichero

@@ -0,0 +1,38 @@
1
+# If you change this file, run 'update-grub' afterwards to update
2
+# /boot/grub/grub.cfg.
3
+# For full documentation of the options in this file, see:
4
+#   info -f grub -n 'Simple configuration'
5
+
6
+GRUB_DEFAULT="0"
7
+#GRUB_HIDDEN_TIMEOUT="0"
8
+GRUB_HIDDEN_TIMEOUT_QUIET="true"
9
+GRUB_TIMEOUT="3"
10
+GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
11
+GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi= nomodeset video=uvesafb:mode_option=1440x900-24,mtrr=3,scroll=ywrap"
12
+GRUB_CMDLINE_LINUX=""
13
+
14
+# Uncomment to enable BadRAM filtering, modify to suit your needs
15
+# This works with Linux (no patch required) and with any kernel that obtains
16
+# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
17
+#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
18
+
19
+# Uncomment to disable graphical terminal (grub-pc only)
20
+#GRUB_TERMINAL="console"
21
+#GRUB_GFXPAYLOAD_LINUX="1440x900"
22
+
23
+# The resolution used on graphical terminal
24
+# note that you can use only modes which your graphic card supports via VBE
25
+# you can see them in real GRUB with the command `vbeinfo'
26
+GRUB_GFXMODE="1440x900"
27
+
28
+# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
29
+#GRUB_DISABLE_LINUX_UUID="true"
30
+
31
+# Uncomment to disable generation of recovery mode menu entries
32
+#GRUB_DISABLE_RECOVERY="true"
33
+
34
+# Uncomment to get a beep at grub start
35
+#GRUB_INIT_TUNE="480 440 1"
36
+
37
+#export GRUB_COLOR_NORMAL="white/light-gray"
38
+#export GRUB_COLOR_HIGHLIGHT="black/white"

+ 2
- 0
misc/splash Ver fichero

@@ -0,0 +1,2 @@
1
+# /etc/initramfs-tools/conf.d/splash
2
+FRAMEBUFFER=y

+ 5
- 0
misc/xorg.conf Ver fichero

@@ -0,0 +1,5 @@
1
+Section "Device"
2
+    #...
3
+    Option         "RegistryDwords" "EnableBrightnessControl=1"
4
+    #...
5
+EndSection

Loading…
Cancelar
Guardar