Main > Linux

32/64bit Groovy Arcade Linux LiveCD/Install

Pages: << < (20/63) > >>

dmarcum99:

I put back in my 4350 using dvi via dvi/vga adapter.  I plugged in the commands you requested and here's the output....trying the one command "find /sys/devices/pci0000\:01/ -iname card\*-\* did not yield any results.

arcade@GroovyArcade ~ $ lspci -v|grep VGA        Flags: bus master, VGA palette snoop, 66MHz, medium devsel, latency 64
01:00.0 VGA compatible controller: ATI Technologies Inc RV710 [Radeon HD 4350] (prog-if 00 [VGA controller])

arcade@GroovyArcade ~ $ find /sys/devices/pci0000\:00/ -iname card\*-\*
/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0/card0-HDMI-A-1
/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0/card0-VGA-1
/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0/card0-DVI-I-1

arcade@GroovyArcade ~ $ /usr/local/bin/xorg.sh
mount: only root can do that
# Unsupported video card!!!
arcade@GroovyArcade ~ $

bitbytebit:


--- Quote from: dmarcum99 on March 31, 2011, 01:33:57 am ---I put back in my 4350 using dvi via dvi/vga adapter.  I plugged in the commands you requested and here's the output....trying the one command "find /sys/devices/pci0000\:01/ -iname card\*-\* did not yield any results.

arcade@GroovyArcade ~ $ lspci -v|grep VGA        Flags: bus master, VGA palette snoop, 66MHz, medium devsel, latency 64
01:00.0 VGA compatible controller: ATI Technologies Inc RV710 [Radeon HD 4350] (prog-if 00 [VGA controller])

arcade@GroovyArcade ~ $ find /sys/devices/pci0000\:00/ -iname card\*-\*
/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0/card0-HDMI-A-1
/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0/card0-VGA-1
/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0/card0-DVI-I-1

arcade@GroovyArcade ~ $ /usr/local/bin/xorg.sh
mount: only root can do that
# Unsupported video card!!!
arcade@GroovyArcade ~ $

--- End quote ---

Interesting, whats the entire output of lspci -v?  That first part, the Flags... line, seems like it might be the issue.

Update: Here's a new xorg.sh script, unzip and put it on the system (you'll need to be root, run `sudo -s` first, also that'll help execute xorg.sh better too), place it under /usr/local/bin/xorg.sh.  Then rerun the video config setup, see if that helps. 

dmarcum99:

I reran the lspci -v|grep VGA command, and there was no additional info.  I was worried that I left something out, but after running it several times it looks like I copied all the info on the output.

I reran the /usr/local/bin/xorg.sh with the new file you provided and it had a lot of info this time....here's the output:

arcade@GroovyArcade ~ $ sudo -s /usr/local/bin/xorg.sh
# Config for generic Monitor and ati Video Card

Section "Monitor"
        Identifier      "DVI-0"
        VendorName      "Unknown"
        ModelName       "Unknown"

        HorizSync       15-50
        VertRefresh     40-80

        Option          "DPMS"  "False"

        Option          "DefaultModes"  "False"
        UseModes        "ArcadeModes"
EndSection

Section "Device"
        Identifier      "Card0"
        VendorName      "Unknown"
        BoardName       "Unknown"

        Driver          "ati"
        BusID           "PCI:01:00:0"

        Option          "ModeDebug"     "true"

        Option          "monitor-DVI-0" "DVI-0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "DVI-0"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
        EndSection


Section "Modes"
        Identifier      "ArcadeModes"
#  648x480@60.00 15.7500Khz
        ModeLine          "648x480x60.00" 13.230000 648 672 736 840 480 484 490 525 -HSync -VSync interlace

EndSection

bitbytebit:


--- Quote from: dmarcum99 on March 31, 2011, 02:09:50 am ---I reran the lspci -v|grep VGA command, and there was no additional info.  I was worried that I left something out, but after running it several times it looks like I copied all the info on the output.

I reran the /usr/local/bin/xorg.sh with the new file you provided and it had a lot of info this time....here's the output:

arcade@GroovyArcade ~ $ sudo -s /usr/local/bin/xorg.sh
# Config for generic Monitor and ati Video Card

Section "Monitor"
        Identifier      "DVI-0"
        VendorName      "Unknown"
        ModelName       "Unknown"

        HorizSync       15-50
        VertRefresh     40-80

        Option          "DPMS"  "False"

        Option          "DefaultModes"  "False"
        UseModes        "ArcadeModes"
EndSection

Section "Device"
        Identifier      "Card0"
        VendorName      "Unknown"
        BoardName       "Unknown"

        Driver          "ati"
        BusID           "PCI:01:00:0"

        Option          "ModeDebug"     "true"

        Option          "monitor-DVI-0" "DVI-0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "DVI-0"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
        EndSection


Section "Modes"
        Identifier      "ArcadeModes"
#  648x480@60.00 15.7500Khz
        ModeLine          "648x480x60.00" 13.230000 648 672 736 840 480 484 490 525 -HSync -VSync interlace

EndSection

--- End quote ---

Yep that should do it I think, put that under /usr/local/bin/xorg.sh and rerun the gasetup, I am guessing that may make things a bit better.

dmarcum99:

I certainly appreciate all the help.   :notworthy:  Donation worthy without question.   :notworthy:

Running these two games (mace & wg3dh), they're still running too fast.  A few post ago you asked me to ssh in and get an output while the game is running.  I did this again since I got a new xorg.sh file.  I also attached the groovymame verbose info.  This info is from wg3dh...and I had a ini set to 640x480x32@57.00

**note** as soon as I "tab" into the mame control panel, the game slows down....I almost dare to say that it slows to the correct speed.


Pages: << < (20/63) > >>

Go to full version