Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem running X on TV alone
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
archmonkey
n00b
n00b


Joined: 20 Sep 2004
Posts: 2

PostPosted: Mon Sep 20, 2004 2:17 pm    Post subject: Problem running X on TV alone Reply with quote

Hello

I have an nVidia TNT2 graphics card with TV out and are trying to make X (xorg) run with only a TV connected to it (i.e. no monitor). I have installed nVidia kernel and glx drivers (version 1.0.6111), following the setup for X and nVidia described on the Gentoo documentation pages.

I have seen issues in other posts where a shared IRQ address is causing trouble so I checked and apparently my nvidia card is sharing IRQ with my NIC on eth0.

When booting up the computer the TV out works just fine and I can use it as a regular terminal. But when I run startx, the screen goes white and stays that way. Additionally, when X has started, I can't switch to other tty's (by pressing e.g. ctrl-alt-F2). The server does not respond to the kill signal either by pressing ctrl-alt-bs.

My xorg is configured accordingly to the following:

Code:

#*********************************************************************
# Module section
#*****************************************************************

Section "Module"
    Load        "dbe"
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "glx"
EndSection

#*************************************************************
# Files section
#**********************************************************************

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
EndSection

#*****************************************************************
# Server flags section.
#*********************************************************************

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
EndSection

#**********************************************************************
# Core keyboard's InputDevice section
#**********************************************************************

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "se"
EndSection

#**********************************************************************
# Core Pointer's InputDevice section
#**********************************************************************

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

#**********************************************************************
# Monitor section
#**********************************************************************

Section "Monitor"
    Identifier  "TV"
    VendorName  "Samsung"
    ModelName   "32Wide"
    HorizSync   30-50
    VertRefresh 60
EndSection

#**********************************************************************
# Graphics device section
#**********************************************************************

Section "Device"
    Identifier  "Graffa"
    Driver      "nvidia"
    VideoRam    32768
    #Option     "NvAGP"         "1"
EndSection

#**********************************************************************
# Screen sections
#**********************************************************************

Section "Screen"
    Identifier  "Screen1"
    Device      "Graffa"
    Monitor     "TV"
    DefaultDepth 24
    Option      "TVStandard"    "PAL-B"
    Option      "TVOutFormat"   "COMPOSITE"
    Option      "ConnectedMonitor"      "TV"
    Subsection "Display"
        Depth       24
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

#**********************************************************************
# ServerLayout sections.
#**********************************************************************

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen      "Screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Screen      "Screen 1"
EndSection


Any input on this matter is appreciated

Best regards

Martin N
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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