Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Radeon Dual-Head with 3d acceleration
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
der_eq
n00b
n00b


Joined: 27 Aug 2004
Posts: 21

PostPosted: Wed Sep 15, 2004 9:02 pm    Post subject: Radeon Dual-Head with 3d acceleration Reply with quote

I'd like to address this issue because it seems to be pretty exotic as far as I can tell. I've discovered this feature just a few days ago.

Okay, short description: This HOWTO applies to you if:

  • you have a radeon card
  • your radeon card has more than one monitor-adapter
  • you want a dual-head system and still have 3D acceleration

Here's how to do it:

In your X-Config(xorg.conf or XF86Config), make sure that:

  • Under Section "ServerFlags":
    Be sure option "Xinerama" is NOT activated
  • Under Section "Device":

    • Select "radeon" as driver(I don't know if it works for the binary ati driver)
    • Insert the following lines:
      Code:
      Option      "MergedFB"      "On"
      Option      "CRT2Position" "RightOf"

      CRT2Position can also be "LeftOf", "Above" or "Below"
    • I had certain problems when "EnablePageFlip" was on, so you better turn it off.
    • If the frequencies of the second monitor aren't correctly guessed, you can set them:
      Code:
      Option      "CRT2HSync"     "30.0-86.0"
      Option      "CRT2VRefresh"  "50.0-120.0"

    • Next, you must configure the modes for the two monitors:
      Code:
      Option      "MetaModes"     "1024x768-1024x768,800x600-800x600"

      this line is only an example. It translates to: When using resolution 1024x768 on monitor 1 use 1024x768 on monitor 2 and the same for 800x600. You can also add values like "1024x768-800x600" but I haven't tried that yet.
    • If the radeon driver fails to detect your Monitor-Types you can also tell him what you use:
      Code:
      Option      "MonitorLayout" "Type1,Type2"

      Where Type can be NONE, CRT(analog CRT monitor), TMDS(desktop flat panel) or LVDS(laptop flat Panel). I have a laptop with an external CRT monitor, so I use "LVDS,CRT"

  • Under Section Screen:
    The following line is present in SubSection "Display":
    Code:
    Virtual     2048 768

    or whatever your new big resolution is. The Modes option can be left untouched.
  • Under "ServerLyout":
    That only one Screen is added.


Congratulations! You should now have a real big 3d-accelerated display :)

Some issues I had afterwards:

Games render incorrect when they run at 2048x768. I've fixed this by letting them run on 2047x768.

Some games I've got running:

  • Quake3:
    In ~/.q3a/baseq3/q3config.cfg set the following options:
    Code:
    seta r_customheight "768"
    seta r_customwidth "2047"
    seta r_fullscreen "1"
    seta r_mode "-1"

  • Unreal Tournament:
    In ~/.loki/ut/System/UnrealTournament.ini set:
    Code:
    FullscreenViewportX=2047
    FullscreenViewport Y=768

  • TuxRacer:
    In ~/.tuxracer/options:
    Code:
    set x_resolution 2047
    set y_resolution 768

Back to top
View user's profile Send private message
korban
n00b
n00b


Joined: 04 Feb 2003
Posts: 37
Location: Vienna, Austria

PostPosted: Sun Sep 19, 2004 4:39 pm    Post subject: Reply with quote

tried this for me, but didn't get it to work,
always get the virtual screen size (2048x768) on first display
(with 1024x768), and a "TwinView" with a smaller resolution
on second display.
my config:
Radeon Mobility 9000 using drm from gentoo-dev-sources-2.6.7-r14 on xorg-x11-6.7.0-r1

do I have to upgrade kernel to get newer version of drm?

would love to see this working!

anyway thanks for the howto!

edit 2004-10-15: works for me too since update to xorg-x11-6.8.0-r1.
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Fri Nov 26, 2004 7:49 pm    Post subject: Reply with quote

It's working great for me too I have to say.
And I am using diferent resolutions. The only diference is, that on second monitor I have 1024x768 fisical resolution and couse of the "virtual" line under section "screen" my virtual resolution on second monitor is 1024x1024, so I'm mooving the second monitor up and down a bit, when I hit bottom or top.
My first monitor is lcd 1280x1024 and second is crt 1024x768.
But I'm far from complaining here, it's great to be able to use openGL on both monitors. Really great. And I plan to buy a second monitor with the same resolution as first monitor anyway.
Thanks for this great how-to man.
Back to top
View user's profile Send private message
mvc
Tux's lil' helper
Tux's lil' helper


Joined: 27 Nov 2002
Posts: 98
Location: Portugal

PostPosted: Sat Nov 27, 2004 6:30 pm    Post subject: Automating things Reply with quote

hi,

Maybe this is slightly off-topic, but since today is my gentoo-2-year-birthday, I hope you all understand :)

I also have a laptop and an external monitor. Until now, I have been using a configuration where I have 2 Screen sections in my xorg.conf file, and in the ServerLayout section I manually comment out one of them to use the laptop own screen or the external. How do I automate this?

I know I can do things like
Code:
startx --layout blabla

but I would really like to just plug in the external monitor and have xorg change automatically the settings.

thanks!
Back to top
View user's profile Send private message
leha
n00b
n00b


Joined: 15 Apr 2004
Posts: 29

PostPosted: Sat Dec 04, 2004 3:00 am    Post subject: Reply with quote

Quote:
And I am using diferent resolutions. The only diference is, that on second monitor I have 1024x768 fisical resolution and couse of the "virtual" line under section "screen" my virtual resolution on second monitor is 1024x1024, so I'm mooving the second monitor up and down a bit, when I hit bottom or top.
My first monitor is lcd 1280x1024 and second is crt 1024x768.


Could you please share your config? I tried to configure two monitors with two different resolutions but I failed. My second monitor complains that sync is out of range. I tried to set CRT2* ranges but it did not help :(

thanks
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Sat Dec 04, 2004 5:29 pm    Post subject: Reply with quote

Of course.

Code:
Section "dri"
        Mode 0666
EndSection

Section "Module"

        Load    "dbe"   # Double buffer extension
        Load    "dri"
        Load    "glx"

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection


    Load        "type1"
#    Load        "speedo"
    Load        "freetype"

EndSection



Section "Files"


    RgbPath     "/usr/X11R6/lib/X11/rgb"

   FontPath   "/usr/share/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/100dpi"
   FontPath   "/usr/share/fonts/75dpi"
   FontPath   "/usr/share/fonts/CID"
   FontPath   "/usr/share/fonts/Speedo"
   FontPath   "/usr/share/fonts/TTF"
   FontPath   "/usr/share/fonts/Type1"
   FontPath   "/usr/share/fonts/artwiz"
   FontPath   "/usr/share/fonts/corefonts"
   FontPath   "/usr/share/fonts/cyrillic"
   FontPath   "/usr/share/fonts/encodings"
   FontPath   "/usr/share/fonts/freefont"
   FontPath   "/usr/share/fonts/local"
   FontPath   "/usr/share/fonts/misc"
   FontPath   "/usr/share/fonts/terminus"
   FontPath   "/usr/share/fonts/ttf-bitstream-vera"
   FontPath   "/usr/share/fonts/ukr"
   FontPath   "/usr/share/fonts/unifont"
   FontPath   "/usr/share/fonts/util"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us,si"
    Option "XkbOptions" "grp:rwin_toggle"

EndSection





Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/input/mouse0"
    Option "Buttons"     "7"
    Option "ZAxisMapping" "4 5"

EndSection

#Section "Module"
#       Load "wacom"
#EndSection


Section "inputDevice"
        Identifier      "pen1"
        Driver          "wacom"
        Option          "Type" "stylus"
        Option          "Mode" "Absolute"
        Option          "USB" "on"
        Option          "Device" "/dev/input/event2"
        Option          "Treshold" "60"
#       Option          "Tilt" "on"
        Option          "HistorySize" "200"
        Option          "Suppress" "3"
        Option          "KeepShape" "on"
        Option          "AlwaysCore" "on"
        Option          "ForceDevice" "ISDV4"
        Option          "Vendor" "WACOM"
#       Option          "TopX" "0"
#       Option          "TopY" "0"
#       Option          "BottomX" "1024"
#       Option          "BottomY" "768"
EndSection

Section "InputDevice"
        Identifier      "radirka"
        Driver          "wacom"
        Option          "Type" "eraser"
        Option          "Mode" "Absolute"
        Option          "USB" "on"
        Option          "Device" "/dev/input/event2"
        Option          "Treshold" "20"
        Option          "HistorySize" "200"
        Option          "Suppress" "3"
        Option          "KeepShape" "on"
        Option          "AlwaysCore" "on"
EndSection


Section "Monitor"   #ta je lcd tavelik

    Identifier  "Monitor0"

    HorizSync  60

    VertRefresh 50-100
        Option "dpms"   #ta opcija se odkomentira pri pravih drajverjih

#       Modeline "1152x864@100" 171.00 1280 1312 1960 1992 960 978 991 1009

EndSection

Section "Monitor"   #ta je pa tamal 17ka

        Identifier      "Monitor1"
        HorizSync       30-60
        VertRefresh     50-110
        Option          "dpms"

EndSection


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

    Driver     "vga"

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks     25.2 28.3

EndSection

# Device configured by xorgconfig:

# to so zdej tastare nastavitve za graficno

Section "Device"

        Identifier      "radeon0"
        Driver          "radeon"
#       Screen          0
#       Option          "AGPFastWrite" "True"
#       BusID           "PCI:1:0:0"
        Option          "MergedFB"      "on"
        Option          "CRT2Position"  "RightOf"
        Option          "CRT2HSync"     "30-60"
        Option          "CRT2VRefresh"  "50-100"
        Option          "MetaModes"     "1280x1024-1024x768"
        Option          "MonitorLayout" "Type1,Type2"



EndSection

Section "Device"

        Identifier      "radeon1"
        Driver          "radeon"
        Screen          1
        Option          "AGPFastWrite" "True"
        BusID           "PCI:1:0:0"

EndSection



Section "Screen"
    Identifier  "Screen0"
    Device      "radeon0"
    Monitor     "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
#        ViewPort    0 0
        Virtual         2304 1024
    EndSubsection
EndSection


Section "Screen"
        Identifier      "Screen1"
        Device          "radeon1"
        Monitor         "Monitor1"
        DefaultDepth    24

        Subsection      "Display"
                Depth           24
                Modes           "1024x768"
        EndSubsection
EndSection


Section "ServerLayout"

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


        Screen          0 "Screen0"
#       Screen          1 "Screen1" RightOf "Screen0"
        Option          "Clone" "off"
        Option          "Xinerama" "True"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
        InputDevice "pen1" "AlwaysCore"
        InputDevice "radirka" "AlwaysCore"

EndSection


It's messy and some parts are not needed, but I haven't cleaned it up yet :)
Hope it helps you.
Back to top
View user's profile Send private message
d3vlin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2003
Posts: 134

PostPosted: Thu Dec 23, 2004 5:57 pm    Post subject: Reply with quote

very nice, got it working for my laptop too... but I rather wanted to have a clone mode than a xinerama-like huge desktop spanning over 2 monitors.

This is accomplished by changing CRT2Position to "Clone"

now the only thing I have to figure out it is how to have my panel do it's normal 1600x1200 and the CRT 1024x768..... ;)


Last edited by d3vlin on Thu Dec 23, 2004 6:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Thu Dec 23, 2004 6:08 pm    Post subject: Reply with quote

what is a clone mode?
Back to top
View user's profile Send private message
d3vlin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2003
Posts: 134

PostPosted: Thu Dec 23, 2004 6:10 pm    Post subject: Reply with quote

babo wrote:
what is a clone mode?


duplicate... i.e. two monitors show the same; two mouse cursors etc.
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Thu Dec 23, 2004 6:13 pm    Post subject: Reply with quote

clone mode works for me if I comment all the settings for the other monitor. Like having only one monitor in your xorg.conf.
Back to top
View user's profile Send private message
Trebiani
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2003
Posts: 132
Location: Graz, AT

PostPosted: Sat Jan 15, 2005 8:13 am    Post subject: Reply with quote

thanks for this howto - it's working perfect!!!
Back to top
View user's profile Send private message
Thrain
Guru
Guru


Joined: 01 Sep 2003
Posts: 380

PostPosted: Fri Feb 04, 2005 8:51 am    Post subject: Reply with quote

EDIT: Removing the MetaModes line, the second screen switches on, but a portion of it is a "clone" of the other screen... it is as if there were a mirror that reflect the content of a little part of the primary screen!

My xorg.conf:
Code:

Section "Module"
        Load            "dbe"
        Load            "type1"
        Load            "freetype"
        Load            "glx"
        Load            "extmod"
        Load            "dri"
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/freefont"
    FontPath    "/usr/share/fonts/aquafont"
    FontPath    "/usr/share/fonts/dejavu"
    FontPath    "/usr/share/fonts/tengwar-fonts"
    FontPath    "/usr/share/fonts/ttf-bitstream-vera"
    FontPath    "/usr/share/fonts/ukr"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/terminus"
    FontPath    "/usr/share/fonts/ttf-gentium"
    FontPath    "/usr/share/fonts/unifont"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/default"
    FontPath    "/usr/share/fonts/TTF"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
        Identifier      "Keyboard1"
        Driver          "kbd"
        Option          "AutoRepeat"    "500 30"

        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
EndSection

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Protocol"      "IMPS/2"
        Option          "Device"        "/dev/input/mice"
        Option          "ZAxisMapping"  "4 5"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        HorizSync       30-70
        VertRefresh     50-120
        Option          "dpms"
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "radeon"
        Option          "MergedFB"      "1"
        Option          "CRT2Position"  "LeftOf"
        Option          "CRT2HSync"     "30.0-86.0"
        Option          "CRT2VRefresh"  "50.0-120.0"
#        Option          "MetaModes"     "1024x768-1024x768"
        Option          "MonitorLayout" "CRT,CRT"
        Option          "RenderAccel"   "1"
        Option          "AGPFastWrite"  "1"
EndSection

Section "Screen"
        Identifier  "Screen0"
        Device      "Card0"
        Monitor     "Monitor0"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1024x768"
                Virtual 2048 768
                Viewport 0 0
        EndSubsection
EndSection

Section "ServerLayout"
        Identifier      "Simple Layout"
        Screen          "Screen0"
        InputDevice     "Mouse1"        "CorePointer"
        InputDevice     "Keyboard1"     "CoreKeyboard"
EndSection

Section "dri"
        Group 0
        Mode 0666
EndSection


Thanks in advance!
_________________
Thrain

"...only astonishment knows..."
Back to top
View user's profile Send private message
jtillwick
n00b
n00b


Joined: 08 Aug 2005
Posts: 18

PostPosted: Thu Jun 01, 2006 10:51 pm    Post subject: Reply with quote

I have followed all of the posts and I have a working xinerama using the ATI open source drivers, however, dri is still not working...

I have a Radeon 9000 Pro (RV250)

here is my config:

Section "ServerLayout"
Identifier "MergedFB Layout"
Screen "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection

Section "Module"
Load "glx"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
Load "int10"
Load "vbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc101"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "HIQ"
ModelName "B70A"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "HIQ"
ModelName "B70A"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Option "AGPMode" "4"
Option "EnablePageFlip" "on"
Option "RenderAccel" "on"
Option "DDCMode" "True"
Option "AGPFastWrite" "on"
Option "DynamicClocks" "on"
Option "MergedFB" "On"
Option "CRT2Position" "LeftOf"
Option "MonitorLayout" "AUTO, AUTO"
Option "CRT2HSync" "31.0 - 81.0"
Option "CRT2VRefresh" "56.0 - 75.0"
Option "MetaModes" "1280x1024-1280x1024; 1280x1024"
# Option "MergedNonRectangular" "true"
# Option "DesktopSetup" "Horizontal"
Option "UseInternalAGPGART" "Off"
Identifier "Card0"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
# Option "MonitorLayout" "AUTO, AUTO"
# Option "HSync2" "31.0 - 81.0"
# Option "VRefresh2" "56.0 - 75.0"
# Option "Mode2" "1280x1024"
# Option "EnablePrivateBackZ" "yes"
# Option "UseInternalAGPGART" "no"
Identifier "Card1"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

According to the gentoo-wiki how to http://gentoo-wiki.com/HOWTO_Dual_Monitors the open source drivers should work with mergedfb and 3d accel

So, how can i achieve 3d with my mergedfb setup????

btw, here is the output of glxinfo:

name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_window_pos,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_ATI_texture_env_combine3,
GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3,
GL_HP_occlusion_test, GL_IBM_texture_mirrored_repeat,
GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum