DaveFP
July 5th, 2008, 08:17 PM
Hello Ubuntu forums!
I have a problem. I have an old(ish) PC that I've been using as a general purpose (headless) server for a while now. I recently decided that I wanted to hook it up to my TV in order to play videos/DVDs etc in my living room. I bought a video card for it today (ASUS 8500GT), upgraded to 8.04 from 7.04 (that took a while!) and plugged everything in to see what would happen. Turns out I'm having a hard time getting my PC to display properly on my TV. Here's what I've tried:
-Hooking up my regular monitor to the PC, installing NVidia proprietary drivers. This worked, I can get all my fancy display stuff working on my regular monitor.
-Connecting both the TV and the monitor to the PC and splitting the desktop across them using the NVidia drivers. I could detect my TV, but when I enabled it nothing showed up, I just got half my desktop on the monitor.
-Connecting my TV only to the PC. Without the NVidia drivers, I can get to a desktop. Woohoo! Trouble is it only starts in low graphics mode because it can't detect my display properly. Hmm. I tried installing the NVidia drivers and rebooting. Now I get a display all the way up to the splash screen, but after that I get nothing.
I'm a little bit disappointed, because I had this TV working waaay back when this PC was my main desktop and I had an older graphics card (7600GS). Has anyone had a similar experience, or have an idea what I may be doing wrong? Xorg.conf is below, and it's probably also useful to know that I'm running the 64 bit version of 8.04
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Option "NoLogo" "True"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection
I have a problem. I have an old(ish) PC that I've been using as a general purpose (headless) server for a while now. I recently decided that I wanted to hook it up to my TV in order to play videos/DVDs etc in my living room. I bought a video card for it today (ASUS 8500GT), upgraded to 8.04 from 7.04 (that took a while!) and plugged everything in to see what would happen. Turns out I'm having a hard time getting my PC to display properly on my TV. Here's what I've tried:
-Hooking up my regular monitor to the PC, installing NVidia proprietary drivers. This worked, I can get all my fancy display stuff working on my regular monitor.
-Connecting both the TV and the monitor to the PC and splitting the desktop across them using the NVidia drivers. I could detect my TV, but when I enabled it nothing showed up, I just got half my desktop on the monitor.
-Connecting my TV only to the PC. Without the NVidia drivers, I can get to a desktop. Woohoo! Trouble is it only starts in low graphics mode because it can't detect my display properly. Hmm. I tried installing the NVidia drivers and rebooting. Now I get a display all the way up to the splash screen, but after that I get nothing.
I'm a little bit disappointed, because I had this TV working waaay back when this PC was my main desktop and I had an older graphics card (7600GS). Has anyone had a similar experience, or have an idea what I may be doing wrong? Xorg.conf is below, and it's probably also useful to know that I'm running the 64 bit version of 8.04
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Option "NoLogo" "True"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection