[Ubuntu] Problemen met TV-out, Wacom en Firefox

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • Rhannie
  • Registratie: Oktober 2004
  • Laatst online: 31-08 18:14

Rhannie

[DPC] Team Black Bulls

Topicstarter
Omdat ik Windows meer dan zat ben, ben ik aan het kijken of Ubuntu wat voor mij is. Maar nu zijn er een aantal dingen waar ik niet uit kom.

Relevante specs:
• Ubuntu Edgy Eft 6.10 (AMD64 versie)
• Wacom Volito 1 USB
• nVidia Geforce 6200 AGP 256 MB
• Mirai 19" breedbeeld LCD met 1440x900 als native reso
• Audiosonic CRT TV (aangesloten via composite)

TV-Out
Ik heb de TV-out na het volgen van deze guide (vanaf "A more complicated way - Running 2 X-Screens") aan de praat gekregen, maar ik kan geen vensters van het ene naar het andere scherm slepen. Ik kan wel files van het ene naar het andere scherm slepen. Hoort dit? Of zit ik gewoon iets fout te doen?

Verder ben ik er ook achter gekomen dat het blijkbaar niet mogelijk is om dualmonitor met 2 verschillende reso's en Beryl tegelijk te hebben draaien. Is hier een fix voor?


Wacom
Ik krijg mijn Wacom niet aan de praat. Ik heb 3 guides gevolgd (deze, deze en deze), maar als ik iets met de stylus wil doen, dan blijft de muispijl gewoon op dezelfde plek staan. Met Google had ik gevonden dat XGL en de Wacom drivers elkaar niet zo heel erg lief vinden, dus heb ik met behulp van deze guide AIGLX ge-enabled in de hoop dat m'n Wacom dan wel zou werken, maar hij doet nog steeds niks.

Heeft iemand nog tips hoe ik dit aan de praat kan krijgen?

Firefox
In Windows maakte ik heel vaak gebruik van toetsen als 'backspace' om naar de vorige pagina te gaan en de middlemousebutton op m'n muis om te scrollen (door het muiswieltje in te drukken. Het scrollen met het muiswieltje werkt wel). Weet iemand hoe je die functies ook aan de praat krijgt onder Ubuntu?

En hier is mijn xorg.conf, mocht die nog nodig zijn:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
Section "ServerLayout"
    Identifier     "Basic Layout"
    Screen 0       "Screen0"
    Screen 1       "Screen1" rightof "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
    Option         "AIGLX" "true"
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           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "dri"
    Load           "dbe"
    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" "us"
    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"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/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/input/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/input/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 72.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option         "XAANoOffscreenPixmaps" "true"
    Screen         0
    Option         "NoLogo"        "true"
    Option         "RenderAccel"   "true"
    BusID          "PCI:01:00:0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    Screen         1
    BusID          "PCI:01:00:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "Television"
        DefaultDepth    24
        Option  "TVOutFormat" "COMPOSITE"
        Option  "TVStandard" "PAL-B"
        Option  "ConnectedMonitor" "TV"
        SubSection "Display"
                Depth 24
                Modes "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection
        
Section "Extensions"
        Option "Composite" "Enable"
EndSection

Section "Monitor"
        Identifier      "Monitor" #LCD
        HorizSync       30-70
        VertRefresh     50-140
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier "Television" #TV
        HorizSync 30-50
        VertRefresh 60
EndSection


Als je nog meer informatie nodig hebt, moet je 't maar zeggen. :)

[ Athlon XP 3000+ (Barton) @ 2635MHz | Abit NF7-S2 | Zalman CNPS7000-Cu | 2 x MDT 512MB DDR400 | Sapphire Radeon 9800SE @ 432MHz core/378MHz mem met alle pipelines unlocked + Zalman VF700-AlCu | WD800JB | WD2500JB | Antec SLK3000B | Zalman ZM400B-APS ]


Acties:
  • 0 Henk 'm!

  • Jungian
  • Registratie: Juni 2006
  • Niet online

Jungian

>_<

Paddixx schreef op dinsdag 20 februari 2007 @ 14:18:
TV-Out
Ik heb de TV-out na het volgen van deze guide (vanaf "A more complicated way - Running 2 X-Screens") aan de praat gekregen, maar ik kan geen vensters van het ene naar het andere scherm slepen. Ik kan wel files van het ene naar het andere scherm slepen. Hoort dit? Of zit ik gewoon iets fout te doen?
Dit hoort bij 2 X-screens ja :) Je kunt beter TwinView gebruiken ;)
Firefox
In Windows maakte ik heel vaak gebruik van toetsen als 'backspace' om naar de vorige pagina te gaan...
http://www.google.nl/search?q=backspace+firefox+linux
http://www.helpero.com/Qu...ce-action-Linux_9622.html

0.0


Acties:
  • 0 Henk 'm!

  • Rhannie
  • Registratie: Oktober 2004
  • Laatst online: 31-08 18:14

Rhannie

[DPC] Team Black Bulls

Topicstarter
Jungian schreef op dinsdag 20 februari 2007 @ 14:28:
[...]


Dit hoort bij 2 X-screens ja :) Je kunt beter TwinView gebruiken ;)
Ik had niet gezien dat je bij cloning met TwinView 2 verschillende resoluties in kon stellen. Dit werkt nu dus :)

Beryl werkt trouwens ook met TwinView, dus dat is nog een probleem minder.
Wow, ik had wel even iets beter mogen zoeken. 8)7

[ Voor 6% gewijzigd door Rhannie op 20-02-2007 14:48 ]

[ Athlon XP 3000+ (Barton) @ 2635MHz | Abit NF7-S2 | Zalman CNPS7000-Cu | 2 x MDT 512MB DDR400 | Sapphire Radeon 9800SE @ 432MHz core/378MHz mem met alle pipelines unlocked + Zalman VF700-AlCu | WD800JB | WD2500JB | Antec SLK3000B | Zalman ZM400B-APS ]


Acties:
  • 0 Henk 'm!

  • Jungian
  • Registratie: Juni 2006
  • Niet online

Jungian

>_<

Paddixx schreef op dinsdag 20 februari 2007 @ 14:18:
Firefox
In Windows maakte ik heel vaak gebruik van toetsen als 'backspace' om naar de vorige pagina te gaan en de middlemousebutton op m'n muis om te scrollen (door het muiswieltje in te drukken. Het scrollen met het muiswieltje werkt wel). Weet iemand hoe je die functies ook aan de praat krijgt onder Ubuntu?
http://www.google.nl/sear...use+button+firefox+ubuntu
http://ubuntuforums.org/showthread.php?t=137687

Edit -> Preferences -> Advanced -> Use autoscrolling :)

Ik vroeg het me ook af trouwens ;)

[ Voor 3% gewijzigd door Jungian op 20-02-2007 14:59 ]

0.0


Acties:
  • 0 Henk 'm!

  • Rhannie
  • Registratie: Oktober 2004
  • Laatst online: 31-08 18:14

Rhannie

[DPC] Team Black Bulls

Topicstarter
Wel vreemd dat het in de Windowsversie van Firefox wel bij default aan staat en bij Ubuntu niet. Maarja, het werkt nu in ieder geval :)

[ Athlon XP 3000+ (Barton) @ 2635MHz | Abit NF7-S2 | Zalman CNPS7000-Cu | 2 x MDT 512MB DDR400 | Sapphire Radeon 9800SE @ 432MHz core/378MHz mem met alle pipelines unlocked + Zalman VF700-AlCu | WD800JB | WD2500JB | Antec SLK3000B | Zalman ZM400B-APS ]


Acties:
  • 0 Henk 'm!

  • user109731
  • Registratie: Maart 2004
  • Niet online
Op Ubuntu Forums kom ik dit topic tegen, daarin staat o.a. dit:
13. THIS IS AN INCREDIBLY USEFUL TIP FOR WACOM VOLITO (1) USERS:
In the xorg.conf file, under the 'stylus' section, add this line:
Code:

Option "Stylus2" "3".

Ik vraag me af of dit nog nodig is straks met X.org 7.2, waarbij de input devices automatisch geconfigureerd worden...

[ Voor 18% gewijzigd door user109731 op 20-02-2007 15:26 ]


Acties:
  • 0 Henk 'm!

  • laurencevde
  • Registratie: November 2001
  • Laatst online: 29-09-2024
Voor nVidia-kaarten zijn de volgende zaken in je config nutteloos, en kun je er dus beter uithalen:
Section "ServerLayout": Option "AIGLX" "true" #Doet de driver zelf.
Section "Module": Load "dri" #nVidia zegt zelf in de [url=dhttp://us.download.nvidia.com/XFree86/Linux-x86/1.0-9746/README/index.html]documentatie[/url], h. 3-2, Dat-ie weg moet.
Section "Device": Option "XAANoOffscreenPixmaps" "true" #Die optie kent de nVidia-driver niet.

En wat betreft de middelste muisknop: die wordt in linux vooral gebruikt om mee te plakken.

Have a taste of freedom. It is sometimes a bitter pill. To me though, this is the sweetness of the GPL

Pagina: 1