LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 12-25-2007, 11:10 PM   #16
iro_number1
Member
 
Registered: Jan 2007
Location: Shirley, NY
Distribution: Gentoo
Posts: 128

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Lightbulb LoL---O_o


OMFG you won't believe this.

I noticed the in the list of choices of xorgconfig all say VGA and ATI x1300 PRO has VGA and DVI (i was using DVI) i switched them and they work O_o!

THX for help now to the drivers and Beryl! (how do i update the REPO as Glenn said above) ?
 
Old 12-26-2007, 12:28 AM   #17
iro_number1
Member
 
Registered: Jan 2007
Location: Shirley, NY
Distribution: Gentoo
Posts: 128

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Wow

This is AWESOME !!!!!!!!!!!

THX guys!

I'm just not sure about the glxgears FPS.

Is this good:
Code:
[irek@localhost ~]$ glxgears
8095 frames in 5.1 seconds = 1600.433 FPS
7930 frames in 5.0 seconds = 1585.538 FPS
7930 frames in 5.0 seconds = 1581.469 FPS
7930 frames in 5.0 seconds = 1584.163 FPS
X connection to :93.0 broken (explicit kill or server shutdown).
[irek@localhost ~]$
?
 
Old 12-26-2007, 11:37 AM   #18
iro_number1
Member
 
Registered: Jan 2007
Location: Shirley, NY
Distribution: Gentoo
Posts: 128

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Question

hmm i Tried to install Cedega and it said:
OpenGL direct rendering Failed!

so i typed in the konsole:

Code:
[irek@localhost ~]$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbo                         se)
[irek@localhost ~]$
How do i turn it on?
 
Old 12-28-2007, 03:38 PM   #19
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
You should be able to get 3000+ out of it. I had upto 5600 back in 2006, but it's dropped to only 3600 at this time and hardware/kernel/driver.

Make sure you have fglrx in your xorg.conf file and not radeon.

Also type this in a console to see the output of xsession start.

cat /var/log/Xorg.0.log | grep EE

(You need to be root)Will show any screen errors.
 
Old 12-28-2007, 03:47 PM   #20
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Your repo's to update are,
contrib_backports
main
main_updates
main_backports
contrib
contrib_updates
non-free
non-free_updates
non-free_backports
plf-free
plf-free_backports
plf-nonfree
plf-nonfree_backports

console commands
urpmi.addmedia
urpmi.update -a

But you may be better off going to http://easyurpmi.zarb.org/ and follow the instructions there. It will give you a list to cut and paste into the console, then sit back and wait for the repos lists to set-up your database on your computer. <edit> some of the files are 50Mb </edit> gw

I hope this is what you are after.

Cheers, Glenn

Last edited by GlennsPref; 12-28-2007 at 03:59 PM. Reason: spelling
 
Old 12-29-2007, 12:11 AM   #21
iro_number1
Member
 
Registered: Jan 2007
Location: Shirley, NY
Distribution: Gentoo
Posts: 128

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Arrow

Ok so i typed the command:

Code:
[root@localhost irek]# cat /var/log/Xorg.0.log | grep EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering
(**) Option "HWHEELRelativeAxisButtons" "7 6"
(**) Mouse2-usb-0000:00:03.1-1/input1: HWHEELRelativeAxisButtons: 7 6.
(**) Mouse2-usb-0000:00:03.1-1/input1: WHEELRelativeAxisButtons: 4 5.
(EE) Mouse2-usb-0000:00:03.1-1/input1: AbsoluteTouch: 'DIGI_Touch' does not exist.
[root@localhost irek]#
I hope this helps you....

Do you know any specific way i can edit xorg.conf ?
My current is:
Code:
# File generated by XFdrake (rev 230776)

Section "Extensions"
    Option "Composite"
EndSection
# File generated by XFdrake (rev 230776)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "evdev"
    Option "bustype" "0x0003"
    Option "relBits" "+0+1+2"
    Option "product" "0x0107"
    Option "vendor" "0x062a"
    Option "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "COMPAQ FS7600"
    HorizSync 30-70
    VertRefresh 50-160
    
    # 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"
    BoardName "ATI Radeon X1300 - X1950"
    Driver "fglrx"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    Screen "screen1"
EndSection
 
Old 12-29-2007, 07:07 AM   #22
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
OK. sorry for the time, festive season and all

fglrx is right to load but aiglx is not, when fglrx depends on it most of the time, depending on your card and/or preference.

I looking in to it, aiglx and xorg.

What version kernel and ati driver are you using?

If all is well in that department, then we may just need a few lines.

I'll get back soon. Glenn
some reading...
http://www.phoronix.com/scan.php?pag...item=887&num=1
http://www.linux.com/feature/118108
 
Old 12-29-2007, 07:23 AM   #23
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Here is a pretty good post arguing between aiglx and xgl.
http://mandrivausers.org/lofiversion...hp/t34606.html
I use xgl and it is probably responsible for my low frame rates in glxgears. But the 3d performance is far-out! Playing sauerbraten at well over 150fps(OS-FPS(quake3-like) game).

You might consider utilising xgl instead, unless you can find a default xorg.conf config file from ati or someplace.

regards, Glenn.

goolgle aiglx mandriva xorg.conf

http://www.nec.fct.unesp.br/marcos_u...l-desktop.html

http://mandrivausers.org/lofiversion...hp/t34836.html

Last edited by GlennsPref; 12-29-2007 at 07:27 AM. Reason: goolgle aiglx mandriva xorg.conf
 
Old 12-29-2007, 07:31 AM   #24
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
OH, and you can use what ever ascii editor you like, kate, joe, vim, kedit, nano(, etcetera).

kwrite may work, but....

Compiz-fusion is the current "version" of compiz and beryl.

aiglx=beryl, and xgl=compiz(-fusion). Just a hint. GW

Last edited by GlennsPref; 12-29-2007 at 07:33 AM.
 
Old 12-29-2007, 01:46 PM   #25
iro_number1
Member
 
Registered: Jan 2007
Location: Shirley, NY
Distribution: Gentoo
Posts: 128

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by GlennsPref View Post
OK. sorry for the time, festive season and all

fglrx is right to load but aiglx is not, when fglrx depends on it most of the time, depending on your card and/or preference.

I looking in to it, aiglx and xorg.

What version kernel and ati driver are you using?

If all is well in that department, then we may just need a few lines.

I'll get back soon. Glenn
some reading...
http://www.phoronix.com/scan.php?pag...item=887&num=1
http://www.linux.com/feature/118108
Kernel:
Code:
[irek@localhost ~]$ uname -a
Linux localhost 2.6.22.12-desktop-1mdv #1 SMP Tue Nov 20 08:38:27 EST 2007 i686 AMD Sempron(tm) Processor 3100+ GNU/Linux
[irek@localhost ~]$
And ATI:

8.443.1 (from ati.amd.com)
 
Old 12-29-2007, 01:49 PM   #26
iro_number1
Member
 
Registered: Jan 2007
Location: Shirley, NY
Distribution: Gentoo
Posts: 128

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by GlennsPref View Post
Here is a pretty good post arguing between aiglx and xgl.
http://mandrivausers.org/lofiversion...hp/t34606.html
I use xgl and it is probably responsible for my low frame rates in glxgears. But the 3d performance is far-out! Playing sauerbraten at well over 150fps(OS-FPS(quake3-like) game).

You might consider utilising xgl instead, unless you can find a default xorg.conf config file from ati or someplace.

regards, Glenn.

goolgle aiglx mandriva xorg.conf

http://www.nec.fct.unesp.br/marcos_u...l-desktop.html

http://mandrivausers.org/lofiversion...hp/t34836.html
I'm actually Running Compiz (that came with Manndriva) so you have any specific way to configure Xorg.conf for XGL ?
 
Old 12-29-2007, 07:28 PM   #27
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
The package is x11-server-xgl.

IIRC these packages need to be installed in order. Otherwise some packages may be installed but won't have the dependencies they require.

Like, drak3d-dkms-xgl-compiz. You may or may not require dkms.

During the drak3d setup it will search for x11-server-xgl compiz compiz-decorator-gtk gset-compiz compiz-decorator-kde. And emerald and ccsm.


I have to search through my cd-backups to find the lines we need to add to /etc/xorg.conf and /etc/sysconfig/compositing-wm.

Last edited by GlennsPref; 12-29-2007 at 07:30 PM.
 
Old 12-29-2007, 07:37 PM   #28
iro_number1
Member
 
Registered: Jan 2007
Location: Shirley, NY
Distribution: Gentoo
Posts: 128

Original Poster
Blog Entries: 1

Rep: Reputation: 15
These packages are already installed...

What now?
 
Old 12-29-2007, 08:38 PM   #29
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
amd info, https://a248.e.akamai.net/f/674/9206...ux.html#183417

http://www.rage3d.com/articles/atilinuxhowto/
 
Old 12-29-2007, 08:52 PM   #30
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Sorry, my response times are way off, I had that post in edit for over an hour.
Compare my nvidia config to yours,

My /etc/sysconfig/composite-wm
#####################################################################################
COMPOSITING_WM_START=yes
COMPOSITING_WM=compiz-fusion
COMPOSITING_WINDOW_DECORATOR="/usr/bin/emerald"
COMPOSITING_WM_ARGS="--indirect-rendering --replace" ##This line may be different for ati
#####################################################################################

My etc/X11/xorg.conf
#####################################################################################
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Wed Nov 14 16:23:02 PST 2007

# File generated by XFdrake (rev 230776)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection

Section "Files"
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 "ServerFlags"

#DontZap # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
# allows the server to start up even if the mouse does not work
Option "allowmouseopenfail"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
Identifier "monitor1"
VendorName "MEA"
ModelName "1280x1024 @ 50 Hz"#"DV177/SB"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "XpertVision"
Driver "nvidia"
Option "DPMS"
Option "RenderAccel" "True"
Option "BackStoring" "True" ##This line may be different for ati
Option "DisableGLXRootClipping" "True" ##This line may be different for ati
BoardName "NVIDIA GeForce FX - GeForce 8400-GS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
Option "AddARGBGLXVisuals" "True" ##This line may be different for ati
Option "AllowGLXRootClipping" ##This line may be different for ati
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
Option "HWCursor" ##This line may be different for ati
EndSection

Section "Extensions" ##This section may be different for ati
Option "Composite"
Option "RENDER" "Enable"
EndSection

####################################################################################

you can disable a line by putting # at the start,
you can easily re-enable that line by removing the #

It maybe as simple as changing this section to not use dri

in "your" xorg.conf
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
# Load "dri" # direct rendering
EndSection

This mat be of use too,
http://wiki.cchtml.com/index.php/Main_Page

Last edited by GlennsPref; 12-29-2007 at 09:43 PM. Reason: edit
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandriva 2008 leram12 Linux - Newbie 3 12-21-2007 04:46 AM
MANDRIVA 2008 & ati driver installer xcrom Mandriva 2 11-02-2007 02:43 PM
Mandriva 2008 Fails To Update Mandriva 2007 Spring Free max53000 Mandriva 1 10-20-2007 04:53 AM
LXer: The Perfect Desktop - Mandriva 2008 Free (Mandriva 2008.0) LXer Syndicated Linux News 0 10-16-2007 07:20 PM
LXer: The Perfect Server - Mandriva 2008 Free (Mandriva 2008.0) LXer Syndicated Linux News 0 10-11-2007 09:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 01:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration