LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GUI Problem with Fedora-9 (https://www.linuxquestions.org/questions/linux-newbie-8/gui-problem-with-fedora-9-a-656281/)

bkcreddy17 07-16-2008 11:58 PM

GUI Problem with Fedora-9
 
Hi,
I have installed Fedora9. After installation it asks for reboot. When i rebooted, i got a blank screen showing
Quote:

Out of Range
92.6kHz / 58kHz
But am able to use CUI, able to login through ctrl+alt+F1..F6, but not ctrl+alt+F7. Fedora8 worked fine. What about this. What shall i do? Kindly any body suggest me.Thank you.

resetreset 07-17-2008 02:02 AM

you have to reconfigure Xwindows to use a mode that your monitor will take. type setup and see whether something that will let you.

jschiwal 07-17-2008 02:16 AM

You need to adjust your xorg.conf settings. Pay attention to your Monitor section:
Code:

Section "Monitor"
  Option      "CalcAlgorithm" "XServerPool"
  DisplaySize  376 301
  HorizSync    30-81
  Identifier  "Monitor[0]"
  ModelName    "SAMSUNG SYNCMASTER"
  Option      "DPMS"
  Option      "PreferredMode" "1280x1024"
  VendorName  "SAM"
  VertRefresh  43-75
  UseModes    "Modes[0]"
EndSection

The HorizSync and VertRefresh entries are problably wrong for your monitor.

Look up your monitor specs or pick a generic monitor type that might be close and use that
as a starting point.

Also, please provide more relevent information, because we aren't psychic. The monitor you have, the display card & relevent portions of your /etc/X11/xorg.conf file.

Swagata Paul 07-17-2008 02:24 AM

Plz view my post
http://linuxadminzone.blogspot.com/2...-gui-mode.html

Start the system in runlevel 3, use setup command to configure monitor.
OR you can modify xorg.conf file to select the actual HorizSync & VertRefresh.

bkcreddy17 07-22-2008 01:45 AM

i tried by changing Depth but no result. i am using intel core2 duo processor, 2gb ram, assus PN-X5 mother mother bord. I have tried by installing fedora8 and upgraded with fedora9. Even though there is no gui. this is my xorg.conf file.
[ev3@seas3 ~]$ more /etc/X11/xorg.conf
# Xorg configuration created by pyxf86config

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection

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

i don't how to configure gui. what shall i do more?


All times are GMT -5. The time now is 05:04 PM.