Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg.conf LSA800 Monitor
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
w.hill
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jan 2005
Posts: 133
Location: Perth, Western Australia

PostPosted: Mon Feb 20, 2006 9:41 am    Post subject: xorg.conf LSA800 Monitor Reply with quote

Hi All,

I've been given another SunBlade 100. This one comes with a Sun LSA800 monitor (18" LCD). I'm trying to get X working but haven't found much out about the LCD - I didn't get any documentation with it. The Internet seems very sparse too unless you has a Sun agreement and can access their online documentation.

Is there someone out there who can give me (i) their monitor specs for xorg.conf or (ii) their xorg.conf details.

Thanks.[/list]
Back to top
View user's profile Send private message
greyhame
n00b
n00b


Joined: 24 Jun 2005
Posts: 11

PostPosted: Mon Feb 27, 2006 7:39 pm    Post subject: xorg.conf for LSA800 on Sun Blade 100/150 Reply with quote

:roll: This monitor was amazingly difficult to find a working config for, but this works fine for me. I get 1024x768 with 24 bit depth. If there is anything else I can do to assist, please let me know.

Code:

Section "Module"
    Load        "dbe"
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
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/75dpi"
    FontPath    "/usr/share/fonts/100dpi"
    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/ukr"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/input/mice"
EndSection

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync    31-82
    VertRefresh  56-76
    DisplaySize  359  287.2
EndSection

Section "Device"
    Identifier  "Card0"
    VendorName  "ATI"
    BoardName   "Rage XL"
    ChipSet     "ati"
    ChipID      0x4752
    ChipRev     0x27
    BusID       "PCI:0:19:0"
    Driver      "ati"
    Option      "reference_clock"   "29.5 MHz"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Card0"
    Monitor     "My Monitor"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Back to top
View user's profile Send private message
w.hill
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jan 2005
Posts: 133
Location: Perth, Western Australia

PostPosted: Tue Feb 28, 2006 11:57 pm    Post subject: Reply with quote

Much appreciated.

Considering that it is a relatively recent LCD screen I'm suprised how little mention there is of them on the Internet.
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