Page 1 of 1

x meserias

Posted: Thu Mar 31, 2005 2:13 pm
by pacman44
Nu porneste in 1024 si nu stiu de ce! In xorg.conf am :


Code: Select all

**********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

     HorizSync   31.5 - 57.0
    
#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    #VertRefresh 50-90
     VertRefresh 85

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset	"generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam	256

#    Clocks	25.2 28.3

EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "RIVA TNT2"
    Driver      "nv"
    #VideoRam    8192
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "RIVA TNT2"
    Monitor     "My Monitor"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "1024x768" "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "1024x768" "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "1024x768" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection
Editat ca să adaug tagul code. std

Posted: Thu Mar 31, 2005 3:16 pm
by majeru
incearca cu vertrefresh mai mic de 85, poate ai noroc si merge

Posted: Thu Mar 31, 2005 3:18 pm
by pacman44
Pai smenul e ca vreau sa fie 85 ca suporta monitorul cu brio (atat ruleaza sub win98 )


P.S. Acum vad ca am facut o greseala cand am explicat problema : intra implicit in 800x600 dar nici o combinatie de ctrl+alt+num+ nu l convinge
sa urce in 1024. Iar Screen Resise and Rotate(KDE) are maxim 800x600!

Posted: Thu Mar 31, 2005 3:21 pm
by majeru
incearca cu 60 si vezi daca merge, apoi urca-l treptat pana vezi ca da kix. problema poate fi si de la driverele nv. eu zic sa incerci driverele nvidia. asa cred ca ar merge si pe 85

Posted: Tue Apr 05, 2005 1:52 pm
by pacman44
L am urcat treptat si nu tine : 75 Hz e ultima frecventa la care vrea...
Am schimbat si driverul (am pus driver generic nvidia si driver generic vga) si tot nimic.
Concluzia : useless!

Posted: Tue Apr 05, 2005 2:24 pm
by majeru
eu n-am zis sa pui generic nvidia si generix vga. cu drivere generice nu prea poti avea pretentii, incearca driverul de la nvidia de pe site. asta am vrut sa iti sugerez in postul anterior.