Telefonino.net network
 
| HOMEPAGE | INDICE FORUM | REGOLAMENTO | ::. NEI PREFERITI .:: | RSS Forum | RSS News | NEWS web | NEWS software |
| PUBBLICITA' | | ARTICOLI | WIN XP | VISTA | WIN 7 | REGISTRI | SOFTWARE | MANUALI | RECENSIONI | LINUX | HUMOR | HARDWARE | DOWNLOAD | | CERCA nel FORUM » |

Torna indietro   WinTricks Forum > Sistemi Operativi > Linux e altri Sistemi Operativi

Notices

Rispondi
 
Strumenti discussione
Vecchio 20-03-2007, 15.50.36   #1
Captain-Hook
Senior Member
 
L'avatar di Captain-Hook
 
Registrato: 28-09-2003
Loc.: Emilia Romagna
Messaggi: 297
Captain-Hook promette bene
[*buntu] Impostare 800x600 sul Tv-Out

Salve, ho ubuntu 6.10 (Edgy) kernel 2.6.17.10-generic, scheda ATI X700 sul notebook ACER ASPIRE 5502WXMI, installati i driver prorpietari ATI.
Il problema è il seguente:
Sul portatile ho una risoluzione di 1280x800 e ho impostato il tv-out, ma il problema è che sulla TV vedo solo parte del desktop, non lo vedo tutto completamente, presumo perché sulla TV il video è impostato a 1280x800 (come sul portatile). Allora la mia domanda è: come posso far lavorare la tv a 800x600 e mantenere sul portatile la risoluzione di 1280x800 ??
Il televisore è un televisore normale PAL.
Su windows(quando lo usavo) utilizzavo la funzione "theatre mode"...e riuscivo a vedere sulla tv a 800x600 mentre sul portatile a 1280x800. In modo tale che riuscivo a vedere completamente il desktop sulla tv e non solo una parte...

Ho già cercato su google ma non ho trovato niente...siete la mia ultima risorsa... Good

Ecco il mio xorg.conf:


# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "fglrx"
BusID "PCI:1:0:0"
#TV-OUT
Option "NoTV" "no"
Option "TVHPosAdj" "0"
Option "TVHSizeAdj" "0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
#TV-OUT
Option "NoTV" "no"
Option "TVHPosAdj" "0"
Option "TVHSizeAdj" "0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection
___________________________________

Linux linuxmr 2.6.21-viper1-ARCH #1 SMP PREEMPT Thu Jul 5 20:36:35 CEST 2007 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux

www.marcorocco.altervista.org
Captain-Hook non è collegato   Rispondi citando
Vecchio 20-03-2007, 18.16.47   #2
n@ndo
Forum supporter
 
Registrato: 21-05-2005
Loc.: san cassiano (lecce)
Messaggi: 1.535
n@ndo promette bene
dal televisore non riesci ad impostarlo al formato 16:9 ?
n@ndo non è collegato   Rispondi citando
Vecchio 20-03-2007, 21.16.03   #3
Captain-Hook
Senior Member
 
L'avatar di Captain-Hook
 
Registrato: 28-09-2003
Loc.: Emilia Romagna
Messaggi: 297
Captain-Hook promette bene
si...ma comunque la parte destra e la parte sinistra non la vedo....(una buona parte)
___________________________________

Linux linuxmr 2.6.21-viper1-ARCH #1 SMP PREEMPT Thu Jul 5 20:36:35 CEST 2007 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux

www.marcorocco.altervista.org
Captain-Hook non è collegato   Rispondi citando
Vecchio 22-03-2007, 13.09.55   #4
Ghandalf
Gold Member
Top Poster
 
L'avatar di Ghandalf
 
Registrato: 31-05-2001
Loc.: Palemmo
Messaggi: 5.849
Ghandalf promette bene
Hai provato ad impostare qui:

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

i modes 800x600?

Tipo:

Modes "800x600"
___________________________________

Il primo e-commerce informatico italiano
Ghandalf non è collegato   Rispondi citando
Vecchio 06-04-2007, 13.23.30   #5
Captain-Hook
Senior Member
 
L'avatar di Captain-Hook
 
Registrato: 28-09-2003
Loc.: Emilia Romagna
Messaggi: 297
Captain-Hook promette bene
si ho provato ma mi modifica la risoluzione dell'lcd del portatile non quella della tv...
___________________________________

Linux linuxmr 2.6.21-viper1-ARCH #1 SMP PREEMPT Thu Jul 5 20:36:35 CEST 2007 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux

www.marcorocco.altervista.org
Captain-Hook non è collegato   Rispondi citando
Vecchio 10-04-2007, 10.35.09   #6
Ghandalf
Gold Member
Top Poster
 
L'avatar di Ghandalf
 
Registrato: 31-05-2001
Loc.: Palemmo
Messaggi: 5.849
Ghandalf promette bene
probabilmente non è la sezione giusta....ma non c'é il centro di controllo ati anche per linux? Dovrebbe semplificarti molto la vita.
___________________________________

Il primo e-commerce informatico italiano
Ghandalf non è collegato   Rispondi citando
Vecchio 10-04-2007, 17.11.55   #7
Captain-Hook
Senior Member
 
L'avatar di Captain-Hook
 
Registrato: 28-09-2003
Loc.: Emilia Romagna
Messaggi: 297
Captain-Hook promette bene
si che c'è ma permettere di agistar solo il gamma color...ho provato anche ad avviarlo con i privilegi di amministratore ma non da nessuna opzione in piu....
___________________________________

Linux linuxmr 2.6.21-viper1-ARCH #1 SMP PREEMPT Thu Jul 5 20:36:35 CEST 2007 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux

www.marcorocco.altervista.org
Captain-Hook non è collegato   Rispondi citando
Rispondi


Utenti attualmente attivi che stanno leggendo questa discussione: 1 (0 utenti e 1 ospiti)
 
Strumenti discussione

Regole di scrittura
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is ON
Gli smilies sono ON
[IMG] è ON
Il codice HTML è OFF

Vai al forum

Discussioni simili
Discussione Autore discussione Forum Risposte Ultimo messaggio
Dischi esterni USB: impostare la stessa lettera all'unita' polhallen Windows 7/Vista/XP/ 2003 17 17-02-2018 12.42.45
impostare correttamente il file di swap altredbeast22 Windows 7/Vista/XP/ 2003 5 17-04-2008 11.22.28
Account Ospite, come impostare i permessi. AIUTO! Aquax Windows 7/Vista/XP/ 2003 3 15-12-2007 13.23.10
[Fedora] Impossibile impostare la risoluzione Blackfairy Linux e altri Sistemi Operativi 1 20-04-2007 11.06.31
Impostare "Visualizzatore immagini e fax" come lettore predefinito per TUTTI i format gutguy Windows 7/Vista/XP/ 2003 7 30-05-2006 11.11.01

Orario GMT +2. Ora sono le: 02.09.34.


E' vietata la riproduzione, anche solo in parte, di contenuti e grafica.
Copyright © 1999-2017 Edizioni Master S.p.A. p.iva: 02105820787 • Tutti i diritti sono riservati
L'editore NON si assume nessuna responsabilità dei contenuti pubblicati sul forum in quanto redatti direttamente dagli utenti.
Questi ultimi sono responsabili dei contenuti da loro riportati nelle discussioni del forum
Powered by vBulletin - 2010 Copyright © Jelsoft Enterprises Limited.