Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ultra 10 Xorg problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
johnhunt
n00b
n00b


Joined: 04 Aug 2005
Posts: 2

PostPosted: Thu Aug 04, 2005 3:19 am    Post subject: Ultra 10 Xorg problem Reply with quote

So i finally got Xorg compiled and installed. After much playing around, i got it to mostly work at the resolution i want (1280x1024) with the onboard ATI video card going to my run-of-the-mill Gateway 17 inch monitor. Now i have a strange problem with the screen. It flickers, because the vertical refresh rate is at 42.4 Hz, no matter what i set it at in /etc/X11/xorg.conf. I have a range of 70-120 in xorg.conf, but why is it going below that?


On a side note, i was offered a beautiful sun monitor for 25 bucks. And it actually works. This machine had a creator 3d card which i had to pull in order to get the onboard video to work, because i obviously could'nt plug my vga monitor into the 13w3 connector, and i didnt have an adaptor. Would i be better off getting the monitor, reinstalling the creator 3d, and going from there? Most people in the forums seem to be using creators with their ultra 10s. Onboard video only has 2M of ram as well. Any thoughts?


Last edited by johnhunt on Thu Aug 04, 2005 3:23 am; edited 1 time in total
Back to top
View user's profile Send private message
johnhunt
n00b
n00b


Joined: 04 Aug 2005
Posts: 2

PostPosted: Thu Aug 04, 2005 3:22 am    Post subject: Reply with quote

Here is my xorg.conf:

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
        Load  "extmod"
#       Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
#       Load  "glx"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option "Protocol" "Standard"
        Option "XkbKeycodes" "sun(type5)"
        Option "XkbModel" "type5"
        Option  "XkbRules" "sun"
        Option  "XkbLayout" "en_US"
        Option  "XkbGeometry" "sun(type5)"

EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "MouseSystems"
        Option      "Device" "/dev/sunmouse"
        Option  "Emulate3Buttons" "false"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Gateway"
        ModelName    "EV700"
        Option "DPMS"
        HorizSync       30-70
        VertRefresh     70-120
         
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "accel"                     # [<bool>]
        #Option     "crt_display"               # [<bool>]
        #Option     "composite_sync"            # [<bool>]
        #Option     "hw_cursor"                 # [<bool>]
        #Option     "mmio_cache"                # [<bool>]
        #Option     "test_mmio_cache"           # [<bool>]
        #Option     "panel_display"             # [<bool>]
        #Option     "probe_clocks"              # [<bool>]
        Option     "reference_clock"            "28.636 Mhz"
        Option     "shadow_fb"                  # [<bool>]
        #Option     "sw_cursor"                 # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "3D Rage I/II 215GT [Mach64 GT]"
        ChipSet     "ati"
        ChipId      0x4754
        ChipRev     0x9a
        BusID       "PCI:1:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"

                Viewport   0 0
                Depth     8
                Modes "1280x1024" "1024x768" "800x600"  "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Back to top
View user's profile Send private message
edcactus
n00b
n00b


Joined: 22 Feb 2007
Posts: 1

PostPosted: Thu Feb 22, 2007 11:32 pm    Post subject: Reply with quote

Is it with a 2.6 kernel?
I have exactly the same card (3D Rage) on my Ultra10, but on loading X complains that it can not find the "ati" module.

What am I doing wrong?

Thanks.
Back to top
View user's profile Send private message
Ferris
Retired Dev
Retired Dev


Joined: 13 Jan 2003
Posts: 426
Location: N. Virginia (USA)

PostPosted: Fri Feb 23, 2007 1:14 pm    Post subject: Reply with quote

U10 + Creator3D + sun monitor should work fine. There are xorg.conf files around for such a configuration; the ones at http://dev.gentoo.org/~fmccor/ are still pretty correct --- at least, they show what is needed for the Creator card.

I don't know anything about the onboard mach64, because I do not have one running.

Regards,
Back to top
View user's profile Send private message
gtbX
Tux's lil' helper
Tux's lil' helper


Joined: 11 Oct 2003
Posts: 126

PostPosted: Fri Apr 06, 2007 5:21 pm    Post subject: Reply with quote

I have the mach64 working fine on my U5 (same mb as the U10)

xorg.conf:
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/input/mice"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Sun Microsystems"
        ModelName    "4472"
        Option       "DPMS"
        HorizSync    30-70
        VertRefresh  50-130
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "accel"                     # [<bool>]
        #Option     "crt_display"               # [<bool>]
        #Option     "composite_sync"            # [<bool>]
        #Option     "hw_cursor"                 # [<bool>]
        #Option     "mmio_cache"                # [<bool>]
        #Option     "test_mmio_cache"           # [<bool>]
        #Option     "panel_display"             # [<bool>]
        #Option     "probe_clocks"              # [<bool>]
        #Option     "reference_clock"           # <freq>
        #Option     "shadow_fb"                 # [<bool>]
        #Option     "sw_cursor"                 # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "3D Rage Pro 215GP"
        ChipSet     "ati"
        ChipId      0x4750
        ChipRev     0x5c
        BusID       "PCI:1:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


edcactus:
try setting VIDEO_CARDS="mach64" in your /etc/make.conf
and
emerge xf86-video-ati
(i'm assuming you are using the on-board video)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc 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