Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-user-hu
Sziasztok:)
Nekem ezzel a beállítással siman megy. ( xorg.conf mellékelve:) )
Nv 6200 agp
intel p4
intel 852
Nézd át, lehet hogy meg mindig hianyzik valami.
Ami a lényeg:
Section "Device"
...
Option "NoRenderExtension" "Off"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
...
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
...
Option "Composite" "Enable"
...
EndSection
Section "ServerLayout"
Option "AIGLX" "true"
...
EndSection
Aleph írta:
> Szerintem az inkább Device (arra gondoltam, ahol a videokártya adatait
> adhatod meg), és az amire hivatkoztam meg kell, hogy legyen, mert
> nélküle az
> X sem indul :-)
> Próbáld meg a Beryl-t a beryl-manager-rel indítani konzolból, és lehet
> baj
> esetleg jogosultsággal talán. Valamint talán megoldódik a baj a
> Beryl-manager menuiben egy-két antibug opció kiválasztásával. Ne
> felejtsd el
> az ablakkezelőt mindegyik változtatás után újraindítani!
>
> Aleph
>
> Simon László <wingtsun.miskolc@...> írta, 2007.03.05.:
>>
>> ...most nézem.....az xorg.conf -ban nekem nincs Section "Drivers" ..az
>> gáz?
>>
>>
>> Aleph írta:
>>
>> Nekem is fut felfele mint az Ĺ?rĂźlt mindefĂŠle error/warning, de megy.
>> Xorg.conf-ban benne van az addRGBVisuals, vagy milyen sor? Ez az a
>> vĂĄltozĂł amit az "emerge -1 nvidia-drivers" vĂŠgĂŠn lĂĄthatsz az
>> Ăźzenetben, ĂŠs a drivers szekciĂłba kĂŠr.
>> Most nincs tĂśbb Ăśtletem, de holnap megint leszek.
>>
>> Aleph
>>
>> Simon LĂĄszlĂł <wingtsun.miskolc@... > Ărta, 2007.03.05.:
>> >
>> > Mit is kell keresnem a /etc.env.d -ben? Nekem csak egy dolog van
>> > benne,valami udev bejegyzĂŠs....:(
>> >
>> >
>> >
>> >
>>
>>
|
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "InputDevice"
Identifier "Keyboard1"
# Driver "keyboard"
Driver "kbd"
# Option "CoreKeyboard"
# Option "XkbRules" "xorg"
# Option "XkbModel" "logicdp"
# Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
# Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
# Option "Device" "/dev/mouse"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1280x1024 @ 60 Hz"
HorizSync 31.5-64.3
VertRefresh 50-70
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce 6800 (generic)"
Driver "nvidia"
# Driver "nv"
Option "DPMS" "true"
Option "DRI" "true"
Option "MonitorLayout" "DFP"
Option "NoRenderExtension" "Off"
Option "RandRRotation" "on"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps" "true"
# Option "Rotate" "CW"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
# Option "XEVIE" "Enable"
Option "Composite" "Enable"
# Option "RENDER" "Enable"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
Option "AddARGBGLXVisuals" "True"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 15
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 16
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 24
Virtual 1280 1024
EndSubsection
EndSection
Section "ServerLayout"
Option "AIGLX" "true"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
|
|