Autor |
Sõnum |
janek87
Pingviini kasutaja
Vanus: 37
Liitunud: 13.04.2007
Postitused: 58
Distributsioon: Ubuntu 7.04 "Feisty Fawn"
|
|
Tere!
Tegemist on siis läpaga, millel on Inteli 945GM kiibistik ja ka tv-out. Kahjuks ei ole seda veel oma jõududega tööle suutnud saada... kui kellegil on mõnd ideed , siis andke tuld. Distroks on Ubuntu Feisty Fawn (7.04). Panen igaksjuhuks oma xorg faili ka siia:
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ee"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
|
|
|
|
|
|
|
|
obundra
Vana Pingviin
Vanus: 49
Liitunud: 04.08.2005
Postitused: 1213
Asukoht: 127.0.0.1
Distributsioon: RHEL, Solaris, Debian, Gentoo
|
|
|
|
janek87
Pingviini kasutaja
Vanus: 37
Liitunud: 13.04.2007
Postitused: 58
Distributsioon: Ubuntu 7.04 "Feisty Fawn"
|
|
kuidas näitek saaks lauaarvutil TV-OUT-i tööle? kaardiks on Radeon 9550 ja distroks Ubuntu 7.04. Kaardi tundis ilusti ära töötab ka kenasti. Ühendasin telekaga ja sain pildi ette sinnamaani, kus tuli ette ubuntu logo ja alustas alglaadimist...keerasin hz vähemaks aga ikka sama jama...
|
|
|
|
|
|
|
|
janek87
Pingviini kasutaja
Vanus: 37
Liitunud: 13.04.2007
Postitused: 58
Distributsioon: Ubuntu 7.04 "Feisty Fawn"
|
|
ei ole ikkagist seda tööle saanud veel...sain ubuntuforumist ühe venna xorg confi...tal on ka 945gm kaart ja tema sai tv-oudi tööle. Copyn siis tema oma siia:
# /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 "Files"
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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "Intel Corporation Intel Default Card"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "LCD"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
Screen 0
Option "Clone" "true"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "TV"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
Option "TVStandard" "PAL-G"
Option "TVOutFormat" "SVIDEO" # "COMPOSITE"
Option "ConnectedMonitor" "TV"
Screen 1
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 28 - 64
VertRefresh 60
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Screen"
Identifier "LCD"
Device "LCD"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "TV"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "LCDandTV"
Screen "LCD"
Screen "TV" RightOf "LCD"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "LCDandTV"
EndSection
Section "DRI"
Mode 0666
EndSection
minu praegune default xorg on siis selline:
# /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 xorg.conf(5) 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ee"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Mida siis muutma peaks,et mitte asja peeti keerata,vaid et Tv-Out võiks tööle minna? Mis driverit see vend kasutab üldse?
|
|
|
|
|
|
|
|
Kaar3l
Vana Pingviin
Vanus: 37
Liitunud: 07.05.2007
Postitused: 692
Asukoht: Plv
Distributsioon: Ubuntu
|
|
Võid ju katsetada endale asju juurde lisades, kuid enne tasub backup teha, pärast peaks ju mõne livecd-ga ligi saama, kui midagi peeti lendab ja algse taastada.
|
|
|
|
_________________ Hyva päiva!
|
|
|
|
nick
Pingviini kasutaja
Liitunud: 01.08.2005
Postitused: 39
Asukoht: Tartu
Distributsioon: Gentoo/FreeBSD/Xubuntu
|
|
Kiiruga vaadates peaks aitama, kui
Section "Device"
Section "Monitor"
Section "Screen"
Section "ServerLayout"
Section "ServerFlags"
osad asendad enda xorg.conf fails
|
|
|
|
|
|
|
|
janek87
Pingviini kasutaja
Vanus: 37
Liitunud: 13.04.2007
Postitused: 58
Distributsioon: Ubuntu 7.04 "Feisty Fawn"
|
|
ikkagist ei saanud tööle...sain xorg errori, kuid taastasin originaal faili ära nii,et hullu pole. Samas ei saanud seda kunagi ammu ka windowsi all tööle, mis siis et õiged ja uued driverid olid peale. lihtsalt ei näidanud kusagil tv-outi. äkki juhe ei sobi?
|
|
|
|
|
|
|
|
Kaar3l
Vana Pingviin
Vanus: 37
Liitunud: 07.05.2007
Postitused: 692
Asukoht: Plv
Distributsioon: Ubuntu
|
|
Kas sul see tv-out on s-video auk?
Mul on ka 945GM ja windowsi all polnud probleemi tööle saamisega, õiged draiverid ja graafika control centerist Output to notebook ja televiisor ja töötas, aga nüüd hakkan proovima linuxiga.
|
|
|
|
_________________ Hyva päiva!
|
|
|
|
janek87
Pingviini kasutaja
Vanus: 37
Liitunud: 13.04.2007
Postitused: 58
Distributsioon: Ubuntu 7.04 "Feisty Fawn"
|
|
jah s-videoga tegemist. Windowsi all sai kunagi need õiged driverid peale pandud aga sealt control centerist, või mis iganes see ka oli, oli ainult Notebook paista...
|
|
|
|
|
|
|
|
plosiv
Pingviini kasutaja
Vanus: 35
Liitunud: 22.05.2007
Postitused: 64
Distributsioon: Ubuntu Linux 7.04
|
|
no tere taaskord
ma siis ühinen ka siia teemasse, ei hakka uut tegema:D
mul on ka siis sülearvutil s-video out ja kaardiks on GeForce 6400 go kuigi hetkelised driverid näitavad et GeForce 6200 go igastahes mis ma pean tegema et seda tööle saada:)
ei viitsi ju igat faili ka cd rw peale kirjutada ja siis dvd mängijaga vaadata:D
aitähh:)
nägemist!
|
|
|
|
|
|
|
|
spott
Admin
Vanus: 43
Liitunud: 04.06.2005
Postitused: 8857
Distributsioon: Ubuntu
|
|
|
|
plosiv
Pingviini kasutaja
Vanus: 35
Liitunud: 22.05.2007
Postitused: 64
Distributsioon: Ubuntu Linux 7.04
|
|
spott kirjutas: | plosiv - mis draiverid sul üldse kasutusel on? |
hetkel näitab et GeForce 6200 go omad.
Need ma sain siis kui esimese korraga tööle ei läinud siis ma trükkisin sinna mitte graafilise keskonda need koodid et saaks pildi ette siis ta pani mulle need automaatselt.
Aga kui veel win peal oli siis GeForce 6400 go.
aitähh!
|
|
|
|
|
|
|
|
spott
Admin
Vanus: 43
Liitunud: 04.06.2005
Postitused: 8857
Distributsioon: Ubuntu
|
|
mis koodid sa trükkisid?
Ehk tegelikult huvitab mind, kas sul hetkel kasutusel NVIDIA enda suletud lähtekoodiga draiverid või X sisse ehitatud vaba tarkvara draiverid.
|
|
|
|
_________________ Tellige endale sünnipäevaks, sõbrapäevaks või muuks tähtpäevaks kingitus: Kingitused internetist - NetiKink.eu
|
|
|
|
plosiv
Pingviini kasutaja
Vanus: 35
Liitunud: 22.05.2007
Postitused: 64
Distributsioon: Ubuntu Linux 7.04
|
|
spott kirjutas: | mis koodid sa trükkisid?
Ehk tegelikult huvitab mind, kas sul hetkel kasutusel NVIDIA enda suletud lähtekoodiga draiverid või X sisse ehitatud vaba tarkvara draiverid. |
Midagi sellist: sudo apt-get upgrade ja siis oli veel midagi.
ja kui kui tahtsin panna seda 3d töölauda tööle siis ta tõmbas veel mingid driverid.
muud ei oska öelda
|
|
|
|
|
|
|
|
v6lur
Vana Pingviin
Vanus: 37
Liitunud: 08.07.2005
Postitused: 667
Asukoht: Kopenhaagen/Tartu
Distributsioon: Arch
|
|
Kood: | cat /etc/X11/xorg.conf | grep Driver | Kopeeri siia selle käsu väljund.
|
|
|
|
_________________ "Sleep, she is for the weak."
|
|
|
|
plosiv
Pingviini kasutaja
Vanus: 35
Liitunud: 22.05.2007
Postitused: 64
Distributsioon: Ubuntu Linux 7.04
|
|
mihhkel kirjutas: | Kood: | cat /etc/X11/xorg.conf | grep Driver |
Kopeeri siia selle käsu väljund. |
seda mõtlesid?
Driver "kbd"
Driver "mouse"
Driver "synaptics"
Driver "wacom"
Driver "wacom"
Driver "wacom"
Driver "nvidia"
|
|
|
|
|
|
|
|
v6lur
Vana Pingviin
Vanus: 37
Liitunud: 08.07.2005
Postitused: 667
Asukoht: Kopenhaagen/Tartu
Distributsioon: Arch
|
|
Seda just.
Nüüd oleme niipalju targemad, et sul on kasutusel [NVIDIA loodud ja suletud koodiga] draiver "nvidia".
|
|
|
|
_________________ "Sleep, she is for the weak."
|
|
|
|
plosiv
Pingviini kasutaja
Vanus: 35
Liitunud: 22.05.2007
Postitused: 64
Distributsioon: Ubuntu Linux 7.04
|
|
mihhkel kirjutas: | Seda just.
Nüüd oleme niipalju targemad, et sul on kasutusel [NVIDIA loodud ja suletud koodiga] draiver "nvidia". |
aga targemaks ei saanud:D
seda video out tahaks ikkagi tööle saada:D
keegi annab ideid juurde:)?
aitähh!
|
|
|
|
|
|
|
|
plosiv
Pingviini kasutaja
Vanus: 35
Liitunud: 22.05.2007
Postitused: 64
Distributsioon: Ubuntu Linux 7.04
|
|
keegi targem?
aitähh:)
|
|
|
|
|
|
|
|
v6lur
Vana Pingviin
Vanus: 37
Liitunud: 08.07.2005
Postitused: 667
Asukoht: Kopenhaagen/Tartu
Distributsioon: Arch
|
|
_________________ "Sleep, she is for the weak."
|
|
|
|
|