Find the answer to your Linux question:
Results 1 to 8 of 8
hi every one! i have been using F10 and before that F8, so after release of F11 i couldn't resist to install. system specifications are: Intel Pentium D 2.8 GHz ...
  1. #1
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171

    Smile F11 ceases after some time

    hi every one!
    i have been using F10 and before that F8, so after release of F11 i couldn't resist to install. system specifications are:
    Intel Pentium D 2.8 GHz
    RAM 512Mb
    HDD 80Gb
    the only problem is that it ceases and it's unexpected. sometimes i loose my work although it is not of much importance but it is that way.
    for initial few times i hoped it as a bug. but i think it is not.
    i love Fedora i looking forward to use it.
    what could be possible cause?
    please suggest some way out.
    thanks in advance.
    Sorry, it was unintentional.
    You should have told me at least once and i could have fix it.
    thanks for reminding me.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    What exactly is happening when you say
    it ceases and it's unexpected.
    The whole system locks up including the mouse and keyboard? Please be more specific.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171
    Quote Originally Posted by MikeTbob View Post
    What exactly is happening when you say

    The whole system locks up including the mouse and keyboard? Please be more specific.
    sorry MikeTbob!
    i forgot to mention.
    yes only my mouse is moving all others locks up.
    one thing
    i used "unexpected" because it all happens regardless of any specific application
    or any time duration.
    all i need after it happens is to restart manually using restart button.
    Sorry, it was unintentional.
    You should have told me at least once and i could have fix it.
    thanks for reminding me.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Can you press Ctrl+Alt+Del or Ctrl+alt+Backspace to shutdown?
    Do you have the correct video drivers installed for your system?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171
    Quote Originally Posted by MikeTbob View Post
    Can you press Ctrl+Alt+Del or Ctrl+alt+Backspace to shutdown?
    Do you have the correct video drivers installed for your system?
    Ctrl+Alt+Del or Ctrl+alt+Backspace does not work.
    i need to restart by button .
    how can i find whether my graphics driver is right or not?
    graphics seems right but during scroll it doesn't looks good.
    Sorry, it was unintentional.
    You should have told me at least once and i could have fix it.
    thanks for reminding me.

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Please post the output of these commands
    Code:
    lspci |grep VGA
    cat /etc/X11/xorg.conf
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171
    Quote Originally Posted by MikeTbob View Post
    Please post the output of these commands
    Code:
    lspci |grep VGA
    cat /etc/X11/xorg.conf
    output for lspci |grep VGA is

    00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
    for
    cat /etc/X11/xorg.conf
    cat: /etc/X11/xorg.conf: No such file or directory

    i think that because F11 doesn't create it automatically. is it not?
    i created manually by
    Code:
    system-config-display --noui
    it is now:
    # Xorg configuration created by system-config-display

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "InputDevice"
    # keyboard added by rhpxl
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105+inet"
    Option "XkbLayout" "us"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "intel"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Sorry, it was unintentional.
    You should have told me at least once and i could have fix it.
    thanks for reminding me.

  8. #8
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171
    now this is a real problem for me.
    i was desperate to change my monitor frequency and that caused a lot of problems now.
    i created xorg.conf as i said above. in this file i didn't find monitor section so i tried to add this myself. i searched and found something simmilar here:
    http://www.linuxforums.org/forum/sus...frequency.html
    so i added
    Code:
    Section "Monitor"
    
    ### Comment all HorizSync and VertSync values to use DDC:
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor 1024x768"
    ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync 31.5 - 57.0
    VertRefresh 50.0 - 70.0
    Option "dpms"
    EndSection
    now my system freezes just before login screen.
    yes i can restart pressing Alt+Ctrl+Delete .
    am i going to loose my data? i have system dual boot with xp.
    please help me.
    my new xorg.conf is:
    [code]# Xorg configuration created by system-config-display

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "InputDevice"
    # keyboard added by rhpxl
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105+inet"
    Option "XkbLayout" "us"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "intel"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    Section "Monitor"

    ### Comment all HorizSync and VertSync values to use DDC:
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor 1024x768"
    ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync 31.5 - 57.0
    VertRefresh 50.0 - 70.0
    Option "dpms"
    EndSection
    Sorry, it was unintentional.
    You should have told me at least once and i could have fix it.
    thanks for reminding me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...