LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 03-02-2006, 05:32 AM   #1
gopi.d
Member
 
Registered: Feb 2006
Location: India
Distribution: Slackware 12, Fedora 7, Kubuntu-7.04
Posts: 172

Rep: Reputation: 30
unable to restore desktop resolution on FC4


i have FC4 installed on my Intel D915GAV system, i use kde desktop environment as default desktop. when i changed the desktop resolution from 800x600 to 1024x768 the display went off with a message "sync out of range" my monitor is Samsung sync master 591s and is capable of 1024x768 resolutions at 70HZ refresh rate. i can't undestand why the display went out of sync and don't know how to restore the desktop to 800x600, i even tried restarting but didn't work. pls if any one knows how to change the display resolution help me.
 
Old 03-02-2006, 06:34 AM   #2
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Are you using Xfree86, or Xorg? Have you tried editing the configuration file?
 
Old 03-02-2006, 10:56 PM   #3
gopi.d
Member
 
Registered: Feb 2006
Location: India
Distribution: Slackware 12, Fedora 7, Kubuntu-7.04
Posts: 172

Original Poster
Rep: Reputation: 30
i'm using xorg. i tried editing the config file but could not find it when running rescue mode. the display goes off immediatly after booting so could not open terminal
in normal mode. is there any any safe mode or vga mode like one in win XP for linux if there is any way to edit the configuration file.
 
Old 03-02-2006, 10:57 PM   #4
gopi.d
Member
 
Registered: Feb 2006
Location: India
Distribution: Slackware 12, Fedora 7, Kubuntu-7.04
Posts: 172

Original Poster
Rep: Reputation: 30
i'm using xorg. i tried editing the config file but could not find it when running rescue mode. the display goes off immediatly after booting so could not open terminal
in normal mode. is there any any safe mode or vga mode like one in win XP for linux if there is any way to edit the configuration file.
 
Old 03-03-2006, 07:04 AM   #5
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
Have you tried switching to a console (Ctrl-Alt-F1) to edit xorg.conf? Even if your X won't start, you should be able to get to a console.
 
Old 03-03-2006, 09:33 PM   #6
gopi.d
Member
 
Registered: Feb 2006
Location: India
Distribution: Slackware 12, Fedora 7, Kubuntu-7.04
Posts: 172

Original Poster
Rep: Reputation: 30
hi thank you ctrl=alt-F1 worked i changed the xorg.conf and the desktop was restored. But in the xorg.conf file i found the color depth as 24 bits when i changed it to 32
the xserver failed again i restored it to 24. is there any way to change the desktop
color depth to 32 bits. my mother board is genuine Intel D915GAV and i'm using its onboard video card. the sound driver workek when i first installed fedora but after a few restarts i got a message like "the sound driver crashed while initiation" after that i could hear no sound. tell me how to fix the problem. i tried sound card detection and the sound card is detected but does not work.
 
Old 03-04-2006, 05:33 AM   #7
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
How did you edit your xorg.conf file, please help me, I am going to the same problem and I know little about edit xorg.conf
 
Old 03-04-2006, 06:48 AM   #8
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
To gopi.d;

$ sudo system-config-display --help

Code:
Usage: system-config-display [OPTIONS]
Options:
  -h, --help        display this help and exit
  -v, --verbose     display what the program is doing more verbosely
  -o, --output=     the filename of the config file to be output
      --reconfig    don't base configuration on existing config files
      --noui        don't show the gui, implicit when using --set options
      --forceui     force the ui to be shown, needed when using --set options
                    to change some setting, but you still want to show the ui
      --set-<key>=  change the value of a specific configuration key.

        currently supported keys are:

        resolution  the screen resolution used
        depth       the color depth in bits
                    most drivers support 8, 15, 16 and 24
        driver      the graphics card driver to use
        card        the graphics card description to use
                    e.g. 'ATI Radeon (generic)'
        vsync       monitor vertical sync rates allowed (in Hz)
        hsync       monitor horizontal sync rates allowed (in kHz)
        videoram    the amount of videoram in kilobytes, 0 means probe
To TruongAn;

Any text editor (vi, ed, nano and many others) will work just fine. Have a look at the system-config-display --help command above also. And you may find additional help here (it is a bit old, but does apply);

http://www.redhat.com/docs/manuals/l...iguration.html
 
Old 03-04-2006, 07:22 AM   #9
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
This might interest you with regard to 24-bit vs 32-bit colour. In short, 24-bit colour is fine, 32-bit is pretty much the same thing, and you won't see any difference.
 
Old 03-04-2006, 07:59 AM   #10
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
OK, I knew how to open, edit the file, but what should I type in that file?
By the way, is there any way to do so without running system-config-display

Last edited by TruongAn; 03-04-2006 at 08:01 AM.
 
Old 03-05-2006, 01:26 PM   #11
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
TruongAn, what is the exact problem you are having?
 
Old 03-05-2006, 08:18 PM   #12
jturnbul
Member
 
Registered: Sep 2004
Location: Toronto, Canada
Distribution: Fedora 4 - Slackware 10 - PHLAK
Posts: 92

Rep: Reputation: 15
Quote:
Originally Posted by gopi.d
1024x768 resolutions at 70HZ refresh rate.
I have to use 60 hz at that resolution for it to be clear.
 
Old 03-05-2006, 08:34 PM   #13
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
OK, try locking it to that rate, example;

Code:
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1280x800"
	HorizSync    31.5 - 90.0
	VertRefresh  60.0 - 60.0
	Option	    "dpms"
EndSection
 
Old 03-06-2006, 12:04 AM   #14
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
Quote:
Originally Posted by Gethyn
TruongAn, what is the exact problem you are having?
I am playing with gentoo live CD
but it set my monitor resolution to 640x480.
It was too small, with that resolution almost all windows is to big to fit in the screen. I run gnome-display-properties but there is no other options to set.
I think change the xorg.conf and restart x may work
I only need it work for a sohrt time so that I can see the whole installer window rather the title bar only.
 
Old 03-06-2006, 12:06 PM   #15
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
I've not used the Gentoo live CD, but in Knoppix I know you can pass an argument at boot time to specify the resolution you want, such as 'knoppix screen=1024x768'. Maybe there is an option to do this in Gentoo also?
 
  


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 Desktop restore dyrer Linux - Newbie 1 11-23-2005 04:59 PM
X: using larger resolution for games than default desktop resolution Jamo Linux - Games 2 04-10-2005 03:16 AM
How do I restore desktop panel wilfman Red Hat 2 10-25-2004 12:11 PM
unable to restore lilo even using Knoppix thas Mandriva 4 04-05-2004 07:48 PM
How to restore my X desktop Bassam General 2 02-11-2004 09:56 AM

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

All times are GMT -5. The time now is 07:45 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