Ubuntu Suomen keskustelualueet
Ubuntun käyttö => Asentaminen ja käyttöönotto => Aiheen aloitti: rh - 21.02.10 - klo:14.16
-
9.10 ei tunnista näyttöäni (Fujutsu Siemens 177V). Eikä salli 800 x 600 suurempaa tarkkuut.
9.04:n ohjeissa ehdotetaan näytön asetusten uudelleen määrittelyä eli muokkamaan tiedostoa: /etc/X11/xorg.conf.
Missä lymyää näytönasetus tiedot 9.10:ssä . /etc/X11-kansiossa ei ole xorg.conf-tiedostoa
-
Voit luoda xorg.conf-tiedoston suosikkieditorillasi.
-
9.10 ei tunnista näyttöäni (Fujutsu Siemens 177V). Eikä salli 800 x 600 suurempaa tarkkuut.
9.04:n ohjeissa ehdotetaan näytön asetusten uudelleen määrittelyä eli muokkamaan tiedostoa: /etc/X11/xorg.conf.
Missä lymyää näytönasetus tiedot 9.10:ssä . /etc/X11-kansiossa ei ole xorg.conf-tiedostoa
Voit tehdä toimivan /etc/X11/xorg.conf tiedoston esimerkiksi Chakra live-CD:n avulla.. :)
http://forum.ubuntu-fi.org/index.php?topic=31411.msg243194#msg243194
-
Sain Chakra:sta tallaisen xorg.conf tiedoston
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "dri2"
Load "extmod"
Load "glx"
Load "record"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Laitoin sen ubuntuun polulle: /etc/X11/xorg.conf (kansiossa ei siis ennestään ollut ollenkaan tiedostoa xorg.conf)
Pitäisikö nyt tuota muuttaa jotenkin tai temmeltää jossakin muualla, kun tuo ei tuonut mitään muutosta näytön tarkkuuden asetteluun?