Results 1 to 8 of 8
system-config-display won't allow monitor list-tree to expand. Therefore I can't make monitor selection. Thus I'm locked into 800x600. Any help would be great. Thanks.
cole
o xorg-x11-server-Xorg-1.1.1-47.7.fc6
o Linux Linux.chome ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-02-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 4
system-config-display: no monitor choice
system-config-display won't allow monitor list-tree to expand. Therefore I can't make monitor selection. Thus I'm locked into 800x600. Any help would be great. Thanks.
cole
o xorg-x11-server-Xorg-1.1.1-47.7.fc6
o Linux Linux.chome 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 2006 i686 athlon
i386 GNU/Linux
o VGA compatible controller: Trident Microsystems CyberBlade/XP (rev 63)
o HP Pavilion N5425 Laptop
- 04-02-2007 #2I don't think it's too important what you call the monitor. What IS important is selecting the correct modes and adding the correct horizontal and vertical rates for your monitor. Backup /etc/X11/xorg.cong and then edit it manually. Look for this section
Originally Posted by cragland
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
and add the resolutions you want to use. Then look for this section
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
and make sure the numbers reflect the ones for your monitor. You can also try using a generic driver
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nv" <-- Generic NVidia Driver
BusID "PCI:1:0:0"
EndSection
just to get a screen and a working xorg.conf. Then you can work from there to improve things.Glenn
Powered by Fedora 18
- 04-02-2007 #3Select 'Generic' Monitor in the List.
Originally Posted by cragland It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-04-2007 #4Just Joined!
- Join Date
- Apr 2007
- Posts
- 4
Reply -- xorg.conf; xorg.0.log; xorg.conf.backup attached
Thanks for your response. I did try hacking xorg.conf with higher resolutions. I've attached the log file which states that its throwing out 1024x768. It then goes on to use 800x600 and 640x480. Thanks.
cole
Originally Posted by glennzo
- 04-04-2007 #5Just Joined!
- Join Date
- Apr 2007
- Posts
- 4
Can't even select that. That's the problem, even the CDT and LCD generic won't expand -- the 'OK' button remains unbolded. Thanks.
cole
- 04-04-2007 #6
edit xorg.conf file manually and set driver to "vesa". this will fix graphics temporarily.
or nvidia drivers.
Code:yum -y install kmod-nvidia
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-10-2007 #7Just Joined!
- Join Date
- Apr 2007
- Posts
- 4
Thanks
Thanks for the vesa solution. You said to would due temporarily. What should I do to make it permanent? Do I need the navida driver if my chipset is cyberblade and driver trident? thanks again.
cole
- 04-10-2007 #8
generic "vesa" driver doesn't support 3D effects. it works fine otherwise.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
