 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

6th December 2007, 10:30 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
|
deleted xorg.conf system-config-display wont work
I deleted my xorg.conf and all backups. Tried to run system-config-display and all I get is my monitor flashes 5 or 6 different colors constantly. If I run system-config-display --reconfig it will just sit there with a black screen.
I thought system-config-display would generate a new file? How can I get x working again?
|

6th December 2007, 10:40 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Try
login as root then run these commands
Code:
X -configure
gdm-restart
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

6th December 2007, 10:43 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
|
Ok I ran system-config-display --noui -v --reconfig and it did create an xorg.conf file but it lacks a monitor section. When I try to run system-config-display again it displays a screen but it's purple with white slanted dot's and I cna't make it out at all.
|

6th December 2007, 10:53 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
|
I ran X -configure and it generate an x config file in root's home dir. I think tried to restart gdm but it said something aobut the PID not existing. When I follow the advice of trying to test the configuration file in root's home dir I get the same result, screen flahes 6 different colors, white, blue, red, etc.
|

6th December 2007, 11:27 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
|
I switched the driver of the video card in xorg.conf from nv to vesa and it's now back up and running.
Reinstalled the nvidia driver, back at the same problem of my dell 1900fp being detected as a samsung with a max resolution of 1024x768; Never had more of a problem with anything in linux before, this is driving me crazy.
Last edited by sephiro499; 6th December 2007 at 11:36 PM.
|

7th December 2007, 04:24 AM
|
 |
Registered User
|
|
Join Date: Dec 2007
Posts: 244

|
|
|
Just ignore the detected monitor. Go into system-config-display, go to hardware and configure and choose generic display 1280x1024 or whatever your monitor supports. Press <Ctl><Alt>Backspace and if you're lucky you will see a login screen. You may have to comment out or remove the section in xorg.conf where it looks like this:
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1400x1050"
# HorizSync 31.5 - 65.5 # commented out
# VertRefresh 56.0 - 65.0 # commented out
Option "dpms"
EndSection
My screen is 1400x1050 so change that to whatever.
Last edited by hellork; 7th December 2007 at 04:26 AM.
|

8th December 2007, 04:14 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
|
When I go into system---config---display it refuses to save the changes, when you press OK it just sits there. When ran from terminal it says
File "/usr/share/system-config-display/xConfigDialog.py", line 186, in ok
display_option = second_screen.display[0]
IndexError: index out-of-bounds
I believe the EDID information the Nvidia driver is getting it totally wrong. The problem is I don't know how to force it to display the resolution I want. No resolution above 1024x768 is available in the nvidia settings control panel. I think there is a way to disable EDID for just one monitor and supply 'modelines' but I dont' know how to do it. Frankly have screwed up X so many times that I'm not willing to experiment (we are talking hours here). I just need to know what to do exactly.
I really hate the Nvidia driver.
|

8th December 2007, 04:24 AM
|
 |
Retired Community Manager
|
|
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376

|
|
|
Hello;
If you want to bypass / disable the EDID with the nVidia drivers and default to what you have configured in your /etc/X11/xorg.conf file
then add the option to your
Section "Device"
Option "UseEDID" "FALSE"
Then reboot or restart your Xserver and see how it goes.
If you are still having problems then boot into runlevel 3 and then startx with
startx -- -logverbose 6
then check your /var/log/Xorg.0.log for the details as to why or why not certain modes were validated.
Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
|

8th December 2007, 04:29 AM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
Code:
system-config-dispaly --reconfig
Firewing1
|

8th December 2007, 04:40 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
|
I have two Device sections and I added that change to each, now my 1900fp will only perform at 640x480. System config display still will not allow me to change the 1900fps properties.
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL 1800FP"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 80.0
VertRefresh 56.0 - 85.0
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Samsung"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 80.0
VertRefresh 56.0 - 76.0
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
Option "UseEDID" "FALSE"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
Option "UseEDID" "FALSE"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: 1280x1024 +0+0; CRT: 1280x960 +0+0; CRT: 1280x800 +0+0; CRT: 1152x864 +0+0; CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1024x768 +0+0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|

8th December 2007, 04:49 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
Quote:
|
Originally Posted by Firewing1
Code:
system-config-dispaly --reconfig
Firewing1
|
Still wont allow me to make any changes to my 1900fp
Traceback (most recent call last):
File "/usr/share/system-config-display/xConfigDialog.py", line 151, in ok
second_monitor = self.xconfig.monitor[1]
IndexError: index out-of-bounds
Wont allow me to hit OK.
|

8th December 2007, 04:58 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
|
I think I may have found something relevant in the Xorg log
(--) NVIDIA(1): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
(--) NVIDIA(1): CRT-0
(--) NVIDIA(1): DFP-0
(--) NVIDIA(1): CRT-0: 400.0 MHz maximum pixel clock
(--) NVIDIA(1): DFP-0: 155.0 MHz maximum pixel clock
(--) NVIDIA(1): DFP-0: Internal Single Link TMDS
(II) NVIDIA(1): Display Device found referenced in MetaMode: DFP-0
(II) NVIDIA(1): Assigned Display Device: DFP-0
(WW) NVIDIA(1): No valid modes for "DFP:1024x768+0+0"; removing.
(WW) NVIDIA(1):
(WW) NVIDIA(1): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(1): "nvidia-auto-select".
(WW) NVIDIA(1):
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1): "nvidia-auto-select"
(II) NVIDIA(1): Virtual screen size determined to be 640 x 480
(WW) NVIDIA(1): Unable to get display device DFP-0's EDID; cannot compute DPI
(WW) NVIDIA(1): from DFP-0's EDID.
(==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
(**) NVIDIA(1): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
|

8th December 2007, 10:35 AM
|
 |
Registered User
|
|
Join Date: Dec 2007
Posts: 244

|
|
|
Somehow your system-config-display got hosed. Something similar to this might fix it:
su
cd
yum clean all
yum update
yum -y install yum-utils
yumdownloader system-config-display
rpm -e system-config-display
rpm -ivh system-config-display
system-config-display
|

8th December 2007, 10:56 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by hellork
Somehow your system-config-display got hosed. Something similar to this might fix it:
su
cd # is incorrect and does nothing
yum clean all # not needed
yum update # not needed
yum -y install yum-utils
yumdownloader system-config-display
rpm -e system-config-display # not needed
rpm -ivh system-config-display # is incorrect and does nothing
system-config-display
|
Most of these commands are not needed and are incorrect
Code:
su
yum -y install yum-utils
yumdownloader system-config-display
rpm -U --replacepkgs --replacefiles system-config-display*rpm
system-config-display
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

8th December 2007, 03:12 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 22

|
|
Quote:
|
Originally Posted by leigh123@linux
Most of these commands are not needed and are incorrect
Code:
su
yum -y install yum-utils
yumdownloader system-config-display
rpm -U --replacepkgs --replacefiles system-config-display*rpm
system-config-display
|
Same problem
Traceback (most recent call last):
File "/usr/share/system-config-display/xConfigDialog.py", line 192, in ok
display_option.modes[0].name = res
IndexError: index out-of-bounds
It simply wont allow to to change any of my second monitor's properties. I've tried disabling EDID information and used gtf to calculate a modeline but when I disable EDID info it defaults to 640x480
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 23:58 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|