LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   New monitor problems, Fedora Cora 3, Samsung 913N monitor (https://www.linuxquestions.org/questions/linux-hardware-18/new-monitor-problems-fedora-cora-3-samsung-913n-monitor-355975/)

gingermeatboy 08-22-2005 07:27 PM

New monitor problems, Fedora Cora 3, Samsung 913N monitor
 
hi,

I just purchased a new samsung 913N monitor and it works perfectly well on my windows install, however, when I switch over to linux (Fedora Core3) my monitor goes black with a box appearing saying my optimal monitor settings.

ok so I realise that the settings on my linux install must be outside the capabilities of my new monitor, but I can't see anything to change the settings!!!!

Any help appreciated

RanDrake10 08-23-2005 05:58 AM

Have you tried "Ctrl+Alt+Backspace" to kill xserver and edit the xserver file manually. Or use a live boot cd to boot and edit xserver file.

RomanG 08-23-2005 08:22 AM

Well... by default, you can switch you X server's screen resolution on the fly by pressing 'Ctrl+Alt+_numpad_"-"' and 'Ctrl+Alt+_numpad_"+"'
Additionaly, in file /etc/X11/xorg.conf there is a "Monitor" section, that looks like this:
Code:

Section "Monitor"
    Identifier "monitor1"
    VendorName "Samsung"
    ModelName "753s"
    HorizSync 30-70
    VertRefresh 50-160
EndSection

You will need to edit HorizSync and VertRefresh values to correct ones suitable to your monitor.


All times are GMT -5. The time now is 07:40 AM.