ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Поделитесь конфигом для fgrlx
@ 2004-11-13 19:41 some_x
  2004-11-13 19:59 ` scor
  0 siblings, 1 reply; 7+ messages in thread
From: some_x @ 2004-11-13 19:41 UTC (permalink / raw)
  To: community

Народ,  у кого работает 3d ускорение c драйвером fgrlx на АЛМ2.4, 
киньте, плиз, в меня конфигом, а то вроде беру рабочий, а он не пашет.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Поделитесь конфигом для fgrlx
  2004-11-13 19:41 [Comm] Поделитесь конфигом для fgrlx some_x
@ 2004-11-13 19:59 ` scor
  2004-11-14  7:56   ` some_x
  0 siblings, 1 reply; 7+ messages in thread
From: scor @ 2004-11-13 19:59 UTC (permalink / raw)
  To: community

some_x wrote:
> Народ,  у кого работает 3d ускорение c драйвером fgrlx на АЛМ2.4, 
> киньте, плиз, в меня конфигом, а то вроде беру рабочий, а он не пашет.

Что за видюха то? Какая система.

-- 
С уважением: scor_at_mf.volsu.ru
------- ICQ UIN 346283813 -------
------ JID scor2k@jabber.ru -----

Раскольников проснулся и сладко потянулся за топором. На полу лежал и еле
дышал труп, рядом сидела жена трупа, а брат трупа лежал в другой комнате без 
сознания.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Поделитесь конфигом для fgrlx
  2004-11-13 19:59 ` scor
@ 2004-11-14  7:56   ` some_x
  2004-11-14  9:37     ` Sergey Sharavin
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: some_x @ 2004-11-14  7:56 UTC (permalink / raw)
  To: community

scor wrote:

> some_x wrote:
>
>> Народ,  у кого работает 3d ускорение c драйвером fgrlx на АЛМ2.4, 
>> киньте, плиз, в меня конфигом, а то вроде беру рабочий, а он не пашет.
>
>
> Что за видюха то? Какая система.
>
radeon 9600, ALM 2.4, пытался генерировать ati`ной утилитой, в 
результате система виснет яростно шурша винтом, так как я в последнее 
время много глючу


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Поделитесь конфигом для fgrlx
  2004-11-14  7:56   ` some_x
@ 2004-11-14  9:37     ` Sergey Sharavin
  2004-11-14 10:14     ` scor
  2004-11-14 11:21     ` some_x
  2 siblings, 0 replies; 7+ messages in thread
From: Sergey Sharavin @ 2004-11-14  9:37 UTC (permalink / raw)
  To: community

some_x пишет:

> scor wrote:
>
>> some_x wrote:
>>
>>> Народ,  у кого работает 3d ускорение c драйвером fgrlx на АЛМ2.4, 
>>> киньте, плиз, в меня конфигом, а то вроде беру рабочий, а он не пашет.
>>
>>
>>
>> Что за видюха то? Какая система.
>>
> radeon 9600, ALM 2.4, пытался генерировать ati`ной утилитой, в 
> результате система виснет яростно шурша винтом, так как я в последнее 
> время много глючу
> _______________________________________________


У меня тоже Radeon 9600 3D работает.
Может Вам поможет мой конфиг.


# **********************************************************************
# 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
# installed.

#    BusID       "PCI:0:10:0"

#    VideoRam    256

#    Clocks      25.2 28.3

EndSection

# === ATI device section ===

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, 
driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "0x00000000"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
    Option "NoTV"                       "no"    
    Option "TVStandard"                 "PAL-D"    
    Option "TVHSizeAdj"                 "0"    
    Option "TVVSizeAdj"                 "0"    
    Option "TVHPosAdj"                  "0"    
    Option "TVVPosAdj"                  "0"    
    Option "TVHStartAdj"                "0"    
    Option "TVColorAdj"                 "0"    
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "yes"
    Option "FSAAScale"                  "6"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=4152
    Screen 0
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  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Server Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.

    Screen "Screen0"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Поделитесь конфигом для fgrlx
  2004-11-14  7:56   ` some_x
  2004-11-14  9:37     ` Sergey Sharavin
@ 2004-11-14 10:14     ` scor
  2004-11-15 10:03       ` some_x
  2004-11-14 11:21     ` some_x
  2 siblings, 1 reply; 7+ messages in thread
From: scor @ 2004-11-14 10:14 UTC (permalink / raw)
  To: community

some_x wrote:
>>> Народ,  у кого работает 3d ускорение c драйвером fgrlx на АЛМ2.4, 
>>> киньте, плиз, в меня конфигом, а то вроде беру рабочий, а он не пашет.
>> Что за видюха то? Какая система.
> radeon 9600, ALM 2.4, пытался генерировать ati`ной утилитой, в 
> результате система виснет яростно шурша винтом, так как я в последнее 
> время много глючу
cat /etc/X11/XF86Config-4|grep "^[^#]"
Section "Files"
     RgbPath     "/usr/X11R6/lib/X11/rgb"
     FontPath   "unix/:-1"
EndSection
Section "ServerFlags"
     AllowMouseOpenFail
EndSection
Section "InputDevice"
     Identifier "Keyboard1"
     Driver      "Keyboard"
     Option "AutoRepeat"  "250 30"
     Option "XkbRules" "xfree86"
     Option "XkbModel" "pc105"
     Option "XkbLayout" "us,ru"
     Option "XkbVariant"  ",winkeys"
     Option "XkbOptions"  "grp:toggle"
EndSection
Section "InputDevice"
     Identifier  "Mouse1"
     Driver      "mouse"
     Option "Protocol"    "IMPS/2"
     Option "Device"      "/dev/psaux"
     Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
     Load        "dbe"
     Load        "/usr/X11R6/lib/modules/extensions/libglx.a"
     Load        "dri"
     SubSection  "extmod"
         #Option "omit xfree86-dga"
     EndSubSection
     Load        "type1"
     Load        "freetype"
EndSection
Section "DRI"
     Mode        0666
EndSection
Section "Monitor"
     Identifier "monitor1"
     VendorName "Unknown"
     ModelName  "Unknown"
     HorizSync  30-71
     VertRefresh 75-85
ModeLine "1152x864"    108.00   1152 1216 1344 1518    864  865  868  888 
+hsync +vsync
EndSection
Section "Device"
     Identifier "Generic VGA"
     Driver     "vga"
EndSection
Section "Device"
     Identifier  "ATI Radeon 9800SE"
     VendorName  "Unknown"
     BoardName   "Unknown"
     Driver      "fglrx"
     VideoRam    131072
     Option          "UseInternalAGPGART"  "no"
     Option          "VideoOverlay"                          "on"
   Option      "AGPMode"                                         "4"
   Option      "DPMS"                                            "on"
EndSection
Section "Screen"
     Identifier "screen1"
     Device      "ATI Radeon 9800SE"
     Monitor     "monitor1"
     DefaultColorDepth 24
     Subsection "Display"
         Depth       24
         Modes       "1152x864"
         ViewPort    0 0
     EndSubsection
EndSection
Section "ServerLayout"
     Identifier "layout1"
     Screen     "screen1"
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Keyboard1" "CoreKeyboard"
EndSection


-- 
С уважением: scor_at_mf.volsu.ru
------- ICQ UIN 346283813 -------
------ JID scor2k@jabber.ru -----

<долбаггер> - средство для уничтожения жуков (BUG'ов)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Поделитесь конфигом для fgrlx
  2004-11-14  7:56   ` some_x
  2004-11-14  9:37     ` Sergey Sharavin
  2004-11-14 10:14     ` scor
@ 2004-11-14 11:21     ` some_x
  2 siblings, 0 replies; 7+ messages in thread
From: some_x @ 2004-11-14 11:21 UTC (permalink / raw)
  To: community

some_x wrote:

> scor wrote:
>
>> some_x wrote:
>>
>>> Народ,  у кого работает 3d ускорение c драйвером fgrlx на АЛМ2.4, 
>>> киньте, плиз, в меня конфигом, а то вроде беру рабочий, а он не пашет.
>>
>>
>>
>> Что за видюха то? Какая система.
>>
> radeon 9600, ALM 2.4, пытался генерировать ati`ной утилитой, в 
> результате система виснет яростно шурша винтом, так как я в последнее 
> время много глючу

Да классная концовка у меня получилась, я хотел сказать что может быть  
я не догоняю что нибуть, потому что глючу, а не система виснет, потому 
что глючу :-) , вобще всем спасибо кто послал конфиги, сейчас буду 
пробовать.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Поделитесь конфигом для fgrlx
  2004-11-14 10:14     ` scor
@ 2004-11-15 10:03       ` some_x
  0 siblings, 0 replies; 7+ messages in thread
From: some_x @ 2004-11-15 10:03 UTC (permalink / raw)
  To: community

scor wrote:

> some_x wrote:
>
>>>> Народ,  у кого работает 3d ускорение c драйвером fgrlx на АЛМ2.4, 
>>>> киньте, плиз, в меня конфигом, а то вроде беру рабочий, а он не пашет.
>>>
>>> Что за видюха то? Какая система.
>>
>> radeon 9600, ALM 2.4, пытался генерировать ati`ной утилитой, в 
>> результате система виснет яростно шурша винтом, так как я в последнее 
>> время много глючу
>
> cat /etc/X11/XF86Config-4|grep "^[^#]"

Да у сеня заработало, только не после нового конфига, а после того как 
скачал и собрал из сизифа ati`ные дрова(с мастера дрова по какой-то 
причине не поднимались.  Только я не догоняю почему я теперь не могу 
изменить разрешение без перезагрузки, это бага или фича, как у вас?


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-11-15 10:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-13 19:41 [Comm] Поделитесь конфигом для fgrlx some_x
2004-11-13 19:59 ` scor
2004-11-14  7:56   ` some_x
2004-11-14  9:37     ` Sergey Sharavin
2004-11-14 10:14     ` scor
2004-11-15 10:03       ` some_x
2004-11-14 11:21     ` some_x

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git