Pagina 2 di 3

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: sabato 3 novembre 2007, 23:25
da figumorisca81
ho sostituito il path con quello che mi hai detto, ho riavviato, e non è cambiato nulla : sempre schermo nero. In compenso quando riavvio mi fa vedere una schermata, mentre prima non mi mostrava nulla.

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: sabato 3 novembre 2007, 23:28
da filo1234
scusa puoi postare

Codice: Seleziona tutto

cat /etc/usplash.conf
e anche

Codice: Seleziona tutto

cat /boot/grub/menu.lst
e anche

Codice: Seleziona tutto

cat /etc/X11/xorg.conf
visto che ci siamo

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: sabato 3 novembre 2007, 23:32
da figumorisca81

Codice: Seleziona tutto

figumorisca81@figumorisca81-laptop:~$ cat /etc/usplash.conf
# Usplash configuration file
xres=1280
yres=800

Codice: Seleziona tutto

figumorisca81@figumorisca81-laptop:~$ cat /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default         0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout         10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title         Windows 95/98/NT/2000
# root          (hd0,0)
# makeactive
# chainloader   +1
#
# title         Linux
# root          (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro quiet splash vga=792
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=49becdbf-3b7a-45f3-9c27-4a4793ec2fd3 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,3)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash locale=it_IT

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title           Ubuntu 7.10, kernel 2.6.22-14-generic
root            (hd0,3)
kernel          /boot/vmlinuz-2.6.22-14-generic root=UUID=49becdbf-3b7a-45f3-9c27-4a4793ec2fd3 ro quiet splash locale=it_IT
initrd          /boot/initrd.img-2.6.22-14-generic
quiet

title           Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root            (hd0,3)
kernel          /boot/vmlinuz-2.6.22-14-generic root=UUID=49becdbf-3b7a-45f3-9c27-4a4793ec2fd3 ro single
initrd          /boot/initrd.img-2.6.22-14-generic

title           Ubuntu 7.10, memtest86+
root            (hd0,3)
kernel          /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title           Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title           Windows Vista/Longhorn (loader)
root            (hd0,0)
savedefault
makeactive
chainloader     +1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title           Windows Vista/Longhorn (loader)
root            (hd0,1)
savedefault
makeactive
chainloader     +1

Codice: Seleziona tutto

figumorisca81@figumorisca81-laptop:~$ cat /etc/X11/xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
        Load            "glx"
        Load            "v4l"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection


Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
        Identifier      "Failsafe Device"
        Boardname       "NVIDIA GeForce 8 Series"
        Busid           "PCI:1:0:0"
        Driver          "nvidia"
        Screen  0
        Vendorname      "NVIDIA"
EndSection

Section "Monitor"
        Identifier      "Failsafe Monitor"
        Vendorname      "Generic LCD Display"
        Modelname       "LCD Panel 1280x1024"
        Horizsync       31.5-64.0
        Vertrefresh     56.0 - 65.0
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
        Gamma   1.0
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Failsafe Device"
        Monitor         "Failsafe Monitor"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Virtual 1600    1024
                Modes           "1280x800@60"   "1440x900@60"   "1280x720@60"  "1600x1024@60"   "1280x768@60"   "800x600@60"    "800x600@56"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen 0 "Default Screen" 0 0
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
        Inputdevice     "Synaptics Touchpad"
EndSection
Section "device" #         
        Identifier      "device1"
        Boardname       "NVIDIA GeForce 8 Series"
        Busid           "PCI:1:0:0"
        Driver          "nvidia"
        Screen  1
        Vendorname      "NVIDIA"
EndSection
Section "screen" #         
        Identifier      "screen1"
        Device          "device1"
        Defaultdepth    24
        Monitor         "monitor1"
        SubSection "Display"
                Depth   24
                Modes           "1280x800@60"   "1440x900@60"   "1280x720@60"  "1600x1024@60"   "1280x768@60"   "800x600@60"    "800x600@56"
        EndSubSection
EndSection
Section "monitor" #         
        Identifier      "monitor1"
        Vendorname      "Generic LCD Display"
        Modelname       "LCD Panel 1280x1024"
        Horizsync       31.5-64.0
        Vertrefresh     56.0 - 65.0
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
        Gamma   1.0
EndSection
Section "ServerFlags"
EndSection

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: sabato 3 novembre 2007, 23:42
da filo1234
facciamo una rimodifica questo

Codice: Seleziona tutto

figumorisca81@figumorisca81-laptop:~$ cat /etc/usplash.conf
# Usplash configuration file
xres=1280
yres=800
e metti 1024x768
poi ricordati di dare

Codice: Seleziona tutto

sudo update-initramfs -u -k 2.6.22-14-generic
e prova a riavviare.
se ancora non va prova a modificare il menu.lst qui

Codice: Seleziona tutto

title           Ubuntu 7.10, kernel 2.6.22-14-generic
root            (hd0,3)
kernel          /boot/vmlinuz-2.6.22-14-generic root=UUID=49becdbf-3b7a-45f3-9c27-4a4793ec2fd3 ro quiet splash locale=it_IT vga=791
initrd          /boot/initrd.img-2.6.22-14-generic
quiet
aggiungendo come vedi vga=791 alla fine della riga

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: sabato 3 novembre 2007, 23:57
da figumorisca81
dopo che modifico la risoluzione, riavvio e non cambia nulla. ora provo ad aggiungere vga=791, speriamo bene

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: sabato 3 novembre 2007, 23:59
da filo1234
se non va nemmeno mettendo vga=791  ricancellalo e tenta con la risoluzione 800x600

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 0:00
da figumorisca81
non va neanche con vga=791  :'(

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 0:04
da filo1234
togli vga=791 e prova anche con 1280x1024 che è la risoluzione del tuo monitor

stai aggiornando initramfs dopo le modifiche?

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 0:05
da figumorisca81
ok ho provato con 800x600 e niente. ora provo con 1280x1024

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 0:10
da figumorisca81
sto provando con sudo usplash -c ogni volta che faccio qualche modifica va bene lo stesso ? per non riavviare ogni volta

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 0:13
da filo1234
figumorisca81 ha scritto: sto provando con sudo usplash -c ogni volta che faccio qualche modifica va bene lo stesso ? per non riavviare ogni volta
noooo!!!! dopo che modifichi usplash.conf devi dare

Codice: Seleziona tutto

sudo update-initramfs -u -k 2.6.22-14-generic
e riavviare il pc !!! in pratica hai fatto tutte queste prove per niente  (rotfl) (rotfl)  vabbè saranno i compiti per domani  li rifarai tutti correttamente

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 0:15
da figumorisca81
no stavo riavviando volevo sapere se potevo anche fare così. per la risoluzione 800x600 mi resta da provare riavviando

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 0:20
da filo1234
.....tranquillo scherzavo..per fare le prove si puoi fare come stai facendo no problem

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 9:53
da figumorisca81
non sembra funzionare con nessuna delle risoluzioni che mi hai suggerito. non capisco. potrebbe dipendere dal fatto che dopo scelgo il sistema da avviare dal grub mi da uno strano errore? è qualcosa del tipo: impossibile allocare una certa locazione di memoria o simile (non ricordo precisamente)

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 10:03
da figumorisca81
ho inoltre riscontrato un problemino che prima non avevo. quando cerco di avviare una console ctrl+alt+f1 mi da uno sfondo bianco che sfuma e non mi permette di utilizzare la console  ???

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: domenica 4 novembre 2007, 19:01
da figumorisca81
io continuo a non avere bootsplash...all'avvio schermo nero, poi mi mostra il logo nvidia e la schermata di benvenuto, stop...che sarà mai che non riesco a  farlo andare  ???

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: martedì 6 novembre 2007, 20:34
da figumorisca81
raga a me ancora sto bootsplash non va.non posso crederci. stavo guardando il menu.lst

Codice: Seleziona tutto

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro quiet splash vga=792
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=49becdbf-3b7a-45f3-9c27-4a4793ec2fd3 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,3)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash locale=it_IT

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title		Ubuntu 7.10, kernel 2.6.22-14-generic
root		(hd0,3)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=49becdbf-3b7a-45f3-9c27-4a4793ec2fd3 ro quiet splash locale=it_IT
initrd		/boot/initrd.img-2.6.22-14-generic
quiet

title		Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root		(hd0,3)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=49becdbf-3b7a-45f3-9c27-4a4793ec2fd3 ro single
initrd		/boot/initrd.img-2.6.22-14-generic

title		Ubuntu 7.10, memtest86+
root		(hd0,3)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title		Windows Vista/Longhorn (loader)
root		(hd0,0)
savedefault
makeactive
chainloader	+1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title		Windows Vista/Longhorn (loader)
root		(hd0,1)
savedefault
makeactive
chainloader	+1

stavo guardando in particolare la riga

Codice: Seleziona tutto

 initrd		/boot/initrd.img-2.6.22-14-generic
quiet
quel quiet non è che c'entra qualcosa?

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: martedì 6 novembre 2007, 20:44
da filo1234
no quello è tutto giusto...prova a postare  l' xorg.conf   

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: martedì 6 novembre 2007, 20:47
da figumorisca81

Codice: Seleziona tutto

 # xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "nVidia Corporation G80 [GeForce 8400M GS]"
        Driver          "nvidia"
        Busid           "PCI:1:0:0"
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "Logo"  "True"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        Horizsync       28-50
        Vertrefresh     43-75
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation G80 [GeForce 8400M GS]"
        Monitor         "Generic Monitor"
        Defaultdepth    24
        SubSection "Display"
                Modes           "1920x1440"     "1920x1200"     "1856x1392"    "1792x1344"      "1680x1050"     "1600x1200"     "1440x900"      "1400x1050"    "1280x1024"      "1280x960"      "1280x854"      "1280x800"      "1280x768"     "1200x800"       "1152x864"      "1152x768"      "1024x768"      "800x600"      "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"

        # Uncomment if you have a wacom tablet
        #       InputDevice     "stylus"        "SendCoreEvents"
        #       InputDevice     "cursor"        "SendCoreEvents"
        #       InputDevice     "eraser"        "SendCoreEvents"
        Inputdevice     "Synaptics Touchpad"
EndSection
Section "Module"
        Load            "glx"
EndSection

Re: [Bootsplash] nessun bootsplash all'avvio su ubuntu 7.10

Inviato: martedì 6 novembre 2007, 20:54
da filo1234
dovresti tentare come hai gia fatto utilizzando queste risoluzioni una ad una e vedere con quale ti si vede lo splashscreen...

Codice: Seleziona tutto

"1920x1440"     "1920x1200"     "1856x1392"    "1792x1344"      "1680x1050"     "1600x1200"     "1440x900"      "1400x1050"    "1280x1024"      "1280x960"      "1280x854"      "1280x800"      "1280x768"     "1200x800"       "1152x864"      "1152x768"      "1024x768"      "800x600"      "640x480"
tanto orami sai come si fa  (rotfl)  deve andare per forza con una di queste