LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-18-2004, 11:28 PM   #1
bashrc2
Member
 
Registered: Feb 2004
Distribution: slackware 9.1
Posts: 106

Rep: Reputation: 15
slack vs. redhat when starting gnome


hello all!

i have been using slackware for some time now.. then i tried to install redhat. I noticed that redhat boots faster than slackware. so i want slack to boot as fast as it can. any tips? oh yeah when I type "startx" in Redhat it shows me the gnome-splash screen right away. but in slackware it shows the grey screen with the "x" mouse pointer, waits for a while the shows the gnome-splash screen. so anybody knows how to get rid of the grey screen??? thanks..
 
Old 05-19-2004, 12:52 AM   #2
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
I used to have the grey screen until I updated to the nvidia drivers. After that, I never saw the grey screen again. Maybe the problen is in your /etc/X11/xf86config (or /etc/X11/xorg.conf , depending on which X server you use). Post yours and maybe someone here can help you out.
 
Old 05-19-2004, 03:36 AM   #3
bashrc2
Member
 
Registered: Feb 2004
Distribution: slackware 9.1
Posts: 106

Original Poster
Rep: Reputation: 15
hmmm its kinda big.... but ok..

[root@slackware1 ~]# more /etc/X11/xorg.conf

Code:
# File generated by xf86config.
                                                                                 
Section "Module"
                                                                                
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "speedo"
    Load        "glx"
                                                                                
EndSection
                                                                                
Section "Files"
                                                                                
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"
#    ModulePath "/usr/X11R6/lib/modules"
 
EndSection
 
Section "ServerFlags"
 
#    Option     "NoTrapSignals"
#    Option     "DontVTSwitch"
#    Option     "DontZap"
#    Option     "DontZoom"
#    Option     "DisableVidModeExtension"
#    Option     "AllowNonLocalXvidtune"
#    Option     "DisableModInDev"
#    Option     "AllowNonLocalModInDev"
#    Option      "blank time"    "10"    # 10 minutes
#    Option      "standby time"  "20"
#    Option      "suspend time"  "30"
#    Option      "off time"      "60"
#    Option      "EstimateSizesAggresively" "0"
 
EndSection
 
Section "InputDevice"
 
    Identifier  "Keyboard1"
    Driver      "Keyboard"
#    Option     "XkbRules"      "xfree86"
#    Option     "XkbModel"      "pc101"
#    Option     "XkbLayout"     "us"
#    Option     "XkbVariant"    ""
#    Option     "XkbOptions"    ""
 
EndSection
 
Section "InputDevice"
 
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "Emulate3Buttons"     "yes"
    Option "ZAxisMapping" "4 5"
#     Option "Resolution"   "300"
 
EndSection
 
Section "Monitor"
 
    Identifier  "My Monitor"
    HorizSync   30.0 - 70.0
    VertRefresh 50-90
 
EndSection
 
Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "nvidia"
    Option      "NvAgp"  "1"
    Option      "NoLogo" "on"
    #VideoRam    4096
    VideoRam     32768
    # Insert Clocks lines here if appropriate
    VendorName  "nVidia Corporation"
    BoardName   "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
EndSection
 
Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor     "My Monitor"
    DefaultDepth 24
 
    Subsection "Display"
        Depth       8
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
 
EndSection
 
Section "ServerLayout"
 
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
 
EndSection
 
Old 05-19-2004, 10:51 AM   #4
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Huh, that looks good to me. did you add the line
Code:
alias char-major-195 nvidia
To your /etc/modules.conf ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gnome panel keeps crashing when starting gnome-session elluva Linux - Software 3 01-24-2006 04:26 PM
Gnome 2.8 instalation problem on Slack 10.0 - gnome-vfs mmmm Slackware 4 12-27-2004 01:25 PM
redhat 9.0 gnome--starting programs automatically dave37 Linux - Newbie 6 10-01-2003 04:49 AM
starting with Slack twinkers Slackware 6 09-16-2003 03:53 PM
Slack not starting!!! Eits0 Slackware 13 08-26-2002 02:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration