Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gensplash/splashutils + X troubles
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
aqua-teen-hunger
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 89
Location: computer chair

PostPosted: Wed Aug 01, 2007 9:24 am    Post subject: gensplash/splashutils + X troubles Reply with quote

trying to use gensplash/splashutils, followed wiki, they work great, but when i startx then try to go back to console via exiting out of my wm's session or ctrl alt f1'ing my screen flickers like 4 times and it just stays black, if i type startx + enter i can get back into a X session, but i cant get back into the console, what is going on here?

heres my xorg.conf:

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "record"
   Load  "dbe"
   Load  "GLcore"
   Load  "xtrap"
   Load  "glx"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   HorizSync 30-70
   VertRefresh 30-70
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV11DDR [GeForce2 MX 100 DDR/200 DDR]"
   BusID       "PCI:0:10:0"
   option "nvagp" "1"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     32
                Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


grub.conf::

Code:

default 0
timeout 5
splashimage=(hd0,0)/grub/gentoo.xpm.gz

title=Gentoo Linux 2.6.21-r8
root (hd0,0)
kernel=/linux-kernel-2.6.21-r8 root=/dev/hda3 video=vesafb-tng:ywrap,mtrr:2,1280x1024-24@60 splash=silent,fadein,theme:livecd-2007.0 console=tty1


nvidia-drivers:::

Code:

[ebuild   R   ] x11-drivers/nvidia-drivers-1.0.9639


video card::::
Code:

00:0a.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX200] (rev b2)



need any more info just lemme know, will be glad to post, thx in advance
_________________
"Live neither in the past nor in the future, but let each day's work absorb your entire energies, and satisfy your widest ambition."
-Sir William Osler
Back to top
View user's profile Send private message
nubla
Tux's lil' helper
Tux's lil' helper


Joined: 29 Mar 2007
Posts: 78

PostPosted: Wed Aug 01, 2007 10:01 pm    Post subject: Reply with quote

Hi,
there is this hint in the gensplash wiki:

Code:

...
Also note that for both GRUB and LILO, CONSOLE=/dev/tty1 must be added for silent mode to operate.
...


Try to change CONSOLE=tty1 to CONSOLE=/dev/tty1, maybe the console can not be found corrrect.
Back to top
View user's profile Send private message
aqua-teen-hunger
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 89
Location: computer chair

PostPosted: Thu Aug 02, 2007 1:51 am    Post subject: Reply with quote

thats not going to help, i tried today to just run plain old vesafb-tng in 1280x1024-24@60 compiled into the kernel without any boot parameters ( it ran just fine until i tried to startx and go back to my console) i even tried downgrading my nvidia-drivers.. still no luck, any other ideas?
_________________
"Live neither in the past nor in the future, but let each day's work absorb your entire energies, and satisfy your widest ambition."
-Sir William Osler
Back to top
View user's profile Send private message
nubla
Tux's lil' helper
Tux's lil' helper


Joined: 29 Mar 2007
Posts: 78

PostPosted: Thu Aug 02, 2007 9:37 am    Post subject: Reply with quote

Mhh,
i did the gensplash wiki some days ago without any problems. I have nvidia too and the only difference to mine seems your grub.conf and the driver version (100.14.11). So i have only two more ideas :wink:

One is your grub line. Here is mine:
Code:

... quiet splash=silent,fadein,theme:gentoo-blue video=vesafb:mtrr:3,ywrap,1024x768-32@75 CONSOLE=/dev/tty1

so use maybe:
Code:

... splash=silent,fadein,theme:livecd-2007.0 video=vesafb:mtrr:3,ywrap,1280x1024-24@75 console=tty1

The wiki say to use vesafb insteat of vesafb-tng in grub.conf if you have problems. I don't know precise whats the difference between mtrr:2 or mtrr:3, maybe give it a try. During an install of a friends gentoo, we noticed that the order of arguments sometimes affect the boot-process (curious but happened). He just changed the position of the video argument and the boot failed. So maybe splash=... video=... and then console=... helps. I don't believe so but who knows...

And if that all won't work, an driver upgrade maybe helps. If that still won't work i am out of options for now :?
Back to top
View user's profile Send private message
aqua-teen-hunger
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 89
Location: computer chair

PostPosted: Thu Aug 02, 2007 9:28 pm    Post subject: Reply with quote

i dont know what is going on, i have tried everything i can think of, changing drivers, running just vesafb-tng with no splash or anything (no boot parameters) , trying nv and vesa in X instead of nvidia drivers, but as long as i have framebuffer in kernel and try to run X i cant go back to console once in X

dont know if this is causing it but this is what revdep-rebuild says:
Code:

richard@Tux ~ $ sudo revdep-rebuild
Configuring search environment for revdep-rebuild

Checking reverse dependencies...

Packages containing binaries and libraries broken by a package update
will be emerged.

Collecting system binaries and libraries... done.
  (/home/richard/.revdep-rebuild.1_files)

Collecting complete LD_LIBRARY_PATH... done.
  (/home/richard/.revdep-rebuild.2_ldpath)

Checking dynamic linking consistency...
  broken /usr/bin/nxagent (requires  libXcomp.so.2 libXcompext.so.2)
  broken /usr/bin/nxdesktop (requires  libXcomp.so.2 libXcompext.so.2)
  broken /usr/bin/nxproxy (requires  libXcomp.so.2)
  broken /usr/bin/nxviewer (requires  libXcomp.so.2 libXcompext.so.2)
 done.
  (/home/richard/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... done.
  (/home/richard/.revdep-rebuild.4_ebuilds)

Evaluating package order... done.
  (/home/richard/.revdep-rebuild.5_order)

Dynamic linking on your system is consistent... All done.
richard@Tux ~ $

_________________
"Live neither in the past nor in the future, but let each day's work absorb your entire energies, and satisfy your widest ambition."
-Sir William Osler
Back to top
View user's profile Send private message
aqua-teen-hunger
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 89
Location: computer chair

PostPosted: Thu Aug 02, 2007 9:38 pm    Post subject: Reply with quote

tried sshing in to run X remotely to see outputs, nothing out of the ordinary... what could be going on ?
_________________
"Live neither in the past nor in the future, but let each day's work absorb your entire energies, and satisfy your widest ambition."
-Sir William Osler
Back to top
View user's profile Send private message
aqua-teen-hunger
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 89
Location: computer chair

PostPosted: Sat Aug 11, 2007 7:20 am    Post subject: Reply with quote

tried different nvidia-drivers...
_________________
"Live neither in the past nor in the future, but let each day's work absorb your entire energies, and satisfy your widest ambition."
-Sir William Osler
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum