Graphic driver for Targa Now NT9231

Posted by Lumio on Super User See other posts from Super User or by Lumio
Published on 2014-08-24T22:03:25Z Indexed on 2014/08/24 22:23 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

I thought of installing Xubuntu on my elder Targa Now nettop and didn't think about the driver option. So now I'm here with a fresh Xubuntu installation and looking for graphic drivers. I found someone who might have had a "good" result with SiS - and the package is already installed, but I can't get my xorg.conf right.

This is how my xorg.conf looks like right now:

Section "Device"
    Identifier    "Configured Video Device"
    Driver        "sis"
EndSection

Section "Monitor"
    Identifier    "Screen 0"
    Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
    #HorizSync     30.0-62.0
    #VertRefresh   50.0-70.0
EndSection

Section "Screen"
    Identifier   "Default Screen"
    Monitor      "Configured Monitor"
    Device       "Configured Video Device"
    DefaultDepth 24
    SubSection "Display"
        Depth    24
        Modes    "1024x768" "800x600"
    EndSubSection
EndSection

Thanks for every help given!

© Super User or respective owner

Related posts about linux

Related posts about ubuntu